New modules streq, c-strcaseeq.
[gnulib.git] / ChangeLog
1 2007-01-23  Bruno Haible  <bruno@clisp.org>
2
3         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
4
5         * modules/c-strcaseeq: New file.
6         * lib/c-strcaseeq.h: New file.
7
8         * modules/streq: New file.
9         * lib/streq.h: New file.
10
11 2007-01-23  Bruno Haible  <bruno@clisp.org>
12
13         * modules/striconveha-tests: New file.
14         * tests/test-striconveha.c: New file.
15
16         * lib/striconveha.h: Include <stdbool.h>.
17         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
18         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
19         (mem_iconveha_notranslit): Renamed from mem_iconveha.
20         (mem_iconveha): New function.
21         (str_iconveha_notranslit): Renamed from str_iconveha.
22         (str_iconveha): New function.
23         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
24         c-strcase.
25
26 2007-01-23  Bruno Haible  <bruno@clisp.org>
27
28         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
29         encodings without forgiving before trying any encoding with handler.
30         (str_iconveha): Try all encodings without forgiving before trying any
31         encoding with handler.
32
33 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
34
35         Import the following changes from libc.
36
37         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
38
39         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
40
41         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
42
43         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
44         normal_bracket label.
45
46         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
47
48         [BZ #361]
49         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
50         to normal_bracket after fetching the next character.
51
52 2007-01-22  Bruno Haible  <bruno@clisp.org>
53
54         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
55         argument.
56         * lib/striconveh.c (iconv_carefully_1): New function.
57         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
58         argument.
59         (str_cd_iconveh): Update.
60         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
61         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
62         * tests/test-striconveh.c (MAGIC): New macro.
63         (new_offsets): New function.
64         (main): Test call with and without offsets.
65
66 2007-01-22  Bruno Haible  <bruno@clisp.org>
67
68         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
69         * modules/sys_select (Makefile.am): Likewise.
70         * modules/sys_socket (Makefile.am): Likewise.
71         * modules/sys_time (Makefile.am): Likewise.
72
73 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
74
75         * modules/gettimeofday (License): Change from GPL to LGPL, since
76         gettimeofday is a library function.
77
78 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
79
80         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
81
82 2007-01-21  Bruno Haible  <bruno@clisp.org>
83
84         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
85
86 2007-01-21  Bruno Haible  <bruno@clisp.org>
87
88         * modules/striconveha: New file.
89         * lib/striconveha.h: New file.
90         * lib/striconveha.c: New file.
91         * MODULES.html.sh (Internationalization functions): Add striconveha.
92         * lib/striconv.c (str_iconv): Optimize the case of an empty input
93         string.
94         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
95
96 2007-01-21  Bruno Haible  <bruno@clisp.org>
97
98         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
99         * lib/striconveh.c (str_iconveh): Likewise.
100
101 2007-01-21  Bruno Haible  <bruno@clisp.org>
102
103         * lib/striconveh.h (mem_iconveh): New declaration.
104         * lib/striconveh.c (mem_iconveh): New function.
105         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
106
107 2007-01-21  Bruno Haible  <bruno@clisp.org>
108
109         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
110
111         * lib/striconveh.h (mem_cd_iconveh): Change specification.
112         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
113         original result buffer.
114         (str_cd_iconveh): Update.
115         * tests/test-striconveh.c (main): Update.
116
117         * lib/striconv.h (mem_cd_iconv): Change specification.
118         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
119         result buffer.
120         (str_cd_iconv): Update.
121         * tests/test-striconv.c (main): Update.
122
123 2007-01-21  Bruno Haible  <bruno@clisp.org>
124
125         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
126
127 2007-01-20  Jim Meyering  <jim@meyering.net>
128
129         * lib/userspec.c (parse_with_separator): If a user or group string
130         starts with "+", skip the corresponding name-to-ID look-up, since
131         such a look-up must fail: user and group names may not include "+".
132
133 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
134
135         * lib/poll.c: Include sys/time.h and time.h unconditionally,
136         since we now assume the sys_time module.
137         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
138         check for sys/time.h; no longer needed.
139         * modules/poll (Depends-on): Depend on sys_time.
140
141 2007-01-18  Bruno Haible  <bruno@clisp.org>
142
143         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
144         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
145
146         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
147         gettimeofday.
148
149         * tests/test-gettimeofday.c: Include <time.h>.
150         (dummy): Remove variable.
151
152         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
153         gl_HEADER_SYS_TIME_H.
154         (gl_HEADER_SYS_TIME_H): New macro.
155
156         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
157         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
158         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
159         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
160         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
161         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
162         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
163         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
164         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
165         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
166         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
167
168         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
169         last change; it caused a compilation error when cross-compiling to
170         Cygwin.
171
172 2007-01-18  Jim Meyering  <jim@meyering.net>
173
174         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
175         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
176         than the race-prone "test -d sys || mkdir sys".
177         (configure.ac): Use AC_PROG_MKDIR_P.
178         * modules/sys_select: Likewise.
179         * modules/sys_socket: Likewise.
180         * modules/sys_time: Likewise.
181
182 2007-01-18  Eric Blake  <ebb9@byu.net>
183
184         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
185         replace gettimeofday.
186         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
187         name, to avoid infinite recursion.
188
189 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
190
191         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
192         module sys_time.
193         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
194         assume timespec.h defines struct timeval.
195         * lib/settime.c: Likewise.
196         * lib/utimens.c: Likewise.
197         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
198         since we now assume the gettimeofday module.
199         * lib/tempname.c (__gen_tempname): Likewise.
200         * lib/gettimeofday.h: Remove.
201         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
202         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
203         Include <time.h>, for 'time()'.
204         (localtime_buffer_addr): Also use this workaround if
205         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
206         to simplify the uses.  All uses changed.
207         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
208         that #undef is inside {}, and 'const' follows type name consistently.
209         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
210         (gettimeofday): Do not use the maximum possible value for
211         tv->tv_usec, since that might break usages other than ls.c.
212         Instead, we'll leave ls.c alone.  This undoes today's patch
213         by Bruno.  Add a compile-time warning for 1s-clock resolution;
214         we've never observed the problem but might as well keep the
215         canary.
216         * lib/nanosleep.c: Include timespec.h first, for interface check.
217         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
218         now assume the sys_time module.
219         * lib/tempname.c: Likewise.
220         * lib/timespec.h: Likewise.
221         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
222         needed.
223         * lib/strftime.c: Likewise.
224         * lib/timespec.h: Likewise.
225         * lib/posixtm.c: Include posixtm.h first, for interface check.
226         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
227         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
228         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
229         * lib/sys_time_.h: New file.
230         * lib/timespec.h (struct timespec): Use long int, not long.
231         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
232         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
233         Remove obsolescent call to AC_HEADER_TIME.
234         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
235         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
236         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
237         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
238         Likewise.
239         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
240         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
241         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
242         into the sys_time module.  Check for gettimeofday just once.
243         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
244         for gettimeofday signature to just check the signature.  Merely
245         compile it, since linking doesn't test signature.  Improve test for
246         whether gettimeofday.o is actually needed.
247         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
248         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
249         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
250         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
251         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
252         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
253         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
254         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
255         than worrying about sys/time.h.
256         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
257         Don't bother worrying about TIME_WITH_SYS_TIME.
258         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
259         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
260         * m4/sys_time_h.m4: New file.
261         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
262         Don't include sys/time.h.  Return from main rather than exiting.
263         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
264         all uses changed.
265         * modules/gethrxtime (Depends-on): Add sys_time.
266         * modules/gettime (Depends-on): Likewise.
267         * modules/gettimeofday (Depends-on): Likewise.
268         * modules/nanosleep (Depends-on): Likewise.
269         * modules/settime (Depends-on): Likewise.
270         * modules/tempname (Depends-on): Likewise.
271         * modules/utimens (Depends-on): Likewise.
272         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
273         (Include:) Change back to <sys/time.h>.
274         (Maintainer:) Add self.
275         * modules/sys_time: New file.
276         * modules/tempname (Depends-on): Add gettimeofday.
277         * tests/test-gettimeofday.c: Include <sys/time.h>
278         rather than gettimeofday.h.
279
280 2007-01-17  Bruno Haible  <bruno@clisp.org>
281
282         * gnulib-tool (func_get_license): Revert last patch. Instead, let
283         the license default to GPL.
284         (func_create_testdir): Don't complain if a module is LGPL and its
285         tests module depends on GPLed modules.
286
287 2007-01-17  Bruno Haible  <bruno@clisp.org>
288
289         * lib/gettimeofday.c (gettimeofday): Add code for the case
290         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
291         maximum possible value for tv->tv_usec, rather than the minimum one.
292
293 2005-10-08  Martin Lambers  <marlam@marlam.de>
294 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
295 2007-01-16  Bruno Haible  <bruno@clisp.org>
296
297         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
298         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
299         gl_FUNC_GETTIMEOFDAY.
300         (Include): Add gettimeofday.h.
301         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
302         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
303         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
304         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
305         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
306         * lib/gettimeofday.h: New file.
307         * lib/gettimeofday.c: Include <sys/timeb.h>.
308         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
309         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
310         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
311         fall back on time().
312
313         * tests/test-gettimeofday.c: New file.
314         * modules/gettimeofday-tests: New file.
315
316 2007-01-16  Eric Blake  <ebb9@byu.net>
317
318         * modules/fnmatch (Depends-on): Depend on wchar.
319         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
320         * m4/fnmatch.m4: Likewise.
321         * modules/mbchar (Makefile.am): Assume <wchar.h>.
322         * m4/mbchar.m4: Likewise.
323         * modules/mbswidth (Depends-on): Depend on wchar.
324         * lib/mbswidth.c: Assume <wchar.h>.
325         * m4/mbswidth.m4: Likewise.
326         * modules/quotearg (Depends-on): Depend on wchar.
327         * lib/quotearg.c: Assume <wchar.h>.
328         * m4/quotearg.m4: Likewise.
329         * modules/regex (Depends-on): Depend on wchar.
330         * lib/regex_internal.h: Assume <wchar.h>.
331         * m4/regex.m4: Likewise.
332         * modules/stdint (Depends-on): Depend on wchar.
333         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
334         * m4/stdint.m4: Likewise.
335         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
336         * modules/strftime (Depends-on): Depend on wchar.
337         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
338         * modules/strtol (Depends-on): Depend on wchar.
339         * lib/strtol.c: Assume <wchar.h>.
340         * modules/wcwidth (Depends-on): Depend on wchar.
341         * lib/wcwidth.h: Assume <wchar.h>.
342         * m4/wcwidth.m4: Likewise.
343
344 2007-01-16  Bruno Haible  <bruno@clisp.org>
345
346         * modules/csharpexec-script: New, created from...
347         * modules/csharpexec: ... this.
348
349 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
350
351         * modules/javaexec-script: New, created from...
352         * modules/javaexec: ... this.
353
354 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
355
356         * modules/poll (Dependencies): Add sys_select.
357
358 2007-01-15  Jim Meyering  <jim@meyering.net>
359
360         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
361         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
362         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
363         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
364
365 2007-01-15  Bruno Haible  <bruno@clisp.org>
366
367         * modules/striconveh: New file.
368         * lib/striconveh.h: New file.
369         * lib/striconveh.c: New file.
370         * MODULES.html.sh (Internationalization functions): Add striconveh.
371
372         * modules/striconveh-tests: New file.
373         * tests/test-striconveh.c: New file.
374
375 2007-01-15  Bruno Haible  <bruno@clisp.org>
376
377         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
378         not from GNU libiconv or GNU libc.
379
380 2007-01-15  Bruno Haible  <bruno@clisp.org>
381
382         * doc/gnulib-intro.texi (Copyright): Explain the different license
383         terms for module descriptions, autoconf macros, tests, documentation.
384
385 2007-01-14  Bruno Haible  <bruno@clisp.org>
386
387         * modules/striconv-tests: New file.
388         * tests/test-striconv.c: New file.
389
390 2007-01-14  Bruno Haible  <bruno@clisp.org>
391
392         * modules/iconv-tests: New file.
393         * tests/test-iconv.c: New file.
394
395 2007-01-14  Bruno Haible  <bruno@clisp.org>
396
397         * gnulib-tool (func_get_license): For test modules, use the license of
398         the main module.
399
400 2007-01-14  Bruno Haible  <bruno@clisp.org>
401
402         * modules/iconv (Include): Clarify that <iconv.h> can only be included
403         if iconv is found to exist.
404
405 2007-01-14  Bruno Haible  <bruno@clisp.org>
406
407         * modules/c-ctype-tests: New file.
408         * tests/test-c-ctype.c: New file.
409
410 2007-01-14  Bruno Haible  <bruno@clisp.org>
411
412         * modules/binary-io-tests: New file.
413         * tests/test-binary-io.sh: New file.
414         * tests/test-binary-io.c: New file.
415
416 2007-01-14  Bruno Haible  <bruno@clisp.org>
417
418         * modules/array-oset-tests: New file.
419         * tests/test-array_oset.c: New file.
420
421 2007-01-14  Bruno Haible  <bruno@clisp.org>
422
423         * modules/array-list-tests: New file.
424         * tests/test-array_list.c: New file.
425
426 2007-01-14  Bruno Haible  <bruno@clisp.org>
427
428         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
429         and make.
430         Reported by Simon Josefsson in
431         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
432
433 2007-01-14  Bruno Haible  <bruno@clisp.org>
434
435         * modules/allocsa-tests: New file.
436         * tests/test-allocsa.c: New file.
437
438 2007-01-14  Bruno Haible  <bruno@clisp.org>
439
440         * modules/fchdir (Depends-on): Add absolute-header.
441         * modules/unistd (Depends-on): Likewise.
442
443 2006-12-30  Bruno Haible  <bruno@clisp.org>
444
445         * modules/fchdir: New file.
446         * modules/unistd (Files): Add lib/unistd_.h.
447         (Makefile.am): Generate unistd.h from unistd_.h.
448         * lib/fchdir.c: New file.
449         * lib/dirent_.h: New file.
450         * lib/unistd_.h: New file.
451         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
452         * m4/fchdir.m4: New file.
453         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
454         (gl_HEADER_UNISTD): Invoke it.
455         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
456         function.
457         * lib/backupfile.c (opendir, closedir): Undefine.
458         * lib/chown.c (open, close): Undefine.
459         * lib/clean-temp.c (open, close): Undefine.
460         * lib/copy-file.c (open, close): Undefine.
461         * lib/execute.c (open, close): Undefine.
462         * lib/fsusage.c (open, close): Undefine.
463         * lib/gc-gnulib.c (open, close): Undefine.
464         * lib/getcwd.c (opendir, closedir): Undefine.
465         * lib/glob.c (opendir, closedir): Undefine.
466         * lib/javacomp.c (open, close): Undefine.
467         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
468         * lib/openat-proc.c (open, close): Undefine.
469         * lib/pagealign_alloc.c (open, close): Undefine.
470         * lib/pipe.c (open, close): Undefine.
471         * lib/progreloc.c (open, close): Undefine.
472         * lib/savedir.c (opendir, closedir): Undefine.
473         * lib/utime.c (open, close): Undefine.
474         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
475
476 2007-01-10  Bruno Haible  <bruno@clisp.org>
477
478         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
479
480 2007-01-12  Eric Blake  <ebb9@byu.net>
481
482         Provide a robust <wchar.h>.  Further simplifications are now
483         possible in other modules, but not included here.
484         * modules/wchar: New module.
485         * m4/wchar.m4: New file.
486         * lib/wchar_.h: Likewise.
487         * modules/mbchar (Depends-on): Depend on wchar, as the first use
488         of the new module.
489         * MODULES.html.sh (Extended multibyte and wide character utilities):
490         New section.
491
492 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
493
494         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
495         to a reasonable default for memory allocation.
496         (xreadlink): Don't allocate a huge buffer, to work around a buggy
497         file system that reports garbage st_size values for symlinks.
498         Problem reported by Liyang Hu.
499
500 2007-01-11  Simon Josefsson  <simon@josefsson.org>
501
502         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
503         Emacs .#* auto-save files).
504
505 2007-01-11  Bruno Haible  <bruno@clisp.org>
506
507         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
508         directory.
509
510 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
511
512         Use @...@ consistently in lib/wctype_.h.
513         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
514         on it being set to 1 or 0.
515         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
516         go back to AC_SUBSTing it.
517         * modules/wctype (Makefile.am): Undo previous change.
518
519 2007-01-10  Eric Blake  <ebb9@byu.net>
520
521         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
522         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
523         * modules/wctype (Makefile.am): Likewise.
524         Reported by Chris McGuire.
525
526 2007-01-10  Jim Meyering  <jim@meyering.net>
527
528         fts.c: a small readability/maintainability improvement
529         * lib/fts.c (fts_read): Make this code slightly more readable and
530         maintainable by hoisting the "sp->fts_cur = p" assignments to
531         immediately follow the statements that set P.  Derived from
532         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
533
534 2007-01-10  Eric Blake  <ebb9@byu.net>
535
536         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
537         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
538         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
539         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
540         Reported by Chris McGuire.
541
542 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
543
544         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
545         in sed script.
546
547 2007-01-09  Bruno Haible  <bruno@clisp.org>
548
549         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
550         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
551         variables.
552         (func_module): Use them.
553
554 2007-01-09  Bruno Haible  <bruno@clisp.org>
555
556         * modules/unistr/base: New file.
557         * lib/unistr.h: New file.
558
559         * modules/unistr/u8-to-u16: New file.
560         * lib/unistr/u8-to-u16.c: New file.
561
562         * modules/unistr/u8-to-u32: New file.
563         * lib/unistr/u8-to-u32.c: New file.
564
565         * modules/unistr/u16-to-u8: New file.
566         * lib/unistr/u16-to-u8.c: New file.
567
568         * modules/unistr/u16-to-u32: New file.
569         * lib/unistr/u16-to-u32.c: New file.
570
571         * modules/unistr/u32-to-u8: New file.
572         * lib/unistr/u32-to-u8.c: New file.
573
574         * modules/unistr/u32-to-u16: New file.
575         * lib/unistr/u32-to-u16.c: New file.
576
577         * modules/unistr/u8-check: New file.
578         * modules/unistr/u16-check: New file.
579         * modules/unistr/u32-check: New file.
580         * lib/unistr/u8-check.c: New file.
581         * lib/unistr/u16-check.c: New file.
582         * lib/unistr/u32-check.c: New file.
583
584         * modules/unistr/u8-chr: New file.
585         * modules/unistr/u16-chr: New file.
586         * modules/unistr/u32-chr: New file.
587         * lib/unistr/u8-chr.c: New file.
588         * lib/unistr/u16-chr.c: New file.
589         * lib/unistr/u32-chr.c: New file.
590
591         * modules/unistr/u8-cmp: New file.
592         * modules/unistr/u16-cmp: New file.
593         * modules/unistr/u32-cmp: New file.
594         * lib/unistr/u8-cmp.c: New file.
595         * lib/unistr/u16-cmp.c: New file.
596         * lib/unistr/u32-cmp.c: New file.
597
598         * modules/unistr/u8-cpy: New file.
599         * modules/unistr/u16-cpy: New file.
600         * modules/unistr/u32-cpy: New file.
601         * lib/unistr/u8-cpy.c: New file.
602         * lib/unistr/u16-cpy.c: New file.
603         * lib/unistr/u32-cpy.c: New file.
604         * lib/unistr/u-cpy.h: New file.
605
606         * modules/unistr/u8-cpy-alloc: New file.
607         * modules/unistr/u16-cpy-alloc: New file.
608         * modules/unistr/u32-cpy-alloc: New file.
609         * lib/unistr/u8-cpy-alloc.c: New file.
610         * lib/unistr/u16-cpy-alloc.c: New file.
611         * lib/unistr/u32-cpy-alloc.c: New file.
612         * lib/unistr/u-cpy-alloc.h: New file.
613
614         * modules/unistr/u8-endswith: New file.
615         * modules/unistr/u16-endswith: New file.
616         * modules/unistr/u32-endswith: New file.
617         * lib/unistr/u8-endswith.c: New file.
618         * lib/unistr/u16-endswith.c: New file.
619         * lib/unistr/u32-endswith.c: New file.
620         * lib/unistr/u-endswith.h: New file.
621
622         * modules/unistr/u8-mblen: New file.
623         * modules/unistr/u16-mblen: New file.
624         * modules/unistr/u32-mblen: New file.
625         * lib/unistr/u8-mblen.c: New file.
626         * lib/unistr/u16-mblen.c: New file.
627         * lib/unistr/u32-mblen.c: New file.
628
629         * modules/unistr/u8-mbtouc: New file.
630         * modules/unistr/u16-mbtouc: New file.
631         * modules/unistr/u32-mbtouc: New file.
632         * lib/unistr/u8-mbtouc.c: New file.
633         * lib/unistr/u16-mbtouc.c: New file.
634         * lib/unistr/u32-mbtouc.c: New file.
635
636         * modules/unistr/u8-mbtouc-safe: New file.
637         * modules/unistr/u16-mbtouc-safe: New file.
638         * modules/unistr/u32-mbtouc-safe: New file.
639         * lib/unistr/u8-mbtouc-safe.c: New file.
640         * lib/unistr/u16-mbtouc-safe.c: New file.
641         * lib/unistr/u32-mbtouc-safe.c: New file.
642
643         * modules/unistr/u8-move: New file.
644         * modules/unistr/u16-move: New file.
645         * modules/unistr/u32-move: New file.
646         * lib/unistr/u8-move.c: New file.
647         * lib/unistr/u16-move.c: New file.
648         * lib/unistr/u32-move.c: New file.
649         * lib/unistr/u-move.h: New file.
650
651         * modules/unistr/u8-next: New file.
652         * modules/unistr/u16-next: New file.
653         * modules/unistr/u32-next: New file.
654         * lib/unistr/u8-next.c: New file.
655         * lib/unistr/u16-next.c: New file.
656         * lib/unistr/u32-next.c: New file.
657
658         * modules/unistr/u8-prev: New file.
659         * modules/unistr/u16-prev: New file.
660         * modules/unistr/u32-prev: New file.
661         * lib/unistr/u8-prev.c: New file.
662         * lib/unistr/u16-prev.c: New file.
663         * lib/unistr/u32-prev.c: New file.
664
665         * modules/unistr/u8-set: New file.
666         * modules/unistr/u16-set: New file.
667         * modules/unistr/u32-set: New file.
668         * lib/unistr/u8-set.c: New file.
669         * lib/unistr/u16-set.c: New file.
670         * lib/unistr/u32-set.c: New file.
671         * lib/unistr/u-set.h: New file.
672
673         * modules/unistr/u8-startswith: New file.
674         * modules/unistr/u16-startswith: New file.
675         * modules/unistr/u32-startswith: New file.
676         * lib/unistr/u8-startswith.c: New file.
677         * lib/unistr/u16-startswith.c: New file.
678         * lib/unistr/u32-startswith.c: New file.
679         * lib/unistr/u-startswith.h: New file.
680
681         * modules/unistr/u8-stpcpy: New file.
682         * modules/unistr/u16-stpcpy: New file.
683         * modules/unistr/u32-stpcpy: New file.
684         * lib/unistr/u8-stpcpy.c: New file.
685         * lib/unistr/u16-stpcpy.c: New file.
686         * lib/unistr/u32-stpcpy.c: New file.
687         * lib/unistr/u-stpcpy.h: New file.
688
689         * modules/unistr/u8-stpncpy: New file.
690         * modules/unistr/u16-stpncpy: New file.
691         * modules/unistr/u32-stpncpy: New file.
692         * lib/unistr/u8-stpncpy.c: New file.
693         * lib/unistr/u16-stpncpy.c: New file.
694         * lib/unistr/u32-stpncpy.c: New file.
695         * lib/unistr/u-stpncpy.h: New file.
696
697         * modules/unistr/u8-strcat: New file.
698         * modules/unistr/u16-strcat: New file.
699         * modules/unistr/u32-strcat: New file.
700         * lib/unistr/u8-strcat.c: New file.
701         * lib/unistr/u16-strcat.c: New file.
702         * lib/unistr/u32-strcat.c: New file.
703         * lib/unistr/u-strcat.h: New file.
704
705         * modules/unistr/u8-strchr: New file.
706         * modules/unistr/u16-strchr: New file.
707         * modules/unistr/u32-strchr: New file.
708         * lib/unistr/u8-strchr.c: New file.
709         * lib/unistr/u16-strchr.c: New file.
710         * lib/unistr/u32-strchr.c: New file.
711
712         * modules/unistr/u8-strcmp: New file.
713         * modules/unistr/u16-strcmp: New file.
714         * modules/unistr/u32-strcmp: New file.
715         * lib/unistr/u8-strcmp.c: New file.
716         * lib/unistr/u16-strcmp.c: New file.
717         * lib/unistr/u32-strcmp.c: New file.
718
719         * modules/unistr/u8-strcpy: New file.
720         * modules/unistr/u16-strcpy: New file.
721         * modules/unistr/u32-strcpy: New file.
722         * lib/unistr/u8-strcpy.c: New file.
723         * lib/unistr/u16-strcpy.c: New file.
724         * lib/unistr/u32-strcpy.c: New file.
725         * lib/unistr/u-strcpy.h: New file.
726
727         * modules/unistr/u8-strcspn: New file.
728         * modules/unistr/u16-strcspn: New file.
729         * modules/unistr/u32-strcspn: New file.
730         * lib/unistr/u8-strcspn.c: New file.
731         * lib/unistr/u16-strcspn.c: New file.
732         * lib/unistr/u32-strcspn.c: New file.
733         * lib/unistr/u-strcspn.h: New file.
734
735         * modules/unistr/u8-strdup: New file.
736         * modules/unistr/u16-strdup: New file.
737         * modules/unistr/u32-strdup: New file.
738         * lib/unistr/u8-strdup.c: New file.
739         * lib/unistr/u16-strdup.c: New file.
740         * lib/unistr/u32-strdup.c: New file.
741         * lib/unistr/u-strdup.h: New file.
742
743         * modules/unistr/u8-strlen: New file.
744         * modules/unistr/u16-strlen: New file.
745         * modules/unistr/u32-strlen: New file.
746         * lib/unistr/u8-strlen.c: New file.
747         * lib/unistr/u16-strlen.c: New file.
748         * lib/unistr/u32-strlen.c: New file.
749         * lib/unistr/u-strlen.h: New file.
750
751         * modules/unistr/u8-strmblen: New file.
752         * modules/unistr/u16-strmblen: New file.
753         * modules/unistr/u32-strmblen: New file.
754         * lib/unistr/u8-strmblen.c: New file.
755         * lib/unistr/u16-strmblen.c: New file.
756         * lib/unistr/u32-strmblen.c: New file.
757
758         * modules/unistr/u8-strmbtouc: New file.
759         * modules/unistr/u16-strmbtouc: New file.
760         * modules/unistr/u32-strmbtouc: New file.
761         * lib/unistr/u8-strmbtouc.c: New file.
762         * lib/unistr/u16-strmbtouc.c: New file.
763         * lib/unistr/u32-strmbtouc.c: New file.
764
765         * modules/unistr/u8-strncat: New file.
766         * modules/unistr/u16-strncat: New file.
767         * modules/unistr/u32-strncat: New file.
768         * lib/unistr/u8-strncat.c: New file.
769         * lib/unistr/u16-strncat.c: New file.
770         * lib/unistr/u32-strncat.c: New file.
771         * lib/unistr/u-strncat.h: New file.
772
773         * modules/unistr/u8-strncmp: New file.
774         * modules/unistr/u16-strncmp: New file.
775         * modules/unistr/u32-strncmp: New file.
776         * lib/unistr/u8-strncmp.c: New file.
777         * lib/unistr/u16-strncmp.c: New file.
778         * lib/unistr/u32-strncmp.c: New file.
779
780         * modules/unistr/u8-strncpy: New file.
781         * modules/unistr/u16-strncpy: New file.
782         * modules/unistr/u32-strncpy: New file.
783         * lib/unistr/u8-strncpy.c: New file.
784         * lib/unistr/u16-strncpy.c: New file.
785         * lib/unistr/u32-strncpy.c: New file.
786         * lib/unistr/u-strncpy.h: New file.
787
788         * modules/unistr/u8-strnlen: New file.
789         * modules/unistr/u16-strnlen: New file.
790         * modules/unistr/u32-strnlen: New file.
791         * lib/unistr/u8-strnlen.c: New file.
792         * lib/unistr/u16-strnlen.c: New file.
793         * lib/unistr/u32-strnlen.c: New file.
794         * lib/unistr/u-strnlen.h: New file.
795
796         * modules/unistr/u8-strpbrk: New file.
797         * modules/unistr/u16-strpbrk: New file.
798         * modules/unistr/u32-strpbrk: New file.
799         * lib/unistr/u8-strpbrk.c: New file.
800         * lib/unistr/u16-strpbrk.c: New file.
801         * lib/unistr/u32-strpbrk.c: New file.
802         * lib/unistr/u-strpbrk.h: New file.
803
804         * modules/unistr/u8-strrchr: New file.
805         * modules/unistr/u16-strrchr: New file.
806         * modules/unistr/u32-strrchr: New file.
807         * lib/unistr/u8-strrchr.c: New file.
808         * lib/unistr/u16-strrchr.c: New file.
809         * lib/unistr/u32-strrchr.c: New file.
810
811         * modules/unistr/u8-strspn: New file.
812         * modules/unistr/u16-strspn: New file.
813         * modules/unistr/u32-strspn: New file.
814         * lib/unistr/u8-strspn.c: New file.
815         * lib/unistr/u16-strspn.c: New file.
816         * lib/unistr/u32-strspn.c: New file.
817         * lib/unistr/u-strspn.h: New file.
818
819         * modules/unistr/u8-strstr: New file.
820         * modules/unistr/u16-strstr: New file.
821         * modules/unistr/u32-strstr: New file.
822         * lib/unistr/u8-strstr.c: New file.
823         * lib/unistr/u16-strstr.c: New file.
824         * lib/unistr/u32-strstr.c: New file.
825         * lib/unistr/u-strstr.h: New file.
826
827         * modules/unistr/u8-strtok: New file.
828         * modules/unistr/u16-strtok: New file.
829         * modules/unistr/u32-strtok: New file.
830         * lib/unistr/u8-strtok.c: New file.
831         * lib/unistr/u16-strtok.c: New file.
832         * lib/unistr/u32-strtok.c: New file.
833         * lib/unistr/u-strtok.h: New file.
834
835         * modules/unistr/u8-uctomb: New file.
836         * modules/unistr/u16-uctomb: New file.
837         * modules/unistr/u32-uctomb: New file.
838         * lib/unistr/u8-uctomb.c: New file.
839         * lib/unistr/u16-uctomb.c: New file.
840         * lib/unistr/u32-uctomb.c: New file.
841
842         * MODULES.html.sh (Unicode string functions): Add the new modules.
843
844 2007-01-08  Bruno Haible  <bruno@clisp.org>
845
846         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
847         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
848         subdirectories.
849
850 2007-01-08  Karl Berry  <karl@gnu.org>
851
852         * doc/error.texi: mention that main() fns must set program_name
853         when progname is used.
854
855 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
856
857         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
858         WCTYPE_H is empty, for the benefit of builds from non-distclean
859         directories.  Problem reported by Eric Blake in
860         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
861
862 2007-01-08  Bruno Haible  <bruno@clisp.org>
863
864         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
865         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
866         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
867         PROVIDE_CANONICALIZE_FILENAME_MODE.
868         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
869
870 2007-01-08  Bruno Haible  <bruno@clisp.org>
871
872         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
873         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
874         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
875         * lib/fts.c: Likewise.
876         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
877
878 2006-12-25  Bruno Haible  <bruno@clisp.org>
879
880         * modules/utf8-ucs4-safe: New file.
881         * lib/utf8-ucs4-safe.h: New file.
882         * lib/unistr/utf8-ucs4-safe.c: New file.
883
884         * modules/utf16-ucs4-safe: New file.
885         * lib/utf16-ucs4-safe.h: New file.
886         * lib/unistr/utf16-ucs4-safe.c: New file.
887
888         * MODULES.html.sh (Unicode string functions): Add the new modules.
889
890 2007-01-08  Bruno Haible  <bruno@clisp.org>
891
892         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
893         (Depends-on): Add unitypes.
894         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
895         (u8_mbtouc_aux): Move out to separate file.
896         (u8_mbtouc): Use ucs4_t, uint8_t types.
897         * lib/unistr/utf8-ucs4.c: New file.
898
899         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
900         (Depends-on): Add unitypes.
901         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
902         (u16_mbtouc_aux): Move out to separate file.
903         (u16_mbtouc): Use ucs4_t, uint16_t types.
904         * lib/unistr/utf16-ucs4.c: New file.
905
906         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
907         (Depends-on): Add unitypes.
908         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
909         (u8_uctomb_aux): Move out to separate file.
910         (u8_uctomb): Use ucs4_t, uint8_t types.
911         * lib/unistr/ucs4-utf8.c: New file.
912
913         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
914         (Depends-on): Add unitypes.
915         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
916         (u16_uctomb_aux): Move out to separate file.
917         (u16_uctomb): Use ucs4_t, uint16_t types.
918         * lib/unistr/ucs4-utf16.c: New file.
919
920 2006-12-25  Bruno Haible  <bruno@clisp.org>
921
922         * modules/unitypes: New file.
923         * lib/unitypes.h: New file.
924         * MODULES.html.sh (func_all_modules): New section "Unicode string
925         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
926         this section. Add unitypes.
927
928 2007-01-08  Bruno Haible  <bruno@clisp.org>
929
930         Avoid variable names that conflict with those from libtool.
931         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
932         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
933         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
934         library_names_spec to acl_library_names_spec, hardcode_* to
935         acl_hardcode_*.
936         Reported by Ralf Wildenhues.
937
938 2007-01-08  Bruno Haible  <bruno@clisp.org>
939
940         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
941         definition.
942         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
943         definition.
944         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
945         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
946         definition.
947         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
948         definition.
949         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
950         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
951         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
952         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
953         definition.
954         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
955         definition.
956         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
957         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
958         GC_USE_<algorithm>.
959         * lib/gc-libgcrypt.c: Likewise.
960         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
961         * modules/gc-arctwo (configure.ac): Likewise.
962         * modules/gc-des (configure.ac): Likewise.
963         * modules/gc-hmac-md5 (configure.ac): Likewise.
964         * modules/gc-hmac-sha1 (configure.ac): Likewise.
965         * modules/gc-md2 (configure.ac): Likewise.
966         * modules/gc-md4 (configure.ac): Likewise.
967         * modules/gc-md5 (configure.ac): Likewise.
968         * modules/gc-random (configure.ac): Likewise.
969         * modules/gc-rijndael (configure.ac): Likewise.
970         * modules/gc-sha1 (configure.ac): Likewise.
971
972 2007-01-08  Bruno Haible  <bruno@clisp.org>
973
974         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
975         macro definition.
976         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
977         definition.
978         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
979         definition.
980         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
981         * modules/fcntl-safer (configure.ac): Likewise.
982         * modules/fopen-safer (configure.ac): Likewise.
983         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
984         GNULIB_FWRITEERROR macro definition.
985
986 2007-01-08  Bruno Haible  <bruno@clisp.org>
987
988         * m4/gnulib-common.m4: New file.
989         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
990         (func_get_filelist): Add m4/gnulib-common.m4.
991
992 2007-01-08  Bruno Haible  <bruno@clisp.org>
993
994         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
995         command.
996
997 2007-01-08  Jim Meyering  <jim@meyering.net>
998
999         Use a more robust test for a "can't happen" condition.
1000         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
1001         narrowed the st_size value.  Presuming the "can't happen" condition
1002         is true, that narrowing could conceivably convert an invalid st_size
1003         value into a valid one.  Instead, use a change based on Matthew
1004         Woehlke's original patch.
1005
1006         Slight readability improvement: use an assert-like macro
1007         in place of literal "abort ()" uses.
1008         * lib/fts.c (fts_assert): Define.
1009         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
1010         Use this macro instead of a bare 'abort'.
1011
1012 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1013
1014         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1015         simply work around them.
1016         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1017         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1018         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1019         Don't bother to define as macros, since the standard doesn't require it.
1020         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1021         longer worry about IRIX 5.3.
1022         (HAVE_WCTYPE_CTMP_BUG): Remove.
1023
1024 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1025
1026         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1027         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1028         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1029         Problems reported by Georg Schwarz for IRIX 5.3.
1030
1031         * gnulib-tool (autoconf_minversion): Take the maximum version number
1032         found, not the minimum.  Problem reported by James Youngman.
1033
1034 2007-01-03  Karl Berry  <karl@gnu.org>
1035
1036         * doc/error.texi: new file, explaining interaction with progname.
1037         * doc/gnulib.texi: include it.  Update copyright.
1038
1039 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1040
1041         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1042         AC_CANONICAL_HOST, to improve autobuild outputs.
1043
1044 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1045             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1046
1047         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1048         sockets, server sockets, and other file descriptors.  Count errors
1049         to compute the return value.  Reorder the code a bit to be easier
1050         to follow.  Don't set event bits that were not requested (except
1051         POLLERR and POLLHUP).
1052
1053 2007-01-01  Bruno Haible  <bruno@clisp.org>
1054
1055         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1056
1057 2007-01-03  Jim Meyering  <jim@meyering.net>
1058
1059         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1060
1061 2007-01-02  Bruno Haible  <bruno@clisp.org>
1062
1063         * modules/settime (Include): Require timespec.h.
1064         * modules/nanosleep (Include): Likewise.
1065
1066 2007-01-01  Bruno Haible  <bruno@clisp.org>
1067
1068         * gnulib-tool (func_emit_copyright_notice): Bump year.
1069         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1070
1071 2007-01-01  Bruno Haible  <bruno@clisp.org>
1072
1073         Improve support for OpenBSD.
1074         * build-aux/config.rpath (libname_spec): Export.
1075         (library_names_spec): New variable. Export.
1076         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1077         library_names_spec from the config.rpath output. Locate shared library
1078         through the name pattern in library_names_spec.
1079
1080 2007-01-01  Eric Blake  <ebb9@byu.net>
1081
1082         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1083
1084 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1085
1086         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1087         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1088         assume the C locale, and avoid an "eval" that could cause trouble.
1089         Problem with SORT reported by Bob Proulx.
1090
1091         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1092         Define.  Trivial patch from Henning Nielsen Lund, originally
1093         sent to bug-grep@gnu.org today.
1094
1095 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1096
1097         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1098         struct stat.  Problem reported by Henning Nielsen Lund.
1099         * lib/acl.c: Include acl.h first, to check interface.  Don't
1100         bother to include sys/types.h and sys/stat.h again.
1101
1102 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1103
1104         Import the following change from libc; problem reported by
1105         Sven Verdoolaege.
1106
1107         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1108
1109         [BZ #1373]
1110         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1111
1112 2006-12-28  Jim Meyering  <jim@meyering.net>
1113
1114         * build-aux/announce-gen: Do not assume that the package
1115         builds any of tar.gz, tar.bz2, and .xdelta files.
1116         Suggestion from Simon Josefsson.
1117
1118 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1119
1120         * modules/announce-gen: New file.
1121
1122 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1123
1124         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1125         handles its gotchas now.
1126         * lib/mbswidth.c: Likewise.
1127         * lib/wcwidth.h: Likewise.
1128         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1129         and iswcntrl; the wctype module does this stuff now.
1130         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1131         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1132         * modules/mbchar (Depends-on): Add wctype.
1133         * modules/mbswidth (Depends-on): Likewise.
1134         * modules/wcwidth (Depends-on): Likewise.
1135
1136 2006-12-27  Eric Blake  <ebb9@byu.net>
1137
1138         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1139         module uses more than what <wctype.h> is required to provide.
1140
1141 2006-12-26  Eric Blake  <ebb9@byu.net>
1142
1143         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1144
1145 2006-12-26  Eric Blake  <ebb9@byu.net>
1146
1147         * modules/absolute-header: New module.
1148         * modules/fcntl (Depends-on): Depend on it.
1149         * modules/inttypes (Depends-on): Likewise.
1150         * modules/stdint (Depends-on): Likewise.
1151         * modules/sys_stat (Depends-on): Likewise.
1152         * modules/wctype (Depends-on): Likewise.
1153         * MODULES.html.sh (Support for building libraries and
1154         executables): Document it.
1155
1156 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1157
1158         * gnulib-tool (SED): Remove, undoing previous change.
1159         The problem was that it broke coreutils on Solaris, because
1160         "sed --posix" leaked into a makefile.
1161         (sed): New alias, if 'alias' and GNU sed.
1162
1163 2006-12-24  Jim Meyering  <jim@meyering.net>
1164
1165         Work around an fchownat bug in glibc-2.4:
1166         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
1167         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
1168         in spite of the -P option.
1169         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
1170         New macros.
1171         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
1172         * modules/openat (Files): Add lib/fchownat.c.
1173         * lib/openat.c (fchownat): Don't define here.  Move to...
1174         * lib/fchownat.c: ...this new file.
1175
1176 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1177
1178         Fix bug reported by Bruno Haible in
1179         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
1180         where quotearg.c didn't compile on Mac OS X 10.2 because it
1181         lacks <wchar.h> and wint_t.
1182         * lib/wctype_.h (__wctype_wint_t): New type.
1183         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
1184         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
1185         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
1186         Arg is now of type __wctype_wint_t, not wint_t.
1187         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
1188         substitute HAVE_WINT_T.
1189         * modules/wctype (Files): Add m4/wint_t.m4.
1190         (wctype.h): Substitute HAVE_WINT_T.
1191
1192 2006-12-23  Bruno Haible  <bruno@clisp.org>
1193
1194         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
1195
1196 2006-12-23  Bruno Haible  <bruno@clisp.org>
1197
1198         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
1199         S_ISLNK.
1200         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
1201         mingw.
1202
1203 2006-12-22  Bruno Haible  <bruno@clisp.org>
1204
1205         * lib/copy-file.c: Include acl.h.
1206         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
1207         Close the file descriptors only after being done with copy_acl.
1208         * modules/copy-file (Depends-on): Add acl.
1209
1210 2006-12-22  Bruno Haible  <bruno@clisp.org>
1211
1212         * gnulib-tool (SED): New variable.
1213         Use $SED instead of sed everywhere.
1214
1215 2006-12-22  Bruno Haible  <bruno@clisp.org>
1216
1217         * modules/no-c++: New file.
1218         * m4/no-c++.m4: New file.
1219         * MODULES.html.sh (Support for building libraries and executables):
1220         Add no-c++.
1221
1222 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
1223
1224         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1225         Include <limits.h>, and use its INT_MAX to rewrite the
1226         j loop so that it does not overflow 'int'.  Problem reported by
1227         Ralf Wildenhues in
1228         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
1229         Play it safe by shifting left by 1 rather than multiplying by 2,
1230         as GCC is less likely to optimize this away when the value
1231         is signed (when it assumes overflow leads to undefined behavior).
1232         Also, don't assume time_t uses two's complement.
1233
1234 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1235
1236         * MODULES.html.sh: New module wctype.
1237         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
1238         * lib/fnmatch.c: Don't bother to include <wchar.h> before
1239         <wctype.h>, since the new wctype module should fix this.
1240         * lib/quotearg.c: Include <wctype.h> unconditionally, since
1241         the wctype module should arrange for it.
1242         * lib/regex_internal.h: Likewise.
1243         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
1244         since the wctype module should handle this now.
1245         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
1246         * modules/fnmatch (Depends-on): Add wctype.
1247         * modules/quotearg (Depends-on): Likewise.
1248         * modules/regex (Depends-on): Likewise.
1249
1250 2006-12-19  Bruno Haible  <bruno@clisp.org>
1251
1252         * lib/strdup.h [C++]: Wrap definitions in extern "C".
1253         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
1254
1255 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1256
1257         * modules/savewd (Depends-on): Fix dependency on fcntl.
1258
1259 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1260
1261         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
1262         conforms to C99, rather than relying on the user's environment
1263         setting of STDINT_H.
1264
1265 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1266         and Eric Blake  <ebb9@byu.net>
1267
1268         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
1269         This is more consistent with the other defines here.
1270         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
1271         Port to z/OS.  Problem reported by Paul Gilmartin.
1272         Change local vars to use gl_ prefix rather than ac_.
1273         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
1274         with other defines.
1275         * modules/double-slash-root: New module.
1276         * modules/dirname (Files): Remove m4/double-slash-root.m4.
1277         (Depends-on): Add double-slash-root.
1278         * MODULES.html.sh (File system functions): Mention new module.
1279
1280 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1281
1282         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
1283         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
1284         This is for the benefit of gzip, which doesn't do i18n.
1285
1286 2006-12-12  Jim Meyering  <jim@meyering.net>
1287
1288         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
1289         Reported by Andreas Schwab <schwab@suse.de>.
1290
1291 2006-12-12  Bruno Haible  <bruno@clisp.org>
1292
1293         Merge these changes.
1294         2006-09-05  Bruno Haible  <bruno@clisp.org>
1295         * lib/iconvme.c (iconv_string): No need to save and restore errno when
1296         iconv_alloc succeeded.
1297         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
1298         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
1299         test for " && dest " at the end - dest is always != NULL there. Call
1300         iconv with 4xNULL arguments initially, to reset the state. Call iconv
1301         with 2xNULL arguments, also to flush the state storage. Handle the
1302         IRIX iconv behaviour. Realloc the final result, to throw away unused
1303         memory.
1304
1305 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1306
1307         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
1308         and fchmodat unconditionally, since glibc 2.4 has them.
1309         Problem reported by Arkadiusz Miskiewicz.
1310
1311 2006-12-10  Bruno Haible  <bruno@clisp.org>
1312
1313         * gnulib-tool (func_import): Show the include files only for those
1314         modules that are copied and specified.
1315         Reported by Karl Berry.
1316
1317 2006-12-08  Jim Meyering  <jim@meyering.net>
1318
1319         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
1320         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
1321
1322         * build-aux/announce-gen: Add two new options, both optional:
1323         --bootstrap-tools=TOOL_LIST
1324               a comma-separated list of tools, e.g.,
1325               autoconf,automake,bison,gnulib
1326         --gnulib-snapshot-date=DATE
1327               if gnulib is in the bootstrap tool list,
1328               then report this as the snapshot date.
1329               If not specified, use the current date/time.
1330               If you specify a date here, be sure it's UTC.
1331
1332 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1333
1334         * tests/test-argp-2.sh: Fix test to match actual output.
1335         (func_compare): Fix sed script to be portable.
1336
1337 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1338
1339         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
1340         workaround for this case.  It is not autoconfigured now; offhand
1341         it's hard to see how to autoconfigure it.
1342
1343 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1344
1345         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
1346         a directory that is about to be chowned.  Such a directory's
1347         initial file permissions should permit the owner only and this
1348         should not be changed until after the chown, since the group and
1349         other bits would be incorrect if they granted permission before
1350         the chown.
1351
1352         Fix porting problem for iswctype reported by Georg Schwarz in:
1353         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
1354         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
1355         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
1356         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
1357         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1358
1359 2006-12-03  Jim Meyering  <jim@meyering.net>
1360
1361         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
1362         p->fts_statp may not yet be defined.
1363         (fts_read): Instead, set it in the caller, once p->fts_statp is
1364         sure to be defined, and corresponds to a top-level directory.
1365         This bug made du -x fail.  Here's the coreutils test case:
1366         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
1367         Reported by Mike Frysinger.
1368
1369 2006-12-01  Jim Meyering  <jim@meyering.net>
1370
1371         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
1372         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
1373         Reported by Simon Josefsson.
1374
1375 2006-11-30  Jim Meyering  <jim@meyering.net>
1376
1377         * m4/warning.m4: Use the all-permissive copyright notice
1378         recommended by RMS (rather than LGPL).
1379         * m4/vararrays.m4: Likewise.
1380         * m4/flexmember.m4: Likewise.
1381
1382 2006-11-29  Bruno Haible  <bruno@clisp.org>
1383
1384         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1385         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
1386         using +=.
1387         Reported by Simon Josefsson <simon@josefsson.org>.
1388
1389 2006-11-28  James Youngman <jay@gnu.org>
1390
1391         * README: Advise users that they might find the bug-gnulib@gnu.org
1392         and autotools-announce@gnu.org mailing lists useful.
1393
1394 2006-11-28  Bruno Haible  <bruno@clisp.org>
1395
1396         * m4/ptrdiff_max.m4: Remove file.
1397
1398 2006-11-21  Bruno Haible  <bruno@clisp.org>
1399
1400         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
1401         _AC_COMPUTE_INT.
1402         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1403         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
1404         _AC_COMPUTE_INT.
1405         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1406         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
1407         _AC_COMPUTE_INT.
1408         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1409
1410 2006-11-28  Jim Meyering  <jim@meyering.net>
1411
1412         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
1413         warning from "gcc -Wshadow" about shadowing the builtin.
1414
1415 2006-11-27  Bruno Haible  <bruno@clisp.org>
1416
1417         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
1418         _AC_COMPUTE_INT.
1419         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1420
1421 2006-11-27  Bruno Haible  <bruno@clisp.org>
1422             Paul Eggert  <eggert@cs.ucla.edu>
1423
1424         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
1425
1426 2006-11-26  Bruno Haible  <bruno@clisp.org>
1427
1428         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1429         noinst_LTLIBRARIES.
1430
1431 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1432             Bruno Haible  <bruno@clisp.org>
1433
1434         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
1435         if compiling with "gcc -ansi".
1436
1437 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1438
1439         Fix some incompatibilities with gcc -ansi -pedantic.
1440         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
1441         if compiling pedantically with GCC, unless it's C99 or later.
1442         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
1443         it mishandles gcc -ansi -pedantic as well.
1444         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
1445         if gcc -pedantic.
1446         * lib/regexec.c (check_node_accept_bytes): Don't use auto
1447         initializers for struct if -pedantic, unless it's C99 or later.
1448
1449 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
1450
1451         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
1452         Don't close an fd more than once. Identical atimes indicate
1453         success, not failure.
1454
1455 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
1456
1457         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
1458
1459 2006-11-23  Jim Meyering  <jim@meyering.net>
1460
1461         * build-aux/announce-gen: New file.  From coreutils.
1462
1463 2006-11-22  Jim Meyering  <jim@meyering.net>
1464
1465         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
1466         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
1467         (fts_read): Use a temporary to narrow the overused st_size member
1468         before using it in a switch statement.  Reported by Matthew Woehlke.
1469
1470         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
1471         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1472
1473 2006-11-20  Bruno Haible  <bruno@clisp.org>
1474
1475         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
1476         changequote instead of pairs of brackets.
1477         Reported by Andreas Schwab <schwab@suse.de>.
1478
1479 2006-11-21  Jim Meyering  <jim@meyering.net>
1480
1481         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
1482         so as to remain compatible with older compilers.
1483         Patch from Michael Deutschmann.
1484
1485 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1486
1487         * MODULES.html.sh (File system functions): Add openat.
1488
1489         * lib/openat.h (rpl_fstatat): New macro, if
1490         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
1491         (fstatat): Define to rpl_fstatat under the same conditions,
1492         unless COMPILING_FSTATAT.
1493         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
1494         seems to have the bug.
1495         * lib/fstatat.c: New file.
1496         * modules/openat (Files): Add it.
1497
1498 2006-11-20  Bruno Haible  <bruno@clisp.org>
1499
1500         * Makefile: New file.
1501
1502 2006-11-20  Jim Meyering  <jim@meyering.net>
1503
1504         The beginnings of syntax-related checks for gnulib.
1505         * lib/Makefile: New file.
1506         * lib/t-idcache: New script.  Ensure that the two halves of
1507         idcache.c stay in sync.
1508
1509         * lib/idcache.c: Adjust comments in user- and group- portions to
1510         be more accurate, and to be consistent with one another.
1511
1512 2006-11-20  Jim Meyering  <jim@meyering.net>
1513
1514         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
1515         continue using the flexible array member (thus, this module performs
1516         half as many malloc calls), with the addition that...
1517         (getgroup, getuser): Consistently record a non-match via an empty
1518         "name" string, and map an empty string match to a NULL return value.
1519         * modules/idcache (Depends-on): Re-add flexmember.
1520
1521         * lib/idcache.c (getuser): Remove all uses of the register keyword.
1522         (getuidbyname, getgroup, getgidbyname): Likewise.
1523
1524         Use cleaner syntax: NULL rather than 0.
1525         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
1526
1527 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1528
1529         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
1530         It mishandled the case where the group was missing.
1531         Problem reported by Greg Schafer.
1532         * modules/idcache: Likewise.
1533
1534 2006-11-18  Jim Meyering  <jim@meyering.net>
1535
1536         * check-module (%exempt_header): Add exception for some
1537         conditionally-included headers.
1538
1539         * modules/i-ring (Depends-on): Add verify.
1540         (License): Change to LGPL.
1541
1542 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1543
1544         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
1545         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
1546         and inttostr.h.  Use snprintf rather than uinttostr, so that
1547         LGPLed code doesn't depend on GPLed.
1548
1549 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1550
1551         * modules/inline (License): Change from GPL to LGPL.
1552
1553 2006-11-17  Jim Meyering  <jim@meyering.net>
1554
1555         * modules/d-type (License): Switch to LGPL.
1556
1557 2006-11-15  Bruno Haible  <bruno@clisp.org>
1558
1559         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
1560
1561 2006-11-15  Eric Blake  <ebb9@byu.net>
1562
1563         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
1564         the module dependency.
1565
1566 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1567             Bruno Haible  <bruno@clisp.org>
1568
1569         * gnulib-tool (func_create_testdir): Add license consistency check.
1570
1571 2006-11-15  Eric Blake  <ebb9@byu.net>
1572
1573         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
1574         random "(cached)" in configure output.
1575
1576 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1577
1578         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
1579         test for conforming inttypes.h is both announced and cached.
1580
1581         * MODULES.html.sh (seen_modules, seen_files): New variables.
1582         (func_module): Rewrite to use a few less gnulib-tool and sed
1583         invocations.  Avoid a couple of quadratic algorithms for ...
1584         (missed_modules, missed_files): ... these, with ...
1585         (func_append, func_tmpdir): ... these new functions, from
1586         gnulib-tool.  Analogously, install traps for cleanup.
1587
1588         * tests/test-gc.c (main): Remove unused variables.
1589         * tests/test-read-file.c: Include stdlib.h, for 'free'.
1590
1591 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1592
1593         * modules/inttostr (License): Change to LGPL.
1594
1595 2006-11-14  Eric Blake  <ebb9@byu.net>
1596
1597         * modules/tempname (License): Change to LGPL.
1598
1599 2006-11-14  Eric Blake  <ebb9@byu.net>
1600
1601         * doc/functions.texi (Function Portability): *printf functions on
1602         Cygwin now understand all POSIX size specifiers.
1603
1604 2006-11-14  Bruno Haible  <bruno@clisp.org>
1605
1606         * modules/c-ctype (License): Change to LGPL.
1607
1608 2006-11-12  Bruno Haible  <bruno@clisp.org>
1609
1610         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1611         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
1612         for GNOME libraries, for which the include files are installed in
1613         subdirectories of $prefix/include.
1614
1615 2006-11-12  Bruno Haible  <bruno@clisp.org>
1616
1617         * m4/lib-link.m4: Require at least autoconf-2.54.
1618         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
1619         name to underscores for the --with option.
1620
1621 2006-11-13  Bruno Haible  <bruno@clisp.org>
1622
1623         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
1624         the tests directory.
1625         Reported by Ralf Wildenhues.
1626
1627 2006-11-13  Bruno Haible  <bruno@clisp.org>
1628
1629         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
1630         (func_emit_initmacro_end): Undo the override here.
1631         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
1632         Works around the famous automake error in coreutils.
1633
1634 2006-11-13  Eric Blake  <ebb9@byu.net>
1635
1636         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
1637         element, not its node.
1638
1639 2006-11-12  Bruno Haible  <bruno@clisp.org>
1640
1641         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
1642         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
1643
1644 2006-11-12  Bruno Haible  <bruno@clisp.org>
1645
1646         * gnulib-tool: New option --local-symlink.
1647         (func_usage): Document it.
1648         (lsymbolic): New variable.
1649         (func_import, func_create_testdir): If --symlink was not specified,
1650         test whether --local-symlink was specified and the file comes from
1651         the local_gnulib_dir.
1652
1653 2006-11-12  Bruno Haible  <bruno@clisp.org>
1654
1655         * gnulib-tool (func_ln): New function.
1656         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
1657
1658 2006-11-12  Bruno Haible  <bruno@clisp.org>
1659
1660         Finish support for source files in subdirectories.
1661         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
1662         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
1663         AUTOMAKE_OPTIONS.
1664         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
1665
1666 2006-11-12  Bruno Haible  <bruno@clisp.org>
1667
1668         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1669         EXTRA_lib_SOURCES augmentation.
1670         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
1671
1672 2006-11-12  Jim Meyering  <jim@meyering.net>
1673
1674         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
1675         file descriptors.  This also averts a failure on systems with
1676         native openat support when a traversed directory lacks "x" access.
1677         * lib/fts_.h: Include "i-ring.h"
1678         (struct FTS) [fts_fd_ring]: New member.
1679         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
1680         (FCHDIR): Add parentheses.
1681         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
1682         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
1683         When descending, rather than simply closing the previous
1684         fts_cwd_fd value, push that file descriptor onto the ring.
1685         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
1686         (fts_open): Initialize the new fd_ring member.
1687         (fts_close): Clear the ring.
1688         (fts_safe_changedir): When possible, use our new fd_ring to skip
1689         the diropen and fstat and dev/ino comparison that would normally
1690         accompany a virtual `chdir ("..")'.
1691
1692         * modules/fts (Depends-on): Add i-ring.
1693         * modules/i-ring: New module.
1694         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
1695         * m4/i-ring.m4: New file.
1696
1697 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1698
1699         * gnulib-tool (func_create_testdir): Fix replacement of
1700         `build-aux' in configure.ac.  Run autotools in gltests
1701         subdirectory.
1702         (func_create_testdir, func_create_megatestdir, test): There is
1703         no need for '--force' in most autotool invocations in a new
1704         tree.  Actually fail the whole test if any of the tools, or the
1705         configure or make stages fail.
1706
1707         Sync from Automake.
1708         * build-aux/gnupload: Revert last change.  Add pointer to upload
1709         instructions of the GNU Maintenance Instructions.
1710         Suggestion by Karl Berry.
1711
1712 2006-11-10  Jim Meyering  <jim@meyering.net>
1713
1714         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
1715
1716 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1717
1718         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
1719         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
1720         (bind_textdomain_codeset) [! ENABLE_NLS]:
1721         Evaluate all the arguments.  That way, callers get compatible behavior
1722         if the arguments have side effects.  Also, it avoids some GCC
1723         diagnostics in some cases; Joel E. Denny reported problems when Bison
1724         was configured with --enable-gcc-warnigs.
1725
1726 2006-11-10  Jim Meyering  <jim@meyering.net>
1727
1728         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
1729         relevant options in CFLAGS (like -O, -fno-inline) are taken into
1730         account.
1731
1732 2006-11-10  Jim Meyering  <jim@meyering.net>
1733
1734         * modules/inline: New file/module.
1735         * modules/xalloc (Files): Remove m4/inline.m4.
1736         (Depends-on): Add inline, instead.
1737         * modules/oset: Likewise.
1738         * modules/list: Likewise.
1739
1740 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1741
1742         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
1743         Problem reported by Matthew Woehlke.
1744
1745 2006-11-09  Bruno Haible  <bruno@clisp.org>
1746
1747         * lib/tempname.c (gen_tempname): Remove variant that invokes
1748         __gen_tempname.
1749         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
1750         __gen_tempname.
1751
1752 2006-11-08  Bruno Haible  <bruno@clisp.org>
1753
1754         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
1755         to 'yes' instead of 'cross-compiling'.
1756
1757 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1758
1759         * lib/quotearg.h (quotearg_free): New decl.
1760         * lib/quotearg.c (quotearg_free): New function.
1761         (slot0, nslots, slotvec0, slotvec):
1762         Now file-scope so that quotearg_free can get at them.
1763
1764 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1765
1766         Sync from Automake.
1767         * build-aux/gnupload: Add missing 'gnu' to example URL.
1768         Report by Karl Berry.
1769
1770 2006-11-08  Bruno Haible  <bruno@clisp.org>
1771
1772         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
1773         Suggested by Paul Eggert.
1774
1775 2006-11-08  Jim Meyering  <jim@meyering.net>
1776
1777         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
1778         It's already included if !_LIBC.
1779         (fts_safe_changedir): Add a comment.
1780
1781 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1782
1783         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1784         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1785         Matthew Woehlke.
1786
1787         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
1788         definitions up, to avoid colliding with change below.
1789         (static_inline) [HAVE_INLINE]: New macro.
1790         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
1791         Provide extern decls when !HAVE_INLINE.  Do not define unless
1792         static_inline is defined, either by us or by xmalloc.c.  Use
1793         static_inline rather than static inline.
1794         (XCALLOC): Optimize sizeof(T) = 1 case.
1795         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
1796
1797 2006-11-07  Bruno Haible  <bruno@clisp.org>
1798
1799         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
1800         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
1801         AC_C_INLINE.
1802         * modules/xalloc (Files): Add m4/inline.m4.
1803
1804 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1805
1806         * README: Fix typo.
1807         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
1808         (Miscellanous Notes): ...from this.
1809
1810 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1811
1812         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
1813         Mention that offsetof should be used instead of sizeof.
1814         From Bruno Haible.
1815
1816 2006-11-07  Bruno Haible  <bruno@clisp.org>
1817
1818         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
1819
1820 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1821
1822         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1823         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
1824         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1825         (gl_tree_add_before, gl_tree_add_after):
1826         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
1827         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
1828         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1829         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
1830         (gl_linked_add_after, gl_linked_add_at): Likewise.
1831         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
1832         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1833         (gl_tree_add_before, gl_tree_add_after): Likewise.
1834         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
1835         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
1836         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1837
1838 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1839
1840         * lib/gl_oset.h: Use C comment style, not C++ comment style.
1841
1842 2006-11-06  Bruno Haible  <bruno@clisp.org>
1843
1844         * m4/inline.m4: New file.
1845         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
1846         * modules/list (Files): Add m4/inline.m4.
1847         * modules/oset (Files): Likewise.
1848
1849 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1850
1851         * lib/idcache.c: Include <stddef.h>, for offsetof.
1852         (struct userid.name): Change from char * to a flexible array member.
1853         All uses changed.
1854         * modules/idcache (Depends-on): Add flexmember.
1855
1856         * MODULES.html.sh (Core language properties): New module flexmember.
1857         * modules/flexmember, m4/flexmember.m4: New files.
1858
1859         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
1860         inline functions that are identical with the old xnmalloc_inline,
1861         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
1862         that we can avoid some unnecessary integer multiplications and
1863         divisions in the common case where the element size is known at
1864         compile time.
1865         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
1866         needed.
1867         (xnboundedmalloc): Remove.
1868         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
1869         arguments, for consistency with rest of this header.
1870         (xcharalloc): Rewrite using XNMALLOC.
1871         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
1872         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
1873         versions have been moved to lib/xalloc.h and renamed to be the
1874         non-*_inline versions.
1875         (xmalloc, xrealloc): Implement without reference to the xnmalloc
1876         and xnrealloc functions, since those functions are now inline and
1877         now call us.
1878         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
1879         renaming described above.
1880         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
1881         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
1882         captures the dependency in AC_C_INLINE.
1883
1884         New module canonicalize-lgpl, proposed by Charles Wilson in
1885         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
1886         with a few small changes afterwards.
1887         * MODULES.html.sh (File system functions): New module
1888         canonicalize-lgpl.
1889         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
1890         and canonicalize_file_name.
1891         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
1892         * modules/canonicalize-lgpl: New files.
1893
1894 2006-11-05  Bruno Haible  <bruno@clisp.org>
1895
1896         * gnulib-tool (func_import, func_create_testdir): Create directories
1897         also for files in subdirectories of lib/.
1898
1899 2006-11-05  Bruno Haible  <bruno@clisp.org>
1900
1901         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
1902         ANSI C compliant.
1903
1904 2006-11-03  Bruno Haible  <bruno@clisp.org>
1905
1906         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1907         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
1908         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
1909         (xnboundedmalloc): New inline function.
1910         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
1911         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
1912         xmalloc.
1913         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
1914         xmalloc.
1915         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
1916         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
1917         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
1918         xmalloc.
1919         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1920         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
1921         xmalloc.
1922         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
1923         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1924         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
1925         xmalloc.
1926         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1927         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
1928         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1929         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
1930         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
1931         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
1932         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
1933
1934 2006-11-03  Bruno Haible  <bruno@clisp.org>
1935
1936         * lib/c-ctype.h [C++]: Define functions without name mangling.
1937         * lib/fwriteerror.h [C++]: Likewise.
1938         * lib/gcd.h [C++]: Likewise.
1939         * lib/linebreak.h [C++]: Likewise.
1940
1941 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
1942
1943         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
1944         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
1945         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
1946         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
1947         Check for functions and headers just once.
1948         Check for declaration of canonicalize_file_name.
1949         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
1950
1951 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1952
1953         * gnulib-tool (func_import): Fix typo in actioncmd.
1954
1955 2006-11-02  Bruno Haible  <bruno@clisp.org>
1956
1957         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
1958         newline sequence in the Makefile.am snippet as a space, like "make"
1959         does.
1960         Reported by Roger Persson <perrog@gmail.com>.
1961
1962 2006-11-01  Bruno Haible  <bruno@clisp.org>
1963
1964         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
1965         already declared in <string.h>.
1966         * lib/strcase.h (strncasecmp): Don't declare it if yes.
1967
1968 2006-11-01  Bruno Haible  <bruno@clisp.org>
1969
1970         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
1971         * lib/strcase.h: Include <string.h>.
1972         (strcasecmp): Define to rpl_strcasecmp here.
1973
1974 2006-11-01  Bruno Haible  <bruno@clisp.org>
1975
1976         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
1977
1978 2006-11-01  Eric Blake  <ebb9@byu.net>
1979
1980         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
1981
1982         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
1983
1984 2006-10-29  Bruno Haible  <bruno@clisp.org>
1985
1986         Make it compile in C++ mode.
1987         * lib/full-write.c (full_rw): Add a cast.
1988
1989 2006-11-01  Bruno Haible  <bruno@clisp.org>
1990
1991         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
1992         be POSIX compliant.
1993         Reported by Roger Persson <perrog@gmail.com>.
1994
1995 2006-11-01  Eric Blake  <ebb9@byu.net>
1996
1997         * lib/getopt_.h: Fix comments.
1998
1999 2006-10-31  Eric Blake  <ebb9@byu.net>
2000
2001         * modules/tmpdir (Depends-on): Add sys_stat.
2002         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
2003         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
2004         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
2005         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
2006         tempname.
2007
2008 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
2009
2010         Avoid some C++ diagnostics reported by Bruno Haible.
2011         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
2012         xmalloc.
2013         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2014         (struct slotvec): Move to top level.
2015         (quotearg_n_options): Rewrite to avoid xmalloc.
2016         * lib/xalloc.h (xcharalloc): New function.
2017         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2018         [defined __cplusplus]: Add function template that provides result
2019         type propagation.  This part of the change is from Bruno Haible.
2020
2021 2006-10-29  Bruno Haible  <bruno@clisp.org>
2022
2023         Make it compile in C++ mode.
2024         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2025         * lib/strnlen1.c (strnlen1): Cast memchr result.
2026         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2027         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2028         (create_temp_dir): Rename local variable 'template'.
2029         (compile_csharp_using_sscli): Add cast.
2030         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2031         * lib/findprog.c (find_in_path): Likewise.
2032         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2033         * lib/wait-process.c (register_slave_subprocess): Likewise.
2034
2035 2006-10-22  Bruno Haible  <bruno@clisp.org>
2036
2037         * modules/tsearch: New file.
2038         * lib/tsearch.h: New file.
2039         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2040         * m4/tsearch.m4: New file.
2041         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2042
2043 2006-10-29  Eric Blake  <ebb9@byu.net>
2044
2045         * lib/arcfour.c: Assume config.h.
2046         * lib/arctwo.c: Likewise.
2047         * lib/base64.c: Likewise.
2048         * lib/check-version.c: Likewise.
2049         * lib/crc.c: Likewise.
2050         * lib/des.c: Likewise.
2051         * lib/gc-gnulib.c: Likewise.
2052         * lib/gc-libgcrypt.c: Likewise.
2053         * lib/gc-pbkdf2-sha1.c: Likewise.
2054         * lib/getaddrinfo.c: Likewise.
2055         * lib/getdelim.c: Likewise.
2056         * lib/getline.c: Likewise.
2057         * lib/hmac-md5.c: Likewise.
2058         * lib/hmac-sha1.c: Likewise.
2059         * lib/iconvme.c: Likewise.
2060         * lib/md2.c: Likewise.
2061         * lib/md4.c: Likewise.
2062         * lib/memxor.c: Likewise.
2063         * lib/read-file.c: Likewise.
2064         * lib/readline.c: Likewise.
2065         * lib/rijndael-alg-fst.c: Likewise.
2066         * lib/rijndael-api-fst.c: Likewise.
2067         * lib/xgetdomainname.c: Likewise.
2068
2069 2006-10-28  Eric Blake  <ebb9@byu.net>
2070
2071         * lib/xstrndup.c: Assume config.h.
2072
2073 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2074
2075         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2076         stat-macros.h is now for our own macros, whereas stat_h is for
2077         macros in the <sys/stat.h> name space.
2078         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2079         (STAT_MACROS_H): Remove.
2080         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2081         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2082         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2083         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2084         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2085         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2086         Move these macros to ...
2087         * lib/stat_.h: here.  Don't include stat-macros.h.
2088         * lib/canonicalize.c: Don't include stat-macros.h.
2089         * lib/chown.c: Likewise.
2090         * lib/euidaccess.c: Likewise.
2091         * lib/file-type.c: Likewise.
2092         * lib/filemode.c: Likewise.
2093         * lib/glob.c: Likewise.
2094         * lib/isapipe.c: Likewise.
2095         * lib/lchown.c: Likewise.
2096         * lib/lstat.c: Likewise.
2097         * lib/mkdir-p.c: Likewise.
2098         * lib/rmdir.c: Likewise.
2099         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2100         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2101         unless mkdir isn't declared, to speed up 'configure'.
2102         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2103         would define all the S_* symbols.
2104         * modules/canonicalize (Depends-on):
2105         Depend on sys_stat, not stat-macros.
2106         * modules/chown: Likewise.
2107         * modules/euidaccess: Likewise.
2108         * modules/filemode: Likewise.
2109         * modules/file-type: Likewise.
2110         * modules/glob: Likewise.
2111         * modules/isapipe: Likewise.
2112         * modules/lchown: Likewise.
2113         * modules/lstat: Likewise.
2114         * modules/mkancesdirs: Likewise.
2115         * modules/rmdir: Likewise.
2116         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2117         * modules/modechange: Likewise.
2118         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2119         (configure.ac): Remove gl_STAT_MACROS.
2120         * modules/sys_stat (Depends-on): Remove stat-macros.
2121
2122 2006-10-27  Bruno Haible  <bruno@clisp.org>
2123
2124         * m4/signed.m4: Remove file.
2125         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2126         invocation.
2127         * modules/vasnprintf (Files): Remove m4/signed.m4.
2128
2129 2006-10-27  Bruno Haible  <bruno@clisp.org>
2130
2131         Update to GNU gettext 0.16.
2132         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2133         m4/inttypes-h.m4, m4/signed.m4.
2134         * m4/gettext.m4: Update to GNU gettext 0.16.
2135         * m4/intl.m4: New file, from GNU gettext.
2136         * m4/intldir.m4: New file, from GNU gettext.
2137         * config/srclist.txt: Update
2138
2139 2006-10-27  Eric Blake  <ebb9@byu.net>
2140
2141         * MODULES.html.sh: Document tempname.
2142         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2143         dependencies.
2144         (Files): Move lib/tempname.c...
2145         * modules/tempname: ...to this new module.
2146         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2147         (gl_PREREQ_TEMPNAME): Move...
2148         * m4/tempname.m4: ...to this new file.
2149         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2150         * modules/sys_stat (Depends-on): Add stat-macros.
2151         * lib/stat_.h (includes): Pick up stat macros.
2152         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2153         if stat macros are broken.
2154         * lib/tempname.c (includes): No need to include "stat-macros.h".
2155         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2156         (direxists, __path_search) [!_LIBC]: Don't compile these in
2157         gnulib; the tmpdir module covers that.
2158         * lib/tempname.h: New file.
2159
2160 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2161
2162         * COPYING: Explain how gnulib-tool converts licence headers.
2163         Almost all wording by Eric Blake.
2164
2165 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2166
2167         * lib/mbchar.h (is_basic_table): Make read-only.
2168         * lib/mbchar.c (is_basic_table): Likewise.
2169         Reported by John Darrington.
2170
2171 2006-10-25  Bruno Haible  <bruno@clisp.org>
2172
2173         * lib/progname.h (set_program_name): Undefine before defining.
2174
2175 2006-10-25  Bruno Haible  <bruno@clisp.org>
2176
2177         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
2178         false for non-gcc C++ compilers.
2179         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2180
2181 2006-10-24  Bruno Haible  <bruno@clisp.org>
2182
2183         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
2184         iconv implementations like Irix iconv.
2185
2186 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2187
2188         * modules/vararrays: New file.
2189         * m4/vararrays.m4: New file, taken from diffutils.
2190         * MODULES.html.sh: New module vararrays.
2191
2192 2006-10-24  Karl Berry  <karl@gnu.org>
2193
2194         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
2195         Don't call GNU Unix.
2196
2197 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2198
2199         * users.txt: Add Libtool.
2200
2201         Sync from Libtool:
2202
2203         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2204
2205         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2206         to gnulib's policy of including config.h unconditionally.
2207
2208 2006-10-24  Bruno Haible  <bruno@clisp.org>
2209
2210         * modules/wcwidth (Files): Add m4/wint_t.m4.
2211         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
2212         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
2213
2214 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2215
2216         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
2217         to pacify GCC with some -W flags enabled.  Problem reported by
2218         Bruno Haible.
2219
2220 2006-10-24  Jim Meyering  <jim@meyering.net>
2221
2222         * MODULES.html.sh: Remove uinttostr.  It's not a module.
2223         Reported by Karl Berry.
2224
2225 2006-10-23  Bruno Haible  <bruno@clisp.org>
2226
2227         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
2228
2229 2006-10-24  Bruno Haible  <bruno@clisp.org>
2230
2231         * lib/gl_list.h: Use C comment style, not C++ comment style.
2232
2233 2006-10-23  Eric Blake  <ebb9@byu.net>
2234
2235         * lib/getaddrinfo.c (includes): Add missing include.
2236
2237 2006-10-23  Bruno Haible  <bruno@clisp.org>
2238             Paul Eggert  <eggert@cs.ucla.edu>
2239
2240         Ability to rename obstack_free.
2241         * lib/obstack.h (__obstack_free): New macro. Declare instead of
2242         obstack_free.
2243         (obstack_free): Invoke the __obstack_free macro.
2244         * lib/obstack.c (obstack_free): Use __obstack_free macro.
2245
2246 2006-10-23  Bruno Haible  <bruno@clisp.org>
2247             Paul Eggert  <eggert@cs.ucla.edu>
2248
2249         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
2250         __argc, __argv from the declaration. (They are defined as macros on
2251         mingw.)
2252
2253 2006-10-22  Bruno Haible  <bruno@clisp.org>
2254
2255         * doc/gnulib-intro.texi: New file.
2256         * doc/gnulib.texi: Include it.
2257
2258 2006-10-21  Bruno Haible  <bruno@clisp.org>
2259
2260         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
2261         "Introduction", "Miscellanous Notes", "Particular Modules".
2262
2263 2006-10-21  Bruno Haible  <bruno@clisp.org>
2264
2265         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2266         Change mostlyclean-local rule to avoid sh syntax error from bash
2267         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
2268
2269 2006-10-23  Jim Meyering  <jim@meyering.net>
2270
2271         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
2272         in place of snprintf.
2273
2274         * modules/inttostr (Files): Add lib/uinttostr.c.
2275         * lib/uinttostr.c (inttostr): New file/function.
2276         * lib/inttostr.h (uinttostr): Declare.
2277         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
2278         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
2279         Add uinttostr.
2280         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
2281
2282 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2283
2284         * lib/canonicalize.c (ELOOP): Define if not already defined.
2285         Problem reported by Bruno Haible in
2286         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
2287
2288 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2289
2290         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
2291         Problem reported by Perry Smith and Ville Laurikari.
2292
2293         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
2294         uses.
2295
2296 2006-10-19  Bruno Haible  <bruno@clisp.org>
2297
2298         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
2299         for mingw.
2300
2301 2006-10-19  Bruno Haible  <bruno@clisp.org>
2302
2303         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
2304         Needed for mingw.
2305
2306 2006-10-19  Bruno Haible  <bruno@clisp.org>
2307
2308         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
2309
2310 2006-10-19  Bruno Haible  <bruno@clisp.org>
2311
2312         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
2313         it.
2314
2315 2006-10-19  Bruno Haible  <bruno@clisp.org>
2316
2317         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
2318         invocation.
2319
2320 2006-10-19  Bruno Haible  <bruno@clisp.org>
2321
2322         * gnulib-tool (func_create_testdir): Don't include ftruncate and
2323         mountlist by default.
2324
2325 2006-10-16  Bruno Haible  <bruno@clisp.org>
2326
2327         * lib/c-strstr.c: Include c-strstr.h.
2328
2329 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2330
2331         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
2332         in a slash.
2333
2334 2006-10-18  Bruno Haible  <bruno@clisp.org>
2335
2336         * lib/lock.h [C++]: Wrap definitions in extern "C".
2337
2338 2006-10-18  Bruno Haible  <bruno@clisp.org>
2339
2340         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
2341         gl_LIBOBJS list.
2342
2343 2006-10-18  Bruno Haible  <bruno@clisp.org>
2344
2345         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
2346
2347 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2348
2349         * lib/xstrtol.h: Include gettext.h.
2350         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
2351         Problem reported by Eric Blake.
2352         * modules/xstrtol (Depends-on): Add gettext-h.
2353
2354 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
2355
2356         * lib/strftime.c (advance): New macro.
2357         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
2358         incomplete type, so you can't add 0 to it.  Problem and patch
2359         reported by Eelco Dolstra for dietlibc.
2360
2361 2006-10-18  Jim Meyering  <jim@meyering.net>
2362
2363         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
2364         type for a local, and rename it: s/up/user_proc/.
2365
2366 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2367
2368         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
2369         READ_UTMP_USER_PROCESS.
2370         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
2371
2372 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2373
2374         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
2375         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
2376
2377 2006-10-17  Eric Blake  <ebb9@byu.net>
2378
2379         * lib/sigprocmask.c (sigprocmask): Fix typo.
2380
2381         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
2382
2383         * modules/clean-temp (Makefile.am): Don't add to make output...
2384         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
2385         config.h.
2386
2387 2006-10-17  Bruno Haible  <bruno@clisp.org>
2388
2389         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
2390         differently if DEFAULT_TEXT_DOMAIN is set.
2391
2392 2006-10-16  Bruno Haible  <bruno@clisp.org>
2393
2394         * lib/clean-temp.c: Include fwriteerror.h.
2395
2396 2006-10-16  Bruno Haible  <bruno@clisp.org>
2397
2398         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
2399
2400 2006-10-16  Bruno Haible  <bruno@clisp.org>
2401
2402         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
2403         * lib/sigprocmask.h: Include <sys/types.h>.
2404         (sigset_t): Use the system's definition if present.
2405
2406 2006-10-17  Eric Blake  <ebb9@byu.net>
2407
2408         * lib/xvasprintf.c (includes): Assume config.h.
2409         * lib/xasprintf.c (includes): Likewise.
2410
2411 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2412
2413         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
2414         at least as wide as intmax_t.
2415
2416 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
2417
2418         (Imported from Automake.)
2419         * build-aux/gnupload: Update to version 1.1 of directive file.
2420
2421 2006-10-16  Eric Blake  <ebb9@byu.net>
2422
2423         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
2424         match Automake 1.10a.
2425
2426 2006-10-14  Bruno Haible  <bruno@clisp.org>
2427
2428         * modules/sigprocmask: New file.
2429         * lib/sigprocmask.h: New file.
2430         * lib/sigprocmask.c: New file.
2431         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
2432         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
2433         request sigprocmask.o.
2434         (gl_PREREQ_SIGPROCMASK): New macro.
2435         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
2436         (Depends-on): Add sigprocmask.
2437         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
2438         gt_SIGNALBLOCKING. Test for 'raise' only once.
2439         * lib/fatal-signal.c: Include sigprocmask.h.
2440         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
2441         unblock_fatal_signals): Define always.
2442         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2443         sigprocmask.
2444
2445 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2446
2447         Sync from Automake.
2448         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2449         which incorrectly sets the mode of an existing destination
2450         directory.  In some cases the unpatched install-sh could do the
2451         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2452         system.  We hope this is rare in practice, but it's clearly worth
2453         fixing.  Problem reported by Alex Unleashed in
2454         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2455         Also, don't bother to check for -m bugs unless we're using -m;
2456         suggested by Stepan Kasal.
2457
2458 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2459
2460         Sync from Automake.
2461         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
2462         `-c' flag, so they appear at the same position as in %FASTDEP%
2463         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2464         which ignores unknown options only after the first non-option.
2465         Bug report against M4 by Nelson H. F. Beebe.
2466
2467 2006-10-13  Jim Meyering  <jim@meyering.net>
2468
2469         Fix a bug in yesterday's change.
2470         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
2471         p->fts_statp->st_dev would be used uninitialized.
2472         Ensures that we always call fts_stat on the very first entry.
2473         Miklos Szeredi reported that find -xdev stopped working.
2474
2475 2006-10-12  Bruno Haible  <bruno@clisp.org>
2476
2477         * gnulib-tool (func_get_automake_snippet): Append an automatically
2478         computed EXTRA_DIST augmentation.
2479         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
2480         * modules/alloca-opt (Makefile.am): Likewise.
2481         * modules/allocsa (Makefile.am): Likewise.
2482         * modules/arcfour (Makefile.am): Likewise.
2483         * modules/arctwo (Makefile.am): Likewise.
2484         * modules/argmatch (Makefile.am): Likewise.
2485         * modules/argz (Makefile.am): Likewise.
2486         * modules/atexit (Makefile.am): Likewise.
2487         * modules/backupfile (Makefile.am): Likewise.
2488         * modules/byteswap (Makefile.am): Likewise.
2489         * modules/c-strtod (Makefile.am): Likewise.
2490         * modules/c-strtold (Makefile.am): Likewise.
2491         * modules/calloc (Makefile.am): Likewise.
2492         * modules/canon-host (Makefile.am): Likewise.
2493         * modules/canonicalize (Makefile.am): Likewise.
2494         * modules/chdir-long (Makefile.am): Likewise.
2495         * modules/chdir-safer (Makefile.am): Likewise.
2496         * modules/check-version (Makefile.am): Likewise.
2497         * modules/chown (Makefile.am): Likewise.
2498         * modules/cloexec (Makefile.am): Likewise.
2499         * modules/close-stream (Makefile.am): Likewise.
2500         * modules/closeout (Makefile.am): Likewise.
2501         * modules/crc (Makefile.am): Likewise.
2502         * modules/csharpexec (Makefile.am): Likewise.
2503         * modules/cycle-check (Makefile.am): Likewise.
2504         * modules/des (Makefile.am): Likewise.
2505         * modules/dev-ino (Makefile.am): Likewise.
2506         * modules/dirfd (Makefile.am): Likewise.
2507         * modules/dirname (Makefile.am): Likewise.
2508         * modules/dup2 (Makefile.am): Likewise.
2509         * modules/eealloc (Makefile.am): Likewise.
2510         * modules/error (Makefile.am): Likewise.
2511         * modules/euidaccess (Makefile.am): Likewise.
2512         * modules/exclude (Makefile.am): Likewise.
2513         * modules/exitfail (Makefile.am): Likewise.
2514         * modules/fcntl-safer (Makefile.am): Likewise.
2515         * modules/fcntl (Makefile.am): Likewise.
2516         * modules/file-type (Makefile.am): Likewise.
2517         * modules/fileblocks (Makefile.am): Likewise.
2518         * modules/filemode (Makefile.am): Likewise.
2519         * modules/filenamecat (Makefile.am): Likewise.
2520         * modules/fnmatch (Makefile.am): Likewise.
2521         * modules/fopen-safer (Makefile.am): Likewise.
2522         * modules/fpending (Makefile.am): Likewise.
2523         * modules/fprintftime (Makefile.am): Likewise.
2524         * modules/free (Makefile.am): Likewise.
2525         * modules/fsusage (Makefile.am): Likewise.
2526         * modules/ftruncate (Makefile.am): Likewise.
2527         * modules/fts (Makefile.am): Likewise.
2528         * modules/gc-arcfour (Makefile.am): Likewise.
2529         * modules/gc-des (Makefile.am): Likewise.
2530         * modules/gc-hmac-md5 (Makefile.am): Likewise.
2531         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
2532         * modules/gc-md4 (Makefile.am): Likewise.
2533         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2534         * modules/gc-sha1 (Makefile.am): Likewise.
2535         * modules/gc (Makefile.am): Likewise.
2536         * modules/getaddrinfo (Makefile.am): Likewise.
2537         * modules/getcwd (Makefile.am): Likewise.
2538         * modules/getdelim (Makefile.am): Likewise.
2539         * modules/getdomainname (Makefile.am): Likewise.
2540         * modules/getgroups (Makefile.am): Likewise.
2541         * modules/gethostname (Makefile.am): Likewise.
2542         * modules/gethrxtime (Makefile.am): Likewise.
2543         * modules/getline (Makefile.am): Likewise.
2544         * modules/getloadavg (Makefile.am): Likewise.
2545         * modules/getlogin_r (Makefile.am): Likewise.
2546         * modules/getndelim2 (Makefile.am): Likewise.
2547         * modules/getopt (Makefile.am): Likewise.
2548         * modules/getpagesize (Makefile.am): Likewise.
2549         * modules/getpass-gnu (Makefile.am): Likewise.
2550         * modules/getpass (Makefile.am): Likewise.
2551         * modules/getsubopt (Makefile.am): Likewise.
2552         * modules/gettime (Makefile.am): Likewise.
2553         * modules/gettimeofday (Makefile.am): Likewise.
2554         * modules/getugroups (Makefile.am): Likewise.
2555         * modules/getusershell (Makefile.am): Likewise.
2556         * modules/glob (Makefile.am): Likewise.
2557         * modules/group-member (Makefile.am): Likewise.
2558         * modules/hard-locale (Makefile.am): Likewise.
2559         * modules/hash (Makefile.am): Likewise.
2560         * modules/hmac-md5 (Makefile.am): Likewise.
2561         * modules/hmac-sha1 (Makefile.am): Likewise.
2562         * modules/human (Makefile.am): Likewise.
2563         * modules/idcache (Makefile.am): Likewise.
2564         * modules/imaxabs (Makefile.am): Likewise.
2565         * modules/imaxdiv (Makefile.am): Likewise.
2566         * modules/inet_ntop (Makefile.am): Likewise.
2567         * modules/inet_pton (Makefile.am): Likewise.
2568         * modules/intprops (Makefile.am): Likewise.
2569         * modules/inttostr (Makefile.am): Likewise.
2570         * modules/inttypes (Makefile.am): Likewise.
2571         * modules/isapipe (Makefile.am): Likewise.
2572         * modules/javaversion (Makefile.am): Likewise.
2573         * modules/lchmod (Makefile.am): Likewise.
2574         * modules/lchown (Makefile.am): Likewise.
2575         * modules/localcharset (Makefile.am): Likewise.
2576         * modules/long-options (Makefile.am): Likewise.
2577         * modules/lstat (Makefile.am): Likewise.
2578         * modules/malloc (Makefile.am): Likewise.
2579         * modules/mathl (Makefile.am): Likewise.
2580         * modules/mbchar (Makefile.am): Likewise.
2581         * modules/md2 (Makefile.am): Likewise.
2582         * modules/md4 (Makefile.am): Likewise.
2583         * modules/md5 (Makefile.am): Likewise.
2584         * modules/memcasecmp (Makefile.am): Likewise.
2585         * modules/memchr (Makefile.am): Likewise.
2586         * modules/memcmp (Makefile.am): Likewise.
2587         * modules/memcoll (Makefile.am): Likewise.
2588         * modules/memcpy (Makefile.am): Likewise.
2589         * modules/memmem (Makefile.am): Likewise.
2590         * modules/memmove (Makefile.am): Likewise.
2591         * modules/mempcpy (Makefile.am): Likewise.
2592         * modules/memrchr (Makefile.am): Likewise.
2593         * modules/memset (Makefile.am): Likewise.
2594         * modules/memxor (Makefile.am): Likewise.
2595         * modules/mkancesdirs (Makefile.am): Likewise.
2596         * modules/mkdir-p (Makefile.am): Likewise.
2597         * modules/mkdir (Makefile.am): Likewise.
2598         * modules/mkdtemp (Makefile.am): Likewise.
2599         * modules/mkstemp (Makefile.am): Likewise.
2600         * modules/mktime (Makefile.am): Likewise.
2601         * modules/modechange (Makefile.am): Likewise.
2602         * modules/mountlist (Makefile.am): Likewise.
2603         * modules/nanosleep (Makefile.am): Likewise.
2604         * modules/obstack (Makefile.am): Likewise.
2605         * modules/openat (Makefile.am): Likewise.
2606         * modules/pagealign_alloc (Makefile.am): Likewise.
2607         * modules/pathmax (Makefile.am): Likewise.
2608         * modules/physmem (Makefile.am): Likewise.
2609         * modules/poll (Makefile.am): Likewise.
2610         * modules/posixtm (Makefile.am): Likewise.
2611         * modules/posixver (Makefile.am): Likewise.
2612         * modules/putenv (Makefile.am): Likewise.
2613         * modules/quote (Makefile.am): Likewise.
2614         * modules/quotearg (Makefile.am): Likewise.
2615         * modules/raise (Makefile.am): Likewise.
2616         * modules/read-file (Makefile.am): Likewise.
2617         * modules/readline (Makefile.am): Likewise.
2618         * modules/readlink (Makefile.am): Likewise.
2619         * modules/readtokens (Makefile.am): Likewise.
2620         * modules/readutmp (Makefile.am): Likewise.
2621         * modules/realloc (Makefile.am): Likewise.
2622         * modules/regex (Makefile.am): Likewise.
2623         * modules/rename-dest-slash (Makefile.am): Likewise.
2624         * modules/rename (Makefile.am): Likewise.
2625         * modules/rijndael (Makefile.am): Likewise.
2626         * modules/rmdir (Makefile.am): Likewise.
2627         * modules/rpmatch (Makefile.am): Likewise.
2628         * modules/safe-read (Makefile.am): Likewise.
2629         * modules/safe-write (Makefile.am): Likewise.
2630         * modules/same-inode (Makefile.am): Likewise.
2631         * modules/same (Makefile.am): Likewise.
2632         * modules/save-cwd (Makefile.am): Likewise.
2633         * modules/savedir (Makefile.am): Likewise.
2634         * modules/setenv (Makefile.am): Likewise.
2635         * modules/settime (Makefile.am): Likewise.
2636         * modules/sha1 (Makefile.am): Likewise.
2637         * modules/sig2str (Makefile.am): Likewise.
2638         * modules/snprintf (Makefile.am): Likewise.
2639         * modules/stat-macros (Makefile.am): Likewise.
2640         * modules/stat-time (Makefile.am): Likewise.
2641         * modules/stdbool (Makefile.am): Likewise.
2642         * modules/stdint (Makefile.am): Likewise.
2643         * modules/stdlib-safer (Makefile.am): Likewise.
2644         * modules/stpcpy (Makefile.am): Likewise.
2645         * modules/stpncpy (Makefile.am): Likewise.
2646         * modules/strcase (Makefile.am): Likewise.
2647         * modules/strcasestr (Makefile.am): Likewise.
2648         * modules/strchrnul (Makefile.am): Likewise.
2649         * modules/strcspn (Makefile.am): Likewise.
2650         * modules/strdup (Makefile.am): Likewise.
2651         * modules/strerror (Makefile.am): Likewise.
2652         * modules/strftime (Makefile.am): Likewise.
2653         * modules/strndup (Makefile.am): Likewise.
2654         * modules/strnlen (Makefile.am): Likewise.
2655         * modules/strpbrk (Makefile.am): Likewise.
2656         * modules/strsep (Makefile.am): Likewise.
2657         * modules/strstr (Makefile.am): Likewise.
2658         * modules/strtod (Makefile.am): Likewise.
2659         * modules/strtoimax (Makefile.am): Likewise.
2660         * modules/strtok_r (Makefile.am): Likewise.
2661         * modules/strtol (Makefile.am): Likewise.
2662         * modules/strtoll (Makefile.am): Likewise.
2663         * modules/strtoul (Makefile.am): Likewise.
2664         * modules/strtoull (Makefile.am): Likewise.
2665         * modules/strtoumax (Makefile.am): Likewise.
2666         * modules/strverscmp (Makefile.am): Likewise.
2667         * modules/sys_socket (Makefile.am): Likewise.
2668         * modules/sys_stat (Makefile.am): Likewise.
2669         * modules/sysexits (Makefile.am): Likewise.
2670         * modules/time_r (Makefile.am): Likewise.
2671         * modules/timegm (Makefile.am): Likewise.
2672         * modules/timespec (Makefile.am): Likewise.
2673         * modules/tmpfile-safer (Makefile.am): Likewise.
2674         * modules/trim (Makefile.am): Likewise.
2675         * modules/unistd-safer (Makefile.am): Likewise.
2676         * modules/unlinkdir (Makefile.am): Likewise.
2677         * modules/unlocked-io (Makefile.am): Likewise.
2678         * modules/userspec (Makefile.am): Likewise.
2679         * modules/utime (Makefile.am): Likewise.
2680         * modules/utimecmp (Makefile.am): Likewise.
2681         * modules/utimens (Makefile.am): Likewise.
2682         * modules/vasnprintf (Makefile.am): Likewise.
2683         * modules/vasprintf (Makefile.am): Likewise.
2684         * modules/vsnprintf (Makefile.am): Likewise.
2685         * modules/xalloc (Makefile.am): Likewise.
2686         * modules/xgetcwd (Makefile.am): Likewise.
2687         * modules/xnanosleep (Makefile.am): Likewise.
2688         * modules/xreadlink (Makefile.am): Likewise.
2689         * modules/xstrtod (Makefile.am): Likewise.
2690         * modules/xstrtol (Makefile.am): Likewise.
2691         * modules/xstrtold (Makefile.am): Likewise.
2692         * modules/yesno (Makefile.am): Likewise.
2693         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
2694
2695 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2696
2697         * modules/error (Makefile.am): Distribute files through
2698         EXTRA_DIST, not lib_SOURCES.
2699
2700 2006-10-12  Eric Blake  <ebb9@byu.net>
2701
2702         * modules/error (Makefile.am): Distribute files in /lib.
2703         * modules/obstack (Makefile.am): Likewise.
2704
2705 2006-10-12  Bruno Haible  <bruno@clisp.org>
2706
2707         * modules/acl (Makefile.am): Distribute all files in lib/ through
2708         EXTRA_DIST.
2709         * modules/arcfour (Makefile.am): Likewise.
2710         * modules/arctwo (Makefile.am): Likewise.
2711         * modules/argmatch (Makefile.am): Likewise.
2712         * modules/argz (Makefile.am): Likewise.
2713         * modules/atexit (Makefile.am): Likewise.
2714         * modules/backupfile (Makefile.am): Likewise.
2715         * modules/c-strtod (Makefile.am): Likewise.
2716         * modules/c-strtold (Makefile.am): Likewise.
2717         * modules/calloc (Makefile.am): Likewise.
2718         * modules/canon-host (Makefile.am): Likewise.
2719         * modules/canonicalize (Makefile.am): Likewise.
2720         * modules/chdir-long (Makefile.am): Likewise.
2721         * modules/chdir-safer (Makefile.am): Likewise.
2722         * modules/check-version (Makefile.am): Likewise.
2723         * modules/chown (Makefile.am): Likewise.
2724         * modules/cloexec (Makefile.am): Likewise.
2725         * modules/close-stream (Makefile.am): Likewise.
2726         * modules/closeout (Makefile.am): Likewise.
2727         * modules/crc (Makefile.am): Likewise.
2728         * modules/cycle-check (Makefile.am): Likewise.
2729         * modules/des (Makefile.am): Likewise.
2730         * modules/dirfd (Makefile.am): Likewise.
2731         * modules/dirname (Makefile.am): Likewise.
2732         * modules/dup2 (Makefile.am): Likewise.
2733         * modules/euidaccess (Makefile.am): Likewise.
2734         * modules/exclude (Makefile.am): Likewise.
2735         * modules/exitfail (Makefile.am): Likewise.
2736         * modules/fcntl-safer (Makefile.am): Likewise.
2737         * modules/file-type (Makefile.am): Likewise.
2738         * modules/fileblocks (Makefile.am): Likewise.
2739         * modules/filemode (Makefile.am): Likewise.
2740         * modules/filenamecat (Makefile.am): Likewise.
2741         * modules/fnmatch (Makefile.am): Likewise.
2742         * modules/fopen-safer (Makefile.am): Likewise.
2743         * modules/fpending (Makefile.am): Likewise.
2744         * modules/fprintftime (Makefile.am): Likewise.
2745         * modules/free (Makefile.am): Likewise.
2746         * modules/fsusage (Makefile.am): Likewise.
2747         * modules/ftruncate (Makefile.am): Likewise.
2748         * modules/fts (Makefile.am): Likewise.
2749         * modules/gc (Makefile.am): Likewise.
2750         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2751         * modules/getaddrinfo (Makefile.am): Likewise.
2752         * modules/getcwd (Makefile.am): Likewise.
2753         * modules/getdelim (Makefile.am): Likewise.
2754         * modules/getdomainname (Makefile.am): Likewise.
2755         * modules/getgroups (Makefile.am): Likewise.
2756         * modules/gethostname (Makefile.am): Likewise.
2757         * modules/gethrxtime (Makefile.am): Likewise.
2758         * modules/getline (Makefile.am): Likewise.
2759         * modules/getloadavg (Makefile.am): Likewise.
2760         * modules/getlogin_r (Makefile.am): Likewise.
2761         * modules/getopt (Makefile.am): Likewise.
2762         * modules/getpass (Makefile.am): Likewise.
2763         * modules/getpass-gnu (Makefile.am): Likewise.
2764         * modules/getsubopt (Makefile.am): Likewise.
2765         * modules/gettime (Makefile.am): Likewise.
2766         * modules/gettimeofday (Makefile.am): Likewise.
2767         * modules/getugroups (Makefile.am): Likewise.
2768         * modules/getusershell (Makefile.am): Likewise.
2769         * modules/glob (Makefile.am): Likewise.
2770         * modules/group-member (Makefile.am): Likewise.
2771         * modules/hard-locale (Makefile.am): Likewise.
2772         * modules/hash (Makefile.am): Likewise.
2773         * modules/hmac-md5 (Makefile.am): Likewise.
2774         * modules/hmac-sha1 (Makefile.am): Likewise.
2775         * modules/human (Makefile.am): Likewise.
2776         * modules/idcache (Makefile.am): Likewise.
2777         * modules/imaxabs (Makefile.am): Likewise.
2778         * modules/imaxdiv (Makefile.am): Likewise.
2779         * modules/inet_ntop (Makefile.am): Likewise.
2780         * modules/inet_pton (Makefile.am): Likewise.
2781         * modules/inttostr (Makefile.am): Likewise.
2782         * modules/isapipe (Makefile.am): Likewise.
2783         * modules/lchown (Makefile.am): Likewise.
2784         * modules/long-options (Makefile.am): Likewise.
2785         * modules/lstat (Makefile.am): Likewise.
2786         * modules/malloc (Makefile.am): Likewise.
2787         * modules/mathl (Makefile.am): Likewise.
2788         * modules/mbchar (Makefile.am): Likewise.
2789         * modules/md2 (Makefile.am): Likewise.
2790         * modules/md4 (Makefile.am): Likewise.
2791         * modules/md5 (Makefile.am): Likewise.
2792         * modules/memcasecmp (Makefile.am): Likewise.
2793         * modules/memchr (Makefile.am): Likewise.
2794         * modules/memcmp (Makefile.am): Likewise.
2795         * modules/memcoll (Makefile.am): Likewise.
2796         * modules/memcpy (Makefile.am): Likewise.
2797         * modules/memmem (Makefile.am): Likewise.
2798         * modules/memmove (Makefile.am): Likewise.
2799         * modules/mempcpy (Makefile.am): Likewise.
2800         * modules/memrchr (Makefile.am): Likewise.
2801         * modules/memset (Makefile.am): Likewise.
2802         * modules/memxor (Makefile.am): Likewise.
2803         * modules/mkancesdirs (Makefile.am): Likewise.
2804         * modules/mkdir (Makefile.am): Likewise.
2805         * modules/mkdir-p (Makefile.am): Likewise.
2806         * modules/mkdtemp (Makefile.am): Likewise.
2807         * modules/mkstemp (Makefile.am): Likewise.
2808         * modules/mktime (Makefile.am): Likewise.
2809         * modules/modechange (Makefile.am): Likewise.
2810         * modules/mountlist (Makefile.am): Likewise.
2811         * modules/nanosleep (Makefile.am): Likewise.
2812         * modules/openat (Makefile.am): Likewise.
2813         * modules/pagealign_alloc (Makefile.am): Likewise.
2814         * modules/physmem (Makefile.am): Likewise.
2815         * modules/poll (Makefile.am): Likewise.
2816         * modules/posixtm (Makefile.am): Likewise.
2817         * modules/posixver (Makefile.am): Likewise.
2818         * modules/putenv (Makefile.am): Likewise.
2819         * modules/quote (Makefile.am): Likewise.
2820         * modules/quotearg (Makefile.am): Likewise.
2821         * modules/raise (Makefile.am): Likewise.
2822         * modules/read-file (Makefile.am): Likewise.
2823         * modules/readline (Makefile.am): Likewise.
2824         * modules/readlink (Makefile.am): Likewise.
2825         * modules/readtokens (Makefile.am): Likewise.
2826         * modules/readutmp (Makefile.am): Likewise.
2827         * modules/realloc (Makefile.am): Likewise.
2828         * modules/regex (Makefile.am): Likewise.
2829         * modules/rename (Makefile.am): Likewise.
2830         * modules/rename-dest-slash (Makefile.am): Likewise.
2831         * modules/rijndael (Makefile.am): Likewise.
2832         * modules/rmdir (Makefile.am): Likewise.
2833         * modules/rpmatch (Makefile.am): Likewise.
2834         * modules/safe-read (Makefile.am): Likewise.
2835         * modules/safe-write (Makefile.am): Likewise.
2836         * modules/same (Makefile.am): Likewise.
2837         * modules/save-cwd (Makefile.am): Likewise.
2838         * modules/savedir (Makefile.am): Likewise.
2839         * modules/setenv (Makefile.am): Likewise.
2840         * modules/settime (Makefile.am): Likewise.
2841         * modules/sha1 (Makefile.am): Likewise.
2842         * modules/sig2str (Makefile.am): Likewise.
2843         * modules/snprintf (Makefile.am): Likewise.
2844         * modules/stdlib-safer (Makefile.am): Likewise.
2845         * modules/stpcpy (Makefile.am): Likewise.
2846         * modules/stpncpy (Makefile.am): Likewise.
2847         * modules/strcase (Makefile.am): Likewise.
2848         * modules/strcasestr (Makefile.am): Likewise.
2849         * modules/strchrnul (Makefile.am): Likewise.
2850         * modules/strcspn (Makefile.am): Likewise.
2851         * modules/strdup (Makefile.am): Likewise.
2852         * modules/strerror (Makefile.am): Likewise.
2853         * modules/strftime (Makefile.am): Likewise.
2854         * modules/strndup (Makefile.am): Likewise.
2855         * modules/strnlen (Makefile.am): Likewise.
2856         * modules/strpbrk (Makefile.am): Likewise.
2857         * modules/strsep (Makefile.am): Likewise.
2858         * modules/strstr (Makefile.am): Likewise.
2859         * modules/strtod (Makefile.am): Likewise.
2860         * modules/strtoimax (Makefile.am): Likewise.
2861         * modules/strtok_r (Makefile.am): Likewise.
2862         * modules/strtol (Makefile.am): Likewise.
2863         * modules/strtoll (Makefile.am): Likewise.
2864         * modules/strtoul (Makefile.am): Likewise.
2865         * modules/strtoull (Makefile.am): Likewise.
2866         * modules/strtoumax (Makefile.am): Likewise.
2867         * modules/strverscmp (Makefile.am): Likewise.
2868         * modules/time_r (Makefile.am): Likewise.
2869         * modules/timegm (Makefile.am): Likewise.
2870         * modules/tmpfile-safer (Makefile.am): Likewise.
2871         * modules/unistd-safer (Makefile.am): Likewise.
2872         * modules/unlinkdir (Makefile.am): Likewise.
2873         * modules/userspec (Makefile.am): Likewise.
2874         * modules/utime (Makefile.am): Likewise.
2875         * modules/utimecmp (Makefile.am): Likewise.
2876         * modules/utimens (Makefile.am): Likewise.
2877         * modules/vasnprintf (Makefile.am): Likewise.
2878         * modules/vasprintf (Makefile.am): Likewise.
2879         * modules/vsnprintf (Makefile.am): Likewise.
2880         * modules/xalloc (Makefile.am): Likewise.
2881         * modules/xgetcwd (Makefile.am): Likewise.
2882         * modules/xnanosleep (Makefile.am): Likewise.
2883         * modules/xreadlink (Makefile.am): Likewise.
2884         * modules/xstrtod (Makefile.am): Likewise.
2885         * modules/xstrtol (Makefile.am): Likewise.
2886         * modules/xstrtold (Makefile.am): Likewise.
2887         * modules/yesno (Makefile.am): Likewise.
2888
2889 2006-10-12  Jim Meyering  <jim@meyering.net>
2890
2891         * m4/getloadavg.m4: Revert the change below.
2892
2893         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
2894         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
2895         fail with a symlink, which is what coreutils' ./bootstrap now
2896         creates by default.
2897
2898 2006-10-12  Bruno Haible  <bruno@clisp.org>
2899
2900         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
2901         mingw.
2902         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
2903         MSVC and mingw explicitly.
2904
2905 2006-10-11  Simon Josefsson  <jas@extundo.com>
2906             Bruno Haible  <bruno@clisp.org>
2907
2908         Add support for multiple gnulib-tool invocations in the scope of a
2909         single configure.ac file.
2910         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
2911         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
2912         with the same contents as the _LIBADD variable.
2913         (func_emit_initmacro_start, func_emit_initmacro_end,
2914         func_emit_initmacro_done): New functions.
2915         (func_import, func_create_testdir): Invoke them. Allow the identifiers
2916         gl_LIBOBJS and gl_LTLIBOBJS.
2917
2918 2006-10-11  Bruno Haible  <bruno@clisp.org>
2919
2920         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
2921         (func_create_testdir): Don't create po/Makefile.am, don't invoke
2922         autoreconf. Instead, invoke autopoint explicitly but move back the
2923         *.m4 files from gnulib.
2924
2925 2006-10-11  Bruno Haible  <bruno@clisp.org>
2926
2927         * gnulib-tool (func_usage): Make module names after --create-testdir
2928         optional.
2929         (func_create_testdir): If no module was specified, use nearly all
2930         modules.
2931
2932 2006-10-12  Jim Meyering  <jim@meyering.net>
2933
2934         Big performance improvement for fts-based tools that use FTS_NOSTAT.
2935         Avoid spurious inode-mismatch problems on non-POSIX file systems.
2936         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
2937         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
2938         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
2939         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
2940         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
2941         (fts_set_stat_required): New function.
2942         (fts_open): Defer the calls to fts_stat, if possible or requested.
2943         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
2944         into fts_stat itself.
2945         (fts_read): Perform any required (deferred) fts_stat call.
2946         (fts_build): Likewise, for the directory we're about to open and read.
2947         In the readdir loop, carefully decide whether each entry will require
2948         an eventual call to fts_stat, using dirent.d_type info if available.
2949         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
2950         a command line argument into this function.  Update all callers.
2951         Map a return value of FTS_DOT to FTS_D for a command line argument.
2952         * modules/fts (Depends-on): Add d-type.  Alphabetize.
2953         Thanks to Miklos Szeredi for his tenacity and for the initial
2954         bug report about "find" failing on a FUSE-based file system.
2955
2956         * lib/fts.c (fts_open): Use consistent indentation.
2957
2958 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2959
2960         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
2961         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
2962         reported by Jim Meyering.  All uses of cache variables renamed
2963         to match Autoconf's.
2964         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
2965         the other one.
2966
2967         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
2968         Fix misspelling in diagnostic.
2969
2970 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2971
2972         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
2973         defined.  Problem reported by Matthew Woehlke.
2974
2975         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2976         Add support for Tandem NonStop R series.
2977         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
2978         Use new macro.
2979
2980         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
2981         (has_trailing_slash): Omit size arg; all callers changed.
2982         Omit 'inline', since it doesn't help performance and we'd
2983         need to configure it.
2984         Don't count //, ///, etc. as having a trailing slash.
2985         As a side effect, this removes a C99ism reported by Matthew Woehlke.
2986         (rpl_rename_dest_slash): On failure, use rename's errno rather
2987         than (in some cases) an incorrect or junk errno.
2988         Simplify code by removing need to compute length; this does
2989         cause it to make two passes instead of one over the file name,
2990         but it's worth it.
2991
2992         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
2993         change, since Autoconf's version may no longer be appropriate now
2994         that we are using CVS Autoconf's version.  Add support for Tandem.
2995
2996 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2997             Bruno Haible  <bruno@clisp.org>
2998
2999         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
3000         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
3001         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
3002         gl_AC_TYPE_LONG_LONG.
3003
3004         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
3005         instead of HAVE_LONG_LONG.
3006         * lib/printf-args.c (printf_fetchargs): Likewise.
3007         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
3008         * lib/vasnprintf.c (VASNPRINTF): Likewise.
3009         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
3010         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
3011         gl_AC_TYPE_LONG_LONG.
3012
3013 2006-10-11  Bruno Haible  <bruno@clisp.org>
3014
3015         * m4/longlong.m4: Add comments.
3016         * m4/ulonglong.m4: Likewise.
3017
3018 2006-10-10  Bruno Haible  <bruno@clisp.org>
3019
3020         Make it possible to #define stpcpy, strdup to aliases.
3021         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3022         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3023
3024 2006-10-10  Bruno Haible  <bruno@clisp.org>
3025
3026         Make it possible to #define gcd to an alias.
3027         * lib/gcd.c: Include config.h.
3028
3029 2006-10-10  Bruno Haible  <bruno@clisp.org>
3030
3031         Make it possible to #define c_isascii to an alias.
3032         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3033         defined. Undefine the macros before defining them, to avoid gcc
3034         warnings.
3035         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3036         define NO_C_CTYPE_MACROS early.
3037
3038 2006-10-10  Bruno Haible  <bruno@clisp.org>
3039
3040         Make it possible to #define set_program_name to an alias.
3041         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3042         ENABLE_RELOCATABLE early.
3043
3044 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3045
3046         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3047         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3048         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3049         More generally, don't assume that 64-bit signed int is available
3050         if unsigned int is, and vice versa.
3051         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3052         unsigned symbols, not on their signed counterparts.
3053         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3054         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3055         (UINT64_C, UINTMAX_C):
3056         Likewise.
3057         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3058         unsigned counterparts.
3059         (Have_long_long, Unsigned): New macros.
3060         (Int): Renamed from INT.
3061         (strtoimax): Use the new macros.
3062         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3063         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3064         * modules/inttypes (inttypes.h): Substitute
3065         HAVE_UNSIGNED_LONG_LONG_INT.
3066         * modules/stdint (stdint.h): Likewise.
3067         (Files): Add m4/ulonglong.m4.
3068
3069 2006-10-10  Bruno Haible  <bruno@clisp.org>
3070
3071         Fix a gcc -Wshadow warning.
3072         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3073         to 'bucket'.
3074         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3075         gl_linked_indexof_from_to): Likewise.
3076         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3077         Likewise.
3078         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3079         Likewise.
3080         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3081         Reported by Eric Blake.
3082
3083 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3084
3085         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3086         for NetBSD.  Problem reported by Bruno Haible.
3087
3088 2006-10-09  Jim Meyering  <jim@meyering.net>
3089
3090         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3091         Patch from Bruno Haible.
3092
3093 2006-10-09  Jim Meyering  <jim@meyering.net>
3094
3095         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3096         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3097         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3098
3099 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3100
3101         Don't include <config.h> twice; this doesn't work in some cases,
3102         e.g., when config.h has "#define intmax_t long long int" and
3103         we include <config.h>, <inttypes.h>, <config.h> in that order.
3104         Problem reported by Matthew Woehlke in:
3105         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3106         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3107         * lib/fts-cycle.c: Don't include config.h.
3108         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3109         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3110         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3111         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3112         inttypes.h.
3113         * lib/xstrtoumax.c: Likewise.
3114         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3115         __strtol and the like, so that this module is more like its siblings.
3116         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3117         Remove; no longer needed now that we assume gnulib inttypes.h.
3118
3119 2006-10-08  Bruno Haible  <bruno@clisp.org>
3120
3121         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3122         option.
3123
3124 2006-10-07  Jim Meyering  <jim@meyering.net>
3125
3126         * modules/inttypes (inttypes.h): Revert what seems to have been
3127         an inadvertent part of today's change: use "|", not "/" in the
3128         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3129
3130 2006-10-07  Bruno Haible  <bruno@clisp.org>
3131
3132         * modules/sublist: New file.
3133
3134 2006-10-07  Bruno Haible  <bruno@clisp.org>
3135
3136         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3137         * modules/argz (argz.h): Likewise.
3138         * modules/arpa_inet (arpa/inet.h): Likewise.
3139         * modules/byteswap (byteswap.h): Likewise.
3140         * modules/configmake (configmake.h): Likewise.
3141         * modules/fcntl (fcntl.h): Likewise.
3142         * modules/fnmatch (fnmatch.h): Likewise.
3143         * modules/getopt (getopt.h): Likewise.
3144         * modules/glob (glob.h): Likewise.
3145         * modules/inttypes (inttypes.h): Likewise.
3146         * modules/netinet_in (netinet/in.h): Likewise.
3147         * modules/poll (poll.h): Likewise.
3148         * modules/stdbool (stdbool.h): Likewise.
3149         * modules/stdint (stdint.h): Likewise.
3150         * modules/sys_select (sys/select.h): Likewise.
3151         * modules/sys_socket (sys/socket.h): Likewise.
3152         * modules/sys_stat (sys/stat.h): Likewise.
3153         * modules/sysexits (sysexits.h): Likewise.
3154         * modules/unistd (unistd.h): Likewise.
3155         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3156         Add a "DO NOT EDIT" comment to the generated file.
3157         (func_import): Likewise for gnulib-comp.m4.
3158
3159 2006-10-07  Bruno Haible  <bruno@clisp.org>
3160
3161         * lib/gl_sublist.h: New file.
3162         * lib/gl_sublist.c: New file.
3163
3164 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3165
3166         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
3167         name (relative to the original working directory) and the file
3168         name component (relative to the temporary working directory).  All
3169         callers changed.
3170         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
3171         * lib/mkdir-p.c (make_dir_parents): Likewise.
3172         * lib/mkdir-p.h (make_dir_parents): Likewise.
3173
3174 2006-10-06  Eric Blake  <ebb9@byu.net>
3175
3176         Define several macros for use by the clean-temp module.
3177         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
3178         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
3179         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
3180
3181         * lib/clean-temp.h (close_stream_temp): New declaration.
3182         * lib/clean-temp.c (includes): Pull in headers according to what
3183         other modules are in use.
3184         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
3185
3186 2006-10-06  Bruno Haible  <bruno@clisp.org>
3187
3188         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
3189         instead of fopen, fwriteerror.
3190
3191 2006-10-06  Bruno Haible  <bruno@clisp.org>
3192
3193         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
3194         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
3195         int.
3196         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
3197         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
3198         Return an error indicator.
3199         Suggested by Eric Blake.
3200
3201 2006-10-06  Bruno Haible  <bruno@clisp.org>
3202
3203         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
3204         Reported by Eric Blake.
3205
3206 2006-10-06  Bruno Haible  <bruno@clisp.org>
3207
3208         * modules/closeout (Description): Mention stderr too.
3209
3210 2006-10-06  Bruno Haible  <bruno@clisp.org>
3211         and Paul Eggert  <eggert@cs.ucla.edu>
3212
3213         * lib/closeout.c (close_stdout): Also close stderr.
3214         * lib/closeout.h: Update comment.
3215
3216 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3217
3218         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
3219         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
3220         * lib/dirchownmod.c: Include lchown.h.
3221         * lib/lchown.c: Don't include files that lchown.h now includes.
3222         Don't declare chown, since lchown.h now does that.
3223         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
3224         (lchown): Define to rpl_chown if lchown is declared but
3225         does not exist.  Declare using a prototype if lchown is not
3226         declared.  Add a copyright notice.
3227         * lib/mkstemp.h: Include <unistd.h>.
3228         * lib/openat.c: Include lchown.h.
3229
3230         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
3231         we now test for that separately.
3232         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
3233         rather than O_NOFOLLOW, when testing whether it's possible to
3234         avoid a race condition reliably.
3235         * lib/savewd.c (savewd_chdir): Likewise.
3236
3237         Remove macros that are no longer needed now that stdint.h is
3238         reliable.
3239         * lib/fsusage.c (UINTMAX_MAX): Remove.
3240         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
3241         * lib/utimecmp.c (SIZE_MAX): Remove.
3242
3243         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
3244
3245         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
3246         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
3247         O_NOATIME works.
3248
3249 2006-10-05  Bruno Haible  <bruno@clisp.org>
3250
3251         * lib/gl_list.h (gl_sortedlist_search_from_to,
3252         gl_sortedlist_indexof_from_to): New declarations.
3253         (gl_list_implementation): New fields sortedlist_search_from_to,
3254         sortedlist_indexof_from_to.
3255         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
3256         inline functions.
3257         * lib/gl_list.c (gl_sortedlist_search_from_to,
3258         gl_sortedlist_indexof_from_to): New functions.
3259         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
3260         function.
3261         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
3262         (gl_array_sortedlist_search_from_to): New function.
3263         (gl_array_list_implementation): Update.
3264         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
3265         function.
3266         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
3267         (gl_carray_sortedlist_search_from_to): New function.
3268         (gl_carray_list_implementation): Update.
3269         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
3270         gl_linked_sortedlist_indexof_from_to): New functions.
3271         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3272         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3273         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
3274         gl_tree_sortedlist_indexof_from_to): New functions.
3275         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3276         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3277         Update.
3278         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3279         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
3280         Update.
3281
3282 2006-10-05  Bruno Haible  <bruno@clisp.org>
3283
3284         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
3285         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
3286         (struct gl_list_implementation): Add fields search_from_to,
3287         indexof_from_to. Remove fields search, indexof.
3288         (gl_list_search): Use the search_from_to method.
3289         (gl_list_search_from, gl_list_search_from_to): New functions.
3290         (gl_list_indexof): Use the indexof_from_to method.
3291         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3292         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
3293         (gl_list_search_from, gl_list_search_from_to): New functions.
3294         (gl_list_indexof): Use the indexof_from_to method.
3295         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3296         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
3297         gl_array_indexof. Add start_index, end_index arguments.
3298         (gl_array_search_from_to): Renamed from gl_array_search. Add
3299         start_index, end_index arguments.
3300         (gl_array_remove, gl_array_list_implementation): Update.
3301         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
3302         gl_carray_indexof. Add start_index, end_index arguments.
3303         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
3304         start_index, end_index arguments.
3305         (gl_carray_remove, gl_carray_list_implementation): Update.
3306         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
3307         gl_linked_search. Add start_index, end_index arguments.
3308         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
3309         start_index, end_index arguments.
3310         (gl_linked_remove): Update.
3311         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3312         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3313         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
3314         field to 'size_t'.
3315         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
3316         gl_tree_search. Add start_index, end_index arguments.
3317         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3318         start_index, end_index arguments.
3319         (gl_tree_remove): Update.
3320         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3321         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3322         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
3323         function.
3324         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
3325         gl_tree_search. Add start_index, end_index arguments.
3326         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3327         start_index, end_index arguments.
3328         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3329         Update.
3330         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3331
3332 2006-10-05  Bruno Haible  <bruno@clisp.org>
3333
3334         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
3335
3336         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
3337         fwriteerror_temp): New declarations.
3338         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
3339         (descriptors): New variable.
3340         (cleanup): First, close the descriptors.
3341         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
3342         fclose_temp, fwriteerror_temp): New functions.
3343
3344 2006-10-04  Jim Meyering  <jim@meyering.net>
3345
3346         * lib/fts.c (fts_open): Tiny comment change.
3347
3348 2006-10-04  Bruno Haible  <bruno@clisp.org>
3349
3350         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
3351         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
3352         gl_LOCK_BODY.
3353         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
3354         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
3355         gl_LOCK_EARLY_BODY.
3356         (gl_LOCK): Require gl_LOCK_BODY.
3357
3358 2006-10-04  Bruno Haible  <bruno@clisp.org>
3359
3360         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
3361         (gl_oset_search_atleast): New declaration.
3362         (struct gl_oset_implementation): Add field 'search_atleast'.
3363         (gl_oset_search_atleast): New inline function.
3364         * lib/gl_oset.c (gl_oset_search_atleast): New function.
3365         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
3366         (gl_array_oset_implementation): Update.
3367         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
3368         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
3369         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
3370
3371 2006-10-04  Bruno Haible  <bruno@clisp.org>
3372
3373         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
3374
3375 2006-10-03  Bruno Haible  <bruno@clisp.org>
3376
3377         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
3378         from gl_avltreehash_list_implementation.
3379
3380 2006-10-03  Bruno Haible  <bruno@clisp.org>
3381
3382         * lib/gl_oset.c (gl_oset_add): Fix return type.
3383
3384 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
3385
3386         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
3387
3388 2006-10-02  Eric Blake  <ebb9@byu.net>
3389
3390         * modules/strnlen (Depends-on): Add extensions.
3391
3392 2006-10-02  Eric Blake  <ebb9@byu.net>
3393
3394         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
3395         definition in 2.60+.
3396
3397 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
3398
3399         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
3400         checks.
3401
3402 2006-10-02  Bruno Haible  <bruno@clisp.org>
3403
3404         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
3405         to the AUTOMAKE_OPTIONS.
3406         Reported by Jim Meyering.
3407
3408 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
3409
3410         Work around bug in Solaris 10 /proc file system:
3411         /proc/self/fd/NNN/.. isn't the parent directory of
3412         the directory whose file descriptor is NNN.  This needs to
3413         be worked around at run time, not compile time, since a
3414         program might be built on Solaris 8, where things work, and
3415         run on Solaris 10.
3416         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
3417         to use the following interface instead:
3418         (OPENAT_BUFFER_SIZE): New macro.
3419         (openat_proc_name): New function.
3420         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
3421         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
3422         Likewise.
3423         * lib/openat-proc.c: New file.
3424         * modules/openat (Files): Add lib/openat-proc.c.
3425         (Depends-on): Add same-inode, stdbool.
3426         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
3427
3428 2006-09-29  Bruno Haible  <bruno@clisp.org>
3429
3430         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
3431         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
3432         argument. Set stdout_closed before testing for ferror, not after.
3433         (fwriteerror, fwriteerror_no_ebadf): New functions.
3434
3435 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3436
3437         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
3438
3439 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
3440
3441         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
3442         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
3443
3444 2006-09-28  Jim Meyering  <jim@meyering.net>
3445
3446         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
3447         Include <unistd.h>.
3448
3449 2006-09-28  Bruno Haible  <bruno@clisp.org>
3450
3451         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
3452         * modules/linkedhash-list (Depends-on): Likewise.
3453         * modules/rbtreehash-list (Depends-on): Likewise.
3454
3455 2006-09-28  Bruno Haible  <bruno@clisp.org>
3456
3457         * lib/strndup.h: Simplify the redefinition of strndup.
3458         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
3459         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
3460
3461 2006-09-28  Bruno Haible  <bruno@clisp.org>
3462
3463         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
3464         * lib/gl_linkedhash_list.c: Likewise.
3465         * lib/gl_rbtreehash_list.c: Likewise.
3466
3467 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
3468
3469         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
3470         getaddrinfo.
3471
3472         * lib/__fpending.h: Don't include <stdio_ext.h> unless
3473         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
3474         it causes <stdio_ext.h> to cause a compile-time error.
3475         Problem reported by Nelson H. F. Beebe.
3476         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
3477         of HAVE_DECL___PENDING.
3478
3479         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
3480         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
3481         declaration.
3482
3483 2006-09-27  Jim Meyering  <jim@meyering.net>
3484
3485         This file could end up with a definition for a function
3486         named __strndup, rather than rpl_strndup on a system with
3487         incomplete weak_alias support.
3488         * lib/strndup.c (strndup): Rename from __strndup.
3489         Remove #defines that used to map __strndup to strndup.
3490         Don't use K&R prototypes.
3491         Remove LIBC-related code, since this file is not sync'd with glibc.
3492         * lib/strndup.h: Revamp, accordingly.
3493         * m4/strndup.m4: Modernize.
3494
3495 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3496
3497         * modules/savewd (Depends-on): Add 'raise'.
3498         * lib/savewd.c: Include <signal.h>, for 'raise'.
3499
3500 2006-09-26  Jim Meyering  <jim@meyering.net>
3501
3502         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
3503         when we detect Darwin 8.7.0's acl_get_file bug.
3504         Rearrange to perform the new (below) run-test while $LIBS
3505         contains any acl-related library.  Set USE_ACL at the end.
3506         (gl_ACL_GET_FILE): New function.
3507
3508 2006-09-26  Eric Blake  <ebb9@byu.net>
3509
3510         * lib/verror.c: Include <config.h> unconditionally.
3511
3512 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3513
3514         * modules/clock-time (Maintainer): Add self.
3515         * modules/getlogin_r (Depends-on): Add extensions.
3516
3517 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3518
3519         * modules/clock-time: New module.
3520         * modules/nanosleep (Depends-on): Add clock-time.
3521         * modules/gethrxtime (Depends-on): Likewise.
3522         * modules/gettime (Depends-on): Likewise.
3523         * modules/settime (Depends-on): Likewise.
3524
3525         * modules/fts-lgpl: Depend on openat.
3526         * modules/mkancesdirs: Depend on savewd.
3527         * modules/mkdir-p: Likewise.
3528
3529 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3530
3531         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
3532
3533         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
3534         `gl_have_arbitrary_file_name_length_limit' to
3535         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
3536         actually works between configure runs.
3537
3538 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3539             Bruno Haible  <bruno@clisp.org>
3540
3541         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
3542
3543 2006-09-25  Jim Meyering  <jim@meyering.net>
3544
3545         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
3546         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
3547
3548 2006-09-25  Eric Blake  <ebb9@byu.net>
3549
3550         * gnulib-tool (func_import, func_create_testdir): Fix typos in
3551         exec's in 2006-09-18 patch when shuffling fds.
3552
3553 2006-09-25  Bruno Haible  <bruno@clisp.org>
3554
3555         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
3556         Reported by Jim Meyering.
3557
3558 2006-09-24  Jim Meyering  <jim@meyering.net>
3559
3560         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
3561         compare a pointer against a literal "0".  That caused failures with
3562         at least HP-UX's hpcc.
3563
3564 2006-09-22  Simon Josefsson  <jas@extundo.com>
3565
3566         * modules/gc-sha1:
3567         * modules/gc-md4:
3568         * modules/gc-hmac-sha1:
3569         * modules/gc-hmac-md5:
3570         * modules/gc-des:
3571         * modules/gc-arcfour: Distribute more files.
3572
3573 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3574
3575         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
3576         (gl_linked_iterator_from_to): Initialize struct completely.
3577         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
3578         (gl_tree_iterator_from_to): Likewise
3579         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
3580         * lib/gl_array_list.c [lint] (gl_array_iterator)
3581         (gl_array_iterator_from_to): Likewise.
3582         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
3583         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
3584         (gl_carray_iterator_from_to): Likewise.
3585
3586         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
3587         * lib/md4.c (md4_process_block): Remove unused variable.
3588         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
3589         parentheses for clarity.
3590
3591 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3592
3593         * modules/bison-i18n (Depends-on): Add gettext.
3594
3595 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3596
3597         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
3598         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3599         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
3600         also add missing comma that caused broken test.
3601         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
3602         stdlib.h, for `abort'.
3603         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
3604         variables.
3605         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
3606         include unistd.h if present, for `rmdir'.
3607         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
3608         variables.
3609         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
3610         in the process include standard headers for prototypes.
3611         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
3612         gets declared on GNU/Linux.
3613         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
3614         unistd.h, for `rmdir'.
3615         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
3616
3617         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
3618         always true.
3619         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
3620
3621         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
3622
3623 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3624
3625         * gnulib-tool (func_version): Create output all at once.  This
3626         may help avoid triggering unnecessary SIGPIPEs, and at any
3627         rate it doesn't hurt.
3628
3629 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3630             Bruno Haible  <bruno@clisp.org>
3631
3632         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
3633         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3634         * m4/signed.m4 (bh_C_SIGNED): Likewise.
3635
3636         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
3637         (gl_FUNC_VASPRINTF): Invoke it.
3638
3639 2006-09-22  Bruno Haible  <bruno@clisp.org>
3640
3641         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
3642         getloadavg.c as first argument.
3643
3644 2006-09-22  Bruno Haible  <bruno@clisp.org>
3645
3646         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
3647         at the beginning of the gl_INIT macro.
3648         * modules/getloadavg (configure.ac): Pass $gl_source_base to
3649         gl_GETLOADAVG.
3650
3651 2006-09-22  Bruno Haible  <bruno@clisp.org>
3652
3653         * gnulib-tool (func_create_megatestdir): Don't include the config-h
3654         module.
3655         Suggested by Ralf Wildenhues.
3656
3657 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
3658
3659         Import this patch from libc:
3660
3661         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3662
3663         * lib/regex_internal.c (re_string_reconstruct): Handle
3664         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3665         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3666         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3667         re_string_context_at.
3668
3669         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
3670         now requires it.
3671         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
3672         gl_REGEX now does it for us.
3673         (gl_REGEX): Add test taken from
3674         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
3675
3676         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
3677         Check that large offsets work.  Modernize Autoconf usages.
3678         Prefer "yes" to mean a good thing rather than a bad.
3679         Don't put "#define mkstemp" in config.h, as this might interfere
3680         with standard system headers that "#define mkstemp mkstemp64".
3681
3682         * modules/mkstemp (Depends-on): Add extensions, so that
3683         mkstemp is visible on some platforms.
3684         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
3685         (Include): Change to "mkstemp.h" from <stdlib.h>.
3686         (Files): Add mkstemp.h.
3687
3688         * lib/mkstemp.h: New file, since some standard headers
3689         #define mkstemp.
3690         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
3691         Include "mkstemp.h".
3692         Make the _LIBC code resemble glibc original more,
3693         e.g., use K&R style.
3694         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
3695         (mkstemp): Remove, since mkstemp.h does this for us.
3696         * lib/stdlib--.h: Include mkstemp.h.
3697
3698         Import this patch from libc:
3699
3700         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3701
3702         * lib/tempname.c (__gen_tempname): Change attempts_min
3703         into a macro.  Use preprocessor to decide how to initialize
3704         attempts [Coverity CID 67].
3705
3706 2006-09-20  Bruno Haible  <bruno@clisp.org>
3707
3708         * lib/mkdtemp.c: Import from libc.
3709         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3710                 * sysdeps/posix/tempname.c (__gen_tempname): Change
3711                 attempts_min into a macro.  Use preprocessor to decide how to
3712                 initialize attempts [Coverity CID 67].
3713         2001-11-27  Paul Eggert  <eggert@twinsun.com>
3714                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
3715                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
3716
3717 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3718
3719         * gnulib-tool (func_exit): New function, to allow to pass the
3720         exit status portably through the trap.  Use everywhere.
3721         (--help, --version): Signal a write error.
3722         (trap): catch SIGPIPE, for write errors.
3723         Exit at the end of the trap, with the correct exit status.
3724
3725 2006-09-19  Karl Berry  <karl@gnu.org>
3726
3727         * doc/gnulib.texi: note about the license texinfo files.
3728
3729 2006-09-19  Eric Blake  <ebb9@byu.net>
3730
3731         * gnulib-tool: Avoid space-tab.
3732
3733 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3734
3735         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
3736         that prevented coreutils 6.1 from building.  Problem reported
3737         by Petter Reinholdtsen.
3738
3739 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3740
3741         * gnulib-tool (avoidlist): Fix typo that broke options like
3742         --avoid=lock that are used by coreutils bootstrap.
3743
3744 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
3745
3746         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
3747         more systematically.
3748
3749 2006-09-18  Jim Meyering  <jim@meyering.net>
3750
3751         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
3752
3753 2006-09-18  Bruno Haible  <bruno@clisp.org>
3754
3755         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
3756
3757 2006-09-18  Bruno Haible  <bruno@clisp.org>
3758
3759         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
3760         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
3761         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
3762         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
3763         * m4/gettext.m4: Require autoconf >= 2.52.
3764         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
3765         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
3766         of gl_cv_header_inttypes_h.
3767
3768 2006-09-18  Bruno Haible  <bruno@clisp.org>
3769
3770         * lib/javaversion.c: Include configmake.h.
3771
3772 2006-09-18  Bruno Haible  <bruno@clisp.org>
3773
3774         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
3775         avoid that the while loops be executed in a subshell.
3776
3777 2006-09-18  Bruno Haible  <bruno@clisp.org>
3778
3779         * MODULES.html.sh (func_module): Break long lines.
3780         Suggested by Bruce Korb <bkorb@gnu.org>.
3781
3782 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3783
3784         Speed up by a factor of 1.12.
3785         * gnulib-tool (nl): New variable.
3786         (func_import): Rewrite include directive extraction to only read each
3787         directive once.
3788
3789 2006-09-17  Bruno Haible  <bruno@clisp.org>
3790
3791         * modules/javaversion (Makefile.am): Remove DEFS setting.
3792         (Depends-on): Add configmake, for PKGDATADIR definition.
3793
3794 2006-09-17  Bruno Haible  <bruno@clisp.org>
3795
3796         * gnulib-tool (func_create_testdir): Rewrite all files at once.
3797
3798 2006-09-17  Bruno Haible  <bruno@clisp.org>
3799
3800         * gnulib-tool (func_append): New function, stolen from libtool.m4.
3801         (func_modules_transitive_closure, func_modules_add_dummy,
3802         func_modules_to_filelist, func_import, func_create_testdir,
3803         func_create_megatestdir, ...): Use it wherever possible.
3804         Suggested by Ralf Wildenhues.
3805
3806 2006-09-16  Karl Berry  <karl@gnu.org>
3807
3808         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
3809         to avoid sectioning errors.
3810         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
3811         [ifinfo]: blank line after @center-ed titles.
3812         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
3813         Spell FSF address consistently with others.
3814         (These changes approved by rms.)
3815
3816 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3817
3818         Speed up by a factor of 1.61.
3819         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
3820         already checked module names again.
3821
3822 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3823
3824         Speed up by a factor of 1.13.
3825         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
3826         for new_files, and the input to func_add_or_update.
3827
3828 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3829
3830         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
3831         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
3832
3833 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3834
3835         * modules/mkancesdirs (Depends-on): Add fcntl.
3836         * modules/savewd: New file.
3837         * MODULES.html.sh (File system functions): Add savewd.
3838
3839         * modules/configmake (Makefile.am): Add support for the
3840         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
3841
3842 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3843
3844         * m4/savewd.m4: New file.
3845
3846 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3847
3848         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
3849         (dirchownmod): New arg FD.  All callers changed.
3850         Use FD rather than opening the directory ourself, as opening is
3851         now the caller's responsibility.
3852         * lib/dirchownmod.h: Likewise.
3853         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
3854         hosts that require <sys/types.h> before <sys/stat.h>.  Include
3855         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
3856         (test_dir): Remove.
3857         (mkancesdirs): Return length of prefix of FILE that has already
3858         been made, or -2 if there is a child doing the work.  Redo
3859         algorithm so that it is O(N) rather than O(N**2).  Optimize away
3860         ".", and treat ".." specially since it might stray back into
3861         already-created areas.  Use a subprocess if necessary.  New arg
3862         WD; all users changed.  MAKE_DIR function should now return 1
3863         if it creates a directory that is not readable.  Return -2 if
3864         a child process is spun off.
3865         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
3866         Adjust signature to match code.
3867         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
3868         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
3869         all users changed.
3870         * lib/savewd.c, lib/savewd.h: New files.
3871
3872 2006-09-15  Jim Meyering  <jim@meyering.net>
3873
3874         * modules/rename-dest-slash: New module.
3875         * MODULES.html.sh (posix_compat): Add it here.
3876
3877         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
3878
3879 2006-09-15  Jim Meyering  <jim@meyering.net>
3880
3881         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
3882         file.
3883
3884         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
3885
3886 2006-09-15  Jim Meyering  <jim@meyering.net>
3887
3888         * lib/rename-dest-slash.c (has_trailing_slash): Use
3889         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
3890         (rpl_rename_dest_slash): Perform the cheaper trailing slash
3891         test before testing whether SRC is a directory.
3892         Suggestions from Bruno Haible.
3893
3894         Avoid a warning about an unused variable.
3895         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
3896         into the #ifdef block where it's used.
3897
3898         * lib/rename-dest-slash.c: New file.
3899
3900 2006-09-14  Bruno Haible  <bruno@clisp.org>
3901
3902         * lib/allocsa.c: Include <config.h> unconditionally.
3903         * lib/asnprintf.c: Likewise.
3904         * lib/asprintf.c: Likewise.
3905         * lib/c-strcasecmp.c: Likewise.
3906         * lib/c-strcasestr.c: Likewise.
3907         * lib/c-strncasecmp.c: Likewise.
3908         * lib/c-strstr.c: Likewise.
3909         * lib/classpath.c: Likewise.
3910         * lib/clean-temp.c: Likewise.
3911         * lib/concatpath.c: Likewise.
3912         * lib/copy-file.c: Likewise.
3913         * lib/csharpcomp.c: Likewise.
3914         * lib/csharpexec.c: Likewise.
3915         * lib/execute.c: Likewise.
3916         * lib/fatal-signal.c: Likewise.
3917         * lib/findprog.c: Likewise.
3918         * lib/fwriteerror.c: Likewise.
3919         * lib/gl_array_list.c: Likewise.
3920         * lib/gl_array_oset.c: Likewise.
3921         * lib/gl_avltree_list.c: Likewise.
3922         * lib/gl_avltree_oset.c: Likewise.
3923         * lib/gl_avltreehash_list.c: Likewise.
3924         * lib/gl_carray_list.c: Likewise.
3925         * lib/gl_linked_list.c: Likewise.
3926         * lib/gl_linkedhash_list.c: Likewise.
3927         * lib/gl_list.c: Likewise.
3928         * lib/gl_oset.c: Likewise.
3929         * lib/gl_rbtree_list.c: Likewise.
3930         * lib/gl_rbtree_oset.c: Likewise.
3931         * lib/gl_rbtreehash_list.c: Likewise.
3932         * lib/imaxabs.c: Likewise.
3933         * lib/imaxdiv.c: Likewise.
3934         * lib/javacomp.c: Likewise.
3935         * lib/javaexec.c: Likewise.
3936         * lib/javaversion.c: Likewise.
3937         * lib/linebreak.c: Likewise.
3938         * lib/localcharset.c: Likewise.
3939         * lib/lock.c: Likewise.
3940         * lib/mbchar.c: Likewise.
3941         * lib/mbswidth.c: Likewise.
3942         * lib/mkdtemp.c: Likewise.
3943         * lib/pipe.c: Likewise.
3944         * lib/printf-args.c: Likewise.
3945         * lib/printf-parse.c: Likewise.
3946         * lib/progname.c: Likewise.
3947         * lib/progreloc.c: Likewise.
3948         * lib/readlink.c: Likewise.
3949         * lib/sh-quote.c: Likewise.
3950         * lib/stpcpy.c: Likewise.
3951         * lib/stpncpy.c: Likewise.
3952         * lib/strcasecmp.c: Likewise.
3953         * lib/strcasestr.c: Likewise.
3954         * lib/strcspn.c: Likewise.
3955         * lib/striconv.c: Likewise.
3956         * lib/strncasecmp.c: Likewise.
3957         * lib/strnlen1.c: Likewise.
3958         * lib/strstr.c: Likewise.
3959         * lib/strtok_r.c: Likewise.
3960         * lib/tls.c: Likewise.
3961         * lib/tmpdir.c: Likewise.
3962         * lib/unicodeio.c: Likewise.
3963         * lib/unsetenv.c: Likewise.
3964         * lib/vasnprintf.c: Likewise.
3965         * lib/vasprintf.c: Likewise.
3966         * lib/wait-process.c: Likewise.
3967         * lib/xallocsa.c: Likewise.
3968         * lib/xsetenv.c: Likewise.
3969         * lib/xstriconv.c: Likewise.
3970
3971 2006-09-13  Simon Josefsson  <jas@extundo.com>
3972
3973         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
3974         that internally, suggested by Ralf Wildenhues
3975         <Ralf.Wildenhues@gmx.de>.
3976
3977 2006-09-13  Simon Josefsson  <jas@extundo.com>
3978
3979         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
3980         @LIBOBJS@.
3981         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3982
3983 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3984
3985         * lib/_fpending.c: Include <config.h> unconditionally, since we no
3986         longer worry about uses that don't define HAVE_CONFIG_H.
3987         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
3988         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
3989         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
3990         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
3991         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
3992         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
3993         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
3994         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
3995         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
3996         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
3997         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
3998         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
3999         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
4000         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
4001         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
4002         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
4003         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
4004         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
4005         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
4006         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
4007         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
4008         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
4009         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
4010         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
4011         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
4012         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4013         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4014         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4015         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4016         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4017         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4018         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4019         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4020         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4021         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4022         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4023         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4024         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4025         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4026         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4027         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4028         Likewise.
4029
4030 2006-09-13  Eric Blake  <ebb9@byu.net>
4031
4032         * lib/getopt.c: Fix typo in last commit.
4033
4034 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4035
4036         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4037         dgettext.
4038
4039 2006-09-12  Jim Meyering  <jim@meyering.net>
4040
4041         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4042         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4043         Reported by Nelson H. F. Beebe.
4044
4045 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4046
4047         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4048         program_invocation_name and program_invocation_short_name are
4049         initialized.
4050         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4051         and program_invocation_short_name to argp.h, so they are visible
4052         to user programs.
4053         * lib/argp.h: Likewise
4054
4055 2006-09-10  Bruno Haible  <bruno@clisp.org>
4056
4057         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4058         m4/inttypes_h.m4, m4/uintmax_t.m4.
4059
4060 2006-09-10  Bruno Haible  <bruno@clisp.org>
4061
4062         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4063         gl_AC_TYPE_UINTMAX_T.
4064
4065 2006-09-10  Bruno Haible  <bruno@clisp.org>
4066
4067         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4068
4069 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4070
4071         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4072         convention.  Text proposed by Bruno Haible.
4073         (struct argp_option): Document the use of N_() wrappers.
4074
4075         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4076         '\v', and translate the two parts separately, instead of feeding
4077         the whole string to gettext.  This allows to exclude
4078         '\v' from the strings visible to the translator by writing doc
4079         strings as N_("..") "\v" N_("..").
4080
4081 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4082
4083         * config/srclist.txt: Undo latest change; the bug was fixed.
4084
4085 2006-09-09  Bruno Haible  <bruno@clisp.org>
4086
4087         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4088         assignments if building a library without libtool.
4089         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4090         in func_emit_lib_Makefile_am.
4091         (func_import): When building a static library libfoo.a, arrange to
4092         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4093         (func_create_testdir): Likewise.
4094         * modules/gc (configure.ac, Makefile.am): If building statically,
4095         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4096         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4097         * modules/striconv (configure.ac, Makefile.am): Likewise.
4098         Based on a suggestion by Ralf Wildenhues.
4099
4100 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4101
4102         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4103         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4104         Also:
4105
4106         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4107         Add year_2050_test to catch glibc bug 2821
4108         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4109
4110         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4111         Prefer #ifdef to #if.
4112
4113         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4114         Return from 'main' instead of calling 'exit'.
4115
4116 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4117
4118         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4119         returned the maximum time_t value rather than (time_t) -1.
4120         Problem originally reported by William Bardwell
4121         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4122
4123         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4124         Moved to here ...
4125         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4126         ... from here.
4127
4128 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4129
4130         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4131         2821 is fixed.
4132
4133 2006-09-08  Jim Meyering  <jim@meyering.net>
4134
4135         Don't make generated files read-only.  That would bother too many
4136         people.  However, do retain the ability to work when targets are
4137         read-only: remove the destination and temporary files before writing
4138         them (when generated via sed or echo), or by using the -f option for
4139         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4140         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4141         * modules/byteswap, modules/configmake, modules/fcntl:
4142         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4143         * modules/localcharset, modules/netinet_in, modules/poll:
4144         * modules/stdbool, modules/stdint, modules/sys_select:
4145         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4146
4147 2006-09-08  Jim Meyering  <jim@meyering.net>
4148
4149         Avoid new build failure on FreeBSD 6.0.
4150         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4151         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4152         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4153
4154 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4155
4156         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4157
4158 2006-09-07  Jim Meyering  <jim@meyering.net>
4159
4160         Fix global typo in last change: use chmod u-w, not chmod u-x.
4161         Spotted by Paul Eggert and Bruce Korb.
4162         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4163         * modules/byteswap, modules/configmake, modules/fcntl:
4164         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4165         * modules/localcharset, modules/netinet_in, modules/poll:
4166         * modules/stdbool, modules/stdint, modules/sys_select:
4167         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4168
4169 2006-09-06  Jim Meyering  <jim@meyering.net>
4170
4171         Make generated files be read-only.
4172         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
4173         Ensure that each generated file is now read-only.
4174         * modules/argz: Likewise.
4175         * modules/arpa_inet: Likewise.
4176         * modules/byteswap: Likewise.
4177         * modules/configmake: Likewise.
4178         * modules/fcntl: Likewise.
4179         * modules/fnmatch: Likewise.
4180         * modules/getopt: Likewise.
4181         * modules/glob: Likewise.
4182         * modules/inttypes: Likewise.
4183         * modules/netinet_in: Likewise.
4184         * modules/poll: Likewise.
4185         * modules/stdbool: Likewise.
4186         * modules/stdint: Likewise.
4187         * modules/sys_select: Likewise.
4188         * modules/sys_socket: Likewise.
4189         * modules/sys_stat: Likewise.
4190         * modules/sysexits: Likewise.
4191         * modules/localcharset: Same as above, but continue using temporary
4192         file named "t-$@" (why different?) rather than the "$@-t" used
4193         everywhere else.
4194
4195         * modules/sysexits (Makefile.am): Replace literal occurrences
4196         of "sysexit.h" more readable, and more consistent, "$@".
4197
4198 2006-09-06  Bruno Haible  <bruno@clisp.org>
4199
4200         * modules/striconv: New file.
4201         * modules/xstriconv: New file.
4202         * MODULES.html.sh (Internationalization functions): Add striconv,
4203         xstriconv.
4204
4205 2006-09-06  Bruno Haible  <bruno@clisp.org>
4206
4207         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
4208         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
4209         not using libtool correctly.
4210
4211 2006-09-06  Bruno Haible  <bruno@clisp.org>
4212
4213         * lib/striconv.h: New file.
4214         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
4215         iconvstring.c.
4216         * lib/xstriconv.h: New file.
4217         * lib/xstriconv.c: New file.
4218
4219 2006-09-06  Bruno Haible  <bruno@clisp.org>
4220
4221         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4222         lib_..._LDFLAGS.
4223
4224 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4225
4226         * lib/argz_.h: Sync from Libtool.
4227
4228         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
4229                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4230
4231         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
4232
4233 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4234
4235         * modules/trim: New file.
4236
4237 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4238
4239         * lib/trim.h: New file.
4240         * lib/trim.c: New file.
4241
4242 2006-09-05  Bruno Haible  <bruno@clisp.org>
4243
4244         * MODULES.html.sh (String handling): Add trim.
4245
4246 2006-09-04  Karl Berry  <karl@gnu.org>
4247
4248         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
4249         until next release.
4250
4251 2006-09-03  Bruno Haible  <bruno@clisp.org>
4252
4253         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
4254         correctly.
4255
4256 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4257
4258         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
4259         not gl_GETLOADAVG.  Omit unneeded semicolons.
4260         Problems reported by Ralf Wildenhues in
4261         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4262         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
4263         at the end, which is the usual gnulib style.
4264
4265         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
4266         of doing all the work ourselves.
4267         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
4268         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
4269
4270 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4271
4272         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
4273         Problem reported by Ralf Wildenhues in
4274         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4275
4276         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
4277         HAVE_STRUCT_STATFS_F_FSTYPENAME.
4278
4279 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4280
4281         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
4282         yesterday's patch by changing test -n to test -z.
4283
4284 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4285
4286         * modules/getloadavg (Files): Add m4/getloadavg.m4.
4287         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
4288         the former is now obsolescent.
4289
4290         * modules/chdir-long (Depends-on): Add fcntl.
4291
4292 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4293
4294         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
4295         obsolescent, and programs should use gnulib instead.
4296         * m4/getloadavg.m4: New file, with contents taken from Autoconf
4297         but with prefixes changed.
4298
4299 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4300
4301         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
4302         or stdbool.h, because they might not exist while configuring.
4303
4304         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
4305         Don't include unistd.h or limits.h; not needed, since chdir-long.h
4306         does that for us.
4307         (O_DIRECTORY): Remove.
4308
4309 2006-08-31  Eric Blake  <ebb9@byu.net>
4310
4311         * gnulib-tool: Don't let emacs change spaces to TAB.
4312
4313 2006-08-31  Bruno Haible  <bruno@clisp.org>
4314
4315         * gnulib-tool: When calling func_import more than once, do it in a
4316         subshell.
4317         Reported by Eric Blake <ebb9@byu.net>.
4318
4319 2006-08-31  Bruno Haible  <bruno@clisp.org>
4320
4321         * gnulib-tool (nl): Remove variable.
4322         (sed_transform_lib_file): Use more robust test for config-h module.
4323         (func_import): Fix typo in 2006-08-25 patch.
4324
4325 2006-08-31  Bruno Haible  <bruno@clisp.org>
4326
4327         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
4328         specified, augment Makefile.am variables instead of assigning them.
4329
4330 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4331
4332         Work around a bug in both the Linux and SunOS 64-bit kernels:
4333         nanosleep mishandles sleeps for longer than 2**31 seconds.
4334         Problem reported by Frank v Waveren in
4335         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4336         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
4337         Check for nanosleep bug.
4338         (LIB_NANOSLEEP): Append clock_gettime library if needed.
4339
4340 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4341
4342         Work around a bug in both the Linux and SunOS 64-bit kernels:
4343         nanosleep mishandles sleeps for longer than 2**31 seconds.
4344         Problem reported by Frank v Waveren in
4345         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4346         * lib/nanosleep.c (BILLION): New constant.
4347         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
4348         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
4349         implementation.
4350
4351 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4352
4353         * modules/nanosleep (Depends-on): Add gettime.
4354
4355 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4356         and Simon Josefsson  <jas@extundo.com>
4357         and Oskar Liljeblad  <oskar@osk.mine.nu>
4358
4359         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
4360         * gnulib-tool (func_import): New license type 'unmodifiable license
4361         text'.
4362         * modules/fdl: Use it.  Longer description.
4363         * module/gpl, module/lgpl: New files.
4364
4365 2006-08-30  Jim Meyering  <jim@meyering.net>
4366
4367         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
4368         shadowing the parameter.
4369
4370 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4371
4372         Sync from Libtool:
4373
4374         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4375
4376         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
4377         sharing with gnulib.  Report by Eric Blake.
4378
4379 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4380
4381         * modules/isapipe: New file.
4382         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
4383
4384 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4385
4386         * modules/configmake (Makefile.am): Add a comment, and omit
4387         the CONFIGMAKE_ prefix from generated macro names.  Suggested
4388         by Bruno Haible.
4389
4390 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4391
4392         * m4/isapipe.m4: New file.
4393
4394 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4395
4396         * lib/isapipe.c, lib/isapipe.h: New files.
4397
4398 2006-08-29  Jim Meyering  <jim@meyering.net>
4399
4400         * modules/configmake (Makefile.am): Make configmake.h depend on
4401         Makefile.  Otherwise, a stale configmake.h could hang around.
4402
4403 2006-08-29  Eric Blake  <ebb9@byu.net>
4404
4405         * lib/error.c (error_at_line, print_errno_message): Match libc, after
4406         resolution of upstream bug 3044.
4407
4408 2006-08-29  Bruno Haible  <bruno@clisp.org>
4409
4410         * modules/localcharset (Depends-on): Add configmake.
4411         (Makefile.am): Remove setting of LIBDIR through DEFS.
4412
4413 2006-08-29  Bruno Haible  <bruno@clisp.org>
4414
4415         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
4416         defined.
4417
4418 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4419
4420         * modules/fcntl: New file.
4421         * modules/chdir-safer (Depends-on): Add fcntl.
4422         * modules/fts: Likewise.
4423         * modules/mkdir-p: Likewise.
4424
4425         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
4426         This undoes the most recent change, since we're now addressing the
4427         problem in a different way.
4428
4429         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
4430         into output, since the output might be called Makefile.am even
4431         if $makefile_name is something different.
4432         (func_import): Use $makefile_am rather than
4433         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
4434         empty.
4435
4436         * modules/inttypes (Files): Add m4/inttypes-h.m4.
4437
4438 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4439
4440         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
4441         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
4442         recent change to stdint.m4, since we're now addressing the problem in a
4443         different way.
4444
4445 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4446
4447         * m4/fcntl_h.m4: New file.
4448
4449 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4450
4451         * lib/fcntl_.h: New file.
4452         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
4453         the fcntl module.
4454         * lib/dirchownmod.c: Likewise.
4455         * lib/fts.c: Likewise.
4456
4457         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
4458         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
4459         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
4460         just before including <inttypes.h>, to avoid circular inclusion.
4461
4462 2006-08-28  Jim Meyering  <jim@meyering.net>
4463
4464         * doc/visibility.texi: Actually read and correct the grammar of the
4465         sentence affected by yesterday's change.
4466
4467 2006-08-28  Eric Blake  <ebb9@byu.net>
4468
4469         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
4470         needs wrapper.
4471
4472 2006-08-28  Eric Blake  <ebb9@byu.net>
4473
4474         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
4475
4476 2006-08-28  Eric Blake  <ebb9@byu.net>
4477
4478         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
4479
4480 2006-08-28  Bruno Haible  <bruno@clisp.org>
4481
4482         * modules/c-strstr: New file, from GNU gettext.
4483         * MODULES.html.sh (String handling): Add c-strstr.
4484
4485 2006-08-28  Bruno Haible  <bruno@clisp.org>
4486
4487         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
4488         macros.
4489         Reported by Eric Blake.
4490
4491 2006-08-28  Bruno Haible  <bruno@clisp.org>
4492
4493         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
4494         (VASNPRINTF): Return a string of length > INT_MAX without failing.
4495         * lib/vasprintf.c: Include errno.h, limits.h.
4496         (EOVERFLOW): New fallback definition.
4497         (vasprintf): Test here whether the string length is > INT_MAX.
4498         * lib/vsnprintf.c: Include errno.h, limits.h.
4499         (EOVERFLOW): New fallback definition.
4500         (vsnprintf): Fix bug when generated string was too long for the buffer.
4501         Test here whether the string length is > INT_MAX.
4502
4503 2006-08-28  Bruno Haible  <bruno@clisp.org>
4504
4505         * lib/inttypes_.h (SCNX*): Remove definitions.
4506         Reported by Eric Blake.
4507
4508 2006-08-28  Bruno Haible  <bruno@clisp.org>
4509
4510         * lib/c-strstr.h: New file, from GNU gettext.
4511         * lib/c-strstr.c: New file, from GNU gettext.
4512
4513 2006-08-28  Bruno Haible  <bruno@clisp.org>
4514
4515         * gnulib-tool: Reorder some statements.
4516
4517 2006-08-28  Bruno Haible  <bruno@clisp.org>
4518
4519         * gnulib-tool: New option --makefile-name.
4520         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
4521         $makefile_name.
4522         (func_import): Write $makefile_name to the cache file, and read it from
4523         there unless explicitly specified. Use $makefile_name as file name
4524         instead of Makefile.am. Adjust the recommendations accordingly.
4525
4526 2006-08-28  Bruno Haible  <bruno@clisp.org>
4527
4528         * gnulib-tool (func_verify_module): Check against misapplying patch.
4529
4530 2006-08-28  Bruno Haible  <bruno@clisp.org>
4531
4532         * gnulib-tool (func_relativize, func_relconcat): New functions.
4533         Give an error if --local-dir is given with --update.
4534         Remove trailing slashes from $local_gnulib_dir.
4535         (func_import): Store the relativized $local_gnulib_dir in
4536         gnulib-cache.m4, and read it from there if not specified explicitly.
4537
4538 2006-08-28  Bruno Haible  <bruno@clisp.org>
4539
4540         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
4541         is the current directory. Respect also $local_gnulib_dir.
4542
4543 2006-08-28  Bruno Haible  <bruno@clisp.org>
4544             Simon Josefsson  <jas@extundo.com>
4545
4546         BeOS portability.
4547         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
4548
4549 2006-08-27  Jim Meyering  <jim@meyering.net>
4550
4551         * doc/visibility.texi: Remove duplicate word: "pointer".
4552
4553 2006-08-26  Bruno Haible  <bruno@clisp.org>
4554
4555         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
4556         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
4557         (Makefile.am): Create inttypes.h from inttypes_.h.
4558         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
4559
4560         * modules/imaxabs: New file.
4561
4562         * modules/imaxdiv: New file.
4563
4564 2006-08-26  Bruno Haible  <bruno@clisp.org>
4565
4566         * m4/inttypes.m4: New file.
4567         * m4/_inttypes_h.m4: Remove file.
4568         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
4569         PRI_MACROS_BROKEN.
4570         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
4571
4572         * m4/imaxabs.m4: New file.
4573
4574         * m4/imaxdiv.m4: New file.
4575
4576 2006-08-26  Bruno Haible  <bruno@clisp.org>
4577
4578         * lib/inttypes_.h: New file.
4579         * lib/inttypes.h: Remove file.
4580         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
4581
4582         * lib/imaxabs.c: New file.
4583
4584         * lib/imaxdiv.c: New file.
4585
4586 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4587
4588         New config-h module, so that "make" output needn't be cluttered
4589         by -DHAVE_CONFIG_H.
4590         * MODULES.html.sh (Support for building libraries and executables):
4591         Add config-h.
4592         * modules/config-h: New file.
4593         * gnulib-tool (nl, sed_transform_lib_file): New vars.
4594         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
4595         the config-h module is used.
4596
4597         New configmake module, so that "make" output needn't be cluttered
4598         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
4599         * MODULES.html.sh (Support for building libraries and executables):
4600         Add configmake.
4601         * modules/configmake: New file.
4602
4603 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4604
4605         * m4/config-h.m4: New file.
4606
4607 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4608
4609         * config/srclist.txt: Add elisp-comp.
4610
4611 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4612
4613         * MODULES.html.sh (Support for building libraries and executables):
4614         Add elisp-comp.
4615         * build-aux/elisp-comp: New file.
4616         * modules/elisp-comp: New file.
4617
4618 2006-08-24  Bruno Haible  <bruno@clisp.org>
4619
4620         * gnulib-tool (func_create_testdir): Use non-default values of
4621         sourcebase and m4base.
4622
4623 2006-08-24  Bruno Haible  <bruno@clisp.org>
4624
4625         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
4626         HTML structure.
4627
4628 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
4629
4630         * modules/openat (Depends-on): Add lchown.
4631
4632 2006-08-23  Bruno Haible  <bruno@clisp.org>
4633
4634         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
4635         of gl_LOCK_EARLY instead of gl_LOCK.
4636
4637 2006-08-23  Bruno Haible  <bruno@clisp.org>
4638
4639         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
4640         on OSF/1 to no.
4641         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
4642
4643 2006-08-23  Bruno Haible  <bruno@clisp.org>
4644
4645         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
4646         as unusable.
4647
4648         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
4649         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
4650         (gl_LOCK): New macro.
4651
4652 2006-08-22  Simon Josefsson  <jas@extundo.com>
4653
4654         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
4655         to md5 module.
4656
4657 2006-08-22  Simon Josefsson  <jas@extundo.com>
4658
4659         * MODULES.html.sh: Add "Support for maintaining and release
4660         projects".
4661
4662         * build-aux/gnupload: New file, from coreutils.
4663
4664 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4665
4666         Avoid the need for AC_LIBSOURCES in m4 macros.
4667         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
4668         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
4669         * modules/check-version (EXTRA_DIST): Add check-version.h.
4670         * modules/crc (EXTRA_DIST): Add crc.h.
4671         * modules/des (EXTRA_DIST): Add des.h.
4672         * modules/gc (EXTRA_DIST): Add gc.h.
4673         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
4674         * modules/getline (EXTRA_DIST): Add getline.h.
4675         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
4676         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
4677         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
4678         * modules/md2 (EXTRA_DIST): Add md2.h.
4679         * modules/md4 (EXTRA_DIST): Add md4.h.
4680         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
4681         * modules/read-file (EXTRA_DIST): Add read-file.h.
4682         * modules/readline (EXTRA_DIST): Add readline.h.
4683         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
4684         rijndael-api-fst.h.
4685
4686 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4687
4688         * m4/rijndael.m4 (gl_ARCFOUR):
4689         * m4/arctwo.m4 (gl_ARCTWO):
4690         * m4/check-version.m4 (gl_CHECK_VERSION):
4691         * m4/crc.m4 (gl_CRC):
4692         * m4/des.m4 (gl_DES):
4693         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
4694         * m4/gc.m4 (gl_GC):
4695         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
4696         * m4/getline.m4 (gl_FUNC_GETLINE):
4697         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
4698         * m4/hmac-md5.m4 (gl_HMAC_MD5):
4699         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
4700         * m4/md2.m4 (gl_MD2):
4701         * m4/md4.m4 (gl_MD4):
4702         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
4703         * m4/read-file.m4 (gl_FUNC_READ_FILE):
4704         * m4/readline.m4 (gl_FUNC_READLINE):
4705         * m4/rijndael.m4 (gl_RIJNDAEL):
4706         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4707         to get the necessary .h files and whatnot.
4708
4709 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4710
4711         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
4712         gnulib rather than the other way around.
4713         * config/srclistvars.sh (COREUTILS): Remove.
4714
4715 2006-08-22  Jim Meyering  <jim@meyering.net>
4716
4717         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
4718
4719         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
4720
4721 2006-08-22  Eric Blake  <ebb9@byu.net>
4722
4723         * modules/regexprops-generic: New file.
4724         * MODULES.html.sh (Support for building documentation): List it.
4725
4726 2006-08-22  Eric Blake  <ebb9@byu.net>
4727
4728         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
4729         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4730         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
4731         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
4732
4733 2006-08-22  Bruno Haible  <bruno@clisp.org>
4734
4735         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
4736         and lib_LTLIBRARIES like the other lib_* variables.
4737
4738 2006-08-22  Bruno Haible  <bruno@clisp.org>
4739
4740         * build-aux/x-to-1.in: New file, from GNU gettext.
4741
4742 2006-08-22  Bruno Haible  <bruno@clisp.org>
4743
4744         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
4745         <utmpx.h> exists.
4746
4747 2006-08-22  Bruno Haible  <bruno@clisp.org>
4748
4749         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
4750         <utmpx.h> exists.
4751
4752 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4753
4754         BeOS portability.
4755         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
4756         exist.
4757         Problem reported by Bruno Haible.
4758
4759 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4760
4761         Avoid the need for AC_LIBSOURCES in m4 macros.
4762         * modules/acl (EXTRA_DIST): Add acl.h.
4763         * modules/argmatch (Files): Add m4/argmatch.m4.
4764         (configure.ac): Add gl_ARGMATCH.
4765         (EXTRA_DIST): Renamed from lib_SOURCES, for
4766         consistency with the other modules.  Remove argmatch.c.
4767         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
4768         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
4769         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
4770         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
4771         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
4772         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
4773         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
4774         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
4775         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
4776         * modules/closeout (EXTRA_DIST): Add closeout.h.
4777         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
4778         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
4779         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
4780         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
4781         dirname.h; remove basename.c and stripslash.c.
4782         * modules/exclude (EXTRA_DIST): Add exclude.h.
4783         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
4784         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
4785         * modules/file-type (EXTRA_DIST): Add file-type.h.
4786         * modules/filemode (EXTRA_DIST): Add filemode.h.
4787         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
4788         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4789         * modules/fpending (EXTRA_DIST): Add __fpending.h.
4790         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
4791         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
4792         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
4793         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
4794         * modules/getdate (EXTRA_DIST): Add getdate.c.
4795         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
4796         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
4797         * modules/getpass (EXTRA_DIST): Add getpass.h.
4798         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
4799         * modules/group-member (EXTRA_DIST): Add group-member.h.
4800         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
4801         * modules/hash (EXTRA_DIST): Add hash.h.
4802         * modules/human (EXTRA_DIST): Add human.h.
4803         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
4804         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
4805         * modules/lchown (EXTRA_DIST): Add lchown.h.
4806         * modules/long-options (EXTRA_DIST): Add long-options.h.
4807         * modules/lstat (EXTRA_DIST): Add lstat.h.
4808         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
4809         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
4810         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
4811         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
4812         * modules/memxor (EXTRA_DIST): Add memxor.h.
4813         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
4814         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
4815         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
4816         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
4817         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
4818         * modules/physmem (EXTRA_DIST): Add physmem.h.
4819         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
4820         * modules/posixver (EXTRA_DIST): Add posixver.h.
4821         * modules/quote (EXTRA_DIST): Add quote.h.
4822         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
4823         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
4824         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
4825         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
4826         regex_internal.h regexec.c.
4827         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
4828         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
4829         * modules/same (EXTRA_DIST): Add same.h.
4830         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
4831         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
4832         * modules/savedir (EXTRA_DIST): Add savedir.h.
4833         * modules/sha1 (EXTRA_DIST): Add sha1.h.
4834         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
4835         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
4836         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
4837         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
4838         * modules/strdup (EXTRA_DIST): Add strdup.h.
4839         * modules/strftime (EXTRA_DIST): Add strftime.h.
4840         * modules/strndup (EXTRA_DIST): Add strndup.h.
4841         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
4842         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
4843         * modules/time_r (EXTRA_DIST): Add time_r.h.
4844         * modules/timespec (EXTRA_DIST): Add timespec.h.
4845         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4846         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
4847         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
4848         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
4849         * modules/userspec (EXTRA_DIST): Add userspec.h.
4850         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
4851         * modules/utimens (EXTRA_DIST): Add utimens.h.
4852         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
4853         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
4854         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
4855         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
4856         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
4857         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
4858         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
4859         * modules/yesno (EXTRA_DIST): Add yesno.h.
4860
4861 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4862
4863         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
4864
4865         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
4866         * m4/dev-ino.m4, same-inode.m4: Remove.
4867
4868         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
4869         * m4/acl.m4 (AC_FUNC_ACL):
4870         * m4/backupfile.m4 (gl_BACKUPFILE):
4871         * m4/c-strtod.m4 (gl_C99_STRTOLD):
4872         * m4/canon-host.m4 (gl_CANON_HOST):
4873         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4874         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
4875         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
4876         * m4/cloexec.m4 (gl_CLOEXEC):
4877         * m4/close-stream.m4 (gl_CLOSE_STREAM):
4878         * m4/closeout.m4 (gl_CLOSEOUT):
4879         * m4/dirfd.m4 (gl_FUNC_DIRFD):
4880         * m4/dirname.m4 (gl_DIRNAME):
4881         * m4/exclude.m4 (gl_EXCLUDE):
4882         * m4/exitfail.m4 (gl_EXITFAIL):
4883         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
4884         * m4/file-type.m4 (gl_FILE_TYPE):
4885         * m4/filemode.m4 (gl_FILEMODE):
4886         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
4887         * m4/fpending.m4 (gl_FUNC_FPENDING):
4888         * m4/fprintftime.m4 (gl_FPRINTFTIME):
4889         * m4/fts.m4 (gl_FUNC_FTS):
4890         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
4891         * m4/getdate.m4 (gl_GETDATE):
4892         * m4/gethrxtime.m4 (gl_GETHRXTIME):
4893         * m4/getpagesize.m4 (gl_GETPAGESIZE):
4894         * m4/getpass.m4 (gl_FUNC_GETPASS):
4895         * m4/gettime.m4 (gl_GETTIME):
4896         * m4/getugroups.m4 (gl_GETUGROUPS):
4897         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
4898         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
4899         * m4/hard-locale.m4 (gl_HARD_LOCALE):
4900         * m4/hash.m4 (gl_HASH):
4901         * m4/idcache.m4 (gl_IDCACHE):
4902         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
4903         * m4/lchown.m4 (gl_FUNC_LCHOWN):
4904         * m4/long-options.m4 (gl_LONG_OPTIONS):
4905         * m4/lstat.m4 (gl_FUNC_LSTAT):
4906         * m4/md5.m4 (gl_MD5):
4907         * m4/memcasecmp.m4 (gl_MEMCASECMP):
4908         * m4/memcoll.m4 (gl_MEMCOLL):
4909         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
4910         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
4911         * m4/memxor.m4 (gl_MEMXOR):
4912         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
4913         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
4914         * m4/modechange.m4 (gl_MODECHANGE):
4915         * m4/mountlist.m4 (gl_MOUNTLIST):
4916         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4917         * m4/openat.m4 (gl_FUNC_OPENAT):
4918         * m4/pathmax.m4 (gl_PATHMAX):
4919         * m4/physmem.m4 (gl_PHYSMEM):
4920         * m4/posixtm.m4 (gl_POSIXTM):
4921         * m4/posixver.m4 (gl_POSIXVER):
4922         * m4/quote.m4 (gl_QUOTE):
4923         * m4/quotearg.m4 (gl_QUOTEARG):
4924         * m4/readtokens.m4 (gl_READTOKENS):
4925         * m4/readutmp.m4 (gl_READUTMP):
4926         * m4/regex.m4 (gl_REGEX):
4927         * m4/safe-read.m4 (gl_SAFE_READ):
4928         * m4/safe-write.m4 (gl_SAFE_WRITE):
4929         * m4/same.m4 (gl_SAME):
4930         * m4/save-cwd.m4 (gl_SAVE_CWD):
4931         * m4/savedir.m4 (gl_SAVEDIR):
4932         * m4/settime.m4 (gl_SETTIME):
4933         * m4/sha1.m4 (gl_SHA1):
4934         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
4935         * m4/stat-macros.m4 (gl_STAT_MACROS):
4936         * m4/stat-time.m4 (gl_STAT_TIME):
4937         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
4938         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
4939         * m4/strdup.m4 (gl_FUNC_STRDUP):
4940         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
4941         * m4/strndup.m4 (gl_FUNC_STRNDUP):
4942         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
4943         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
4944         * m4/time_r.m4 (gl_TIME_R):
4945         * m4/timespec.m4 (gl_TIMESPEC):
4946         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
4947         * m4/unlinkdir.m4 (gl_UNLINKDIR):
4948         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
4949         * m4/userspec.m4 (gl_USERSPEC):
4950         * m4/utimecmp.m4 (gl_UTIMECMP):
4951         * m4/utimens.m4 (gl_UTIMENS):
4952         * m4/xalloc.m4 (gl_XALLOC):
4953         * m4/xgetcwd.m4 (gl_XGETCWD):
4954         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
4955         * m4/xreadlink.m4 (gl_XREADLINK):
4956         * m4/xstrtod.m4 (gl_XSTRTOD):
4957         * m4/yesno.m4 (gl_YESNO):
4958         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4959         to get the necessary .h files and whatnot.
4960
4961 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
4962             Bruno Haible  <bruno@clisp.org>
4963
4964         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
4965         /bin/sh understanding of '!' conditional negation.
4966
4967 2006-08-21  Jim Meyering  <jim@meyering.net>
4968
4969         * modules/openat (Depends-on): Really alphabetize.
4970
4971         * modules/acl (Depends-on): Add error and quote.
4972
4973         * check-module (find_included_lib_files): Add at-func.c to the
4974         ok-to-include-more-than-once white list.
4975
4976         * modules/openat (Depends-on): Add lstat.  Alphabetize.
4977
4978 2006-08-21  Bruno Haible  <bruno@clisp.org>
4979
4980         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4981         Emit a pkgdata_DATA variable only if some snippets add contents to it.
4982         Reported by Martin Lambers <marlam@marlam.de>.
4983
4984 2006-08-21  Bruno Haible  <bruno@clisp.org>
4985
4986         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
4987         specify an installation location, don't emit a noinst_LIBRARIES or
4988         noinst_LTLIBRARIES assignment.
4989
4990 2006-08-21  Bruno Haible  <bruno@clisp.org>
4991
4992         BeOS portability.
4993         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
4994         BeOS has mbrtowc() but no <wctype.h>.
4995
4996 2006-08-21  Bruno Haible  <bruno@clisp.org>
4997
4998         BeOS portability.
4999         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
5000         exist.
5001
5002 2006-08-21  Bruno Haible  <bruno@clisp.org>
5003
5004         BeOS portability.
5005         * lib/mbchar.h: Include <wctype.h> only if it exists.
5006
5007 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5008
5009         Remove files that are no longer needed by their respective modules.
5010         * m4/obstack.m4: Remove.
5011         * m4/strerror_r.m4: Remove.
5012         * m4/uint32_t.m4: Remove.
5013         * m4/uintptr_t.m4: Remove.
5014         * m4/ullong_max.m4: Remove.
5015         * m4/xstrtoimax.m4: Remove.
5016         * m4/xstrtoumax.m4: Remove.
5017
5018         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5019         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5020         dependencies now capture this.
5021
5022         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5023         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5024         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5025         * m4/human.m4 (gl_HUMAN): Likewise.
5026         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5027         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5028
5029         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5030
5031         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5032         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5033         stdint.
5034         * m4/human.m4 (gl_HUMAN): Likewise.
5035         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5036         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5037         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5038         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5039         * m4/xstrtol (gl_XSTRTOL): Likewise.
5040
5041         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5042         AC_TYPE_LONG_LONG_INT.
5043         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5044         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5045         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5046         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5047
5048         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5049         on stdbool.
5050
5051         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5052         (gl_PREREQ_XSTRTOUL): Remove.
5053
5054         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5055
5056         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5057         mode.
5058
5059 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5060
5061         Add and change modules to make it easier for coreutils to use
5062         gnulib-tool.
5063         * modules/backupfile (Files): Remove m4/d-ino.m4.
5064         (Depends-on): Add d-ino.
5065         * modules/cycle-check (Depends-on): Add stdint.
5066         (lib_SOURCES): Add cycle-check.h.
5067         * modules/d-ino: New module.
5068         * modules/d-type: New module.
5069         * modules/error (Files): Remove m4/strerror_r.m4.
5070         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5071         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5072         m4/inttypes_h.m4, m4/uintmax_t.m4.
5073         (Depends-on): Add stdint.
5074         (lib_SOURCES): Add fsusage.h.
5075         * modules/getcwd (Files): Remove d-ino.m4.
5076         (Depends-on): Add d-ino.
5077         * modules/getndelim2 (Depends-on): Add stdint.
5078         * modules/glob (Files): Remove m4/d-type.m4.
5079         (Depends-on): Add d-type.
5080         * modules/host-os: New module.
5081         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5082         m4/inttypes_h.m4, m4/uintmax_t.m4.
5083         * Depends-on: Add stdint.
5084         (lib_SOURCES): Add human.h.
5085         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5086         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5087         m4/uintmax_t.m4, m4/ulonglong.m4.
5088         (Depends-on): Add stdint.
5089         (EXTRA_DIST): Add inttostr.h.
5090         * modules/lchmod: New module.
5091         * modules/link-follow: New module.
5092         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5093         (Depends-on): Add lchmod.
5094         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5095         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5096         (Depends-on): Add stdint.
5097         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5098         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5099         (Depends-on): Add stdint.
5100         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5101         * modules/perl: New module.
5102         * modules/regex (Depends-on): Add stdint.
5103         * modules/rmdir-errno: New module.
5104         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5105         m4/intmax_t.m4.
5106         (Depends-on): Add stdint.
5107         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5108         m4/uintmax_t.m4.
5109         (Depends-on): Add stdint.
5110         * modules/unlink-busy: New module.
5111         * modules/utimecmp (Depends-on): Add stdint.
5112         * modules/uptime: New module.
5113         * modules/winsz-ioctl: New module.
5114         * modules/winsz-termios: New module.
5115         * modules/xnanosleep (Depends-on): Add nanosleep.
5116         * modules/ullong_max: Remove.
5117         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5118         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5119         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5120         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5121         (Depends-on): Add inttypes.
5122         (lib_SOURCES): Add xstrtol.h.
5123         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5124         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5125         * MODULES.html.sh: Move 'assert' into the assert section.
5126         Move 'dummy' into the linking section.
5127         Remove ullong_max.
5128         Add section for compatibility checks for POSIX:2001 functions,
5129         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5130         winsz-ioctl, and winsz-termios into it.
5131         Add lchmod.
5132         Add top-level Misc section and put host-os, perl, and uptime
5133         into it.
5134
5135 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5136
5137         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5138         now assume the stdint module.  Do not include inttypes.h.
5139         * lib/fsusage.h: Likewise.
5140         * lib/getndelim2.c: Likewise.
5141         * lib/human.h: Likewise.
5142         * lib/inttostr.h: Likewise.
5143         * lib/obstack.c: Likewise.
5144         * lib/regex_internal.h: Likewise.
5145         * lib/tempname.c: Likewise.
5146         * lib/utimecmp.c: Likewise.
5147         * lib/xstrtol.h: Likewise.
5148
5149         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5150
5151         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5152         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5153         * lib/xtime.h: Likewise.
5154
5155 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5156
5157         * modules/openat (Files): Add lib/fchmodat.c.
5158         Fixes problem reported by Jay Youngman.
5159
5160 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5161
5162         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5163         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
5164
5165 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5166             Bruno Haible  <bruno@clisp.org>
5167
5168         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5169         and is a script that invokes bison. Tighten the code. Add comments.
5170
5171 2006-08-18  Jim Meyering  <jim@meyering.net>
5172
5173         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
5174         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
5175         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
5176         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
5177
5178 2006-08-18  Bruno Haible  <bruno@clisp.org>
5179
5180         * modules/bison-i18n: New file.
5181         * MODULES.html.sh (Internationalization functions): Add it.
5182
5183 2006-08-18  Bruno Haible  <bruno@clisp.org>
5184
5185         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
5186         sys/statvfs.h. When getmntinfo was found, check its declaration and
5187         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
5188
5189 2006-08-18  Bruno Haible  <bruno@clisp.org>
5190
5191         * m4/bison-i18n.m4: New file, from bison.
5192
5193 2006-08-18  Bruno Haible  <bruno@clisp.org>
5194
5195         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
5196         (ME_DUMMY): Treat "kernfs" as a dummy.
5197         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
5198
5199 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5200
5201         Update from coreutils.
5202
5203         2006-08-15  Jim Meyering  <jim@meyering.net>
5204
5205         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
5206
5207         2006-01-17  Jim Meyering  <jim@meyering.net>
5208
5209         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
5210
5211         2006-01-11  Jim Meyering  <jim@meyering.net>
5212
5213         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
5214         Check for the lchmod function.
5215
5216 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5217
5218         Update from coreutils.
5219
5220         * lib/__fpending.h: Add copyright notice.
5221         * lib/fprintftime.h: Likewise.
5222         * lib/savedir.c: Use (C) in copyright notice.
5223         * lib/savedir.h: Likewise.
5224
5225         2006-08-15  Jim Meyering  <jim@meyering.net>
5226
5227         * lib/at-func.c: New file, with the logic of all emulated at-functions.
5228         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
5229         in support of the EXPECTED_ERRNO macro.
5230         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
5231         definitions.  Instead, define the appropriate symbols and include
5232         "at-func.c".
5233         * lib/mkdirat.c (mkdirat): Likewise.
5234         * lib/fchmodat.c (fchmodat): Likewise.
5235         (ENOSYS): Remove definition.
5236         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
5237         it.  Don't include "unistd--.h" -- it wasn't ever used.
5238
5239         2006-01-17  Jim Meyering  <jim@meyering.net>
5240
5241         Rewrite fts.c not to change the current working directory,
5242         by using openat, fstatat, fdopendir, etc..
5243
5244         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
5245         (HAVE_OPENAT_SUPPORT): Define.
5246         [_LIBC] (fchdir): Don't undef or define; no longer used.
5247         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
5248         Now, this `function' always succeeds, and consumes its file descriptor
5249         parameter -- so callers must not close such FDs.  Update callers.
5250         (diropen_fd, opendirat, cwd_advance_fd): New functions.
5251         (diropen): Add parameter, SP.  Adjust all callers.
5252         Implement using diropen_fd, rather than open.
5253         (fts_open): Initialize new member, fts_cwd_fd.
5254         Remove fts_rft-setting code.
5255         (fts_close): Close fts_cwd_fd, if necessary.
5256         (__opendir2): Define in terms of opendir or opendirat,
5257         depending on whether the FST_NOCHDIR flag is set.
5258         (fts_build): Since fts_safe_changedir consumes its FD, and since
5259         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
5260         and close the dup'd file descriptor upon failure.
5261         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
5262         (fts_safe_changedir): Tweak semantics to reflect that this function
5263         now calls cwd_advance_fd and hence consumes its FD argument.
5264         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
5265         [struct FTS] (fts_rft): Remove now-unused member.
5266         [struct FTS] (fts_cycle.state): Improve comment.
5267
5268         * lib/openat.c (openat_needs_fchdir): New function.
5269         * lib/openat.h (openat_needs_fchdir): Declare it.
5270
5271 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
5272
5273         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
5274         Problem and fix reported by Pádraig Brady in
5275         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
5276
5277 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5278
5279         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
5280
5281 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5282
5283         * lib/memcoll.c (memcoll): Optimize for the common case where the
5284         arguments are bytewise equal.
5285
5286 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5287
5288         * doc/regexprops-generic.texi: Add a copyright notice.
5289
5290 2006-08-15  Bruno Haible  <bruno@clisp.org>
5291
5292         * modules/tmpdir (License): Change to LGPL.
5293
5294 2006-08-15  Bruno Haible  <bruno@clisp.org>
5295
5296         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
5297         module.
5298
5299 2006-08-14  Simon Josefsson  <jas@extundo.com>
5300
5301         * config/srclist.txt: Add gnupload.
5302
5303 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5304
5305         Change copyright notice from LGPL 2 to GPL 2, since that's the
5306         standard form used in the gnulib repository.
5307         * tests/test-lock.c: Likewise.
5308         * tests/test-stdint.c: Likewise.
5309         * tests/test-tls.c: Likewise.
5310
5311         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
5312         prelude-manager.  User shorter URLs for GNU projects, without '?'.
5313         Add copyright notice.
5314
5315         * check-module: Add copyright notice.  Output a copyright
5316         notice if "--version" is specified.
5317         * modules/COPYING: New file.
5318         * tests/test-getaddrinfo.c: Add copyright notice.
5319         * tests/test-verify.c: Likewise.
5320
5321 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5322
5323         Change copyright notice from LGPL 2 to GPL 2, since that's the
5324         standard form used in the gnulib repository.
5325         * lib/lock.c: LGPL -> GPL.
5326         * lib/lock.h: Likewise.
5327         * lib/strnlen1.c: Likewise.
5328         * lib/strnlen1.h: Likewise.
5329         * lib/tls.c: Likewise.
5330         * lib/tls.h: Likewise.
5331         * lib/tmpdir.c: Likewise.
5332
5333         * lib/TODO: Remove; this belongs only in coreutils.
5334
5335 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5336
5337         Add copyright notices to long-enough files that lack them, since
5338         otherwise the files aren't clearly free.  Use the same notice that
5339         getdate.texi already uses.
5340         * doc/alloca-opt.texi: Add copyright notice.
5341         * doc/alloca.texi: Likewise.
5342         * doc/ctime.texi: Likewise.
5343         * doc/functions.texi: Likewise.
5344         * doc/gcd.texi: Likewise.
5345         * doc/gnulib-tool.texi: Likewise.
5346         * doc/inet_ntoa.texi: Likewise.
5347         * doc/visibility.texi: Likewise.
5348
5349         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
5350         * doc/quote.texi: Add copyright notice.
5351
5352         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
5353         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
5354         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
5355         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
5356         is now obsolete, and give a pointer to the Sun list.
5357         Add copyright notice.
5358
5359 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5360
5361         * config/srclistvars.sh: Add copyright notice.
5362
5363 2006-08-14  Eric Blake  <ebb9@byu.net>
5364
5365         Import the following change from libc:
5366
5367         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
5368
5369         Upstream bug 2997.
5370         * lib/misc/error.c: Add space between program name and message if file
5371         name is missing.
5372
5373 2006-08-12  Karl Berry  <karl@gnu.org>
5374
5375         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
5376         remove, these originate in gnulib now.
5377
5378 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5379
5380         * doc/Makefile (standards.info standards.html standards.dvi):
5381         Also depend on make-stds.texi.
5382
5383 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5384
5385         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
5386         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
5387
5388         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
5389         in wchar_t.  Problem reported by Eric Blake.
5390
5391         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
5392         LEN is smaller than SIZE.  Suggested by Bruno Haible.
5393         Also, help the compiler to keep LEN in a register.
5394
5395 2006-08-11  Eric Blake  <ebb9@byu.net>
5396
5397         * users.txt: Sort.  Add tar.
5398
5399 2006-08-11  Bruno Haible  <bruno@clisp.org>
5400
5401         * users.txt: New file.
5402
5403 2006-08-11  Bruno Haible  <bruno@clisp.org>
5404
5405         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
5406         before <wchar.h>. Needed for OSF/1 and BSD/OS.
5407
5408 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5409
5410         * modules/snprintf (Depends-on): Remove minmax.
5411         (Maintainer): Add self and Bruno.
5412
5413 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5414
5415         * lib/.cppi-disable: Add snprintf.h, socket_.h.
5416         * lib/snprintf.c: Include <errno.h> and <limits.h>.
5417         (EOVERFLOW): Define if the system does not.
5418         Do not include "minmax.h"; it wasn't used.
5419         (snprintf): Don't assume size_t promotes to an unsigned type.
5420         Fix bug when generated string was too long for the buffer: the
5421         buffer's contents are supposed to be the initial prefix of the
5422         output.  Don't assume vasnprintf returns EOVERFLOW if the size
5423         exceeds INT_MAX; do the check ourselves.
5424
5425         Import the following changes from libc:
5426
5427         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5428
5429         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
5430         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
5431         set wc to the byte which couldn't be converted.
5432         (re_string_reconstruct): Don't clear valid_raw_len before calling
5433         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5434         tip_context using re_string_context_at.
5435
5436         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
5437
5438         * lib/posix/regex.h: g++ still cannot handled [restrict].
5439
5440         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
5441
5442         * lib/posix/regex.h: Remove special handling for VMS.
5443
5444 2006-08-10  Jim Meyering  <jim@meyering.net>
5445
5446         * modules/same-inode: New module.
5447         * modules/dev-ino: New module.
5448         * modules/cycle-check: Depend on these modules, rather than simply
5449         including their .h files.
5450         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
5451         required via m4/cycle-check.m4.
5452         * modules/same: Depend on new same-inode module, rather than
5453         including same-inode.h.
5454         * modules/chdir-safer: New file.
5455
5456         * modules/chown (Depends-on): Add stat-macros.
5457
5458 2006-08-10  Jim Meyering  <jim@meyering.net>
5459
5460         * m4/cycle-check.m4: New file.
5461         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
5462         * m4/dev-ino.m4, m4/same-inode.m4: New files.
5463
5464 2006-08-10  Eric Blake  <ebb9@byu.net>
5465
5466         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
5467         in from original proposal.
5468
5469 2006-08-10  Eric Blake  <ebb9@byu.net>
5470         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5471
5472         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
5473         namespace.
5474
5475 2006-08-10  Bruno Haible  <bruno@clisp.org>
5476
5477         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
5478         as well.
5479
5480 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5481
5482         Sync from coreutils.
5483
5484         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
5485
5486         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
5487         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
5488
5489 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5490
5491         * modules/restrict: Remove; no longer needed now that we assume
5492         Autoconf 2.59 or later.
5493         * MODULES.html.sh: Remove 'restrict'.
5494         * modules/argp (Depends-on): Remove 'restrict'.
5495         * modules/base64 (Depends-on): Likewise.
5496         * modules/gc (Depends-on): Likewise.
5497         * modules/getaddrinfo (Depends-on): Likewise.
5498         * modules/glob (Depends-on): Likewise.
5499         * modules/inet_ntop (Depends-on): Likewise.
5500         * modules/inet_pton (Depends-on): Likewise.
5501         * modules/memxor (Depends-on): Likewise.
5502         * modules/regex (Depends-on): Likewise.
5503         * modules/strtok_r (Depends-on): Likewise.
5504         * modules/time_r (Depends-on): Likewise.
5505
5506 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5507
5508         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
5509         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
5510         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5511         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
5512         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
5513         * m4/memxor.m4 (gl_MEMXOR): Likewise.
5514         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
5515         gl_C_RESTRICT replaced by AC_C_RESTRICT.
5516
5517         Merge from coreutils.
5518         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
5519         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
5520         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5521         * m4/time_r.m4 (gl_TIME_R): Likewise.
5522
5523 2006-08-09  Karl Berry  <karl@gnu.org>
5524
5525         * config/srclist.txt: no more gettext-tools, per Bruno.
5526
5527 2006-08-08  Eric Blake  <ebb9@byu.net>
5528
5529         * modules/verror: New module.
5530         * MODULES.html.sh: Document it.
5531
5532 2006-08-08  Eric Blake  <ebb9@byu.net>
5533
5534         * lib/verror.h, lib/verror.c: New files.
5535
5536 2006-08-08  Eric Blake  <ebb9@byu.net>
5537
5538         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
5539         verror_at_line output complies with GNU Coding Standards even when
5540         file is NULL.
5541
5542 2006-08-07  Bruno Haible  <bruno@clisp.org>
5543
5544         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
5545         versions of AIX.
5546         Reported by Ralf Wildenhues.
5547
5548 2006-08-07  Bruno Haible  <bruno@clisp.org>
5549
5550         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
5551         in an AC_DEFUN. Needed so that the autoconf snippets can use
5552         AC_REQUIRE.
5553
5554 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5555
5556         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5557         Initialize pkgdata_DATA.
5558         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
5559         overriding it.
5560
5561 2006-08-06  Eric Blake  <ebb9@byu.net>
5562
5563         * lib/error.h: Fold in some upstream changes from glibc.
5564         * lib/error.c: Likewise.
5565
5566 2006-08-04  Bruno Haible  <bruno@clisp.org>
5567
5568         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5569         Make the mostlyclean-local rule depend on mostlyclean-generic.
5570         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
5571
5572 2006-07-31  Bruno Haible  <bruno@clisp.org>
5573
5574         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
5575         <stdlib.h>, <string.h>.
5576
5577 2006-07-30  Bruno Haible  <bruno@clisp.org>
5578
5579         * modules/readlink (License): Change to LGPL.
5580
5581 2006-07-30  Bruno Haible  <bruno@clisp.org>
5582
5583         * modules/javaversion (Makefile.am): Distribute javaversion.java and
5584         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
5585         set PKGDATADIR to point to it.
5586
5587 2006-07-30  Bruno Haible  <bruno@clisp.org>
5588
5589         * modules/csharpexec (configure.ac): Comment out macro invocation.
5590         * modules/javaexec (configure.ac): Likewise.
5591         * modules/javacomp-script (configure.ac): Likewise.
5592
5593         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
5594
5595 2006-07-30  Bruno Haible  <bruno@clisp.org>
5596
5597         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
5598         linked-list.
5599
5600 2006-07-30  Bruno Haible  <bruno@clisp.org>
5601
5602         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
5603
5604 2006-07-30  Bruno Haible  <bruno@clisp.org>
5605
5606         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5607         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
5608         get removed.
5609
5610 2006-07-29  Bruno Haible  <bruno@clisp.org>
5611
5612         Make it possible for gnulib-tool to work with locally modified or
5613         augmented gnulib repositories.
5614         * gnulib-tool (func_usage): Document --local-dir option.
5615         (local_gnulib_dir): New variable.
5616         Handle --local-dir option.
5617         (func_lookup_file): New function.
5618         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
5619         (func_get_description, func_get_filelist, func_get_description,
5620         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
5621         func_get_automake_snippet, func_get_include_directive,
5622         func_get_license, func_get_maintainer): Use func_lookup_file.
5623         (func_import, func_create_testdir): Use func_lookup_file.
5624
5625 2006-07-29  Bruno Haible  <bruno@clisp.org>
5626
5627         * modules/setenv (Depends-on): Add unistd.
5628
5629 2006-07-29  Bruno Haible  <bruno@clisp.org>
5630
5631         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
5632
5633 2006-07-29  Bruno Haible  <bruno@clisp.org>
5634
5635         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
5636
5637 2006-07-29  Bruno Haible  <bruno@clisp.org>
5638
5639         * gnulib-tool (import, update): If there is no Makefile.am, look at
5640         aclocal.m4, instead of bailing out.
5641
5642 2006-07-29  Bruno Haible  <bruno@clisp.org>
5643
5644         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
5645         Categorize the options by when they are useful.
5646
5647 2006-07-29  Bruno Haible  <bruno@clisp.org>
5648
5649         * gnulib-tool (func_usage): Document option --no-libtool.
5650         Handle option --no-libtool.
5651         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
5652         for changed semantics of $libtool variable.
5653         (func_import): Likewise. If libtool is not used, show this through
5654         an option --no-libtool.
5655         (func_create_testdir): Update.
5656
5657 2006-07-29  Bruno Haible  <bruno@clisp.org>
5658
5659         * gnulib-tool (func_import): Extend error message about missing
5660         --doc-base.
5661
5662 2006-07-29  Bruno Haible  <bruno@clisp.org>
5663
5664         * gnulib-tool (func_import): Don't create the $docbase directory if
5665         there is no file to store there.
5666
5667 2006-07-29  Bruno Haible  <bruno@clisp.org>
5668
5669         * gnulib-tool (autoconf_minversion): If a --dir option is given and
5670         relevant, look for configure.ac there, not in the current directory.
5671         Also use a simple search for AC_PREREQ, not "autoconf --trace".
5672
5673 2006-07-29  Bruno Haible  <bruno@clisp.org>
5674
5675         * gnulib-tool (SORT): New variable.
5676         (func_usage): Undocument --assume-autoconf option.
5677         Remove --assume-autoconf option handling.
5678         (autoconf_minversion): Determine from the contents of configure.ac.
5679         (func_import): Remove autoconf_minversion handling.
5680         Suggested by Eric Blake.
5681
5682 2006-07-29  Bruno Haible  <bruno@clisp.org>
5683
5684         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
5685
5686 2006-07-29  Bruno Haible  <bruno@clisp.org>
5687
5688         * config/srclist.txt (*setenv.[ch]): Remove rules.
5689
5690 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5691
5692         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
5693
5694 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5695
5696         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
5697         arpa/inet.h.
5698
5699 2006-07-28  Simon Josefsson  <jas@extundo.com>
5700
5701         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
5702         * modules/inet_pton (Depends-on): Likewise.
5703
5704 2006-07-28  Simon Josefsson  <jas@extundo.com>
5705
5706         * m4/netinet_in_h.m4: New file.
5707
5708 2006-07-28  Simon Josefsson  <jas@extundo.com>
5709
5710         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
5711         #include's.
5712
5713 2006-07-28  Simon Josefsson  <jas@extundo.com>
5714
5715         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
5716         #include's.
5717
5718 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
5719
5720         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
5721         setgid on directories only if they set these bits.
5722         * lib/modechange.h: Remove obsolete comment about masks.
5723
5724 2006-07-28  Eric Blake  <ebb9@byu.net>
5725
5726         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
5727         macro expansion.
5728
5729 2006-07-28  Bruno Haible  <bruno@clisp.org>
5730
5731         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
5732
5733 2006-07-28  Bruno Haible  <bruno@clisp.org>
5734
5735         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
5736
5737 2006-07-28  Bruno Haible  <bruno@clisp.org>
5738
5739         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5740         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5741         Define fallbacks.
5742         Avoids link error on FreeBSD 4.x.
5743         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5744
5745         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
5746         encoding.
5747         * lib/mbswidth.c (iswcntrl): Likewise.
5748
5749 2006-07-27  Bruno Haible  <bruno@clisp.org>
5750
5751         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
5752         test.
5753
5754 2006-07-27  Bruno Haible  <bruno@clisp.org>
5755
5756         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
5757         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
5758         defined.
5759
5760 2006-07-26  Eric Blake  <ebb9@byu.net>
5761
5762         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
5763
5764 2006-07-26  Eric Blake  <ebb9@byu.net>
5765
5766         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
5767         like mingw that lack mkstemp.
5768         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
5769         avoid compilation warning on mingw.
5770
5771 2006-07-26  Bruno Haible  <bruno@clisp.org>
5772
5773         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
5774         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
5775         INT_FAST*_MIN, INTPTR_MIN.
5776
5777 2006-07-25  Bruno Haible  <bruno@clisp.org>
5778
5779         * modules/version-etc (Depends-on): Add stdarg.
5780
5781 2006-07-25  Bruno Haible  <bruno@clisp.org>
5782
5783         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
5784         complex commands.
5785
5786 2006-07-25  Bruno Haible  <bruno@clisp.org>
5787
5788         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
5789         defined in <stdarg.h> or config.h.
5790
5791 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5792
5793         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
5794         (gl_STDIO_SAFER): Remove.
5795
5796 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5797
5798         * MODULES.html.sh (File stream based Input/Output):
5799         Add fopen-safer, tmpfile-safer; remove stdio-safer.
5800         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
5801         * modules/fopen-safer, modules/tmpfile-safer: New files.
5802         * modules/stdio-safer: Remove.
5803
5804 2006-07-24  Bruno Haible  <bruno@clisp.org>
5805
5806         * modules/tmpdir: New file.
5807         * MODULES.html.sh (File system functions): Add it.
5808
5809 2006-07-24  Bruno Haible  <bruno@clisp.org>
5810
5811         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
5812         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
5813
5814 2006-07-24  Bruno Haible  <bruno@clisp.org>
5815
5816         * modules/clean-temp: New file.
5817
5818 2006-07-24  Bruno Haible  <bruno@clisp.org>
5819
5820         * m4/tmpdir.m4: New file, from GNU gettext.
5821
5822 2006-07-24  Bruno Haible  <bruno@clisp.org>
5823
5824         * lib/tmpdir.h: New file, from GNU gettext.
5825         * lib/tmpdir.c: New file, from GNU gettext.
5826
5827 2006-07-24  Bruno Haible  <bruno@clisp.org>
5828
5829         * lib/clean-temp.h: New file, from GNU gettext.
5830         * lib/clean-temp.c: New file, from GNU gettext.
5831
5832 2006-07-23  Eric Blake  <ebb9@byu.net>
5833
5834         * modules/stdio-safer (Files): Add tmpfile-safer.c.
5835         (Depends-on): Add binary-io.
5836
5837 2006-07-23  Eric Blake  <ebb9@byu.net>
5838
5839         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
5840
5841 2006-07-23  Eric Blake  <ebb9@byu.net>
5842
5843         * lib/tmpfile-safer.c: New file.
5844         * lib/stdio-safer.h (fopen_safer): Add prototype.
5845         * lib/stdio--.h (tmpfile): Make safer.
5846
5847 2006-07-23  Bruno Haible  <bruno@clisp.org>
5848
5849         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
5850         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
5851         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
5852         gl_linked_remove_at): Use it.
5853
5854 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5855         and Simon Josefsson <jas@extundo.com>
5856
5857         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
5858
5859         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
5860
5861 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5862
5863         * modules/close-stream: New file.
5864         * modules/closeout (Description): Make it clear that it exits
5865         with a diagnostic on error.
5866         (Depends-on): Add close-stream.  Remove fpending, stdbool.
5867         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
5868
5869 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5870
5871         * m4/close-stream.m4: New file.
5872
5873 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5874
5875         * lib/close-stream.c, lib/close-stream.h: New files.
5876
5877 2006-07-22  Bruno Haible  <bruno@clisp.org>
5878
5879         Merge from GNU gettext 0.15.
5880
5881         2006-05-01  Bruno Haible  <bruno@clisp.org>
5882
5883                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
5884
5885         2006-07-22  Bruno Haible  <bruno@clisp.org>
5886
5887                 * modules/javaversion: New file.
5888                 * MODULES.html.sh (Java): Add javaversion.
5889
5890         2006-03-12  Bruno Haible  <bruno@clisp.org>
5891
5892                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
5893
5894         2005-12-04  Bruno Haible  <bruno@clisp.org>
5895
5896                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
5897                 (untested).
5898
5899         2006-06-21  Bruno Haible  <bruno@clisp.org>
5900
5901                 Avoid warnings from recent versions of mcs.
5902                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
5903                 -o, -L, -r any more. Use options documented since mcs-1.0
5904                 instead. Similarly for -g.
5905
5906         2005-12-04  Bruno Haible  <bruno@clisp.org>
5907
5908                 * build-aux/csharpcomp.sh.in: Suffix for resources is
5909                 .resources, not .resource.
5910
5911         2005-07-09  Bruno Haible  <bruno@clisp.org>
5912
5913                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
5914                 add a .dll suffix.
5915                 Reported by Mark Junker <mjscod@gmx.de>.
5916
5917         2006-07-22  Bruno Haible  <bruno@clisp.org>
5918
5919                 * modules/gettext: Upgrade to gettext-0.15.
5920                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
5921                 m4/visibility.m4.
5922                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
5923
5924 2006-07-22  Bruno Haible  <bruno@clisp.org>
5925
5926         Merge from GNU gettext 0.15.
5927
5928         2006-03-25  Bruno Haible  <bruno@clisp.org>
5929
5930                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
5931
5932         2006-07-21  Bruno Haible  <bruno@clisp.org>
5933
5934                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
5935                 "1.1".
5936
5937         2006-05-09  Bruno Haible  <bruno@clisp.org>
5938
5939                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
5940                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
5941                 for the conftestver execution.
5942
5943         2006-05-01  Bruno Haible  <bruno@clisp.org>
5944
5945                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
5946                 optional target-version argument. Verify that the compiler
5947                 groks source of the specified source-version, or add -source
5948                 option as necessary. Verify that the compiler produces
5949                 bytecode in the specified target-version, or add -target and
5950                 -source options as necessary. Make the result of the test
5951                 available as variable CONF_JAVAC. Also log error output in
5952                 config.log.
5953
5954         2006-03-11  Bruno Haible  <bruno@clisp.org>
5955
5956                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
5957
5958         2006-05-09  Bruno Haible  <bruno@clisp.org>
5959
5960                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
5961                 CLASSPATH_SEPARATOR to a semicolon.
5962
5963         2006-03-12  Bruno Haible  <bruno@clisp.org>
5964
5965                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
5966                 available as variable CONF_JAVA, for subsequent autoconf
5967                 tests. Also log error output in config.log.
5968
5969         2006-07-19  Bruno Haible  <bruno@clisp.org>
5970
5971                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
5972                 that getline works on glibc2 systems. Needed to avoid trouble
5973                 in relocatable.c.
5974                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
5975
5976         2005-12-04  Bruno Haible  <bruno@clisp.org>
5977
5978                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
5979                 launcher (untested).
5980
5981         2005-12-04  Bruno Haible  <bruno@clisp.org>
5982
5983                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
5984
5985         2006-07-22  Bruno Haible  <bruno@clisp.org>
5986
5987                 * gettext.m4: Update from GNU gettext-0.15.
5988                 * nls.m4: Likewise.
5989                 * po.m4: Likewise.
5990                 * inttypes-pri.m4: Likewise.
5991                 * inttypes-h.m4: Renamed from inttypes.m4.
5992                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
5993
5994 2006-07-22  Bruno Haible  <bruno@clisp.org>
5995
5996         Merge from GNU gettext 0.15.
5997
5998         2005-07-05  Bruno Haible  <bruno@clisp.org>
5999
6000                 * printf-args.c (printf_fetchargs): Work around broken
6001                 definition of wint_t on mingw.
6002
6003         2005-02-12  Bruno Haible  <bruno@clisp.org>
6004
6005                 * xallocsa.h: Add extern "C" for C++.
6006
6007         2006-05-17  Bruno Haible  <bruno@clisp.org>
6008
6009                 Cygwin portability.
6010                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
6011
6012         2006-04-30  Bruno Haible  <bruno@clisp.org>
6013
6014                 * progreloc.c: Include <mach-o/dyld.h> if available.
6015                 (find_executable): Use _NSGetExecutablePath when possible.
6016
6017         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6018
6019                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6020                 function.
6021
6022         2005-12-29  Bruno Haible  <bruno@clisp.org>
6023
6024                 * progreloc.c (set_program_name_and_installdir): Fix
6025                 compilation error.
6026
6027         2005-12-04  Bruno Haible  <bruno@clisp.org>
6028
6029                 Cygwin portability.
6030                 * progreloc.c: Include <windows.h> also on Cygwin.
6031                 (find_executable): Add support for Cygwin.
6032                 (set_program_name_and_installdir): Handle also platforms with
6033                 nonempty EXEEXT.
6034
6035         2006-07-11  Bruno Haible  <bruno@clisp.org>
6036
6037                 * javacomp.c: Fix a comment.
6038                 Reported by Jim Meyering.
6039
6040         2006-04-30  Bruno Haible  <bruno@clisp.org>
6041
6042                 * javacomp.h (compile_java_class): Add source_version,
6043                 target_version arguments.
6044                 * javacomp.c: Rewritten to choose only a compiler that
6045                 respects the specified source_version and target_version.
6046
6047         2006-06-27  Bruno Haible  <bruno@clisp.org>
6048
6049                 Assume correct S_ISDIR macro.
6050                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6051
6052         2006-07-22  Bruno Haible  <bruno@clisp.org>
6053
6054                 * javaversion.h: New file, from GNU gettext.
6055                 * javaversion.c: New file, from GNU gettext.
6056                 * javaversion.java: New file, from GNU gettext.
6057                 * javaversion.class: New file, from GNU gettext.
6058
6059         2006-05-17  Bruno Haible  <bruno@clisp.org>
6060
6061                 Cygwin portability.
6062                 * javaexec.c (execute_java_class): Test for jview program
6063                 also on Cygwin.
6064
6065         2006-04-09  Bruno Haible  <bruno@clisp.org>
6066
6067                 * fatal-signal.c: Don't include string.h.
6068                 (at_fatal_signal): Use a copying loop instead of memcpy.
6069
6070         2005-12-04  Bruno Haible  <bruno@clisp.org>
6071
6072                 * csharpexec.c: Add support for 'clix' launcher (untested).
6073                 (execute_csharp_using_sscli): New function.
6074                 (execute_csharp_program): Call it.
6075
6076         2006-06-21  Bruno Haible  <bruno@clisp.org>
6077
6078                 Avoid warnings from recent versions of mcs.
6079                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6080                 -o, -L, -r any more. Use options documented since mcs-1.0
6081                 instead. Similarly for -g.
6082
6083         2005-07-09  Bruno Haible  <bruno@clisp.org>
6084
6085                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6086                 add a .dll suffix.
6087                 Reported by Mark Junker <mjscod@gmx.de>.
6088
6089         2006-06-17  Bruno Haible  <bruno@clisp.org>
6090
6091                 * config.charset: Update for NetBSD 3.0.
6092
6093         2006-05-17  Bruno Haible  <bruno@clisp.org>
6094
6095                 Cygwin portability.
6096                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6097
6098         2006-05-16  Bruno Haible  <bruno@clisp.org>
6099
6100                 * localcharset.c [CYGWIN]: Include <windows.h>.
6101                 (get_charset_aliases): For Cygwin, return the same CPxxx
6102                 aliases list as under WIN32.
6103                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6104                 the environment variables. Fall back to GetACP().
6105
6106         2006-04-05  Bruno Haible  <bruno@clisp.org>
6107
6108                 * config.charset: Update Juan Manuel Guerrero's address.
6109
6110         2005-02-12  Bruno Haible  <bruno@clisp.org>
6111
6112                 * allocsa.h: Add extern "C" for C++.
6113
6114         2005-02-10  Bruno Haible  <bruno@clisp.org>
6115
6116                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6117                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6118
6119         2006-07-22  Bruno Haible  <bruno@clisp.org>
6120
6121                 * gettext.h: Update to GNU gettext-0.15.
6122
6123 2006-07-22  Bruno Haible  <bruno@clisp.org>
6124
6125         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6126         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6127         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6128
6129 2006-07-21  Eric Blake  <ebb9@byu.net>
6130
6131         * modules/stdlib-safer: New file.
6132         * MODULES.html.sh (File stream based Input/Output): Add
6133         stdlib-safer.
6134
6135 2006-07-21  Eric Blake  <ebb9@byu.net>
6136
6137         * lib/stdlib-safer.h: New file from coreutils, required by
6138         stdlib--.h.
6139
6140 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6141
6142         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6143
6144 2006-07-20  Bruno Haible  <bruno@clisp.org>
6145
6146         * gnulib-tool: Recognize new option --assume-autoconf.
6147         (autoconf_minversion): New variable.
6148         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6149
6150 2006-07-20  Bruno Haible  <bruno@clisp.org>
6151
6152         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6153
6154 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6155
6156         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6157         Reindent and repaginate.
6158
6159 2006-07-19  Derek Price  <derek@ximbiot.com>
6160
6161         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6162         Correct grammar.
6163
6164 2006-07-17  Bruno Haible  <bruno@clisp.org>
6165
6166         * modules/list: New file.
6167         * modules/array-list: New file.
6168         * modules/carray-list, modules/carray-list-tests: New files.
6169         * modules/linked-list, modules/linked-list-tests: New files.
6170         * modules/avltree-list, modules/avltree-list-tests: New files.
6171         * modules/rbtree-list, modules/rbtree-list-tests: New files.
6172         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
6173         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
6174         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
6175         * modules/oset: New file.
6176         * modules/array-oset: New file.
6177         * modules/avltree-oset, modules/avltree-oset-tests: New files.
6178         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
6179         * tests/test-carray_list.c: New file.
6180         * tests/test-linked_list.c: New file.
6181         * tests/test-avltree_list.c: New file.
6182         * tests/test-rbtree_list.c: New file.
6183         * tests/test-linkedhash_list.c: New file.
6184         * tests/test-avltreehash_list.c: New file.
6185         * tests/test-rbtreehash_list.c: New file.
6186         * tests/test-avltree_oset.c: New file.
6187         * tests/test-rbtree_oset.c: New file.
6188         * MODULES.html.sh (Container data structures): New section.
6189
6190 2006-07-17  Bruno Haible  <bruno@clisp.org>
6191
6192         * m4/gl_list.m4: New file.
6193
6194 2006-07-17  Bruno Haible  <bruno@clisp.org>
6195
6196         * lib/gl_list.h: New file.
6197         * lib/gl_list.c: New file.
6198         * lib/gl_array_list.h: New file.
6199         * lib/gl_array_list.c: New file.
6200         * lib/gl_carray_list.h: New file.
6201         * lib/gl_carray_list.c: New file.
6202         * lib/gl_linked_list.h: New file.
6203         * lib/gl_linked_list.c: New file.
6204         * lib/gl_anylinked_list1.h: New file.
6205         * lib/gl_anylinked_list2.h: New file.
6206         * lib/gl_avltree_list.h: New file.
6207         * lib/gl_avltree_list.c: New file.
6208         * lib/gl_anyavltree_list1.h: New file.
6209         * lib/gl_anyavltree_list2.h: New file.
6210         * lib/gl_rbtree_list.h: New file.
6211         * lib/gl_rbtree_list.c: New file.
6212         * lib/gl_anyrbtree_list1.h: New file.
6213         * lib/gl_anyrbtree_list2.h: New file.
6214         * lib/gl_anytree_list1.h: New file.
6215         * lib/gl_anytree_list2.h: New file.
6216         * lib/gl_linkedhash_list.h: New file.
6217         * lib/gl_linkedhash_list.c: New file.
6218         * lib/gl_anyhash_list1.h: New file.
6219         * lib/gl_anyhash_list2.h: New file.
6220         * lib/gl_avltreehash_list.h: New file.
6221         * lib/gl_avltreehash_list.c: New file.
6222         * lib/gl_rbtreehash_list.h: New file.
6223         * lib/gl_rbtreehash_list.c: New file.
6224         * lib/gl_anytreehash_list1.h: New file.
6225         * lib/gl_anytreehash_list2.h: New file.
6226
6227         * lib/gl_oset.h: New file.
6228         * lib/gl_oset.c: New file.
6229         * lib/gl_array_oset.h: New file.
6230         * lib/gl_array_oset.c: New file.
6231         * lib/gl_avltree_oset.h: New file.
6232         * lib/gl_avltree_oset.c: New file.
6233         * lib/gl_rbtree_oset.h: New file.
6234         * lib/gl_rbtree_oset.c: New file.
6235         * lib/gl_anytree_oset.h: New file.
6236
6237 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6238
6239         * m4/mkancesdirs.m4: New file.
6240         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
6241         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
6242         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
6243         it.
6244
6245 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6246
6247         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
6248         * lib/mkancesdirs.h: New files.
6249         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
6250         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
6251         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
6252         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
6253         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
6254         callers changed.  Revamp internals significantly, by not
6255         attempting to create directories that are temporarily more
6256         permissive than the final results.  Do not attempt to use
6257         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
6258         This removes some race conditions, fixes some bugs, and simplifies
6259         things.  Use new dirchownmod function to do owner and mode changes.
6260         * lib/mkdir-p.h: Likewise.
6261         * lib/modechange.c (octal_to_mode): New function.
6262         (struct mode_change): New member mentioned.
6263         (make_node_op_equals): New arg mentioned.  All callers changed.
6264         (mode_compile): Keep track of which mode bits the user has explicitly
6265         mentioned.
6266         (mode_adjust): New arg DIR, so that we implement the X op correctly.
6267         New arg PMODE_BITS, to keep track of which mode bits the user
6268         mentioned; it treats S_ISUID and S_ISGID speciall.
6269         All callers changed.
6270         * lib/modechange.h: Likewise.
6271
6272 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6273
6274         * MODULES.html.sh: Add mkancestors.
6275         * modules/mkancesdirs: New module.
6276         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
6277         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
6278         The chdir-safer and afs files are now orphans; I'll remove them
6279         unless someone speaks up.
6280         Add lib/dirchownmod.c, lib/dirchownmod.h.
6281         (Depends-on): Remove alloca, chown, save-cwd, dirname.
6282         Add lchown, mkancesdirs.
6283         (Maintainer): Add self.
6284
6285 2006-07-15  Karl Berry  <karl@gnu.org>
6286
6287         * gnulib-tool: help message wording/arrangement.
6288
6289 2006-07-14  Simon Josefsson  <jas@extundo.com>
6290
6291         * doc/gnulib.texi (Libtool and Windows): New section.
6292
6293 2006-07-12  Simon Josefsson  <jas@extundo.com>
6294
6295         * modules/gendocs (License): Fix license, approved by Karl.
6296
6297 2006-07-12  Eric Blake  <ebb9@byu.net>
6298
6299         * MODULES.html.sh: Add gendocs.
6300
6301 2006-07-11  Eric Blake  <ebb9@byu.net>
6302
6303         * modules/fdl: New module, to install doc/fdl.texi.
6304         * MODULES.html.sh: Add new section for documentation modules.
6305         * gnulib-tool: Avoid space-tab.
6306         (--doc-base): New option, to manage files from doc.
6307
6308 2006-07-11  Eric Blake  <ebb9@byu.net>
6309
6310         * m4/absolute-header.m4: Fix comments to match recent change.
6311
6312 2006-07-11  Eric Blake  <ebb9@byu.net>
6313
6314         * gnulib-tool: List --doc-base before --tests-base.
6315
6316 2006-07-11  Derek R. Price  <derek@ximbiot.com>
6317
6318         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
6319
6320 2006-07-11  Bruno Haible  <bruno@clisp.org>
6321
6322         * README: Mention where to put documentation.
6323
6324 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6325
6326         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
6327
6328 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6329
6330         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
6331         to stdint.m4.
6332
6333 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6334
6335         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
6336         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
6337         "no/such/file/stdint.h" when there is no such file, so that
6338         the resulting C code can be parsed by dodgy compilers.
6339         Problems reported by Bob Proulx.
6340
6341 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6342
6343         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
6344         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6345         macros into the GNU _D_EXACT_NAMLEN.
6346         * lib/savedir.c:  Likewise.
6347         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
6348
6349 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6350         and Paul Eggert  <eggert@cs.ucla.edu>
6351
6352         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
6353         * m4/savedir.m4:
6354         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6355         macros into the GNU _D_EXACT_NAMLEN.
6356
6357 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6358
6359         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
6360         around the absolute name, to work around a problem with the HP-UX
6361         11.23 native C compiler, reported by Bob Proulx.
6362
6363 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6364
6365         * doc/maintain.texi, make-stds.texi: Sync from
6366         <http://savannah.gnu.org/projects/gnustandards>.
6367
6368 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6369
6370         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
6371
6372 2006-07-09  Jim Meyering  <jim@meyering.net>
6373
6374         * m4/glob.m4: Remove a doubled word in a comment.
6375
6376 2006-07-09  Jim Meyering  <jim@meyering.net>
6377
6378         * lib/argp-pv.c: Remove a doubled word in a comment.
6379         * lib/check-version.c (check_version): Likewise.
6380         * lib/javacomp.c (compile_java_class): Likewise.
6381
6382 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
6383
6384         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
6385         for the benefit of people using Autoconf 2.60.  If you want to
6386         support older Autoconf versions you can copy m4/onceonly_2_57.m4
6387         (or m4/onceonly.m4, if pre-2.57) manually.
6388
6389 2006-07-08  Jim Meyering  <jim@meyering.net>
6390
6391         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
6392         comment.
6393         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
6394         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
6395         comment.
6396
6397 2006-07-08  Jim Meyering  <jim@meyering.net>
6398
6399         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
6400
6401 2006-07-07  Simon Josefsson  <jas@extundo.com>
6402
6403         * tests/test-crc.c: Change expected crc value, the test vector
6404         were probably computed using the old broken crc.c?
6405
6406 2006-07-06  Simon Josefsson  <jas@extundo.com>
6407
6408         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
6409         now the canonical place for the M4 file).
6410
6411         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
6412         from the sys_socket dependency now.
6413
6414         * modules/inet_pton (Files): Ditto.
6415
6416         * modules/inet_ntop (Files): Ditto.
6417
6418 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6419
6420         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
6421         not gl_PREREQ_GETUSERSHELL.
6422
6423 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6424
6425         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
6426         with only one argument, for Autoconf 2.60.
6427         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
6428         expand to nothing, so add a shell command to avoid syntax error.
6429         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6430
6431 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6432
6433         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
6434
6435 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6436
6437         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
6438         no longer needed.  Check for isblank decl.
6439         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
6440         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
6441         of existence.
6442
6443 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6444
6445         * lib/getloadavg.c: Use __VMS, not VMS.
6446         * lib/getopt.c: Likewise.
6447         * lib/getpagesize.h: Likewise.
6448         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
6449         and probably does not work.
6450
6451 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6452
6453         * lib/.cppi-disable: Add wcwidth.
6454         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
6455         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
6456         (ISGRAPH): Remove.  All uses changed to isgraph.
6457         (FOLD) [!defined _LIBC]: Remove special case.
6458         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
6459         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
6460         HAVE_ISBLANK.
6461         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
6462         case.
6463
6464 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6465
6466         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
6467         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
6468         brackets.  Other minor changes to suppress some compiler
6469         warnings.
6470
6471 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6472         and Paul Eggert  <eggert@cs.ucla.edu>
6473
6474         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
6475         of invoking obsolescent AC_HEADER_DIRENT macro.
6476         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
6477         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
6478         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6479         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
6480         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
6481         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6482         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
6483         * m4/readdir.m4: Remove; no longer needed.
6484
6485 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6486         and Paul Eggert  <eggert@cs.ucla.edu>
6487
6488         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
6489         Don't worry about this obsolete case any more.
6490         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
6491         directories.
6492         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
6493         worry about this obsolete case any more.
6494         * lib/fts.c: Likewise.
6495         * lib/getcwd.c: Likewise.
6496         * lib/glob.h: Likewise.
6497         * lib/savedir.c: Likewise.
6498
6499 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6500
6501         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
6502         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
6503         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
6504         needed.
6505         All uses removed.
6506         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6507         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6508         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
6509         needed.
6510         * m4/getdate.m4 (gl_GETDATE): Likewise.
6511         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6512         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6513         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6514         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6515         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6516         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6517         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
6518         needed.
6519
6520 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6521
6522         * lib/memcasecmp.c: Include <limits.h>.
6523         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
6524         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
6525         Don't assume isdigit succeeds only on '0' through '9'.
6526
6527 2006-07-05  Eric Blake  <ebb9@byu.net>
6528
6529         * modules/getaddrinfo (Depends-on): Add snprintf.
6530
6531 2006-07-05  Eric Blake  <ebb9@byu.net>
6532
6533         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
6534         to avoid 'header present but could not be compiled' on cygwin.
6535
6536 2006-07-05  Eric Blake  <ebb9@byu.net>
6537
6538         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
6539         missing from netdb.h.
6540         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
6541
6542 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6543
6544         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
6545         no longer needed.
6546         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
6547         * m4/getdate.m4 (gl_GETDATE): Likewise.
6548         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6549         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6550         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6551         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6552         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6553
6554 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6555
6556         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
6557         All uses of is_space replaced by isspace.
6558         * lib/exit.h: Don't talk about STDC_HEADERS.
6559         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
6560         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
6561         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
6562         replaced by isprint etc.
6563         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
6564         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6565         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
6566         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
6567         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
6568         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6569
6570 2006-07-05  Bruno Haible  <bruno@clisp.org>
6571
6572         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
6573         the function exists, before testing against AIX.
6574         Reported by Martin Lambers <marlam@marlam.de>.
6575
6576 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6577
6578         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
6579         From Mark D. Baushke.
6580
6581 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6582
6583         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
6584         to the absolute name, not just one, to bypass Sun C 5.8's
6585         "warning: #include of /usr/include/... may be non-portable".
6586
6587 2006-07-04  Eric Blake  <ebb9@byu.net>
6588
6589         * modules/dirname-tests: New test module.
6590         * tests/test-dirname.c: New file, replacing dirname.c
6591         TEST_DIRNAME section that was recently deleted.
6592
6593 2006-07-04  Bruno Haible  <bruno@clisp.org>
6594
6595         Assume ANSI C header files and <ctype.h> functions.
6596         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
6597         (mbsnwidth): Use isprint, iscntrl instead.
6598
6599 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6600
6601         Merge from coreutils.
6602         * MODULES.html.sh: Add xstrtold.
6603         * modules/xstrtold: New file.
6604         * modules/cycle-check (Files): Add lib/same-inode.h.
6605         * modules/dirname (Files): Add m4/double-slash-root.m4.
6606         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
6607         * modules/mkdir-p (Files): Add lib/same-inode.h.
6608         * modules/same (Files): Add lib/same-inode.h.
6609
6610 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6611
6612         * m4/absolute-header.m4: Renamed from full-header-path.m4.
6613         This is to keep the terminology clean; POSIX talks about
6614         "absolute pathnames", not "full pathnames", but the GNU
6615         Coding Standards say to use "path" for something else;
6616         so use "absolute" to keep both sides happy.
6617         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
6618         Set gl_absolute_header, not gl_full_header_path.
6619         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
6620         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
6621         All uses changed.
6622
6623         Merge from coreutils.
6624
6625         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6626
6627         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
6628         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
6629         want to require the building of c-strtod.o.
6630         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
6631         needs -lm directly.
6632         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
6633
6634         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6635
6636         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
6637         --as-needed option if available.  Problem reported by Albert Chin in
6638         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
6639         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
6640         cc merely issues a bunch of annoying warnings for --as-needed
6641         (this problem was reported by Bob Proulx).  Also, try linking with
6642         -lm to detect a bug in binutils 2.16 (this problem was reported
6643         by Ralf Wildenhues).
6644
6645         2006-06-18  Jim Meyering  <jim@meyering.net>
6646
6647         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
6648         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
6649         macro.
6650         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
6651         also check for glibc-2.4's abort-inducing bug.
6652
6653         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
6654         Low-probability clean-up should be to use rmdir to get rid of
6655         the just-created directory, not unlink.
6656
6657         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
6658         configure fail, and request a bug report to inform us about it.
6659         Add a comment that, barring reports to the contrary, in 2007 we'll
6660         assume ftruncate is universally available.
6661
6662         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6663
6664         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
6665
6666         2006-03-12  Jim Meyering  <jim@meyering.net>
6667
6668         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
6669         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
6670         * m4/same.m4 (gl_SAME): Likewise.
6671         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
6672
6673         2006-03-11  Eric Blake  <ebb9@byu.net>
6674
6675         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
6676         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
6677         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
6678         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
6679
6680 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6681
6682         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
6683         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
6684         reported by Mark D. Baushke, one in
6685         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
6686
6687         Merge from coreutils.
6688
6689         * lib/.cppi-disable: Add stdint_.h.
6690         * lib/.cvsignore: Add stdint.h.
6691
6692         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6693
6694         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
6695         both double and long double versions.
6696         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
6697         * lib/xstrtold.c: New file.
6698         * lib/xstrtod.h (xstrtold): New decl.
6699
6700         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
6701
6702         * lib/filemode.c (setst): Remove.
6703         (strmode): Rewrite to avoid setst.  This makes the code shorter,
6704         (arguably) clearer, and the generated code is a bit smaller on my
6705         Debian GNU/Linux stable x86 host.
6706
6707         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6708
6709         * lib/filemode.c: Include "filemode.h" first, to test the interface.
6710         Assume that filemode.h includes sys/types.h and sys/stat.h.
6711         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
6712         (ftypelet): Reorder to put common cases first, for efficiency.
6713         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
6714         to do 'M'.
6715         (strmode): Renamed from mode_string, and now stores 12 bytes instead
6716         of 10, for compatibility with FreeBSD.  All callers changed.
6717         (filemodestring): Now stores 12 bytes instead of 10, and sets file
6718         types that can't be deduced solely from st_mode.  First arg is now a
6719         const pointer.
6720         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
6721         (strmode): Renamed from mode_string.
6722         (filemodestring): New decl.
6723         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
6724         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
6725         needed.
6726         (S_ISPORT, S_ISWHT): New macros, if not already defined.
6727
6728         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
6729
6730         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
6731         fsusage.h now does that.  Include fsusage.h first, to test interface.
6732         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
6733         at most one method (the old code could have generated decls that
6734         didn't conform to C89, not that this was ever exercised).
6735         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
6736
6737         2006-03-19  Jim Meyering  <jim@meyering.net>
6738
6739         Work even in a chroot where d_ino values for entries in "/"
6740         don't match the stat.st_ino values for the same names.
6741         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
6742         number, iterate through all entries again, using lstat instead.
6743         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
6744         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
6745
6746         * lib/getcwd.c (__getcwd): Clarify a comment.
6747         Use memcpy in place of a call to strcpy.
6748
6749         2006-03-12  Jim Meyering  <jim@meyering.net>
6750
6751         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
6752         matches that of the current directory (which we're about to chdir ".."
6753         out of), then save the dev-ino of the parent, instead.
6754
6755         * lib/same-inode.h (SAME_INODE): New file/macro.
6756         * lib/chdir-safer.c (SAME_INODE): Remove definition.
6757         Include "same-inode.h", instead.
6758         * lib/same.c: Likewise.
6759         * lib/cycle-check.h: Include "same-inode.h".
6760         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
6761         * lib/cycle-check.c (SAME_INODE): Remove definition.
6762         * lib/root-dev-ino.h: Include "same-inode.h".
6763
6764         2006-03-11  Eric Blake  <ebb9@byu.net>
6765
6766         * lib/same.c (same_name): s/base_name/last_component/
6767         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
6768         * lib/filenamecat.c (file_name_concat): Likewise.
6769
6770         2006-03-11  Eric Blake  <ebb9@byu.net>,
6771                     Paul Eggert  <eggert@cs.ucla.edu>
6772
6773         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
6774         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
6775         drive prefix.
6776         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
6777         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
6778         (last_component): New method.
6779         * lib/dirname.c (dir_len): Determine when drive letters need a
6780         subsequent slash.  Preserve // when it is special.
6781         (dir_name): Don't append dot when drive letter is absolute.
6782         [TEST_DIRNAME]: Move into a full-blown gnulib test.
6783         * lib/basename.c (base_name): New semantics - malloc the result.
6784         Preserve // when it is special.  Preserve relative files that look
6785         like drive letters.
6786         (base_len): Preserve // when it is special.
6787         (last_component): New method, similar to old base_name semantics.
6788         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
6789         base_name.  Strip redundant slashes from ///.
6790
6791 2006-07-03  Jim Meyering  <jim@meyering.net>
6792
6793         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
6794         macro is used before the first cycle_check call.
6795
6796 2006-07-03  Eric Blake  <ebb9@byu.net>
6797
6798         * modules/dirname (Depends-on): Add xstrndup.
6799
6800 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6801
6802         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
6803         test cases, so that config.log is a bit easier to follow.
6804
6805 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6806
6807         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
6808         both are 64 bits, since this seems to be the tradition, and this
6809         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
6810         we ever run into a host that prefers long long to long in this
6811         case, we'll need another configure-time test.  Problem reported by
6812         Jim Meyering.
6813
6814 2006-07-02  Eric Blake  <ebb9@byu.net>
6815
6816         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
6817
6818 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6819
6820         * modules/inttypes (Depends-on): No longer depends on stdint.
6821         * modules/stdint (Description): Say more about assumptions.
6822         Say that the fast types might differ.  Say macros are used.
6823         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
6824         (Makefile.am): Revise list of substituted symbols to match
6825         new stdint.m4.
6826         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
6827         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
6828         * tests/test-stdint.c (verify_same_types)
6829         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
6830         the code conforms to C99/C89.
6831         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
6832         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
6833
6834 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6835
6836         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
6837         but fix a bug, by requiring at least 64 bits.
6838         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6839         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
6840         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
6841         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
6842
6843         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
6844         changes.  Make 2.59 a prerequisite.  Check and substitute for
6845         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
6846         inttypes.h.  Do not use special include files; just use the
6847         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
6848         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
6849         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
6850         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
6851         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
6852         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
6853         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
6854         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
6855         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
6856         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
6857         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
6858         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
6859         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
6860         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
6861         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
6862         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
6863         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
6864         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
6865         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
6866         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
6867         WINT_MAX.  Check for C99 conformance more strictly, by detecting
6868         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
6869         not check for things that C99 does not require, e.g., int8_t.  If
6870         a test isn't needed unless <stdint.h> isn't working, and is
6871         unlikely to be needed for any other reason, then don't do it
6872         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
6873         size_t, since we assume C89 freestanding at least.  Do not check
6874         for sig_atomic_t, wchar_t, or wint_t, since the code now does
6875         the right thing even if the types are not defined.  Instead use:
6876         (gl_STDINT_TYPE_PROPERTIES): New macro.
6877         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
6878         testing whether <sys/types.h> clashes, as Autoconf does this for
6879         us now.  All uses removed.
6880         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
6881         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
6882         (gl_CHECK_TYPE_SAME):
6883         Remove; no longer needed.
6884         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
6885         exists, since we'll return 0 anyway in that case.
6886         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
6887
6888 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6889
6890         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
6891         possible collision with system files.
6892         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
6893         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
6894         WCHAR_MIN and WCHAR_MAX in this case.
6895         (<stddef.h>): Do not include; no longer needed.
6896         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
6897         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
6898         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
6899         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
6900         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
6901         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
6902         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
6903         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
6904         !defined(__c99))]: Include in this case too, since it's harmless
6905         now.
6906         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
6907         dangerous to do so.
6908         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
6909         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
6910         (_STDINT_MIN, _STDINT_MAX): New macros.
6911         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
6912         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
6913         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
6914         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
6915         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
6916         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
6917         macros, not typedefs; this simplifies things quite a bit.
6918         Use long int for all types narrower than int64_t.
6919         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
6920         Define in terms of long long int or int64_t or long int,
6921         not int64_t or int32_t.  This saves some compile-time testing.
6922         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
6923         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
6924         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
6925         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
6926         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
6927         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
6928         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
6929         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
6930         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
6931         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
6932         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6933         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6934         undef any previous version and define our own version, for
6935         simplicity and consistency with the new macros for types.
6936         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6937         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6938         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
6939         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
6940         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
6941         @WINT_T_SUFFIX@ to keep things simple here.
6942         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
6943         Simplify by assuming typical 8/16/32/64 host, since we're
6944         already doing that elsewhere anyway.
6945         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
6946         and assume long long int is 64 bits if available.  This
6947         speeds up 'configure'.
6948
6949 2006-07-01  Eric Blake  <ebb9@byu.net>
6950
6951         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
6952         Reported by Andreas Buening.
6953
6954 2006-07-01  Eric Blake  <ebb9@byu.net>
6955
6956         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
6957
6958 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6959
6960         * lib/getaddrinfo.c: fixed typo
6961
6962 2006-06-29  Jim Meyering  <jim@meyering.net>
6963
6964         * modules/strftime (Maintainer): Add my name, since with the
6965         FPRINTFTIME changes strftime.c has forked from glibc.
6966
6967 2006-06-29  Eric Blake  <ebb9@byu.net>
6968
6969         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
6970
6971 2006-06-29  Eric Blake  <ebb9@byu.net>
6972
6973         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
6974
6975 2006-06-29  Eric Blake  <ebb9@byu.net>
6976
6977         * lib/stat_.h: New file.
6978
6979 2006-06-29  Eric Blake  <ebb9@byu.net>
6980
6981         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
6982         unused static function.
6983
6984 2006-06-29  Eric Blake  <ebb9@byu.net>
6985
6986         * doc/functions.texi (Function Portability): Document missing lstat
6987         on mingw.
6988
6989 2006-06-29  Eric Blake  <ebb9@byu.net>
6990
6991         * MODULES.html.sh: Add sys_stat.
6992         * modules/sys_stat: New module.
6993         * modules/mkstemp (Depends-on): Add sys_stat.
6994
6995 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6996
6997         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
6998
6999 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7000
7001         * m4/c-bs-a.m4: Removed.
7002
7003 2006-06-29  Derek R. Price  <derek@ximbiot.com>
7004
7005         * lib/strftime.c: Assume strftime() exists.
7006
7007 2006-06-29  Derek Price  <derek@ximbiot.com>
7008
7009         * modules/c-bs-a: Removed - \a is C89.
7010         * MODULES.html.sh: Remove c-bs-a.
7011
7012 2006-06-29  Bruno Haible  <bruno@clisp.org>
7013
7014         * modules/wcwidth (License): Change to LGPL.
7015
7016 2006-06-28  Simon Josefsson  <jas@extundo.com>
7017
7018         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7019         on _WIN32.
7020
7021         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7022         getnameinfo.
7023
7024 2006-06-28  Simon Josefsson  <jas@extundo.com>
7025
7026         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7027
7028 2006-06-28  Simon Josefsson  <jas@extundo.com>
7029
7030         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7031         functions there.  It will succeed on Windows XP, but on Windows
7032         2000 and (presumably) earlier, it will fail, and use the internal
7033         re-implementation.
7034         (use_win32_p): New function.
7035         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7036         Support AI_NUMERICSERV to disable getservbyname.
7037         (getnameinfo): New function, only supports
7038         NI_NUMERICHOST|NI_NUMERICSERV for now.
7039
7040         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7041         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7042         getnameinfo.
7043
7044 2006-06-28  Eric Blake  <ebb9@byu.net>
7045
7046         * modules/wcwidth: New file.
7047         * modules/mbchar (Depends-on): Add wcwidth.
7048         * modules/mbswidth (Depends-on): Add wcwidth.
7049         * MODULES.html.sh: Add wcwidth.
7050
7051 2006-06-28  Eric Blake  <ebb9@byu.net>
7052
7053         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7054         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7055
7056 2006-06-28  Eric Blake  <ebb9@byu.net>
7057
7058         * lib/xvasprintf.h: Fix comments.
7059
7060 2006-06-28  Eric Blake  <ebb9@byu.net>
7061
7062         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7063         * lib/mbswidth.c (wcwidth): Move from here...
7064         * lib/wcwidth.h: ...to this new file.
7065
7066 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7067
7068         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7069
7070         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7071         it's obsolete.
7072         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7073
7074 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7075
7076         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7077         Autoconf 2.60 says this stuff was obsolete.
7078
7079 2006-06-28  Bruno Haible  <bruno@clisp.org>
7080
7081         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7082
7083 2006-06-28  Bruno Haible  <bruno@clisp.org>
7084
7085         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7086         gt_TYPE_WCHAR_T.
7087
7088 2006-06-28  Bruno Haible  <bruno@clisp.org>
7089
7090         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7091         declaration for wcwidth.
7092         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7093
7094 2006-06-28  Bruno Haible  <bruno@clisp.org>
7095
7096         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7097         (mkdir): Define using _mkdir.
7098
7099 2006-06-28  Bruno Haible  <bruno@clisp.org>
7100
7101         * lib/getaddrinfo.h: Fix POSIX URL.
7102         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7103         _WIN32.
7104         (use_win32_p): Make static.
7105         (getaddrinfo): Reject service name if it is empty or does not consist
7106         solely of decimal digits, or if its value is > 65535.
7107         (getnameinfo): Remove useless casts.
7108
7109 2006-06-27  Simon Josefsson  <jas@extundo.com>
7110
7111         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7112         Eggert and Martin Lambers.
7113
7114 2006-06-27  Simon Josefsson  <jas@extundo.com>
7115
7116         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7117         Eggert and Martin Lambers.
7118
7119 2006-06-27  Bruno Haible  <bruno@clisp.org>
7120
7121         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7122         result to 0, not to empty.
7123         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7124
7125 2006-06-27  Bruno Haible  <bruno@clisp.org>
7126
7127         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7128
7129 2006-06-26  Simon Josefsson  <jas@extundo.com>
7130
7131         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7132         present.
7133
7134 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7135
7136         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7137         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7138         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7139
7140 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7141
7142         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7143
7144 2006-06-26  Bruno Haible  <bruno@clisp.org>
7145
7146         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7147
7148 2006-06-26  Bruno Haible  <bruno@clisp.org>
7149
7150         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7151
7152 2006-06-26  Bruno Haible  <bruno@clisp.org>
7153
7154         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7155         SGI C compiler in pre-C99 mode.
7156         Suggested by Mark D. Baushke and Larry Jones.
7157
7158 2006-06-26  Bruno Haible  <bruno@clisp.org>
7159
7160         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7161         WCHAR_MAX.
7162         Reported by Mark D. Baushke and Larry Jones.
7163
7164 2006-06-26  Bruno Haible  <bruno@clisp.org>
7165
7166         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
7167         in pre-C99 mode.
7168         Suggested by Mark D. Baushke and Larry Jones.
7169
7170 2006-06-23  Simon Josefsson  <jas@extundo.com>
7171             Bruno Haible  <bruno@clisp.org>
7172
7173         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
7174         Emit mostlyclean-local rule.
7175         (func_emit_tests_Makefile_am): Likewise.
7176         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
7177
7178 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
7179
7180         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
7181
7182 2006-06-23  Bruno Haible  <bruno@clisp.org>
7183
7184         * tests/test-stdint.c: Update to match ISO C 99 Technical
7185         Corrigendum 1.
7186
7187 2006-06-23  Bruno Haible  <bruno@clisp.org>
7188
7189         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
7190
7191 2006-06-23  Bruno Haible  <bruno@clisp.org>
7192
7193         * lib/stdint_.h: Treat IRIX like OpenBSD.
7194
7195 2006-06-23  Bruno Haible  <bruno@clisp.org>
7196
7197         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
7198         ISO C 99 Technical Corrigendum 1.
7199
7200 2006-06-22  Simon Josefsson  <jas@extundo.com>
7201
7202         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
7203         MinGW.
7204
7205 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7206
7207         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
7208         needed.  Some compiler complained about some of them.  Problem reported
7209         by Larry Jones in
7210         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
7211
7212 2006-06-21  Simon Josefsson  <jas@extundo.com>
7213
7214         * tests/test-getaddrinfo.c: New file.
7215
7216         * modules/getaddrinfo-tests: New file.
7217
7218         * MODULES.html.sh: Add inet_pton.
7219
7220         * modules/inet_pton: New file.
7221
7222 2006-06-21  Simon Josefsson  <jas@extundo.com>
7223
7224         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
7225         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
7226         of using the (limited) gnulib implementation on Windows XP.
7227
7228         * m4/inet_pton.m4: New file.
7229
7230 2006-06-21  Simon Josefsson  <jas@extundo.com>
7231
7232         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
7233         variable.
7234
7235         * lib/socket_.h: Don't define WINVER.
7236
7237         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
7238         slightly modified to work in gnulib.
7239
7240 2006-06-21  Simon Josefsson  <jas@extundo.com>
7241
7242         * doc/gnulib.texi (Windows sockets): Add.
7243
7244 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7245
7246         * lib/read-file.c (fread_file): Start with buffer allocation of
7247         0 bytes rather than 1 byte; this simplifies the code.
7248         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
7249         code to free buffer and save/restore errno.
7250         (internal_read_file): Remove unused local.
7251
7252 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7253
7254         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
7255         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
7256         Problem reported by Denis Excoffier in
7257         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
7258
7259 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7260
7261         * modules/sys_socket, modules/socklen: Include sys/types since
7262         FreeBSD 4.x's sys/socket.h needs it.
7263
7264 2006-06-19  Simon Josefsson  <jas@extundo.com>
7265
7266         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
7267
7268 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7269
7270         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
7271
7272 2006-06-19  Bruno Haible  <bruno@clisp.org>
7273
7274         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
7275         and FULL_PATH_INTTYPES_H in angle brackets.
7276         Reported by Mark D. Baushke <mdb@gnu.org>.
7277
7278 2006-06-17  Eric Blake  <ebb9@byu.net>
7279
7280         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
7281         errno.
7282
7283 2006-06-17  Bruno Haible  <bruno@clisp.org>
7284
7285         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
7286         <sys/inttypes.h>.
7287
7288 2006-06-17  Bruno Haible  <bruno@clisp.org>
7289
7290         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
7291         whether errno is declared. Assume <errno.h> declares errno.
7292
7293 2006-06-17  Bruno Haible  <bruno@clisp.org>
7294
7295         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
7296
7297 2006-06-17  Bruno Haible  <bruno@clisp.org>
7298
7299         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
7300         problem on Solaris 2.5.1.
7301
7302 2006-06-16  Eric Blake  <ebb9@byu.net>
7303
7304         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
7305         * lib/unicodeio.c [!defined errno]: Likewise.
7306         * lib/strtol.c [!defined errno]: Likewise.
7307         * lib/strtod.c [!defined errno]: Likewise.
7308
7309 2006-06-15  Eric Blake  <ebb9@byu.net>
7310
7311         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
7312
7313 2006-06-15  Eric Blake  <ebb9@byu.net>
7314
7315         * config/srclist.txt (ssize_t.m4): Lose sync.
7316
7317 2006-06-15  Bruno Haible  <bruno@clisp.org>
7318
7319         * modules/stdint (Files): Include m4/full-header-path.m4,
7320         m4/size_max.m4, m4/wchar_t.m4.
7321         (Makefile.am): Many more substitutions.
7322         * modules/stdint-tests: New file.
7323         * tests/test-stdint.c: New file.
7324
7325 2006-06-15  Bruno Haible  <bruno@clisp.org>
7326
7327         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
7328         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
7329         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
7330         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
7331         gl_CHECK_TYPE_SAME): New macros.
7332
7333 2006-06-15  Bruno Haible  <bruno@clisp.org>
7334
7335         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
7336
7337 2006-06-15  Bruno Haible  <bruno@clisp.org>
7338
7339         * lib/stdint_.h: Rewritten to be fully auto-configured.
7340         Fixes bug on HP-UX/IA64.
7341
7342 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
7343
7344         * lib/getdate.y (__attribute__): Don't define if already defined.
7345         Problem reported by Larry Jones.
7346         * lib/utimens.c (__attribute__): Likewise.
7347
7348 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
7349
7350         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
7351         reported by Andreas Schwab.
7352
7353 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7354             Bruno Haible  <bruno@clisp.org>
7355
7356         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
7357         check for the declaration of strnlen and a run test that exposes the
7358         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
7359         rpl_strndup.
7360
7361 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7362             Bruno Haible  <bruno@clisp.org>
7363
7364         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
7365
7366 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7367
7368         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
7369         compile test, for Tru64 4.0D.
7370
7371 2006-05-28  Karl Berry  <karl@gnu.org>
7372
7373         * config/srclist.txt (printf-args.c): lose sync.
7374
7375 2006-05-26  Martin Lambers  <marlam@marlam.de>
7376
7377         * lib/getpass.c: Updates the test for the native W32 API, and adds
7378         missing includes, thus fixing compilation warnings.
7379
7380 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7381
7382         * lib/exclude.c (exclude_fnmatch): New function.
7383         (excluded_file_name): Call exclude_fnmatch.
7384         * lib/exclude.h (excluded_file_name): New prototype
7385
7386 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7387
7388         * lib/tempname.c (small_open, large_open): New macros.
7389         (__open, __open64) [!_LIBC]: Remove.
7390         (__gen_tempname): Use small_open and large_open instead of __open
7391         and __open64.  This fixes a portability bug on HP-UX 11.11i
7392         reported by Simon Wing-Tang in
7393         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
7394
7395 2006-05-24  Bruno Haible  <bruno@clisp.org>
7396
7397         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
7398         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
7399         Reported by Thorsten Maerz <torte@netztorte.de> via
7400         Aaron Stone <aaron@serendipity.cx>.
7401
7402 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7403
7404         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
7405         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
7406         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
7407         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
7408         not really conditional on the cache.
7409         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
7410
7411 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7412
7413         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
7414         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
7415         (my_usleep): Don't mishandle maximum value.
7416
7417 2006-05-19  Jim Meyering  <jim@meyering.net>
7418
7419         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
7420
7421 2006-05-17  Bruno Haible  <bruno@clisp.org>
7422
7423         Cygwin portability.
7424         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
7425
7426 2006-05-17  Bruno Haible  <bruno@clisp.org>
7427
7428         * lib/stdint_.h: Fix recognition of Cygwin.
7429
7430 2006-05-15  Bruno Haible  <bruno@clisp.org>
7431
7432         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
7433         on libtool patch by Ralf Wildenhues.
7434
7435 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7436
7437         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
7438         test for C99 conformance; (bool) 0.5 is an integer constant
7439         expression, but (bool) -0.5 is not.  Problem reported by Fedor
7440         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
7441
7442 2006-05-11  Simon Josefsson  <jas@extundo.com>
7443
7444         * m4/xvasprintf.m4: Fix obvious typo.
7445
7446 2006-05-11  Jim Meyering  <jim@meyering.net>
7447
7448         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
7449         James Lemley.
7450
7451 2006-05-10  Simon Josefsson  <jas@extundo.com>
7452
7453         * lib/md4.c: Typo fix, update copyright years.
7454         (K1, K2): Don't use L because it turn computations into 64-bit on
7455         64-bit platforms.
7456
7457 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7458
7459         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
7460         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
7461         unwanted sign propagation, e.g., on hosts with 64-bit int.
7462         There still are some problems with reeelly weird theoretical hosts
7463         (e.g., 33-bit int) but it's not worth worrying about now.
7464         * lib/sha1.c (rol): Likewise.
7465         (K1, K2, K3, K4): Remove unnecessary L suffix.
7466
7467 2006-05-10  Bruno Haible  <bruno@clisp.org>
7468
7469         * lib/des.c: Cast to avoid warnings.
7470
7471 2006-05-09  Bruno Haible  <bruno@clisp.org>
7472
7473         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
7474         (Depends-on): Depend also on xsize, stdarg.
7475         (configure.ac): Add gl_XVASPRINTF.
7476
7477 2006-05-09  Bruno Haible  <bruno@clisp.org>
7478
7479         * m4/xvasprintf.m4: New file.
7480
7481 2006-05-09  Bruno Haible  <bruno@clisp.org>
7482
7483         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
7484         (EOVERFLOW): Define fallback value.
7485         (xstrcat): New function.
7486         (xvasprintf): Recognize the special case of a string concatenation.
7487
7488 2006-05-08  Eric Blake  <ebb9@byu.net>
7489
7490         * gnulib-tool (func_version): Base copyright year on CVS date.
7491         (func_emit_copyright_notice): New function.
7492         (func_emit_lib_Makefile_am): Use it.
7493         (func_emit_tests_Makefile_am): Likewise.
7494         (func_import): Likewise.
7495
7496 2006-05-08  Bruno Haible  <bruno@clisp.org>
7497
7498         * modules/stdarg: New file.
7499         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
7500
7501 2006-05-08  Bruno Haible  <bruno@clisp.org>
7502
7503         * m4/stdarg.m4: New file, from GNU gettext.
7504
7505 2006-05-08  Bruno Haible  <bruno@clisp.org>
7506
7507         * config/srclist.txt (build-aux/config.rpath): different from latest
7508         release.
7509
7510 2006-05-08  Bruno Haible  <bruno@clisp.org>
7511
7512         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
7513
7514 2006-05-05  Jim Meyering  <jim@meyering.net>
7515
7516         * m4/warning.m4: New file, derived from bison's file by the same name.
7517
7518 2006-05-03  Bruno Haible  <bruno@clisp.org>
7519
7520         * lib/stdint_.h: Shorter URL.
7521         * lib/inttypes.h: Likewise.
7522
7523 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7524
7525         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
7526
7527 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7528
7529         * lib/verify.h: Document the internals better.  Most of this change
7530         was written by Bruno Haible.
7531
7532 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7533
7534         * doc/verify.texi: New file, partly based on a proposal by
7535         Bruno Haible.
7536
7537 2006-05-02  Bruno Haible  <bruno@clisp.org>
7538
7539         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
7540         test from here...
7541         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
7542
7543 2006-04-29  Bruno Haible  <bruno@clisp.org>
7544
7545         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
7546         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
7547
7548 2006-04-29  Bruno Haible  <bruno@clisp.org>
7549
7550         * gnulib-tool: Make --update option actually work.
7551
7552 2006-04-29  Bruno Haible  <bruno@clisp.org>
7553
7554         * doc/gcd.texi: New file.
7555         * doc/gnulib.texi: Include it.
7556
7557 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7558
7559         * lib/getdate.y (get_date): When adding relative date, start with the
7560         initial time, not with the result of the first mktime call.
7561
7562 2006-04-25  Bruno Haible  <bruno@clisp.org>
7563
7564         * gnulib-tool (func_import): Output the include directives in three
7565         blocks, sorted separately.
7566         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7567
7568 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7569
7570         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
7571         to define main with arguments, for C++.  Reported by Eric Blake.
7572         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
7573         Prefer 'int main ()' to 'int main (void)', for C++.
7574         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
7575         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
7576         for 'main', for C99 and C++.
7577
7578 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7579
7580         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
7581         Don't assume that exit status -1 is valid.
7582         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7583         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7584         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7585         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
7586         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
7587         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
7588         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
7589         functions can be used without declaring them, or that you can
7590         exit with status -1.
7591         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7592
7593 2006-04-24  Karl Berry  <karl@gnu.org>
7594
7595         * config/srclist.txt (longdouble.m4): sync lost.
7596
7597 2006-04-24  Eric Blake  <ebb9@byu.net>
7598
7599         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
7600
7601 2006-04-24  Bruno Haible  <bruno@clisp.org>
7602
7603         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
7604         poll() implementation in AIX.
7605         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7606
7607 2006-04-24  Bruno Haible  <bruno@clisp.org>
7608
7609         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
7610         assigned exactly once.
7611
7612 2006-04-23  Claudio Fontana  <claudio@gnu.org>
7613             Bruno Haible  <bruno@clisp.org>
7614
7615         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
7616         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
7617         for AM_CPPFLAGS.
7618
7619 2006-04-23  Bruno Haible  <bruno@clisp.org>
7620
7621         * modules/copy-file: Depend on unistd.
7622         * modules/execute: Likewise.
7623         * modules/fatal-signal: Likewise.
7624         * modules/findprog: Likewise.
7625         * modules/mkdtemp : Likewise.
7626         * modules/pipe: Likewise.
7627         * modules/wait-process: Likewise.
7628
7629 2006-04-23  Bruno Haible  <bruno@clisp.org>
7630
7631         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
7632         condition was already detected.
7633         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7634
7635 2006-04-23  Bruno Haible  <bruno@clisp.org>
7636
7637         * lib/copy-file.c: Include <unistd.h> unconditionally.
7638         * lib/execute.c: Likewise.
7639         * lib/fatal-signal.c: Likewise.
7640         * lib/findprog.c: Likewise.
7641         * lib/mkdtemp.c: Likewise.
7642         * lib/pipe.h: Likewise.
7643         * lib/pipe.c: Likewise.
7644         * lib/wait-process.h: Likewise.
7645
7646 2006-04-23  Bruno Haible  <bruno@clisp.org>
7647
7648         * gnulib-tool (func_usage): Fix --import description. Document
7649         --update.
7650         (func_import): Create temporary file in a temporary directory, if
7651         --dry-run is specified. Silence errors from 'grep' when there are no
7652         m4 files in $m4dir.
7653         (func_create_testdir): Silence errors from 'grep' when there are no
7654         m4 files in $m4dir.
7655         Reported by Karl Berry <karl@freefriends.org>.
7656
7657 2006-04-20  Bruno Haible  <bruno@clisp.org>
7658
7659         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
7660         one argument, so that the code will be portable to Autoconf 2.60.
7661         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
7662         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7663         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
7664
7665 2006-04-19  Derek Price  <derek@ximbiot.com>
7666             Eric Blake  <ebb9@byu.net>
7667
7668         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
7669         rather than "/full/path.h".  Update comment to match.  Shorten &
7670         generalize m4_translit call via AS_TR_CPP.
7671
7672 2006-04-19  Derek Price  <derek@ximbiot.com>
7673             Eric Blake  <ebb9@byu.net>
7674
7675         * lib/inttypes.h: Correct grammar in comment.
7676
7677 2006-04-18  Derek Price  <derek@ximbiot.com>
7678             Paul Eggert  <eggert@cs.ucla.edu>
7679
7680         * modules/inttypes: New file.
7681         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
7682
7683 2006-04-18  Derek Price  <derek@ximbiot.com>
7684             Paul Eggert  <eggert@cs.ucla.edu>
7685
7686         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
7687         New files.
7688
7689 2006-04-18  Derek Price  <derek@ximbiot.com>
7690             Paul Eggert  <eggert@cs.ucla.edu>
7691
7692         * lib/inttypes.h: New file.
7693         * lib/strtoimax.c: Assume <inttypes.h>.
7694
7695 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
7696
7697         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
7698         isn't mounted.  Problem reported by Kir Kolyshkin.
7699
7700 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7701
7702         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
7703         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
7704         Derek R. Price.
7705         * lib/regex.h (RE_DUP_MAX): Update comment to match current
7706         implementation.
7707
7708 2006-04-12  Eric Blake  <ebb9@byu.net>
7709
7710         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
7711         is now done automatically by the corresponding Autoconf macro.
7712
7713 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
7714
7715         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
7716         time_r.h.
7717
7718 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7719
7720         Merge regex changes from libc, removing some of our
7721         POSIX-conformance changes that were rejected and redoing them in a
7722         less-intrusive way.
7723
7724         * lib/regcomp.c (re_compile_internal, init_dfa):
7725         Length arg is now size_t, not Idx.  All uses changed.
7726         (peek_token): Forward decl now says internal_function.
7727         (__re_error_msgid, __re_error_msgid_idx):
7728         Now static rather than extern with attribute_hidden.
7729         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
7730         For some reason libc prefers K&R style defns for external functions.
7731         (regerror) [!defined _LIBC]: Likewise.
7732         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
7733         (seek_collating_symbol_entry, lookup_collation_sequence_value):
7734         (build_range_exp, build_collating_symbol):
7735         Use K&R-style defn.
7736         (re_compile_fastmap): Use '\0' to memset, not 0.
7737         (utf8_sb_map): Make the calculations more obvious.
7738         (init_dfa, parse_bracket_exp, build_charclass_op):
7739         Call calloc and cast result, as glibc does.
7740         (init_word_char, fetch_token, peek_token, peek_token_bracket):
7741         (build_range_exp, build_collating_symbol):
7742         Now internal functions.
7743
7744         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
7745
7746         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
7747         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
7748         Don't depend on VMS; depend on __VMS instead, for POSIX
7749         namespace cleanness.
7750         (regoff_t): Define to ssize_t, not long int.
7751
7752         Remove the REG_ macros named below.  Instead, make the old names
7753         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
7754         __USE_GNU_REGEX.
7755         (REG_BACKSLASH_ESCAPE_IN_LISTS):
7756         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
7757         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
7758         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
7759         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
7760         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
7761         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
7762         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
7763         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
7764         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
7765         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
7766         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
7767         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
7768         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
7769         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
7770         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
7771         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
7772         (REG_NREGS):
7773         Remove.  All uses replaced by the old RE_* names.
7774         (RE_BACKSLASH_ESCAPE_IN_LISTS):
7775         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
7776         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
7777         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
7778         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
7779         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
7780         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
7781         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
7782         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
7783         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
7784         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
7785         Don't bother having these macros be independent of each others'
7786         values, since they no longer exist in the POSIX name space.
7787
7788         Rename the following member names back to their old names,
7789         unless !__USE_GNU_REGEX.  All uses changed back.
7790         (buffer): Renamed from re_buffer.
7791         (allocated): Renamed from re_allocated.
7792         (used): Renamed from re_used.
7793         (syntax): Renamed from re_syntax.
7794         (fastmap): Renamed from re_fastmap.
7795         (translate): Renamed from re_translate.
7796         (can_be_null): Renamed from re_can_be_null.
7797         (regs_allocated): Renamed from re_regs_allocated.
7798         (fastmap_accurate): Renamed from re_fastmap_accurate.
7799         (no_sub): Renamed from re_no_sub.
7800         (not_bol): Renamed from re_not_bol.
7801         (not_eol): Renamed from re_not_eol.
7802         (newline_anchor): Renamed from re_newline_anchor.
7803         (num_regs): Renamed from rm_num_regs.
7804         (start): Renamed from rm_start.
7805         (end): Renamed from rm_end.
7806
7807         (free_state): Move up a bit.
7808
7809         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
7810         #define to be empty.
7811         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
7812         when that is what is intended.
7813         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
7814         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
7815         (MAX): New macro.
7816         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
7817         All uses changed back to re_malloc, etc.  It's now the caller's
7818         responsibility to check for overflow; all callers changed.
7819         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
7820         (re_x2nrealloc): Remove.
7821         (free_state): Remove decl.
7822
7823         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
7824         (re_set_registers, re_exec):
7825         Use K&R-style defn.
7826
7827         2006-01-31  Roland McGrath  <roland@redhat.com>
7828
7829         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
7830         Reported by Mike Frysinger <vapier@gentoo.org>.
7831
7832         2006-01-15  Andreas Jaeger  <aj@suse.de>
7833
7834         [BZ #1950]
7835         * lib/regex_internal.c (re_string_reconstruct): Adjust for
7836         build_wcs_upper_buffer change.
7837         (build_wcs_upper_buffer): Change return type.
7838
7839         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
7840
7841         * lib/regex_internal.h: Include <stdint.h> if available.
7842
7843         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
7844
7845         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
7846
7847         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7848
7849         * lib/regcomp.c: Adjust for changed secondary hash function.
7850
7851         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
7852
7853         * lib/regex.h: Pretty printing.
7854         Clean up namespace a bit.
7855
7856         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
7857
7858         * lib/regexec.c (update_cur_sifted_state, check_arrival,
7859         check_arrival_add_next_nodes): Avoid using uninitialized variable.
7860
7861         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7862                     Ulrich Drepper  <drepper@redhat.com>
7863
7864         [BZ #1302]
7865         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
7866         changed.
7867         (bitset_word_t): Renamed from bitset_word.  All uses changed.
7868
7869         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
7870
7871         [BZ #281]
7872         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
7873         * lib/regcomp.c: Remove unnecessary uses of
7874         unsigned RE_TRANSLATE_TYPE.
7875         * lib/regex_internal.h: Likewise.
7876         * lib/regex_internal.c: Likewise.
7877         * lib/regexec.c: Likewise.
7878         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
7879
7880         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
7881
7882         * lib/regexec.c (find_recover_state): Remove unnecessary
7883         initialization.
7884         (transit_state_bkref): Make DFA a const pointer.
7885         (get_subexp): Likewise.
7886         (check_arrival): Likewise.
7887         (update_cur_sifted_state): Likewise.
7888         (re_search_internal): Likewise.
7889         (prune_impossible_nodes): Likewise.
7890         (acquire_init_state_context): Likewise.
7891         (proceed_next_node): Likewise.
7892         (set_regs): Likewise.
7893         (free_fail_stack_return): Likewise.
7894         (check_arrival_expand_ecl): Mark DFA parameter as const.
7895         (check_arrival_expand_ecl_sub): Likewise.
7896         (check_subexp_limits): Likewise.
7897         (sub_epsilon_src_nodes):  Likewise.
7898         (add_epsilon_src_nodes):  Likewise.
7899         (merge_state_array): Likewise.
7900         (update_regs): Likewise.
7901         (build_trtable): Likewise.
7902         (sift_states_backward): Mark MCTX parameter as const.
7903         (build_sifted_states): Likewise.
7904         (update_cur_sifted_state): Likewise.
7905         (sift_states_mkref): Likewise.
7906         (check_arrival_expand_ecl): Mark eclosure as const.
7907         (check_dst_limits_calc_pos_1): Likewise.
7908         * lib/regex_internal.h (re_match_context_t): Make dfa a const
7909         pointer.
7910
7911         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
7912
7913         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
7914         (transit_state_sb): Likewise.
7915         (transit_state_mb): Likewise.
7916         (sift_states_iter_mb): Likewise.
7917         (check_arrival_add_next_nodes): Likewise.
7918         (check_node_accept_bytes): Change first parameter to pointer-to-const.
7919         [_LIBC] (re_search_2_stub): Use mempcpy.
7920
7921         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
7922         mbrtowc for very simple UTF-8 case.
7923
7924         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
7925         a pointer-to-const.
7926         (re_acquire_state_context): Likewise.
7927         * lib/regex_internal.h: Adjust prototypes.
7928
7929         * lib/regex.c: Prevent using C++ compilers.
7930
7931         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
7932         (re_acquire_state_context): Likewise.
7933
7934 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7935
7936         * modules/regex (Depends-on): Add ssize_t.
7937
7938 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7939
7940         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
7941         translation table.
7942
7943 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7944
7945         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
7946
7947 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
7948             Bruno Haible  <bruno@clisp.org>
7949
7950         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
7951         <sys/types.h> and <inttypes.h>.
7952
7953 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7954
7955         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
7956         `__error_t_defined', so argp.h will not typedef the former.
7957
7958 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
7959
7960         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
7961         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
7962         glibc names.  Even if glibc is changed to conform to POSIX, the
7963         traditional names will be available anyway, since regex depends on
7964         the extensions module.  Also, fix a longstanding typo in the
7965         implementation of Spencer ERE test #75 from grep 2.3.  Problems
7966         reported by Emanuele Giaquinta.  Also, change sense of cached
7967         variable, so that the message makes sense.
7968
7969 2006-03-24  Simon Josefsson  <jas@extundo.com>
7970
7971         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
7972         including some doc fixes.
7973         (base64_encode_alloc): Fix +1 bug on allocation failures.
7974
7975 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7976
7977         * lib/base64.c (base64_encode): Do not read past end of array with
7978         unsanitized input on systems with CHAR_BIT > 8.
7979
7980 2006-03-24  Eric Blake  <ebb9@byu.net>
7981
7982         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
7983
7984 2006-03-22  Karl Berry  <karl@gnu.org>
7985
7986         * config/srclist.txt (*setenv.[ch]): get from coreutils.
7987         * config/srclistvars.sh (COREUTILS): new var.
7988
7989 2006-03-17  Jim Meyering  <jim@meyering.net>
7990
7991         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
7992         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
7993
7994 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7995
7996         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
7997         no longer needs it.  Instead, check that regoff_t is as least
7998         as wide as ptrdiff_t.
7999
8000         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
8001         so that our regex.h stays compatible with the installed regex.
8002         This is helpful for installers who configure --without-included-regex.
8003         Problem reported by Emanuele Giaquinta.
8004
8005 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
8006
8007         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
8008         Typedef to long int, not to off_, as POSIX will likely change
8009         in that direction.
8010
8011 2006-03-15  Eric Blake  <ebb9@byu.net>
8012
8013         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8014
8015 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8016
8017         * lib/argp-help.c (validate_uparams): Fix typo
8018         * lib/argp-parse.c (argp_default_options): Consistently begin help
8019         messages with a lowercase letter.
8020
8021 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8022
8023         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8024         overrun buffers and shouldn't be used (much as gets shouldn't be
8025         used).
8026         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8027
8028 2006-03-08  Simon Josefsson  <jas@extundo.com>
8029
8030         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8031         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8032
8033 2006-03-08  Simon Josefsson  <jas@extundo.com>
8034
8035         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8036         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8037
8038 2006-03-08  Simon Josefsson  <jas@extundo.com>
8039
8040         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8041         signal that configure disabled the device.
8042
8043 2006-03-08  Simon Josefsson  <jas@extundo.com>
8044
8045         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8046         languages.
8047
8048 2006-03-07  Simon Josefsson  <jas@extundo.com>
8049
8050         * modules/getopt (Depends-on): Add unistd.
8051
8052         * modules/unistd: New file.
8053
8054 2006-03-07  Simon Josefsson  <jas@extundo.com>
8055
8056         * modules/gc-random: New file.
8057
8058 2006-03-07  Simon Josefsson  <jas@extundo.com>
8059
8060         * m4/unistd_h.m4: New file.
8061
8062 2006-03-07  Simon Josefsson  <jas@extundo.com>
8063
8064         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8065         test to be side-effect free by storing the result in the cache
8066         variable gl_cv_lib_readline, and moving the assignment of
8067         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8068         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8069
8070 2006-03-07  Simon Josefsson  <jas@extundo.com>
8071
8072         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8073         error on missing devices (the functions will return an error).
8074
8075         * m4/gc.m4: Move random stuff to gc-random.m4
8076
8077 2006-03-07  Simon Josefsson  <jas@extundo.com>
8078
8079         * lib/unistd_.h: New file.
8080
8081 2006-03-07  Simon Josefsson  <jas@extundo.com>
8082
8083         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8084
8085 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8086
8087         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8088         Problem reported by Juan Manuel Guerrero.
8089
8090 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8091
8092         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8093         the unistd module.
8094         * lib/getlogin_r.c: Likewise.
8095         * lib/getlogin_r.h: Likewise.
8096         * lib/glob.c: Likewise.
8097         * lib/pagealign_alloc.c: Likewise.
8098         * lib/unistd_.h: Remove; no longer needed.
8099
8100 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8101
8102         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8103         Add unistd.
8104         * modules/c-stack (Depends-on): Add unistd.
8105         * modules/getlogin_r: Likewise.
8106         * modules/glob: Likewise.
8107         * modules/pagealign_alloc: Likewise.
8108         * modules/unistd (Files): Remove lib/unistd_.h.
8109         (EXTRA_DIST): Remove.
8110         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8111         need unistd_.h.
8112         (MOSTLYCLEANFILES): Remove unistd.h-t.
8113
8114 2006-03-03  Simon Josefsson  <jas@extundo.com>
8115
8116         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8117
8118 2006-03-03  Simon Josefsson  <jas@extundo.com>
8119
8120         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8121         libidn and bison.
8122
8123 2006-03-03  Simon Josefsson  <jas@extundo.com>
8124
8125         * build-aux/maint.mk: Add indent target.
8126
8127 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8128
8129         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8130         our replacement poll.h in any case, to avoid a differing
8131         declaration from a system header.  Seen on AIX.
8132
8133 2006-03-01  Simon Josefsson  <jas@extundo.com>
8134
8135         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8136         <kasal@ucw.cz>.
8137
8138 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8139
8140         * modules/gettime (Depends-on): Add extensions module.
8141         * modules/nanosleep (Depends-on): Likewise.
8142         * modules/settime (Depends-on): Likewise.
8143
8144 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8145
8146         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8147         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8148         pedantically.
8149         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8150         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8151
8152         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8153         not "==".  Reported by Ralf Wildenhues.
8154
8155 2006-03-01  Karl Berry  <karl@gnu.org>
8156
8157         * doc/Copyright/request-*: new files, synced from gnuorg.
8158
8159 2006-03-01  Karl Berry  <karl@gnu.org>
8160
8161         * config/srclist.txt (Copyright/*): new entries.
8162
8163 2006-02-28  Simon Josefsson  <jas@extundo.com>
8164
8165         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
8166
8167 2006-02-27  Simon Josefsson  <jas@extundo.com>
8168
8169         * lib/base64.h: Indent #define's.  From Jim Meyering
8170         <jim@meyering.net>.
8171
8172 2006-02-27  Jim Meyering  <jim@meyering.net>
8173
8174         Revert the change of 2006-02-24, so these files can continue
8175         to be sync'd from gettext.
8176         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
8177         of `config.h'.
8178
8179 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8180
8181         * modules/intprops: New file.
8182         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8183         Add intprops.
8184         * modules/getloadavg (Files): Remove lib/intprops.h.
8185         (Depends-on): Add intprops.
8186         * modules/human: Likewise.
8187         * modules/inttostr: Likewise.
8188         * modules/openat: Likewise.
8189         * modules/sig2str: Likewise.
8190         * modules/userspec: Likewise.
8191         * modules/utimecmp: Likewise.
8192         * modules/xnanosleep: Likewise.
8193         * modules/xstrtol: Likewise.
8194
8195 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
8196
8197         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
8198         * modules/lock-tests (TESTS): Use $(EXEEXT).
8199         * modules/tls-tests: Likewise.
8200         * modules/argp-tests: Likewise.
8201         (check_PROGRAMS): New var, replacing...
8202         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
8203
8204 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8205
8206         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
8207         `config.h'.
8208
8209 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8210
8211         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
8212
8213 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8214
8215         Sync from coreutils.
8216         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
8217         gl_CHDIR_SAFER.
8218
8219 2006-02-22  Jim Meyering  <jim@meyering.net>
8220
8221         Sync from coreutils.
8222         * m4/chdir-safer.m4: New file.
8223
8224 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8225
8226         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
8227         AT_FDCWD exceeds INT_MAX.
8228         * lib/openat.h (AT_FDCWD): Likewise.
8229
8230 2006-02-17  Eric Blake  <address@hidden>
8231
8232         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
8233
8234 2006-02-16  Simon Josefsson  <jas@extundo.com>
8235
8236         * modules/getaddrinfo (Depends-on): Add sys_socket.
8237
8238 2006-02-15  Simon Josefsson  <jas@extundo.com>
8239
8240         * build-aux/maint.mk: Add dsyntax-check rule.
8241
8242 2006-02-15  Eric Blake  <ebb9@byu.net>
8243
8244         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
8245         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
8246         'present but cannot compile' warnings on cygwin.
8247         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
8248         use ws2tcpip.h if sys/socket.h works.
8249         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
8250         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
8251
8252 2006-02-14  Simon Josefsson  <jas@extundo.com>
8253
8254         * modules/maintainer-makefile (Files): Rename.
8255
8256         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
8257         and (the local) Makefile.cfg to maint-cfg.mk.
8258
8259         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
8260         to the latter.
8261
8262         * modules/maintainer-makefile: New module.
8263
8264         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
8265         severaly stripped to make it possible to build it up from scratch
8266         with reliable tests.
8267
8268         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
8269         fixes to permit overriding the default actions when configure and
8270         makefile are not available.
8271
8272 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8273
8274         Sync from coreutils.
8275         * modules/lstat (Depends-on): Don't depend on xalloc.
8276         (License): Change from GPL to LGPL, since this is now simply a
8277         replacement for a libc function.
8278
8279 2006-02-14  Jim Meyering  <jim@meyering.net>
8280
8281         Sync from coreutils.
8282
8283         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
8284         failure on deficient systems, and simplify gnulib lgpl dependencies.
8285         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
8286         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
8287
8288         * lib/xalloc-die.c: Remove unused definition of N_.
8289
8290 2006-02-14  Jim Meyering  <jim@meyering.net>
8291
8292         Sync from coreutils.
8293         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
8294         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8295         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
8296         double-quote uses of that variable, to accommodate the rare case in
8297         which getmntent is available in none of the libraries checked.  This
8298         happens at least on FreeBSD 5.0.
8299
8300 2006-02-13  Simon Josefsson  <jas@extundo.com>
8301
8302         * gnulib-tool (Usage): Fix --import, from
8303         karl@freefriends.org (Karl Berry).
8304
8305 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8306
8307         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
8308
8309 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
8310
8311         * lib/argp-namefrob.h: Restore changes accidentally lost during the
8312         "autoupdate" on 2005-12-12.
8313
8314 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8315
8316         * modules/closeout (Depends-on): Remove atexit.
8317
8318 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8319
8320         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
8321         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
8322
8323 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8324
8325         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
8326         __EXTENSIONS__ if this causes compilation to fail.  Problem
8327         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
8328         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
8329
8330 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
8331
8332         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
8333         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
8334         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
8335         All uses changed.
8336
8337 2006-01-26  Simon Josefsson  <jas@extundo.com>
8338
8339         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
8340         prototype is visible on mingw32.
8341
8342         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
8343         for mingw32.
8344
8345         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
8346         mingw32).
8347
8348 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8349
8350         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
8351         attempt to open for write; this always fails, at least on POSIX
8352         hosts.  This reinstates the 2006-01-09 change, which was
8353         inadvertently removed.
8354
8355 2006-01-26  Bruno Haible  <bruno@clisp.org>
8356
8357         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
8358         Reported by Paul Eggert.
8359
8360 2006-01-26  Bruno Haible  <bruno@clisp.org>
8361             Paul Eggert  <eggert@cs.ucla.edu>
8362
8363         * lib/stdbool_.h (_Bool)
8364         [(! (defined __cplusplus || defined __BEOS__)
8365           && !defined __GNUC__
8366           && !(defined __HP_cc || defined __xlc__
8367                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
8368                || defined __sgi))]:
8369         #define to signed char in these cases too; this simplifies
8370         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
8371         etc., separately) and makes it more conservative.
8372
8373 2006-01-25  Simon Josefsson  <jas@extundo.com>
8374
8375         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
8376         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
8377         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
8378
8379 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8380
8381         * lib/argp-namefrob.h: Bugfix. Remove stray #
8382
8383 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8384
8385         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
8386         so that we test the test.
8387         Check for yet another HP-UX cc bug involving *bool |= bool.
8388
8389 2006-01-25  Karl Berry  <karl@gnu.org>
8390
8391         * config/srclist.txt (vasnprintf.c): sync lost.
8392
8393 2006-01-25  Jim Meyering  <jim@meyering.net>
8394
8395         Sync from the stable (b5) branch of coreutils:
8396
8397         * lib/fts.c (fts_children): Don't let close() clobber errno from
8398         failed fchdir().
8399
8400         * lib/fts.c (fts_stat): When following a symlink-to-directory,
8401         don't necessarily interpret stat-fails+lstat-succeeds as indicating
8402         a dangling symlink.  That can also happen at least for ELOOP.
8403         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
8404         FYI, this bug predates the inclusion of fts.c in coreutils.
8405
8406         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
8407         in their own block, so pre-c99 compilers don't object.
8408
8409         Avoid the double-free (first in fts_read, second in fts_close) that
8410         would occur when an `active' directory is made inaccessible (e.g.,
8411         via chmod a-x) during a traversal.
8412         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8413         before returning.  Reproduce this failure by
8414         mkdir -p a/b; cd a; chmod a-x . b
8415         Reported by Stavros Passas.
8416
8417 2006-01-25  Jim Meyering  <jim@meyering.net>
8418
8419         * lib/fileblocks.c: Remove more useless parentheses.
8420         * lib/readutmp.h: Likewise.
8421
8422 2006-01-25  Bruno Haible  <bruno@clisp.org>
8423
8424         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
8425         warnings.
8426         Reported by Paul Eggert.
8427
8428 2006-01-25  Bruno Haible  <bruno@clisp.org>
8429
8430         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
8431         rid of a trap command. For Solaris sh.
8432         Reported by Mark D. Baushke <mdb@gnu.org>.
8433
8434 2006-01-24  Simon Josefsson  <jas@extundo.com>
8435
8436         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
8437         Bruno.
8438
8439 2006-01-24  Karl Berry  <karl@gnu.org>
8440
8441         * config/srclist.txt (argp-namefrob.h): sync lost.
8442
8443 2006-01-24  Jim Meyering  <jim@meyering.net>
8444
8445         * modules/openat (Files): Add lib/intprops.h.
8446         From Mark D. Baushke.
8447
8448 2006-01-24  Jim Meyering  <jim@meyering.net>
8449
8450         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
8451         Reported by Mark D. Baushke.
8452
8453 2006-01-24  Jim Meyering  <jim@meyering.net>
8454
8455         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
8456
8457 2006-01-24  Bruno Haible  <bruno@clisp.org>
8458
8459         * modules/strnlen (Maintainer): Change from glibc to all.
8460
8461 2006-01-24  Bruno Haible  <bruno@clisp.org>
8462
8463         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
8464         Patch by Paul Eggert.
8465
8466 2006-01-24  Bruno Haible  <bruno@clisp.org>
8467
8468         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
8469         already has it.
8470         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
8471         2005-11-26.
8472
8473         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
8474         'signed char' to avoid problems with the built-in _Bool type.
8475         Reported by Paul Eggert on 2005-11-26.
8476
8477 2006-01-24  Bruno Haible  <bruno@clisp.org>
8478
8479         * gnulib-tool (func_import): Avoid constructing complicated sed
8480         expressions inside backquote.
8481         Report and solution by Mark D. Baushke <mdb@gnu.org>.
8482
8483 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
8484
8485         These changes imported from libc.
8486         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
8487         test and two separate function calls.
8488         * lib/strndup.c (__strndup): Add libc_hidden_def.
8489
8490 2006-01-23  Simon Josefsson  <jas@extundo.com>
8491
8492         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
8493         Remove the test_*_SOURCES variable: automake infers it by default.
8494         * modules/tls-tests: Likewise.
8495
8496 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8497
8498         Work around porting bugs reported by Dieter in
8499         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
8500         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
8501         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
8502         Include "getopt.h" first, to check interface.
8503         (getenv): Declare only if defined HAVE_DECL_GETENV &&
8504         !HAVE_DECL_GETENV.
8505         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
8506         (__strndup): Revert to K&R-style function dfns, the glibc style.
8507         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
8508         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
8509         Include strnlen.h first, to get prototype properly.
8510         (strnlen): Renamed from __strnlen.
8511         Remove weak alias.
8512
8513 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8514
8515         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
8516
8517 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8518
8519         * config/srclist.txt: Adjust to reflect glibc reorganization.
8520         This affects only comments.
8521
8522 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8523
8524          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
8525          Reported by Bruce Korb <bkorb@gnu.org>.
8526
8527 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
8528
8529         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
8530         to pacify gcc -Wswitch-default.
8531
8532 2006-01-22  Bruno Haible  <bruno@clisp.org>
8533
8534         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
8535         temporary buffer for sprintf, take into account the precision also
8536         for 'd', 'i', 'u', 'o', 'x', 'X'.
8537
8538 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8539
8540         * modules/argp-tests: New module
8541         * tests/test-argp.c: New file
8542         * tests/test-argp-2.sh: New file
8543
8544 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8545
8546         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
8547         (__argp_base_name): Removed
8548         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
8549         typo.
8550         (__argp_base_name): Provide macro definition or extern declaration
8551         depending on the configuration
8552
8553 2006-01-20  Simon Josefsson  <jas@extundo.com>
8554
8555         * modules/inet_ntop (Depends-on): Depend on sys_socket.
8556
8557 2006-01-20  Simon Josefsson  <jas@extundo.com>
8558
8559         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
8560
8561 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8562
8563         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
8564         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
8565         Suggested by Bruno Haible.
8566
8567 2006-01-20  Karl Berry  <karl@gnu.org>
8568
8569         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
8570         until changes propagate, I guess.
8571
8572 2006-01-19  Simon Josefsson  <jas@extundo.com>
8573
8574         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
8575
8576 2006-01-19  Simon Josefsson  <jas@extundo.com>
8577
8578         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
8579
8580 2006-01-19  Simon Josefsson  <jas@extundo.com>
8581
8582         * gnulib-tool: Set check_PROGRAMS.
8583
8584         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8585         modules/des-tests, modules/gc-arcfour-tests,
8586         modules/gc-arctwo-tests, modules/gc-des-tests,
8587         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8588         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8589         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8590         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8591         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8592         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
8593         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
8594         test_*_SOURCES.
8595
8596 2006-01-18  Simon Josefsson  <jas@extundo.com>
8597
8598         * modules/socklen (Depends-on): Depend on sys_socket.
8599
8600 2006-01-18  Simon Josefsson  <jas@extundo.com>
8601
8602         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8603         modules/des-tests, modules/gc-arcfour-tests,
8604         modules/gc-arctwo-tests, modules/gc-des-tests,
8605         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8606         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8607         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8608         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8609         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8610         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
8611         $(EXEEXT) to automake TESTS variable, for mingw32.
8612
8613 2006-01-17  Simon Josefsson  <jas@extundo.com>
8614
8615         * modules/socklen (Include): Need sys/socket.h.
8616
8617 2006-01-17  Bruno Haible  <bruno@clisp.org>
8618
8619         * modules/ssize_t (Include): Add <sys/types.h>.
8620
8621 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
8622
8623         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
8624         it's not portable and it doesn't work with cross-compiles.
8625         Problem reported by Bruno Haible.  Fix missing-$ typo in
8626         'test "gl_cv_ignore_unused_libraries" ...' that prevented
8627         -zignore from being used with Sun's C compiler.
8628
8629 2006-01-12  Simon Josefsson  <jas@extundo.com>
8630
8631         * lib/base64.c: Fix warning, reported by Bruno Haible
8632         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
8633
8634 2006-01-12  Bruno Haible  <bruno@clisp.org>
8635
8636         * modules/ldd: New file.
8637         * build-aux/ldd.sh.in: New file.
8638         * MODULES.html.sh (Support for building libraries and executables): Add
8639         ldd.
8640
8641 2006-01-12  Bruno Haible  <bruno@clisp.org>
8642
8643         * m4/ldd.m4: New file.
8644
8645 2006-01-12  Bruno Haible  <bruno@clisp.org>
8646
8647         * gnulib-tool (func_import, func_create_testdir): Don't go into an
8648         endless loop while replacing $auxdir with build-aux.
8649
8650 2006-01-11  Simon Josefsson  <jas@extundo.com>
8651
8652         * lib/stdint_.h (SIZE_MAX): Add missing (.
8653
8654 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
8655
8656         Sync from coreutils.
8657         * lib/md5.c: Fix commentary typos.
8658         (alignof, UNALIGNED_P): No need for a GCC-specific version.
8659         * lib/md5.h (__attribute__): Remove; unused.
8660         * lib/sha1.c: Fix commentary to match md5 better.
8661         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
8662         so that we don't need to worry about alignment.  All uses changed.
8663         This merges the 2005-10-28 md5 change into sha1.
8664
8665 2006-01-11  Jim Meyering  <jim@meyering.net>
8666
8667         Sync from coreutils.
8668         * lib/md5.c (OP): Fix spacing.
8669
8670 2006-01-11  Bruno Haible  <bruno@clisp.org>
8671
8672         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8673         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
8674         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
8675
8676 2006-01-11  Bruno Haible  <bruno@clisp.org>
8677
8678         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8679         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
8680         the "early" section as well.
8681
8682 2006-01-11  Bruno Haible  <bruno@clisp.org>
8683
8684         Avoid "ar: no archive members specified" error on MacOS X.
8685         * gnulib-tool (func_modules_add_dummy): New function.
8686         (func_import, func_create_testdir): Invoke it.
8687
8688 2006-01-11  Bruno Haible  <bruno@clisp.org>
8689
8690         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
8691         with $auxdir in AC_CONFIG_FILES statements.
8692
8693 2006-01-11  Bruno Haible  <bruno@clisp.org>
8694
8695         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8696         Initialize also noinst_HEADERS to empty.
8697
8698 2006-01-11  Bruno Haible  <bruno@clisp.org>
8699
8700         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
8701         variables.
8702         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
8703         autoreconf.
8704
8705 2006-01-11  Bruno Haible  <bruno@clisp.org>
8706
8707         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
8708         overridable by the user.
8709         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8710
8711 2006-01-10  Simon Josefsson  <jas@extundo.com>
8712
8713         * modules/sys_socket: New file.
8714
8715 2006-01-10  Simon Josefsson  <jas@extundo.com>
8716
8717         * m4/sys_socket_h.m4: New file.
8718
8719 2006-01-10  Simon Josefsson  <jas@extundo.com>
8720
8721         * lib/socket_.h: New file.
8722
8723 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8724
8725         * modules/readutmp (Maintainer): Add myself.
8726
8727 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8728
8729         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
8730         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
8731         People who are still concerned with buggy memcmp implementations
8732         can invoke gl_FUNC_MEMCMP themselves.
8733
8734 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8735
8736         * lib/regex_internal.h (BITSET_WORD_BITS):
8737         Work around a bug in 64-bit PGC (before version 6.1-2), where the
8738         preprocessor mishandles large unsigned values as if they were signed.
8739         Problem reported by Claudio Fontana in
8740         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
8741
8742 2006-01-10  Jim Meyering  <jim@meyering.net>
8743
8744         Avoid the double-free (first in fts_read, second in fts_close) that
8745         would occur when an `active' directory is made inaccessible (e.g.,
8746         via chmod a-x) during a traversal.
8747         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8748         before returning.  Reproduce this failure by
8749         mkdir -p a/b; cd a; chmod a-x . b
8750         Reported by Stavros Passas.
8751
8752         Sync from coreutils.
8753         * lib/sha1.c: Tweak grammar in a comment.
8754
8755 2006-01-10  Jim Meyering  <jim@meyering.net>
8756
8757         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
8758         Patch by Joerg Sonnenberger.
8759
8760 2006-01-10  Bruno Haible  <bruno@clisp.org>
8761
8762         * modules/readutmp: Depend on module free.
8763         * modules/strtok_r: Depend on module restrict.
8764
8765 2006-01-10  Bruno Haible  <bruno@clisp.org>
8766
8767         * modules/gettext (configure.ac): Add an invocation of
8768         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
8769
8770 2006-01-10  Bruno Haible  <bruno@clisp.org>
8771
8772         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
8773         Reported by Werner Lemberg <wl@gnu.org>.
8774
8775 2006-01-10  Bruno Haible  <bruno@clisp.org>
8776
8777         * lib/localcharset.c: Update from GNU gettext.
8778
8779 2006-01-10  Bruno Haible  <bruno@clisp.org>
8780
8781         * lib/argp.h (__const): Remove macro. Use const instead.
8782         * lib/argp-fmtstream.h (__const): Likewise.
8783         * lib/glob_.h (__const): Remove macro.
8784         * lib/glob-libc.h: Use const instead of __const.
8785
8786 2006-01-10  Bruno Haible  <bruno@clisp.org>
8787
8788         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
8789         variable.
8790         Needed to avoid an automake error regarding the 'gettext' module.
8791
8792 2006-01-09  Simon Josefsson  <jas@extundo.com>
8793
8794         * modules/inet_ntop (Depends-on): Add restrict.
8795
8796 2006-01-09  Simon Josefsson  <jas@extundo.com>
8797
8798         * modules/gc-rijndael-tests (License): Put under LGPL.
8799
8800         * modules/gc-des-tests (License): Likewise.
8801
8802         * modules/gc-arcfour-tests (License): Likewise.
8803
8804         * modules/gc-arctwo-tests (License): Likewise.
8805
8806         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
8807
8808         * modules/gc-hmac-sha1-tests (Files): Likewise.
8809
8810         * modules/gc-hmac-md5-tests (License): Likewise.
8811
8812         * modules/gc-sha1-tests (License): Likewise.
8813
8814         * modules/gc-md5-tests (License): Likewise.
8815
8816         * modules/gc-md4-tests (License): Likewise.
8817
8818         * modules/gc-md2-tests (License): Likewise.
8819
8820         * modules/gc-tests (License): Likewise.
8821
8822         * modules/des-tests (License): Likewise.
8823
8824         * modules/md4-tests (License): Likewise.
8825
8826         * modules/md2-tests (License): Likewise.
8827
8828 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8829
8830         Sync from coreutils:
8831
8832         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
8833         * modules/lib-ignore: New file.
8834         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
8835         chdir-safer.m4, lchmod.m4.
8836         * modules/openat: Add mkdirat.c, openat-priv.h.
8837
8838 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8839
8840         Sync from coreutils.
8841         * m4/lib-ignore.m4: New file.
8842         * m4/lchmod.m4: New file.
8843
8844 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8845
8846         Sync from coreutils.
8847         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
8848         for write access: POSIX says that must fail.
8849         * lib/fts.c (diropen): Likewise.
8850         * lib/save-cwd.c (save_cwd): Likewise.
8851         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
8852         well, for minor improvements on hosts that lack O_DIRECTORY.
8853         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
8854         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
8855         Fall back on chown if open failed with EACCES.
8856
8857         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
8858         Report an error at compile-time if only a 1-second nominal clock
8859         resolution is found.
8860
8861         * lib/lchmod.h: New file.
8862         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
8863         (make_dir_parents): Use lchown rather than chown, and
8864         lchmod rather than chmod.
8865
8866         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
8867         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
8868         "proc" reported by n0dalus.
8869
8870         * lib/mountlist.c: Include <limits.h>.
8871         (dev_from_mount_options)
8872         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
8873         New function.  It no longer assumes "dev=" has the System V meaning
8874         on Linux (since it doesn't).  It also parses "dev=" more carefully.
8875         (read_file_system_list)
8876         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
8877         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
8878         dev= in that case.
8879
8880         * lib/posixtm.h (PDS_PRE_2000): New macro.
8881         * lib/posixtm.c (year): Arg is now syntax_bits rather than
8882         allow_century.  All usages changed.  Reject dates outside the range
8883         1969-1999 if PDS_PRE_2000 is used.
8884
8885 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8886
8887         Sync from coreutils.
8888         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
8889         (Time of day items): Mention the possibility of leap seconds.
8890         Problem reported by Dr. David Alan Gilbert.
8891
8892 2006-01-09  Jim Meyering  <jim@meyering.net>
8893
8894         Sync from coreutils.
8895
8896         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
8897
8898         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
8899
8900         * lib/modechange.c (mode_compile): Reject an invalid mode string
8901         that starts with an octal digit.  From Andreas Gruenbacher.
8902
8903         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
8904         and dup to open_safer and dup_safer, respectively.
8905         (openat_permissive): Fix typo in comment.
8906
8907         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
8908         "gettext.h"; either no longer needed or are guaranteed by openat.h.
8909         (_): Remove; no longer needed.
8910         (openat): Renamed from rpl_openat; no need for rpl_openat
8911         since openat.h renames openat for us.
8912         Replace most of the body with a call to openat_permissive,
8913         to avoid duplicate code.
8914         Port to (probably hypothetical) environments were mode_t is
8915         wider than int.
8916         (openat_permissive): Require mode arg, so that we can check
8917         types better.  Put it just after flags.  Change cwd failure
8918         indicator from pointer-to-bool to pointer-to-errno-value.
8919         All callers changed.
8920         Invoke openat_save_fail and/or openat_restore_fail if
8921         cwd_errno is null, so that openat can call us.
8922         (openat_permissive, fdopendir, fstatat, unlinkat):
8923         Simplify errno handling to avoid some duplicate code,
8924         as it's OK to set errno on success.
8925         * lib/openat.h: Revamp code so that function macros depend on
8926         __OPENAT_PREFIX only, not also on AT_FDCWD.
8927         (openat_ro): Remove.  Caller changed to use openat_permissive.
8928         (openat_permissive): Now a macro, if not a function.
8929         (openat_restore_fail, openat_save_fail): Now always functions,
8930         since mkdirat needs them even if __OPENAT_PREFIX is defined.
8931
8932         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
8933         and openat.c.
8934         * lib/mkdirat.c: Include openat-priv.h.
8935         Remove definitions of macros defined therein.
8936         * lib/openat.c: Likewise.
8937
8938         * lib/mkdirat.c (mkdirat): New file and function.
8939         * lib/openat.h (mkdirat): Declare.
8940
8941         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
8942
8943         * lib/openat.h (openat_permissive): Declare.
8944         (openat_ro): Define.
8945
8946         * lib/openat.c (EXPECTED_ERRNO): New macro.
8947         (openat_permissive): New function -- used in remove.c rewrite.
8948         (all functions): Set errno just before returning, only if there
8949         was an actual failure.
8950         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
8951
8952         Emulate openat-family functions using Linux's procfs, if possible.
8953         Idea and some code based on Ulrich Drepper's glibc changes.
8954
8955         * lib/openat.c: (BUILD_PROC_NAME): New macro.
8956         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
8957         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
8958         before falling back on save_cwd and restore_cwd.
8959         (fdopendir, fstatat, unlinkat): Likewise.
8960
8961         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
8962         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
8963
8964         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
8965         as second argument to va_arg.  Otherwise, some versions of gcc
8966         warn that `if this code is reached, the program will abort'.
8967
8968 2006-01-09  Jim Meyering  <jim@meyering.net>
8969
8970         Sync from coreutils.
8971         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
8972         Require openat-priv.h.
8973
8974 2006-01-09  Bruno Haible  <bruno@clisp.org>
8975
8976         * modules/strnlen (Include): Use strnlen.h.
8977
8978 2006-01-09  Bruno Haible  <bruno@clisp.org>
8979
8980         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
8981
8982 2006-01-09  Bruno Haible  <bruno@clisp.org>
8983
8984         * lib/sysexit_.h (EX_OK): New macro.
8985         Suggested by Martin Lambers <marlam@marlam.de>.
8986
8987 2006-01-09  Bruno Haible  <bruno@clisp.org>
8988
8989         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
8990         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
8991
8992 2006-01-09  Bruno Haible  <bruno@clisp.org>
8993
8994         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
8995         numbers.
8996
8997 2006-01-09  Bruno Haible  <bruno@clisp.org>
8998
8999         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
9000         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
9001         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
9002         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
9003
9004 2006-01-09  Bruno Haible  <bruno@clisp.org>
9005
9006         * build-aux/javacomp.sh.in: New file, moved from lib/.
9007         * modules/javacomp-script (Files): Update.
9008         (configure.ac): Add AC_CONFIG_FILES invocation.
9009         (EXTRA_DIST): Remove variable.
9010
9011         * build-aux/javaexec.sh.in: New file, moved from lib/.
9012         * modules/javaexec (Files): Update.
9013         (configure.ac): Add AC_CONFIG_FILES invocation.
9014         (EXTRA_DIST): Remove javaexec.sh.in.
9015
9016         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9017         * modules/csharpcomp-script (Files): Update.
9018         (configure.ac): Add AC_CONFIG_FILES invocation.
9019         (EXTRA_DIST): Remove variable.
9020
9021         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9022         * modules/csharpexec (Files): Update.
9023         (configure.ac): Add AC_CONFIG_FILES invocation.
9024         (EXTRA_DIST): Remove csharpexec.sh.in.
9025
9026 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9027
9028         Sync from coreutils.
9029
9030         Add POSIX ACL support
9031         * lib/acl.h (copy_acl, set_acl): Add declarations.
9032         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9033         systems other than Linux.
9034         (chmod_or_fchmod): New function: use fchmod when possible,
9035         and chmod otherwise.
9036         (file_has_acl): Add a POSIX ACL implementation, with a
9037         Linux-specific subcase.
9038         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9039         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9040         acls are unsupported.
9041         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9042         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9043         are unsupported.
9044
9045 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9046
9047         Sync from coreutils.
9048         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9049
9050 2006-01-07  Bruno Haible  <bruno@clisp.org>
9051
9052         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9053         gl_EARLY.
9054
9055 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9056
9057         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9058         Problem reported for Mingw by Mark Junker.
9059
9060 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9061
9062         * README: Gnulib normally doesn't generate a tarball.
9063
9064 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9065
9066         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9067         long int, not int, for nanosecond counts, so that people who are
9068         used to POSIX struct timespec won't be surprised.  Reported by Jim
9069         Meyering.
9070
9071 2005-12-28  Bruno Haible  <bruno@clisp.org>
9072
9073         * build-aux/config.rpath: Update from GNU gettext.
9074
9075 2005-12-16  Jim Meyering  <jim@meyering.net>
9076
9077         * modules/fprintftime: New module.
9078         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9079
9080 2005-12-16  Jim Meyering  <jim@meyering.net>
9081
9082         * m4/fprintftime.m4: New file.
9083
9084 2005-12-16  Jim Meyering  <jim@meyering.net>
9085
9086         * lib/fprintftime.c, lib/fprintftime.h: New files.
9087
9088 2005-12-15  Simon Josefsson  <jas@extundo.com>
9089
9090         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9091         new m4/socklen.m4.
9092
9093 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9094
9095         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9096         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9097
9098 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9099
9100         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9101         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9102         struct uparams is valid. Fall back to the default values if it is
9103         not.
9104
9105 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9106
9107         * modules/argp (Files): Add argp-pin.c
9108         (Depends-on): dirname
9109         (lib_SOURCES): Add argp-pin.c
9110
9111 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9112
9113         * m4/argp.m4:  Check if program_invocation_name and
9114         program_invocation_short_name are declared and define appropriate
9115         macros if they are not.
9116
9117 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9118
9119         * lib/argp-help.c (__argp_base_name): New function
9120         (__argp_short_program_name): Rewrite using __argp_base_name
9121         * lib/argp-namefrob.h: Define program_invocation_name and
9122         program_invocation_short_name if requested
9123         (__argp_base_name): Add prototype
9124         * lib/argp-parse.c (argp_def): Use gettext wrappers
9125         (argp_default_parser): Use __argp_base_name
9126         * lib/argp-pin.c: New file. Defines program_invocation_name and
9127         program_invocation_short_name on systems that lack them.
9128
9129 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9130
9131         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9132         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9133         porting problem reported by Georg Schwarz in
9134         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9135
9136 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9137
9138         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9139         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9140         porting problem reported by Georg Schwarz in
9141         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9142
9143 2005-12-05  Bruno Haible  <bruno@clisp.org>
9144
9145         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9146         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9147         Reported by Mark Junker <mjscod@gmx.de>.
9148
9149 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9150
9151         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9152         Use implementation from Albert Chin, with some
9153         comments/corrections by Stepan Kasal and myself.
9154
9155 2005-12-02  Bruno Haible  <bruno@clisp.org>
9156
9157         * gnulib-tool (func_import): Accept GPLed build tool modules when
9158         --lgpl is given.
9159         * modules/csharpcomp-script: New file.
9160         * modules/csharpcomp: Depend on it.
9161         * modules/javacomp-script: New file.
9162         * modules/javacomp: Depend on it.
9163         Suggested by Simon Josefsson.
9164
9165 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9166
9167         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
9168         statement, to work around an HP-UX 10.20 compiler bug reported by
9169         Peter O'Gorman.
9170
9171 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9172
9173         * modules/savedir (Depends-on): Add openat.
9174
9175 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9176
9177         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
9178         (uintmax_t) [defined uintmax_t]: Do not declare.
9179         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
9180         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
9181         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
9182         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
9183         sake of portability to weird hosts that C allows (though we don't
9184         know of any practical examples).
9185
9186         * lib/savedir.h (fdsavedir): New decl.
9187         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
9188         contains most of the former guts of savedir.
9189         (savedir): Use savedirstream.
9190         Include "openat.h".
9191
9192 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9193
9194         * modules/obstack (Files): Add m4/ulonglong.m4.
9195         Problem reported by Davide Angelocola.
9196
9197 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9198
9199         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
9200         coreutils no longer futzes with rounding modes.
9201
9202 2005-11-14  Jim Meyering  <jim@meyering.net>
9203
9204         * lib/mkstemp-safer.c: Include <config.h>, required for possible
9205         replacement of mkstemp.
9206
9207 2005-11-10  Simon Josefsson  <jas@extundo.com>
9208
9209         * lib/readline.c: Remove EOL.
9210
9211 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9212
9213         * modules/gethrxtime (Depends-on): Add gettime.
9214
9215 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9216
9217         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
9218         or gettimeofday; no longer needed.
9219
9220 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9221
9222         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
9223         time business.
9224         (gethrxtime) [! (HAVE_NANOUPTIME
9225         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
9226         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
9227         our own approximation.
9228
9229 2005-11-08  Eric Blake  <ebb9@byu.net>
9230
9231         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9232
9233 2005-11-08  Eric Blake  <ebb9@byu.net>
9234
9235         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9236
9237 2005-11-04  Bruno Haible  <bruno@clisp.org>
9238
9239         * gnulib-tool: Implement --update mode.
9240
9241 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9242
9243         Fix porting problem reported by Theodoros V. Kalamatianos.
9244         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
9245         Don't assume that futimes failing means we must fail.
9246
9247 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9248
9249         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
9250         variables to suggest the intended function of the PATH_MAX check.
9251
9252 2005-10-30  Kean Johnston  <jkj@sco.com>
9253
9254         Trivial changes to support SCO systems.
9255         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
9256         as PATH_MAX.
9257         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
9258         where __ptr is null when no I/O is pending.
9259
9260 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
9261
9262         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
9263         leave errno alone.  Problem reported by Dmitry V. Levin.
9264
9265 2005-10-28  Simon Josefsson  <jas@extundo.com>
9266
9267         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
9268         Test more.
9269
9270         * tests/test-gc-md2.c, tests/test-md2.c: New files.
9271
9272         * modules/md2, modules/md2-tests: New files.
9273
9274 2005-10-28  Simon Josefsson  <jas@extundo.com>
9275
9276         * m4/inet_ntop.m4: More tests.
9277
9278         * m4/gc-md2.m4, md2.m4: New file.
9279
9280 2005-10-28  Simon Josefsson  <jas@extundo.com>
9281
9282         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
9283         "restrict" keywords, as per POSIX.  Protect the function
9284         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
9285         Don't use K&R prototypes.  Check the sprintf return values.
9286         Re-define EAFNOSUPPORT if not present.  Indent.
9287
9288         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
9289         suggested by Bruno Haible <bruno@clisp.org>.
9290
9291         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
9292
9293         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
9294
9295         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
9296         libgcrypt).
9297
9298         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
9299
9300         * lib/md2.h, lib/md2.c: New files.
9301
9302 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
9303
9304         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
9305         errno alone.  Problem reported by Frederic Jolliton.
9306
9307 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9308
9309         * modules/verify (License): Change from GPL to LGPL.  This is a
9310         tiny module and there are apparently near-equivalents that are
9311         under the BSD license.
9312
9313 2005-10-24  Simon Josefsson  <jas@extundo.com>
9314
9315         * modules/sha1: Relicense to LGPL.
9316
9317 2005-10-24  Simon Josefsson  <jas@extundo.com>
9318
9319         * lib/md4.h: Shrink buffer size, now that we changed the type.
9320
9321 2005-10-23  Simon Josefsson  <jas@extundo.com>
9322
9323         * gnulib-tool (func_import): Fix --tests-base.
9324
9325 2005-10-22  Simon Josefsson  <jas@extundo.com>
9326
9327         * modules/arcfour (Depends-on): Need stdint.
9328
9329 2005-10-22  Simon Josefsson  <jas@extundo.com>
9330
9331         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
9332         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
9333
9334 2005-10-22  Simon Josefsson  <jas@extundo.com>
9335
9336         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
9337         suggested by Bruno Haible <bruno@clisp.org>.
9338
9339 2005-10-22  Simon Josefsson  <jas@extundo.com>
9340
9341         * lib/crc.h: Include stddef.h, for size_t.
9342
9343 2005-10-22  Simon Josefsson  <jas@extundo.com>
9344
9345         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
9346         arcfour_context struct (simplify test vector testing in GNU
9347         Shishi).
9348
9349 2005-10-21  Simon Josefsson  <jas@extundo.com>
9350
9351         * modules/des, modules/des-tests: New files.
9352
9353         * modules/gc-des, modules/gc-des-tests: New files.
9354
9355         * tests/test-des.c, tests/test-gc-des.c: New file.
9356
9357 2005-10-21  Simon Josefsson  <jas@extundo.com>
9358
9359         * modules/arctwo, modules/arctwo-tests: New files.
9360
9361         * tests/test-arctwo.c: New file.
9362
9363         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
9364
9365         * tests/test-gc-arctwo.c: New file.
9366
9367 2005-10-21  Simon Josefsson  <jas@extundo.com>
9368
9369         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
9370         Bruno Haible <bruno@clisp.org>.
9371
9372         * m4/gc-des.m4: New file.
9373
9374 2005-10-21  Simon Josefsson  <jas@extundo.com>
9375
9376         * m4/arctwo.m4: New file.
9377
9378         * m4/gc-arctwo.m4: New file.
9379
9380 2005-10-21  Simon Josefsson  <jas@extundo.com>
9381
9382         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
9383         block.
9384
9385 2005-10-21  Simon Josefsson  <jas@extundo.com>
9386
9387         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
9388         <bruno@clisp.org>.
9389
9390         * lib/hmac-sha1.c (hmac_sha1): Likewise.
9391
9392         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
9393         Bruno Haible <bruno@clisp.org>.
9394
9395         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
9396         <bruno@clisp.org>.
9397
9398 2005-10-21  Simon Josefsson  <jas@extundo.com>
9399
9400         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
9401
9402 2005-10-21  Simon Josefsson  <jas@extundo.com>
9403
9404         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
9405
9406 2005-10-21  Simon Josefsson  <jas@extundo.com>
9407
9408         * lib/des.h, lib/des.c: New files.
9409
9410         * lib/gc-gnulib.c: Support DES.c
9411
9412 2005-10-21  Simon Josefsson  <jas@extundo.com>
9413
9414         * lib/arctwo.h, lib/arctwo.c: New files.
9415
9416         * lib/gc-gnulib.c: Support ARCTWO.
9417
9418 2005-10-21  Simon Josefsson  <jas@extundo.com>
9419
9420         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
9421         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9422
9423 2005-10-21  Simon Josefsson  <jas@extundo.com>
9424
9425         * gnulib-tool (func_import, func_create_testdir): Define automake
9426         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
9427         Makefile.am snippet),
9428         suggested by Bruno Haible <bruno@clisp.org>.
9429
9430         * modules/gc (Makefile.am): Use it.
9431
9432 2005-10-21  Bruno Haible  <bruno@clisp.org>
9433
9434         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
9435         patch.
9436
9437 2005-10-19  Simon Josefsson  <jas@extundo.com>
9438
9439         * tests/test-gc-rijndael.c: New file.
9440
9441         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
9442
9443 2005-10-19  Simon Josefsson  <jas@extundo.com>
9444
9445         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
9446         interface too.
9447
9448 2005-10-19  Simon Josefsson  <jas@extundo.com>
9449
9450         * tests/test-gc-arcfour.c: New file.
9451
9452         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
9453
9454 2005-10-19  Simon Josefsson  <jas@extundo.com>
9455
9456         * modules/gc-md4, modules/gc-md4-tests: New file.
9457
9458         * tests/test-gc-md4.c: New file.
9459
9460 2005-10-19  Simon Josefsson  <jas@extundo.com>
9461
9462         * m4/gc-md4.m4: New file.
9463
9464 2005-10-19  Simon Josefsson  <jas@extundo.com>
9465
9466         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
9467         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
9468         <kasal@ucw.cz>.
9469
9470 2005-10-19  Simon Josefsson  <jas@extundo.com>
9471
9472         * m4/gc-arcfour.m4: New file.
9473
9474         * m4/gc-rijndael.m4: New file.
9475
9476 2005-10-19  Simon Josefsson  <jas@extundo.com>
9477
9478         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
9479
9480 2005-10-19  Simon Josefsson  <jas@extundo.com>
9481
9482         * lib/gc-gnulib.c: Support ARCFOUR.
9483
9484 2005-10-19  Simon Josefsson  <jas@extundo.com>
9485
9486         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
9487         support.
9488
9489         * lib/gc.h: Add ECB enum type.
9490
9491         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
9492
9493 2005-10-18  Simon Josefsson  <jas@extundo.com>
9494
9495         * tests/test-md5.c: New file.
9496
9497         * modules/md5-tests: New file.
9498
9499 2005-10-18  Simon Josefsson  <jas@extundo.com>
9500
9501         * tests/test-md4.c: New file.
9502
9503         * modules/md4, modules/md4-tests: New files.
9504
9505 2005-10-18  Simon Josefsson  <jas@extundo.com>
9506
9507         * m4/md4.m4: New file.
9508
9509 2005-10-18  Simon Josefsson  <jas@extundo.com>
9510
9511         * lib/md4.h, lib/md4.c: New files, based on md5.?.
9512
9513 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
9514
9515         * gnulib-tool (func_create_testdir): Omit the second check whether
9516         BUILT_SOURCES in nonempty.
9517
9518 2005-10-17  Simon Josefsson  <jas@extundo.com>
9519
9520         * tests/test-rijndael.c: New file.
9521
9522 2005-10-17  Simon Josefsson  <jas@extundo.com>
9523
9524         * modules/sha1: Depend on stdint instead of md5.
9525
9526         * modules/md5: Depend on stdint, remove uint32_t.
9527
9528 2005-10-17  Simon Josefsson  <jas@extundo.com>
9529
9530         * modules/gc-sha1-tests: New file.
9531
9532         * tests/test-gc-sha1.c: New file.
9533
9534 2005-10-17  Simon Josefsson  <jas@extundo.com>
9535
9536         * m4/md5.m4: Remove call to uint32_t.m4.
9537
9538 2005-10-17  Simon Josefsson  <jas@extundo.com>
9539
9540         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
9541
9542         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
9543         md5.h.
9544
9545         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
9546
9547         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
9548
9549 2005-10-17  Simon Josefsson  <jas@extundo.com>
9550
9551         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
9552
9553 2005-10-17  Simon Josefsson  <jas@extundo.com>
9554
9555         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
9556
9557 2005-10-17  Simon Josefsson  <jas@extundo.com>
9558
9559         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
9560
9561         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
9562
9563 2005-10-17  Bruno Haible  <bruno@clisp.org>
9564
9565         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
9566         that it can also be used in a test.
9567
9568 2005-10-16  Bruno Haible  <bruno@clisp.org>
9569
9570         * gnulib-tool (func_emit_tests_Makefile_am): Also define
9571         TESTS_ENVIRONMENT, so that individual tests can augment it.
9572
9573         * gnulib-tool (func_create_testdir): Use an intermediate target for
9574         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
9575         macros, like $(ALLOCA_H), which cannot be passed through the command
9576         line.
9577
9578 2005-10-15  Simon Josefsson  <jas@extundo.com>
9579
9580         * modules/rijndael-tests: New file.
9581
9582         * modules/rijndael: New file.
9583
9584 2005-10-15  Simon Josefsson  <jas@extundo.com>
9585
9586         * m4/rijndael.m4: New file.
9587
9588 2005-10-15  Simon Josefsson  <jas@extundo.com>
9589
9590         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
9591
9592         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
9593
9594 2005-10-14  Simon Josefsson  <jas@extundo.com>
9595
9596         * tests/test-arcfour.c: New file.
9597
9598         * modules/arcfour, modules/arcfour-tests: New files.
9599
9600 2005-10-14  Simon Josefsson  <jas@extundo.com>
9601
9602         * m4/arcfour.m4: New file.
9603
9604 2005-10-14  Simon Josefsson  <jas@extundo.com>
9605
9606         * lib/arcfour.h, lib/arcfour.c: New files.
9607
9608 2005-10-14  Roland McGrath  <roland@redhat.com>
9609
9610         Import from libc.  [BZ #1331]
9611         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
9612         macro argument.
9613         Reported by Matej Vela <vela@debian.org>.
9614
9615 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9616
9617         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
9618         include <wchar.h>; no longer needed.
9619
9620 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9621
9622         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
9623
9624 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
9625         and  Ulrich Drepper  <drepper@redhat.com>
9626
9627         Import from libc.
9628         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
9629         instead of inline stream orientation test and two separate
9630         function calls.  Pay no attention to USE_IN_LIBIO.
9631
9632 2005-10-13  Simon Josefsson  <jas@extundo.com>
9633
9634         * modules/gc-hmac-md5-tests: New file.
9635
9636         * tests/test-gc-hmac-sha1.c: New file.
9637
9638         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
9639
9640         * modules/gc-hmac-md5-tests: New file.
9641
9642         * tests/test-gc-md5.c: New file.
9643
9644         * modules/gc-md5-tests: New file.
9645
9646 2005-10-13  Simon Josefsson  <jas@extundo.com>
9647
9648         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
9649         Move memory allocation outside of loop.
9650
9651 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
9652
9653         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
9654         intermediate directory is in a read-only file system.  Problem
9655         reported by Eric Blake.
9656
9657 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
9658
9659         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
9660
9661 2005-10-12  Simon Josefsson  <jas@extundo.com>
9662
9663         * tests/test-hmac-sha1.c: New file.
9664
9665         * modules/hmac-sha1-tests: New file.
9666
9667         * modules/hmac-sha1: New file.
9668
9669 2005-10-12  Simon Josefsson  <jas@extundo.com>
9670
9671         * modules/gc-sha1: New file.
9672
9673 2005-10-12  Simon Josefsson  <jas@extundo.com>
9674
9675         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
9676
9677         * tests/test-gc-pbkdf2-sha1.c: New file.
9678
9679 2005-10-12  Simon Josefsson  <jas@extundo.com>
9680
9681         * modules/gc-md5, modules/gc-hmac-md5: New files.
9682
9683         * modules/gc (Files): Remove md5, memxor and hmac files.
9684
9685 2005-10-12  Simon Josefsson  <jas@extundo.com>
9686
9687         * m4/gc-pbkdf2-sha1.m4: New file.
9688
9689         * m4/gc-hmac-sha1.m4: New file.
9690
9691         * m4/gc-sha1: New file.
9692
9693         * m4/hmac-sha1.m4: New file.
9694
9695 2005-10-12  Simon Josefsson  <jas@extundo.com>
9696
9697         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
9698
9699         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
9700
9701 2005-10-12  Simon Josefsson  <jas@extundo.com>
9702
9703         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
9704         suggested by Bruno Haible <bruno@clisp.org>.
9705
9706 2005-10-12  Simon Josefsson  <jas@extundo.com>
9707
9708         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
9709
9710 2005-10-12  Simon Josefsson  <jas@extundo.com>
9711
9712         * lib/gc-pbkdf2-sha1.c: New file.
9713
9714         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
9715
9716 2005-10-12  Simon Josefsson  <jas@extundo.com>
9717
9718         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
9719
9720         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
9721
9722 2005-10-12  Simon Josefsson  <jas@extundo.com>
9723
9724         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
9725         GC_USE_HMAC_MD5, respectively.
9726
9727         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
9728         (gc_md5): Fix typo.
9729
9730         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
9731
9732         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
9733
9734         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
9735
9736 2005-10-12  Bruno Haible  <bruno@clisp.org>
9737
9738         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
9739         Reported by Stepan Kasal <kasal@ucw.cz>.
9740
9741 2005-10-11  Simon Josefsson  <jas@extundo.com>
9742
9743         * tests/test-crc.c: New file.
9744
9745         * modules/crc, modules/crc-tests: New files.
9746
9747 2005-10-11  Simon Josefsson  <jas@extundo.com>
9748
9749         * m4/crc.m4: New file.
9750
9751 2005-10-11  Simon Josefsson  <jas@extundo.com>
9752
9753         * lib/gc.h: Add gc_hash and gc_hash_buffer.
9754
9755         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
9756
9757         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
9758
9759 2005-10-11  Simon Josefsson  <jas@extundo.com>
9760
9761         * lib/crc.h, lib/crc.c: New files.
9762
9763         * lib/gc.h (gc_hash_buffer): Add doc.
9764
9765 2005-10-11  Bruno Haible  <bruno@clisp.org>
9766
9767         * modules/c-strcasestr: New file.
9768         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
9769
9770 2005-10-11  Bruno Haible  <bruno@clisp.org>
9771
9772         * modules/c-strcase: New file.
9773         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
9774
9775 2005-10-11  Bruno Haible  <bruno@clisp.org>
9776
9777         * lib/strcasecmp.c: Include limits.h.
9778         (strcasecmp): Avoid integer overflow on exotic platforms.
9779         * lib/strncasecmp.c: Include limits.h.
9780         (strncasecmp): Avoid integer overflow on exotic platforms.
9781         Reported by Paul Eggert.
9782
9783 2005-10-11  Bruno Haible  <bruno@clisp.org>
9784
9785         * lib/c-strcasestr.h: New file, from GNU gettext.
9786         * lib/c-strcasestr.c: New file, from GNU gettext.
9787
9788 2005-10-11  Bruno Haible  <bruno@clisp.org>
9789
9790         * lib/c-strcase.h: New file, from GNU gettext.
9791         * lib/c-strcasecmp.c: New file, from GNU gettext.
9792         * lib/c-strncasecmp.c: New file, from GNU gettext.
9793
9794 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9795
9796         * modules/mempcpy (License): GPL -> LGPL.
9797         * modules/strchrnul (License): Likewise.
9798         * modules/sysexits (License): Likewise.
9799
9800 2005-10-08  Simon Josefsson  <jas@extundo.com>
9801
9802         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
9803
9804 2005-10-07  Simon Josefsson  <jas@extundo.com>
9805
9806         * m4/memxor.m4: Remove gl_C_RESTRICT call.
9807
9808 2005-10-06  Simon Josefsson  <jas@extundo.com>
9809
9810         * tests/test-hmac-md5.c: New file.
9811
9812         * modules/hmac-md5-tests: New file.
9813
9814         * modules/hmac-md5: New file.
9815
9816 2005-10-06  Simon Josefsson  <jas@extundo.com>
9817
9818         * m4/hmac-md5.m4: New file.
9819
9820         * m4/memxor.m4: Require gl_C_RESTRICT.
9821
9822 2005-10-06  Simon Josefsson  <jas@extundo.com>
9823
9824         * lib/memxor.c (memxor): Avoid casts and warnings.
9825
9826 2005-10-06  Simon Josefsson  <jas@extundo.com>
9827
9828         * lib/hmac-md5.c: New file.
9829
9830         * lib/hmac.h: New file.
9831
9832 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9833
9834         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
9835         promotes to int, not unsigned int, to catch the AIX 5.3
9836         compiler bug.
9837
9838 2005-10-05  Simon Josefsson  <jas@extundo.com>
9839
9840         * modules/memxor: New file.
9841
9842         * modules/iconv (Files): Move config.rpath to havelib, it is used
9843         there.
9844
9845         * modules/havelib (Files): Add config.rpath.
9846
9847 2005-10-05  Simon Josefsson  <jas@extundo.com>
9848
9849         * m4/memxor.m4: New file.
9850
9851 2005-10-05  Simon Josefsson  <jas@extundo.com>
9852
9853         * lib/memxor.c (memxor): Fix compiler error.
9854
9855         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
9856         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
9857
9858         * lib/memxor.h, lib/memxor.c: New files.
9859
9860         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
9861         we assume all systems have it, suggested by Jim Meyering
9862         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
9863         any systems lack sys/socket.h; mingw32 is known to lack it, but we
9864         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
9865         same reasons.
9866
9867 2005-10-05  Simon Josefsson  <jas@extundo.com>
9868
9869         * config/srclist.txt: Add glibc bug 1423 for md5.h.
9870
9871 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9872
9873         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
9874         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
9875         needed, since the source code now assumes these .h files.
9876
9877 2005-10-05  Derek Price  <derek@ximbiot.com>
9878
9879         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
9880
9881 2005-10-05  Bruno Haible  <bruno@clisp.org>
9882
9883         * modules/stdint (License): Change to LGPL.
9884
9885 2005-10-04  Simon Josefsson  <jas@extundo.com>
9886
9887         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
9888         D. Baushke" <mdb@gnu.org>.
9889
9890 2005-10-04  Bruno Haible  <bruno@clisp.org>
9891
9892         * lib/verify.h (verify_true): Provide alternative definition for C++.
9893
9894 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
9895
9896         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
9897         (SSIZE_MAX): New macro, if not already defined.
9898         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
9899         than 2 GiB.
9900
9901 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9902
9903         Sync from coreutils.
9904         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
9905         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
9906         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
9907         ULLONG_MAX doesn't work with 2.7.2.1.
9908
9909 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9910
9911         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
9912         From Ben Pfaff.
9913
9914         * modules/exclude (Depends-on): Depend on verify.
9915         * modules/strtoimax (Depends-on): Likewise.
9916         * modules/utimecmp (Depends-on): Likewise.
9917
9918 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9919
9920         * lib/exclude.c: Include verify.h.
9921         (verify): Remove.  All callers changed to use verify.h's version.
9922         * lib/strtoimax.c: Likewise.
9923         * lib/utimecmp.c: Likewis.e
9924
9925         Sync from coreutils.
9926         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
9927         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
9928         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
9929         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
9930         bother returning ENOSYS if settimeofday or stime fails; just let
9931         them return whatever errno they want to return.
9932         * lib/utimens.c: Include unistd.h, for dup2.
9933         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
9934         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
9935
9936 2005-10-02  Jim Meyering  <jim@meyering.net>
9937
9938         Sync from coreutils.
9939         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
9940         from glibc-2.2.5 that fails for read-only files.
9941
9942 2005-10-02  Jim Meyering  <jim@meyering.net>
9943
9944         Sync from coreutils.
9945         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
9946         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
9947         `#if HAVE_CONFIG_H'.
9948         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
9949         Remove AT_FDCWD test.
9950         Do not consume the fd unless successful.
9951         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
9952         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
9953         block, so that we don't even try to compile it if settimeofday is
9954         available.  This works around a compilation failure on OSF1 V5.1,
9955         due to stime requiring a `long int*' while tv_sec is `int'.
9956
9957 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
9958
9959         Sync from coreutils.
9960         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
9961         against `yes', rather than just testing for nonempty.
9962
9963 2005-10-01  Simon Josefsson  <jas@extundo.com>
9964
9965         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
9966         and Darwin.
9967
9968         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
9969         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
9970         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
9971         freeaddrinfo and gai_strerror are declared by the POSIX headers.
9972         Check if struct addrinfo is declared.
9973
9974 2005-10-01  Simon Josefsson  <jas@extundo.com>
9975
9976         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
9977         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
9978         AI_* and EAI_* definitions.  Protect function declarations.
9979
9980 2005-10-01  Jim Meyering  <jim@meyering.net>
9981
9982         Sync from coreutils.
9983
9984         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
9985         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
9986         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
9987         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9988         in the inet and nsl libraries.  Required on Solaris 5.7.
9989
9990 2005-10-01  Jim Meyering  <jim@meyering.net>
9991
9992         Sync from coreutils.
9993         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9994         in the inet and nsl libraries.  Required on Solaris 5.7.
9995
9996 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
9997
9998         * lib/getdelim.c (getdelim): Remove unused variables.
9999
10000 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10001
10002         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
10003         so that the code works even with ancient cpp.  Portability problem
10004         with GCC 2.7.2.1 reported by Thomas M.Ott.
10005
10006 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10007
10008         * modules/regex (Depends-on): Add strcase.
10009
10010         * modules/gethostname (Licence): Change from GPL to LGPL, since
10011         gethostname.c is a trivial implementation of a standard library
10012         function.
10013         * modules/poll (License): Change from GPL to LGPL, since it's
10014         derived from LGPL code.
10015
10016 2005-09-27  Jim Meyering  <jim@meyering.net>
10017
10018         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10019         HAVE_CONFIG_H.
10020
10021         * lib/intprops.h (signed_type_or_expr__): Define.
10022         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10023         for unsigned types.
10024
10025 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10026
10027         * lib/verify.h (verify_expr): Remove, replacing with:
10028         (verify_true): New macro that returns true instead of void.
10029         (verify_type__): Remove.
10030         (verify): Use verify_true rather than verify_type__.
10031
10032 2005-09-26  Bruno Haible  <bruno@clisp.org>
10033
10034         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10035         is necessary.
10036         (lib_SOURCES): Remove mbchar.c.
10037         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10038         (Files): Add m4/mbrtowc.m4.
10039         * modules/mbiter: Likewise.
10040         * modules/mbuiter: Likewise.
10041
10042 2005-09-26  Bruno Haible  <bruno@clisp.org>
10043
10044         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10045         compile mbchar.c if they are not both present.
10046         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10047         * m4/mbiter.m4 (gl_MBITER): Likewise.
10048         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10049         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10050         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10051
10052 2005-09-25  Jim Meyering  <jim@meyering.net>
10053
10054         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10055         also uses socklen_t.
10056
10057 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10058
10059         * lib/utimens.c (ENOSYS): Define if not already defined.
10060         (futimens): Support having a null PATH if the file descriptor
10061         is nonnegative.
10062
10063         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10064         Remove.
10065         (__attribute): Define to empty unless GCC 3.1 or later.
10066         This works around a core dump on OpenBSD 3.4, which has GCC
10067         2.95.3, which dumps core when given __attribute__(()).  It also
10068         simplifies other tests, since we really don't want to bother with
10069         worrying about which ancient version of GCC supported what.
10070         Original problem reported by Yoann Vandoorselaere, with part of
10071         the fix suggested by Derek Price.
10072
10073 2005-09-24  Jim Meyering  <jim@meyering.net>
10074
10075         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10076         so we can once again use a positive bitfield width of 1 -- now we
10077         don't have to explain why we were using a bitfield width of 2.
10078
10079 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10080
10081         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10082         and similarly for the other external symbols.  Problem reported
10083         by James Gallager.
10084
10085         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10086         bug reported by Jim Meyering.
10087
10088         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10089         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10090         not needed, since socklen is a prerequisite module.
10091
10092 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10093
10094         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10095         Problem reported by Eric Blake.
10096         (getaddrinfo): Initialize se so that it's not garbage.
10097         Redo internal storage allocation so that it doesn't make unportable
10098         assumptions about alignment.
10099         Fix a memory leak.
10100
10101         * lib/utimens.c (futimens): Use futimesat if available.
10102         Prefer it to futimes since it doesn't have the futimes bug.
10103
10104         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10105         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10106         Instead, declare a function that returns a pointer to an array,
10107         and use verify_type__ to declare the size of the array.
10108         Problem and germ of a solution reported by Bruno Haible.
10109         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10110         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10111
10112 2005-09-23  Jim Meyering  <jim@meyering.net>
10113
10114         Sync from coreutils.
10115         Correct build failure (socklen_t not defined) on at least
10116         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10117         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10118
10119 2005-09-23  Jim Meyering  <jim@meyering.net>
10120
10121         * modules/getaddrinfo (Depends-on): Add socklen.
10122
10123 2005-09-23  Bruno Haible  <bruno@clisp.org>
10124
10125         * tests/test-verify.c: New file.
10126
10127 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10128
10129         Sync from coreutils.
10130
10131         * modules/argmatch (Depends-on): Add verify.
10132         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10133         unistd-safer.
10134         * modules/save-cwd (Depends-on): Likewise.
10135
10136         * modules/openat (Files): Add lib/openat-die.c.
10137         (Depends-on): Remove error, exitfail.
10138         Add dirname.
10139
10140         * modules/verify: New file.
10141         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10142         with "verify" module.
10143
10144 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10145
10146         Sync from coreutils.
10147
10148         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10149         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10150         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10151         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10152         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10153         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10154         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10155         Don't bother checking for string.h, stdlib.h, unistd.h.
10156         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10157         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10158         module's job.
10159         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10160         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10161
10162         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10163         (gl_GETDATE): Use it.
10164
10165         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
10166
10167 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10168
10169         Sync from coreutils.
10170
10171         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
10172         stat-time.h.
10173         * lib/argmatch.h: Include verify.h
10174         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
10175         (ARGMATCH_ASSERT): Remove; unused.
10176         * lib/canonicalize.c: Assume STDC_HEADERS.
10177         * lib/exclude.c: Include "strcase.h".
10178         * lib/regex_internal.h [!defined _LIBC]: Likewise.
10179         * lib/getusershell.c: Include stdio--.h rather than stdio.h
10180         and stdio-safer.h.
10181         (getusershell): Call fopen, not fopen_safer.
10182         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
10183         Do not include unistd-safer.h.
10184         (save_cwd): Don't call fd_safer; no longer needed
10185         now that we include fcntl--.h.
10186
10187         * lib/getdate.y (relative_time): New type.
10188         (RELATIVE_TIME_0): New constant.
10189         (parser_control): Use relative_time instead of doing it ourselves.
10190         (%union): Add new relative_time rel member.
10191         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
10192         Now typeless.
10193         (relunit, relunit_snumber): Now of type rel.
10194         (zone, rel, relunit, get_date): Adjust to above changes.
10195
10196         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
10197         Do not include unistd-safer.h.
10198         (getloadavg): Don't call fd_safer; no longer needed
10199         now that we include fcntl--.h.
10200
10201         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
10202         (make_dir_parents): Treat ENOSYS like EEXIST.
10203
10204         Improve quality of diagnostics on restore_cwd failure.
10205         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
10206         (make_dir_parents): Last arg is now int * (for errno), not bool *.
10207         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
10208         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
10209         each time through the loop.  Do not diagnose restore_cwd failure;
10210         that is the caller's job (and perhaps the caller does not care).
10211
10212         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
10213         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
10214         If the file already exists but is not a directory, don't bother
10215         to try to make its parents.
10216         Close potential file descriptor leak if we can't chdir("/") (!).
10217         Don't always return true if chdir($PWD) fails; return true only
10218         if the requested action was done successfully (except for the
10219         chdir($PWD)).
10220         Don't log final directory unless we actually made it.
10221         Refactor to avoid duplicate code to fix up permissions.
10222         Don't attempt to fix up parent permissions if chdir($PWD) fails.
10223
10224         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
10225         to make it a bit faster and (I hope) clearer.
10226         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
10227         Fix bug in formats like %2N.
10228
10229         * lib/verify.h: New file.
10230
10231 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10232
10233         Sync from coreutils.
10234         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
10235
10236 2005-09-22  Jim Meyering  <jim@meyering.net>
10237
10238         Sync from coreutils.
10239
10240         * m4/lstat.m4 (gl_FUNC_LSTAT):
10241         Use AC_LIBSOURCES to require lstat.c and lstat.h.
10242         Remove obsolete comment.
10243         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
10244         * m4/xstrtod.m4: Likewise.
10245
10246         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
10247
10248 2005-09-22  Jim Meyering  <jim@meyering.net>
10249
10250         Sync from coreutils.
10251
10252         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
10253
10254         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
10255         the .tm_year member, since otherwise gcc-4.0 would now warn about
10256         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
10257
10258         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
10259         order to avoid an unsuppressible warning from gcc on 64-bit systems.
10260
10261         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
10262         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
10263         when run in a time zone for which daylight savings time is in effect
10264         for the starting date.
10265
10266         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
10267         stop us from restricting permissions of just-created absolute-named
10268         directories.
10269         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
10270         to restore initial working directory.
10271         * lib/mkdir-p.c (make_dir_parents): New parameter:
10272         different_working_dir, to tell caller if/when we change the working
10273         directory and are unable to return to the initial one.
10274         * lib/mkdir-p.h (make_dir_parents): Update prototype.
10275         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
10276         `return false'.  This fixes a bug introduced on 2004-07-30.
10277
10278         * lib/openat.c (fdopendir): Be sure to close the supplied
10279         file descriptor before returning.  This makes our replacement
10280         implementation a little closer to Solaris's, where fdopendir
10281         ties the file descriptor to the returned DIR* pointer.
10282         * lib/openat.c (unlinkat): New function.
10283         * lib/openat.h (unlinkat): Add prototype.
10284         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
10285         (openat_restore_fail): Rename from openat_restore_die.
10286         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
10287
10288         Provide an alternative to exiting immediately upon save_cwd or
10289         restore_cwd failure.  Now, an application can arrange e.g.,
10290         to perform a longjump in that case.
10291         * lib/openat.c: Include dirname.h.
10292         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
10293         (rpl_openat, fdopendir, fstatat): Call openat_save_die
10294         and openat_restore_die rather than calling error directly.
10295         Don't include "error.h" or "exitfail.h"; they're no longer needed.
10296
10297         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
10298         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
10299         define.
10300
10301         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
10302         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
10303                             int utc, int nanoseconds);
10304         Background:
10305         date should not have to allocate a megabyte of virtual memory to
10306         handle a format argument like +%1048575T.  When implemented with
10307         strftime, it must allocate such a buffer, use strftime to fill it
10308         in, print it, then free it.
10309         With fprintftime, it simply prints everything and exits.
10310         With no need for memory allocation, that's one fewer way to fail.
10311         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
10312         optional field width, not before, so we accept %9:z, not %:9z.
10313         (my_strftime): Be sure to use L_('x') for literals.
10314
10315         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
10316         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
10317         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
10318         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
10319         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
10320         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
10321         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
10322         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
10323         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
10324         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
10325         * lib/xgethostname.c, lib/xreadlink.c:
10326         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
10327
10328         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
10329         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
10330         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
10331         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
10332         and don't include <sys/file.h>).
10333
10334 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
10335
10336         Sync from coreutils.
10337
10338         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
10339         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
10340         [!LDAV_DONE]: Avoid unused variable warning.
10341
10342 2005-09-21  Bruno Haible  <bruno@clisp.org>
10343
10344         * lib/unicodeio.h (unicode_to_mb): New declaration.
10345
10346 2005-09-20  Derek Price  <derek@ximbiot.com>
10347
10348         * lib/getaddrinfo.c: Don't include <netdb.h> included from
10349         getaddrinfo.h.
10350
10351 2005-09-20  Bruno Haible  <bruno@clisp.org>
10352
10353         * gnulib-tool: Remove trailing slashes from the values specified for
10354         --source-base, --m4-base, --tests-base, --aux-dir.
10355         Suggested by Simon Josefsson <jas@extundo.com>.
10356
10357 2005-09-20  Bruno Haible  <bruno@clisp.org>
10358
10359         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
10360         func_modules_to_filelist, func_import, func_create_testdir): Make all
10361         sorting results locale-independent, so that gnulib-cache.m4 doesn't
10362         change when gnulib-tool is invoked in a different locale.
10363
10364 2005-09-19  Simon Josefsson  <jas@extundo.com>
10365
10366         * m4/socklen.m4: Fix typo.
10367
10368 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10369
10370         Use a consistent style for including <config.h>.
10371         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
10372         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
10373         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
10374         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
10375         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
10376         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
10377         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
10378         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
10379         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
10380         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
10381         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
10382         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
10383         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
10384         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
10385         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
10386         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
10387         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
10388         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
10389         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
10390         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
10391         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
10392         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
10393         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
10394         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
10395         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
10396         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
10397         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
10398         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
10399         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
10400         lib/xstrtoumax.c, lib/yesno.c:
10401         Standardize inclusion of config.h.
10402         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
10403         lib/inttostr.h:  Removed inclusion of config.h from header files.
10404         * lib/inttostr.c:  Adjusted in-tree users.
10405         * lib/timespec.h: Remove superfluous warning to include config.h.
10406         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
10407         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
10408         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
10409         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
10410         config.h with HAVE_CONFIG_H.
10411
10412 2005-09-19  Jim Meyering  <jim@meyering.net>
10413
10414         * modules/pathmax (License): Change to LGPL.
10415
10416 2005-09-19  Derek Price  <derek@ximbiot.com>
10417
10418         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
10419
10420 2005-09-19  Bruno Haible  <bruno@clisp.org>
10421
10422         * gnulib-tool (import): Provide default for --tests-base.
10423
10424 2005-09-19  Bruno Haible  <bruno@clisp.org>
10425
10426         * doc/quote.texi: New file, extracted from gnulib.texi.
10427         * doc/ctime.texi: New file, extracted from gnulib.texi.
10428         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
10429         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
10430         * doc/gnulib.texi: Include them.
10431
10432 2005-09-18  Bruno Haible  <bruno@clisp.org>
10433
10434         Portability fix.
10435         * gnulib-tool (func_readlink): New function.
10436         (func_ln_if_changed): Use it.
10437
10438 2005-09-18  Bruno Haible  <bruno@clisp.org>
10439
10440         * gnulib-tool: Support --with-tests also with --import.
10441         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
10442         (func_import): Use variables $testsbase and $inctests. Emit a
10443         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
10444         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
10445         SUBDIRS += $testsdir.
10446         (func_create_testdir): Update.
10447
10448 2005-09-18  Bruno Haible  <bruno@clisp.org>
10449
10450         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
10451         instead of $dry_run.
10452         (func_cp_if_changed, func_mv_if_changed): Remove functions.
10453         (func_ln_if_changed): Don't handle dry-run here.
10454         (func_import): In dry-run mode, detect more precisely which actions
10455         would be performed, and don't use "...ing" verbs.
10456
10457 2005-09-18  Bruno Haible  <bruno@clisp.org>
10458
10459         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
10460         (func_import): Use join on two temporary files instead of three nested
10461         loops, in order to determine which files are new or old.
10462
10463 2005-09-18  Bruno Haible  <bruno@clisp.org>
10464
10465         * gnulib-tool (func_import): Comment out code that spits out the
10466         new files with --dry-run.
10467
10468 2005-09-18  Bruno Haible  <bruno@clisp.org>
10469
10470         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
10471
10472 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10473
10474         * lib/stat-time.h: New file.
10475         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
10476         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
10477         in a different way.
10478         (timespec_cmp): New function.
10479         * lib/utimecmp.c: Include stat-time.h.
10480         (SYSCALL_RESOLUTION): Depend on whether various struct stat
10481         members exist, not on the obsolescent ST_MTIM_NSEC.
10482         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
10483
10484 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10485
10486         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
10487
10488 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10489
10490         * MODULES.html.sh (File system functions): Add stat-time.
10491         * modules/stat-time: New file.
10492         * modules/timespec (Files): Remove m4/st_mtim.m4; this
10493         is now done in a different way, by the stat-time module.
10494         * modules/utimecmp (Depends-on): Add stat-time.
10495
10496 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10497
10498         * m4/st_mtim.m4: Remove.  Superseded by...
10499         * m4/stat-time.m4: New file.
10500         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
10501         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
10502
10503 2005-09-15  Derek Price  <derek@ximbiot.com>
10504
10505         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
10506
10507 2005-09-15  Derek Price  <derek@ximbiot.com>
10508
10509         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
10510         * lib/regex_internal.c: Ditto, using this...
10511         (__GNUC_PREREQ): ...new macro.
10512         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
10513         using...
10514         (__GNUC_PREREQ): ...this new macro.
10515
10516         * lib/strstr.h: Include string.h. Define strstr as a macro here.
10517
10518 2005-09-15  Derek Price  <derek@ximbiot.com>
10519             Paul Eggert  <eggert@cs.ucla.edu>
10520
10521         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
10522         changes, consolidating in...
10523         * lib/regex_internal.h: ...this file.
10524
10525 2005-09-13  Jim Meyering  <jim@meyering.net>
10526
10527         * lib/canon-host.c: Filter through gnu indent and reword comments
10528         slightly.
10529         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
10530
10531 2005-09-13  Derek Price  <derek@ximbiot.com>
10532
10533         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
10534         failure.
10535         Reported by Jim Meyering  <jim@meyering.net>.
10536
10537 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10538
10539         * lib/base64.c: Typo.
10540         (base64_encode): Put b64str in initialized data section.
10541
10542 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10543
10544         Merge glibc and coreutils changes into gnulib, plus a few
10545         extra fixes.
10546         * lib/md5.c: Use #error rather than a string.
10547         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
10548         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
10549         (__attribute__): Define to empty for non recent-GCC.
10550         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
10551         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
10552         Renamed from their non-__ counterparts, with new macros replacing
10553         them if not _LIBC.  Add __THROW attribute.
10554         (rol): Remove.
10555         (struct md5_ctx): Align buffer if using GCC.
10556         * lib/sha1.h (struct sha1_ctx): Likewise.
10557         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
10558         The old name was backwards.
10559         (NOTSWAP): Remove; not used.
10560         (rol): New macro, moved here from md5.h.
10561         (sha1_process_block): Remove a FIXME that doesn't make sense.
10562
10563 2005-09-12  Derek Price  <derek@ximbiot.com>
10564
10565         Return usable errors from canon-host.
10566         * lib/canon-host.h: New file.
10567         * lib/canon-host.c (canon_host): Wrap...
10568         (canon_host_r): ...this new function, which now relies exclusively on
10569         getaddrinfo.
10570         (ch_strerror): New function.
10571         (last_cherror): New global.
10572         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
10573         interface.
10574         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
10575         void *.
10576         (freeaddrinfo): Free ai->ai_canonname when set.
10577
10578 2005-09-12  Derek Price  <derek@ximbiot.com>
10579
10580         Make canon-host require getaddrinfo.
10581         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
10582         AC_LIBSOURCE canon-host.h.  Call...
10583         (gl_PREREQ_CANON_HOST): ...this new function, which requires
10584         gl_GETADDRINFO.
10585         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
10586
10587 2005-09-12  Derek Price  <derek@ximbiot.com>
10588
10589         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
10590         LGPL.
10591         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
10592
10593 2005-09-12  Derek Price  <derek@ximbiot.com>
10594
10595         * lib/gai_strerror.c: Include config.h when available.  Include
10596         getaddrinfo.h before other headers to test interface.
10597         Reported by Larry Jones <lawrence.jones@ugs.com>.
10598
10599 2005-09-12  Derek Price  <derek@ximbiot.com>
10600             Paul Eggert  <eggert@cs.ucla.edu>
10601
10602         * modules/glob (Files): Add glob-libc.h.
10603
10604 2005-09-12  Derek Price  <derek@ximbiot.com>
10605             Paul Eggert  <eggert@cs.ucla.edu>
10606
10607         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
10608         glob_.h, glob-libc.h.
10609         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
10610
10611 2005-09-12  Derek Price  <derek@ximbiot.com>
10612             Paul Eggert  <eggert@cs.ucla.edu>
10613
10614         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
10615         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
10616         protecting things that should be done only in gnulib contexts.
10617         * lib/glob_.h: New file, containing only the glob things needed for
10618         gnulib.
10619         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
10620         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
10621         (glob, globfree, glob_pattern_p): Now defined simply in terms of
10622         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
10623         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
10624         and to respect the namespace rules better.
10625
10626 2005-09-08  Simon Josefsson  <jas@extundo.com>
10627
10628         * modules/socklen: New file.
10629
10630 2005-09-08  Simon Josefsson  <jas@extundo.com>
10631
10632         * m4/socklen.m4: New file.
10633
10634 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10635
10636         * modules/utimens (Files): Add m4/utimbuf.m4, since
10637         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
10638         Reported by Sergey Poznyakoff.
10639
10640 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10641
10642         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
10643         definitions, since that's the preferred style in glibc.
10644         Fix a minor spacing issue, and update copyright notice to match
10645         glibc's.
10646
10647 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10648
10649         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
10650
10651 2005-09-06  Simon Josefsson  <jas@extundo.com>
10652
10653         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
10654         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
10655
10656 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10657
10658         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
10659         warning.
10660
10661 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10662
10663         * config/srclist.txt: Add glibc bug 1302.
10664
10665 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
10666
10667         Change bitset word type from unsigned int to unsigned long int,
10668         as this has better performance on typical 64-bit hosts.
10669         Port bitset code to hosts with unusual word sizes.
10670         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
10671         (build_collating_symbol):
10672         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
10673         argument is a bitset.  This is merely a style issue, but it makes
10674         it clearer that an entire array is expected.
10675         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
10676         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
10677         Port to the case where bitset_word is not the same as unsigned int.
10678         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10679         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
10680         Likewise.
10681         * lib/regexec.c (check_dst_limits_calc_pos_1,
10682         check_subexp_matching_top):
10683         (build_trtable, group_nodes_into_DFAstates):
10684         Likewise.
10685         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
10686         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
10687         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
10688         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
10689         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
10690         * lib/regcomp.c (optimize_subexps, lower_subexp):
10691         Work even if bitset_word has holes in its bitwise representation.
10692         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
10693         * lib/regexec.c (check_dst_limits_calc_pos_1,
10694         check_subexp_matching_top):
10695         Likewise.
10696         * lib/regex_internal.c (re_string_reconstruct):
10697         Don't assume UCHAR_MAX == 255.
10698         * lib/regex_internal.h (bitset_set_all): Likewise.
10699         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
10700         All uses changed.
10701         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
10702         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
10703         All uses changed.
10704         (BITSET_WORD_MAX): New macro.
10705         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
10706         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
10707         (bitset_empty, bitset_copy):
10708         Prefer sizeof (bitset) to multiplying it out ourselves.
10709         (bitset_not_merge): Remove; unused.
10710         (bitset_contain): Return bool, not unsigned int with one bit on.
10711         All callers changed.
10712         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
10713         alignment than re_node_set; do this by defining a new internal
10714         type struct dests_alloc and using it to allocate memory.
10715
10716 2005-09-05  Bruno Haible  <bruno@clisp.org>
10717
10718         * gnulib-tool (func_import): Fix comparison in handling of symbolic
10719         links.
10720
10721 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
10722
10723         * modules/size_max (Makefile.am): Add size_max.h
10724
10725 2005-09-04  Derek Price  <derek@ximbiot.com>
10726
10727         * gnulib-tool (func_import): Fix reversed $symbolic logic.
10728
10729 2005-09-03  Simon Josefsson  <jas@extundo.com>
10730
10731         * gnulib-tool: Fix typo.
10732
10733 2005-09-03  Simon Josefsson  <jas@extundo.com>
10734
10735         * config/srclist.txt: Add glibc bug 1293.
10736
10737 2005-09-03  Derek Price  <derek@ximbiot.com>
10738
10739         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
10740         From Larry Jones <lawrence.jones@ugs.com>.
10741
10742 2005-09-02  Simon Josefsson  <jas@extundo.com>
10743
10744         * modules/socklen: New file.
10745
10746 2005-09-02  Simon Josefsson  <jas@extundo.com>
10747
10748         * modules/havelib: New module.
10749
10750         * modules/gettext, modules/iconv, modules/lock, modules/readline:
10751         Use havelib.
10752
10753 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10754
10755         Check for arithmetic overflow when calculating sizes, to prevent
10756         some buffer-overflow issues.  These patches are conservative, in the
10757         sense that when I couldn't determine whether an overflow was possible,
10758         I inserted a run-time check.
10759         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
10760         macros.
10761         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
10762         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
10763         (re_xnrealloc, re_x2nrealloc): New inline functions.
10764         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
10765         parse_bracket_exp):
10766         (build_equiv_class, build_charclass): Check for arithmetic overflow
10767         in size expression calculations.
10768         * lib/regex_internal.c (re_string_realloc_buffers):
10769         (build_wcs_upper_buffer, re_node_set_add_intersect):
10770         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
10771         (re_dfa_add_node, register_state): Likewise.
10772         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
10773         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
10774         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
10775         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
10776
10777 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10778
10779         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
10780         m4/ulonglong.m4.  Problem reported by Martin Lambers.
10781
10782 2005-09-02  Bruno Haible  <bruno@clisp.org>
10783
10784         Support for lib vs. lib64 distinction on biarch platforms.
10785         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
10786         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
10787         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
10788
10789 2005-09-02  Bruno Haible  <bruno@clisp.org>
10790
10791         * gnulib-tool (import): In the other first-use case, provide defaults
10792         as well.
10793
10794 2005-09-02  Bruno Haible  <bruno@clisp.org>
10795
10796         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
10797         patches not yet found in the latest gettext release.
10798
10799 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10800
10801         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
10802         to avoid a collision with bits/local_lim.h in glibc.
10803         All uses changed.  Problem reported by Dmitry V. Levin in
10804         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
10805
10806         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
10807         bugs in int versus size_t comparisons.
10808         (re_string_context_at): Fix bug where the code assumed that
10809         Idx is signed.
10810
10811         Use bool where appropriate.
10812         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
10813         All callers changed.
10814         (calc_eclosure_iter): Likewise, for ROOT arg.
10815         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
10816         (build_charclass_op): Likewise, for NON_MATCH arg.
10817         * lib/regex_internal.c (re_string_allocate, re_string_construct):
10818         (re_string_construct_common): Likewise, for ICASE arg.
10819         * lib/regexec.c (re_search_2_stub, re_search_stub):
10820         Likewise, for RET_LEN arg.
10821         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
10822         (set_regs): Likewise, for FL_BACKTRACK arg.
10823         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
10824         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
10825         (calc_eclosure_iter, parse_bracket_exp):
10826         Use bool for internal variables that are booleans.
10827         * lib/regexec.c (re_search_internal, check_matching,
10828         proceed_next_node):
10829         (set_regs, build_sifted_states, sift_states_bkref):
10830         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
10831         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10832         (find_collation_sequence_value):
10833         Likewise.
10834         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
10835         (re_node_set_compare):
10836         Return bool, not int. All callers changed.
10837         * lib/regexec.c (check_halt_node_context, check_dst_limits):
10838         (build_trtable, check_node_accept): Likewise.
10839         * lib/regex_internal.h: Include stdbool.h.
10840
10841         Fix bugs uncovered when converting to bool.
10842         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
10843         failure instead of charging ahead blindly.
10844         * lib/regex_internal.c (register_state): Likewise.
10845         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
10846         for freeing internal storage.
10847         (group_nodes_into_DFA_states): Use unsigned int, not int, for
10848         bitset pieces used as boolean, to avoid undefined behavior
10849         on hosts that do int overflow checking.
10850
10851 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10852
10853         * config/srclist.txt: Add glibc bugs 1285-1287.
10854
10855 2005-09-01  Jim Meyering  <jim@meyering.net>
10856
10857         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
10858         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
10859         Require gl_STAT_MACROS, too.
10860
10861 2005-09-01  Bruno Haible  <bruno@clisp.org>
10862
10863         * gnulib-tool (import): In the first-use case, provide defaults.
10864
10865 2005-09-01  Bruno Haible  <bruno@clisp.org>
10866
10867         * gnulib-tool (func_import): Remove the .tmp files.
10868
10869 2005-09-01  Bruno Haible  <bruno@clisp.org>
10870
10871         * gnulib-tool (func_import): Fix handling of symbolic links.
10872
10873 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10874
10875         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
10876         old glibc regex code mishandles strings longer than 2**31 bytes.
10877         This patch fixes this when the regex code is used in gnulib
10878         (i.e., outside glibc).
10879
10880         This patch should not affect the use of the regex code inside
10881         glibc.  No doubt this problem also needs to be handled for glibc
10882         as well, but the result will be an incompatible change to the
10883         glibc ABI, and the old ABI will have to be supported too.  That
10884         can be the the subject for another patch.
10885
10886         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
10887         governing whether the rest of this patch is active.  By default,
10888         the macro is disabled and the patch has no effect.
10889         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
10890         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
10891         (struct re_pattern_buffer, re_search, re_search_2, re_match):
10892         (re_match_2, re_set_registers): Use the new types.
10893         * lib/regex_internal.h (Idx, re_hashval_t): New types.
10894         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
10895         New macros.
10896         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
10897         (re_string_context_at, bin_tree_t, re_dfastate_t):
10898         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
10899         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
10900         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
10901         (re_string_char_size_at, re_string_wchar_at):
10902         (re_string_elem_size_at):
10903         Use the new types and macros to port to 64-bit hosts.
10904         Use unsigned types for internal values, so that the code
10905         mostly works even for arrays larger than SSIZE_MAX.
10906         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
10907         (search_duplicated_node, calc_eclosure_iter, fetch_number):
10908         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
10909         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
10910         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
10911         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
10912         (calc_inveclosure, parse_dup_op, build_range_exp):
10913         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
10914         (fetch_number, create_token_tree, mark_opt_subexp):
10915         Likewise.
10916         * lib/regex_internal.c (re_string_construct_common,
10917         create_ci_newstate):
10918         (create_cd_newstate, re_string_allocate, re_string_construct):
10919         (re_string_realloc_buffers, build_wcs_upper_buffer):
10920         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10921         (re_string_reconstruct, re_string_peek_byte_case):
10922         (re_string_fetch_byte_case, re_string_context_at):
10923         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10924         (re_node_set_init_copy, re_node_set_add_intersect):
10925         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10926         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10927         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10928         (re_acquire_state, re_acquire_state_context, register_state):
10929         Likewise.
10930         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
10931         search_cur_bkref_entry):
10932         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
10933         (re_search_internal, re_search_2_stub, re_search_stub)
10934         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
10935         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
10936         (update_cur_sifted_state, check_dst_limits):
10937         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10938         (check_subexp_limits, sift_states_bkref, merge_state_array):
10939         (check_subexp_matching_top, get_subexp, get_subexp_sub):
10940         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
10941         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10942         (expand_bkref_cache, check_node_accept_bytes):
10943         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
10944         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
10945         (acquire_init_state_context, check_halt_node_context):
10946         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
10947         (sift_states_backward, clean_state_log_if_needed):
10948         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
10949         (find_recover_state, transit_state_sb, transit_state_mb):
10950         (transit_state_bkref, build_trtable, match_ctx_clean):
10951         Likewise.
10952         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
10953         to work around an assumption that REG_MISSING is negative.
10954
10955         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
10956         (seek_collating_symbol_entry) [defined _LIBC]:
10957         (lookup_collation_sequence_value) [defined _LIBC]:
10958         (build_range_exp, build_collating_symbol) [defined _LIBC]:
10959         Use prototypes rather than old-style function definitions.
10960         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
10961         (transit_state_sb) [0]:
10962         (find_collation_sequence_value) [defined _LIBC]: Likewise.
10963
10964         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
10965         rm_eo.
10966
10967         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
10968         (optimize_subexps, lower_subexp):
10969         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
10970         since the signed shift might overflow.  Use 1u<<31 instead.
10971         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10972         Likewise.
10973         * lib/regexec.c (check_dst_limits_calc_pos_1,
10974         check_subexp_matching_top): Likewise.
10975
10976         * lib/regcomp.c (optimize_subexps, lower_subexp):
10977         Use CHAR_BIT rather than 8, for clarity.
10978         * lib/regexec.c (check_dst_limits_calc_pos_1):
10979         (check_subexp_matching_top): Likewise.
10980         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
10981         have to worry about portability issues when shifting it left.
10982         Remove no-longer-needed test for table_size > 0.
10983         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
10984         in a word, as the resulting behavior is undefined.
10985         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
10986         in one case, a <= should have been an <, and in another case the
10987         whole test was missing.
10988         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
10989         the standard name CHAR_BIT.
10990         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
10991         this is not true on one's complement and signed-magnitude hosts.
10992
10993         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
10994         next_last_offset.
10995         (struct re_dfa_t): Remove unused member states_alloc.
10996         * lib/regcomp.c (init_dfa): Don't initialize unused members.
10997
10998 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10999
11000         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
11001         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
11002         and large-file glibc and in 32-bit large-file Solaris.
11003
11004 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11005
11006         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
11007         lengths fit in regoff_t; this isn't true if regoff_t is the same
11008         width as size_t.
11009         * lib/regex.c (re_search_internal): 5th arg is LAST_START
11010         (= START + RANGE) instead of RANGE.  This avoids overflow
11011         problems when regoff_t is the same width as size_t.
11012         All callers changed.
11013         (re_search_2_stub): Check for overflow when adding the
11014         sizes of the two strings.
11015         (re_search_stub): Check for overflow when adding START
11016         to RANGE; if it occurs, substitute the extreme value.
11017
11018 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11019
11020         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11021
11022 2005-08-31  Jim Meyering  <jim@meyering.net>
11023
11024         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11025         a pointer-to-const.
11026         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11027         (register_state): Likewise.
11028         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11029         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11030         (group_nodes_into_DFAstates): Likewise.
11031
11032 2005-08-31  Jim Meyering  <jim@meyering.net>
11033
11034         * check-module: Add a FIXME comment.
11035
11036 2005-08-31  Eric Blake  <ebb9@byu.net>
11037
11038         * modules/unistd-safer (Files): Add unistd--.h.
11039         * modules/stdio-safer (Files): Add stdio--.h.
11040
11041 2005-08-31  Derek Price  <derek@ximbiot.com>
11042
11043         * lib/getdelim.c (getdelim): Return EOF on EOF.
11044         Reported by Larry Jones <lawrence.jones@ugs.com>.
11045
11046 2005-08-31  Bruno Haible  <bruno@clisp.org>
11047
11048         Avoid unnecessary diffs in the generated lib/Makefile.am.
11049         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11050         the generated files.
11051         (func_import): Don't set cmd.
11052
11053 2005-08-31  Bruno Haible  <bruno@clisp.org>
11054
11055         * lib/strstr.c: Include <stddef.h>, for NULL.
11056         * lib/strcasestr.c: Likewise.
11057         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11058
11059 2005-08-31  Bruno Haible  <bruno@clisp.org>
11060
11061         * gnulib-tool: New option --macro-prefix.
11062         (func_import): Use macro_prefix.
11063         (import): Handle option --macro-prefix.
11064
11065 2005-08-31  Bruno Haible  <bruno@clisp.org>
11066
11067         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11068         Also use new variables cached_lgpl, cached_libtool.
11069
11070 2005-08-31  Bruno Haible  <bruno@clisp.org>
11071
11072         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11073         always instantiating them.
11074
11075 2005-08-31  Bruno Haible  <bruno@clisp.org>
11076
11077         * gnulib-tool (func_import): Read the previous cached settings
11078         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11079         earlier added by gnulib but are now dropped. Warn when a gnulib file
11080         overwrites a non-gnulib file.
11081
11082 2005-08-31  Bruno Haible  <bruno@clisp.org>
11083
11084         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11085         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11086         projects that don't keep autogenerated files in CVS. Put into
11087         actioncmd only the specified modules, not the transitive closure.
11088
11089 2005-08-31  Bruno Haible  <bruno@clisp.org>
11090
11091         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11092         Create directories that shall be filled.
11093         (import): Don't look for gl_* macros in configure.ac. Recurse across
11094         all directories containing a gnulib-cache.m4 files, if meaningful.
11095
11096 2005-08-31  Bruno Haible  <bruno@clisp.org>
11097
11098         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11099         (import): Set seen_libtool when we see gl_LIBTOOL.
11100
11101 2005-08-31  Bruno Haible  <bruno@clisp.org>
11102
11103         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11104         declaration macro definitions from generated gnulib.m4.
11105
11106 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11107
11108         * lib/iconvme.h: Add prototype for iconv_alloc.
11109
11110 2005-08-29  Simon Josefsson  <jas@extundo.com>
11111
11112         * lib/iconvme.c: Fix errno.
11113
11114 2005-08-29  Bruno Haible  <bruno@clisp.org>
11115
11116         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11117         that it works when the directory contains spaces.
11118
11119 2005-08-29  Bruno Haible  <bruno@clisp.org>
11120
11121         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11122
11123 2005-08-29  Bruno Haible  <bruno@clisp.org>
11124
11125         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11126         Emit more advice.
11127
11128 2005-08-29  Bruno Haible  <bruno@clisp.org>
11129         and Stepan Kasal  <kasal@ucw.cz>
11130
11131         * check-module: If more parameters are given, check each of them
11132         separately; add more exceptions, as noted by Jim Meyering.
11133         (check_module): New procedure.
11134         (%exempt_header): Now contains all exceptions.
11135
11136 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11137
11138         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11139
11140 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11141
11142         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11143
11144 2005-08-28  Bruno Haible  <bruno@clisp.org>
11145
11146         * m4/gnulib-tool.m4: New file.
11147
11148 2005-08-27  Jim Meyering  <jim@meyering.net>
11149
11150         * modules/unistd-safer (Files): Add pipe-safer.c.
11151         * modules/fcntl-safer (Files): Add creat-safer.c.
11152
11153 2005-08-27  Jim Meyering  <jim@meyering.net>
11154
11155         * m4/stdlib-safer.m4: New file.  From coreutils.
11156         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11157         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11158         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11159         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11160         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11161
11162 2005-08-27  Jim Meyering  <jim@meyering.net>
11163
11164         * lib/fopen-safer.c: Merge minor changes from coreutils.
11165         * lib/dup-safer.c: Likewise.
11166         * lib/fd-safer.c: Likewise.
11167
11168         Merge from coreutils.
11169         * lib/stdio--.h: New file.
11170         * lib/stdlib--.h: New file.
11171         * lib/mkstemp-safer.c: New file.
11172
11173         GNU tar needs these.
11174         * lib/pipe-safer.c: New file.
11175         * lib/creat-safer.c: New file.
11176         * lib/fcntl--.h (creat): Define to creat_safer.
11177         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
11178         * lib/unistd--.h (pipe): Define to pipe_safer.
11179         * lib/unistd-safer.h: Declare pipe_safer.
11180
11181 2005-08-26  Simon Josefsson  <jas@extundo.com>
11182
11183         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
11184         Haible <bruno@clisp.org>.
11185
11186 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11187
11188         * lib/regex_internal.h: Remove all references to
11189         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
11190         or better.
11191         (bitset_not, bitset_merge, bitset_not_merge):
11192         (bitset_mask, re_string_allocate, re_string_construct):
11193         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
11194         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
11195         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
11196         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
11197         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11198         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11199         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
11200         (re_acquire_state_context):
11201         Remove unnecessary forward decls.
11202         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
11203         Put __attribute at function definition,
11204         now that the function decl has been removed.
11205         * lib/regex_internal.c (re_string_peek_byte_case):
11206         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
11207         Likewise.
11208
11209 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
11210
11211         * m4/regex.m4: Add AC_PREREQ(2.50).
11212         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
11213
11214 2005-08-25  Simon Josefsson  <jas@extundo.com>
11215
11216         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
11217         __fsetlocking.
11218
11219 2005-08-25  Simon Josefsson  <jas@extundo.com>
11220
11221         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
11222         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
11223         GLIBC specific code.
11224
11225 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11226
11227         Make regex safe for g++.  This fixes one real bug (an "err"
11228         that should have been "*err").  g++ problem reported by
11229         Sam Steingold.
11230         * lib/regex_internal.h (re_calloc): New macro, consistent with
11231         re_malloc etc.  All callers of calloc changed to use re_calloc.
11232         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
11233         not int.  All callers changed.
11234         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
11235         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
11236         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
11237         (find_recover_state): Change "err" to "*err"; this fixes what
11238         appears to be a real bug.
11239         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
11240         versus int.
11241
11242 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11243
11244         * modules/regex (Depends-on): Add malloc, since the code
11245         assumes that !malloc(0) means failure.
11246
11247 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11248
11249         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
11250
11251         alloca modernization/simplification for regex.
11252         * lib/regex.c: Remove portability cruft for alloca.  This no longer
11253         needs to be at the start of the file, and can be moved into
11254         regex_internal.h and simplified.
11255         * lib/regex_internal.h: Include <alloca.h>.
11256         (__libc_use_alloca) [!defined _LIBC]: New macro.
11257         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
11258         now works outside glibc.
11259
11260 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11261
11262         * config/srclist.txt: Add glibc bugs 1241, 1245.
11263
11264 2005-08-25  Jim Meyering  <jim@meyering.net>
11265
11266         * lib/open-safer.c: Include <config.h>.
11267         Otherwise, we'd lose LARGEFILE support in any file using
11268         e.g. "fcntl--.h"
11269
11270 2005-08-25  Bruno Haible  <bruno@clisp.org>
11271
11272         * m4/minmax.m4: Require autoconf 2.52.
11273         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
11274         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
11275         alternatives of translit over the alphabet.
11276         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
11277
11278 2005-08-24  Simon Josefsson  <jas@extundo.com>
11279
11280         * tests/test-getpass.c: New file.
11281
11282 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11283
11284         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
11285         for GNU regex features.
11286
11287 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11288
11289         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
11290         * lib/regex.h (regerror): Likewise.
11291
11292         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
11293         requires this.  (The code never needed it.)
11294
11295         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
11296         All uses of recently-renamed identifiers changed to use the new,
11297         POSIX-compliant names.  The code will build and run just fine
11298         without these changes, but it's better to eat our own dog food
11299         and use the standard-conforming names.
11300
11301         * lib/regex.h: Fix a multitude of POSIX name space violations.
11302         These changes have an effect only for programs that define
11303         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
11304         do not change anything for programs compiled in the normal way.
11305         Also, there is no effect on the ABI.
11306
11307         (_REGEX_SOURCE): New macro.
11308         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
11309         defined and _GNU_SOURCE is not; this fixes a name space violation.
11310
11311         Rename the following macros to obey POSIX requirements.
11312         The old names are still visible as macros if _REGEX_SOURCE is defined.
11313         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
11314         RE_BACKSLASH_ESCAPE_IN_LISTS.
11315         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
11316         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
11317         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
11318         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
11319         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
11320         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
11321         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
11322         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
11323         (REG_INTERVALS): renamed from RE_INTERVALS.
11324         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
11325         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
11326         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
11327         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
11328         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
11329         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
11330         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
11331         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
11332         RE_UNMATCHED_RIGHT_PAREN_ORD.
11333         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
11334         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
11335         (REG_DEBUG): renamed from RE_DEBUG.
11336         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
11337         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
11338         unusual, since we can't clash with the POSIX REG_ICASE.
11339         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
11340         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
11341         (REG_NO_SUB): renamed from RE_NO_SUB.
11342         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
11343         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
11344         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
11345         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
11346         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
11347         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
11348         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
11349         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
11350         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
11351         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
11352         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
11353         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
11354         RE_SYNTAX_POSIX_MINIMAL_BASIC.
11355         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
11356         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
11357         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
11358         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
11359         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
11360         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
11361         (REG_FIXED): Renamed from REGS_FIXED.
11362         (REG_NREGS): Renamed from RE_NREGS.
11363
11364         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
11365         of other REG_* macros, since POSIX says the user is allowed to
11366         #undef these macros selectively.
11367
11368         (reg_errcode_t): Update comment stating what other tables need
11369         to be consistent.
11370
11371         Rename the following enum values to obey POSIX requirements.
11372         The old names are still visible as macros.
11373         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
11374         is not defined, since GNU is supposed to be a superset of POSIX as
11375         much as possible, and since we want reg_errcode_t to be a signed
11376         type for implementation consistency.
11377         (_REG_NOERROR): Renamed from REG_NOERROR.
11378         (_REG_NOMATCH): Renamed from REG_NOMATCH.
11379         (_REG_BADPAT): Renamed from REG_BADPAT.
11380         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
11381         (_REG_ECTYPE): Renamed from REG_ECTYPE.
11382         (_REG_EESCAPE): Renamed from REG_EESCAPE.
11383         (_REG_ESUBREG): Renamed from REG_ESUBREG.
11384         (_REG_EBRACK): Renamed from REG_EBRACK.
11385         (_REG_EPAREN): Renamed from REG_EPAREN.
11386         (_REG_EBRACE): Renamed from REG_EBRACE.
11387         (_REG_BADBR): Renamed from REG_BADBR.
11388         (_REG_ERANGE): Renamed from REG_ERANGE.
11389         (_REG_ESPACE): Renamed from REG_ESPACE.
11390         (_REG_BADRPT): Renamed from REG_BADRPT.
11391         (_REG_EEND): Renamed from REG_EEND.
11392         (_REG_ESIZE): Renamed from REG_ESIZE.
11393         (_REG_ERPAREN): Renamed from REG_ERPAREN.
11394         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
11395         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
11396         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
11397         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
11398
11399         (_REG_RE_NAME, _REG_RM_NAME): New macros.
11400         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
11401         changed.  But support the old name if the new one is not defined
11402         and if _REGEX_SOURCE.
11403
11404         Change the following member names in struct re_pattern_buffer.
11405         The old names are still supported if !_REGEX_SOURCE.
11406         The new names are always supported, regardless of _REGEX_SOURCE.
11407         (re_buffer): Renamed from buffer.
11408         (re_allocated): Renamed from allocated.
11409         (re_used): Renamed from used.
11410         (re_syntax): Renamed from syntax.
11411         (re_fastmap): Renamed from fastmap.
11412         (re_translate): Renamed from translate.
11413         (re_can_be_null): Renamed from can_be_null.
11414         (re_regs_allocated): Renamed from regs_allocated.
11415         (re_fastmap_accurate): Renamed from fastmap_accurate.
11416         (re_no_sub): Renamed from no_sub.
11417         (re_not_bol): Renamed from not_bol.
11418         (re_not_eol): Renamed from not_eol.
11419         (re_newline_anchor): Renamed from newline_anchor.
11420
11421         Change the following member names in struct re_registers.
11422         The old names are still supported if !_REGEX_SOURCE.
11423         The new names are always supported, regardless of _REGEX_SOURCE.
11424         (rm_num_regs): Renamed from num_regs.
11425         (rm_start): Renamed from start.
11426         (rm_end): Renamed from end.
11427
11428         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
11429         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
11430         Prepend __ to parameter names.
11431
11432         Undo yesterday's changes.
11433
11434 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11435
11436         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
11437         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
11438         lib/regex.c.
11439
11440 2005-08-24  Jim Meyering  <jim@meyering.net>
11441
11442         Sync from coreutils.
11443         * m4/fcntl-safer.m4: New file.
11444
11445         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
11446         and object files for this module.
11447
11448 2005-08-24  Jim Meyering  <jim@meyering.net>
11449
11450         Sync from coreutils.
11451         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
11452
11453 2005-08-24  Jim Meyering  <jim@meyering.net>
11454
11455         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
11456         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
11457
11458 2005-08-24  Jim Meyering  <jim@meyering.net>
11459
11460         * modules/fcntl-safer: New module.
11461         * modules/fts (Depends-on): Add fcntl-safer.
11462         * MODULES.html.sh (File descriptor based Input/Output):
11463         Add fcntl-safer.
11464
11465 2005-08-24  Bruno Haible  <bruno@clisp.org>
11466
11467         Support for unit test modules.
11468         * modules/README: Mention tests modules.
11469         * modules/TEMPLATE-TESTS: New file.
11470         * gnulib-tool: New options --extract-tests-module, --with-tests and
11471         --tests-base (unused for the moment).
11472         (testsbase, inctests): New variables.
11473         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
11474         (func_verify_module): Exclude TEMPLATE-TESTS.
11475         (func_verify_nontests_module, func_verify_tests_module): New functions.
11476         (func_get_dependencies): Add implicit dependency for tests modules.
11477         (func_get_tests_module): New function.
11478         (func_modules_transitive_closure): When --with-tests was specified,
11479         include the unit tests as well, unless explicitly avoided.
11480         (func_emit_lib_Makefile_am): Ignore the tests modules here.
11481         (func_emit_tests_Makefile_am): New function.
11482         (func_create_testdir): When --with-tests was specified, emit a
11483         tests/ directory.
11484         * MODULES.html.sh (Future developments): Update.
11485
11486 2005-08-24  Bruno Haible  <bruno@clisp.org>
11487
11488         * modules/tls-tests: New file.
11489         * tests/test-tls.c: New file, from GNU gettext.
11490
11491 2005-08-24  Bruno Haible  <bruno@clisp.org>
11492
11493         * modules/lock-tests: New file.
11494         * tests/test-lock.c: New file, from GNU gettext.
11495
11496 2005-08-24  Bruno Haible  <bruno@clisp.org>
11497
11498         * lib/lock.h: Add multiple inclusion guard.
11499         * lib/tls.h: Add multiple inclusion guard.
11500
11501 2005-08-24  Bruno Haible  <bruno@clisp.org>
11502
11503         * gnulib-tool: Add support for the --aux-dir option to
11504         --create-testdir, --create-megatestdir, --test, --megatest.
11505         (func_create_testdir, func_create_megatestdir): Optionally emit a
11506         AC_CONFIG_AUX_DIR directive.
11507         (create-testdir, create-megatestdir, test, megatest): Provide a
11508         default value for $auxdir.
11509
11510 2005-08-24  Bruno Haible  <bruno@clisp.org>
11511
11512         * gnulib-tool (import): Use compound statement instead of subshell
11513         where possible.
11514
11515 2005-08-24  Bruno Haible  <bruno@clisp.org>
11516
11517         * gnulib-tool (import): Change --aux-dir default to "build-aux".
11518
11519 2005-08-24  Bruno Haible  <bruno@clisp.org>
11520
11521         * gnulib-tool (func_version): Update.
11522
11523 2005-08-24  Bruno Haible  <bruno@clisp.org>
11524
11525         * gnulib-tool (func_import, func_create_testdir,
11526         func_create_megatestdir): Quote all autoconf macro arguments.
11527
11528 2005-08-24  Bruno Haible  <bruno@clisp.org>
11529
11530         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
11531         option --force, because --force causes the aclocal.m4 of each
11532         subdirectory to be newer than the corresponding config.h.in.
11533
11534 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11535
11536         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
11537         All contents moved to gl_REGEX.
11538         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
11539         assume that it does.
11540
11541 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11542
11543         * lib/regex.h (REG_NOSYS)
11544         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
11545         Define, since POSIX requires it as of 2001.
11546         (_REG_ENOSYS)
11547         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
11548         New private symbol, used to keep the enum signed in all cases.
11549         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
11550         Youngman in
11551         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
11552
11553         * lib/regex_internal.c (re_string_skip_chars, register_state):
11554         (calc_state_hash):
11555         Remove forward decls; no longer needed now that we use prototypes.
11556         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
11557         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
11558         (clean_state_log_if_needed): Likewise.
11559
11560 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11561
11562         * config/srclist.txt: Add glibc bugs 1231-1233.
11563
11564 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11565
11566         Fix problems reported by Sam Steingold in
11567         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
11568         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
11569         assumed that reg_errcode_t is a signed type, which is not
11570         necessarily true if _XOPEN_SOURCE is not defined.
11571         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
11572         since some compilers warn about it otherwise.
11573
11574 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11575
11576         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
11577         (init_word_char, create_initial_state, duplicate_node_closure):
11578         (fetch_token, peek_token_bracket, build_range_exp):
11579         (build_collating_symbol): Remove forward decls; no longer needed
11580         now that we use prototypes.
11581
11582         * lib/regcomp.c:
11583         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
11584         (re_compile_fastmap_iter, regcomp, regerror, regfree):
11585         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
11586         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
11587         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
11588         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
11589         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
11590         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
11591         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
11592         (build_range_exp, build_collating_symbol, parse_bracket_exp):
11593         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
11594         (build_charclass, build_charclass_op, fetch_number, create_tree):
11595         (create_token_tree, mark_opt_subexp, duplicate_tree):
11596         Use prototypes rather than old-style definitions.
11597
11598         * lib/regex_internal.c:
11599         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
11600         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
11601         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11602         (re_string_reconstruct, re_string_peek_byte_case):
11603         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
11604         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11605         (re_node_set_init_copy, re_node_set_add_intersect):
11606         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11607         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11608         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11609         (re_acquire_state, re_acquire_state_context, register_state):
11610         (create_ci_newstate, create_cd_newstate, free_state):
11611         Likewise.
11612         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
11613         re_search_2):
11614         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
11615         (re_search_internal, prune_impossible_nodes):
11616         (acquire_init_state_context, check_matching, static):
11617         (check_halt_node_context, check_halt_state_context, proceed_next_node):
11618         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
11619         (update_regs, sift_states_backward, build_sifted_states):
11620         (clean_state_log_if_needed, merge_state_array):
11621         (update_cur_sifted_state, add_epsilon_src_nodes):
11622         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
11623         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
11624         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
11625         (find_recover_state, check_subexp_matching_top, transit_state_mb):
11626         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
11627         (check_arrival, check_arrival_add_next_nodes):
11628         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11629         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11630         (check_node_accept_bytes, check_node_accept, extend_buffers):
11631         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
11632         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
11633         (sift_ctx_init):
11634         Likewise.
11635
11636         * lib/regex_internal.h:
11637         (re_string_allocate, re_string_construct, re_string_reconstruct):
11638         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
11639         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
11640         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
11641         (re_string_context_at, re_string_peek_byte_case):
11642         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
11643         is defined, since we now use prototypes always.
11644
11645         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
11646         C89 or better.  All uses removed.
11647
11648 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11649
11650         * config/srclist.txt: Add glibc bugs 1220-1227.
11651
11652 2005-08-20  Jim Meyering  <jim@meyering.net>
11653
11654         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
11655         of unused local, dfa.
11656
11657 2005-08-20  Bruno Haible  <bruno@clisp.org>
11658
11659         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
11660
11661 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11662
11663         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
11664         (re_node_set_insert_last, re_dfa_add_node):
11665         Rename local variables to avoid GCC shadowing warnings.
11666
11667 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11668
11669         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
11670         [defined lint]: Suppress bogus uninitialized-variable warnings.
11671
11672         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
11673         and let the caller return REG_ESPACE if out of space.  This
11674         removes an uninitialied-variable warning with GCC 4.0.1, and also
11675         avoids taking the address of a local variable.  All callers
11676         changed.
11677
11678 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11679
11680         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
11681         $LIBCSRC/posix/regexec.c.
11682         Add glibc bug 1217 for regcomp.c.
11683
11684 2005-08-19  Jim Meyering  <jim@meyering.net>
11685
11686         * lib/regexec.c (proceed_next_node): Redo local variables to
11687         avoid GCC shadowing warnings.
11688
11689 2005-08-18  Bruno Haible  <bruno@clisp.org>
11690
11691         * lib/strstr.c (strstr): Fix return value in multibyte case.
11692         * lib/strcasestr.c (strcasestr): Likewise.
11693
11694 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11695
11696         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
11697
11698 2005-08-17  Jim Meyering  <jim@meyering.net>
11699
11700         Make the %s format (seconds since the epoch) work for a negative
11701         number and when used with a zero-padded field width, e.g. %015s.
11702
11703         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
11704         label so that it precedes the code to set `digits'.  Otherwise,
11705         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
11706         print `00-22'.  Now, it prints `-0022', as it should.
11707
11708 2005-08-17  Bruno Haible  <bruno@clisp.org>
11709
11710         * modules/strstr (Files): Add m4/mbrtowc.m4.
11711         (Depends-on): Add mbuiter.
11712
11713 2005-08-17  Bruno Haible  <bruno@clisp.org>
11714
11715         * modules/strcasestr: New file.
11716         * MODULES.html.sh (String handling, based on ANSI C 89): Add
11717         strcasestr.
11718
11719 2005-08-17  Bruno Haible  <bruno@clisp.org>
11720
11721         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
11722
11723 2005-08-17  Bruno Haible  <bruno@clisp.org>
11724
11725         * modules/mbuiter: New file.
11726         * MODULES.html.sh (Extended multibyte and wide character utilities):
11727         Add mbuiter.
11728
11729 2005-08-17  Bruno Haible  <bruno@clisp.org>
11730
11731         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
11732         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
11733
11734 2005-08-17  Bruno Haible  <bruno@clisp.org>
11735
11736         * m4/strcasestr.m4: New file.
11737
11738 2005-08-17  Bruno Haible  <bruno@clisp.org>
11739
11740         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
11741         * lib/strstr.c: Completely rewritten, with multibyte locale support.
11742
11743 2005-08-17  Bruno Haible  <bruno@clisp.org>
11744
11745         * lib/strcasestr.h: New file.
11746         * lib/strcasestr.c: New file.
11747
11748 2005-08-17  Bruno Haible  <bruno@clisp.org>
11749
11750         * lib/strcasecmp.c: Use mbuiter.h.
11751
11752 2005-08-17  Bruno Haible  <bruno@clisp.org>
11753
11754         * lib/mbuiter.h: New file.
11755
11756 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11757
11758         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
11759         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
11760         and gl_GETOPT are both invoked via different paths (as happens
11761         with GNU tar CVS because it uses both argp and getopt), the former
11762         wins.
11763
11764 2005-08-16  Bruno Haible  <bruno@clisp.org>
11765
11766         * modules/tls: New file.
11767         * MODULES.html.sh (Multithreading): Add tls.
11768
11769 2005-08-16  Bruno Haible  <bruno@clisp.org>
11770
11771         * modules/strnlen1: New file.
11772         * MODULES.html.sh (String handling): Add strnlen1.
11773
11774 2005-08-16  Bruno Haible  <bruno@clisp.org>
11775
11776         * modules/strcase (Files): Add m4/mbrtowc.m4.
11777         (Depends-on): Add strnlen1, mbchar.
11778
11779 2005-08-16  Bruno Haible  <bruno@clisp.org>
11780
11781         * modules/mbiter: New file.
11782         * MODULES.html.sh (Extended multibyte and wide character utilities):
11783         Add mbiter.
11784
11785 2005-08-16  Bruno Haible  <bruno@clisp.org>
11786
11787         * modules/mbfile: New file.
11788         * MODULES.html.sh (Extended multibyte and wide character utilities):
11789         Add mbfile.
11790
11791 2005-08-16  Bruno Haible  <bruno@clisp.org>
11792
11793         * modules/mbchar: New file.
11794         * MODULES.html.sh (Extended multibyte and wide character utilities):
11795         New section.
11796
11797 2005-08-16  Bruno Haible  <bruno@clisp.org>
11798
11799         * m4/tls.m4: New file, from GNU gettext.
11800
11801 2005-08-16  Bruno Haible  <bruno@clisp.org>
11802
11803         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
11804         always.
11805         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
11806
11807 2005-08-16  Bruno Haible  <bruno@clisp.org>
11808
11809         * m4/mbiter.m4: New file.
11810
11811 2005-08-16  Bruno Haible  <bruno@clisp.org>
11812
11813         * m4/mbfile.m4: New file.
11814
11815 2005-08-16  Bruno Haible  <bruno@clisp.org>
11816
11817         * m4/mbchar.m4: New file.
11818
11819 2005-08-16  Bruno Haible  <bruno@clisp.org>
11820
11821         * lib/tls.h: New file, from GNU gettext.
11822         * lib/tls.c: New file, from GNU gettext.
11823
11824 2005-08-16  Bruno Haible  <bruno@clisp.org>
11825
11826         * lib/strnlen1.h: New file.
11827         * lib/strnlen1.c: New file.
11828
11829 2005-08-16  Bruno Haible  <bruno@clisp.org>
11830
11831         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
11832         (mbi_init): Update.
11833         (mbi_avail, mbi_advance): Let the iteration end before the terminating
11834         NUL byte, not after it.
11835
11836 2005-08-16  Bruno Haible  <bruno@clisp.org>
11837
11838         * lib/strcase.h (strcasecmp): Add note in comments.
11839         * lib/strncasecmp.c: Use code from strcasecmp.c.
11840         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
11841         (strcasecmp): Work correctly in multibyte locales.
11842
11843 2005-08-16  Bruno Haible  <bruno@clisp.org>
11844
11845         * lib/mbiter.h: New file.
11846
11847 2005-08-16  Bruno Haible  <bruno@clisp.org>
11848
11849         * lib/mbfile.h: New file.
11850
11851 2005-08-16  Bruno Haible  <bruno@clisp.org>
11852
11853         * lib/mbchar.h: New file.
11854         * lib/mbchar.c: New file.
11855
11856 2005-08-16  Bruno Haible  <bruno@clisp.org>
11857
11858         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
11859         the valid ones. Makes the comparison operations transitive:
11860         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
11861         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
11862
11863 2005-08-15  Simon Josefsson  <jas@extundo.com>
11864
11865         * modules/ssize_t (License): Change to 'unlimited'.
11866
11867         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
11868
11869 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11870
11871         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
11872         Add comments for each pending glibc patch.
11873
11874 2005-08-15  Bruno Haible  <bruno@clisp.org>
11875
11876         * lib/regex.h (__restrict_arr): Don't define to __restrict if
11877         __cplusplus is defined.
11878
11879 2005-08-14  Jim Meyering  <jim@meyering.net>
11880
11881         Sync from coreutils.
11882
11883         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
11884         Use the hash-table-based cycle-detection code not just when
11885         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
11886         Reported by James Youngman in
11887         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
11888         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
11889         FTS_TIGHT_CYCLE_CHECK.
11890         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
11891         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
11892         once again.
11893         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
11894         * lib/fts.c (fd_safer): Remove decl.
11895         Include fcntl--.h rather than unistd-safer.h
11896         (fts_safe_changedir): Don't call fd_safer; no longer needed
11897         now that we include fcntl--.h.
11898
11899 2005-08-12  Simon Josefsson  <jas@extundo.com>
11900
11901         * modules/getndelim2: Use ssize_t module.
11902         * modules/getnline: Likewise.
11903         * modules/safe-read: Likewise.
11904         * modules/xreadlink: Likewise.
11905
11906         * modules/ssize_t: New file.
11907
11908 2005-08-12  Simon Josefsson  <jas@extundo.com>
11909
11910         * m4/readline.m4: Look for termcap, curses or ncurses if required.
11911
11912 2005-08-12  Simon Josefsson  <jas@extundo.com>
11913
11914         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11915         ssize_t.
11916
11917 2005-08-12  Simon Josefsson  <jas@extundo.com>
11918
11919         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
11920         readline, getdelim and check_version.
11921         (Support for systems lacking ISO C 99: Sizes of integer types):
11922         Add size_max.
11923
11924 2005-08-12  Bruno Haible  <bruno@clisp.org>
11925
11926         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
11927
11928 2005-08-11  Simon Josefsson  <jas@extundo.com>
11929
11930         * modules/readline: New file.
11931
11932         * modules/strnlen (Files): Add strnlen.h.
11933
11934 2005-08-11  Simon Josefsson  <jas@extundo.com>
11935
11936         * m4/readline.m4: New file.
11937
11938 2005-08-11  Simon Josefsson  <jas@extundo.com>
11939
11940         * lib/readline.h, readline.c: New file.
11941
11942 2005-08-11  Simon Josefsson  <jas@extundo.com>
11943
11944         * doc/gnulib.texi (Initial import, Finishing touches): Mention
11945         gl_AVOID.
11946
11947 2005-08-11  Bruno Haible  <bruno@clisp.org>
11948
11949         * lib/strnlen.h (strnlen): Change parameter name to match comment.
11950
11951 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
11952
11953         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
11954
11955 2005-08-10  Simon Josefsson  <jas@extundo.com>
11956
11957         * tests/test-iconvme.c: New file.
11958
11959 2005-08-10  Simon Josefsson  <jas@extundo.com>
11960
11961         * m4/strnlen.m4: New file.
11962
11963         * m4/strndup.m4: Don't check for strnlen declaration, done in
11964         strnlen.m4.
11965
11966 2005-08-10  Simon Josefsson  <jas@extundo.com>
11967
11968         * lib/strndup.c: Use strnlen.h.
11969
11970         * lib/strnlen.h: New file.
11971
11972 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11973
11974         * README: Typos.
11975
11976 2005-08-02  Simon Josefsson  <jas@extundo.com>
11977
11978         * modules/readline: New file.
11979
11980 2005-08-02  Simon Josefsson  <jas@extundo.com>
11981
11982         * modules/getdelim: New file.
11983
11984         * modules/getline: Rewrite, don't use getndelim2.
11985
11986 2005-08-02  Simon Josefsson  <jas@extundo.com>
11987
11988         * m4/getline.m4: Separate out getdelim stuff into separate module.
11989
11990         * m4/getdelim.m4: New file.
11991
11992 2005-08-02  Simon Josefsson  <jas@extundo.com>
11993
11994         * lib/getline.h, getline.c: Rewrite.
11995
11996         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
11997
11998 2005-07-31  Bruno Haible  <bruno@clisp.org>
11999
12000         * lib/lock.h (gl_lock_initializer): New macro.
12001         (gl_lock_define_initialized): Use it.
12002         (gl_rwlock_initializer): New macro.
12003         (gl_rwlock_define_initialized): Use it.
12004         (gl_recursive_lock_initializer): New macro.
12005         (gl_recursive_lock_define_initialized): Use it.
12006
12007 2005-07-30  Karl Berry  <karl@gnu.org>
12008
12009         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
12010         Report from Ben Pfaff, regarding getopt.
12011
12012 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12013
12014         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12015         normal way.
12016         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12017         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12018         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12019         (gl_GETOPT): Use the new macros.  Most of the implementation
12020         is moved to the new macros.  This is for programs like Emacs
12021         that don't want all the functionality of gl_GETOPT.
12022
12023 2005-07-26  Bruno Haible  <bruno@clisp.org>
12024
12025         * m4/lock.m4: Update from GNU gettext.
12026
12027 2005-07-26  Bruno Haible  <bruno@clisp.org>
12028
12029         * lib/lock.h: Update from GNU gettext.
12030         * lib/lock.c: Update from GNU gettext.
12031
12032 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12033
12034         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12035         obsolescent AC_TRY_RUN.  Include the default includes files, for
12036         'exit'.
12037
12038 2005-07-24  Bruno Haible  <bruno@clisp.org>
12039
12040         * modules/visibility: New file.
12041         * MODULES.html.sh (Misc): Add visibility.
12042
12043 2005-07-24  Bruno Haible  <bruno@clisp.org>
12044
12045         * m4/visibility.m4: New file.
12046
12047 2005-07-24  Bruno Haible  <bruno@clisp.org>
12048
12049         * doc/visibility.texi: New file.
12050
12051 2005-07-22  Bruno Haible  <bruno@clisp.org>
12052
12053         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12054         $(ALLOCA_H), redundant through BUILT_SOURCES.
12055         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12056         redundant through BUILT_SOURCES.
12057         * modules/byteswap (Makefile.am): Remove explicit dependency on
12058         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12059         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12060         $(FNMATCH_H), redundant through BUILT_SOURCES.
12061         * modules/getopt (Makefile.am): Remove explicit dependency on
12062         $(GETOPT_H), redundant through BUILT_SOURCES.
12063         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12064         redundant through BUILT_SOURCES.
12065         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12066         redundant through BUILT_SOURCES.
12067         * modules/stdbool (Makefile.am): Remove explicit dependency on
12068         $(STDBOOL_H), redundant through BUILT_SOURCES.
12069         * modules/stdint (Makefile.am): Remove explicit dependency on
12070         $(STDINT_H), redundant through BUILT_SOURCES.
12071         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12072         Remove explicit dependency on $(SYSEXITS_H).
12073         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12074
12075 2005-07-18  Simon Josefsson  <jas@extundo.com>
12076
12077         * lib/check-version.c (check_version): Accept identical versions too.
12078
12079 2005-07-18  Bruno Haible  <bruno@clisp.org>
12080
12081         * modules/lock: New file.
12082         * MODULES.html.sh (Multithreading): New section.
12083
12084 2005-07-18  Bruno Haible  <bruno@clisp.org>
12085
12086         * m4/lock.m4: New file, from GNU gettext.
12087
12088 2005-07-18  Bruno Haible  <bruno@clisp.org>
12089
12090         * lib/lock.h: New file, from GNU gettext.
12091         * lib/lock.c: New file, from GNU gettext.
12092
12093 2005-07-18  Bruno Haible  <bruno@clisp.org>
12094
12095         * lib/lock.h (gl_once_t): New type.
12096         (gl_once_define, gl_once): New macros.
12097         * lib/lock.c (fresh_once): New variable.
12098         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12099         functions.
12100
12101 2005-07-16  Simon Josefsson  <jas@extundo.com>
12102
12103         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12104         workaround, suggested by Bruno.
12105
12106 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12107
12108         * modules/xalloc (Depends-on): Add xalloc-die.
12109         * modules/xvasprintf (Depends-on): Add xalloc-die.
12110
12111 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12112
12113         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12114         with a minor change.
12115
12116 2005-07-15  Bruno Haible  <bruno@clisp.org>
12117
12118         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12119         When using lib/poll.c, define poll as rpl_poll.
12120
12121 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12122
12123         * modules/argp (Depends-on): Remove unlocked-io.
12124
12125 2005-07-14  Derek Price  <derek@ximbiot.com>
12126
12127         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12128         for glob symlink bug.
12129
12130 2005-07-14  Bruno Haible  <bruno@clisp.org>
12131
12132         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12133         Instead, test for *_unlocked function declarations directly.
12134
12135 2005-07-11  Simon Josefsson  <jas@extundo.com>
12136
12137         * modules/size_max: New file.
12138
12139         * modules/xsize: Depend on size_max module for size_max.m4.
12140
12141 2005-07-11  Simon Josefsson  <jas@extundo.com>
12142
12143         * lib/size_max.h: New file.
12144
12145 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12146
12147         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12148         copyright symbol and the year.
12149         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12150         (version_etc_va): Use parameterized copyright notice.
12151         Reword to conform to the current GNU coding standards.
12152
12153 2005-07-11  Karl Berry  <karl@gnu.org>
12154
12155         * doc/gnulib.texi (Quoting): new node.
12156         (Initial import): more info, from Patrice.
12157
12158 2005-07-11  Bruno Haible  <bruno@clisp.org>
12159
12160         * gnulib-tool (func_usage): Document option --avoid.
12161         (Command line options): Handle --avoid.
12162         (func_acceptable): New function.
12163         (func_modules_transitive_closure): Use it.
12164
12165 2005-07-11  Bruno Haible  <bruno@clisp.org>
12166
12167         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
12168         Reported by Jim Meyering.
12169
12170 2005-07-10  Bruno Haible  <bruno@clisp.org>
12171
12172         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
12173         Needed when size_t is smaller than 'unsigned int'.
12174         Reported by Paul Eggert.
12175
12176 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12177
12178         * modules/argp (Depends-on): Add unlocked-io
12179
12180 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12181
12182         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
12183         block of defines.
12184
12185 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12186
12187         * config/srclist.txt: Comment out regcomp.c, since we have a porting
12188         fix now.
12189
12190 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
12191         and Paul Eggert  <eggert@cs.ucla.edu>
12192
12193         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
12194         in wint_t, not wchar_t.  Remove now-unnecessary cast.
12195
12196 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12197
12198         * modules/regex (Files): Add lib/regex_internal.c,
12199         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
12200         (Depends-on): Add extensions.
12201         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
12202
12203 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12204
12205         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
12206         pathconf.
12207         * m4/same.m4 (gl_SAME): Likewise.
12208         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
12209
12210         * m4/regex.m4: Adjust to new libc regex implementation.
12211         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
12212         all the .c and .h parts of (the new) regex.
12213         Quote the m4 stuff better.
12214         Check for RE_ICASE bug of old gnulib.
12215         Check for REG_STARTEND of recent libc.
12216         Rename local variables from jm_* to gl_*.
12217         Quote operand of "test -f".
12218         Say "recent enough" version of libc, not "version 2".
12219         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
12220         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
12221         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
12222         Remove check for btowc, isascii.
12223         Require AM_LANGINFO_CODESET.
12224
12225 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12226
12227         * lib/regex.c, regex.h: Sync from libc.
12228         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
12229         * lib/regexec.c:
12230         New files, synced from libc, except that regex_internal.h
12231         currently has a small porting fix.
12232
12233 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12234
12235         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
12236         regex_internal.c, regexec.c.
12237         Add regex_internal.h too, but as a comment, since the libc version
12238         is currently broken in gnulib mode.
12239
12240 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12241
12242         Support programs like Emacs that use gnulib but not gettext.
12243         * MODULES.html.sh (Internationalization functions): Add gettext-h.
12244         * modules/gettext-h: New file.
12245         * modules/gettext (Files): Remove lib/gettext.h.
12246         (Depends-on): Add gettext-h.
12247         (Makefile.am): Remove lib_SOURCES.
12248         * modules/argmatch, modules/c-stack, modules/closeout:
12249         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
12250         * modules/execute, modules/file-type, modules/getaddrinfo:
12251         * modules/getopt, modules/human, modules/javacomp:
12252         * modules/javaexec, modules/mkdir-p, modules/obstack:
12253         * modules/openat, modules/pagealign_alloc, modules/pipe:
12254         * modules/quotearg, modules/regex, modules/rpmatch:
12255         * modules/unicodeio, modules/userspec, modules/version-etc:
12256         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
12257         * modules/xsetenv:
12258         Depend on gettext-h, not gettext.
12259
12260 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12261
12262         * gnulib-tool (func_import): Add support for 'public domain' license.
12263         * modules/alloca, modules/atexit, modules/memmove:
12264         Now public domain, not GPL.
12265         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
12266         * modules/realloc, modules/strerror, modules/strtod:
12267         Now LGPL, not GPL.
12268
12269 2005-07-05  Bruno Haible  <bruno@clisp.org>
12270
12271         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
12272         autoconf CVS. Needed for mingw.
12273
12274 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12275
12276         Remove the dependency of the strftime module on the tzset module.
12277         * modules/strftime (Depends-on): Remove dependency on tzset.
12278
12279 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12280
12281         Remove the dependency of the strftime module on the tzset module.
12282         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
12283         gl_FUNC_TZSET_CLOBBER.
12284
12285 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12286
12287         Remove the dependency of the strftime module on the tzset module.
12288         * lib/strftime.c (my_strftime)
12289         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
12290         Copy the input structure, to work around some of the bug with
12291         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
12292         Solaris releases, you should also use the tzset module, but we won't
12293         require it as a dependency any more since we don't want LGPLed code
12294         to depend on GPLed code.
12295
12296 2005-07-02  Jim Meyering  <jim@meyering.net>
12297
12298         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
12299         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
12300         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
12301         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
12302
12303 2005-07-02  Jim Meyering  <jim@meyering.net>
12304
12305         * lib/backupfile.c (backup_args): Change a `0' to NULL.
12306
12307 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12308
12309         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
12310         declares only 'struct timespec;' (!).
12311
12312 2005-07-01  Jim Meyering  <jim@meyering.net>
12313
12314         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
12315         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
12316         * lib/save-cwd.c, tempname.c:
12317         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12318         and don't include <sys/file.h>).
12319
12320 2005-06-29  Jim Meyering  <jim@meyering.net>
12321
12322         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
12323         type name.  Use the variable name instead.
12324         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
12325         Likewise.
12326
12327 2005-06-28  Simon Josefsson  <jas@extundo.com>
12328
12329         * modules/check-version (Files): Add check-version.m4.
12330
12331 2005-06-28  Simon Josefsson  <jas@extundo.com>
12332
12333         * m4/check-version.m4: New file, suggested by Jim Meyering
12334         <jim@meyering.net>.
12335
12336 2005-06-28  Simon Josefsson  <jas@extundo.com>
12337
12338         * lib/check-version.h, lib/check-version.c: New files.
12339
12340 2005-06-28  Simon Josefsson  <jas@extundo.com>
12341
12342         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
12343         collision with global variable.  Better indentation.  Don't
12344         increment buffer pointer beyond buffer end.  Based on comments
12345         from Paul Eggert <eggert@cs.ucla.edu>.
12346
12347         * lib/base64.h: Indent.
12348
12349 2005-06-28  Simon Josefsson  <jas@extundo.com>
12350
12351         * doc/gnulib.texi (Library version handling): New section.
12352
12353 2005-06-28  Jim Meyering  <jim@meyering.net>
12354
12355         * check-module (find_included_lib_files): Hard-code another
12356         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
12357         but modules/fts-lgpl (correctly) does not list those files.
12358
12359         * modules/canonicalize (Files): Add lib/pathmax.h.
12360
12361 2005-06-25  Simon Josefsson  <jas@extundo.com>
12362
12363         * modules/check-version: New file.
12364
12365 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
12366
12367         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
12368         initializer of struct addrinfo, as an indication that we don't
12369         care how many members the structure has.
12370
12371 2005-06-24  Derek Price  <derek@ximbiot.com>
12372         and Bruno Haible  <bruno@clisp.org>
12373
12374         Remove stat module & update lstat.
12375         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
12376         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
12377         * m4/stat.m4: Remove this file.
12378
12379 2005-06-24  Derek Price  <derek@ximbiot.com>
12380         and Bruno Haible  <bruno@clisp.org>
12381
12382         Remove stat module & update lstat.
12383         * lib/stat.c: Remove this file...
12384         (slash_aware_lstat): ...moving this content and its support...
12385         * lib/lstat.c (rpl_lstat): ...into here.
12386         * lib/lstat.h: New file.
12387
12388 2005-06-24  Derek Price  <derek@ximbiot.com>
12389         and Bruno Haible  <bruno@clisp.org>
12390
12391         Remove stat module & update lstat.
12392         * config/srclist.txt (libc sources): Remove stat.
12393
12394 2005-06-24  Derek Price  <derek@ximbiot.com>
12395         and Bruno Haible  <bruno@clisp.org>
12396
12397         Remove stat module & update lstat.
12398         * MODULES.html.sh (stat): Remove.
12399         * MODULES.html: Regenerated.
12400         * modules/lstat (Description): Correct function name.
12401         (Files): Add "lstat.h".
12402         (Depends-on): Remove stat, add xalloc, stat-macros.
12403         * modules/stat: Remove this file.
12404         (Include): Add "lstat.h", remove <sys/stat.h>.
12405
12406 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12407
12408         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
12409         (ranged_convert): Don't save conversion in a temporary struct.
12410         This causes a warning with GCC 4.0.0, and anyway in the typical
12411         case it's not worth the extra 100 bytes or so of code.
12412         (ranged_convert, __mktime_internal): When calling a function via a
12413         pointer P, use P () rather than (*P) (), as we now assume C89 or
12414         better.
12415
12416 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12417
12418         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
12419         "who -r" failed to give output.  Problem reported by Tim Waugh.
12420
12421         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
12422         (xcalloc): Use it to avoid needless tests.
12423         Problem reported by Jim Meyering.
12424
12425 2005-06-20  Derek Price  <derek@ximbiot.com>
12426
12427         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
12428         unnecessary for Autoconfs > 2.59c.
12429
12430 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12431
12432         * lib/argp.h (__option_is_short): Check upper limit of
12433         __key. Isprint() requires its argument to have the value
12434         of an unsigned char or EOF.
12435
12436 2005-06-16  Jim Meyering  <jim@meyering.net>
12437
12438         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
12439         when either N or S is zero.
12440
12441 2005-06-16  Derek Price  <derek@ximbiot.com>
12442
12443         * m4/bison.m4: Declare YACC & YFLAGS precious.
12444
12445 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12446
12447         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
12448         multibyte string or pattern, fall back on unibyte matching.
12449         Problem reported by James Youngman.
12450
12451 2005-06-08  Bruno Haible  <bruno@clisp.org>
12452
12453         * modules/csharpcomp: New file.
12454         * MODULES.html.sh (C#): Add csharpcomp.
12455
12456 2005-06-08  Bruno Haible  <bruno@clisp.org>
12457
12458         * m4/csharpcomp.m4: New file, from GNU gettext.
12459
12460 2005-06-08  Bruno Haible  <bruno@clisp.org>
12461
12462         * lib/csharpcomp.h: New file, from GNU gettext.
12463         * lib/csharpcomp.c: New file, from GNU gettext.
12464         * lib/csharpcomp.sh.in: New file, from GNU gettext.
12465
12466 2005-06-08  Bruno Haible  <bruno@clisp.org>
12467
12468         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
12469         warning on mingw.
12470
12471 2005-06-07  Derek Price  <derek@ximbiot.com>
12472
12473         Sync from CVS.
12474         * lib/glob_.h: Indent nested #ifdef.
12475
12476 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12477
12478         Sync from coreutils.
12479         Use "file name" when talking about file names, instead of "filename"
12480         or "path", as per the GNU coding standards.
12481         * lib/mkdir-p.c: Renamed from makepath.c.
12482         (make_dir_parents): Renamed from make_path.  All callers changed.
12483         * lib/mkdir-p.h: Likewise.  All includers changed.
12484         * lib/filenamecat.c: Renamed from path-concat.c.
12485         (file_name_concat): Renamed from path_concat.  All callers changed.
12486         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
12487         * lib/filenamecat.h: Likewise.  All includers changed.
12488         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
12489         in comments or local variable names.
12490         * lib/basename.c: Likewise.
12491         * lib/canonicalize.c, canonicalize.h: Likewise.
12492         * lib/dirname.c, dirname.h: Likewise.
12493         * lib/euidaccess.c: Likewise.
12494         * lib/exclude.c: Likewise
12495         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
12496         * lib/fsusage.c, fsuage.h: Likewise.
12497         * lib/fts.c, fts_.h: Likewise.
12498         * lib/getcwd.c: Likewise.
12499         * lib/getloadavg.c: Likewise.
12500         * lib/mkstemp.c: Likewise.
12501         * lib/mountlist.c, mountlist.h: Likewise.
12502         * lib/openat.c, openat.h: Likewise.
12503         * lib/readlink-stub.c: Likewise.
12504         * lib/readutmp.c, readutmp.h: Likewise.
12505         * lib/rename.c: Likewise.
12506         * lib/rmdir.c: Likewise.
12507         * lib/same.c: Likewise.
12508         * lib/savedir.c: Likewise.
12509         * lib/stripslash.c: Likewise.
12510         * lib/tempname.c: Likewise.
12511         * lib/xreadlink.c: Likewise.
12512         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
12513         All uses changed.
12514         * lib/exclude.h: Likewise.
12515
12516         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
12517         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12518         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
12519         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12520         * lib/pathmax.h: Include <limits.h> unconditionally, since other
12521         files have been getting away with it for years (MORE/BSD 4.3
12522         is extinct now).
12523         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
12524         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12525
12526         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
12527         Define to 256, not 255, as per modern POSIX.
12528
12529 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12530
12531         Sync from coreutils.
12532         Use "file name" when talking about file names, instead of "filename"
12533         or "path", as per the GNU coding standards.
12534         * MODULES.html.sh: mkdir-p renamed from makepath.
12535         filenamecat renamed from path-concat.
12536         * modules/filenamecat: Renamed from modules/path-concat.
12537         (Files): filenamecat.h and filenamecat.c renamed from
12538         path-concat.h and path-concat.c.
12539         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
12540         (Include): filenamecat.h, not path-concat.h.
12541         * modules/mkdir-p: Renamed from modules/makepath.
12542         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
12543         makepath.c.
12544         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
12545         (Include): mkdir-p.h, not makepath.h.
12546
12547 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12548
12549         Sync from coreutils.
12550         * m4/mkdir-p.m4: Renamed from makepath.m4.
12551         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
12552         Rename files from makepath.c to mkdir-p.c, and from
12553         makepath.h to mkdir-p.h.
12554         * m4/filenamecat.m4: Renamed from path-concat.m4.
12555         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
12556         Rename files from path-concat.c to filenamecat.c,
12557         and from path-concat.h to filenamecat.h.
12558         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
12559         "file name" in local variables or comments.
12560         * m4/rename.m4: Likewise.
12561
12562 2005-06-01  Bruno Haible  <bruno@clisp.org>
12563
12564         * modules/csharpexec: New file.
12565         * MODULES.html.sh (C#): New section.
12566
12567 2005-06-01  Bruno Haible  <bruno@clisp.org>
12568
12569         * m4/csharp.m4: New file, from GNU gettext.
12570         * m4/csharpexec.m4: New file, from GNU gettext.
12571
12572 2005-06-01  Bruno Haible  <bruno@clisp.org>
12573
12574         * lib/csharpexec.h: New file, from GNU gettext.
12575         * lib/csharpexec.c: New file, from GNU gettext.
12576         * lib/csharpexec.sh.in: New file, from GNU gettext.
12577
12578 2005-05-31  Derek Price  <derek@ximbiot.com>
12579             Paul Eggert  <eggert@cs.ucla.edu>
12580
12581         Sync from cvs.
12582         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12583
12584 2005-05-31  Derek Price  <derek@ximbiot.com>
12585             Paul Eggert  <eggert@cs.ucla.edu>
12586
12587         Sync from cvs.
12588         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12589
12590 2005-05-29  Derek Price  <derek@ximbiot.com>
12591
12592         * config/srclist.txt (glob_.h, glob.c): Add these files.
12593
12594 2005-05-29  Derek Price  <derek@ximbiot.com>
12595
12596         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
12597         * modules/glob: New file.
12598         * modules/getlogin_r: Add link to POSIX spec in description.
12599
12600 2005-05-29  Derek Price  <derek@ximbiot.com>
12601             Paul Eggert  <eggert@cs.ucla.edu>
12602
12603         * m4/glob.m4: New file.
12604
12605 2005-05-29  Derek Price  <derek@ximbiot.com>
12606             Paul Eggert  <eggert@cs.ucla.edu>
12607
12608         * lib/glob_.h, lib/glob.c: New files.
12609
12610 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12611
12612         * modules/fts (Files): Remove m4/inttypes-pri.m4.
12613         * modules/fts-lgpl (Depends-on): Remove gettext.
12614
12615 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12616
12617         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
12618         and don't require gt_INTTYPES_PRI.
12619
12620 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12621
12622         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
12623
12624         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
12625         the configuration hassle isn't worth it.
12626         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
12627         (LONGEST_MODIFIER, PRIuMAX): Remove.
12628
12629 2005-05-27  Bruno Haible  <bruno@clisp.org>
12630
12631         * lib/getlogin_r.h: Remove second include of <stddef.h>.
12632
12633 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
12634
12635         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
12636         _POSIX_PTHREAD_SEMANTICS for Solaris.
12637
12638 2005-05-25  Derek Price  <derek@ximbiot.com>
12639
12640         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
12641
12642 2005-05-25  Derek Price  <derek@ximbiot.com>
12643             Paul Eggert  <eggert@cs.ucla.edu>
12644
12645         * modules/getlogin_r, m4/getlogin_r.m4: New files.
12646         * lib/getlogin_r.c, getlogin_r.h: New files.
12647
12648 2005-05-25  Bruno Haible  <bruno@clisp.org>
12649             Derek Price  <derek@ximbiot.com>
12650
12651         * lib/getlogin_r.h: Simplify API documentation.
12652
12653 2005-05-23  Derek Price  <derek@ximbiot.com>
12654
12655         * modules/minmax (Files): Add m4/minmax.m4.
12656         (configure.ac): Add gl_MINMAX.
12657
12658 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12659
12660         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
12661         so that unistd-safer.h (GPL'ed code) need not be included.
12662
12663 2005-05-22  Bruno Haible  <bruno@clisp.org>
12664
12665         * m4/minmax.m4: New file.
12666         Based on a patch by Derek Price <derek@ximbiot.com>.
12667
12668 2005-05-22  Bruno Haible  <bruno@clisp.org>
12669
12670         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
12671         (INT64_MIN): Fix definition.
12672         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
12673
12674         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
12675         NEED_SIGNED_INT_TYPES.
12676
12677         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
12678         HAVE_SYSTEM_INTTYPES.
12679
12680 2005-05-22  Bruno Haible  <bruno@clisp.org>
12681
12682         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
12683         Also include <sys/param.h> if it defines MIN, MAX.
12684         Based on a patch by Derek Price <derek@ximbiot.com>.
12685
12686 2005-05-21  Jim Meyering  <jim@meyering.net>
12687
12688         * modules/fts (Files): Add m4/inttypes-pri.m4.
12689         (Depends-on): Add lstat and remove gettext.  Alphabetize.
12690
12691 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12692
12693         New fts module.
12694         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
12695         (setup_dir, free_dir): New functions.
12696         (enter_dir, leave_dir): Define trivial
12697         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
12698         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
12699         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
12700         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
12701         Move to fts-cycle.c.
12702         (fts_open): Use setup_dir.
12703         (fts_close): Use free_dir.
12704         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
12705         This adds a label and some gotos, but the alternatives were messier.
12706         Check for memory allocation failure when entering a dir.
12707         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
12708         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
12709         (FTS): New member fts_cycle, that is a union that contains the
12710         old active_dir_ht and cycle_state.  All uses changed to mention
12711         fts_cycle.ht and fts_cycle.state.
12712         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
12713         fts.c, with the following changes:
12714         (setup_dir, free_dir): New functions.
12715         (enter_dir): Now returns bool.  Return true if successful, false
12716         if memory exhausted.  All callers changed.
12717         Do not bother partly cleaning up on
12718         memory allocation failure; that is free_dir's job.
12719         However, free ad if hash_insert fails, to avoid memory leak.
12720         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
12721         fts->fts_options to see which union member to use.
12722
12723 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12724
12725         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
12726         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
12727
12728 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12729
12730         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
12731
12732 2005-05-20  Jim Meyering  <jim@meyering.net>
12733
12734         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
12735         Now a macro, to pacify GCC.
12736
12737 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12738
12739         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
12740         of -1.
12741
12742 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12743
12744         * lib/chown.c (rpl_chown): Return -1 on failure.
12745
12746 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12747
12748         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
12749         Don't check for stddef.h.
12750         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
12751         don't use its results.
12752         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
12753         since we include them unconditionally.  Don't require
12754         AM_STDBOOL_H, since stdbool is a prerequisite.
12755         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
12756         since we assume C89 or better.
12757         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
12758         as we don't use their results.
12759         Don't check for fchdir, memmove, memset, strrchr, as we use
12760         them unconditionally.
12761         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
12762         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
12763
12764 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12765
12766         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
12767         Include <stddef.h> unconditionally, since we assume C89 now.
12768         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
12769         * lib/fts.c: Include fts_.h first, to check interface.
12770         Do not include intprops.h; no longer needed.
12771         Include cycle-check.h and hash.h, since fts_.h no longer does.
12772         Remove unnecessary casts of closedir to void.
12773         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
12774         decide whether to decrement nlinks.
12775         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
12776         (FTS): Use struct hash_table * instead of Hash_table, so that
12777         we no longer need to include hash.h here.
12778
12779 2005-05-18  Jim Meyering  <jim@meyering.net>
12780
12781         * modules/dirfd (License): Change to LGPL.  Most of the code
12782         is already in the public domain.
12783
12784 2005-05-18  Jim Meyering  <jim@meyering.net>
12785
12786         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
12787         Reported by Yoann Vandoorselaere.
12788
12789 2005-05-17  Jim Meyering  <jim@meyering.net>
12790
12791         * m4/fts.m4: New file, from coreutils.
12792
12793 2005-05-17  Jim Meyering  <jim@meyering.net>
12794
12795         * lib/fts.c, lib/fts_.h: New files, from coreutils.
12796
12797 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12798
12799         Sync from coreutils.
12800         * m4/unlinkdir.m4: New file.
12801
12802 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12803
12804         Sync from coreutils.
12805         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
12806         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
12807         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
12808         White space changes only.
12809         * lib/makepath.c (make_path): Port to hosts where leading "//" is
12810         special.
12811         * lib/yesno.c: Include getline.h, not ctype.h.
12812         (yesno): Don't remove leading white space; POSIX doesn't allow it.
12813         Use getline to remove arbitrary restriction on response length.
12814
12815 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12816
12817         * config/srclist-update: Spell out "Street" in FSF postal
12818         mail address; this is the style the FSF seems to prefer.
12819
12820         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
12821         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
12822         this updates FSF postal mail address.
12823
12824         Sync from coreutils.
12825         * modules/unlinkdir: New file.
12826         * modules/yesno (Depends-on): Add getline.
12827         * MODULES.html.sh (File system functions): Add unlinkdir.
12828
12829 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12830
12831         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
12832         lib/strsep.h:
12833         Change the initial comment to refer to GPL, not LGPL.
12834         gnulib-tool will change it to LGPL as needed.
12835
12836         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
12837         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
12838         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
12839         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
12840         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
12841         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
12842         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
12843         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
12844         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
12845         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
12846         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
12847         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
12848         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
12849         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
12850         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
12851         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
12852         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
12853         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
12854         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
12855         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
12856         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
12857         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
12858         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
12859         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
12860         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
12861         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
12862         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
12863         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
12864         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
12865         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
12866         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
12867         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
12868         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
12869         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
12870         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
12871         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
12872         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
12873         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
12874         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
12875         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
12876         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
12877         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
12878         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
12879         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
12880         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
12881         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
12882         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
12883         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
12884         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
12885         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
12886         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
12887         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
12888         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
12889         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
12890         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
12891         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
12892         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
12893         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
12894         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
12895         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
12896         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
12897         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
12898         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
12899         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
12900         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
12901         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
12902         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
12903         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
12904         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
12905         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
12906         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
12907         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
12908         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
12909         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
12910         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
12911         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
12912         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
12913         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
12914         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
12915         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
12916         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
12917         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
12918         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
12919         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
12920         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
12921         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
12922         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
12923         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
12924         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
12925         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
12926         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
12927         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
12928         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
12929         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
12930         lib/yesno.c, lib/yesno.h:
12931         Update FSF postal mail address.
12932
12933 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12934
12935         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
12936         tests/test-memmem.c, tests/test-stpncpy.c:
12937         Update FSF postal mail address.
12938
12939 2005-05-13  Bruno Haible  <bruno@clisp.org>
12940
12941         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
12942         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
12943         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
12944         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
12945         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
12946         Add support for 64-bit integers in the MSVC compiler.
12947
12948 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12949
12950         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
12951
12952 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
12953
12954         * gnulib-tool (func_import): Sort and uniquify recommended includes.
12955
12956 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
12957
12958         * doc/getdate.texi (General date syntax): Don't say that date
12959         date --iso-8601=ns generates acceptable dates; it doesn't yet.
12960         Problem reported by Nic Ferrier.
12961
12962 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12963
12964         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
12965         specified in ai_socktype. Fix invalid ai_protocol
12966         check. ai_protocol is usually set to 0 or depending on
12967         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
12968         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
12969         ai_socktype / ai_protocol in the returned addrinfo structure.
12970
12971 2005-05-10  Simon Josefsson  <jas@extundo.com>
12972
12973         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
12974         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12975
12976 2005-05-10  Karl Berry  <karl@gnu.org>
12977
12978         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
12979         (from http://www.gnu.org/licenses).
12980         * doc/COPYING.LIB: also rename to COPYING.LESSER.
12981         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
12982         fdl.texi suffices.
12983
12984 2005-05-10  Karl Berry  <karl@gnu.org>
12985
12986         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
12987         (COPYING.DOC): remove.
12988
12989         * config/srclist-update: new FSF address.
12990
12991 2005-05-10  Derek Price  <derek@ximbiot.com>
12992
12993         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
12994         possible.
12995
12996 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12997             Bruno Haible  <bruno@clisp.org>
12998
12999         * modules/inet_ntop: New file.
13000         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13001         inet_ntop.
13002
13003 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13004             Bruno Haible  <bruno@clisp.org>
13005
13006         * m4/inet_ntop.m4: New file.
13007
13008 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13009             Bruno Haible  <bruno@clisp.org>
13010
13011         * lib/inet_ntop.h: New file.
13012         * lib/inet_ntop.c: New file, from glibc with modifications.
13013
13014 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13015
13016         * modules/time_r (License): Change to LGPL.
13017         * modules/extensions (License): Change to LGPL.  Actually,
13018         the license is more permissive than that, but currently gnulib-tool
13019         doesn't know how to handle more-permissive licenses.
13020
13021         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13022         Problem reported by Dave Love.
13023
13024 2005-05-08  Jim Meyering  <jim@meyering.net>
13025
13026         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13027         blank.
13028
13029 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13030
13031         * modules/argmatch (Depends-on): Add stdbool.
13032         * modules/backupfile (Depends-on): Likewise.
13033         * modules/chdir-long (Depends-on): Likewise.
13034         * modules/closeout (Depends-on): Likewise.
13035         * modules/cycle-check (Depends-on): Likewise.
13036         * modules/dirname (Depends-on): Likewise.
13037         * modules/fnmatch (Depends-on): Likewise.
13038         * modules/fsusage (Depends-on): Likewise.
13039         * modules/fwriteerror (Depends-on): Likewise.
13040         * modules/getcwd (Depends-on): Likewise.
13041         * modules/getloadavg (Depends-on): Likewise.
13042         * modules/hard-locale (Depends-on): Likewise.
13043         * modules/makepath (Depends-on): Likewise.
13044         * modules/mountlist (Depends-on): Likewise.
13045         * modules/nanosleep (Depends-on): Likewise.
13046         * modules/posixtm (Depends-on): Likewise.
13047         * modules/quotearg (Depends-on): Likewise.
13048         * modules/readtokens (Depends-on): Likewise.
13049         * modules/readtokens0 (Depends-on): Likewise.
13050         * modules/readutmp (Depends-on): Likewise.
13051         * modules/save-cwd (Depends-on): Likewise.
13052         * modules/strftime (Depends-on): Likewise.
13053         * modules/userspec (Depends-on): Likewise.
13054         * modules/utimecmp (Depends-on): Likewise.
13055         * modules/xgetcwd (Depends-on): Likewise.
13056         * modules/xnanosleep (Depends-on): Likewise.
13057         * modules/xstrtod (Depends-on): Likewise.
13058         * modules/yesno (Depends-on): Likewise.
13059
13060 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13061
13062         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13063         needless checks.
13064
13065 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13066
13067         Merge from coreutils.  Among other things,
13068         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13069         * lib/fd-safer.c: New file.
13070         * lib/fcntl-safer.h, open-safer.c: Remove.
13071         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13072         * lib/dup-safer.c: Include unistd-safer.h first.
13073         Don't include errno.h.
13074         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13075         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13076         * lib/file-type.c: Rely on file-type.h change.
13077         * lib/getloadavg.c: Include unistd-safer.h.
13078         (getloadavg): Use safer open.
13079         * lib/getusershell.c: Include "stdio-safer.h".
13080         (getusershell): Use safer fopen.
13081         * lib/long-options.c (long_options): Use NULL rather than 0.
13082         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13083         'free'.
13084         * lib/modechange.c: Likewise.
13085         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13086         (MODE_DONE): New constant.
13087         (struct mode_change): Remove 'next' member.
13088         (make_node_op_equals): New function; like the old one of the
13089         same name, except it allocates an array.
13090         (mode_compile, mode_create_from_ref): Use it.
13091         (mode_compile): Allocate result as an array, not a linked list.
13092         Parse octal string ourself, so that we catch mistakes like "+0".
13093         (mode_adjust): Arg is an array, not a linked list.
13094         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13095         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13096         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13097         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13098         Remove.  This is now stat-macros.h's job.
13099         (talloc): Remove.  All callers replaced by xalloc, so that
13100         our invokers don't have to worry about reporting memory failures.
13101         (make_node_op_equals): Remove.
13102         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13103         New constants.
13104         (struct mode_change): Moved here from modechange.h.
13105         (mode_append_entry): Remove.
13106         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13107         apps to have incorrect behavior.  Use simpler algorithm for head
13108         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13109         Detect more invalid usages rather than having somewhat-random behavior.
13110         Don't insert an "a=" action, as that leads to incorrect behavior.
13111         (mode_compile, mode_create_from_ref): Return NULL on error instead
13112         of an enum, since now there's only one way to have an error.  All
13113         callers changed.
13114         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13115         at the correct time.  Simplify calculation of "+u" and its ilk.
13116         Don't mishandle "+X".
13117         (mode_free): Remove "register" and localize decls.
13118         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13119         (struct mode_change): Move to modechange.c; callers don't
13120         need to see this stuff.
13121         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13122         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13123         (mode_change, mode_adjust): Reflect the new signatures noted above.
13124         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13125         that might redefine system include files.
13126         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13127         (my_usleep): Use NULL rather than (void *) 0.
13128         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13129         Use siginterrupt to specify that system calls should be interrupted.
13130         (rpl_nanosleep): Move initialization of suspended closer to call of
13131         my_usleep.
13132         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13133         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13134         (desirable_utmp_entry): New function.
13135         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13136         using x2nrealloc, to simplify logic.
13137         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13138         size calculation.  Do not assume utmp file is a regular file.
13139         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13140         (READ_UTMP_CHECK_PIDS): New constant.
13141         * lib/save-cwd.c: Include unistd-safer.h.
13142         (save_cwd): Use fd_safer.
13143         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13144         [!_LIBC] Include "stat-macros.h" instead.
13145         * lib/unistd-safer.h (fd_safer): New decl.
13146
13147 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13148
13149         * modules/getloadavg (Depends-on): Add unistd-safer.
13150         * modules/getusershell (Depends-on): Add stdio-safer.
13151         * modules/lstat (Depends-on): Remove xalloc.
13152         * modules/mkstemp (Depends-on): Add stat-macros.
13153         * modules/modechange (Depends-on): Remove xstrtol.
13154         Add stat-macros, xalloc.
13155         * modules/save-cwd (Depends-on): Add unistd-safer.
13156         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13157         * modules/unistd-safer (Files): Add lib/fd-safer.c
13158         (Makefile.am): Remove lib_SOURCES.
13159
13160         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13161         Remove fcntl-safer; unistd-safer supersedes it.
13162
13163 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13164
13165         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
13166         AC_HEADER_STAT.
13167         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
13168         (gl_PREREQ_CHOWN): Remove.
13169         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
13170         it.  Don't require AC_HEADER_STAT.
13171         (gl_PREREQ_LSTAT): Remove.
13172         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
13173         Don't require AC_HEADER_STAT.
13174         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
13175         (gl_PREREQ_RMDIR): Remove.
13176         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
13177         mention stat-macros.h or AC_HEADER_STAT, since we'll make
13178         the stat-macros module a prerequisite.
13179         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
13180         * m4/filemode.m4 (gl_FILEMODE): Likewise.
13181         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
13182         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
13183         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
13184         variable names.
13185         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
13186         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
13187         variable prefixes.
13188         * m4/fcntl-safer.m4: Remove.
13189         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
13190         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
13191         Invoke gl_PREREQ_FD_SAFER.
13192         (gl_PREREQ_FD_SAFER): New macro.
13193         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
13194         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
13195         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
13196         Remove duplicate call to AC_LIBOBJ(readutmp).
13197         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
13198
13199         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
13200         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
13201
13202 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13203
13204         * MODULES.html.sh (Misc): Add byteswap.
13205
13206 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13207
13208         * modules/getcwd (Depends-on): Add extensions.
13209         * modules/openat (Depends-on): Likewise.
13210
13211 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13212
13213         * modules/byteswap: New file.
13214
13215 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13216
13217         * m4/byteswap.m4: New file.
13218
13219 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13220
13221         * lib/byteswap_.h: New file.
13222
13223 2005-04-25  Karl Berry  <karl@gnu.org>
13224
13225         * m4/gettext.m4: Update from GNU gettext 0.14.4.
13226
13227 2005-04-25  Albert Chin  <china@thewrittenword.com>
13228
13229         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
13230         Toolkit C bug.
13231
13232 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
13233
13234         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
13235         (func_ln_if_changed) Remove forcibly for no error message
13236         in case file does not exist.
13237
13238 2005-04-19  Simon Josefsson  <jas@extundo.com>
13239
13240         * gnulib-tool (Options): Make --symlink mean --symbolic.
13241
13242 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
13243
13244         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
13245
13246 2005-04-16  Simon Josefsson  <jas@extundo.com>
13247
13248         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
13249
13250 2005-04-15  Simon Josefsson  <jas@extundo.com>
13251
13252         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
13253
13254 2005-04-15  Simon Josefsson  <jas@extundo.com>
13255
13256         * gnulib-tool: Rename --symlink to --symbolic.
13257
13258 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
13259
13260         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
13261         symbolic links to files instead of copying/moving.  Add --aux-dir,
13262         specifying directory relative --dir where auxiliary build tools
13263         are placed.
13264
13265 2005-04-14  Bruno Haible  <bruno@clisp.org>
13266
13267         * modules/allocsa (License): Change to LGPL.
13268         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13269
13270 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13271
13272         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
13273         that "UTC +1 second" continues to work.  Problem reported
13274         by Dmitry V. Levin.
13275         (relunit_snumber): New rule.
13276         (relunit): Use it.
13277
13278 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13279
13280         * lib/getdate.y (universal_time_zone_table): New constant.
13281         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
13282         universal_time_zone_table.
13283         (lookup_zone): Prefer universal_time_zone_table to
13284         local_time_zone_table, so that "GMT" time stamps are allowed in
13285         London during the summer.  Problem reported by Ian Abbott.
13286
13287 2005-04-12  Jim Meyering  <jim@meyering.net>
13288
13289         * lib/human.c (humblock): Set *options even when returning due to
13290         xstrtoumax conversion failure.  Thanks to a used-uninitialized
13291         warning from gcc-4.
13292
13293 2005-04-09  Jim Meyering  <jim@meyering.net>
13294
13295         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
13296         -Wuninitialized: initialize tm0.tm_year.
13297
13298 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13299
13300         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
13301         count, since there's no maximum.  All uses changed.
13302         Add member dsts_seen.
13303         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
13304         not being INT_MAX.
13305         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
13306         Use pc_rels_seen to decide whther a date is absolute.
13307
13308         * lib/getdate.y (number): Don't overwrite year.
13309         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
13310         check.
13311
13312 2005-04-02  Simon Josefsson  <jas@extundo.com>
13313
13314         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
13315         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
13316
13317 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
13318
13319         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
13320         where no absolute path name can be longer than PATH_MAX.
13321
13322 2005-03-27  Jim Meyering  <jim@meyering.net>
13323
13324         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
13325
13326 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
13327
13328         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
13329         "one's complement" -> "ones' complement" in comment, as per Knuth.
13330         "value of type" -> "type or expression" in comment.
13331         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
13332
13333 2005-03-26  Jim Meyering  <jim@meyering.net>
13334
13335         Comment nits.
13336         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
13337         Correct typos: s/or/of/.
13338
13339 2005-03-26  Jim Meyering  <jim@meyering.net>
13340
13341         * modules/check-include-files: Move to ../ and rename to...
13342         * check-module: ...this.
13343
13344 2005-03-25  Jim Meyering  <jim@meyering.net>
13345
13346         * modules/xvasprintf (Files): Add xalloc.h.
13347
13348 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13349
13350         * modules/gettext (Files): config/config.rpath ->
13351         build-aux/config.rpath
13352         * modules/iconv (Files): Likewise.
13353         Problem reported by Oskar Liljeblad.
13354
13355 2005-03-23  Jim Meyering  <jim@meyering.net>
13356
13357         * modules/check-include-files: New script to check for
13358         missing dependencies, multiple includes, etc.
13359
13360         * modules/c-strtold (Depends-on): Add xalloc.
13361         * modules/c-strtod (Depends-on): Add xalloc.
13362         * modules/hash (Depends-on): Add xalloc.
13363         (Files): Remove lib/xalloc.h.
13364
13365         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
13366         * modules/userspec (Files): Add lib/inttostr.h.
13367
13368 2005-03-23  Jim Meyering  <jim@meyering.net>
13369
13370         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
13371
13372 2005-03-22  Jim Meyering  <jim@meyering.net>
13373
13374         * modules/stat-macros: New module.
13375         * modules/canonicalize, modules/euidaccess, modules/file-type,
13376         * modules/filemode, modules/lchown, modules/makepath,
13377         * modules/rmdir, modules/stat: Depend on new stat-macros module
13378         rather than listing lib/stat-macros.h manually.
13379         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
13380
13381 2005-03-22  Jim Meyering  <jim@meyering.net>
13382
13383         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
13384
13385 2005-03-22  Bruno Haible  <bruno@clisp.org>
13386
13387         * config/srclist.txt: Replace target directory 'config' with
13388         'build-aux'.
13389         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
13390         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
13391         ../build-aux/.
13392
13393 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
13394
13395         * modules/chdir-long (Depends-on): Add mempcpy.
13396
13397         * modules/acl, modules/backupfile, modules/c-strtod,
13398         modules/c-strtold, modules/canon-host, modules/canonicalize,
13399         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
13400         modules/exclude, modules/exitfail, modules/file-type,
13401         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
13402         modules/getdate, modules/getline, modules/getpagesize,
13403         modules/getpass, modules/getugroups, modules/group-member,
13404         modules/hard-locale, modules/hash, modules/human, modules/idcache,
13405         modules/inttostr, modules/long-options, modules/makepath,
13406         modules/md5, modules/memcasecmp, modules/memcoll,
13407         modules/modechange, modules/mountlist, modules/path-concat,
13408         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
13409         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
13410         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
13411         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
13412         modules/strftime, modules/strndup, modules/strverscmp,
13413         modules/timespec, modules/unlocked-io, modules/userspec,
13414         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
13415         modules/yesno:
13416         Remove lib_SOURCES line from Makefile.am section, as this is now
13417         done automatically by the corresponding Autoconf macro.
13418
13419 2005-03-21  Jim Meyering  <jim@meyering.net>
13420
13421         Changes imported from coreutils.
13422
13423         * lib/cycle-check.c: Don't include xalloc.h.
13424
13425         * lib/path-concat.c: Don't include assert.h.
13426         (path_concat): Remove assertion that would have triggered
13427         for ABASE starting with more than one slash.
13428         Reported by Andreas Schwab.
13429
13430         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
13431         properly when ABASE is an absolute file name.
13432         Correct the description of this function.
13433         Include <assert.h>.
13434         Add an assertion and a test driver.
13435         This fixes a bug introduced on 2004-07-02.
13436         Andreas Schwab reported the resulting failure of cp --parents:
13437         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
13438
13439 2005-03-21  Jim Meyering  <jim@meyering.net>
13440
13441         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
13442         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
13443
13444 2005-03-21  Jim Meyering  <jim@meyering.net>
13445         and  Paul Eggert  <eggert@cs.ucla.edu>
13446
13447         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
13448         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
13449         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
13450         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
13451         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
13452         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
13453         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
13454         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
13455         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
13456         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
13457         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
13458         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
13459         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
13460         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
13461         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
13462         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
13463         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
13464         for these modules.
13465
13466 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13467
13468         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
13469         (which shouldn't happen), generate nothing instead of returning 0
13470         immediately, so that nstrftime (NULL, ...) doesn't return 0.
13471
13472 2005-03-16  Bruno Haible  <bruno@clisp.org>
13473
13474         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
13475         HAVE_LONGLONG_64BIT.
13476
13477 2005-03-16  Bruno Haible  <bruno@clisp.org>
13478
13479         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
13480         HAVE_LONGLONG_64BIT.
13481
13482 2005-03-16  Bruno Haible  <bruno@clisp.org>
13483
13484         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
13485         HAVE_LONGLONG_64BIT.
13486
13487 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13488
13489         * lib/strftime.c (my_strftime): Prepend space to format so that we can
13490         reliably distinguish strftime failure from empty output on POSIX
13491         hosts.
13492
13493 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13494
13495         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
13496         (iconv_string): Don't guess a size-zero buffer, as that might cause
13497         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
13498         result would be 'too large', where 'too large' is (heuristically)
13499         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
13500         overflow concerns.  This will prevent some unwanted malloc failures
13501         when the inputs are very large.
13502
13503 2005-03-15  Karl Berry  <karl@gnu.org>
13504
13505         * config/srclist.txt (config.rpath): from gettext.
13506         * config/config.rpath: update.
13507
13508 2005-03-15  Bruno Haible  <bruno@clisp.org>
13509
13510         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
13511         to 'negate'.
13512
13513         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
13514         variable.
13515
13516         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
13517         results.
13518
13519 2005-03-14  Simon Josefsson  <jas@extundo.com>
13520
13521         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
13522         <fx@gnu.org>.
13523
13524 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
13525
13526         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
13527         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
13528         intprops.h.
13529         * lib/strtol.c: Likewise.
13530
13531 2005-03-14  Jim Meyering  <jim@meyering.net>
13532
13533         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
13534         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
13535         to be nonzero so that we (and caller) can detect the difference
13536         between a valid zero-length expansion and an error return, even
13537         when the underlying strftime fails before writing anything into
13538         that location.
13539
13540 2005-03-14  Bruno Haible  <bruno@clisp.org>
13541
13542         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
13543         Update from GNU gettext 0.14.3.
13544
13545 2005-03-10  Jim Meyering  <jim@meyering.net>
13546
13547         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
13548
13549 2005-03-10  Jim Meyering  <jim@meyering.net>
13550
13551         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
13552         so that this module works on systems without fchdir.
13553
13554 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
13555
13556         Factor int-properties macros into a single file, except for
13557         glibc-related files.
13558         * lib/intprops.h: New file.
13559         * lib/getloadavg.c: Include it instead of limits.h.
13560         (INT_STRLEN_BOUND): Remove.
13561         * lib/human.c: Include intprops.h.
13562         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
13563         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
13564         302/1000.
13565         * lib/inttostr.h: Include intprops.h instead of limits.h.
13566         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
13567         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
13568         for consistency with intprops.h.
13569         (time_t_is_integer, twos_complement_arithmetic): Use them.
13570         * lib/sig2str.h: Include <signal.h>, intprops.h.
13571         (INT_STRLEN_BOUND): Remove.
13572         * lib/strftime.c (TYPE_SIGNED): Remove.
13573         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
13574         * lib/strtol.c: Adjust comments to match intprops.h.
13575         * lib/userspec.c: Include intprops.h.
13576         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
13577         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
13578         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
13579         instead of rolling our own expressions.
13580         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
13581
13582         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
13583         instead of int.
13584         (my_strftime): Do not mishandle years close to INT_MAX, by doing
13585         the right thing even if adding 1900 would overflow.  Similarly
13586         for tm_mon + 1 and tm_yday + 1.
13587         Make %Y always equivalent to %C%y, and similarly for %G and %g.
13588         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
13589         (DO_SIGNED_NUMBER): New macro.
13590         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
13591
13592 2005-03-07  Bruno Haible  <bruno@clisp.org>
13593
13594         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
13595
13596 2005-03-07  Bruno Haible  <bruno@clisp.org>
13597
13598         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
13599
13600 2005-03-04  Derek R. Price  <derek@ximbiot.com>
13601
13602         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
13603         (func_import): Only replace files via --import when they have actually
13604         changed.
13605
13606 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13607
13608         * m4/mmap-anon.m4: New file.
13609         * m4/pagealign_alloc.m4: New file.
13610
13611 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13612             Bruno Haible  <bruno@clisp.org>
13613
13614         * modules/pagealign_alloc: New file.
13615         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
13616
13617 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13618             Bruno Haible  <bruno@clisp.org>
13619
13620         * lib/pagealign_alloc.h: New file.
13621         * lib/pagealign_alloc.c: New file.
13622
13623 2005-03-03  Bruno Haible  <bruno@clisp.org>
13624
13625         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
13626         Use an all-permissive copyright notice, recommended by RMS.
13627
13628 2005-03-02  Bruno Haible  <bruno@clisp.org>
13629
13630         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
13631         of AIX, the replacement has to be done only after <string.h> is
13632         included, therefore not in config.h. stpncpy.h does the replacement,
13633         and stpncpy.c uses it.
13634
13635 2005-03-02  Bruno Haible  <bruno@clisp.org>
13636
13637         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
13638         stpncpy.c uses it.
13639
13640 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13641
13642         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
13643         The workaround isn't strictly needed for POSIX conformance, and
13644         it's too much of a pain to configure and maintain.  We'll ask
13645         people to fix their kernels instead.
13646         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
13647         (NANOSLEEP_BUG_WORKAROUND): Remove.
13648         (xnanosleep): Remove the workaround.
13649
13650 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13651
13652         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
13653         Reported by Derek Price.
13654         (Include): Add "timespec.h".
13655
13656         * modules/xnanosleep (Depends-on): Remove gethrxtime.
13657
13658 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13659
13660         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
13661         to detect nanosleep bug.
13662
13663 2005-03-01  Bruno Haible  <bruno@clisp.org>
13664
13665         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
13666
13667 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13668
13669         * modules/gethrxtime: New file.
13670         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
13671         (Depends-on): Add gethrxtime.
13672         (configure.ac): Add gl_XNANOSLEEP.
13673         (Makefile.am): Remove lib_SOURCES line.
13674
13675 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13676
13677         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
13678         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
13679
13680 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13681
13682         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
13683         * lib/timespec.h (gettime): Return void, since it always
13684         succeeds now.  All uses changed.
13685         * lib/gettime.c (gettime) Likewise.
13686         [HAVE_NANOTIME]: Prefer nanotime.
13687         Assume gettimeofday succeeds, as POSIX requires.
13688         Assime time () succeeds, since other code already does.
13689         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
13690         (timespec_subtract): Remove.
13691         (NANOSLEEP_BUG_WORKAROUND): New constant.
13692         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
13693         things considerably.  Use it only on GNU/Linux hosts, since the
13694         workaround shouldn't be needed elsewhere.
13695
13696 2005-02-24  Bruno Haible  <bruno@clisp.org>
13697
13698         * modules/gettext (Files): Add m4/glibc2.m4.
13699
13700 2005-02-24  Bruno Haible  <bruno@clisp.org>
13701
13702         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
13703         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
13704         * m4/progtest.m4:
13705         Update from GNU gettext 0.14.2.
13706         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
13707
13708 2005-02-24  Bruno Haible  <bruno@clisp.org>
13709
13710         * lib/localcharset.c: Update from GNU gettext 0.14.2.
13711         * lib/config.charset: Update from GNU gettext 0.14.2.
13712
13713 2005-02-24  Bruno Haible  <bruno@clisp.org>
13714
13715         * lib/gettext.h: Update from GNU gettext 0.14.2.
13716
13717 2005-02-23  Simon Josefsson  <jas@extundo.com>
13718
13719         * m4/iconvme.m4: New file.
13720
13721 2005-02-23  Jim Meyering  <jim@meyering.net>
13722
13723         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
13724         change.
13725         Thanks to Bruno Haible for catching it.
13726
13727 2005-02-22  Simon Josefsson  <jas@extundo.com>
13728
13729         * modules/iconvme: New file.
13730
13731         * MODULES.html.sh: Add iconvme.
13732
13733 2005-02-22  Simon Josefsson  <jas@extundo.com>
13734
13735         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
13736
13737 2005-02-22  Simon Josefsson  <jas@extundo.com>
13738
13739         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
13740
13741 2005-02-22  Jim Meyering  <jim@meyering.net>
13742
13743         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
13744         s/ifndef/ifdef/.
13745
13746 2005-02-20  Neil Conway  <neilc@samurai.com>
13747
13748         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
13749         returned by OSX/Darwin if the specified buffer is not large
13750         enough for the hostname.
13751
13752 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13753
13754         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
13755         pass it to _help, otherwise the latter coredumps trying to
13756         dereference state.root_argp.
13757
13758 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13759
13760         * modules/chdir-long (Depends-on): Add memrchr.
13761         * modules/memrchr (Files): Add lib/memrchr.h.
13762         (Include): "memrchr.h".
13763
13764 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13765
13766         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
13767
13768 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13769
13770         * lib/memrchr.h: New file.
13771         * lib/chdir-long.c: Include it.
13772         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
13773         Don't bother including stddef.h.
13774
13775 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13776
13777         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
13778         inclusion.
13779         Include <sys/types.h>, for dev_t.
13780         (ME_DUMMY, ME_REMOTE): Move from here....
13781         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
13782         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
13783         Dmitry V. Levin.
13784         Include mountlist.h first, to test the interface.
13785
13786 2005-01-29  Bruno Haible  <bruno@clisp.org>
13787
13788         * lib/progname.c (program_name): Initialize.
13789         Needed when linking statically on MacOS X.
13790
13791 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13792
13793         Sync from coreutils.
13794         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
13795         (Depends-on): Add c-strtod.
13796         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
13797
13798 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13799
13800         Sync from coreutils.
13801         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
13802
13803         Remove files that are specific to coreutils.
13804         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
13805
13806 2005-01-28  Bruno Haible  <bruno@clisp.org>
13807
13808         * modules/javacomp: New file.
13809         * MODULES.html.sh (Java): Add javacomp.
13810
13811 2005-01-28  Bruno Haible  <bruno@clisp.org>
13812
13813         * m4/javacomp.m4: New file, from GNU gettext.
13814
13815 2005-01-28  Bruno Haible  <bruno@clisp.org>
13816
13817         * lib/javacomp.sh.in: New file, from GNU gettext.
13818         * lib/javacomp.h: New file, from GNU gettext.
13819         * lib/javacomp.c: New file, from GNU gettext.
13820
13821 2005-01-26  Simon Josefsson  <jas@extundo.com>
13822
13823         * lib/gai_strerror.c: Use GPL in header.
13824
13825 2005-01-26  Bruno Haible  <bruno@clisp.org>
13826
13827         * modules/javaexec: New file.
13828         * MODULES.html.sh (Java): Add javaexec.
13829
13830 2005-01-26  Bruno Haible  <bruno@clisp.org>
13831
13832         * m4/javaexec.m4: New file, from GNU gettext.
13833
13834 2005-01-26  Bruno Haible  <bruno@clisp.org>
13835
13836         * lib/javaexec.sh.in: New file, from GNU gettext.
13837         * lib/javaexec.h: New file, from GNU gettext.
13838         * lib/javaexec.c: New file, from GNU gettext.
13839
13840 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13841
13842         * modules/lchown (Depends-on): Remove lchown.h
13843
13844 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13845
13846         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
13847         must be defined if the header file was not found, in order
13848         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
13849
13850 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13851
13852         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
13853         initializers for struct pentry_state.
13854         (__argp_error): Check return value of __asprintf
13855         (__argp_failure): Translate error message
13856
13857         * lib/argp-parse.c: Removed braces around the expansion of N_()
13858
13859 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13860
13861         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
13862         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
13863         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
13864         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
13865         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
13866         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
13867         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
13868         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
13869         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
13870         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
13871         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
13872         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
13873         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
13874         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
13875         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
13876         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
13877         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
13878         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
13879         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
13880         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
13881         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
13882         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
13883         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
13884         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
13885         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
13886         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
13887         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
13888         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
13889         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
13890         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
13891         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
13892         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
13893         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
13894         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
13895         xstrtol.m4, xstrtoumax.m4, yesno.m4:
13896         Use an all-permissive copyright notice, recommended by RMS.
13897
13898 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
13899
13900         * modules/chdir-long (Depends-on): Remove mempcpy.
13901
13902 2005-01-21  Jim Meyering  <jim@meyering.net>
13903
13904         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
13905         same value as for Solaris 9.
13906
13907         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
13908         component length.  This included changing the parameter to be
13909         of type `char *' rather than `char const *'.
13910         * lib/chdir-long.h (chdir_long): Update prototype.
13911
13912         * lib/openat.c (fdopendir, fstatat): New functions.
13913         * lib/openat.h: Include headers required for use of DIR and struct
13914         stat.
13915         [AT_SYMLINK_NOFOLLOW]: Define.
13916         (fdopendir, fstatat): Add prototypes.
13917
13918 2005-01-21  Bruno Haible  <bruno@clisp.org>
13919
13920         * modules/classpath: New file.
13921         * MODULES.html.sh (Java): Add classpath.
13922
13923 2005-01-21  Bruno Haible  <bruno@clisp.org>
13924
13925         * lib/classpath.h: New file, from GNU gettext.
13926         * lib/classpath.c: New file, from GNU gettext.
13927
13928 2005-01-20  Simon Josefsson  <jas@extundo.com>
13929
13930         * modules/version-etc-fsf: New file.
13931
13932 2005-01-20  Simon Josefsson  <jas@extundo.com>
13933
13934         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
13935         * lib/version-etc.c: Remove version_etc_copyright.
13936         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
13937         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
13938
13939 2005-01-20  Simon Josefsson  <jas@extundo.com>
13940
13941         * lib/base64.h (isbase64): Add.
13942
13943         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
13944         using a unsigned prototype, don't inline.
13945         (base64_decode): Use it.
13946
13947 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13948
13949         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
13950         it.
13951
13952 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13953
13954         * lib/save-cwd.c (save_cwd): Remove code to support the case
13955         where fchdir is missing or flaky.
13956
13957 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13958
13959         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
13960
13961 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13962
13963         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
13964         AC_LIBSOURCES now does this.
13965         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
13966         with new ullong_max module.
13967
13968 2005-01-19  Bruno Haible  <bruno@clisp.org>
13969
13970         * modules/sh-quote: New file.
13971         * MODULES.html.sh (Executing programs): Add sh-quote.
13972
13973 2005-01-19  Bruno Haible  <bruno@clisp.org>
13974
13975         * lib/sh-quote.h: New file, from GNU gettext.
13976         * lib/sh-quote.c: New file, from GNU gettext.
13977
13978 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13979
13980         Merge from coreutils.
13981         * m4/ullong_max.m4: New file.
13982         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
13983         (gl_MACROS): Assume localeconv exists.
13984
13985 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13986
13987         Merge changes from coreutils, as described below in several
13988         changelogs dated today.
13989
13990         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
13991         (O_DIRECTORY): Remove; not needed here, since "." must be
13992         a directory.  All uses removed.
13993         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
13994         universal on Suns, and we also need to test for IRIX.
13995         Revamp code to use 'if' rather than '#if'.
13996         Avoid unnecessary comparison of cwd->desc to 0.
13997
13998         * lib/utimens.c (futimens): Robustify the previous patch, by checking
13999         for known valid error numbers rather than observed invalid ones.
14000
14001 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
14002
14003         * modules/ullong_max: New file.
14004
14005         * modules/chdir-long, modules/openat: New files.
14006         * modules/save-cwd (Depends-on): Depend on chdir-long.
14007         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
14008
14009 2005-01-18  Jim Meyering  <jim@meyering.net>
14010
14011         Merge from coreutils.
14012         * m4/chdir-long.m4, m4/openat.m4: New files.
14013         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14014         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14015         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14016         is sane and DOES follow symlinks.  Besides, testing 20 different
14017         systems found no broken chown implementations.
14018         Prompted by a change in rsync's copy of this macro.
14019         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14020
14021         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14022
14023         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14024         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14025         NULL-means-set-to-current-time semantics.
14026         Remove temporary file immediately, rather than waiting
14027         for configure's at-exit trap code to do it.
14028
14029 2005-01-18  Jim Meyering  <jim@meyering.net>
14030
14031         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14032
14033         * lib/utimens.c (futimens): Account for the fact that futimes
14034         can also fail with errno == ENOSYS or errno == ENOENT.
14035         Patch from Dmitry V. Levin.
14036
14037         Change the name of the robust chdir function from chdir to chdir_long.
14038         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14039         (restore_cwd): Use chdir_long, not chdir.
14040         * lib/chdir-long.c: Renamed from chdir.c.
14041         * lib/chdir-long.h: Renamed from chdir.h.
14042         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14043         Hurd.
14044
14045 2005-01-18  Bruno Haible  <bruno@clisp.org>
14046
14047         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14048         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14049         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14050         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14051         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14052         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14053         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14054         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14055         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14056         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14057         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14058         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14059         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14060         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14061         Use an all-permissive copyright notice, recommended by RMS.
14062
14063 2005-01-18  Bob Proulx  <bob@proulx.com>
14064
14065         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14066         simplify offsetof() macro construct to avoid compile failure with
14067         native HP-UX 11.0 ANSI C compiler.
14068
14069 2005-01-17  Bruno Haible  <bruno@clisp.org>
14070
14071         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14072         redundant because stpncpy.m4 takes care of it.
14073
14074 2005-01-17  Bruno Haible  <bruno@clisp.org>
14075
14076         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14077
14078 2005-01-17  Bruno Haible  <bruno@clisp.org>
14079
14080         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14081         used.
14082
14083 2005-01-17  Bruno Haible  <bruno@clisp.org>
14084
14085         * lib/fwriteerror.h (fwriteerror): Change specification to include
14086         fclose.
14087         * lib/fwriteerror.c: Include <stdbool.h>.
14088         (fwriteerror): At the end, close the file stream. Record whether
14089         stdout was already closed.
14090
14091 2005-01-17  Bruno Haible  <bruno@clisp.org>
14092
14093         * lib/execute.c (environ): Declare if needed.
14094         * lib/pipe.c (environ): Likewise.
14095         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14096
14097 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14098
14099         * modules/argp: Depend on vsnprintf
14100
14101 2005-01-10  Jim Meyering  <jim@meyering.net>
14102
14103         * modules/closeout (Depends-on): Add atexit.
14104
14105 2005-01-06  Bruno Haible  <bruno@clisp.org>
14106
14107         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14108
14109 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14110
14111         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14112         definitions to be after all include files, to avoid collisions.
14113         Problem reported by Bob Proulx.
14114
14115 2005-01-04  Jim Meyering  <jim@meyering.net>
14116
14117         Changes imported from coreutils.
14118         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14119         as the mkstemp template, use a temporary directory and an
14120         8.3-friendly template to avoid trouble on systems like DJGPP.
14121         Reported by Juan M. Guerrero via Stepan Kasal.
14122         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14123         close. Remove the temporary directory right away, rather than waiting
14124         for configure's at-exit trap code to do it.
14125         Suggestion from Stepan Kasal.
14126
14127 2005-01-01  Simon Josefsson  <jas@extundo.com>
14128
14129         * gnulib-tool: Print #include directives when --import'ing.
14130
14131 2004-12-28  Simon Josefsson  <jas@extundo.com>
14132
14133         * tests/test-base64.c: Include required header files.  Remove
14134         unused variables.
14135
14136 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14137
14138         * modules/error (Depends-on): Remove gettext.
14139
14140 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14141
14142         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14143         not needed.  This removes a dependency on the gettext module.
14144         [defined _LIBC]: Do not include <libintl.h>; not needed.
14145
14146 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14147
14148         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14149         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14150
14151 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14152
14153         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14154         HAVE_DECL_STRTOLD.
14155
14156 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14157
14158         * modules/getdate (Depends-on): Remove alloca-opt.
14159
14160 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14161
14162         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14163
14164 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14165
14166         * lib/argp-parse.c: Include <stddef.h>.
14167         (alignof, alignto): New macros.
14168         (parser_init): Don't assume that void * is aligned sufficiently
14169         for struct option.
14170
14171         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
14172         need to extend the stack.
14173         (YYINITDEPTH): New macro, so that the initial stack isn't overly
14174         large.
14175
14176 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14177
14178         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
14179
14180 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14181
14182         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
14183         (2004-10-24) change.  Apparently this was a false alarm.
14184
14185         * modules/getdate: Depend on alloca-opt, not alloca.
14186
14187 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14188
14189         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
14190         Remove now-obsolete comment about AIX.
14191         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
14192         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
14193         (YYMAXDEPTH): New macro.
14194
14195 2004-12-18  Simon Josefsson  <jas@extundo.com>
14196
14197         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
14198
14199 2004-12-18  Bruno Haible  <bruno@clisp.org>
14200
14201         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
14202
14203 2004-12-18  Bruno Haible  <bruno@clisp.org>
14204
14205         * lib/fatal-signal.c (fatal_signals): Make non-const.
14206         (init_fatal_signals): New function.
14207         (uninstall_handlers, install_handlers): Ignore signals that were set to
14208         SIG_IGN.
14209         (at_fatal_signal): Call init_fatal_signals.
14210         (init_fatal_signal_set): Likewise. Ignore signals that were set to
14211         SIG_IGN.
14212         Reported by Paul Eggert.
14213
14214 2004-12-18  Bruno Haible  <bruno@clisp.org>
14215
14216         * doc/alloca.texi: New file.
14217         * doc/alloca-opt.texi: New file.
14218
14219 2004-12-17  Jim Meyering  <jim@meyering.net>
14220
14221         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
14222         Otherwise, install-sh could exit with improper exit status when
14223         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
14224
14225 2004-12-16  Simon Josefsson  <jas@extundo.com>
14226
14227         * tests/test-base64.c: Add license.
14228
14229 2004-12-15  Stepan Kasal  <address@hidden>
14230
14231         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
14232
14233 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
14234
14235         * modules/getcwd (Files): Add m4/d-ino.m4.
14236         Suggested by Mark D. Baushke.
14237
14238 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14239
14240         * lib/getdate.y (textint): New member "negative".
14241         (time_zone_hhmm): New function.
14242         Expect 14 shift-reduce conflicts, not 13.
14243         (o_colon_minutes): New rule.
14244         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
14245         (yylex): Set the "negative" member of signed numbers.
14246
14247 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14248
14249         * doc/getdate.texi (Time of day items, Time zone items):
14250         Describe new formats +00:00, UTC+00:00.
14251
14252 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14253
14254         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
14255         spurious "-l"s.  Problem reported by Stepan Kasal.
14256
14257 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
14258
14259         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
14260         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
14261
14262 2004-12-04  Simon Josefsson  <jas@extundo.com>
14263
14264         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
14265         Vandoorselaere <yoann@prelude-ids.org>.
14266
14267 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14268
14269         Changes imported from coreutils.
14270         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
14271         exist.
14272         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
14273
14274 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14275
14276         Changes imported from coreutils.
14277         * lib/hard-locale.c: Assume <locale.h> exists.
14278         Include "strdup.h".
14279         (GLIBC_VERSION): New macro.
14280         (hard_locale): Assume setlocale exists.
14281         Rewrite to avoid #ifdef.
14282         Use strdup rather than malloc + strcpy.
14283         * lib/human.c: Assume <locale.h> exists.
14284         (human_readable): Assume localeconv exists.
14285
14286 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14287
14288         * modules/hard-locale (Depends-on): Add strdup.
14289
14290 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14291
14292         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
14293         convert T2, not T.  (Imported from libc.)
14294
14295 2004-11-30  Simon Josefsson  <jas@extundo.com>
14296
14297         * modules/restrict (License): Change to LGPL.
14298
14299 2004-11-30  Simon Josefsson  <jas@extundo.com>
14300
14301         * m4/restrict.m4: Add copyright and copying conditions.
14302
14303 2004-11-30  Simon Josefsson  <jas@extundo.com>
14304
14305         * m4/base64.m4: New file.
14306
14307 2004-11-30  Simon Josefsson  <jas@extundo.com>
14308
14309         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
14310         base64.
14311
14312         * tests/test-base64.c: New file.
14313
14314         * modules/base64: New file.
14315
14316 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14317
14318         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
14319         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
14320
14321         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
14322
14323 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14324
14325         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
14326         (__getcwd.c): Don't restore errno; glibc doesn't.
14327         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
14328         first, falling back to our code only if its results look suspicious.
14329         Ensure that the resulting buffer is only as large as necessary.
14330
14331         * lib/readutmp.c: Include readutmp.h first.
14332         Include <errno.h>, since readutmp.h no longer does that.
14333         * lib/readutmp.h: Don't include <errno.h>,
14334         <sys/param.h>, <time.h>; not needed to establish interface.
14335         (errno): Remove decl.
14336         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
14337         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
14338         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
14339
14340 2004-11-28  Simon Josefsson  <jas@extundo.com>
14341
14342         * lib/base64.h, base64.c: New file.
14343
14344 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14345
14346         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
14347
14348 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14349
14350         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
14351         (Depends-on): Remove pathmax, same.  Add mempcpy.
14352         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
14353         (Makefile.am): Append getcwd.h to lib_SOURCES.
14354         (Include): Add getcwd.h.
14355         (Maintainer): Change from Jim Meyering to "all, glibc",
14356         since getdate now uses intended-for-glibc code.
14357         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
14358         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
14359
14360 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14361
14362         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
14363         HP's ANSI C compiler.
14364         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
14365         Declaring int functions causes warnings on some modern systems and
14366         shouldn't be needed to compile on ancient ones.
14367         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
14368         defined.
14369
14370         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
14371         with the following changes.
14372         (__set_errno): Parenthesize properly.
14373         Include <stdbool.h>.
14374         (MIN, MAX, MATCHING_INO): New macros.
14375         (__getcwd): Define with prototype, not K&R form.
14376         Use heuristics to allocate default buffer on stack if possible.
14377         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
14378         behavior, and to avoid the PATH_MAX limit when computing
14379         ../../../../...
14380         Use MATCHING_INO to compare inode number to file.
14381         Check for arithmetic overflow in size calculations.
14382         Fix bug in reallocation of dot array that caused getcwd to fail
14383         on directories nested deeper than 75.
14384         Be more careful about saving errno on error.
14385         Do not use realloc; use only free+malloc, as this is a bit
14386         more flexible and avoids a needless copy operation.
14387         Do not inspect st_dev and st_ino for symbolic links; POSIX
14388         doesn't specify the latter.
14389         Check for closedir errors.
14390         Avoid needless casts.
14391         Use "#ifdef weak_alias" around weak_alias, to be like other
14392         glibc code.
14393         The following changes to getcwd.c have effect only when used in
14394         gnulib; they have no effect inside glibc proper.
14395         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
14396         as alloca isn't used.
14397         (alloca, __alloca): Likewise.
14398         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
14399         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
14400         unconditionally, as gnulib assumes C89 or better.
14401         Do not include <sys/param.h>.
14402         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
14403         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
14404         better.
14405         (NULL) [!defined NULL]: Remove; we assume C89 or better.
14406         Include <dirent.h> in a way that is compatible with modern Autoconf.
14407         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
14408         New macros, if not already defined.
14409         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
14410         Use "_LIBC", not "defined _LIBC", for consistency.
14411         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
14412         a mempcpy module.
14413         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
14414         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
14415         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
14416         credit only to Jim Meyering and adjust the copyright dates.
14417         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
14418         <stdlib.h>, <unistd.h>, "pathmax.h".
14419         Instead, include "xgetcwd.h" (first) and "getcwd.h".
14420         (INITIAL_BUFFER_SIZE): Remove.
14421         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
14422
14423 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14424
14425         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
14426         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
14427         Use the _ONCE methods, for efficiency.
14428         Check for fcntl.h.  In test program, include <errno.h>
14429         and <fcntl.h> if available.  Remove old K&R cruft from
14430         test program.  Check for common errors in GNU/Linux,
14431         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
14432         don't do AC_LIBOBJ, as that's getcwd.m4's job.
14433         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
14434         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
14435         name accordingly.
14436         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
14437         accommodate new getcwd.c.
14438         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
14439         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
14440         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
14441         that's all we need now.
14442
14443 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14444
14445         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
14446         argp-parse.c depends on getopt internals, that means we should
14447         always use our getopt, to be on the safe side.
14448         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
14449         order not to spoil the result of an eventual previous invocation
14450         of gl_GETOPT_SUBSTITUTE.
14451
14452 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14453
14454         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
14455         redefinition warnings. To avoid them, include the defines
14456         in `#if !defined __need_getopt ... #endif'. The only place
14457         where __getopt_argv_const is used is in definitions
14458         of getopt_long and getopt_long_only below, which are as well
14459         protected by `#ifndef __need_getopt'.
14460         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
14461         __need_getopt after including <stdio.h> and <unistd.h> These
14462         headers might have defined it.
14463
14464 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14465
14466         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
14467
14468 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14469
14470         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
14471         (futimens): New function, which uses futimes if available.
14472         (futimens, utimens): Support timespec==NULL, with same semantics
14473         as utime and utimens.
14474         * lib/utimens.h (futimens): New decl.
14475
14476 2004-11-23  Jim Meyering  <jim@meyering.net>
14477
14478         * lib/getopt_.h: Remove trailing blanks.
14479
14480 2004-11-23  Jim Meyering  <jim@meyering.net>
14481
14482         * lib/__fpending.c: Add comment.
14483
14484 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
14485
14486         * modules/canonicalize (Depends-on): Add xreadlink.
14487         Problem reported by James Youngman.
14488
14489 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14490
14491         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
14492         New macros.
14493         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
14494         optopt): Use them instead of invoking ## directly; otherwise, the
14495         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
14496
14497 2004-11-19  Bruno Haible  <bruno@clisp.org>
14498
14499         * lib/strtok_r.c: Move comments from here...
14500         * lib/strtok_r.h: ... to here.
14501
14502 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14503
14504         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
14505         implementations that mishandle size_t overflow.
14506
14507 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14508
14509         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
14510         might fail.  Problem reported by Yoann Vandoorselaere.
14511         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
14512         implementations that mishandle size_t overflow.
14513
14514 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14515
14516         * modules/canon-host (Depends-on): Add strdup.
14517
14518 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14519
14520         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
14521
14522 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14523
14524         * lib/canon-host.c: Include "strdup.h".
14525         (canon_host): Use getaddrinfo if available, so that IPv6 works.
14526         Use strdup instead of malloc/strcpy to duplicate strings.
14527
14528         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
14529         (human_space_before_unit): New constant.
14530         * lib/human.c (human_readable): Support it.
14531
14532         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
14533         (xgetcwd): Set errno correctly when failing.
14534         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
14535         the failure is actually due to a PATH_MAX problem.
14536
14537         Further getopt changes to make it more likely that glibc will
14538         buy the changes back.
14539         * lib/getopt.c (POSIXLY_CORRECT): New constant.
14540         (getopt): Use it, so to preserve glibc semantic
14541         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
14542         when compiling for libc.
14543         * lib/getopt_.h (__getopt_argv_const): Bring it back.
14544         (getopt_long, getopt_long_only): Use it.
14545
14546         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14547         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
14548         (getopt): Argv is now char * const *, as per standard.
14549         (_getopt_internal_r, _getopt_internal): Argv is now char **,
14550         not char *__getopt_argv_const *.
14551         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14552         _getopt_long_only_r): Likewise.
14553         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
14554         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14555         _getopt_long_r, _getopt_long_only_r): Likewise.
14556         * lib/getopt_.h (__getopt_argv_const): Remove.
14557         (getopt): Argv is now char * const *, as per standard.
14558
14559         * lib/getdate.y (tORDINAL): New token.
14560         (day, relunit): Allow it for relative times.
14561         (relative_time_table): Use tORDINAL for ordinals.
14562
14563 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14564
14565         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
14566         Document that "second" isn't allowed as an ordinal number.
14567
14568 2004-11-16  Jim Meyering  <jim@meyering.net>
14569
14570         * modules/closeout (Depends-on): Add fpending.
14571
14572 2004-11-15  Jim Meyering  <jim@meyering.net>
14573
14574         * lib/closeout.c: Include "__fpending.h" once again.
14575         Include <stdbool.h>.
14576         (close_stdout): Don't fail just because stdout was closed initially,
14577         since some programs don't write to stdout in the normal course of
14578         operation (other than --version and --help), and we don't want this
14579         function to make e.g. `touch file >&-' fail.
14580         But do fail if it was closed and someone has tried to write to it.
14581         E.g., `printf foo >&-' must fail.
14582
14583 2004-11-13  Jim Meyering  <jim@meyering.net>
14584
14585         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
14586
14587 2004-11-12  Simon Josefsson  <jas@extundo.com>
14588
14589         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
14590         small doc fix is still pending.
14591
14592 2004-11-11  Simon Josefsson  <jas@extundo.com>
14593
14594         * modules/strtok_r: New file.
14595
14596         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14597         strtok_r.
14598
14599 2004-11-11  Simon Josefsson  <jas@extundo.com>
14600
14601         * m4/strtok_r.m4: New file.
14602
14603         * m4/getopt.m4: Replace opterr.
14604
14605 2004-11-11  Simon Josefsson  <jas@extundo.com>
14606
14607         * lib/strtok_r.h, strtok_r.c: New file.
14608
14609 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14610
14611         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
14612         of replacing opterr, getopt, etc.  This should handle the
14613         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
14614
14615 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14616
14617         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
14618         we can stop lying to compilers about the constness of argv when we
14619         are compiled outside glibc.
14620         (getopt, getopt_long, getopt_long_only): Use it.
14621         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14622         _getopt_internal, getopt): Likewise.
14623         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14624         _getopt_long_only_r): Likewise.
14625         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14626         _getopt_long_r, _getopt_long_only_r): Likewise.
14627
14628         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
14629         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
14630         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
14631         the other external symbols.
14632         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
14633         declaration, since the above renaming now works around collisions.
14634
14635 2004-11-11  Jim Meyering  <jim@meyering.net>
14636
14637         * lib/linebreak.c: Remove trailing blanks.
14638         * lib/alloca_.h: Likewise.
14639         * lib/acosl.c: Likewise.
14640         * lib/euidaccess.c: Likewise.
14641         * lib/allocsa.h: Likewise.
14642
14643 2004-11-10  Simon Josefsson  <jas@extundo.com>
14644
14645         * m4/getaddrinfo.m4: New file.
14646
14647 2004-11-10  Simon Josefsson  <jas@extundo.com>
14648
14649         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
14650
14651 2004-11-10  Simon Josefsson  <jas@extundo.com>
14652
14653         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14654         getaddrinfo.
14655
14656         * modules/getaddrinfo: New file.
14657
14658 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14659
14660         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
14661
14662 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14663
14664         * lib/mktime.c (SHR): New macro, which is a portable
14665         substitute for >> that should work even on Crays.
14666         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
14667         Problem reported by Mark D. Baushke in
14668         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
14669         * lib/getdate.y (SHR): Likewise.
14670         (tm_diff): Use it.
14671         * lib/strftime.c (SHR): Likewise.
14672         (tm_diff): Use it.
14673         * lib/quotearg.c (struct quoting_options): Use unsigned int for
14674         quote_these_too, so that right shifts are well defined.  All uses
14675         changed.
14676
14677 2004-11-10  Jim Meyering  <jim@meyering.net>
14678
14679         Ensure that no close failure goes unreported.
14680         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
14681         return early when it seems there's nothing to flush.
14682         Don't include __fpending.h.
14683
14684 2004-11-10  Jim Meyering  <jim@meyering.net>
14685
14686         * modules/closeout (Depends-on): Remove fpending.
14687
14688 2004-11-10  Jim Meyering  <jim@meyering.net>
14689
14690         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
14691
14692 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14693
14694         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
14695         gl_FUNC_STRFTIME.
14696         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
14697         and AC_REQUIRE when possible, to avoid duplicate checks.
14698         Check for <wchar.h>.
14699
14700 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14701
14702         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
14703
14704 2004-11-09  Bruno Haible  <bruno@clisp.org>
14705
14706         * m4/sockpfaf.m4: New file.
14707
14708 2004-11-05  Bruno Haible  <bruno@clisp.org>
14709
14710         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
14711         Reported by Mark D. Baushke <mdb@cvshome.org>.
14712
14713 2004-11-04  Bruno Haible  <bruno@clisp.org>
14714
14715         2004-09-11  Bruno Haible  <bruno@clisp.org>
14716                 * allocsa.valgrind: New file.
14717         2004-02-06  Bruno Haible  <bruno@clisp.org>
14718                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
14719                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
14720                 Reported by Christopher Seip <chris.seip@hp.com>.
14721
14722 2004-11-04  Bruno Haible  <bruno@clisp.org>
14723
14724         * modules/allocsa (Files): Add lib/allocsa.valgrind.
14725         (Makefile.am): Distribute it.
14726
14727 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
14728
14729         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
14730         with errno == ERANGE if the buffer is too small.
14731         Problem reported by Mark D. Baushke.
14732
14733 2004-11-03  Albert Chin  <china@thewrittenword.com>
14734             Paul Eggert  <eggert@cs.ucla.edu>
14735
14736         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
14737         equivalent, substitute $ac_type for equivalent type rather than
14738         blindly using uint32_t *always* which won't work if uint32_t is not
14739         available.  Define _UINT32_T to work around typedef of uint32_t if
14740         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
14741         2.5.1.
14742
14743 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14744
14745         * m4/jm-macros.m4: Sync from coreutils.
14746         (gl_MACROS): Check for mbrlen, for pathchk.
14747         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
14748
14749 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * lib/xreadlink.c (MAXSIZE): New macro.
14752         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
14753         size does not exceed MAXSIZE.  Avoid cast.
14754         As suggested by Mark D. Baushke in
14755         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
14756         if readlink fails with buffer size just under MAXSIZE, try again
14757         with MAXSIZE.
14758
14759 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14760
14761         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
14762
14763 2004-11-02  Derek R. Price  <derek@ximbiot.com>
14764         and  Paul Eggert  <eggert@cs.ucla.edu>
14765
14766         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
14767         (get_date): Overparenthesize to avoid GCC warning.
14768
14769 2004-11-02  Bruno Haible  <bruno@clisp.org>
14770
14771         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
14772         returns void.
14773
14774 2004-11-02  Bruno Haible  <bruno@clisp.org>
14775
14776         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
14777         function returns void.
14778
14779 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14780
14781         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
14782         fflush_unlocked, flockfile, funlockfile, funlockfile,
14783         fputs_unlocked, putc_unlocked.
14784
14785 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14786
14787         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14788         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
14789         already declared.
14790
14791 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14792
14793         * modules/getdate (Files): Add doc/getdate.texi.
14794         (Depends-on): Add setenv, xalloc.
14795
14796 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14797
14798         * lib/getdate.y: Add support for TZ="foo" within a date string.
14799         Fix some bugs near time_t boundaries.  Reject dates with
14800         out-of-range components, e.g., "Sept 31".
14801         Include <stdlib.h>, "setenv.h", "xalloc.h".
14802         (ISDIGIT_LOCALE): Remove; unused.
14803         Note that the TZ and time functions used here are not reentrant.
14804         (mktime_ok, get_tz): New functions.
14805         (TZBUFSIZE): New constant.
14806         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
14807         This requires that we sometimes generate our own TZ="XXX..." setting.
14808
14809 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14810
14811         * doc/getdate.texi: New file, from coreutils with modifications for
14812         the new TZ parsing.
14813
14814 2004-10-27  Derek R. Price  <derek@ximbiot.com>
14815
14816         * lib/mktime.c (not_equal_tm): Remove redundant check.
14817
14818 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14819
14820         * modules/regex (lib_SOURCES): Add regex.c.
14821         Reported by James Youngman in
14822         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
14823
14824 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14825
14826         * lib/getdate.y: Use Bison 1.875 features, and some minor
14827         code cleanups.  This change does not affect semantics.
14828         Don't include <stdlib.h>; no longer needed.
14829         Don't include unlocked-io.h; only the "#if TEST" code uses
14830         stdio, and performance isn't crucial there.
14831         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
14832         Bison 1.875 features as described below.
14833         All uses of "PC." replaced by "pc->".
14834         (YYSTYPE): Add a forward declaration.
14835         (yylex, yyerror): Use full prototypes in forward decls.
14836         Use "%pure-parser" rather than obsolescent "%pure_parser".
14837         Use %parse-param and %lex-param instead of obsolescent
14838         YYPARSE_PARAM and YYLEX_PARAM.
14839         (meridian_table, month_and_day_table, time_units_table,
14840         relative_time_table, time_zone_table, military_table,
14841         lookup_zone, lookup_word, get_date):
14842         Use NULL instead of 0 where appropriate.
14843         (to_hour): Avoid abort (), to avoid a dependency on
14844         stdlib.h.
14845         (yyerror, yylex): Now accepts parser_control * arg.
14846         (main) [TEST]: Use '\0' rather than 0 for char.
14847
14848 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14849
14850         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
14851
14852 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14853
14854         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
14855         It's now the caller's responsibility to handle the case where
14856         !HAVE_GETPAGESIZE && !defined getpagesize.
14857
14858         * lib/mktime.c (leapyear): Arg is long int, not int.
14859
14860 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
14861
14862         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
14863
14864 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14865
14866         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
14867         missing.  Problem reported by James Youngman.
14868
14869 2004-10-16  Simon Josefsson  <jas@extundo.com>
14870
14871         * gnulib-tool: Fix comments.  Fix parse problem.
14872         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
14873
14874 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
14875
14876         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
14877         implementation of getopt_long.  Problem reported by Alexander Taler in:
14878         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
14879
14880 2004-10-15  Bruno Haible  <bruno@clisp.org>
14881
14882         * gnulib-tool: Untabify. Initialize supplied_libname.
14883         (func_usage): More homogenous output.
14884         (func_modules_transitive_closure, func_modules_to_filelist,
14885         func_emit_lib_Makefile_am): New functions.
14886         (func_import): New function, extracted from big case statement. Use
14887         func_get_license, func_modules_transitive_closure,
14888         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
14889         opt_lgpl. Don't use test -a, as it's not portable.
14890         (func_create_testdir): Use func_modules_transitive_closure,
14891         func_modules_to_filelist, func_emit_lib_Makefile_am.
14892
14893 2004-10-15  Bruno Haible  <bruno@clisp.org>
14894
14895         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
14896
14897 2004-10-15  Bruno Haible  <bruno@clisp.org>
14898
14899         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
14900         the portions belonging to each module.
14901         Suggested by Derek Robert Price <derek@ximbiot.com>.
14902
14903 2004-10-12  Simon Josefsson  <jas@extundo.com>
14904
14905         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14906         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
14907         to real functions.
14908
14909 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14910
14911         * modules/vsnprintf: New file.
14912
14913 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14914
14915         * m4/vsnprintf.m4: New file.
14916
14917 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14918
14919         * lib/vsnprintf.h: New file.
14920         * lib/vsnprintf.c: New file.
14921
14922 2004-10-11  Bruno Haible  <bruno@clisp.org>
14923
14924         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
14925         vsnprintf.
14926
14927 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14928
14929         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
14930
14931 2004-10-07  Bruno Haible  <bruno@clisp.org>
14932
14933         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
14934         fits into the provided buffer.
14935
14936 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14937
14938         * lib/diacrit.c, diacrit.h: Add GPL notice.
14939
14940         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
14941         notice.
14942         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
14943         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
14944         This avoids a potential constant-folding bug.
14945
14946 2004-10-05  Bruno Haible  <bruno@clisp.org>
14947
14948         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
14949         for the declaration of strsep.
14950
14951 2004-10-05  Bruno Haible  <bruno@clisp.org>
14952
14953         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
14954
14955 2004-10-04  Simon Josefsson  <jas@extundo.com>
14956
14957         * modules/memmem: New file.
14958         * tests/test-memmem.c: New file.
14959         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
14960
14961 2004-10-04  Simon Josefsson  <jas@extundo.com>
14962
14963         * m4/memmem.m4: New file.
14964
14965 2004-10-04  Simon Josefsson  <jas@extundo.com>
14966
14967         * lib/memmem.h: New file.
14968         * lib/memmem.c: New file, taken from glibc.
14969
14970 2004-10-04  Simon Josefsson  <jas@extundo.com>
14971
14972         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
14973         '#ifdef USE_UNLOCKED_IO'.
14974
14975 2004-10-04  Simon Josefsson  <jas@extundo.com>
14976
14977         * config/srclist.txt: Add memmem from glibc.
14978
14979 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14980
14981         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
14982
14983         * modules/argmatch, modules/argp, modules/closeout, modules/error,
14984         modules/exclude, modules/getdate, modules/getline,
14985         modules/getndelim2, modules/getpass, modules/getpass-gnu,
14986         modules/getusershell, modules/linebuffer, modules/md5,
14987         modules/mountlist, modules/posixtm, modules/readtokens,
14988         modules/readutmp, modules/regex, modules/sha1,
14989         modules/version-etc, modules/yesno:
14990         Remove dependency on unlocked-io.
14991
14992 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14993
14994         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
14995
14996         * m4/unlocked-io.m4: Add copyright notice.
14997         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
14998
14999 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15000
15001         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
15002         * lib/xmalloc.c (xmemdup): Likewise.
15003         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
15004         XFREE): Remove these long-obsolescent macros.
15005         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
15006         * lib/xstrdup.c: Remove.
15007
15008         * lib/regex.c (re_comp): Cast gettext return value to char *,
15009         Problem reported by Martin Neitzel via Mark D. Baushke.
15010
15011 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
15012
15013         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15014         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15015         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15016         regex.c, sha1.c, version-etc.c, yesno.c:
15017         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15018         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15019         the includer's responsibility.
15020
15021         Sync from coreutils.
15022
15023         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15024         points to the start of a string, as the C Standard says the
15025         resulting behavior is undefined.
15026
15027         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15028         simple -> simple_backups, numbered_existing ->
15029         numbered_existing_backups, numbered -> numbered_backups
15030         to avoid shadowing problems.  All uses changed.
15031         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15032         * lib/backupfile.c (check_extension, numbered_backup):
15033         Rename locals to avoid shadowing 'basename'.
15034         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15035         once.
15036
15037         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15038         * lib/.cvsignore: Add getopt.h.
15039
15040 2004-10-04  Bruno Haible  <bruno@clisp.org>
15041
15042         * modules/README: New file.
15043         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15044         not a module.
15045
15046 2004-10-02  Jim Meyering  <jim@meyering.net>
15047
15048         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15049
15050 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15051
15052         * modules/strsep: New file.
15053
15054 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15055
15056         * m4/strsep.m4: New file.
15057
15058 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15059
15060         * lib/strsep.h: New file.
15061         * lib/strsep.c: New file.
15062
15063 2004-10-01  Simon Josefsson  <jas@extundo.com>
15064
15065         * lib/snprintf.c (snprintf): Handle size==0.
15066
15067 2004-10-01  Simon Josefsson  <jas@extundo.com>
15068             Bruno Haible  <bruno@clisp.org>
15069
15070         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15071         (snprintf): Declare 'args'.
15072
15073 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15074
15075         * lib/snprintf.c: Remove comments as to why each header is needed.
15076
15077 2004-10-01  Bruno Haible  <bruno@clisp.org>
15078
15079         * MODULES.html.sh: Add strsep.
15080
15081 2004-09-30  Simon Josefsson  <jas@extundo.com>
15082
15083         * modules/snprintf: New file.
15084
15085 2004-09-30  Simon Josefsson  <jas@extundo.com>
15086
15087         * m4/snprintf.m4: New file.
15088
15089 2004-09-30  Simon Josefsson  <jas@extundo.com>
15090
15091         * lib/snprintf.h, lib/snprintf.c: New files.
15092
15093 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15094
15095         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15096         (hol_entry_help): Never translate an empty string.
15097         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15098         * lib/argp.h (OPTION_NO_TRANS): New option.
15099
15100 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15101
15102         * modules/argp (Maintainer): Replace Simon Josefsson
15103         by Sergey Poznyakoff.
15104
15105 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15106
15107         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15108         changes merged back into glibc.
15109
15110 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15111
15112         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15113
15114 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15115
15116         * lib/xvasprintf.c: Include xalloc.h.
15117         (xvasprintf): Use xalloc_die, not xmalloc_die.
15118
15119 2004-09-29  Bruno Haible  <bruno@clisp.org>
15120
15121         * modules/alloca-opt: New file, derived from modules/alloca.
15122         * modules/allocsa: Depend on alloca-opt instead of alloca.
15123         * modules/setenv: Likewise.
15124         * modules/vasnprintf: Likewise.
15125         * MODULES.html.sh: Add alloca-opt.
15126
15127 2004-09-28  Simon Josefsson  <jas@extundo.com>
15128
15129         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15130         LGPL, and to replace license template from GPL to LGPL.
15131
15132 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15133
15134         * modules/dummy: Change license to LGPL.
15135
15136 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15137
15138         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15139
15140 2004-09-24  Simon Josefsson  <jas@extundo.com>
15141
15142         * modules/minmax (License): Change from GPL to LGPL.
15143
15144 2004-09-23  Simon Josefsson  <jas@extundo.com>
15145
15146         * gnulib-tool (--import): Typo.
15147
15148 2004-09-23  Simon Josefsson  <jas@extundo.com>
15149
15150         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15151
15152 2004-09-22  Bruno Haible  <bruno@clisp.org>
15153
15154         * modules/*: Add 'License' field.
15155         * gnulib-tool: Accept --extract-license option.
15156         (func_get_license): New function.
15157
15158 2004-09-21  Bruno Haible  <bruno@clisp.org>
15159
15160         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15161         Reported by Simon Josefsson.
15162
15163 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15164
15165         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
15166         gl_AC_TYPE_LONG_LONG.
15167
15168 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15169
15170         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
15171
15172 2004-09-18  Simon Josefsson  <jas@extundo.com>
15173         and  Paul Eggert  <eggert@cs.ucla.edu>
15174
15175         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
15176         calls with autoreconf.  Define GL_LIB.
15177
15178 2004-09-14  Karl Berry  <karl@gnu.org>
15179
15180         * config/srclist.txt: unsync setenv.c, sigh.
15181
15182 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15183
15184         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
15185         Problem reported by Bruno Haible in:
15186         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
15187
15188 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15189
15190         * config/srclist.txt: Comment out argp-pvh.c.
15191
15192 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
15193
15194         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
15195         in case some system header has #define'd it.  Problem reported by
15196         Soeren D. Schulze in
15197         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
15198
15199 2004-09-09  Karl Berry  <karl@gnu.org>
15200
15201         * regex.[ch]: delete from the root.  These were supposed to be
15202                 synced with emacs cvs, but this has not happened for about
15203                 a year, and anyway nothing else uses emacs regex.[ch].
15204                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
15205                 lib/regex[.ch] is untouched.
15206
15207 2004-09-09  Bruno Haible  <bruno@clisp.org>
15208
15209         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
15210
15211 2004-09-09  Bruno Haible  <bruno@clisp.org>
15212
15213         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
15214         modifications.
15215         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
15216
15217 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15218
15219         * modules/xvasprintf: New file.
15220         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
15221
15222 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15223
15224         * lib/xvasprintf.h: New file.
15225         * lib/xvasprintf.c: New file.
15226         * lib/xasprintf.c: New file.
15227
15228 2004-09-08  Bruno Haible  <bruno@clisp.org>
15229
15230         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
15231
15232 2004-09-08  Bruno Haible  <bruno@clisp.org>
15233
15234         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
15235         length is > INT_MAX.
15236         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
15237         more.
15238
15239 2004-09-08  Bruno Haible  <bruno@clisp.org>
15240
15241         * lib/stdint_.h: New file, taken from GNU clisp.
15242
15243 2004-09-08  Bruno Haible  <bruno@clisp.org>
15244             Oskar Liljeblad  <oskar@osk.mine.nu>
15245
15246         * modules/stdint: New file.
15247         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
15248
15249 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15250
15251         Import from coreutils.
15252         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
15253         strings on unbounded length.  alloca's performance benefits aren't
15254         that important here.
15255         (V_STRDUP): Remove.
15256         (parse_with_separator): New function, with most of the internals
15257         of the old parse_user_spec.  Allow user to omit both user and group,
15258         for compatibility with FreeBSD.
15259         Clone only the user name, not the entire spec.
15260         Do not set *uid, *gid unless entirely successful.
15261         Avoid memory leak in some failing cases.
15262         Fix regression for USER.GROUP reported by Dmitry V. Levin in
15263         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
15264         (parse_user_spec): Rewrite to use parse_with_separator.
15265
15266 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15267
15268         * modules/userspec: Don't depend on alloca.
15269
15270 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15271
15272         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
15273
15274 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15275
15276         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
15277         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
15278         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
15279
15280 2004-08-16  Simon Josefsson  <jas@extundo.com>
15281
15282         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
15283         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
15284         Add --dry-run for --import.
15285         Let user provided command line parameters override configure.ac
15286         settings.
15287
15288 2004-08-12  Simon Josefsson  <jas@extundo.com>
15289
15290         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
15291         as discussed with Paul Eggert in threads rooted at
15292         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
15293         and
15294         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
15295         Before, the test was empty, and relied on ELIDE_CODE in source
15296         code.)
15297         (gl_PREREQ_GETOPT): New macro.
15298         (gl_GETOPT): Use them.
15299
15300 2004-08-12  Simon Josefsson  <jas@extundo.com>
15301
15302         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
15303         * lib/getopt_.h: Renamed from getopt.h.
15304
15305 2004-08-12  Simon Josefsson  <jas@extundo.com>
15306
15307         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
15308         Change default library name from libfoo to libgnu.
15309         Now, if you have a configure.ac that says:
15310                 gl_SOURCE_BASE(gl)
15311                 gl_M4_BASE(gl/m4)
15312                 gl_MODULES(error getopt etcetera)
15313                 gl_INIT
15314         you can import all you need by running:
15315                 ../gnulib/gnulib-tool --import
15316
15317         * modules/getopt (Files): Rename getopt.h to getopt_.h.
15318         (Makefile.am): Rewrite, use logic from argz.
15319         (Include): Use <getopt.h> instead of "getopt.h".
15320
15321 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15322
15323         * modules/argp (Files): Add m4/unlocked-io.m4.
15324         (Depends-on): Add extensions.
15325
15326 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15327
15328         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
15329         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
15330         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
15331         Check for program_invocation_name, program_invocation_short_name,
15332         flockfile, funlockfile, features.h, _getopt_long_only_r.
15333
15334 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15335
15336         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
15337         its complicated substitute.
15338         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
15339         and program_invocation_name.
15340         (__argp_basename) [!_LIBC]: Remove; the only use was
15341         replaced by its body.
15342         (__argp_short_program_name): Change condition from
15343         !defined __argp_short_program_name to
15344         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
15345         to match argp-namefrob.h.
15346         (__argp_failure): Don't assume strerror_r returns char *.
15347         * lib/argp-parse.c (N_): Define unconditionally.
15348         (argp_default_options): Fill out initializers with 0 to avoid
15349         gcc warnings.
15350
15351 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15352
15353         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
15354         getopt1.c.
15355
15356 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15357
15358         Merge from coreutils.
15359
15360         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
15361
15362         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
15363         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
15364
15365 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15366
15367         Merge from coreutils.
15368
15369         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
15370         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
15371         for Reliant Unix 5.43.
15372
15373         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
15374         (union fooround): Use uintmax_t, not long int.
15375         The rest is a merge from libc:
15376         [defined _LIBC]: Include <shlib-compat.h>.
15377         (_obstack) [defined _LIBC]: Remove after 2.3.4.
15378
15379         * lib/settime.c (settime): Recode to avoid warning with
15380         Sun Forte C 6U2.
15381
15382         * lib/strverscmp.c: Convert to UTF-8.
15383
15384 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15385
15386         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15387         m4/uintmax_t.m4.
15388
15389 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15390
15391         * modules/xalloc-die: New file.
15392         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
15393
15394         * modules/md5 (Files): Add m4/uint32_t.m4.
15395         * modules/sha1: Renamed from modules/sha.
15396         (Files):
15397         Rename lib/sha.h to lib/sha1.h.
15398         Rename lib/sha.c to lib/sha1.c.
15399         Rename m4/sha.m4 to m4/sha1.m4.
15400         (lib_SOURCES): Likewise.
15401         (configure.ac): Rename gl_SHA to gl_SHA1.
15402         (Include): sha.h -> sha1.h.
15403
15404 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15405
15406         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
15407         * m4/sha1.m4: Renamed from sha.m4.
15408         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
15409
15410 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15411
15412         * lib/obstack.h (obstack_empty_p):
15413         Don't assume that chunk->contents is suitably aligned.
15414         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
15415         Likewise. Problem reported by Benno in
15416         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
15417
15418         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
15419         readable.  This could be improved further but it'd take some work.
15420
15421 2004-08-08  Simon Josefsson  <jas@extundo.com>
15422
15423         * modules/xgethostname (Depends-on): Remove exit and error (not
15424         used).
15425
15426         * modules/getpass-gnu: Add getpass.h.
15427         (Depends-on): Add stdbool.
15428         * modules/getpass: Add getpass.h.
15429
15430 2004-08-08  Simon Josefsson  <jas@extundo.com>
15431
15432         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
15433         Check getpass declaration.
15434
15435 2004-08-08  Simon Josefsson  <jas@extundo.com>
15436
15437         * lib/xgethostname.c: Don't include error.h (not used).
15438
15439         * lib/getpass.h: Add.
15440         * lib/getpass.c: Include getpass.h first.
15441
15442 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
15443
15444         * lib/xalloc-die.c: New file.
15445         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
15446         All uses removed.
15447         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
15448         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
15449         xalloc-die.c.
15450         (_, N_, xalloc_die): Move to xalloc-die.c.
15451         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
15452         so that we needn't mess with xalloc_msg_memory_exhausted.
15453
15454         * lib/sha1.h: Renamed from sha.h.
15455         (SHA1_H): Renamed from _SHA_H.
15456         (sha1_ctx): Renamed from sha_ctx.
15457         (sha1_init_ctx): Renamed from sha_init_ctx.
15458         (sha1_process_block): Renamed from sha_process_block.
15459         (sha1_process_bytes): Renamed from sha_process_bytes.
15460         (sha1_finish_ctx): Renamed from sha_finish_ctx.
15461         (sha1_read_ctx): Renamed from sha_read_ctx.
15462         (sha1_stream): Renamed from sha_stream.
15463         (sha1_buffer): Renamed from sha_buffer.
15464         * lib/sha1.c: Likewise; renamed from sha.c.
15465         Do not include <sys/types.h>.
15466         Include <stddef.h> rather than <stdlib.h>.
15467
15468 2004-08-08  Bruno Haible  <bruno@clisp.org>
15469
15470         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
15471         FILESYSTEM_PREFIX_LEN.
15472         * lib/progreloc.c: Likewise.
15473         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
15474
15475 2004-08-06  Simon Josefsson  <jas@extundo.com>
15476
15477         * modules/progname (Depends-on): Don't depend on stdbool.
15478
15479 2004-08-06  Simon Josefsson  <jas@extundo.com>
15480
15481         * modules/getsubopt: New file.
15482         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15483         getsubopt.
15484
15485 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15486
15487         More merge from coreutils.
15488
15489         * m4/utimens.m4, m4/utimecmp.m4: New files.
15490         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
15491         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
15492         prereq.m4, sha.m4: Import changes from coreutils.
15493
15494 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15495
15496         More merge from coreutils.
15497         * modules/raise, modules/readtokens0, modules/utimens:
15498         * modules/utimecmp, module/xnanosleep: New files.
15499         * modules/strftime: Add lib/strftime.h.
15500         Change include from <time.h> to "strftime.h".
15501         * modules/yesno: Add lib/yesno.h.
15502         * modules/backupfile: Remove lib/addext.c.
15503         * modules/euidaccess: Add stat-macros.h.
15504         * modules/canonicalize, modules/euidaccess,
15505         modules/filemode, modules/lchown, modules/makepath,
15506         modules/rmdir, modules/stat: Likewise.
15507
15508 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15509
15510         Merge from tar.
15511         * lib/argp-help.c (make_hol, hol_append): Don't assume that
15512         SIZE_MAX is a valid preprocessor constant.
15513         (__argp_basename): Change from "#ifndef _LIBC"
15514         to "#ifndef __argp_short_program_name", so that
15515         we don't compile these functions for tar.
15516
15517         More merges from coreutils.
15518         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
15519         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
15520         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
15521         * lib/addext.c: Remove; no longer needed.
15522         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
15523         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
15524         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
15525         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
15526         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
15527         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
15528         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
15529         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
15530         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
15531         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15532         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
15533         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
15534         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
15535         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
15536         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
15537         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
15538         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
15539         Import changes from coreutils.
15540
15541 2004-08-05  Simon Josefsson  <jas@extundo.com>
15542
15543         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
15544
15545 2004-08-05  Simon Josefsson  <jas@extundo.com>
15546
15547         * m4/getsubopt.m4: New file.
15548
15549 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15550
15551         Merge from coreutils.
15552
15553         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
15554         * m4/getcwd-path-max.m4: New files.
15555
15556         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
15557         FILESYSTEM_PREFIX_LEN ->
15558         FILE_SYSTEM_PREFIX_LEN.
15559         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
15560         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
15561         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
15562         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
15563
15564         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
15565         prerequisite modules now handle the DOS stuff.
15566         Don't check for unistd.h.
15567
15568 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15569
15570         Merge from coreutils.
15571
15572         * lib/.gdb-history: Remove; this doesn't belong here.
15573
15574         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
15575         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
15576         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
15577         * lib/getcwd.c: New files.
15578
15579         * lib/dirname.h: Include <stdbool.h>.
15580         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
15581         for consistency with POSIX terminology.  All uses changed.
15582         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
15583         (strip_trailing_slashes): Use bool for booleans.
15584         * lib/stripslash.c (strip_trailing_slashes): Likewise.
15585
15586         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
15587         sometimes returns a positive errno value even when it succeeds.
15588         (print_errno_message) [!LIBC]: Fall back on strerror if
15589         __strerror_r fails.
15590
15591         * lib/path-concat.c (mempcpy): Don't define if a system header defines
15592         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
15593         (longest_relative_suffix): New function.
15594         (path_concat): Use it.  Assume first argument is not NULL.
15595         Port to DOS.  Omit redundant separators.
15596         Report an error instead of returning NULL.
15597         Use mempcpy instead of memcpy.
15598         (xpath_concat): Remove: not declared or used.
15599
15600         * lib/same.h: Include <stdbool.h>
15601         (same_name): Return bool, not int.
15602         * lib/same.c (same_name): Likewise.
15603         (errno): Don't declare; we assume C89 or better now.
15604
15605         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
15606         if not already defined.
15607
15608         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
15609         * lib/dup-safer.c (errno): Likewise.
15610
15611 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15612
15613         Merge from coreutils.
15614         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
15615         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
15616         * modules/path-concat: Don't depend on strdup.
15617
15618 2004-08-03  Simon Josefsson  <jas@extundo.com>
15619
15620         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
15621         * lib/progname.h: Don't include stdbool.h.
15622
15623 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15624
15625         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
15626         * MODULES.html.sh (func_all_modules): Remove fatal.
15627
15628 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15629
15630         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
15631
15632 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15633
15634         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
15635         working.
15636
15637 2004-08-02  Simon Josefsson  <jas@extundo.com>
15638
15639         * lib/getsubopt.h: New file, with comments from Bruno Haible.
15640         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
15641         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
15642
15643 2004-08-01  Simon Josefsson  <jas@extundo.com>
15644
15645         * lib/xgetdomainname.c: Include stdlib.h, for free().
15646
15647 2004-07-19  Bruno Haible  <bruno@clisp.org>
15648
15649         * MODULES.html.sh (func_all_modules): Add dummy.
15650
15651 2004-07-16  Simon Josefsson  <jas@extundo.com>
15652
15653         * modules/dummy: New file.
15654
15655 2004-07-16  Simon Josefsson  <jas@extundo.com>
15656
15657         * lib/dummy.c: New file.
15658
15659 2004-07-16  Bruno Haible  <bruno@clisp.org>
15660
15661         * lib/backupfile.h: Add extern "C" for C++.
15662         * lib/closeout.h: Likewise.
15663         * lib/copy-file.h: Likewise.
15664         * lib/findprog.h: Likewise.
15665         * lib/full-write.h: Likewise.
15666         * lib/pathname.h: Likewise.
15667         * lib/progname.h: Likewise.
15668         * lib/stpcpy.h: Likewise.
15669         * lib/stpncpy.h: Likewise.
15670         * lib/strcase.h: Likewise.
15671         * lib/strstr.h: Likewise.
15672         * lib/xalloc.h: Likewise.
15673
15674         * lib/mbswidth.h: Add extern "C" for C++.
15675         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
15676
15677 2004-07-13  Robert Millan  <robertmh@gnu.org>
15678
15679         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
15680
15681 2004-07-09  Simon Josefsson  <jas@extundo.com>
15682
15683         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
15684         failed without this.)
15685
15686 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15687
15688         * modules/chown (Files): Add lib/fchown-stub.c, since
15689         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
15690
15691 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15692
15693         * lib/fchown-stub.c: New file.
15694
15695 2004-06-24  Jim Meyering  <jim@meyering.net>
15696
15697         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
15698
15699 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15700
15701         * modules/argz: Omit "#include".
15702
15703         * MODULES.html.sh (func_all_modules): Add calloc, to match
15704         2004-06-01 addition of calloc module.
15705
15706 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15707
15708         * m4/argz.m4: New file, which is autoupdated from libtool.
15709
15710 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15711
15712         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
15713         libtool.
15714
15715 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15716
15717         * config/srclist-update: Don't insist on "USA." before the
15718         close-comment, as libtool omits the period and puts the */ on a
15719         separate line.
15720         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
15721         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
15722
15723 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
15724
15725         * modules/argz: New file.
15726         * MODULES.html.sh (func_all_modules): Add argz.
15727
15728 2004-06-12  Jim Meyering  <jim@meyering.net>
15729         and  Paul Eggert  <eggert@cs.ucla.edu>
15730
15731         * modules/hash (Files): Add lib/xalloc.h.
15732         * modules/pipe (Depends-on): Add wait-process.
15733         * modules/stat (Depends-on): Add xalloc.
15734         * modules/userspec (Files): Add lib/userspec.h.
15735         * modules/xstrto
15736
15737         Upgrade from gettext-0.13.
15738         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
15739         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
15740         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
15741
15742 2004-06-10  Jim Meyering  <jim@meyering.net>
15743
15744         * lib/calloc.c: New file.
15745
15746 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15747
15748         * lib/getdate.y (yylex): Allow space between sign and number.
15749         Problem reported by Dan Jacobson.
15750
15751 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15752
15753         Merge from coreutils CVS.
15754
15755         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
15756         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
15757         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
15758         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
15759         xstrtol.m4: Fix copyright date and/or serial number.
15760
15761         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
15762         See if we need an fchown replacement.
15763         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
15764         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
15765         and use the replacement function if we detect either defect.
15766
15767         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
15768         gl_UTIMECMP.
15769
15770 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15771         and  Jim Meyering  <jim@meyering.net>
15772
15773         Merge from coreutils CVS.
15774
15775         * lib/stat-macros.h: New file, with contents from file-type.h
15776         and coreutils' system.h.
15777         * lib/file-type.c: Include "stat-macros.h".
15778         * lib/file-type.h (file_type): Move all macro definitions to new file,
15779         stat-macros.h.
15780
15781         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
15782         Wrap old code with this conditional.
15783         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
15784         function that does not dereference symlinks.
15785         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
15786
15787         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
15788         dependency problems.
15789         (xreadlink): Accept new arg SIZE, for efficiency.
15790         All decls and uses changed.
15791         * lib/xreadlink.h: Include <stddef.h>, for size_t.
15792
15793         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
15794         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
15795
15796         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
15797         sysexits.h.
15798
15799 2004-06-01  Jim Meyering  <jim@meyering.net>
15800
15801         * m4/calloc.m4: New file.
15802
15803 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
15804
15805         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
15806         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
15807         Also, fix a typo in a diagnostic.
15808
15809 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15810
15811         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
15812         or AC_FUNC_REALLOC.
15813
15814 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15815
15816         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
15817         macros to be defined.
15818         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
15819         the allocator returns NULL because the requested size is zero.
15820
15821 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15822
15823         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
15824         var.  Add comment explaining why libc still defines it.  This
15825         merges the following patch from glibc:
15826         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
15827
15828 2004-05-20  Andreas Schwab  <schwab@suse.de>
15829
15830         * m4/free.m4: Replace free if it not known to work, not the other
15831         way round.
15832
15833 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15834
15835         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
15836         present in glibc since revision 1.1 of this file.
15837         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
15838         obstack_alignment_mask, obstack_alloc, obstack_base,
15839         obstack_blank, obstack_blank_fast, obstack_chunk_size,
15840         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
15841         obstack_grow0, obstack_init, obstack_int_grow,
15842         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
15843         obstack_next_free, obstack_object_size, obstack_ptr_grow,
15844         obstack_ptr_grow_fast, obstack_room): Remove declarations of
15845         nonexistent functions.
15846
15847 2004-05-18  Karl Berry  <karl@gnu.org>
15848
15849         * config/srclist.txt: break link for vasnprintf.c.
15850
15851 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         Port obstack to the AS/400, where pointers are 16 bytes wide and
15854         you cannot cast an integer to a valid pointer.  This patch is
15855         currently waiting to be integrated into glibc; see
15856         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
15857
15858         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
15859         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
15860         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
15861         (struct obstack): temp member is now a union of a pointer and
15862         an integer, instead of an integer.  All integer uses changed.
15863         This does not affect the physical layout of struct obstack,
15864         except on hosts (like the AS/400) where the size or alignment of
15865         void * is greater than that of ptrdiff_t.
15866         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
15867         __STDC__)]: Store temporary in pointer member of union, not
15868         integer member.
15869         * lib/obstack.c: Include <stddef.h>, for offsetof.
15870         (struct fooalign): Remove; it doesn't need a name.
15871         (union fooround): Change double to long double, and add void *.
15872         (DEFAULT_ALIGNMENT): Use offsetof to compute.
15873         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
15874         not a macro.  Hence the values are always int; so remove all
15875         casts-to-int in uses.
15876
15877 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15878
15879         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
15880         we can get this patch merged into glibc.
15881
15882 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15883             Paul Eggert  <eggert@cs.ucla.edu>
15884
15885         * m4/argp: Depend on alloca.
15886
15887 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15888             Paul Eggert  <eggert@cs.ucla.edu>
15889
15890         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
15891         freecoding.
15892
15893 2004-05-17  Bruno Haible  <bruno@clisp.org>
15894
15895         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
15896         precision that consists of a '.' followed by an empty digit string.
15897         Patch by Tor Lillqvist <tml@iki.fi>.
15898
15899 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15900
15901         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
15902         for backward compatibility with older code.  We need our own
15903         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
15904         it under some other name, and our alloca.h will define it.
15905
15906 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15907             Derek Price  <derek@ximbiot.com>
15908
15909         * lib/alloca.c: Include <alloca.h>, to get our interface.
15910         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
15911         include <alloca.h> first.  Use C89 prototype for alloca; this
15912         requires including <stddef.h> for size_t.  Use extern "C" if C++.
15913         Use #elif for simplicity, since we can assume C89 now.
15914         Don't try to source the system alloca.h since it will not be found
15915         and to prevent recursively including its replacement.
15916         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
15917         * lib/regex.c: Likewise.
15918
15919 2004-05-16  Derek Price  <derek@ximbiot.com>
15920             Paul Eggert  <eggert@cs.ucla.edu>
15921
15922         getline cleanup.  This changes the getndelim2 API: both order of
15923         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
15924         no delimiter).
15925
15926         * lib/getline.c: Don't include stddef.h or stdio.h, since our
15927         interface does that.
15928         (getline): Always use getdelim, so that we don't have two
15929         copies of this code.
15930         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
15931         if available.
15932         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
15933         (GETNDELIM2_MAXIMUM): New macro.
15934         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
15935         instead of the old practice of delim2==0.  All callers changed.
15936         Return -1 on overflow, instead of returning junk.
15937         Do not set *linesize unless allocation succeeds.
15938         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
15939         that we include sys/types.h.
15940         * lib/getnline.h: Likewise.
15941         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
15942         (getndelim2): Reorder arguments.
15943         * lib/getnline.c (getnline, getndelim):
15944         Don't discard the NMAX argument.
15945         (getnline): Invoke getndelim, to avoid code duplication.
15946         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
15947         of (size_t) -1 by callers of the getnline family.
15948
15949 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15950
15951         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
15952         Check for gettimeofday.
15953         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
15954         Check for settimeofday, stime.
15955
15956 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15957
15958         * lib/nanosleep.c (suspended): Change its type from int to
15959         sig_atomic_t volatile.
15960         (first_call): Make it private to rpl_nanosleep, and have it
15961         be zero initially as that's a bit faster.
15962         (my_usleep): Round up fractional times instead of truncating them,
15963         as this is the usual meaning for 'sleep'.
15964
15965         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
15966         doesn't work.
15967         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
15968         (ENOSYS): Define if not defined.
15969         (settime): Fall back on stime if it exists and settimeofday fails.
15970         But don't bother with fallbacks if a method fails with errno == EPERM.
15971
15972 2004-05-11  Jim Meyering  <jim@meyering.net>
15973
15974         Prior to this change, the save_cwd caller required read access to the
15975         current directory on most systems (ones with the fchdir function).
15976
15977         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
15978         fails, try write-only, and finally, resort to using xgetcwd.
15979
15980 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15981
15982         * lib/obstack.c, obstack.h: Import changes from libc.
15983
15984 2004-04-28  Bruno Haible  <bruno@clisp.org>
15985
15986         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
15987         also implicitly appends .exe to executables.
15988         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
15989         accepts Windows pathnames.
15990         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15991         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15992         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15993         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15994         Reported by Derek Robert Price <derek@ximbiot.com>.
15995
15996 2004-04-21  Karl Berry  <karl@gnu.org>
15997
15998         * config/srclist.txt (localcharset.c): break sync.
15999
16000 2004-04-20  Paul Eggert  <eggert@twinsun.com>
16001
16002         * m4/host-os.m4: Add a copyright notice.
16003
16004 2004-04-20  Jim Meyering  <jim@meyering.net>
16005
16006         Change UTILS_ to gl_ in AC_DEFINE'd names.
16007         Change utils_- and jm_-prefixed variables, too.
16008         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16009         UTILS_FUNC_MKDIR_TRAILING_SLASH.
16010         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
16011
16012         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16013         Don't emit trailing blanks.
16014         Also rename jm_-prefixed variables to have gl_ prefix.
16015
16016         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16017         Also rename jm_-prefixed variables to have gl_ prefix.
16018
16019         * m4/jm-macros.m4: Reflect the renamings.
16020         * m4/prereq.m4: Likewise.
16021
16022 2004-04-20  Jim Meyering  <jim@meyering.net>
16023
16024         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16025         memory.
16026
16027 2004-04-20  Jim Meyering  <jim@meyering.net>
16028             Bruno Haible  <bruno@clisp.org>
16029
16030         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16031         memory when realloc fails.
16032
16033 2004-04-19  Jim Meyering  <jim@meyering.net>
16034
16035         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16036         now that readutmp.c may call `free (0)'.
16037
16038 2004-04-19  Bruno Haible  <bruno@clisp.org>
16039
16040         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16041         * m4/inttypes_h.m4: Likewise.
16042         * m4/stdint_h.m4: Likewise.
16043         * m4/intmax_t.m4: Likewise.
16044         * m4/uintmax_t.m4: Likewise.
16045
16046 2004-04-18  Jim Meyering  <jim@meyering.net>
16047
16048         * m4/prereq.m4: Don't forbid jm_ prefix.
16049
16050         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16051         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16052         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16053         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16054         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16055         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16056         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16057         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16058         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16059         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16060         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16061         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16062         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16063         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16064         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16065         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16066         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16067         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16068         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16069
16070 2004-04-18  Jim Meyering  <jim@meyering.net>
16071
16072         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16073         failure, don't leak memory and do call END_UTMP_ENT.
16074
16075 2004-04-16  Jim Meyering  <jim@meyering.net>
16076
16077         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16078         coreutils' stat program.
16079         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16080
16081 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16082
16083         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16084         C89.
16085         (CHAR_BIT): Remove, since we assume C89.
16086         Include <stdint.h> if available, as per current Autoconf CVS advice.
16087
16088 2004-03-31  Jim Meyering  <jim@meyering.net>
16089
16090         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16091         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16092         * m4/xalloc.m4: Likewise.
16093
16094 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16095
16096         Merge from coreutils.
16097
16098         * m4/inttostr.m4: New file.
16099         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16100         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16101         Require gl_CLOCK_TIME.
16102         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16103
16104 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16105
16106         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16107         not bool, to be more consistent with Unix conventions.
16108         Suggested by Bruno Haible.
16109
16110         Merge from coreutils.
16111
16112         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16113         * lib/umaxtostr.c: New files.
16114
16115         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16116         the usual <time.h> dance.
16117         (get_date): Change signature to support fractional time stamps.
16118         All callers changed.
16119         * lib/getdate.y: Include "getdate.h" first, as we can now
16120         assume C89 and don't need to worry about 'const'.
16121         Similarly, include "unlocked-io.h" near start, not in middle.
16122         Include <limits.h>.
16123         (textint.value): Use long int rather than int.
16124         (textint.digits): Use size_t rather than int.
16125         (BILLION, LOG10_BILLION): New constants.
16126         (parser_control): New member rel_ns.  Members day_ordinal,
16127         time_zone, month, day, hour, minutes, rel_year, rel_month,
16128         rel_day, rel_hour, rel_minutes, rel_seconds
16129         are now long int, not int.  Member seconds is now struct timespec,
16130         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16131         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16132         not int.
16133         (%union.intval): Now long int, not int.
16134         New member timespec.
16135         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16136         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16137         (spec): Now is a timespec or an item list.
16138         (timespec, items): New nonterminals.
16139         (time, rel, relunit, number, get_date):
16140         Add support for fractional seconds.
16141         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16142         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16143         (to_hour): First arg is now long int, not int.
16144         (to_year): Returns long int, not int.
16145         Don't treat year -70 like 70.
16146         (tm_diff): Returns long int, not int.
16147         (lookup_word): Use bool instead of int when appropriate.
16148         (yylex): Use size_t for count, not int.
16149         Detect overflow when parsing large integer constants.
16150         Add support for fractions.
16151         (get_date): Make pointers 'const' if possible.
16152         Use more-portable code to detect integer overflow.
16153         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16154         Don't use ctime; it's not reliable if the year has >4 digits.
16155
16156         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16157         This is for compatibility with BSD.
16158
16159         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16160         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16161         From coreutils' system.h.
16162
16163         * lib/userspec.c: Don't include "posixver.h".
16164         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
16165         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
16166         compatible extension.  Simplify code by removing a boolean int
16167         that was always nonzero if a string was nonnull.
16168
16169 2004-03-30  Jim Meyering  <jim@meyering.net>
16170
16171         Merge from coreutils.
16172
16173         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
16174         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
16175         on some systems one must include <grp.h> before it.
16176         Reported by Christian Krackowizer.
16177
16178 2004-03-30  Jim Meyering  <jim@meyering.net>
16179
16180         Merge from coreutils.
16181
16182         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
16183
16184         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
16185         an empty input stream.
16186
16187         * lib/readtokens.c: Include <stdbool.h>.
16188         (readtoken): Use `size_t' rather than int/long.
16189         All callers adjusted.
16190         Use `bool' rather than `int' where appropriate.
16191         Use memset rather than an explicit loop.
16192         Use x2nrealloc rather than xrealloc.
16193         Allow the use of `\0' as a delimiter.
16194         (readtokens): Likewise.
16195         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
16196
16197 2004-03-30  Jim Meyering  <jim@meyering.net>
16198
16199         * m4/realloc.m4: Remove file, since now it does no more than
16200         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
16201         the `configure.ac' section of module/realloc.
16202         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
16203
16204 2004-03-30  Bruno Haible  <bruno@clisp.org>
16205
16206         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
16207         nonnull.
16208
16209 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16210
16211         Merge changes to getloadavg.c from coreutils and Emacs.
16212
16213         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
16214         Define to an expression, not to the empty string.
16215         Include cloexec.h and xalloc.h.
16216         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
16217         Use set_cloexec_flag rather than rolling our own.
16218         * lib/cloexec.c, lib/cloexec.h: New files.
16219
16220 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16221
16222         * m4/cloexec.m4: New file.
16223
16224 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16225
16226         * lib/getopt.h: Sync with libc CVS.
16227
16228 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16229             Bruno Haible  <bruno@clisp.org>
16230
16231         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
16232         mbswidth.
16233
16234 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16235             Bruno Haible  <bruno@clisp.org>
16236
16237         * lib/mbswidth.h: Include <wchar.h> only if
16238         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
16239         <wchar.h>.
16240         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
16241
16242 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16243
16244         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
16245         Sync with libc CVS.
16246         * lib/getopt_int.h: New file, also synced from libc.
16247
16248 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16249
16250         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
16251         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
16252         Bring back getopt.c, getopt.h, getopt1.c.
16253
16254 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16255
16256         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
16257         All uses changed.  Check for sa_sigaction member; this fixes
16258         a bug first reported by Jason Andrade in
16259         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16260
16261 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16262
16263         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
16264         '#if' expressions.  Unlike the code it replaces, it does not
16265         depend on (defined _SC_PAGESIZE).  However, it does depend on
16266         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
16267         first reported by Jason Andrade in
16268         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16269
16270 2004-02-25  Simon Josefsson  <jas@extundo.com>
16271
16272         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
16273
16274 2004-02-25  Simon Josefsson  <jas@extundo.com>
16275
16276         * lib/strdup.h: New file.
16277         * lib/strdup.c: Include it.
16278         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
16279         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
16280
16281 2004-02-23  Karl Berry  <karl@gnu.org>
16282
16283         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
16284         (from fencepost.gnu.org:/gd/gnuorg).
16285
16286 2004-02-23  Karl Berry  <karl@gnu.org>
16287
16288         * config/srclistvars.sh (GNUORG) [karl]: redefine.
16289         * config/srclist.txt: add maintain/standards documents.
16290
16291 2004-02-18  Bruno Haible  <bruno@clisp.org>
16292
16293         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
16294         Reported by Derek Robert Price <derek@ximbiot.com>.
16295
16296 2004-02-16  Karl Berry  <karl@gnu.org>
16297
16298         * config/mkinstalldirs, install-sh: update from automake.
16299
16300 2004-02-06  Karl Berry  <karl@gnu.org>
16301
16302         * m4/po.m4: update from gettext 0.14.1.
16303
16304 2004-02-06  Karl Berry  <karl@gnu.org>
16305
16306         * lib/config.charset: update from gettext 0.14.1.
16307
16308 2004-02-05  Paul Eggert  <eggert@twinsun.com>
16309
16310         Add comments and code, prompted by suggestions from Bruno Haible
16311         for sh-quote.
16312         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
16313         describing the enum quoting_style values.
16314         * lib/quotearg.c (quotearg_alloc): New function.
16315         (quotearg_buffer_restyled): Treat lone { and } as special.
16316         Treat = as special.  Work around bug with older shells
16317         that "see" a '\' that is really the 2nd byte of a multibyte char.
16318         Quote empty string with shell_quoting_style.
16319
16320 2004-02-03  Bruno Haible  <bruno@clisp.org>
16321
16322         * m4/pipe.m4: New file, from GNU gettext.
16323
16324 2004-02-03  Bruno Haible  <bruno@clisp.org>
16325
16326         * lib/pipe.h: New file, from GNU gettext.
16327         * lib/pipe.c: New file, from GNU gettext.
16328
16329 2004-01-27  Bruno Haible  <bruno@clisp.org>
16330
16331         * m4/execute.m4: New file, from GNU gettext.
16332
16333 2004-01-27  Bruno Haible  <bruno@clisp.org>
16334
16335         * lib/execute.h: New file, from GNU gettext.
16336         * lib/execute.c: New file, from GNU gettext.
16337         * lib/w32spawn.h: New file, from GNU gettext.
16338
16339 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16340
16341         Merge from diffutils.
16342
16343         * lib/file-type.c (file_type): Add typed memory objects.
16344         * lib/file-type.h (S_TYPEISTMO): New macro.
16345
16346         * lib/c-stack.h (c_stack_action): Remove argv argument.
16347         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
16348         (die): Don't calculate message unless segv_action returns.
16349         (get_stack_location, min_address_from_argv, max_address_from_argv,
16350         volatile stack_base, volatile_stack_size): Remove.
16351         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
16352         that every segmentation violation is a stack overflow.  (Ouch!)
16353         See Debian bug 136249 (still outstanding) for more info about why
16354         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
16355
16356 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16357
16358         Exit-status fix from coreutils.
16359
16360         Use exit_failure consistently in place of EXIT_FAILURE,
16361         so that program exit statuses are consistent on failure.
16362
16363         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
16364         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
16365         * lib/argmatch.h: Comment fix to match the above.
16366         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
16367         Now a macro referring to exit_failure, instead of a separate
16368         variable.  Include "exitfail.h" to get it.
16369         * lib/xstrtol.h: Include "exitfail.h".
16370         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
16371
16372         * lib/long-options.c (parse_long_options): Use prototype
16373         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
16374         for clarity.
16375
16376 2004-01-21  Jim Meyering  <jim@meyering.net>
16377
16378         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
16379         so as not to conflict with a different-sized __mktime_internal
16380         function in GNU libc.
16381         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
16382         Problem building statically-linked `ls' reported by Michael Brunnbauer.
16383
16384 2004-01-20  Karl Berry  <karl@gnu.org>
16385
16386         * config/config.guess: update from config.
16387
16388         * config/srclistvars.sh: GNUWWWLICENSES for karl.
16389
16390 2004-01-20  Bruno Haible  <bruno@clisp.org>
16391
16392         Safer stack allocation.
16393         * lib/setenv.c: Include allocsa.h.
16394         (alloca): Remove fallback definition.
16395         (freea): Remove macro.
16396         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
16397         instead of freea.
16398
16399 2004-01-20  Bruno Haible  <bruno@clisp.org>
16400
16401         * m4/eealloc.m4: New file, from GNU gettext.
16402
16403 2004-01-20  Bruno Haible  <bruno@clisp.org>
16404
16405         * m4/allocsa.m4: New file, from GNU gettext.
16406
16407 2004-01-20  Bruno Haible  <bruno@clisp.org>
16408
16409         * lib/xallocsa.h: New file, from GNU gettext.
16410         * lib/xallocsa.c: New file, from GNU gettext.
16411
16412 2004-01-20  Bruno Haible  <bruno@clisp.org>
16413
16414         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
16415
16416 2004-01-20  Bruno Haible  <bruno@clisp.org>
16417
16418         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
16419         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
16420         specially.
16421
16422 2004-01-20  Bruno Haible  <bruno@clisp.org>
16423
16424         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
16425         patch.
16426
16427 2004-01-20  Bruno Haible  <bruno@clisp.org>
16428
16429         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
16430
16431 2004-01-20  Bruno Haible  <bruno@clisp.org>
16432
16433         * lib/eealloc.h: New file.
16434
16435 2004-01-20  Bruno Haible  <bruno@clisp.org>
16436
16437         * lib/binary-io.h: Avoid warnings on Cygwin.
16438
16439 2004-01-20  Bruno Haible  <bruno@clisp.org>
16440
16441         * lib/allocsa.h: New file, from GNU gettext.
16442         * lib/allocsa.c: New file, from GNU gettext.
16443
16444 2004-01-18  Karl Berry  <karl@gnu.org>
16445
16446         * doc/gpl.texi, doc/lgpl.texi: new files.
16447
16448 2004-01-18  Karl Berry  <karl@gnu.org>
16449
16450         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
16451         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
16452
16453 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16454
16455         Merge from coreutils.
16456
16457         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
16458         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
16459         (gl_DEFAULT_POSIX2_VERSION): Move
16460         the documentation from 'configure' into 'config.hin',
16461         so that 'configure --help' isn't burdened by it and
16462         we don't have to worry about its formatting there.
16463         Reword the documentation so that it's more succinct
16464         and can be run together into a single paragraph.
16465         * m4/same.m4 (gl_SAME): Check for pathconf.
16466
16467 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16468
16469         Merge from coreutils.
16470
16471         * lib/posixver.c: Include posixver.h.
16472
16473         * lib/same.c: Include <stdbool.h>, <limits.h>.
16474         (_POSIX_NAME_MAX): Define if not defined.
16475         (MIN): New macro.
16476         (same_name): If file names are silently truncated, report
16477         that the file names are the same if they are the same after
16478         the silent truncation.
16479
16480         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
16481         conversion function.
16482         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
16483         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
16484         longer needed.
16485
16486 2004-01-15  Jim Meyering  <jim@meyering.net>
16487
16488         Merge from coreutils.
16489
16490         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
16491         if no library is required.
16492         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
16493         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
16494         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
16495         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
16496         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
16497         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
16498         value, $ac_cv_search_crypt, if it's "none required".
16499         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
16500         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
16501         not gl_FUNC_GETLOADAVG.
16502         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
16503         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
16504
16505 2004-01-15  Jim Meyering  <jim@meyering.net>
16506
16507         Merge from coreutils.
16508
16509         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
16510         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
16511         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
16512
16513         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
16514         optional configure-time default.
16515
16516         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16517
16518         * lib/xreadlink.c (xreadlink): Correct outdated comment.
16519
16520 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
16521
16522         Merge from coreutils.
16523
16524         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
16525         value, $ac_cv_search_nanosleep, if it's "none required".
16526
16527 2004-01-14  Paul Eggert  <eggert@twinsun.com>
16528
16529         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
16530         with like-named macro in fnmatch.c.
16531         (EXT): Use an internal constant instead.
16532
16533         Merge fnmatch patches from glibc.
16534         * lib/fnmatch.c (mbsinit): Remove define.
16535         Add libc_hidden_ver (__fnmatch, fnmatch).
16536         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
16537         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
16538
16539 2004-01-14  Karl Berry  <karl@gnu.org>
16540
16541         * config/install-sh: update from automake.
16542
16543 2004-01-13  Karl Berry  <karl@gnu.org>
16544
16545         * config/install-sh: update from automake.
16546
16547 2004-01-09  Karl Berry  <karl@gnu.org>
16548
16549         * config/install-sh: update from automake.
16550
16551 2004-01-05  Karl Berry  <karl@gnu.org>
16552
16553         * config/config.{sub,guess}: update from config.
16554
16555 2003-12-31  Karl Berry  <karl@gnu.org>
16556
16557         * config/depcomp: update from automake.
16558
16559 2003-12-14  Karl Berry  <karl@gnu.org>
16560
16561         * lib/config.charset: update from gettext-runtime.
16562
16563 2003-12-03  Paul Eggert  <eggert@twinsun.com>
16564
16565         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
16566         Bug reported by Alfred M. Szmidt.
16567
16568 2003-12-03  Bruno Haible  <bruno@clisp.org>
16569
16570         * m4/gettext.m4: Upgrade from gettext-0.13.
16571         * m4/po.m4: Upgrade from gettext-0.13.
16572         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
16573         * m4/intmax.m4: New file, from gettext-0.13.
16574         * m4/printf-posix.m4: New file, from gettext-0.13.
16575
16576 2003-11-29  Karl Berry  <karl@gnu.org>
16577
16578         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
16579
16580 2003-11-25  Paul Eggert  <eggert@twinsun.com>
16581             Bruno Haible  <bruno@clisp.org>
16582
16583         * lib/printf-parse.h: Don't include sys/types.h.
16584         (ARG_NONE): New macro.
16585         (char_directive): Change type of *arg_index fields to size_t.
16586         * lib/printf-parse.c: Don't include sys/types.h.
16587         (SSIZE_MAX): Remove macro.
16588         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
16589         Remove unnecessary overflow check.
16590         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
16591         fields.
16592
16593 2003-11-25  Bruno Haible  <bruno@clisp.org>
16594
16595         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
16596
16597 2003-11-25  Bruno Haible  <bruno@clisp.org>
16598
16599         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
16600         gt_TYPE_SSIZE_T.
16601
16602 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16603
16604         * modules/alloca: Remove dependency on xalloc.
16605
16606 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16607
16608         * lib/alloca.c: Remove dependency on xalloc module.
16609         (xalloc_die): Remove.
16610         (memory_full) [!defined emacs]: New macro.
16611         [!defined emacs]: Don't include xalloc.h.
16612         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
16613         address arithmetic overflows.  Change datatypes a bit to avoid
16614         unnecessary casts.
16615
16616 2003-11-22  Jim Meyering  <jim@meyering.net>
16617
16618         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
16619         s/size/size_t/.
16620
16621 2003-11-21  Karl Berry  <karl@gnu.org>
16622
16623         * config/config.{sub,guess}: update from config.
16624
16625 2003-11-18  Karl Berry  <karl@gnu.org>
16626
16627         * config/config.{sub,guess}: update from config.
16628
16629         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
16630
16631 2003-11-17  Paul Eggert  <eggert@twinsun.com>
16632
16633         * README: Mention that S+T cannot overflow if S is the size of
16634         an existing object and T is sufficiently small.
16635
16636 2003-11-17  Jim Meyering  <jim@meyering.net>
16637
16638         On systems without utime and without a utimes function capable of
16639         dealing with a NULL struct utimbuf* argument, this utime replacement
16640         could -- in unusual circumstances -- leak a file descriptor.
16641         * lib/utime.c: Include <unistd.h> and <errno.h>.
16642         (utime_null): Be sure to close `fd' and to preserve errno.
16643         Reported by Geoff Collyer via Arnold Robbins.
16644
16645 2003-11-17  Bruno Haible  <bruno@clisp.org>
16646
16647         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
16648         (Depends-on): Add xsize.
16649
16650 2003-11-17  Bruno Haible  <bruno@clisp.org>
16651
16652         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
16653
16654 2003-11-17  Bruno Haible  <bruno@clisp.org>
16655
16656         * lib/vasnprintf.c (alloca): Remove fallback definition.
16657         (freea): Remove definition.
16658         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
16659         Reported by Paul Eggert.
16660
16661 2003-11-16  Paul Eggert  <eggert@twinsun.com>
16662             Bruno Haible  <bruno@clisp.org>
16663
16664         Protect against address arithmetic overflow.
16665         * lib/printf-args.h: Include stddef.h.
16666         (arguments): Change type of field 'count' to size_t.
16667         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
16668         'unsigned int' where appropriate.
16669         * lib/printf-parse.h: Include sys/types.h.
16670         (char_directive): Change type of *arg_index fields to ssize_t.
16671         (char_directives): Change type of fields 'count', max_*_length to
16672         size_t.
16673         * lib/printf-parse.c: Include sys/types.h and xsize.h.
16674         (SSIZE_MAX): Define fallback value.
16675         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
16676         instead of 'int' where appropriate. Check a_allocated, d_allocated
16677         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
16678         * lib/vasnprintf.c: Include xsize.h.
16679         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
16680         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
16681         overflow. Avoid wraparound when converting a width or precision from
16682         decimal to binary.
16683
16684 2003-11-16  Bruno Haible  <bruno@clisp.org>
16685
16686         Update from GNU gettext.
16687         * lib/printf-parse.c: Generalize to it can be compiled for wide
16688         strings.
16689         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
16690         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
16691         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
16692         SNPRINTF): New macros.
16693         Don't include <alloca.h> if the file is used inside libintl.
16694         (local_wcslen): New function, for Solaris 2.5.1.
16695         (VASNPRINTF): Use it instead of wcslen.
16696
16697 2003-11-16  Bruno Haible  <bruno@clisp.org>
16698
16699         * lib/xsize.h (xmax): New function.
16700         (xsum, xsum3, xsum4): Declare as "pure" functions.
16701
16702 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16703
16704         * modules/xalloc (Files): Undo latest change, since xalloc.h
16705         no longer needs SIZE_MAX or PTRDIFF_MAX.
16706
16707 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16708
16709         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
16710         gl_PTRDIFF_MAX.
16711
16712 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16713
16714         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
16715         "return", to pacify some unknown compiler.  Problem reported
16716         by Joerg Schilling.
16717
16718 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16719
16720         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
16721         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
16722         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
16723         heuristic is just as accurate as far as we know, and it removes a
16724         dependency on size_max.m4 and ptrdiff_max.m4.
16725
16726 2003-11-11  Bruno Haible  <bruno@clisp.org>
16727
16728         * modules/xsize (Files): Add m4/size_max.m4.
16729         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
16730
16731 2003-11-11  Bruno Haible  <bruno@clisp.org>
16732
16733         * m4/size_max.m4: New file.
16734         * m4/ptrdiff_max.m4: New file.
16735         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
16736         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
16737         (gl_XALLOC): Invoke it.
16738
16739 2003-11-11  Bruno Haible  <bruno@clisp.org>
16740
16741         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
16742         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
16743         defined.
16744
16745 2003-11-10  Paul Eggert  <eggert@twinsun.com>
16746
16747         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
16748         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
16749         rejected some allocations of exactly SIZE_MAX - 2 bytes.
16750         From Bruno Haible.
16751         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
16752         not (size_t) -1, since it's defined here.
16753
16754 2003-11-09  Karl Berry  <karl@gnu.org>
16755
16756         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
16757
16758 2003-11-06  Paul Eggert  <eggert@twinsun.com>
16759
16760         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
16761         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
16762         Reject sizes of exactly SIZE_MAX bytes.
16763         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
16764         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
16765
16766 2003-11-05  Bruno Haible  <bruno@clisp.org>
16767
16768         * lib/xsize.h: Include limits.h, to avoid a possible collision with
16769         SIZE_MAX defined in <limits.h> on Solaris.
16770
16771 2003-11-04  Jim Meyering  <jim@meyering.net>
16772
16773         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
16774         variable names, rather than @VAR@.
16775         * modules/poll: Likewise.
16776
16777 2003-11-04  Bruno Haible  <bruno@clisp.org>
16778
16779         * modules/xsize: New file.
16780         * modules/linebreak: Depend on xsize.
16781         * MODULES.html.sh (func_all_modules): Add xsize.
16782
16783 2003-11-04  Bruno Haible  <bruno@clisp.org>
16784
16785         * m4/xsize.m4: New file.
16786
16787 2003-11-04  Bruno Haible  <bruno@clisp.org>
16788
16789         * lib/xsize.h: New file.
16790         * lib/linebreak.c: Include xsize.h.
16791         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
16792         argument for overflow.
16793         Suggested by Paul Eggert.
16794
16795 2003-11-03  Karl Berry  <karl@gnu.org>
16796
16797         * config/config.{guess,sub}: update from config.
16798
16799 2003-11-03  Jim Meyering  <jim@meyering.net>
16800
16801         * modules/userspec (lib_SOURCES): Add userspec.h.
16802         (Include): Add "userspec.h".
16803         Improve description.
16804
16805 2003-11-03  Jim Meyering  <jim@meyering.net>
16806
16807         * lib/userspec.c: Include "userspec.h".
16808         * lib/userspec.h: New file.
16809
16810 2003-11-03  Bruno Haible  <bruno@clisp.org>
16811
16812         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
16813
16814 2003-11-03  Bruno Haible  <bruno@clisp.org>
16815
16816         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
16817         available, to avoid (extremely rare) race condition.
16818         Suggested by Paul Eggert.
16819
16820 2003-11-02  Karl Berry  <karl@gnu.org>
16821
16822         * config/srclist.txt (vasprintf.c): sync broken, sigh.
16823
16824 2003-10-31  Paul Eggert  <eggert@twinsun.com>
16825
16826         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
16827         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
16828         (read_filesystem_list): Set and use me_type_malloced.
16829         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
16830         whatever the type happens to be), for brevity and consistency.
16831         Check for size calculation overflow on Alphas running OSF/1.
16832
16833 2003-10-31  Jim Meyering  <jim@meyering.net>
16834
16835         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
16836
16837         * lib/linebuffer.c: Include <string.h> for declaration of memset.
16838
16839 2003-10-30  Paul Eggert  <eggert@twinsun.com>
16840             Bruno Haible  <bruno@clisp.org>
16841
16842         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
16843         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
16844
16845 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16846
16847         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
16848         netbsd*-gnu*.  Suggested by Robert Millan.
16849
16850 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16851
16852         * modules/group-member: Depend on stdbool.
16853
16854 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16855
16856         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
16857
16858 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16859
16860         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
16861         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
16862         after the 'gnu' in these cases.  This fixes some bugs in the
16863         previous change, and is based on suggestions by Robert Millan.
16864
16865 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16866
16867         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
16868         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
16869         no longer needed.
16870         * lib/quotearg.c (quotearg_n_options): Use it.
16871         * lib/group-member.c: Include <stdbool.h>.
16872         (free_group_info): Arg is now const *; don't free arg.
16873         (get_group_info): Now returns bool and accepts struct group_info *,
16874         rather than returning a malloc'ed struct group_info *.
16875         All uses changed.  Check for overflow in internal size calculation.
16876
16877         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
16878         rather than xmalloc/xrealloc.
16879         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
16880         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
16881         conformance bug: the old code used a pointer after freeing the
16882         storage that it addressed.
16883         * lib/hash.c (hash_initialize): Simplify the code by using
16884         xalloc_oversized rather than doing it by hand.
16885         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
16886         the buffer preserved.  Use free and xmalloc instead.
16887         * lib/quotearg.c (quotearg_n_options): Likewise.
16888         Use a simpler test for size overflow.  Don't use xalloc_oversized
16889         because unsigned int might be wider than size_t (!); this suggests
16890         that we should switch from unsigned int to size_t for slot numbers.
16891
16892 2003-10-28  Paul Eggert  <eggert@twinsun.com>
16893
16894         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
16895         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
16896         NetBSD kernels.  Requested by Richard Stallman.
16897
16898 2003-10-27  Paul Eggert  <eggert@twinsun.com>
16899
16900         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
16901         to allocate the returned structure.  Do not allocate a subarray,
16902         as x2nrealloc will do that.
16903         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
16904         instead of xnrealloc.
16905         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
16906
16907 2003-10-27  Bruno Haible  <bruno@clisp.org>
16908
16909         * lib/stdbool_.h: Better support for BeOS.
16910
16911 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16912
16913         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
16914         now uses inline.
16915
16916 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16917
16918         * lib/xalloc.h (xalloc_oversized): New static inline function, for
16919         callers that want to do their own size-overflow checking.  Include
16920         <stdbool.h>, since xalloc_oversized returns bool.
16921         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
16922         to use xalloc_oversized.
16923
16924         Add two functions x2realloc, x2nrealloc, for programs that grow
16925         arrays dynamically by doubling their sizes.
16926         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
16927         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
16928         New functions.
16929
16930         Port to C99 semantics for 'inline' of external functions.
16931         Bug reported by Bruno Haible.
16932         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
16933         with the old contents of xnmalloc.
16934         (xnmalloc, xmalloc): Use it.
16935         (xnrealloc_inline): New static inline function,
16936         with the old contents of xnrealloc.
16937         (xnrealloc, xrealloc): Use it.
16938
16939         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
16940         that.
16941
16942 2003-10-26  Karl Berry  <karl@gnu.org>
16943
16944         * config/srclist.txt (COPYING.DOC): no longer available from
16945         /gd/gnuorg; don't know where the ultimate source is.
16946
16947 2003-10-25  Paul Eggert  <eggert@twinsun.com>
16948
16949         Fix several address-calculation bugs in the hash modules,
16950         plus some minor code cleanup.
16951
16952         * lib/hash.h: Include <stdbool.h>, for bool.
16953         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
16954         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
16955         hash_get_n_entries, hash_get_max_bucket_length,
16956         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
16957         hash_rehash): Use size_t rather than unsigned.
16958         * lib/hash.c (struct hash_table, hash_get_n_buckets,
16959         hash_get_n_buckets_used, hash_get_n_entries,
16960         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
16961         hash_get_entries, hash_do_for_each, hash_string, is_prime,
16962         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
16963         Likewise.
16964         (SIZE_MAX): Define if not defined.
16965         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
16966         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
16967         hash_print):
16968         Use const * when possible.
16969         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
16970         (check_tuning): Fix bug: if tuning parameters were very close to
16971         0 or 1, rounding errors could have caused subscript violations.
16972         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
16973         (hash_initialize): Add 'fail:' label
16974         to free table and return NULL, and use it to simplify code.
16975         Use calloc rather than clearing the storage ourself.
16976         (hash_initialize, hash_rehash): Check for arithmetic overflow in
16977         buffer size calculations.
16978         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
16979         Include <stddef.h>, for size_t.
16980         * lib/hash-pjw.c (hash_pjw): Likewise.
16981         Switch to method described by Bruno Haible.
16982         Include <limits.h>, for CHAR_BIT.
16983         (SIZE_BITS): New macro.
16984
16985 2003-10-23  Paul Eggert  <eggert@twinsun.com>
16986
16987         * m4/getline.m4 (AM_FUNC_GETLINE):
16988         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
16989         hosts.  Problem reported by Derek Robert Price in
16990         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
16991         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
16992         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
16993
16994 2003-10-21  Paul Eggert  <eggert@twinsun.com>
16995
16996         * lib/getndelim2.c (getndelim2): When size calculation overflows,
16997         ceiling the allocation at NMAX bytes rather than silently
16998         discarding input bytes before NMAX is reached.  This makes
16999         a difference only if NMAX exceeds SIZE_MAX / 2.
17000
17001         * lib/obstack.c: Merge from glibc.
17002         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
17003         Add libc_hidden_def (_obstack_newchunk).
17004         (_obstack_free) [! defined _LIBC]: Remove.
17005         [defined _LIBC]: Make a strong alias from obstack_free, rather than
17006         a clone of the function body.
17007         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
17008         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
17009
17010         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
17011         glibc.
17012         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17013         arg to memcpy.
17014
17015         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17016         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17017         Don't use lvalue casts, as GCC plans to remove support for them
17018         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17019         was also present in the non-GCC version, indicating that this
17020         code had always been buggy and had never been widely used.
17021         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17022         Use the fast variant of each macro, rather than copying the
17023         definiens of the fast variant; that way, we'll be more likely to
17024         catch future bugs in the fast variants.
17025
17026 2003-10-20  Bruno Haible  <bruno@clisp.org>
17027
17028         * modules/wait-process: New file.
17029         * MODULES.html.sh (func_all_modules): Add wait-process.
17030
17031 2003-10-20  Bruno Haible  <bruno@clisp.org>
17032
17033         * m4/wait-process.m4: New file.
17034
17035 2003-10-20  Bruno Haible  <bruno@clisp.org>
17036
17037         * lib/wait-process.h: New file, from GNU gettext.
17038         * lib/wait-process.c: New file, from GNU gettext.
17039
17040 2003-10-19  Jim Meyering  <jim@meyering.net>
17041
17042         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17043         HPUX 10.20.
17044
17045 2003-10-18  Karl Berry  <karl@gnu.org>
17046
17047         * config/config.guess: update from config.
17048
17049 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17050
17051         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17052         (getgroups): First arg is int, not size_t.
17053         Don't let 'free' mangle errno.
17054
17055 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17056
17057         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17058
17059 2003-10-16  Karl Berry  <karl@gnu.org>
17060
17061         * config/config.{guess,sub}: update from config.
17062
17063 2003-10-16  Jim Meyering  <jim@meyering.net>
17064
17065         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17066         memcpy.
17067
17068 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17069
17070         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17071         (SIZE_MAX): Remove.
17072         (new_exclude, add_exclude_file): Initial size no longer needs to
17073         be a power of 2.
17074         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17075         our own address arithmetic overflow checking.
17076
17077         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17078         (fnmatch): Do not alloca more than 2000 wide characters;
17079         instead, use malloc for large buffers.
17080         Check for address arithmetic overflow, and return -1
17081         with errno set to ENOMEM in that case.
17082         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17083         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17084         instead, return -1.  Check for address arithmetic overflow.
17085
17086 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17087
17088         Handle invalid suffixes and overflow independently, so that
17089         callers can treat them independently as needed.  Fix some bugs in
17090         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17091         suffix for a human-readable blocksize.  The major caller-visible
17092         change is the addition of a new
17093         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17094         that both overflow and suffix chars were found.
17095
17096         * lib/human.c (humblock): Don't check separately for invalid suffix
17097         char; that is xstrtoumax's job (now that its bug is fixed).
17098         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17099         INTMAX_MAX]: New macros.
17100         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17101         TYPE_MAXIMUM): New macros.
17102         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17103         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17104         if overflow occurs, as it's what __strtol does and it's more useful
17105         in practice.
17106         (__xstrtol): If __strtol reports some error other than ERANGE,
17107         reflect it to the caller as LONGINT_INVALID.  If it reports
17108         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17109         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17110         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17111         value.
17112         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17113         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17114         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17115         [defined UINTMAX_MAX]: New macros.
17116
17117 2003-10-14  Bruno Haible  <bruno@clisp.org>
17118
17119         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17120
17121 2003-10-14  Bruno Haible  <bruno@clisp.org>
17122
17123         * m4/sig_atomic_t: New file, from GNU gettext.
17124         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17125
17126 2003-10-14  Bruno Haible  <bruno@clisp.org>
17127
17128         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17129         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17130         Also use volatile where needed.
17131
17132 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17133
17134         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17135         Change maintainer from Bruno Haible to 'all'.
17136
17137 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17138
17139         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17140
17141 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17142
17143         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17144         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17145         and define in terms of the other primitives.
17146         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17147         (SIZE_MAX): Define if not already defined.
17148         (array_size_overflow): New function.
17149         (xalloc_die): Abort instead of exiting if 'error' returns.
17150         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17151         (xmalloc, xrealloc): Use them.
17152         (xcalloc): Check for address arithmetic overflow.
17153         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17154         a bit faster than strcpy.
17155
17156 2003-10-10  Simon Josefsson  <jas@extundo.com>
17157
17158         * modules/argp (Depends-on): Add restrict and strcase.
17159
17160 2003-10-10  Simon Josefsson  <jas@extundo.com>
17161
17162         * m4/argp.m4: Add AC_C_INLINE.
17163
17164 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17165
17166         Merge getpass from libc, plus a few fixes.
17167
17168         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
17169         Include <stdbool.h>.
17170         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
17171         __fsetlocking to empty.
17172         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
17173         do include <bits/libc-lock.h>.
17174         Do not include <fcntl.h>; not needed.
17175         [_LIBC]: Include <wchar.h>.
17176         (NOTCANCEL_MODE): New macro.
17177         (flockfile, funlockfile) [_LIBC]: New macros.
17178         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
17179         [!_LIBC]: New macros.
17180         (call_fclose): New function.
17181         (getpass): Use it.  Save tty stream separately; this simplifies the
17182         code and makes it more reliable if stdin happens to equal stdout.
17183         Invoke __fsetlocking on tty.
17184         Handle thread cancellation if needed.
17185         Namespace cleanup (use __tcgetattr, __getline).
17186         Use bool for Booleans.
17187         [USE_IN_LIBIO]: Handle wide streams.
17188         [!_LIBC]: Unconditionally do the fseek, since we don't know what
17189         stream might go where.
17190
17191         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
17192         doesn't have to include <stdio.h> before us.
17193         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
17194         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
17195         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
17196         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
17197         if not declared, so that we can use getpass.c code from libc without
17198         rewriting it.
17199         (flockfile, ftrylockfile, funlockfile): New macros.
17200
17201 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17202
17203         * modules/getpass: Depend on stdbool.
17204
17205 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17206
17207         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
17208
17209 2003-10-07  Karl Berry  <karl@gnu.org>
17210
17211         * config/config.{guess,sub}: update from config.
17212
17213 2003-10-06  Jim Meyering  <jim@meyering.net>
17214             Bruno Haible  <bruno@clisp.org>
17215
17216         This lets translators provide better translations for the
17217         "Written by ..." part of --version output.
17218         * lib/version-etc.h: Include stdarg.h.
17219         (version_etc_copyright): Declare as readonly.
17220         (version_etc): Make this function variadic with a NULL-terminated list
17221         of author name strings.
17222         (version_etc_va): New declaration.
17223         * lib/version-etc.c: Include stdarg.h, stdlib.h.
17224         (version_etc_copyright): Declare as readonly.
17225         (version_etc_va): New function. Provide a different translatable string
17226         for each possible number of authors < 10. Abbreviate when there are 10
17227         authors or more.
17228         (version_etc): Make this function variadic. Call version_etc_va.
17229         Suggestion from Gary V. Vaughan.
17230
17231         * lib/long-options.h (parse_long_options): Change prototype: the
17232         authors string is moved to the end and becomes variadic.
17233         * lib/long-options.c: Include stdarg.h.
17234         (parse_long_options): Make this function variadic, too.
17235         Call version_etc_va, not version_etc.
17236
17237 2003-10-06  Bruno Haible  <bruno@clisp.org>
17238
17239         * modules/version-etc-2: Remove file.
17240         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
17241
17242 2003-10-06  Bruno Haible  <bruno@clisp.org>
17243
17244         * modules/fatal-signal: New file.
17245         * MODULES.html.sh (func_all_modules): Add fatal-signal.
17246
17247 2003-10-06  Bruno Haible  <bruno@clisp.org>
17248
17249         * m4/fatal-signal.m4: New file.
17250         * m4/signalblocking.m4: New file, from GNU gettext.
17251
17252 2003-10-06  Bruno Haible  <bruno@clisp.org>
17253
17254         * lib/version-etc-2.h: Remove file.
17255         * lib/version-etc-2.c: Remove file.
17256
17257 2003-10-06  Bruno Haible  <bruno@clisp.org>
17258
17259         * lib/fatal-signal.h: New file, from GNU gettext.
17260         * lib/fatal-signal.c: New file, from GNU gettext.
17261
17262 2003-10-05  Paul Eggert  <eggert@twinsun.com>
17263
17264         * README: Rework advice for preventing empty .o files.
17265         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
17266         not <sys/types.h>.
17267
17268 2003-10-04  Karl Berry  <karl@gnu.org>
17269
17270         * lib/argp*: update from libc.
17271
17272 2003-10-04  Karl Berry  <karl@gnu.org>
17273
17274         * config/config.{guess,sub}: update from config.
17275
17276 2003-10-02  Bruno Haible  <bruno@clisp.org>
17277
17278         * modules/lchown (Include): Add lchown.h.
17279         * modules/time_r (Include): Use "..." syntax.
17280         * modules/xgetdomainname (Include): Add xgetdomainname.h.
17281
17282 2003-10-01  Simon Josefsson  <jas@extundo.com>
17283
17284         * MODULES.html.sh (func_all_modules): Move gethostname from section
17285         'based on' to section 'lacking' POSIX:2001.
17286
17287 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
17288
17289         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
17290         to output mode on the same stream.
17291
17292 2003-09-29  Paul Eggert  <eggert@twinsun.com>
17293
17294         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
17295         Fix arg typo in previous patch.
17296
17297 2003-09-28  Jim Meyering  <jim@meyering.net>
17298
17299         * lib/error.c: Correct cpp indentation.
17300
17301 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17302
17303         * modules/free: New file.
17304
17305 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17306
17307         * m4/free.m4: New file.
17308
17309 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17310
17311         * lib/minmax.h (MIN, MAX)
17312         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
17313         Omit the special code that used __typeof__, since we worry that
17314         it could be more trouble than it's worth.  See:
17315         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
17316         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
17317
17318         * lib/free.c: New file.
17319
17320 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
17321
17322         Trivial fixes to Makefile.am parts of module listings.
17323         * modules/strstr: Append strstr.h to lib_SOURCES.
17324         * modules/strcase: Likewise, for strcase.h.
17325
17326 2003-09-27  Karl Berry  <karl@gnu.org>
17327
17328         * config/mkinstalldirs: update from automake.
17329
17330 2003-09-26  Paul Eggert  <eggert@twinsun.com>
17331
17332         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
17333         (error_tail): Do not loop, reallocating temporary buffer, since
17334         the output cannot contain more wide characters than the input
17335         contains bytes, the size must be big enough already.  This avoids
17336         one potential size overflow calculation.  Check for size overflow
17337         when calculating temporary buffer size.  Free temporary buffer
17338         when done, if it was allocated with malloc; this plugs a memory
17339         leak.  Remove casts from void * to pointers, that are no longer
17340         needed now that we're assuming C89 or better.
17341
17342         Merge error changes from glibc.
17343
17344         * lib/error.c, error.h: Update copyright notice header to match glibc.
17345         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
17346         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
17347         Disable cancellation while printing error.
17348         * lib/error.h: Prepend __ to parameter names.
17349
17350 2003-09-26  Jim Meyering  <jim@meyering.net>
17351
17352         * lib/error.c (error_tail): Move some declarations
17353         into inner scope where the local variables are used.
17354
17355 2003-09-26  Bruno Haible  <bruno@clisp.org>
17356
17357         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
17358         stpncpy().
17359         Don't define stpncpy through config.h; it's now done through stpncpy.h.
17360
17361 2003-09-26  Bruno Haible  <bruno@clisp.org>
17362
17363         * lib/stpncpy.h (gnu_stpncpy): New declaration.
17364         (stpncpy): Define as alias for gnu_stpncpy.
17365         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
17366
17367 2003-09-25  Simon Josefsson  <jas@extundo.com>
17368
17369         * lib/xgetdomainname.h: New file.
17370         * lib/xgetdomainname.c: New file.
17371
17372 2003-09-25  Simon Josefsson  <jas@extundo.com>
17373             Bruno Haible  <bruno@clisp.org>
17374
17375         * modules/getdomainname: New file.
17376         * modules/xgetdomainname: New file.
17377         * MODULES.html.sh (func_all_modules): Add getdomainname,
17378         xgetdomainname.
17379
17380 2003-09-25  Simon Josefsson  <jas@extundo.com>
17381             Bruno Haible  <bruno@clisp.org>
17382
17383         * m4/getdomainname.m4: New file.
17384
17385 2003-09-25  Simon Josefsson  <jas@extundo.com>
17386             Bruno Haible  <bruno@clisp.org>
17387
17388         * lib/getdomainname.h: New file.
17389         * lib/getdomainname.c: New file.
17390
17391 2003-09-25  Karl Berry  <karl@gnu.org>
17392
17393         * lib/argp-fmtstream.c, argp-help.c: update from libc.
17394
17395 2003-09-25  Karl Berry  <karl@gnu.org>
17396
17397         * config/install-sh: update from automake.
17398
17399 2003-09-25  Bruno Haible  <bruno@clisp.org>
17400
17401         * modules/version-etc-2: New file, from modules/version-etc with
17402         modifications.
17403         * MODULES.html.sh (func_all_modules): Add version-etc-2.
17404
17405 2003-09-25  Bruno Haible  <bruno@clisp.org>
17406
17407         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
17408         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
17409
17410 2003-09-24  Simon Josefsson  <jas@extundo.com>
17411
17412         * modules/xgethostname: Add xgethostname.h.
17413
17414 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17415
17416         * lib/linebuffer.c (freebuffer): Don't free the argument, just
17417         the buffer associated with the argument.  Bug reported by
17418         Simon Josefsson.
17419
17420 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17421
17422         * README: Document assumptions that 'int' is at least 32 bits
17423         wide, that integer arithmetic is 2's complement without overflow,
17424         that there are no holes in integer values, that adding sizes of
17425         two nonoverlapping objects can't overflow, and that all-bits-zero
17426         yields scalar zero.  Fix spelling and capitalization typos.
17427
17428 2003-09-19  Karl Berry  <karl@gnu.org>
17429
17430         * lib/argp.h: update from libc.
17431
17432 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17433
17434         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
17435         to avoid spurious warnings like "AC_RUN_IFELSE was called before
17436         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
17437
17438 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17439
17440         * gnulib-tool: Use "test -h", not "test -L", for portability
17441         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
17442         (tags_regexp): Remove, since \| doesn't conform to POSIX.
17443         (sed_extract_prog): Issue s commands one-by-one, rather than
17444         using \| in one s command.
17445
17446 2003-09-16  Paul Eggert  <eggert@twinsun.com>
17447
17448         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
17449         input error, instead of returning NULL the next time we are called
17450         (and therefore losing track of errno).
17451
17452 2003-09-16  Bruno Haible  <bruno@clisp.org>
17453
17454         * gnulib-tool (func_create_testdir): Warn about duplicated
17455         dependencies.
17456
17457 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17458
17459         * modules/argmatch, modules/fatal, modules/obstack,
17460         modules/xalloc, modules/xgethostname: Sort dependencies by
17461         importance, not alphabetically.
17462
17463 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17464
17465         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
17466         fails, so that the caller gets the proper errno.
17467
17468         * lib/readutmp.c (read_utmp): Likewise.
17469         Check for fstat error.  Close stream and free storage
17470         when failing.
17471
17472 2003-09-14  Karl Berry  <karl@gnu.org>
17473
17474         * config/srclist.txt (strdup.c): disable for c89 changes.
17475
17476 2003-09-14  Jim Meyering  <jim@meyering.net>
17477
17478         * lib/getloadavg.c: Correct cpp indentation.
17479         * lib/strdup.c: Likewise.
17480         * lib/vasnprintf.c: Likewise.
17481
17482 2003-09-14  Bruno Haible  <bruno@clisp.org>
17483
17484         * modules/fwriteerror: New file.
17485         * MODULES.html.sh (func_all_modules): Add fwriteerror.
17486
17487 2003-09-14  Bruno Haible  <bruno@clisp.org>
17488
17489         * lib/fwriteerror.h: New file.
17490         * lib/fwriteerror.c: New file.
17491
17492 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17493
17494         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
17495         modules/xgethostname, modules/xalloc: Depend on exit.
17496
17497 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17498
17499         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
17500
17501         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
17502         and AC_MINIX, too, so that their extensions are available.
17503
17504         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
17505         This macro has been superseded by gl_BACKUPFILE.
17506
17507         More patches to assume C89 or better.
17508
17509         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
17510
17511         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
17512         unconditionally.
17513         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
17514         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
17515         Include <string.h>, <stdlib.h> unconditionally.
17516         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
17517         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
17518         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
17519         headers or for string.h.
17520         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
17521         or strtoul.
17522
17523         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
17524         headers.
17525         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
17526         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17527         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
17528         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
17529         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17530         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
17531         memcpy, memset.
17532         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
17533         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
17534         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
17535         strtol.
17536         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
17537         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
17538         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
17539         strtoul.
17540
17541 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17542
17543         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
17544         * lib/obstack.c [!defined _LIBC]: Likewise.
17545         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
17546         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
17547         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
17548
17549         More changes to assume C89 or better.
17550
17551         * lib/error.c (error_tail): Assume vprintf.
17552
17553         * lib/argmatch.c (getenv): Remove decl.
17554         * lib/progreloc.c (get_full_program_name): Define via prototype.
17555         * lib/setenv.c (clearenv): Likewise.
17556         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
17557         needed.
17558         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
17559         (malloc, memcpy): Remove decls.
17560         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
17561         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
17562         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17563         (memcpy): Remove macro.
17564         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
17565         (__P): Remove.  All uses removed.
17566         (PTR): Remove.  All uses changed to void *.
17567         (CHAR_BIT, NULL): Remove.
17568         (spaces, zeros, memset_space, memset_zero)
17569         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
17570         Remove.
17571         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
17572         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
17573         Define with prototype.
17574         Remove now-unnecessary prototype decl.
17575         (extra_args_spec): Assume ANSI C.  All uses changed.
17576         (extra_args_spec_iso): Remove.
17577         (my_strftime, emacs_strftimeu): Define via prototype.
17578         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
17579         unconditionally.
17580         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
17581         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
17582         (strtoul, strtol): Remove decls.
17583         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
17584         LONG_MAX): Remove.
17585         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17586         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
17587         (LOCALE_PARAM_PROTO): New macro.
17588         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
17589         (INTERNAL (strtol), strtol): Define with a prototype.
17590         (PARAMS): Remove.  All uses removed.
17591         * lib/tempname.c: Include <string.h> unconditionally.
17592         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
17593         * lib/xgethostname.c (main): Define with a prototype.
17594         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
17595         Include <stdlib.h> unconditionally.
17596         (calloc, malloc, realloc, free): Remove decls.
17597         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
17598         Include <stdlib.h> unconditionally.  Sort include file names.
17599         (strtod): Remove.
17600         (xstrtod): Define with a prototype.
17601         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
17602         (strtol, strtoul): Remove decls.
17603
17604 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17605
17606         More patches to assume C89 or better.
17607         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
17608         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
17609         string.h, memchr, STDC_HEADERS.
17610
17611 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17612
17613         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
17614         Include <stdlib.h>, <string.h> unconditionally.
17615         Remove now-unnecessary cast to char *.
17616         * lib/strnlen.c: Include <string.h> unconditionally.
17617         * lib/yesno.c (yesno): Define with a prototype.
17618
17619 2003-09-11  Bruno Haible  <bruno@clisp.org>
17620
17621         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
17622
17623 2003-09-10  Jim Meyering  <jim@meyering.net>
17624
17625         * lib/error.c: Correct indentation of cpp directives.
17626
17627 2003-09-10  Bruno Haible  <bruno@clisp.org>
17628
17629         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
17630         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
17631         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
17632         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
17633         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
17634         <stdlib.h> and <string.h> checks.
17635         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
17636         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
17637
17638 2003-09-10  Bruno Haible  <bruno@clisp.org>
17639
17640         * lib/strcspn.c: Include <string.h> unconditionally.
17641         * lib/strpbrk.c: Include <string.h> unconditionally.
17642         * lib/strstr.c: Include <string.h> unconditionally.
17643         * lib/unicodeio.c: Include <string.h> unconditionally.
17644         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
17645         * lib/unsetenv.c: Likewise.
17646         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
17647         * lib/yesno.c: Include <stdlib.h> unconditionally.
17648         (rpmatch): Add prototype.
17649
17650 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17651
17652         More patches to assume C89 or better.
17653         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
17654         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
17655         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
17656         or for string.h.
17657         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
17658         stdlib.h.
17659         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
17660         C headers.
17661         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
17662         string.h.
17663         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
17664         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
17665         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
17666         or for string.h.
17667         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
17668         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
17669         C headers.
17670         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
17671         memcpy.
17672         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
17673         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
17674         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
17675         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
17676         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
17677         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
17678         string.h, free.
17679         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
17680         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
17681         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
17682         C headers, or for string.h.
17683         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
17684         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
17685         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
17686         headers, memory.h, stdlib.h, string.h, strings.h.
17687         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
17688         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
17689         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
17690         strchr.
17691         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
17692         headers, memory.h, string.h.
17693         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
17694         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
17695         free.
17696         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
17697         headers.
17698         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
17699         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
17700         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
17701         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
17702         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
17703
17704 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17705
17706         More K&R removal.
17707
17708         * lib/acosl.c (main): Use a prototype.
17709         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
17710         tanl.c: Likewise.
17711
17712         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
17713
17714         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
17715         (getopt, etopt_long, getopt_long_only, _getopt_internal)
17716         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
17717         with a prototype.
17718         * lib/getopt.c (const): Remove macro.
17719         Include <string.h> unconditionally.
17720         (my_index): Remove; all uses changed to strchr.
17721         (strlen): Remove decl.
17722         (exchange): Remove forward decl; no longer needed.
17723         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
17724         Define with prototype.
17725         * lib/getopt1.c (const): Remove macro.
17726         (getopt_long, getopt_long_only, main): Define with prototype.
17727
17728         * lib/getugroups.c: Include <string.h> unconditionally.
17729
17730         * lib/getusershell.c: Include <stdlib.h> unconditionally.
17731         (getusershell, setusershell, endusershell, readname, main):
17732         Define with prototypes.
17733
17734         * lib/group-member.c: Include group-member.h first.
17735         Include <stdlib.h> unconditionally.
17736
17737         * lib/hard-locale.c: Include hard-locale.h first.
17738         Include <stdlib.h>, <string.h> unconditionally.
17739
17740         * lib/hash.c (free, malloc): Remove decls.
17741         Include <stdlib.h> unconditionally.
17742
17743         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
17744         (getenv): Do not declare.
17745
17746         * lib/idcache.c: Include <string.h> unconditionally.
17747
17748         * lib/long-options.c: Include long-options.h first, to test interface.
17749         Include <stdlib.h> unconditionally.
17750
17751         * lib/makepath.c: Include makepath.h first, to test interface.
17752         Include <stdlib.h> and <string.h> unconditionally.
17753
17754         * lib/linebuffer.c: Include <stdlib.h>.
17755         (free): Remove decl.
17756
17757         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
17758         stddef.h. rpl_malloc returns void *, not char *.
17759         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
17760         prototype.
17761
17762         * lib/md5.h: Include <limits.h> unconditionally.
17763         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
17764         (__P): Remove; all uses removed.
17765         * lib/md5.c: Include "md5.h" first.
17766         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
17767         md5_buffer, md5_process_bytes, md5_process_block):
17768         Define with prototypes.
17769         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
17770         * lib/sha.c: Include "sha.h" first.
17771         Include <stdlib.h>, <string.h> unconditionally.
17772
17773         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
17774         * lib/memcmp.c (__ptr_t): Likewise.
17775         * lib/memrchr.c (__ptr_t): Likewise.
17776         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
17777         Include <string.h> unconditionally.
17778         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
17779         * lib/memchr.c: Include <stdlib.h> unconditionally.
17780         * lib/memchr.c (LONG_MAX): Remove.
17781         * lib/memrchr.c (LONG_MAX): Likewise.
17782         * lib/memchr.c (__memchr): Define via a prototype.
17783         * lib/memrchr.c (__memrchr): Likewise.
17784         * lib/memcmp.c (__P): Remove, and remove all uses.
17785         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
17786         Remove forward decls; no longer needed.
17787         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
17788         Use types required by C89 in prototype.
17789
17790         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
17791         * lib/savedir.c: Likewise.
17792         * lib/mkdir.c (free): Remove decl.
17793         * lib/rmdir.c (rmdir): Define with a prototype.
17794         * lib/savedir.c: Include savedir.h first, to test interface.
17795
17796         * lib/mktime.c (STDC_HEADERS): Remove.
17797         Include <stdlib.h>, <string.h> unconditionally.
17798
17799         * lib/modechange.c: Include <stdlib.h> unconditionally.
17800         (malloc): Remove decl.
17801
17802         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
17803         (free): Remove decl.
17804
17805         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
17806         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
17807         (This type really should be intptr_t, but that's a C99ism.)
17808         (_obstack_memcpy): Remove: all uses changed to memcpy.
17809         Include <string.h> unconditionally.
17810         (struct obstack): Assume __STDC__ for types of members
17811         chunkfun, freefun, extra_arg.
17812         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
17813         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
17814         obstack_begin, obstack_specify_allocation,
17815         obstack_specify_allocation_with_arg, obstack_chunkfun,
17816         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
17817         Remove unprototyped decls and the macros that use them.
17818         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
17819         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
17820         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
17821         (defined __STDC__ && __STDC__)]:
17822         Remove nonprototyped code.
17823         Include <stdlib.h> unconditionally.
17824         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
17825         _obstack_allocated_p, _obstack_free, obstack_free,
17826         _obstack_memory_used, print_and_abort):
17827         Define using prototypes.
17828         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
17829         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
17830         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
17831         obstack_next_free, obstack_object_size, obstack_room) [0]:
17832         Remove unused, unprototyped code.
17833
17834         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
17835
17836         * lib/physmem.c (physmem_total, physmem_available, main): Define
17837         with prototypes.
17838
17839         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
17840         (main): Define with a prototype.
17841
17842         * lib/posixver.c (getenv): Remove decl.
17843
17844         * lib/putenv.c (malloc): Returns void *, not char *.
17845         Include <string.h> unconditionally.
17846         (strchr, memcpy, NULL): Do not define.
17847
17848         * lib/readtokens.c: Include readtokens.h first, to test interface.
17849         Include <stdlib.h>, <string.h> unconditionally.
17850         (init_tokenbuffer): Define with a prototype.
17851
17852         * lib/regex.c (PARAMS): Remove.  All uses removed.
17853         All uses of _RE_ARGS removed, too.
17854         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17855         unconditionally.
17856         (bzero): Assume memset exists.
17857         (memcmp, memcpy, NULL): Remove.
17858         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
17859         char, or assignments to local vars of type signed char.
17860         (init_syntax_once, PREFIX(extract_number_and_incr),
17861         PREFIX(print_partial_compiled_pattern),
17862         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
17863         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
17864         PREFIX(regex_grow_registers), PREFIX(regex_compile),
17865         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
17866         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
17867         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
17868         wcs_compile_range, byte_compile_range, truncate_wchar,
17869         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
17870         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
17871         count_mbs_length, wcs_re_match_2_internal,
17872         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
17873         PREFIX(alt_match_null_string_p),
17874         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
17875         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
17876         regfree, PREFIX(extract_number)): Define with prototype.  Remove
17877         now-unnecessary declaration, if any.
17878         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
17879         regcomp, regexec):
17880         Remove now-unnecessary casts among pointer types.
17881         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
17882
17883         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
17884         (free): Remove decl.
17885
17886         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
17887
17888         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
17889         (free): Remove decl.
17890
17891         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
17892         * lib/xgetcwd.c: Likewise.
17893
17894         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
17895         (free): Remove decl.
17896
17897         * lib/strchrnul.c (strchrnul): Define with a prototype.
17898         Fix bug: c_in was not converted to char before searching.
17899
17900         The following changes are not K&R related:
17901
17902         * lib/group-member.h: Include <sys/types.h>, so that this file is
17903         self-contained.
17904         * lib/makepath.h: Likewise.
17905
17906         * lib/getusershell.c (readname, default_index, line_size, readname):
17907         Use size_t, not int, for sizes.
17908         (readname): If the size overflows, report an error instead of
17909         looping forever.
17910
17911 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17912
17913         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
17914         libc.
17915
17916 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17917
17918         * README: New section: portability guidelines.
17919
17920 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17921
17922         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
17923         C89 spec.
17924
17925 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17926
17927         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
17928
17929 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17930
17931         Assume C89 or better; remove K&R cruft.
17932         A few of these changes were first proposed by Derek Robert Price
17933         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
17934
17935         * lib/addext.c: Include <string.h> unconditionally.
17936         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
17937         Don't declare getenv or malloc.
17938
17939         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
17940         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
17941         (NULL): Remove.
17942         (find_stack_direction, alloca): Use prototypes.
17943
17944         * lib/atexit.c (atexit): Define using a prototype.
17945
17946         * lib/basename.c, dirname.c, stripslash.c:
17947         Include <string.h> unconditionally.
17948
17949         * lib/bcopy.c: Include <stddef.h>.
17950         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
17951
17952         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
17953
17954         * lib/error.h (error, error_at_line, error_print_progname)
17955         [! (defined (__STDC__) && __STDC__)]: Remove decls.
17956         * lib/error.c: Include error.h first, to check interface.
17957         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17958         (VA_START): Remove; all uses changeed to va_start.
17959         (exit, strerror): Remove decls.
17960         (error_print_progname): Prototype uncondionally.
17961         Don't include <errno.h>; no longer needed.
17962         (private_strerror): Remove.
17963         (error_tail): Always define.
17964         (error, error_at_line): Assume C89 or better; always use prototypes.
17965         * lib/fatal.c: Include "fatal.h" first, to test interface.
17966         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17967         (VA_START): Remove; all uses changed to va_start.
17968         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
17969         this case.
17970         (exit): Remove decl.
17971         (fatal): Prototype unconditionally.  Assume va_start works.
17972         Abort at end, to pacify gcc.
17973
17974         * lib/euidaccess.c (main): Define with a prototype.
17975
17976         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
17977
17978         * lib/exitfail.c: Include <stdlib.h> unconditionally.
17979
17980         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
17981         prototypes.
17982         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
17983         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
17984         (getenv): Remove decl.
17985         (fnmatch): Define using a prototype.
17986         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
17987         (FCT): Define using a prototype.
17988
17989         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
17990
17991         * lib/gethostname.c: Include <stddef.h>.
17992         (gethostname): Define with prototype.  Length is size_t, not int.
17993
17994 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17995
17996         Assume C89 or better; remove K&R cruft.
17997         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
17998         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
17999         string.h, getenv, malloc.
18000         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
18001         headers.
18002         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
18003         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
18004         do not check for strerror.
18005         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
18006         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
18007         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
18008         do not check for doprnt or vprintf.
18009         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
18010         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
18011
18012 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18013
18014         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18015         getversion.c should have been removed then, but was accidentally
18016         preserved.
18017
18018         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18019         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18020
18021 2003-09-08  Karl Berry  <karl@gnu.org>
18022
18023         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18024                 config, forget about prep.
18025
18026         * config/depcomp, missing: update from automake.
18027
18028 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18029
18030         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18031         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18032
18033 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18034
18035         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18036         copy_tm_result.  Bug reported by Simon Josefsson in
18037         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18038
18039 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18040
18041         * m4/time_r.m4: New file.
18042         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18043         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18044         is. Check for timegm declaration.
18045         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18046         Do not check for gmtime_r.
18047         Replace mktime if __mktime_internal does not exist and if mktime
18048         hasn't been replaced already.
18049
18050 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18051
18052         * lib/time_r.c, lib/time_r.h: New files.
18053
18054         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18055         __localtime_r.
18056         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18057         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18058
18059         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18060         __gmtime_r.
18061         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18062         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18063         Include <time_r.h>.
18064
18065         * lib/timegm.c: Switch to glibc implementation, with the following
18066         changes:
18067         [defined HAVE_CONFIG_H]: Include <config.h>.
18068         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18069         (__mktime_internal) [!defined _LIBC]: New decl.
18070         (__gmtime_r) [!defined _LIBC]: New macro and function.
18071         (timegm): Use a prototype, since gnulib assumes C89.
18072         Do not bother declaring tmp to be const, as it's not really usefu.
18073         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18074         (timegm): Declare only if HAVE_DECL_TIMEGM.
18075
18076 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18077
18078         * MODULES.html.sh (func_all_modules): Add time_r.
18079         * modules/time_r: New file.
18080         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18081         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18082
18083 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18084
18085         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18086         Bug reported by Lute Kamstra in
18087         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18088
18089         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18090         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18091         course with correspondingly smaller numbers for tomorrow and
18092         yesterday.  From Tadayoshi Funaba.  Originally installed into
18093         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18094         coreutils merge?).
18095
18096 2003-08-31  Simon Josefsson  <jas@extundo.com>
18097
18098         * modules/timegm: New file.
18099         * MODULES.html.sh (func_all_modules): Add timegm.
18100
18101 2003-08-31  Simon Josefsson  <jas@extundo.com>
18102
18103         * m4/timegm.m4: New file.
18104
18105 2003-08-31  Simon Josefsson  <jas@extundo.com>
18106
18107         * lib/timegm.h: New file.
18108         * lib/timegm.c: New file.  Based on
18109         wget-1.8.2/src/http.c:mktime_from_utc.
18110
18111 2003-08-31  Karl Berry  <karl@gnu.org>
18112
18113         * lib/argp.h: update from libc.
18114
18115 2003-08-28  Bruno Haible  <bruno@clisp.org>
18116
18117         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18118         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18119         followed by '#define fnmatch fnmatch_posix' gives an error.
18120
18121 2003-08-28  Bruno Haible  <bruno@clisp.org>
18122
18123         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18124         warning on QNX, which defines O_BINARY to 000000.
18125
18126 2003-08-27  Jim Meyering  <jim@meyering.net>
18127
18128         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18129         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18130         would fail after 32.  Reported by Danny Levinson.  Details here:
18131         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18132
18133 2003-08-24  Bruno Haible  <bruno@clisp.org>
18134
18135         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18136         MSVC7 <stdio.h> is included later.
18137
18138 2003-08-22  Simon Josefsson  <jas@extundo.com>
18139
18140         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18141
18142 2003-08-20  Karl Berry  <karl@gnu.org>
18143
18144         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18145
18146 2003-08-20  Bruno Haible  <bruno@clisp.org>
18147
18148         * modules/progname: New file.
18149         * MODULES.html.sh (func_all_modules): Add progname.
18150
18151 2003-08-20  Bruno Haible  <bruno@clisp.org>
18152
18153         * lib/progname.h: New file, from GNU gettext.
18154         * lib/progname.c: New file, from GNU gettext.
18155         * lib/progreloc.c: New file, from GNU gettext.
18156
18157 2003-08-19  Jim Meyering  <jim@meyering.net>
18158
18159         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18160         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18161
18162 2003-08-19  Bruno Haible  <bruno@clisp.org>
18163
18164         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
18165         more.
18166
18167 2003-08-19  Bruno Haible  <bruno@clisp.org>
18168
18169         * lib/xstrdup.c: Assume <string.h> exists.
18170
18171 2003-08-18  Paul Eggert  <eggert@twinsun.com>
18172
18173         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
18174         in makefile rules.
18175
18176 2003-08-18  Jim Meyering  <jim@meyering.net>
18177
18178         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
18179         * m4/lib-ld.m4: Likewise.
18180
18181 2003-08-18  Jim Meyering  <jim@meyering.net>
18182
18183         * lib/setenv.h: Indent nested cpp directive.
18184         * lib/vasnprintf.c: Remove trailing blanks.
18185
18186 2003-08-17  Simon Josefsson  <jas@extundo.com>
18187
18188         * modules/xstrndup: New file.
18189         * MODULES.html.sh (func_all_modules): Add xstrndup.
18190
18191 2003-08-17  Simon Josefsson  <jas@extundo.com>
18192
18193         * modules/argp: Fix autoconf macro name. Add more dependencies.
18194
18195 2003-08-17  Simon Josefsson  <jas@extundo.com>
18196
18197         * m4/xstrndup.m4: New file.
18198
18199 2003-08-17  Simon Josefsson  <jas@extundo.com>
18200
18201         * m4/argp.m4: New file.
18202
18203 2003-08-17  Simon Josefsson  <jas@extundo.com>
18204             Bruno Haible  <bruno@clisp.org>
18205
18206         * lib/xstrndup.h: New file.
18207         * lib/xstrndup.c: New file.
18208
18209 2003-08-17  Bruno Haible  <bruno@clisp.org>
18210
18211         * modules/strndup (Files, Include): Add lib/strndup.h.
18212
18213 2003-08-17  Bruno Haible  <bruno@clisp.org>
18214
18215         * modules/euidaccess (Files): Add lib/euidaccess.h.
18216
18217 2003-08-17  Bruno Haible  <bruno@clisp.org>
18218
18219         * lib/strndup.h: New file.
18220
18221 2003-08-17  Bruno Haible  <bruno@clisp.org>
18222
18223         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
18224         like AC_GNU_SOURCE.
18225         * modules/extensions (configure.ac): Comment out the invocation of
18226         gl_USE_SYSTEM_EXTENSIONS.
18227
18228 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18229
18230         Merges from coreutils, etc.
18231         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
18232         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
18233         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
18234         fixing a typo.
18235         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
18236         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
18237
18238 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18239
18240         Document merge from coreutils.
18241         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
18242         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
18243         * modules/utime: Add m4/utimes-null.m4.
18244
18245 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18246
18247         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
18248         space, undoing this 2003-08-12 change:
18249         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18250
18251 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18252
18253         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
18254         strtoul.c from libc, undoing this 2003-08-12 change:
18255         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18256
18257 2003-08-16  Jim Meyering  <jim@meyering.net>
18258
18259         Merges from coreutils.
18260         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
18261         prefix.  Adjust cache variables similarly.  Create 500 rather than
18262         just 300 files, to exercise bug on Darwin6.5, too.
18263         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
18264         $missing_dir.
18265         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
18266         AM_SYS_POSIX_TERMIOS.
18267         Reported by mkc@mathdogs.com.
18268         Also change use of $am_cv_sys_posix_termios
18269         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
18270         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
18271         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
18272         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
18273         in /proc/mounts until it finds one with matching device number.  This
18274         is unnecessary when the FILE argument *is* a mount point.  No stat call
18275         is necessary in that case.  So, disable the statvfs-testing code on
18276         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
18277         as RedHat bug# 84846.
18278         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18279         to 1MB, so as not to render systems with no stack size limit (e.g.,
18280         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18281         Include <unistd.h>.  On some systems,
18282         it is required for the definition of _SC_PAGESIZE.
18283
18284 2003-08-16  Jim Meyering  <jim@meyering.net>
18285
18286         Merge from coreutils.
18287         * lib/xstrtoimax.c: #else #if -> #elif.
18288         * lib/xstrtoumax.c: Likewise.
18289
18290 2003-08-16  Jim Meyering  <jim@meyering.net>
18291
18292         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
18293         * m4/utimes.m4: Removed.
18294         * m4/utimes-null.m4: Renamed from utimes.m4.
18295
18296         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18297         to 1MB, so as not to render systems with no stack size limit (e.g.,
18298         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18299         Include <unistd.h>.  On some systems,
18300         it is required for the definition of _SC_PAGESIZE.
18301
18302 2003-08-16  Jim Meyering  <jim@meyering.net>
18303         and Paul Eggert  <eggert@cs.ucla.edu>
18304
18305         Merges from coreutils, etc.
18306
18307         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
18308         using the latest version from cvs.  This avoids problems with #line
18309         directives using a vendor (Sun) compiler.
18310         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
18311         Don't set GETGROUPS_LIB here; now it's
18312         done via getgroups.m4's wrapper function.
18313         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
18314         rather than just in sh-util/configure.in, so that the
18315         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
18316         same.
18317         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
18318         AC_FUNC_GETLOADAVG where to find getloadavg.c.
18319         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
18320         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
18321         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
18322         Remove code that is now done by the newly-required macros.
18323         Append $(EXEEXT) to DF_PROG.
18324         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
18325         Do not invoke or require the following here,
18326         since prereq.m4 or some gnulib .m4 now does this for us:
18327         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
18328         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
18329         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
18330         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
18331         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
18332         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
18333         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
18334         AC_FUNC_OBSTACK.
18335         Do not replace the following functions, as this is now the job
18336         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
18337         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
18338         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
18339         atexit getpass, strdup, getpagesize.
18340         Replace 'raise'.
18341         Do not check for the following functions, as this is now the job
18342         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
18343         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
18344         setregid.
18345         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
18346         Check for sys/sysctl.h.
18347         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
18348         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
18349         of checking for ssize_t ourselves.
18350
18351         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
18352         Require every macro that gnulib/modules/* suggests for us.
18353         (jm_PREREQ_ADDEXT): New macro.
18354         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
18355         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
18356
18357         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
18358         (gl_PHYSMEM): Use it.
18359         Also check for `table' function.
18360         Check for new headers and functions.
18361         Add check for sys/sysmp.h.
18362         With suggestions from Kaveh Ghazi.
18363         Ignore headers that are present but cannot be compiled.  This
18364         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
18365         C 5.4.
18366
18367 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18368
18369         Document merge from coreutils.
18370         * modules/userspec: Depend on posixver.
18371         * modules/strftime: Depend on tzset.
18372
18373 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18374
18375         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
18376         rather than tab, after '#' in shell-script copyright notices.
18377         Suggested by Bruno Haible.
18378
18379 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18380
18381         * config/srclist-update: Use three spaces, rather than tab, after '#'
18382         in shell-script copyright notices.  Suggested by Bruno Haible.
18383         Remove unnecessary parenthesization in regular expression.
18384
18385 2003-08-15  Jim Meyering  <jim@meyering.net>
18386
18387         Merge from coreutils.
18388         * lib/xgethostname.c: Include <stdlib.h>.
18389         (xghostname): Don't exit for anything other than memory-related
18390         failure; just return NULL.
18391         * lib/userspec.c: Include "posixver.h".
18392         (parse_user_spec): Accept `.' as a separator only
18393         in pre-POSIX-200112 mode.
18394         * lib/strtoimax.c: Use #elif rather than #else #if.
18395         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
18396         Remove function, now that we can rely on a working tzset function.
18397         [!_LIBC]: Ensure that the required autoconf test has been run.
18398         [!defined _NL_CURRENT && HAVE_STRFTIME]:
18399         Use underlying_strftime for %r.
18400         * lib/sha.c: Merge in some clean-up and optimization changes from
18401         glibc.
18402         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
18403         Ensure that it is a multiple of 64.
18404         Rearrange loop exit tests so as to avoid performing an
18405         additional fread after encountering an error or EOF.
18406         * lib/realloc.c: Update copyright date.
18407
18408 2003-08-15  Jim Meyering  <jim@meyering.net>
18409         and Paul Eggert  <eggert@twinsun.com>
18410
18411         Merge from coreutils.
18412         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
18413         member but strut utmpx does not.  Needed for AIX 4.3.3.
18414         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
18415
18416 2003-08-15  Jim Meyering  <jim@meyering.net>
18417         and Paul Eggert  <eggert@cs.ucla.edu>
18418
18419         Merges from coreutils, etc.
18420         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
18421         Require gl_FUNC_TZSET_CLOBBER.
18422         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
18423         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
18424         members.
18425
18426 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18427
18428         Help the merge from coreutils.
18429         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
18430         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
18431         * m4/tzset.m4: Use it too.
18432
18433 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18434
18435         * modules/tzset: New file.
18436
18437 2003-08-14  Jim Meyering  <jim@meyering.net>
18438
18439         Merges from coreutils.
18440         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
18441         variable names, rather than @FNMATCH_H@.
18442         * modules/alloca: Likewise for $(ALLOCA_H).
18443
18444         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
18445         the three copies of the literal target, `fnmatch.h'.
18446         * modules/alloca (alloca.h): Likewise.
18447
18448 2003-08-14  Jim Meyering  <jim@meyering.net>
18449
18450         Merge from coreutils.
18451         * m4/tzset.m4: New file.
18452         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
18453         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
18454         otherwise, AIX 5.1 systems would end up using the latter.
18455         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
18456         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
18457         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
18458         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
18459
18460 2003-08-14  Jim Meyering  <jim@meyering.net>
18461
18462         Merge from coreutils.
18463         * lib/obstack.h: Whitespace changes.
18464         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
18465         and xcalloc return values.
18466         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
18467         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
18468         hang on OSF/1 5.1 for DIR on both local and remote file systems.
18469         Reported by (and fix confirmed by) Nelson H. F. Beebe.
18470         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18471         error from mntctl.
18472         Use mntctl's return value to drive the entry-processing loop, since
18473         we can't rely on the value of the vmt_length member in the last
18474         entry.  On some systems doing so could result in exhausting
18475         virtual memory.  Based in part on a patch from Mike Jetzer.
18476
18477 2003-08-14  Jim Meyering  <jim@meyering.net>
18478         and Paul Eggert  <eggert@twinsun.com>
18479
18480         Merges from coreutils, plus other fixes.
18481         * lib/physmem.c: Merge in portability changes from gcc/libiberty
18482         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
18483         for credits and details.  Thanks to Kaveh Ghazi for helping
18484         to keep these files in sync.
18485         (ARRAY_SIZE): Define it.
18486         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
18487         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
18488         (memcasecmp): Don't assume size_t fits in unsigned int.
18489         Remove casts and duplicate code.
18490         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
18491         (memcpy): Remove definition.
18492         Merge in some clean-up and optimization changes from glibc.
18493         [BLOCKSIZE]: Move definition to top of file.
18494         Ensure that it is a multiple of 64.
18495         Rearrange loop exit tests so as to avoid performing an
18496         additional fread after encountering an error or EOF.
18497         * lib/md5.h (md5_uintptr): Define.
18498         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
18499         return to the initial working directory.  Preserve errno
18500         for caller.
18501         * lib/idcache.c: Include "xalloc.h".
18502         (xmalloc, xrealloc): Remove decls.
18503         (getuser): Remove casts no longer required in C89.
18504         * lib/human.c: Include stdio.h, for sprintf.
18505         * lib/group-member.c: Include "xalloc.h".
18506         (xmalloc, xrealloc): Remove decls.
18507         (get_group_info): Remove casts no longer required in C89.
18508         * lib/getusershell.c (readname): Remove casts no longer required in
18509         C89.
18510         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
18511         * lib/getline.c: Whitespace fix, from coreutils.
18512
18513 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18514
18515         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
18516         Check for isascii.
18517
18518         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18519         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18520         Undo previous (whitespace-only) change.
18521
18522 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18523
18524         * lib/exclude.c: Include <ctype.h>
18525         (IN_CTYPE_DOMAIN): New macro.
18526         (is_space): New fn.
18527         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
18528         and empty lines.
18529
18530         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18531         Undo previous (whitespace-only) change.
18532
18533 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18534
18535         * config/srclist-update: Change update back to the old behavior,
18536         leaving whitespace alone.  Use one 'sed' command rather than a
18537         pipeline.
18538         (fixlicense): Now a variable, not a function.
18539         (remove_trailing_blanks): Remove.
18540         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
18541         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18542         Undo previous (whitespace-only) change.
18543
18544 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18545
18546         Merge from coreutils.
18547         * modules/euidaccess: Add lib_SOURCES, include for new
18548         file euidaccess.h
18549
18550 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18551
18552         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18553         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18554         Normalize leading white space and remove trailing white space.
18555
18556         Merge from coreutils
18557         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
18558
18559         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
18560         0.12.1.  These files are now being upgraded automatically by
18561         ../config/srclist-update.
18562
18563 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18564
18565         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18566         Normalize leading white space and remove trailing white space.
18567         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
18568         notice, as per ../config/srclist-update.
18569
18570         Merge from coreutils.
18571         * lib/euidaccess.h: New file.
18572         * lib/euidaccess.c: Include it.
18573         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
18574         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
18575         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
18576
18577 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18578
18579         * config/srclist-update: Add copyright notice.
18580         (remove_id_lines, remove_trailing_blanks): New constants.
18581         (fixfile): Use them to normalize spacing a bit in copied files.
18582         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18583         Normalize leading white space and remove trailing white space.
18584
18585         * config/texinfo.tex: Sync with texinfo.
18586
18587         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
18588         strtoul.c from libc, to merge coreutils whitespace changes.
18589
18590         * config/srclist.txt: Get the following m4 files from gettext:
18591         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
18592         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
18593         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
18594         wint_t.m4.
18595
18596 2003-08-12  Karl Berry  <karl@gnu.org>
18597
18598         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
18599         been made.
18600
18601 2003-08-11  Paul Eggert  <eggert@twinsun.com>
18602
18603         * modules/gnu-source, m4/gnu-source.m4:
18604         Remove; we're assuming Autoconf 2.54 or later now.
18605         Suggested by Bruno Haible.
18606         * MODULES.html.sh (func_all_modules): Remove gnu-source.
18607
18608 2003-08-11  Bruno Haible  <bruno@clisp.org>
18609
18610         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
18611
18612 2003-08-11  Bruno Haible  <bruno@clisp.org>
18613
18614         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
18615         (vasnprintf): Use it instead of wcslen.
18616
18617 2003-08-11  Bruno Haible  <bruno@clisp.org>
18618
18619         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
18620         value to ensure that _Bool promotes to int. Use #define for _Bool when
18621         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
18622
18623 2003-08-10  Karl Berry  <karl@gnu.org>
18624
18625         * lib/regex.h: update from libc (whitespace fix).
18626
18627 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18628
18629         Merge some files from coreutils.  These changes were
18630         originally made by Jim Meyering.
18631         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
18632         many older Unixes require this.
18633         * lib/alloca.c (alloca): Remove cast to argument of free;
18634         no longer needed in C89.
18635         * lib/alloca_.h, regex.h: Fix white space to match
18636         what GNU indent does.
18637
18638 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18639
18640         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
18641         apparently Emacs's Unicode mode got confused before my 2003-08-05
18642         checkin.
18643
18644 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18645
18646         * m4/extensions.m4: New file.
18647         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
18648         Require gl_USE_SYSTEM_EXTENSIONS.
18649         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
18650         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
18651
18652 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18653
18654         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
18655         * modules/extensions, modules/gnu-source: New files.
18656         * modules/timespec, modules/unlocked-io: Depend on extensions.
18657
18658 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18659
18660         * modules/restrict: New file.
18661         * MODULES.html.sh (func_all_modules): Add restrict.
18662         * modules/regex: Depend on restrict.
18663
18664 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18665
18666         * m4/restrict.m4: New file.
18667         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
18668
18669 2003-08-07  Bruno Haible  <bruno@clisp.org>
18670
18671         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
18672         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
18673
18674 2003-08-07  Bruno Haible  <bruno@clisp.org>
18675
18676         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
18677         makes the module 'getndelim2' compatible with the module 'getline'.
18678
18679 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18680
18681         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
18682         byte with "\201" to avoid glitches when editing that source file
18683         with multi-gnome-terminal.
18684
18685 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18686
18687         * lib/bumpalloc.h: Remove.
18688
18689 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18690
18691         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
18692         * modules/bumpalloc: Remove.
18693
18694 2003-08-04  Paul Eggert  <eggert@twinsun.com>
18695
18696         * lib/getloadavg.c: Change copyright notice and spacing to conform to
18697         GNU coding style.
18698
18699         Merge from coreutils.
18700         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
18701         1. From glibc.
18702         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
18703         from Karl Berry, implemented by Jim Meyering.
18704         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
18705         from Dmitry V. Levin.
18706         Remove anachronistic cast of xrealloc.
18707         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
18708         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
18709         type. Otherwise, it wouldn't compile with at least /bin/cc on
18710         ymp-cray-unicos9.0.2.X.
18711         Combine two mostly-identical uses of alloca into one.
18712         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
18713
18714 2003-08-04  Dave Love  <d.love@dl.ac.uk>
18715
18716         [From Emacs.]
18717
18718         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
18719         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
18720         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
18721         obsolete NLIST_NAME_UNION.
18722         [__GNU__]: Undef BSD and FSCALE.
18723         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
18724
18725 2003-08-03  Paul Eggert  <eggert@twinsun.com>
18726
18727         * lib/stdbool_.h (_Bool): Make it signed char, instead of
18728         an enum type, so that it's guaranteed to promote to int.  See:
18729         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
18730
18731 2003-08-03  Karl Berry  <karl@gnu.org>
18732
18733         * config/depcomp: update from automake.
18734
18735 2003-07-31  Paul Eggert  <eggert@twinsun.com>
18736
18737         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
18738         (strerror): Don't assume that a printable int fits in 14 bytes.
18739
18740 2003-07-31  Bruno Haible  <bruno@clisp.org>
18741
18742         * modules/getpass-gnu: New file.
18743         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
18744
18745 2003-07-31  Bruno Haible  <bruno@clisp.org>
18746
18747         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
18748
18749 2003-07-24  Karl Berry  <karl@gnu.org>
18750
18751         * config/missing: update from automake.
18752
18753 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
18754             Bruno Haible  <bruno@clisp.org>
18755
18756         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
18757         * lib/getline.c (getline, getdelim): Likewise.
18758         Remove _GNU_SOURCE define; now it's defined in config.h through
18759         m4/getline.m4.
18760
18761 2003-07-23  Karl Berry  <karl@gnu.org>
18762
18763         * config/config.sub: update from prep.
18764
18765 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18766
18767         * modules/xalloc (Depends-on): Add exitfail.
18768         * modules/xmemcoll: Likewise.
18769
18770 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18771
18772         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
18773         over-parenthesization in macros.
18774
18775         Sync with coreutils.
18776
18777         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
18778         required by C99.
18779
18780         Use `exit_failure' for xalloc and xmemcoll instead of their own
18781         private exit-failure variables.
18782         * lib/xalloc.h (xalloc_exit_failure): Remove.
18783         * lib/xmalloc.c: Likewise.  Include exitfail.h.
18784         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
18785         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
18786         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
18787         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
18788
18789 2003-07-20  Jim Meyering  <jim@meyering.net>
18790
18791         * modules/closeout (Depends-on): Add exitfail.
18792         Suggestion from Bruno Haible.
18793
18794 2003-07-19  Karl Berry  <karl@gnu.org>
18795
18796         * config/config.sub: update from prep.
18797
18798 2003-07-18  Paul Eggert  <eggert@twinsun.com>
18799
18800         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
18801         Remove.
18802         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
18803         to test that it can stand by itself.  Include "exitfail.h".
18804         Clients should set exit_failure instead.
18805         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
18806
18807 2003-07-18  Bruno Haible  <bruno@clisp.org>
18808
18809         * modules/getndelim2: New file.
18810         * modules/getline: Share files with module getndelim2.
18811         * modules/getnline: Depend on getndelim2 instead of sharing files with
18812         it. Add getnline.c to lib_SOURCES.
18813         * MODULES.html.sh (func_all_modules): Add getndelim2.
18814
18815 2003-07-18  Bruno Haible  <bruno@clisp.org>
18816
18817         * m4/getndelim2.m4: New file.
18818         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
18819         invoke gl_PREREQ_GETNDELIM2.
18820         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
18821         gl_PREREQ_GETNDELIM2.
18822         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
18823         gl_GETNDELIM2.
18824
18825 2003-07-18  Bruno Haible  <bruno@clisp.org>
18826
18827         * lib/getndelim2.h: New file.
18828         * lib/getndelim2.c: Make into a module of its own. Include config.h,
18829         getndelim2.h.
18830         (getndelim2): Make non-static. Change return type to ssize_t.
18831         * lib/getline.h: Change argument names.
18832         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
18833         * lib/getnline.c: Include getndelim2.h.
18834
18835 2003-07-18  Andreas Schwab  <schwab@suse.de>
18836
18837         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
18838
18839 2003-07-17  Karl Berry  <karl@gnu.org>
18840
18841         * config/config.sub: update from prep.
18842
18843 2003-07-17  Bruno Haible  <bruno@clisp.org>
18844
18845         * modules/getnline: New file.
18846         * modules/getline: Add lib/getndelim2.c to source file list.
18847         * MODULES.html.sh (func_all_modules): Add getnline.
18848
18849 2003-07-17  Bruno Haible  <bruno@clisp.org>
18850
18851         * m4/getnline.m4: New file.
18852
18853 2003-07-17  Bruno Haible  <bruno@clisp.org>
18854
18855         * m4/Makefile.am.in: Remove file.
18856         * m4/Makefile.am: Remove file.
18857         * m4/Makefile.in: Remove file.
18858
18859 2003-07-17  Bruno Haible  <bruno@clisp.org>
18860
18861         * lib/getnline.h: New file.
18862         * lib/getnline.c: New file.
18863         * lib/getndelim2.c: New file, extracted from getline.c.
18864         (getndelim2): Renamed from getdelim2, with added nmax argument.
18865         * lib/getline.c: Include getndelim2.c.
18866         (getdelim2): Moved out to getndelim2.c.
18867         (getline, getdelim): Update.
18868
18869 2003-07-17  Bruno Haible  <bruno@clisp.org>
18870
18871         * lib/Makefile.am: Remove file.
18872         * lib/Makefile.in: Remove file.
18873
18874 2003-07-17  Bruno Haible  <bruno@clisp.org>
18875
18876         * configure.in: Remove file.
18877         * Makefile.in: Remove file.
18878
18879 2003-07-17  Bruno Haible  <bruno@clisp.org>
18880
18881         * MODULES.html.sh: Put the </BODY> right before </HTML>.
18882
18883 2003-07-16  Karl Berry  <karl@gnu.org>
18884
18885         * config/srclist-update: was running fixlicense twice, which caused
18886                 texinfo.tex to be nullified for some reason.  Simplify,
18887                 $gplsrc is no longer needed as far as I can see?
18888
18889 2003-07-16  Jim Meyering  <jim@meyering.net>
18890
18891         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
18892
18893 2003-07-15  Paul Eggert  <eggert@twinsun.com>
18894
18895         * config/srclist.txt: Get the following files from gettext-runtime/intl
18896         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
18897         ref-del.sin.  From Bruno Haible.
18898         * config/srclist-update (fixfile): Change grep pattern again, since the
18899         previous fix didn't work (there was another trailing $).  Use
18900         '[$]' to escape the $s.
18901
18902 2003-07-15  Karl Berry  <karl@gnu.org>
18903
18904         * lib/vasnprintf.c: update from gettext.
18905
18906 2003-07-15  Karl Berry  <karl@gnu.org>
18907
18908         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
18909         gets expanded when surrounded by '$'.
18910
18911 2003-07-15  Jim Meyering  <jim@meyering.net>
18912
18913         * modules/save-cwd: Don't depend on error.  From Derek Price.
18914
18915 2003-07-15  Jim Meyering  <jim@meyering.net>
18916
18917         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
18918
18919 2003-07-14  Simon Josefsson  <jas@extundo.com>
18920
18921         * modules/mempcpy: New file.
18922         * MODULES.html.sh (func_all_modules): Add mempcpy.
18923
18924 2003-07-14  Simon Josefsson  <jas@extundo.com>
18925
18926         * m4/mempcpy.m4: New file.
18927
18928 2003-07-14  Simon Josefsson  <jas@extundo.com>
18929
18930         * lib/mempcpy.h: New file.
18931         * lib/mempcpy.c: New file.
18932
18933 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18934
18935         * modules/getdate, modules/posixtm: Depend on mktime.
18936
18937 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18938
18939         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
18940         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
18941         unicodeio.c, unicodeio.h, unlocked-io.h:
18942         Switch from LGPL to GPL.
18943
18944 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18945
18946         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
18947         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
18948         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
18949         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
18950         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
18951         updated automatically by ../config/srclist-update.  This changes
18952         their license from LPGL to GPL.
18953
18954 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18955
18956         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
18957         assumed to refer to the root of the most recent stable gettext version.
18958         * config/srclistvars.sh: Add defaults for eggert.
18959         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
18960         Match "This program" as well as "The program".  This is needed
18961         for gettext.
18962
18963 2003-07-14  Jim Meyering  <jim@meyering.net>
18964
18965         Don't emit diagnostics.  Let callers do that.
18966         * lib/save-cwd.c: Don't include "error.h".
18967         (save_cwd): Don't call error.  Ensure that errno is valid
18968         when returning nonzero.
18969
18970         * lib/save-cwd.h (restore_cwd): Update prototype.
18971         * lib/save-cwd.c (restore_cwd): Remove two parameters.
18972         Simplify.  Don't call error upon failure.  Let callers do that.
18973         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
18974         when auditing is enabled.  But don't bother updating the #if.
18975
18976 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
18977
18978         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
18979         it breaks C++ compilation.
18980         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
18981
18982 2003-07-10  Simon Josefsson  <jas@extundo.com>
18983
18984         * modules/strchrnul (Makefile.am): Add strchrnul.h.
18985
18986 2003-07-10  Jim Meyering  <jim@meyering.net>
18987
18988         * m4/clock_time.m4: Remove trailing blank.
18989         * m4/intmax_t.m4: Likewise.
18990
18991 2003-07-10  Jim Meyering  <jim@meyering.net>
18992
18993         * lib/vasnprintf.c: Remove trailing blanks.
18994         Make cpp indentation consistent.
18995
18996 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18997
18998         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
18999         posixver.c, strftime.c, strnlen.c, strverscmp.c:
19000         Switch from LGPL to GPL.
19001
19002 2003-07-09  Paul Eggert  <eggert@twinsun.com>
19003
19004         * config/srclist.txt: Sort sublists.  Add
19005         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
19006         that differ from gnulib for one reason or another; we'd like this list
19007         to be smaller but for now let's document what we have.
19008
19009 2003-07-08  Paul Eggert  <eggert@twinsun.com>
19010
19011         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
19012         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19013         and sweeter "eval x=$x".
19014         * config/srclist.txt: Get lib/argp* from glibc.
19015
19016 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19017
19018         * lib/mktime.c: Fix some boundary cases and remove need for floating
19019         point.
19020
19021         Issue a compile-time diagnostic if time_t is floating point, or if
19022         two's complement arithmetic is not in effect, or if arithmetic
19023         right shift does not propagate the sign.  These assumptions were
19024         all in the original code but they weren't checked.
19025
19026         (TIME_T_MIDPOINT, verify): New macros.
19027         (__isleap): Remove; it has integer overflow problems.
19028         (leapyear): New function, without those problems.
19029         (ydhms_tm_diff): Remove; splitting into two parts.
19030         (ydhms_diff): New function, containing the arithmetic part of
19031         the old ydhms_tm_diff function.  Issue a compile-time
19032         diagnostic if we are not using C99 integer division.
19033         Avoid casts when possible.
19034         (guess_time_tm): New function, containing the checking part of
19035         the old ydhms_tm_diff function.  Return the new value, rather than
19036         the difference between it and the old.  Accept a new argument T
19037         so that *T specifies the old value.  Check for overflow in the result.
19038
19039         (__mktime_internal): Use a time_t offset, not a long int offset.
19040         This undoes the 2003-06-04 change, which is no longer needed now
19041         that we have better overflow checking.
19042         (localtime_offset): Likewise.
19043
19044         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19045         and long are 64-bit but int is only 32-bit.
19046         (ydhms_diff): Use long int to store year1 and yday1.
19047         Issue a compile-time diagnostic if long int is not wide enough.
19048
19049         (__mktime_internal): Use long int to store adjusted year and yday.
19050         Use plain C rather than preprocessor commands, if that doesn't
19051         affect efficiency.
19052         Check for overflow (and try to repair) after each probe
19053         rather than checking only at the very end.  This avoids some bugs
19054         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19055         does not equal GMT offset at maximum time).
19056         Use integer to check for overflow rather than floating point; this
19057         is more portable to non-IEEE hosts, and is a tad faster.
19058         When we detect that we are oscillating between two values,
19059         don't check whether tm_isdst has the requested value, since
19060         we already know the answer.  When tm_isdst has the wrong value,
19061         use a different heuristic to find the right one, based on the
19062         extreme values actually observed in practice in tz2003a,
19063         rather than the (overly optimistic) "previous 3 calendar quarters".
19064
19065         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19066         "T const" to accommodate glibc style.
19067         (check_result): Use less-confusing report format.  "long" -> "long int.
19068         (main): Likewise.
19069         Don't loop if the iteration overflows time_t.
19070         Allow a negative step in the iteration.
19071
19072 2003-07-06  Karl Berry  <karl@gnu.org>
19073
19074         * config/depcomp: update from automake.
19075         * config/config.sub: update from prep.
19076
19077 2003-07-03  Karl Berry  <karl@gnu.org>
19078
19079         * config/config.guess: update from prep.
19080
19081 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19082
19083         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19084         xreadlink.c now includes it unconditionally.
19085
19086 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19087
19088         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19089         having it depend on HAVE_SYS_TYPES_H.
19090
19091 2003-07-01  Bruno Haible  <bruno@clisp.org>
19092
19093         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19094         <sys/types.h> should be sufficient.
19095         Reported by Paul Eggert.
19096
19097 2003-06-26  Karl Berry  <karl@gnu.org>
19098
19099         * config/depcomp: update from automake.
19100
19101 2003-06-26  Bruno Haible  <bruno@clisp.org>
19102
19103         * modules/human: Depend on module stdbool.
19104
19105 2003-06-25  Bruno Haible  <bruno@clisp.org>
19106
19107         * modules/readlink: New file.
19108         * modules/xreadlink: Depend on it.
19109         * MODULES.html.sh (func_all_modules): Add readlink.
19110
19111 2003-06-25  Bruno Haible  <bruno@clisp.org>
19112
19113         * m4/readlink.m4: New file.
19114
19115 2003-06-25  Bruno Haible  <bruno@clisp.org>
19116
19117         * lib/readlink.c: New file.
19118
19119 2003-06-22  Karl Berry  <karl@gnu.org>
19120
19121         * config/srclist.txt: update mkinstalldirs from automake.
19122         * config/mkinstalldirs: update.
19123
19124 2003-06-22  Bruno Haible  <bruno@clisp.org>
19125
19126         Portability to mingw32.
19127         * m4/ssize_t.m4: New file, from GNU gettext.
19128         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19129         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19130
19131 2003-06-22  Bruno Haible  <bruno@clisp.org>
19132
19133         * modules/safe-read: Add m4/ssize_t.m4.
19134         * modules/xreadlink: Add m4/ssize_t.m4.
19135
19136 2003-06-20  Bruno Haible  <bruno@clisp.org>
19137
19138         Assume C89, so PARAMS isn't needed.
19139         * lib/unicodeio.h (PARAMS): Remove.
19140         * lib/unicodeio.c: Don't use PARAMS.
19141
19142 2003-06-18  Karl Berry  <karl@gnu.org>
19143
19144         * config/config.{guess,sub}: update from prep.
19145
19146 2003-06-18  Jim Meyering  <jim@meyering.net>
19147
19148         Merge changes from coreutils.
19149         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19150         Remove explicit declarations of xmalloc and realloc.
19151         Include xalloc.h.
19152         (read_utmp): Remove anachronistic cast of xmalloc.
19153
19154 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19155
19156         Assume C89, so PARAMS isn't needed.
19157         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19158         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19159         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19160         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19161         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19162         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19163         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
19164         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
19165         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
19166         lib/xstrtod.h, lib/xstrtol.h: Likewise.
19167         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
19168         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
19169         no longer needed. Anyway, config.h should always be included before any
19170         other file.
19171
19172 2003-06-11  Simon Josefsson  <jas@extundo.com>
19173
19174         * modules/sysexits: New file.
19175         * MODULES.html.sh (func_all_modules): Add sysexits.
19176
19177 2003-06-11  Simon Josefsson  <jas@extundo.com>
19178
19179         * lib/sysexit_.h: New file.
19180
19181 2003-06-11  Derek Price  <derek@ximbiot.com>
19182
19183         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
19184         necessary.
19185
19186 2003-06-11  Bruno Haible  <bruno@clisp.org>
19187
19188         * m4/sysexits.m4: New file.
19189
19190 2003-06-10  Simon Josefsson  <jas@extundo.com>
19191
19192         * lib/argp.h: New file, from glibc.
19193         * lib/argp-ba.c: New file, from glibc.
19194         * lib/argp-eexst.c: New file, from glibc.
19195         * lib/argp-fmtstream.c: New file, from glibc.
19196         * lib/argp-fmtstream.h: New file, from glibc.
19197         * lib/argp-fs-xinl.c: New file, from glibc.
19198         * lib/argp-help.c: New file, from glibc.
19199         * lib/argp-namefrob.h: New file, from glibc.
19200         * lib/argp-parse.c: New file, from glibc.
19201         * lib/argp-pv.c: New file, from glibc.
19202         * lib/argp-pvh.c: New file, from glibc.
19203         * lib/argp-xinl.c: New file, from glibc.
19204
19205 2003-06-10  Simon Josefsson  <jas@extundo.com>
19206
19207         * modules/strchrnul: New file.
19208
19209 2003-06-10  Simon Josefsson  <jas@extundo.com>
19210
19211         * modules/argp: New file.
19212
19213 2003-06-10  Simon Josefsson  <jas@extundo.com>
19214
19215         * m4/strchrnul.m4: New file.
19216
19217 2003-06-10  Simon Josefsson  <jas@extundo.com>
19218
19219         * lib/strchrnul.h: New file.
19220         * lib/strchrnul.c: New file.
19221
19222 2003-06-10  Bruno Haible  <bruno@clisp.org>
19223
19224         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
19225
19226 2003-06-07  Karl Berry  <karl@gnu.org>
19227
19228         * config/config.{guess,sub}: update from prep.
19229
19230 2003-06-07  Jim Meyering  <jim@meyering.net>
19231
19232         * modules/strtod: Use $(...) notation, not @...@ for
19233         AC_REPLACE'd variables.
19234         * modules/localcharset: Likewise.
19235
19236 2003-06-07  Jim Meyering  <jim@meyering.net>
19237
19238         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
19239         in place of my name in the copyright comment.
19240         Remove definition and uses of __P.
19241
19242         From coreutils.
19243         * lib/stat.c: Don't declare xmalloc explicitly.
19244         Instead, include "xalloc.h".
19245         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
19246         xrealloc, and xcalloc return values.
19247         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
19248         Improve comment.
19249         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
19250
19251 2003-06-07  Bruno Haible  <bruno@clisp.org>
19252
19253         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
19254         avoid AC_CONFIG_LINKS.
19255         * modules/fnmatch (Makefile.am): Use explicit creation rule for
19256         fnmatch.h, to avoid AC_CONFIG_LINKS.
19257         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
19258
19259 2003-06-07  Bruno Haible  <bruno@clisp.org>
19260
19261         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
19262         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
19263         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19264         directory.
19265         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
19266         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19267         directory.
19268
19269 2003-06-06  Jim Meyering  <jim@meyering.net>
19270
19271         Merge from coreutils.
19272         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
19273         Consolidate declarations and initializations of *_base* locals.
19274
19275         Merge from coreutils.
19276         This avoids a core dump on systems without GNU putenv,
19277         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
19278         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
19279         (unsetenv): New static function, from GNU libc.
19280         (rpl_putenv): Use it.
19281
19282         * lib/modechange.c: Remove trailing blanks.
19283
19284         Merge from coreutils.
19285         * lib/fsusage.c: Remove declaration of statfs.
19286         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
19287
19288         * lib/posixtm.c: Include <stdbool.h> unconditionally.
19289
19290 2003-06-06  Jim Meyering  <jim@meyering.net>
19291
19292         * lib/stdbool_.h: Renamed from stdbool.h.in.
19293
19294 2003-06-06  Jim Meyering  <jim@meyering.net>
19295             Bruno Haible  <bruno@clisp.org>
19296
19297         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
19298         Adjust Makefile.am snippet not to redirect directly to target.
19299         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
19300
19301 2003-06-05  Paul Eggert  <eggert@twinsun.com>
19302
19303         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
19304         mismatch, look in future quarters as well as past.  This fixes a
19305         bug when processing fall-backwards gaps immediately after a long
19306         period of daylight-saving time.
19307
19308         * lib/mktime.c: Assume freestanding C89 or better.
19309         (HAVE_LIMITS_H): Remove.  Assume it's 1.
19310         (__P): Remove; not used.
19311         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
19312         (mktime, not_equal_tm, print_tm, check_result,
19313         main): Use prototypes.  Use const * where appropriate.
19314         (main): Fix typo in testing code that uncovered by above changes.
19315         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
19316
19317 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19318
19319         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
19320         locale.h, localeconv.  This merges changes from coreutils.
19321
19322         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
19323         It can be removed after the next Autoconf is released.
19324         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
19325         needed.
19326
19327 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19328
19329         * lib/mktime.c: Fix Debian bug 177940
19330         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
19331         (localtime_offset): Now long int, not time_t, because we want it
19332         to be guaranteed to be signed.  All uses changed.
19333         (__mktime_internal): If overflow would occur when adding offset,
19334         don't add it.
19335
19336         Merge 'human' changes from coreutils.  Rewrite to support
19337         locale-specific notations like thousands separators.
19338         * lib/human.c: Simplify authorship notice.
19339         Include human.h immediately after config.h.
19340         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
19341         <limits.h>: Do not include, since human.h does.
19342         (SIZE_MAX, UINTMAX_MAX): New macros.
19343         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
19344         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
19345         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
19346         (power_letter): Renamed from suffixes.
19347         (generate_suffix_backwards): Remove.
19348         (adjust_value): Now takes int style (because of human.h changes)
19349         and long double value (for greater precision on some platforms).
19350         (group_number): New function.
19351         (human_readable): Use it.  Use integer options, not enum.
19352         Put the options before the sizes in the arg list.
19353         Support all the new options.
19354         The old human_readable function has been removed;
19355         use inttostr.h instead.
19356         (human_readable, default_block_size, humblock):
19357         Use uintmax_t, not int, for block sizes.
19358         (human_readable_inexact, block_size_types): Remove.
19359         (block_size_opts): New constant.
19360         (human_options): Renamed from human_block_size, with new signature
19361         that allows block sizes up to UINTMAX_MAX.  All callers changed.
19362         * lib/human.h: Add copyright and authorship notice.
19363         Include <limits.h> and <stdbool.h> unconditionally.
19364         (PARAMS): Remove.  All uses removed.
19365         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
19366         (enum human_inexact_style): Remove tag; now a nameless enum.
19367         (human_floor, human_ceiling, human_round_to_even): Now have
19368         values 2, 0, 1 rather than -1, 1, 0.
19369         (human_group_digits, human_suppress_point_zero, human_autoscale,
19370         human_base_1024, human_SI, human_B): New constants.
19371         (human_readable_inexact, human_block_size): Remove.
19372         (human_readable): Size args are now uintmax_t, not int.
19373         (human_options): New decl.
19374
19375         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
19376         unnecessary now that we assume C89 or better.  This change
19377         imported from coreutils.
19378
19379         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19380         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
19381         in the 2003-05-30 sync from glibc.
19382
19383         .h files should stand alone, but we shouldn't include <sys/types.h>
19384         if we can get away with just <stddef.h>.
19385
19386         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
19387         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
19388         rather than <sys/types.h>, as we merely need size_t.
19389         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
19390         to get size_t.
19391         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
19392         Include <stdio.h>, to get FILE.
19393         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
19394         memcasecmp.h has included <stddef.h> and all we need is size_t.
19395         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
19396         our interface, instead of including <sys/types.h>
19397
19398 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19399
19400         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
19401         now, as glibc mktime is buggy on non-glibc systems.
19402
19403 2003-06-03  Karl Berry  <karl@gnu.org>
19404
19405         * config/config.sub: update from prep.
19406
19407 2003-06-02  Paul Eggert  <eggert@twinsun.com>
19408
19409         [from coreutils]
19410         Fix some minor time-related bugs with POSIX time arguments.
19411         Some valid time stamps were being rejected (notably -1, and
19412         time stamps before 1900 on 64-bit hosts).  And some invalid
19413         time stamps were being accepted, e.g. September 31.
19414
19415         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
19416         that we can return (time_t) -1 successfully.
19417         * lib/posixtm.c: Likewise.
19418         [HAVE_STDBOOL_H]: Include <stdbool.h>.
19419         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
19420         (t): Remove static var.
19421         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
19422         of static var.  All uses changed.
19423         (year): Do not reject years before 1900; they can occur with
19424         64-bit time_t.
19425         (posix_time_parse): Do not check for out-of-range components;
19426         that is now the caller's responsibility, since our checks were
19427         only approximations.
19428         (posixtime): Use mktime to check for out-of-range components,
19429         since it knows them exactly.
19430         If mktime returns (time_t) -1, check whether an error actually occurred
19431         by invoking localtime on -1.
19432         (main) [TEST_POSIXTIME]: Check for input data errors, and report
19433         posixtime failures better.
19434         Improve the test data (in comments only).
19435
19436 2003-06-02  Karl Berry  <karl@gnu.org>
19437
19438         * config/mkinstalldirs (version): new variable.
19439         (--version): new option.
19440         (usage): improve message.
19441
19442 2003-05-30  Karl Berry  <karl@gnu.org>
19443
19444         * lib/mktime.c: update from libc.
19445
19446 2003-05-30  Bruno Haible  <bruno@clisp.org>
19447
19448         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
19449         * config/config.rpath: Upgrade to gettext-0.12.1.
19450
19451 2003-05-30  Bruno Haible  <bruno@clisp.org>
19452
19453         * m4/gettext.m4: Upgrade to gettext-0.12.1.
19454         * m4/nls.m4: New file, from gettext-0.12.1.
19455         * m4/po.m4: New file, from gettext-0.12.1.
19456         * m4/progtest.m4: Upgrade to gettext-0.12.1.
19457
19458 2003-05-30  Bruno Haible  <bruno@clisp.org>
19459
19460         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
19461         * lib/localcharset.h: Likewise.
19462         * lib/localcharset.c: Likewise.
19463
19464 2003-05-29  Karl Berry  <karl@gnu.org>
19465
19466         * config/config.rpath: update from gettext.
19467
19468 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19469
19470         Assume the headers required for C89 freestanding compilers.
19471         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
19472         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
19473         * m4/human.m4 (gl_HUMAN): Likewise.
19474         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
19475         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
19476         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19477         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
19478         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19479         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
19480
19481 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19482
19483         Assume the headers required for C89 freestanding compilers.
19484         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
19485         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
19486         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
19487         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
19488         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
19489         define, since <limits.h> is guaranteed to do that.
19490         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
19491         * lib/exclude.c: Include <stdbool.h> unconditionally.
19492         * lib/tempname.c: Include <stddef.h> unconditionally.
19493         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
19494         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
19495         <stddef.h> does that.
19496         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
19497         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
19498         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
19499         needed.
19500         * lib/xstrtol.c: Likewise.
19501         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
19502         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
19503
19504         * lib/addext.c (addext): Use assignment rather than cast, to avoid
19505         warnings on some platforms.
19506
19507         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19508         arbitrarily.
19509
19510 2003-05-26  Jim Meyering  <jim@meyering.net>
19511
19512         Merge in a change from coreutils:
19513         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
19514         that is guaranteed to be `no'.  Use `no_such_member' to indicate
19515         that condition, rather than `-1' which is slightly misleading.
19516         Change the name of the cache variable to have the gl_ prefix.
19517         Prompted by a patch from Richard Dawe for DJGPP.
19518
19519 2003-05-24  Karl Berry  <karl@gnu.org>
19520
19521         * config/config.guess: update from prep.
19522
19523 2003-05-22  Karl Berry  <karl@gnu.org>
19524
19525         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
19526
19527 2003-05-20  Karl Berry  <karl@gnu.org>
19528
19529         * config/config.guess: update from prep.
19530
19531 2003-05-18  Karl Berry  <karl@gnu.org>
19532
19533         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
19534         might actually be set by the user.
19535
19536         * config/depcomp, install-sh, mdate-sh: update from automake.
19537
19538 2003-05-17  Bruno Haible  <bruno@clisp.org>
19539
19540         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
19541         invalid expansion for AC_EGREP_CPP.
19542         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
19543         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
19544         Suggested by Akim Demaille <akim@epita.fr> in
19545         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
19546
19547 2003-05-12  Jim Meyering  <jim@meyering.net>
19548
19549         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
19550         the space-padded-by-default conversion specifiers, %e, %k, %l.
19551
19552 2003-05-12  Bruno Haible  <bruno@clisp.org>
19553
19554         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
19555         the string is longer than 4 KB.
19556
19557 2003-05-11  Karl Berry  <karl@gnu.org>
19558
19559         * config/config.{guess,sub}: update from prep.
19560
19561 2003-05-09  Bruno Haible  <bruno@clisp.org>
19562
19563         * modules/error: Add m4/strerror_r.m4 to file list.
19564
19565 2003-05-03  Bruno Haible  <bruno@clisp.org>
19566
19567         Upgrade to Unicode-4.0.
19568         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
19569         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
19570         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
19571         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
19572         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
19573         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
19574         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
19575         Change width of U+E0100..U+E01EF from 1 to 0.
19576
19577 2003-04-25  Jim Meyering  <jim@meyering.net>
19578
19579         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
19580         of type size_t, not int.
19581
19582 2003-04-25  Bruno Haible  <bruno@clisp.org>
19583
19584         * lib/copy-file.c: Include <stddef.h>, for size_t.
19585
19586 2003-04-21  Paul Eggert  <eggert@twinsun.com>
19587
19588         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
19589         code which expansion is under static control.  Patch imported from
19590         Akim Demaille's patch to Bison; see
19591         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
19592
19593 2003-04-14  Bruno Haible  <bruno@clisp.org>
19594
19595         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
19596
19597 2003-04-11  Jim Meyering  <jim@meyering.net>
19598
19599         Merge changes from Coreutils.
19600
19601         2003-03-22  Jim Meyering  <jim@meyering.net>
19602
19603         * lib/strftime.c (widen): Cast alloca return value to proper type.
19604
19605         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
19606
19607         From GNU libc.
19608         * lib/strftime.c (my_strftime): Handle very large width
19609         specifications for numeric values correctly.  Improve checks for
19610         overflow.
19611
19612         2003-01-19  Jim Meyering  <jim@meyering.net>
19613
19614         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
19615         definitions.
19616         (nl_get_alt_digit) [! defined my_strftime]: Define.
19617         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
19618         _nl_get_alt_digit and _nl_get_walt_digit.
19619
19620         * lib/strftime.c (my_strftime): Merge in locale-related changes from
19621         libc. These changes have no effect outside of _LIBC.
19622
19623 2003-04-10  Bruno Haible  <bruno@clisp.org>
19624
19625         * modules/findprog: New file.
19626         * MODULES.html.sh (func_all_modules): Add it.
19627
19628 2003-04-10  Bruno Haible  <bruno@clisp.org>
19629
19630         * m4/findprog.m4: New file.
19631         * m4/eaccess.m4: New file.
19632
19633 2003-04-10  Bruno Haible  <bruno@clisp.org>
19634
19635         * lib/findprog.h: New file, from GNU gettext.
19636         * lib/findprog.c: New file, from GNU gettext.
19637
19638 2003-04-05  Jim Meyering  <jim@meyering.net>
19639
19640         Merge changes from Coreutils.
19641
19642         * lib/exclude.h (PARAMS): Remove definition and uses.
19643         * lib/exclude.c: Remove uses of `PARAMS'.
19644
19645         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
19646         Add test-cases for DOS filenames. Declare program_name.
19647         (main): Set up program_name.  Patch by Rich Dawe.
19648
19649         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19650         error from mntctl.
19651         Use mntctl's return value to drive the entry-processing loop, since
19652         we can't rely on the value of the vmt_length member in the last
19653         entry.  On some systems doing so could result in exhausting
19654         virtual memory.  Based in part on a patch from Mike Jetzer.
19655
19656 2003-04-04  Bruno Haible  <bruno@clisp.org>
19657
19658         * modules/linebreak: New file.
19659         * MODULES.html.sh (func_all_modules): Add it.
19660
19661 2003-04-04  Bruno Haible  <bruno@clisp.org>
19662
19663         * m4/linebreak.m4: New file.
19664
19665 2003-04-04  Bruno Haible  <bruno@clisp.org>
19666
19667         * lib/linebreak.h: New file, from GNU gettext.
19668         * lib/linebreak.c: New file, from GNU gettext with slight
19669         modifications.
19670         * lib/lbrkprop.h: New file, from GNU gettext.
19671
19672 2003-04-03  Bruno Haible  <bruno@clisp.org>
19673
19674         * modules/utf8-ucs4: New file.
19675         * modules/utf16-ucs4: New file.
19676         * modules/ucs4-utf8: New file.
19677         * modules/ucs4-utf16: New file.
19678         * MODULES.html.sh (func_all_modules): Add them.
19679
19680 2003-04-03  Bruno Haible  <bruno@clisp.org>
19681
19682         * m4/utf-ucs4.m4: New file.
19683         * m4/ucs4-utf.m4: New file.
19684
19685 2003-04-03  Bruno Haible  <bruno@clisp.org>
19686
19687         * lib/utf8-ucs4.h: New file, from GNU gettext.
19688         * lib/utf16-ucs4.h: New file, from GNU gettext.
19689         * lib/ucs4-utf8.h: New file, from GNU gettext.
19690         * lib/ucs4-utf16.h: New file, from GNU gettext.
19691
19692 2003-04-02  Bruno Haible  <bruno@clisp.org>
19693
19694         * modules/binary-io: New file.
19695         * MODULES.html.sh (func_all_modules): Add it.
19696
19697 2003-04-02  Bruno Haible  <bruno@clisp.org>
19698
19699         * lib/binary-io.h: New file, from GNU gettext.
19700
19701 2003-04-01  Bruno Haible  <bruno@clisp.org>
19702
19703         * modules/pathname: New file.
19704         * MODULES.html.sh (func_all_modules): Add it.
19705
19706 2003-04-01  Bruno Haible  <bruno@clisp.org>
19707
19708         * lib/pathname.h: New file, from GNU gettext.
19709         * lib/concatpath.c: New file, from GNU gettext.
19710
19711 2003-03-30  Bruno Haible  <bruno@clisp.org>
19712
19713         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
19714
19715 2003-03-30  Bruno Haible  <bruno@clisp.org>
19716
19717         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
19718         function chown() doesn't exist.
19719
19720 2003-03-28  Bruno Haible  <bruno@clisp.org>
19721
19722         * modules/copy-file: New file.
19723         * MODULES.html.sh (func_all_modules): Add it.
19724
19725 2003-03-28  Bruno Haible  <bruno@clisp.org>
19726
19727         * m4/copy-file.m4: New file.
19728
19729 2003-03-28  Bruno Haible  <bruno@clisp.org>
19730
19731         * lib/copy-file.h: New file, from GNU gettext.
19732         * lib/copy-file.c: New file, from GNU gettext.
19733
19734 2003-03-18  Jim Meyering  <jim@meyering.net>
19735
19736         * lib/quote.c (quote_n): Fix typo in comment.
19737
19738 2003-03-18  Bruno Haible  <bruno@clisp.org>
19739
19740         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
19741         checking.
19742         * m4/onceonly_2_57.m4: Likewise.
19743
19744 2003-03-17  Bruno Haible  <bruno@clisp.org>
19745
19746         * m4/onceonly.m4: Require autoconf 2.54 or newer.
19747         (m4_quote): Remove macro.
19748         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
19749
19750 2003-03-14  Jim Meyering  <jim@meyering.net>
19751
19752         Merge changes from Coreutils.
19753         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
19754         to be const, in order to avoid warnings.
19755         (obstack_room): Likewise.
19756         (obstack_empty_p): Likewise.
19757
19758 2003-03-14  Bruno Haible  <bruno@clisp.org>
19759
19760         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
19761         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
19762
19763 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19764
19765         Merge changes from Bison.
19766         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
19767         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
19768         when compiling Bison 1.875's `bitset bset = obstack_alloc
19769         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
19770         * lib/hash.c: Include <stdbool.h> unconditionally.
19771
19772 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19773
19774         * m4/onceonly.m4 (m4_quote): New macro.
19775         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
19776         Quote AC_FOREACH variable-expansions properly.
19777
19778 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19779
19780         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
19781
19782 2003-03-09  Paul Eggert  <eggert@twinsun.com>
19783
19784         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
19785         Reported by Bruce Becker; see:
19786         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
19787
19788 2003-03-03  Paul Eggert  <eggert@twinsun.com>
19789             Bruno Haible  <bruno@clisp.org>
19790
19791         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
19792         Reported by John Hughes, see
19793         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
19794
19795 2003-02-20  Bruno Haible  <bruno@clisp.org>
19796
19797         * MODULES.html.sh (func_all_modules): Add poll.
19798
19799 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19800
19801         * modules/poll: New file.
19802
19803 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19804
19805         * lib/poll_.h: New file.
19806         * lib/poll.c: New file.
19807
19808 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19809
19810         * m4/poll.m4: New file.
19811
19812 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19813
19814         * modules/mathl: New file.
19815
19816 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19817
19818         * lib/mathl.h: New file.
19819         * lib/acosl.c: New file.
19820         * lib/asinl.c: New file.
19821         * lib/atanl.c: New file.
19822         * lib/ceill.c: New file.
19823         * lib/cosl.c: New file.
19824         * lib/expl.c: New file.
19825         * lib/floorl.c: New file.
19826         * lib/frexpl.c: New file.
19827         * lib/ldexpl.c: New file.
19828         * lib/logl.c: New file.
19829         * lib/sincosl.c: New file.
19830         * lib/sinl.c: New file.
19831         * lib/sqrtl.c: New file.
19832         * lib/tanl.c: New file.
19833         * lib/trigl.c: New file.
19834         * lib/trigl.h: New file.
19835
19836 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19837
19838         * m4/mathl.m4: New file.
19839
19840 2003-02-18  Bruno Haible  <bruno@clisp.org>
19841
19842         * MODULES.html.sh (func_all_modules): Add mathl.
19843
19844 2003-02-17  Bruno Haible  <bruno@clisp.org>
19845
19846         * modules/mkdtemp: New module.
19847         * MODULES.html.sh (func_all_modules): Add it.
19848
19849 2003-02-17  Bruno Haible  <bruno@clisp.org>
19850
19851         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
19852
19853 2003-02-17  Bruno Haible  <bruno@clisp.org>
19854
19855         * lib/mkdtemp.h: New file, from GNU gettext.
19856         * lib/mkdtemp.c: New file, from GNU gettext.
19857
19858 2003-02-02  Jim Meyering  <jim@meyering.net>
19859
19860         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
19861         e.g. glibc-2.2.93.
19862
19863 2003-01-31  Bruno Haible  <bruno@clisp.org>
19864
19865         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
19866         'rpl_rename'.
19867         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
19868         'rpl_strnlen'.
19869         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
19870         'rpl_strtod'.
19871         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
19872         'rpl_utime'.
19873
19874 2003-01-31  Bruno Haible  <bruno@clisp.org>
19875
19876         * lib/rename.c: #undef rename before defining rpl_rename.
19877         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
19878
19879 2003-01-30  Bruno Haible  <bruno@clisp.org>
19880
19881         * modules/vasnprintf, modules/vasprintf: New modules.
19882         * MODULES.html.sh (func_all_modules): Add them.
19883
19884 2003-01-30  Bruno Haible  <bruno@clisp.org>
19885
19886         * m4/signed.m4: New file, from GNU gettext.
19887         * m4/longdouble.m4: New file, from GNU gettext.
19888         * m4/wchar_t.m4: New file, from GNU gettext.
19889         * m4/wint_t.m4: New file, from GNU gettext.
19890         * m4/vasnprintf.m4: New file.
19891         * m4/vasprintf.m4: New file.
19892
19893 2003-01-30  Bruno Haible  <bruno@clisp.org>
19894
19895         * lib/printf-args.h: New file, from GNU gettext.
19896         * lib/printf-args.c: New file, from GNU gettext.
19897         * lib/printf-parse.h: New file, from GNU gettext.
19898         * lib/printf-parse.c: New file, from GNU gettext.
19899         * lib/vasnprintf.h: New file, from GNU gettext.
19900         * lib/vasnprintf.c: New file, from GNU gettext.
19901         * lib/asnprintf.c: New file, from GNU gettext.
19902         * lib/vasprintf.h: New file, from GNU gettext with modifications.
19903         * lib/vasprintf.c: New file, from GNU gettext.
19904         * lib/asprintf.c: New file, from GNU gettext.
19905
19906 2003-01-29  Bruno Haible  <bruno@clisp.org>
19907
19908         * modules/stpncpy: New module.
19909         * MODULES.html.sh (func_all_modules): Add it.
19910
19911 2003-01-29  Bruno Haible  <bruno@clisp.org>
19912
19913         * m4/stpncpy.m4: New file.
19914
19915 2003-01-29  Bruno Haible  <bruno@clisp.org>
19916
19917         * lib/stpncpy.h: New file, from GNU gettext with modifications.
19918         * lib/stpncpy.c: New file, from GNU gettext with modifications.
19919
19920 2003-01-28  Bruno Haible  <bruno@clisp.org>
19921
19922         * modules/c-ctype: New module.
19923         * MODULES.html.sh (func_all_modules): Add it.
19924
19925 2003-01-28  Bruno Haible  <bruno@clisp.org>
19926
19927         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
19928         Paul Eggert.
19929         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
19930         Paul Eggert.
19931
19932 2003-01-27  Bruno Haible  <bruno@clisp.org>
19933
19934         * modules/xsetenv: New module.
19935         * MODULES.html.sh (func_all_modules): Add it.
19936
19937 2003-01-27  Bruno Haible  <bruno@clisp.org>
19938
19939         * lib/xsetenv.h: New file, from GNU gettext.
19940         * lib/xsetenv.c: New file, from GNU gettext.
19941
19942 2003-01-23  Jim Meyering  <jim@meyering.net>
19943
19944         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
19945         from working on systems without dirfd (at least Irix and OSF1/Tru64).
19946
19947 2003-01-23  Bruno Haible  <bruno@clisp.org>
19948
19949         * modules/minmax: New module.
19950         * MODULES.html.sh (func_all_modules): Add it.
19951
19952 2003-01-23  Bruno Haible  <bruno@clisp.org>
19953
19954         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
19955         Eggert.
19956
19957 2003-01-22  Bruno Haible  <bruno@clisp.org>
19958
19959         * modules/exit: New module.
19960         * MODULES.html.sh (func_all_modules): Add it.
19961
19962 2003-01-22  Bruno Haible  <bruno@clisp.org>
19963
19964         * lib/exit.h: New file, from GNU gettext.
19965
19966 2003-01-19  Bruno Haible  <bruno@clisp.org>
19967
19968         * gnulib-tool: Recognize option --extract-maintainer.
19969         (func_get_maintainer): New function.
19970         * modules/*: Add Maintainer entry.
19971
19972 2003-01-16  Jim Meyering  <jim@meyering.net>
19973
19974         * m4/regex.m4: The `regex' struct is both input and output.
19975         Initialize it before each use.  Patch by Tim Waugh.
19976
19977 2003-01-16  Bruno Haible  <bruno@clisp.org>
19978
19979         * MODULES.html.sh: Add a table of contents. Add the module name as
19980         leftmost column. Add hyperlinks.
19981
19982 2003-01-15  Bruno Haible  <bruno@clisp.org>
19983
19984         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
19985
19986 2003-01-15  Bruno Haible  <bruno@clisp.org>
19987
19988         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
19989         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
19990         suffix.
19991
19992 2003-01-15  Bruno Haible  <bruno@clisp.org>
19993
19994         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
19995
19996 2003-01-15  Bruno Haible  <bruno@clisp.org>
19997
19998         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
19999         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
20000
20001 2003-01-14  Jim Meyering  <jim@meyering.net>
20002
20003         * lib/same.c (same_name): Tweak a comment.
20004
20005 2003-01-14  Bruno Haible  <bruno@clisp.org>
20006
20007         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
20008         when a string comparison is sufficient.
20009
20010 2003-01-14  Bruno Haible  <bruno@clisp.org>
20011
20012         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20013         'unsigned int'.
20014
20015 2003-01-14  Bruno Haible  <bruno@clisp.org>
20016
20017         * lib/hash-pjw.c: Add comment about low quality of this function.
20018
20019 2003-01-13  Bruno Haible  <bruno@clisp.org>
20020
20021         * modules/stpcpy: Distribute lib/stpcpy.h.
20022         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20023
20024 2003-01-13  Bruno Haible  <bruno@clisp.org>
20025
20026         * modules/*: Add a description.
20027         * modules/strpbrk: Fix Makefile.am snippet.
20028         * modules/strtoimax: Fix dependencies.
20029         * modules/strtoumax: Likewise.
20030
20031 2003-01-13  Bruno Haible  <bruno@clisp.org>
20032
20033         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20034         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20035         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20036
20037 2003-01-13  Bruno Haible  <bruno@clisp.org>
20038
20039         * gnulib-tool (func_create_testdir): Store config/* files in the main
20040         directory.
20041         * config.rpath: Move to ...
20042         * config/config.rpath: ... here.
20043         * modules/gettext: Contains config/config.rpath, not config.rpath.
20044         * modules/iconv: Likewise.
20045
20046 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20047
20048         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20049         to avoid collisions with libcurses and libreadline.
20050
20051         * m4/getstr.m4: Remove.
20052         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20053
20054 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20055
20056         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20057         to avoid collisions with libcurses and libreadline.
20058
20059         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20060         * lib/getstr.h, getstr.c: Remove.
20061         * lib/getline.c: Include "getline.h", to check interface.
20062         Move body of old getstr.c here: this defines MIN_CHUNK and
20063         declares getdelim2, which is renamed from getstr.
20064         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20065
20066         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20067         All uses changed.
20068         * lib/linebuffer.h: Likewise.
20069         (readline): Remove backward-compatibility macro.
20070
20071 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20072
20073         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20074         to avoid collisions with libcurses and libreadline.
20075         * getstr: Remove.
20076         * MODULES.html.sh: Remove getstr.
20077         * modules/getline: Depend on unlocked-io, not getstr.
20078
20079 2003-01-12  Jim Meyering  <jim@meyering.net>
20080
20081         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20082
20083 2003-01-10  Bruno Haible  <bruno@clisp.org>
20084
20085         * modules/alloca: Change Makefile.am requirements. Simplify Include
20086         requirements. Add lib/alloca_.h to file list.
20087
20088 2003-01-10  Bruno Haible  <bruno@clisp.org>
20089
20090         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20091
20092 2003-01-10  Bruno Haible  <bruno@clisp.org>
20093
20094         * lib/alloca_.h: New file.
20095         * lib/getdate.y: Unconditionally include alloca.h.
20096         * lib/makepath.c: Likewise.
20097         * lib/setenv.c: Likewise.
20098         * lib/userspec.c: Likewise.
20099
20100 2003-01-09  Karl Berry  <karl@gnu.org>
20101
20102         * MODULES.html.sh: include `dirname $0` in PATH, to find
20103         gnulib-tool.
20104
20105 2003-01-09  Bruno Haible  <bruno@clisp.org>
20106
20107         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20108         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20109
20110 2003-01-09  Bruno Haible  <bruno@clisp.org>
20111
20112         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20113
20114 2003-01-09  Bruno Haible  <bruno@clisp.org>
20115
20116         * lib/stdbool.h.in: New file.
20117
20118 2003-01-09  Bruno Haible  <bruno@clisp.org>
20119
20120         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20121         * MODULES.html.sh: Likewise.
20122
20123 2003-01-08  Jim Meyering  <jim@meyering.net>
20124
20125         * lib/full-write.c: Undefine and define-away `const' after inclusion
20126         of errno.h, not before.  Suggestion from Bruno Haible.
20127
20128 2003-01-08  Bruno Haible  <bruno@clisp.org>
20129
20130         * modules/full-read: Depend on full-write.
20131
20132 2003-01-08  Bruno Haible  <bruno@clisp.org>
20133
20134         * lib/safe-read.c: Include specification header first, to ensure its
20135         selfcontainedness.
20136         * lib/full-write.c: Likewise.
20137
20138 2003-01-07  Jim Meyering  <jim@meyering.net>
20139
20140         * lib/full-write.c: Rework so that it may serve to define full_read,
20141         too.
20142         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20143
20144 2003-01-07  Bruno Haible  <bruno@clisp.org>
20145
20146         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20147         <inttypes.h>.
20148         * lib/xstrtol.h: Likewise.
20149         * lib/xstrtoimax.c: Likewise.
20150         * lib/xstrtoumax.c: Likewise.
20151         * lib/human.h: Likewise.
20152
20153         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20154         on systems that have <inttypes.h> but not <stdint.h>.
20155
20156 2003-01-07  Bruno Haible  <bruno@clisp.org>
20157
20158         * MODULES.html.sh: Add copyright notice.
20159         (missed_files): Omit CVS directory entries.
20160         (func_module): Make it work with sed-3.02.
20161         * MODULES.txt: Remove file.
20162
20163 2003-01-06  Jim Meyering  <jim@meyering.net>
20164
20165         * lib/version-etc.c: Update year in translatable copyright string.
20166
20167 2003-01-03  Karl Berry  <karl@gnu.org>
20168
20169         * config/config.{guess,sub}: update from prep.
20170
20171 2003-01-02  Karl Berry  <karl@gnu.org>
20172
20173         * doc/COPYING.DOC: belatedly updated to 1.2.
20174
20175 2003-01-01  Karl Berry  <karl@gnu.org>
20176
20177         * gnulib-tool (func_verify_module): report module name $module in
20178         error message, not $1.
20179         * gnulib-tool (create-testdir): don't complain if destdir couldn't
20180         be created, only if it doesn't exist.
20181         * gnulib-tool (last_checkin_date): don't expand the $Date here.
20182
20183 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20184
20185         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
20186
20187 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20188
20189         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
20190         memcmp if strcoll doesn't work.
20191
20192 2002-12-31  Bruno Haible  <bruno@clisp.org>
20193
20194         * lib/utime.c (utime_null): No need to call ftruncate if the file was
20195         nonempty.
20196
20197 2002-12-31  Bruno Haible  <bruno@clisp.org>
20198
20199         * lib/memcoll.c (STRCOLL): New macro.
20200         (memcoll): Use it.
20201
20202 2002-12-31  Bruno Haible  <bruno@clisp.org>
20203
20204         * lib/localcharset.h: New file.
20205         * lib/localcharset.c: Include it.
20206         * lib/unicodeio.c: Likewise.
20207
20208 2002-12-31  Bruno Haible  <bruno@clisp.org>
20209
20210         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
20211         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
20212
20213 2002-12-31  Bruno Haible  <bruno@clisp.org>
20214
20215         * lib/getline.h: Include <stddef.h>, for size_t.
20216
20217         * lib/unicodeio.h: Include <stddef.h>, for size_t.
20218         * lib/unicodeio.c: Don't include <stddef.h>.
20219
20220 2002-12-31  Bruno Haible  <bruno@clisp.org>
20221
20222         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
20223         HAVE_TM_ZONE.
20224
20225 2002-12-24  Karl Berry  <karl@gnu.org>
20226
20227         * config/config.guess: update from prep.
20228
20229 2002-12-24  Bruno Haible  <bruno@clisp.org>
20230
20231         General infrasructure.
20232         * m4/README: Rewritten.
20233         * m4/onceonly.m4: New file.
20234         * m4/onceonly_2_57.m4: New file.
20235
20236         Module atexit.
20237         * m4/atexit.m4: New file.
20238
20239         Module strtod.
20240         * m4/strtod.m4: New file.
20241
20242         Module strtol.
20243         * m4/strtol.m4: New file.
20244
20245         Module strtoul.
20246         * m4/strtoul.m4: New file.
20247
20248         Module memchr.
20249         * m4/memchr.m4: New file.
20250
20251         Module memcmp.
20252         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
20253         (jm_FUNC_MEMCMP): Invoke it.
20254
20255         Module memcpy.
20256         * m4/memcpy.m4: New file.
20257
20258         Module memmove.
20259         * m4/memmove.m4: New file.
20260
20261         Module memset.
20262         * m4/memset.m4: New file.
20263
20264         Module strcspn.
20265         * m4/strcspn.m4: New file.
20266
20267         Module strpbrk.
20268         * m4/strpbrk.m4: New file.
20269
20270         Module strstr.
20271         * m4/strstr.m4: New file.
20272
20273         Module strerror.
20274         * m4/strerror.m4: New file.
20275
20276         Module mktime.
20277         * m4/mktime.m4: Renamed from jm-mktime.m4.
20278         (gl_PREREQ_MKTIME): New macro.
20279         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
20280
20281         Module malloc.
20282         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
20283         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
20284         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
20285
20286         Module realloc.
20287         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
20288         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
20289         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
20290
20291         Module strftime.
20292         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
20293         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
20294         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
20295         gl_TM_GMTOFF.
20296         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
20297
20298         Module xalloc.
20299         * m4/xalloc.m4: New file.
20300
20301         Module alloca.
20302         * m4/alloca.m4: New file.
20303
20304         Module putenv.
20305         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
20306         (jm_FUNC_PUTENV): Invoke it.
20307
20308         Module setenv.
20309         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
20310         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
20311         when invoked twice.
20312         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
20313         gt_FUNC_SETENV.
20314
20315         Module memrchr.
20316         * m4/memrchr.m4: New file.
20317
20318         Module stpcpy.
20319         * m4/stpcpy.m4: New file.
20320
20321         Module strcase.
20322         * m4/strcase.m4: New file.
20323
20324         Module strdup.
20325         * m4/strdup.m4: New file.
20326
20327         Module strnlen.
20328         * m4/strnlen.m4: New file.
20329
20330         Module strndup.
20331         * m4/strndup.m4: New file.
20332
20333         Module xstrtod.
20334         * m4/xstrtod.m4: New file.
20335
20336         Module xstrtol.
20337         * m4/xstrtol.m4: New file.
20338
20339         Module getdate.
20340         * m4/getdate.m4: New file.
20341
20342         Module unlocked-io.
20343         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
20344         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
20345         * m4/jm-glibc-io.m4n: Remove file.
20346
20347         Module long-options.
20348         * m4/long-options.m4: New file.
20349
20350         Module md5.
20351         * m4/md5.m4: New file.
20352
20353         Module sha.
20354         * m4/sha.m4: New file.
20355
20356         Module getstr.
20357         * m4/getstr.m4: New file.
20358
20359         Module getline.
20360         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
20361         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
20362         <sys/types.h>, for size_t. Use the function name gnu_getline, not
20363         simply getline. Infoke gl_PREREQ_GETLINE.
20364
20365         Module obstack.
20366         * m4/obstack.m4: New file.
20367
20368         Module hash.
20369         * m4/hash.m4: New file.
20370
20371         Module readtokens.
20372         * m4/readtokens.m4: New file.
20373
20374         Module strverscmp.
20375         * m4/strverscmp.m4: New file.
20376
20377         Module stdbool.
20378         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
20379         OSF/1.
20380
20381         Module strtoll.
20382         * m4/strtoll.m4: New file.
20383
20384         Module strtoull.
20385         * m4/strtoull.m4: New file.
20386
20387         Module strtoimax.
20388         * m4/strtoimax.m4: New file.
20389
20390         Module strtoumax.
20391         * m4/strtoumax.m4: New file.
20392
20393         Module xstrtoimax.
20394         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
20395         jm_AC_PREREQ_XSTRTOIMAX.
20396         Moved the strtol prerequisites to strtol.m4.
20397         Moved the strtoll prerequisites to strtoll.m4.
20398         Moved the strtoimax prerequisites to strtoimax.m4.
20399
20400         Module xstrtoumax.
20401         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
20402         jm_AC_PREREQ_XSTRTOUMAX.
20403         Moved the strtoul prerequisites to strtoul.m4.
20404         Moved the strtoull prerequisites to strtoull.m4.
20405         Moved the strtoumax prerequisites to strtoumax.m4.
20406
20407         Module chown.
20408         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
20409         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
20410
20411         Module dup2.
20412         * m4/dup2.m4: New file.
20413
20414         Module ftruncate.
20415         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
20416         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
20417
20418         Module getgroups.
20419         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
20420         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
20421
20422         Module gettimeofday.
20423         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
20424         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
20425         gl_PREREQ_GETTIMEOFDAY.
20426
20427         Module mkdir.
20428         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
20429         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
20430
20431         Module mkstemp.
20432         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
20433         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
20434         jm_AC_TYPE_UINTMAX_T.
20435         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
20436
20437         Module stat.
20438         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
20439         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
20440
20441         Module lstat.
20442         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
20443         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
20444
20445         Module timespec.
20446         * m4/timespec.m4 (gl_TIMESPEC): New macro.
20447         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
20448         * m4/st_mtim.m4: Indentation.
20449
20450         Module nanosleep.
20451         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
20452         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
20453         gl_PREREQ_NANOSLEEP.
20454
20455         Module regex.
20456         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
20457         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
20458         (gl_REGEX): New macro.
20459
20460         Module rename.
20461         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
20462         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
20463
20464         Module rmdir.
20465         * m4/rmdir.m4: New file.
20466
20467         Module utime.
20468         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
20469         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
20470         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
20471
20472         Module dirname.
20473         * m4/dirname.m4: New file.
20474
20475         Module getopt.
20476         * m4/getopt.m4: New file.
20477
20478         Module unistd-safer.
20479         * m4/unistd-safer.m4: New file.
20480
20481         Module fnmatch.
20482         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
20483         declaration.
20484         (gl_PREREQ_FNMATCH_EXTRA): New macro.
20485         (gl_FUNC_FNMATCH_POSIX): New macro.
20486         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
20487         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
20488         simply fnmatch.
20489
20490         Module exclude.
20491         * m4/exclude.m4: New file.
20492
20493         Module human.
20494         * m4/human.m4: New file.
20495
20496         Module acl.
20497         * m4/acl.m4: Nop.
20498
20499         Module backupfile.
20500         * m4/backupfile.m4: New file.
20501         * m4/d-ino.m4: Indentation.
20502
20503         Module fsusage.
20504         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
20505         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
20506         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
20507
20508         Module dirfd.
20509         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
20510         requirements.
20511
20512         Module euidaccess.
20513         * m4/euidaccess.m4: New file.
20514
20515         Module file-type.
20516         * m4/file-type.m4: New file.
20517
20518         Module fileblocks.
20519         * m4/fileblocks.m4: New file.
20520
20521         Module filemode.
20522         * m4/filemode.m4: New file.
20523
20524         Module isdir.
20525         * m4/isdir.m4: New file.
20526
20527         Module lchown.
20528         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
20529         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
20530
20531         Module makepath.
20532         * m4/makepath.m4: New file.
20533
20534         Module modechange.
20535         * m4/modechange.m4: New file.
20536
20537         Module mountlist.
20538         * m4/mountlist.m4: New file.
20539         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
20540         Indentation.
20541
20542         Module path-concat.
20543         * m4/path-concat.m4: New file.
20544
20545         Module pathmax.
20546         * m4/pathmax.m4: New file.
20547
20548         Module same.
20549         * m4/same.m4: New file.
20550
20551         Module save-cwd.
20552         * m4/save-cwd.m4: New file.
20553
20554         Module savedir.
20555         * m4/savedir.m4: New file.
20556
20557         Module xgetcwd.
20558         * m4/xgetcwd.m4: New file.
20559         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
20560
20561         Module xreadlink.
20562         * m4/xreadlink.m4: New file.
20563
20564         Module safe-read.
20565         * m4/safe-read.m4: New file.
20566
20567         Module safe-write.
20568         * m4/safe-write.m4: New file.
20569
20570         Module closeout.
20571         * m4/closeout.m4: New file.
20572
20573         Module stdio-safer.
20574         * m4/stdio-safer.m4: New file.
20575
20576         Module getpass.
20577         * m4/getpass.m4: New file.
20578
20579         Module getugroups.
20580         * m4/getugroups.m4: New file.
20581
20582         Module group-member.
20583         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
20584         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
20585
20586         Module idcache.
20587         * m4/idcache.m4: New file.
20588
20589         Module userspec.
20590         * m4/userspec.m4: New file.
20591
20592         Module gettime.
20593         * m4/clock_time.m4: New file.
20594         * m4/gettime.m4: New file.
20595
20596         Module settime.
20597         * m4/settime.m4: New file.
20598
20599         Module posixtm.
20600         * m4/posixtm.m4: New file.
20601
20602         Module gethostname.
20603         * m4/gethostname.m4: New file.
20604
20605         Module canon-host.
20606         * m4/canon-host.m4: New file.
20607
20608         Module gettext.
20609         * m4/codeset.m4: New file, from gettext-0.11.5.
20610         * m4/gettext.m4: New file, from gettext-0.11.5.
20611         * m4/glibc21.m4: New file, from gettext-0.11.5.
20612         * m4/iconv.m4: New file, from gettext-0.11.5.
20613         * m4/intdiv0.m4: New file, from gettext-0.11.5.
20614         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
20615         * m4/inttypes.m4: New file, from gettext-0.11.5.
20616         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
20617         * m4/isc-posix.m4: New file, from gettext-0.11.5.
20618         * m4/lcmessage.m4: New file, from gettext-0.11.5.
20619         * m4/lib-ld.m4: New file, from gettext-0.11.5.
20620         * m4/lib-link.m4: New file, from gettext-0.11.5.
20621         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
20622         * m4/progtest.m4: New file, from gettext-0.11.5.
20623         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
20624         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
20625         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
20626
20627         Module localcharset.
20628         * m4/localcharset.m4: New file.
20629
20630         Module hard-locale.
20631         * m4/hard-locale.m4: New file.
20632
20633         Module mbswidth.
20634         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
20635         onceonly macros.
20636         * m4/mbrtowc.m4: Add comment.
20637
20638         Module memcasecmp.
20639         * m4/memcasecmp.m4: New file.
20640
20641         Module memcoll.
20642         * m4/memcoll.m4: New file.
20643
20644         Module unicodeio.
20645         * m4/unicodeio.m4: New file.
20646
20647         Module rpmatch.
20648         * m4/rpmatch.m4: New file.
20649
20650         Module yesno.
20651         * m4/yesno.m4: New file.
20652
20653         Module exitfail.
20654         * m4/exitfail.m4: New file.
20655
20656         Module c-stack.
20657         * m4/c-stack.m4 (gl_C_STACK): New macro.
20658         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
20659
20660         Module error.
20661         * m4/error.m4 (gl_ERROR): New macro.
20662         (jm_PREREQ_ERROR): Use onceonly macros.
20663
20664         Module fatal.
20665         * m4/fatal.m4: New file.
20666
20667         Module getloadavg.
20668         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
20669         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
20670
20671         Module getpagesize.
20672         * m4/getpagesize.m4: New file.
20673
20674         Module getusershell.
20675         * m4/getusershell.m4: New file.
20676
20677         Module physmem.
20678         * m4/physmem.m4: New file.
20679
20680         Module posixver.
20681         * m4/posixver.m4: New file.
20682
20683         Module quotearg.
20684         * m4/quotearg.m4: New file.
20685
20686         Module quote.
20687         * m4/quote.m4: New file.
20688
20689         Module readutmp.
20690         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
20691
20692         Module sig2str.
20693         * m4/sig2str.m4: New file.
20694
20695         Other.
20696         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
20697         ulonglong.m4.
20698         * m4/intmax_t.m4: New file.
20699         * m4/d-type.m4: Indentation.
20700         * m4/jm-macros.m4: Update.
20701         * m4/prereq.m4 (jm_PREREQ): Update.
20702         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
20703         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
20704         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
20705         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
20706         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
20707         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
20708         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
20709         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
20710         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
20711         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
20712         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
20713         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
20714         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
20715         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
20716         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
20717         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
20718         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
20719         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
20720         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
20721
20722 2002-12-24  Bruno Haible  <bruno@clisp.org>
20723
20724         * MODULES.txt: Update according to m4/ changes.
20725
20726         Module gettext.
20727         * config.rpath: New file, from gettext-0.11.5.
20728
20729         * modules/*: New module descriptions.
20730         * gnulib-tool: New file.
20731         * MODULES.html.sh: New file.
20732
20733 2002-12-21  Karl Berry  <karl@gnu.org>
20734
20735         * doc/fdl.texi: update to version 1.2.
20736
20737 2002-12-19  Karl Berry  <karl@gnu.org>
20738
20739         * config/config.guess: update from prep.
20740
20741 2002-12-18  Bruno Haible  <bruno@clisp.org>
20742
20743         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
20744         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
20745
20746 2002-12-17  Bruno Haible  <bruno@clisp.org>
20747
20748         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
20749         stdlib.h, string.h.
20750
20751 2002-12-17  Bruno Haible  <bruno@clisp.org>
20752
20753         * lib/canon-host.c (strdup): Remove unused declaration.
20754
20755         * lib/fsusage.c: Include full_read.h.
20756         (get_fs_usage): Use full_read instead of safe_read.
20757
20758         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
20759
20760 2002-12-12  Karl Berry  <karl@gnu.org>
20761
20762         * config/config.guess: update from prep.
20763
20764 2002-12-11  Bruno Haible  <bruno@clisp.org>
20765
20766         * m4/setenv.m4: New file, from gettext-0.11.5.
20767
20768 2002-12-11  Bruno Haible  <bruno@clisp.org>
20769
20770         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
20771         not unsetenv().
20772         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
20773         modifications:
20774
20775         2002-12-11  Bruno Haible  <bruno@clisp.org>
20776
20777                 * setenv.c (alloca): Fall back to malloc.
20778                 (freea): New macro.
20779                 (setenv): Use freea() to free memory allocated with alloca().
20780
20781         2002-11-13  Bruno Haible  <bruno@clisp.org>
20782
20783                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
20784                 function declarations.
20785                 * unsetenv.c (unsetenv): Likewise.
20786
20787         2002-03-04  Bruno Haible  <bruno@clisp.org>
20788
20789                 Portability to AIX 4.3.3.
20790                 * unsetenv.c: New file, extracted from setenv.c.
20791                 * setenv.c: Move the unsetenv() function to unsetenv.c.
20792
20793         2001-12-20  Bruno Haible  <bruno@clisp.org>
20794
20795                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
20796                 use malloc instead. For SunOS 4.
20797
20798         2001-12-11  Bruno Haible  <bruno@clisp.org>
20799
20800                 * setenv.c: Declare alloca.
20801                 (compar_fn_t): New typedef.
20802                 (KNOWN_VALUE, STORE_VALUE): Use it.
20803
20804         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
20805         setenv.h.
20806
20807 2002-12-10  Paul Eggert  <eggert@twinsun.com>
20808
20809         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
20810         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
20811         Choose values that are less likely to collide with system fnmatch
20812         options.
20813         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
20814         defined (e.g., a pure POSIX system).
20815         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
20816         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
20817
20818 2002-12-06  Paul Eggert  <eggert@twinsun.com>
20819
20820         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
20821         a pain in practice to deal with generated m4 files.  This change
20822         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
20823
20824         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
20825         and jm-glibc-io.m4, as they are no longer a special case.
20826         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
20827         kludge and the auto-generation stuff.  Check only whether the
20828         functions are declared, not whether they exist, since older hosts
20829         that don't declare the functions can't use the optimization anyway.
20830
20831 2002-12-06  Jim Meyering  <jim@meyering.net>
20832
20833         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
20834
20835         Merge in changes from libc's misc/error.c, in preparation
20836         for the merge of gnulib's changes back into libc.
20837
20838         * lib/error.c (_): Define only if not already defined.
20839         Move definition to follow all #include directives.
20840         Include unlocked-io.h only if !_LIBC.
20841         [_LIBC]: Include <libio/libioP.h>.
20842         [USE_IN_LIBIO]: Include <libio/iolibio.h>
20843         (fflush): Tweak definition to use INTUSE.
20844         (putc): Define.
20845
20846 2002-12-05  Paul Eggert  <eggert@twinsun.com>
20847
20848         * lib/alloca.c [defined emacs]: Include "lisp.h".
20849         (xalloc_die) [defined emacs]: New macro.
20850         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
20851         [! defined emacs]: Include <xalloc.h>.
20852         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
20853         (pointer): Typedef to POINTER_TYPE *.
20854         (malloc): Remove decl; we now always use xmalloc.
20855         (alloca): Use old-style definition, since Emacs needs this.
20856         Check for arithmetic overflow when computing combined size.
20857
20858 2002-12-04  Paul Eggert  <eggert@twinsun.com>
20859
20860         Do not generate unlocked-io.h automatically, since it's easier to
20861         maintain it by hand.
20862
20863         * lib/unlocked-io.h: New file, from GNU diffutils,
20864         but with proper copyright notice and attribution.
20865         * lib/gen-uio: Remove.
20866         * lib/Makefile.am: Add copyright notice.
20867         (libfetish_a_SOURCES): Add unlocked-io.h.
20868         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
20869         (DISTCLEANFILES, io_functions): Remove macros.
20870         (EXTRA_DIST): Remove gen_uio.
20871         (unlocked-io.h): Remove rule.
20872
20873 2002-12-04  Jim Meyering  <jim@meyering.net>
20874
20875         Reflect the fact that stat.c and lstat.c are no longer generated.
20876         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
20877         (DISTCLEANFILES): Likewise.
20878         (EXTRA_DIST): Likewise.
20879         (all_local): Don't depend on stat.c or lstat.c.
20880         (stat.c, lstat.c): Remove rules.
20881         (EXTRA_DIST): Remove xstat.in.
20882
20883         * lib/xstat.in: Remove file.  Contents moved into stat.c.
20884         * lib/stat.c: New file.  Contents mostly from xstat.in.
20885         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
20886         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
20887
20888         * lib/safe-read.c: Rework so that it may serve to define safe_write,
20889         too.
20890         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
20891
20892 2002-12-03  Jim Meyering  <jim@meyering.net>
20893
20894         * lib/safe-read.c, safe-write.c: Change variable names and comments,
20895         but not semantics, to minimize the differences between these two files.
20896         (safe_read): Change comment to mention SAFE_READ_ERROR.
20897
20898         * lib/safe-read.c (IS_EINTR): Define.
20899         (safe_read): Use IS_EINTR in place of in-function cpp directives.
20900
20901 2002-12-02  Jim Meyering  <jim@meyering.net>
20902
20903         * lib/safe-read.c (EINTR): Define.
20904         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
20905         (INT_MAX): Provide fallback.
20906         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
20907
20908         * lib/safe-read.h (SAFE_READ_ERROR): Define.
20909
20910 2002-12-02  Bruno Haible  <bruno@clisp.org>
20911
20912         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
20913         Define, taken from safe-read.c.
20914         (INT_MAX): Provide fallback.
20915         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
20916         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
20917
20918         * lib/safe-read.c (EINTR): Remove definition.
20919         (safe_read): Don't use EINTR if it is absent.
20920
20921 2002-12-01  Jim Meyering  <jim@meyering.net>
20922
20923         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
20924         zero.
20925         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
20926
20927 2002-11-27  Paul Eggert  <eggert@twinsun.com>
20928
20929         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
20930         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
20931         with `if (! (value < limit)) abort ();', for readability.
20932
20933 2002-11-26  Karl Berry  <karl@gnu.org>
20934
20935         * lib/strdup.c: copy from libc again, with jim's ok.
20936         * lib/.cppi-disable: re-add strdup.c
20937
20938 2002-11-25  Karl Berry  <karl@gnu.org>
20939
20940         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
20941         instead of "strtol.c".
20942
20943 2002-11-25  Karl Berry  <karl@gnu.org>
20944
20945         * config/install-sh: update from automake for variable quoting, $0 in
20946         error msgs, etc.
20947
20948         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
20949         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
20950         entry.
20951
20952 2002-11-25  Jim Meyering  <jim@meyering.net>
20953
20954         * lib/mktime.c: Sync from libc, now that it has the latest fix.
20955
20956 2002-11-24  Karl Berry  <karl@gnu.org>
20957
20958         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
20959         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
20960
20961 2002-11-24  Jim Meyering  <jim@meyering.net>
20962
20963         Update from coreutils:
20964
20965         * lib/mktime.c: Merge in changes from libc.
20966
20967         Avoid a link-time failure on some Linux systems.
20968         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
20969         (otherwise).
20970         (__mon_yday): Declare with the STATIC attribute.
20971         (__mktime_internal): Likewise.
20972         Based on a report from Greg Schafer.
20973
20974 2002-11-23  Jim Meyering  <jim@meyering.net>
20975
20976         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
20977         Use `unsigned', not `int', as type of index.
20978
20979         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
20980
20981         * lib/fsusage.c: Remove unneeded parentheses around operands of
20982         `defined'.
20983
20984 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20985
20986         * lib/quotearg.h: Allow multiple inclusion by surrounding with
20987         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
20988         so that we can be included first.
20989         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
20990         * lib/quotearg.c: Include quotearg.h immediately after config.h.
20991         No need to include stddef.h or sys/types.h any more.
20992         Surround local include files with "", not "<>".
20993         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
20994         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
20995         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
20996         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20997         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20998         (ISPRINT): Remove; no longer needed now that we assume C89.
20999
21000         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
21001         Preserve errno.
21002
21003         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
21004         quotearg_char): Use SIZE_MAX rather than
21005         (size_t) -1 when we are talking about "infinity".
21006
21007         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
21008
21009 2002-11-22  Paul Eggert  <eggert@twinsun.com>
21010
21011         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
21012         hint that one should use `if (! x) abort ();' rather than `assert
21013         (x);', and anyway it's one less thing to worry about configuring.
21014         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21015         hash_rehash, hash_insert): Use abort rather than assert.
21016
21017 2002-11-22  Bruno Haible  <bruno@clisp.org>
21018
21019         * lib/safe-read.h: Assume C89. Add comments.
21020         (safe_read): Change return type to size_t.
21021         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21022         byte counts > SSIZE_MAX correctly.
21023         * lib/safe-write.h: New file.
21024         * lib/safe-write.c: New file.
21025         * lib/full-read.h: New file.
21026         * lib/full-read.c: New file.
21027         * lib/full-write.h: Assume C89. Add comments.
21028         * lib/full-write.c: Include safe-write.h.
21029         (full_write): Rewritten to use safe_write.
21030         Suggested by Jim Meyering and Paul Eggert.
21031
21032 2002-11-21  Jim Meyering  <jim@meyering.net>
21033
21034         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21035
21036         Merge in changes from the coreutils.
21037
21038         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21039         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21040         <stdint.h>.
21041         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21042         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21043         int.  Work more efficiently if X is the same width as uintmax_t.
21044         Do not compare X to -1, to avoid bogus compiler warning.
21045         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21046         Don't assume that f_frsize and f_bsize are the same type.
21047
21048         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21049         warning on FreeBSD.
21050
21051         * lib/makepath.c (make_path): Restore umask *before* creating the final
21052         component.
21053         (make_path): Minor reformatting.
21054
21055         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21056         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21057         HAVE_MALLOC/HAVE_REALLOC.
21058
21059         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21060         dummy ones.  At least on GNU/Linux systems, `auto' means something
21061         else.
21062         From Michael Stone.
21063
21064 2002-11-21  Bruno Haible  <bruno@clisp.org>
21065
21066         Remove case insensitive option matching.
21067         * lib/argmatch.h (argcasematch): Remove declaration.
21068         (ARGCASEMATCH): Remove macro.
21069         (__xargmatch_internal): Remove case_sensitive argument.
21070         (XARGMATCH): Update.
21071         (XARGCASEMATCH): Remove macro.
21072         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21073         case_sensitive argument.
21074         (argcasematch): Remove function.
21075         (__xargmatch_internal): Remove case_sensitive argument.
21076         (main): Use XARGMATCH instead of XARGCASEMATCH.
21077
21078         * lib/xmalloc.c: Change compile-time error message. Add comment about
21079         required autoconf version.
21080
21081 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21082
21083         Merge argmatch cleanups from Bison.  Assume C89.
21084
21085         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21086         Include stdlib.h, for EXIT_FAILURE.
21087         Always include <string.h>, since we assume C89.
21088         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21089         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21090         Include <stddef.h> instead, since it's all we need for size_t.
21091         (PARAMS): Remove.  All uses removed.
21092         (ARRAY_CARDINALITY): Do not bother to #undef.
21093         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21094         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21095         Remove unnecessary parentheses.
21096         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21097         Insert necessary parentheses.
21098         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21099         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21100
21101 2002-11-19  Bruno Haible  <bruno@clisp.org>
21102
21103         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21104         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21105
21106         * lib/mbswidth.h (PARAMS): Remove macro.
21107         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21108         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21109
21110         * lib/gcd.h (PARAMS): Remove macro.
21111         (gcd): Use ANSI C function declarations.
21112         * lib/gcd.c (gcd): Likewise.
21113
21114 2002-11-15  Bruno Haible  <bruno@clisp.org>
21115
21116         * lib/strcspn.c: Include <stddef.h>.
21117         (strcspn): Use ANSI C function declaration. Change return type to
21118         size_t. Use NULL.
21119         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21120         (strpbrk): Use NULL.
21121         * lib/strpbrk.h (PARAMS): Remove macro.
21122         (strpbrk): Use ANSI C function declaration.
21123         * lib/strstr.c: Don't include <sys/types.h>.
21124         * lib/strstr.h (PARAMS): Remove macro.
21125         (strstr): Use ANSI C function declarations.
21126
21127 2002-11-14  Karl Berry  <karl@gnu.org>
21128
21129         * config/mkinstalldirs: `do' on separate line, instead of
21130         `for var; do'.
21131
21132 2002-11-06  Bruno Haible  <bruno@clisp.org>
21133
21134         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21135         * lib/gcd.c (gcd): Likewise.
21136
21137 2002-11-05  Bruno Haible  <bruno@clisp.org>
21138
21139         * lib/gcd.h: New file, from gettext-0.11.5.
21140         * lib/gcd.c: New file, from gettext-0.11.5.
21141
21142 2002-11-05  Bruno Haible  <bruno@clisp.org>
21143
21144         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21145         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21146         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21147         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21148
21149         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21150         <libintl.h>.
21151         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21152         <libintl.h>.
21153
21154         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21155         * lib/human.c: Include gettext.h instead of <libintl.h>.
21156         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21157         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21158         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21159         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21160         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21161         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21162         (textdomain): Remove definition.
21163         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
21164
21165         * lib/long-options.c: Remove include of <libintl.h> and definition of
21166         _.
21167         * lib/same.c: Remove include of <libintl.h> and definition of _.
21168
21169 2002-11-04  Owen Taylor  <otaylor@redhat.com>
21170
21171         * lib/config.charset: A few additions for Solaris.
21172
21173 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21174
21175         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
21176         * lib/localcharset.c (locale_charset): Declare as extern "C".
21177
21178 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21179
21180         * lib/config.charset: msdos in uk_UA uses CP1125.
21181
21182 2002-11-04  Bruno Haible  <bruno@clisp.org>
21183
21184         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
21185         * lib/strcase.h: New file, from GNU gettext-0.11.5.
21186         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
21187         * lib/strstr.h: New file, from GNU gettext-0.11.5.
21188         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
21189
21190 2002-11-04  Bruno Haible  <bruno@clisp.org>
21191
21192         * lib/localcharset.c (locale_charset): Don't return an empty string.
21193
21194 2002-11-04  Bruno Haible  <bruno@clisp.org>
21195
21196         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
21197         aliases.
21198
21199 2002-11-04  Bruno Haible  <bruno@clisp.org>
21200
21201         * lib/config.charset: Update for newest glibc. Add canonical names
21202         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
21203
21204 2002-11-04  Bruno Haible  <bruno@clisp.org>
21205
21206         * lib/config.charset: Add support for NetBSD.
21207
21208 2002-11-04  Bruno Haible  <bruno@clisp.org>
21209
21210         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
21211
21212 2002-11-01  Bruno Haible  <bruno@clisp.org>
21213
21214         * configure.in: Add AC_CONFIG_AUX_DIR call.
21215         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
21216         test/Makefile.
21217         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
21218
21219 2002-09-28  Karl Berry  <karl@gnu.org>
21220
21221         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
21222         installed automake until the next release, since changes have been
21223         made.
21224
21225 2002-09-25  Karl Berry  <karl@gnu.org>
21226
21227         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
21228         * lib/getopt*: copy from libc/posix.
21229         * lib/gettext.h: copy from gettext.
21230         * lib/.cppi-disable: add strdup.c, gettext.h.
21231
21232 2002-09-25  Karl Berry  <karl@gnu.org>
21233
21234         * config/srclist.txt: enable gettext.h check.
21235         * config/config.{guess,sub}: update from prep.
21236         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
21237                 from automake 1.6.3.
21238         See srclist*.
21239
21240 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
21241
21242         * regex.c (PATFETCH): Remove the translating fetch.
21243         (PATFETCH_RAW): Rename to PATFETCH.
21244         (set_image_of_range): New fun.
21245         (SET_RANGE_TABLE_WORK_AREA): Use it.
21246         (regex_compile): Don't translate the pattern chars so eagerly.
21247         Only do it when inserting an `exactn' bytecode or when handling
21248         a char-range.
21249         (mutually_exclusive_p): Avoid empty statement.
21250
21251 2002-07-06  Jim Meyering  <meyering@lucent.com>
21252
21253         * m4/README: Don't mention Makefile.am.in.
21254         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
21255
21256 2002-07-01  Jim Meyering  <meyering@lucent.com>
21257
21258         * lib/c-stack.c: Include sys/time.h.
21259         From Volker Borchert.
21260
21261 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21262
21263         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
21264
21265 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21266
21267         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
21268         New macro.  Use it uniformly instead of
21269         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
21270         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
21271         reported by Vin Shelton.
21272
21273 2002-06-22  Paul Eggert  <eggert@twinsun.com>
21274
21275         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
21276         Do not assume SA_SIGINFO behavior.
21277         Bug reported by Jim Meyering on NetBSD 1.5.2.
21278
21279 2002-06-22  Jim Meyering  <meyering@lucent.com>
21280
21281         * m4/c-stack.m4: New file, from diffutils-2.8.2.
21282         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
21283
21284         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
21285         now that configure.ac uses AC_GNU_SOURCE.
21286         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
21287         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
21288
21289         Update to latest tools.  Suggestions from Paul Eggert.
21290         * m4/stdbool.m4: New file, from diffutils-2.8.2.
21291         * m4/gnu-source.m4: Update from diffutils-2.8.2.
21292         * m4/fnmatch.m4: Likewise.
21293         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
21294         to AC_HEADER_STDBOOL
21295
21296 2002-06-22  Jim Meyering  <meyering@lucent.com>
21297
21298         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
21299         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
21300
21301 2002-06-22  Jim Meyering  <meyering@lucent.com>
21302
21303         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
21304
21305         * lib/exitfail.c, exitfail.h: Likewise.
21306         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
21307
21308         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
21309         of fnmatch.h.
21310         (EXTRA_DIST): Add fnmatch_loop.c.
21311         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
21312
21313         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
21314         * lib/fnmatch.c: Update from diffutils-2.8.2.
21315         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
21316         * lib/fnmatch.h: Remove file.
21317
21318 2002-06-21  Jim Meyering  <meyering@lucent.com>
21319
21320         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
21321         * m4/mbrtowc.m4: Likewise.
21322
21323         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
21324         * m4/mbswidth.m4: Reflect name change:
21325         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
21326         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21327
21328         * m4/lib-link.m4: Update from gettext-0.11.2.
21329         * m4/gettext.m4: Likewise.
21330
21331         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
21332         From Alfred M. Szmidt.
21333
21334 2002-06-18  Paul Eggert  <eggert@twinsun.com>
21335
21336         * lib/file-type.h: Report an error if neither S_ISREG nor
21337         S_IFREG is defined, instead of using a test specific to glibc
21338         2.2.  This should be safe, since POSIX requires S_ISREG and
21339         Unix Version 7 had S_IFREG.  We don't need to check for
21340         <sys/types.h> since we don't use any symbols that it defines.
21341
21342 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
21343
21344         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
21345         $@-t, so that each temporary file name is unique and valid in the first
21346         8 characters, for operation under DOS.
21347
21348 2002-06-15  Paul Eggert  <eggert@twinsun.com>
21349
21350         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
21351
21352 2002-06-15  Jim Meyering  <meyering@lucent.com>
21353
21354         Work even with DJGPP 2.03, which lacks support for symlinks.
21355         From Richard Dawe.
21356         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
21357         is defined.
21358         * lib/lchown.c (S_ISLNK): Likewise.
21359
21360 2002-06-15  Jim Meyering  <meyering@lucent.com>
21361
21362         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
21363         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
21364         have been included before this file.
21365
21366 2002-06-14  Jim Meyering  <meyering@lucent.com>
21367
21368         * lib/file-type.h: Use the version from diffutils-2.8.2.
21369         * lib/file-type.c: Likewise.
21370
21371 2002-06-07  Jim Meyering  <meyering@lucent.com>
21372
21373         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
21374         They're needed at least for NetBSD 1.5.2.
21375         ($statxfs_includes): Include those same headers.
21376         ($statxfs_includes): Include sys/vfs.h if available.
21377         ($statxfs_includes): Likewise for sys/statvfs.h.
21378         Check for the following members in both structs statfs and statvfs:
21379         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
21380
21381 2002-06-01  Jim Meyering  <meyering@lucent.com>
21382
21383         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
21384         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
21385
21386 2002-05-28  Jim Meyering  <meyering@lucent.com>
21387
21388         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
21389         Reported by Volker Borchert.
21390
21391 2002-05-27  Jim Meyering  <meyering@lucent.com>
21392
21393         Fix a problem seen only on nonconforming systems whereby ls.c's
21394         use of localtime, and then of gettimeofday would cause trouble:
21395         the localtime call used to initialize rpl_gettimeofday's save
21396         mechanism would clobber ls's current local time information so
21397         that in any long listing the first file would always be listed
21398         with date 1970-01-01.  Analysis by Volker Borchert.
21399
21400         * lib/gettimeofday.c (localtime): Undefine.
21401         (rpl_localtime): New function.
21402
21403 2002-05-27  Jim Meyering  <meyering@lucent.com>
21404
21405         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
21406         localtime.
21407
21408         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
21409         use the replacement function; it wouldn't resolve at link time.
21410         Reported by Volker Borchert.
21411
21412 2002-05-22  Jim Meyering  <meyering@lucent.com>
21413
21414         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
21415         file-type.h.
21416         * lib/file-type.h: New file.
21417         * lib/file-type.c (file_type): New file/function.  Extracted from
21418         diffutils.
21419
21420 2002-04-30  Jim Meyering  <meyering@lucent.com>
21421
21422         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
21423
21424 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21425
21426         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
21427
21428 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21429
21430         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
21431         Do not check for alloca.h (no longer used) or stdbool.h (was never
21432         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
21433
21434 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21435
21436         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
21437
21438 2002-04-29  Jim Meyering  <meyering@lucent.com>
21439
21440         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
21441         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
21442         Use AC_FUNC_STRNLEN here instead.
21443
21444         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
21445         With autoconf-2.53a, it's part of AC_PROG_CC.
21446
21447 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21448
21449         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
21450         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
21451
21452 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21453
21454         * lib/sig2str.h, lib/sig2str.c: New files.
21455         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
21456
21457 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21458
21459         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
21460         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
21461         of 127, since 64 is the largest conceivable number for ancient
21462         nonstandard hosts.
21463         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
21464
21465 2002-04-28  Jim Meyering  <meyering@lucent.com>
21466
21467         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
21468
21469 2002-04-24  Jim Meyering  <meyering@lucent.com>
21470
21471         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
21472         (jm_PREREQ): Use it.
21473
21474         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
21475         mach/mach.h fcntl.h.
21476         Check for this function: setlocale.
21477
21478 2002-04-24  Jim Meyering  <meyering@lucent.com>
21479
21480         * lib/gettext.h: New file, from Gettext.
21481         * lib/Makefile.am (INCLUDES): Remove -I../intl.
21482         (libfetish_a_SOURCES): Add gettext.h.
21483
21484 2002-04-16  Jim Meyering  <meyering@lucent.com>
21485
21486         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
21487         ut_pid, ut_id, ut_exit.
21488
21489 2002-04-16  Jim Meyering  <meyering@lucent.com>
21490
21491         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
21492         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
21493         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
21494
21495 2002-04-12  Jim Meyering  <meyering@lucent.com>
21496
21497         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
21498         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
21499         existence of the getmntinfo function.  Needed for Darwin 5.3.
21500
21501         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
21502         This is necessary at least on Darwin 5.3.
21503
21504         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
21505         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
21506         strnlen.o in the library, and that makes some versions of ranlib
21507         object.
21508
21509 2002-04-12  Jim Meyering  <meyering@lucent.com>
21510
21511         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
21512
21513 2002-04-09  Jim Meyering  <meyering@lucent.com>
21514
21515         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
21516         to be more precise.  Rather than saying we're checking whether the
21517         function `works', say what we're testing.
21518         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
21519         Reported by Bruno Haible.
21520
21521 2002-03-10  Jim Meyering  <meyering@lucent.com>
21522
21523         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
21524         Suggestion from Santiago Vila.
21525
21526 2002-03-08  Jim Meyering  <meyering@lucent.com>
21527
21528         * lib/rename.c: Mention that this wrapper is needed also on
21529         mips-dec-ultrix4.4 systems.
21530
21531 2002-03-02  Jim Meyering  <meyering@lucent.com>
21532
21533         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
21534         not HAVE_CLOCK_SETTIME.
21535
21536 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21537
21538         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
21539         Check for clock_settime.
21540
21541 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21542
21543         * lib/nanosleep.h: Rename to....
21544         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
21545
21546         * lib/gettime.c: New file.
21547         * lib/settime.c: New file.
21548         * lib/stime.c: Remove.
21549
21550         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
21551         timespec.h.  Remove nanosleep.h.
21552
21553 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21554
21555         * m4/acl.m4: New file.
21556         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
21557         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
21558
21559 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21560
21561         * lib/acl.c, lib/acl.h: New files.
21562         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
21563
21564 2002-02-24  Jim Meyering  <meyering@lucent.com>
21565
21566         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
21567         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
21568         cause trouble.  Reported by Nelson Beebe.
21569
21570 2002-02-23  Paul Eggert  <eggert@twinsun.com>
21571
21572         * lib/path-concat.c (xpath_concat): Reorder code to pacify
21573         compilers that don't know that xalloc_die never returns.
21574
21575 2002-02-20  Jim Meyering  <meyering@lucent.com>
21576
21577         * lib/getdate.c: Regenerate using bison-1.33.
21578
21579 2002-02-17  Jim Meyering  <meyering@lucent.com>
21580
21581         * config/config.guess (main): Don't use `head -1'; it's no longer
21582         portable. Use `sed 1q' instead.
21583
21584 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
21585
21586         * m4/codeset.m4: Upgrade to gettext-0.11.
21587         * m4/gettext.m4: Upgrade to gettext-0.11.
21588         * m4/glibc21.m4: Upgrade to gettext-0.11.
21589         * m4/iconv.m4: Upgrade to gettext-0.11.
21590         * m4/isc-posix.m4: Upgrade to gettext-0.11.
21591         * m4/lcmessage.m4: Upgrade to gettext-0.11.
21592         * m4/lib-ld.m4: New file, from gettext-0.11.
21593         * m4/lib-link.m4: New file, from gettext-0.11.
21594         * m4/lib-prefix.m4: New file, from gettext-0.11.
21595         * m4/progtest.m4: Upgrade to gettext-0.11.
21596
21597 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21598
21599         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
21600         (jm_PREREQ): Use it.
21601
21602 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21603
21604         * lib/posixver.c, lib/posixver.h: New files.
21605         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21606
21607 2002-02-02  Paul Eggert  <eggert@twinsun.com>
21608             Bruno Haible  <bruno@clisp.org>
21609
21610         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
21611         (fwrite_success_callback): New declaration.
21612         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
21613         print_unicode_char. Call failure callback instead of error.
21614         (fwrite_success_callback): New function.
21615         (exit_failure_callback): New function.
21616         (fallback_failure_callback): New function.
21617         (print_unicode_char): Call unicode_to_mb.
21618
21619 2002-01-26  Jim Meyering  <meyering@lucent.com>
21620
21621         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
21622         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
21623
21624 2002-01-26  Jim Meyering  <meyering@lucent.com>
21625
21626         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
21627
21628 2002-01-22  Paul Eggert  <eggert@twinsun.com>
21629
21630         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
21631
21632 2002-01-22  Jim Meyering  <meyering@lucent.com>
21633
21634         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
21635         Otherwise, some versions of automake would omit the rule that makes
21636         Makefile from Makefile.in.
21637
21638 2002-01-21  Paul Eggert  <eggert@twinsun.com>
21639
21640         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
21641         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21642         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
21643         (memcoll): Set errno to zero if there is no error.
21644
21645         * lib/quotearg.c (quotearg_buffer_restyled):
21646         Fix bug with quoting buffers containing NUL when backslashing escapes.
21647         This bug was exposed by the other changes in this patch.
21648         (quotearg_n_options): New arg ARGSIZE.
21649         All callers changed.
21650         (quoting_options_from_style): New function.
21651         (quotearg_n_style): Use it.
21652         (quotearg_n_style_mem): New function.
21653
21654         * lib/quotearg.h (quotearg_n_style_mem): New function.
21655
21656 2002-01-19  Jim Meyering  <meyering@lucent.com>
21657
21658         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
21659         Remove useless quotes: DF_PROG="df".
21660         * m4/strnlen.m4: New file.
21661
21662 2002-01-16  Paul Eggert  <eggert@twinsun.com>
21663
21664         * lib/backupfile.c (ISDIGIT): Comment fix.
21665         * lib/getdate.y (ISDIGIT): Likewise.
21666         * lib/posixtm.c (ISDIGIT, year): Likewise.
21667         * lib/strverscmp.c (ISDIGIT): Likewise.
21668         * lib/userspec.c (ISDIGIT): Likewise.
21669
21670 2002-01-16  Jim Meyering  <meyering@lucent.com>
21671
21672         * lib/getdate.y: Add three semicolons, each just before a closing
21673         brace. Bison (as of version 1.31) no longer papers over that mistake.
21674
21675 2002-01-05  Jim Meyering  <meyering@lucent.com>
21676
21677         * lib/version-etc.c (version_etc_copyright): Update copyright year.
21678
21679 2001-12-19  Paul Eggert  <eggert@twinsun.com>
21680
21681         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
21682         not silently exit merely because the output buffer happens to
21683         have nothing pending.
21684
21685 2001-12-18  Paul Eggert  <eggert@twinsun.com>
21686
21687         See the big note in ../ChangeLog.
21688         * lib/human.c (suffixes): Prefer K to k for 1024.
21689         (generate_suffix_backwards): New function.
21690         (human_readable_inexact): Use it.
21691         * lib/xstrtol.c (__xstrtol): If there is no number but there
21692         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
21693         Accept 'K' as well as 'k'.
21694
21695 2001-12-15  Jim Meyering  <meyering@lucent.com>
21696
21697         * lib/regex.h (__restrict_arr): Update from libc.
21698
21699         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
21700         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
21701         (STREQ): Define.
21702
21703 2001-12-14  Jim Meyering  <meyering@lucent.com>
21704
21705         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
21706         Suggestion from Bruno Haible.
21707
21708 2001-12-10  Jim Meyering  <meyering@lucent.com>
21709
21710         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
21711         xrealloc, Instead, include "xalloc.h".
21712         (initbuffer): Don't cast xmalloc return value to char*.
21713         (readline): Reword comment.
21714         Don't cast xrealloc return value to char*
21715         Return NULL, not 0.
21716
21717 2001-12-09  Jim Meyering  <meyering@lucent.com>
21718
21719         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
21720         about `signed and unsigned type in conditional expression'.
21721         * lib/posixtm.c (posix_time_parse): Likewise.
21722
21723         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
21724
21725         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
21726         to avoid a pedantic warning.
21727
21728         * lib/getstr.c: Don't include assert.h.
21729         (getstr): Remove warning-evoking assertions.
21730         Return -1 if offset parameter is out of bounds.
21731         Change the type of a local from int to size_t.
21732
21733         * lib/strftime.c (my_strftime_localtime_r): Include this function
21734         definition in the `#if ! HAVE_TM_GMTOFF' block.
21735
21736         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
21737         Include xalloc.h instead.
21738
21739 2001-12-02  Jim Meyering  <meyering@lucent.com>
21740
21741         * lib/tempname.c: Don't declare getenv, thus reverting the change of
21742         2001-11-18.  It's no longer necessary, now that stdlib.h is always
21743         included.
21744
21745         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
21746         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
21747
21748 2001-11-30  Akim Demaille  <akim@epita.fr>
21749
21750         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
21751         before being defined.
21752
21753 2001-11-27  Paul Eggert  <eggert@twinsun.com>
21754
21755         * lib/quotearg.h (quotearg_n, quotearg_n_style):
21756         First arg is int, not unsigned.
21757         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
21758         (SIZE_MAX, UINT_MAX): New macros.
21759         (quotearg_n_options): Abort if N is negative.
21760         Avoid overflow check on hosts where size_t is 64 bits and int
21761         is 32 bits, as overflow is impossible there.
21762         Fix off-by-one typo that caused unnecessary reallocation.
21763
21764 2001-11-27  Jim Meyering  <meyering@lucent.com>
21765
21766         * lib/tempname.c: Merge with version from libc.
21767         * lib/regex.c: Likewise.
21768
21769         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
21770         systems for which STDC_HEADERS is 0, it was not included, resulting in
21771         a warning about an integer-to-pointer conversion problem with getenv.
21772         Reported by Volker Borchert.
21773
21774 2001-11-26  Jim Meyering  <meyering@lucent.com>
21775
21776         * lib/gtod.h: Remove file.
21777         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
21778         * lib/gettimeofday.c: Don't include gtod.h.
21779         (GTOD_init): Remove function.
21780         (rpl_gettimeofday): Do its job here instead, rather than aborting.
21781         Suggestion from Volker Borchert.
21782
21783 2001-11-23  Jim Meyering  <meyering@lucent.com>
21784
21785         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
21786         it.
21787         * lib/hash.c (struct hash_table): Define it here instead.
21788
21789 2001-11-22  Jim Meyering  <meyering@lucent.com>
21790
21791         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
21792
21793 2001-11-20  Jim Meyering  <meyering@lucent.com>
21794
21795         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
21796         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
21797
21798 2001-11-19  Jim Meyering  <meyering@lucent.com>
21799
21800         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
21801         directory.  Use "conftestXXXXXX" as the template.
21802         Suggestion from Paul Eggert.
21803
21804         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
21805         immediately, so the test doesn't mistakenly hit the max-open-files
21806         limit.
21807
21808 2001-11-18  Paul Eggert  <eggert@twinsun.com>
21809
21810         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
21811         (TEMPORARIES): New macro.
21812         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
21813         removes an artificial limitation (e.g. HP-UX 10.20, where
21814         TMP_MAX is 17576).
21815
21816 2001-11-18  Jim Meyering  <meyering@lucent.com>
21817
21818         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
21819
21820 2001-11-18  Jim Meyering  <meyering@lucent.com>
21821
21822         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
21823         on SunOS 4.
21824
21825         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
21826         files will be created before anything else.
21827
21828 2001-11-17  Paul Eggert  <eggert@twinsun.com>
21829
21830         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
21831         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
21832
21833 2001-11-17  Jim Meyering  <meyering@lucent.com>
21834
21835         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
21836         Prompted by a report from Bob Proulx.
21837
21838         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
21839         Instead, require UTILS_FUNC_MKSTEMP.
21840
21841 2001-11-17  Jim Meyering  <meyering@lucent.com>
21842
21843         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
21844         Now, that's done as part of AC_FUNC_STRTOD.
21845
21846 2001-11-17  Jim Meyering  <meyering@lucent.com>
21847
21848         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
21849         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
21850         rather than group writable.  Patch by Juan F. Codagnone.
21851
21852         * lib/readtokens.c: Remove explicit declarations of xmalloc and
21853         xrealloc, Instead, include "xalloc.h".
21854
21855         * lib/mountlist.c: Include unlocked-io.h after all system headers.
21856         Remove explicit declarations of xmalloc, xrealloc,
21857         and xstrdup.  Instead, include "xalloc.h".
21858
21859         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
21860         unlocked-io.h.
21861         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
21862         Likewise.
21863         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
21864
21865         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
21866         Reported by Padraig Brady.
21867
21868         * lib/mkstemp.c: #undef mkstemp.
21869         Include config.h.
21870         (rpl_mkstemp): Rename from mkstemp.
21871         Protoize.
21872
21873 2001-11-16  Jim Meyering  <meyering@lucent.com>
21874
21875         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
21876         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
21877         determine the amount of total physical memory, use pstat_getstatic.
21878         HPUX-11 doesn't define _SC_PHYS_PAGES.
21879         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
21880         If sysconf couldn't be used to determine the amount of available
21881         physical memory, use both pstat_getstatic and pstat_getdynamic.
21882         Based on a patch from Bob Proulx.
21883
21884 2001-11-10  Jim Meyering  <meyering@lucent.com>
21885
21886         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
21887         (jm_PREREQ): Use it.
21888
21889 2001-11-09  Jim Meyering  <meyering@lucent.com>
21890
21891         * m4/jm-macros.m4: Require autoconf-2.52f.
21892         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
21893         Use these AC_-prefixed names, not the AM_-prefixed ones.
21894
21895         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
21896
21897 2001-11-05  Jim Meyering  <meyering@lucent.com>
21898
21899         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
21900
21901 2001-11-04  Jim Meyering  <meyering@lucent.com>
21902
21903         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
21904         $DEFS.
21905
21906 2001-11-03  Jim Meyering  <meyering@lucent.com>
21907
21908         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
21909         of AC_DEFUN.
21910
21911         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
21912         know the name of the variable in the macro definition.
21913
21914 2001-11-03  Jim Meyering  <meyering@lucent.com>
21915
21916         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
21917         in argmatch_to_argument call.
21918
21919         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
21920         argument.
21921
21922         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
21923         e.g., a fault due to an attempt to free a NULL pointer.
21924
21925 2001-11-01  Jim Meyering  <meyering@lucent.com>
21926
21927         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
21928         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
21929
21930 2001-11-01  Jim Meyering  <meyering@lucent.com>
21931
21932         * lib/dirfd.c, lib/dirfd.h: New files.
21933         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
21934
21935         * lib/hash.c (hash_print) [TESTING]: Clean up.
21936
21937 2001-10-22  Paul Eggert  <eggert@twinsun.com>
21938
21939         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
21940         to avoid a warning if -Wall.
21941
21942 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
21943
21944         * README: New file
21945         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
21946         (per RMS's instructions, this is now the canonical source)
21947         * lgpl/, gpl/: New directories.
21948
21949 2001-10-21  Paul Eggert  <eggert@twinsun.com>
21950
21951         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
21952
21953 2001-10-21  Jim Meyering  <meyering@lucent.com>
21954
21955         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
21956         this code would end up calling gettext even in packages built
21957         with --disable-nls.
21958         * lib/getopt.c (_): Likewise.
21959         * lib/regex.c (_): Likewise.
21960
21961 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21962
21963         * m4/error.m4 (jm_PREREQ_ERROR):
21964         Do not invoke AC_CHECK_FUNCS with strerror_r, as
21965         AC_FUNC_STRERROR_R does that.
21966         Check for strerror declaration.
21967
21968         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
21969         are supposed to have them these days.
21970         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
21971         Merge changes from latest Autoconf CVS.
21972         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
21973         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
21974         POSIX decided to standardize on the int flavor of strerror_r.
21975
21976 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21977
21978         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
21979         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
21980         Use strerror_r that is only a macro, even if it is not a function.
21981         (strerror): Check for HAVE_DECL_STRERROR before declaring.
21982         (private_strerror): Use prototypes, not old-style function definition.
21983         (print_errno_message): New function.
21984         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
21985         char*-flavored one.
21986         (error_tail, error, error_at_line): Use it.
21987
21988 2001-10-11  Jim Meyering  <meyering@lucent.com>
21989
21990         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
21991         and quote_n (1, ... to avoid clobbering a buffer.
21992
21993 2001-10-05  Jim Meyering  <meyering@lucent.com>
21994
21995         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
21996         hash-pjw.h.
21997         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
21998         * lib/hash-pjw.h: New file.
21999
22000 2001-09-30  Jim Meyering  <meyering@lucent.com>
22001
22002         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
22003         `struct fsstat' has the `f_fstypename' member.
22004         Use that to define FS_TYPE, which is now used to make
22005         the getfsstat link test tighter.
22006
22007 2001-09-30  Jim Meyering  <meyering@lucent.com>
22008
22009         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
22010         Include <sys/ucred.h>, for Apple Darwin.
22011         Include sys/mount.h and sys/fs_types.h only if available.
22012         (FS_TYPE): Define.
22013         (read_filesystem_list): Use FS_TYPE.
22014
22015 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22016
22017         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22018         a boolean context.
22019
22020 2001-09-29  Jim Meyering  <meyering@lucent.com>
22021
22022         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22023         [one-argument getmntent function]): Include stdio.h before mntent.h.
22024         SunOS 4.1.x needs it for the declaration of `FILE'.
22025         Patch by Volker Borchert.
22026
22027         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22028         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22029         sys/fs_types.h, and make the link-test for getfsstat guard #include
22030         directives with appropriate #if HAVE_*_H tests so that we can
22031         detect getfsstat on Apple Darwin1.3.7 systems.
22032         Reported by Nelson Beebe.
22033         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22034
22035 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22036
22037         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22038         #defines strtoimax.  Also treat the other strto* functions
22039         like strtoimax.
22040
22041         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22042         Check for strtoul and strtoumax,
22043         as those declarations are made even in the signed case.
22044         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22045         Likewise, for strtol and strtoimax.
22046
22047 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22048
22049         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22050         #defines strtoimax.  Also treat the other strto* functions
22051         like strtoimax.
22052
22053         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22054         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22055         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22056
22057 2001-09-26  Jim Meyering  <meyering@lucent.com>
22058
22059         Most macros in unlocked-io.h had the wrong number of arguments.
22060         * lib/gen-uio: New script.
22061         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22062         * lib/unlocked-io.hin: Remove file.
22063         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22064         rather than trying to embed it here.
22065         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22066         Reported by Padraig Brady.
22067
22068 2001-09-25  Volker Borchert  <bt@teknon.de>
22069
22070         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22071         `result'.
22072
22073 2001-09-24  Jim Meyering  <meyering@lucent.com>
22074
22075         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22076
22077 2001-09-23  Jim Meyering  <meyering@lucent.com>
22078
22079         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22080         instead of the mere test for existence of mntent.h.  The latter
22081         would get a false-positive on AIX 3.4 systems.
22082         In the outer getmntent if-block, don't die if neither of the getmntent
22083         tests succeeds.  Instead, just fall through and continue with the
22084         remaining tests.
22085
22086 2001-09-23  Jim Meyering  <meyering@lucent.com>
22087
22088         * lib/mountlist.c: Remove useless parentheses in #if directives.
22089         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22090         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22091
22092 2001-09-22  Jim Meyering  <meyering@lucent.com>
22093
22094         * m4/gettext.m4: New file.  From gettext.
22095         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22096         * m4/progtest.m4: Likewise
22097         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22098         * m4/glibc21.m4: Likewise.
22099
22100         * m4/libintl.m4: Remove.  No longer used.
22101
22102 2001-09-22  Jim Meyering  <meyering@lucent.com>
22103
22104         * lib/localcharset.c: Update from latest gettext.
22105         * lib/config.charset: Likewise.
22106
22107 2001-09-20  Jim Meyering  <meyering@lucent.com>
22108
22109         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22110         strtoimax.
22111         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22112         strtoumax.
22113
22114 2001-09-20  Jim Meyering  <meyering@lucent.com>
22115
22116         * lib/xstrtol.c (strtoimax): Guard declaration with
22117         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22118         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22119         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22120         (strtoumax): Likewise, for completeness (it wasn't necessary).
22121
22122 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22123
22124         * lib/strtoimax.c (HAVE_LONG_LONG):
22125         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22126         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22127         to work around bug in IBM C compiler.
22128
22129 2001-09-17  Jim Meyering  <meyering@lucent.com>
22130
22131         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22132         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22133         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22134         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22135         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22136         whenever the right hand side need not be expanded by the shell.
22137
22138 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22139
22140         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22141         library.  It's not correct, as some older glibcs are buggy.
22142         fnmatch wasn't fixed until glibc 2.2.
22143
22144         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22145         special shell magic here.
22146
22147 2001-09-16  Jim Meyering  <meyering@lucent.com>
22148
22149         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22150         * m4/jm-macros.m4: Require it.
22151
22152 2001-09-16  Jim Meyering  <meyering@lucent.com>
22153
22154         * lib/mkdir.c: New file.
22155
22156 2001-09-15  Jim Meyering  <meyering@lucent.com>
22157
22158         * m4/jm-macros.m4: Check for help2man.
22159
22160 2001-09-11  Jim Meyering  <meyering@lucent.com>
22161
22162         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22163         The body, by Paul Eggert, was moved here from configure.in.
22164         * m4/jm-macros.m4: Require UTILS_HOST_OS.
22165
22166 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22167
22168         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
22169         (jm_PREREQ): Use it.
22170
22171 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22172
22173         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
22174         Use ssize_t, not int, to store result of readlink.
22175         Check for ssize_t overflow as well as size_t overflow,
22176         as POSIX says the result of readlink is implementation-defined
22177         when ssize_t overflows.
22178         Remove unnecessary cast to char*.
22179         Use free+malloc instead of realloc, as the storage doesn't need
22180         to be preserved and it's clearer and can be more efficient that way.
22181         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
22182         * lib/xreadlink.h (xreadlink): Update prototype.
22183
22184 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22185
22186         * lib/xgetcwd.c: Revert some of the previous change; intead,
22187         fix the HAVE_GETCWD_NULL code to behave more like the
22188         !HAVE_GETCWD_NULL code used to.
22189
22190         Include "xalloc.h".
22191         (xgetcwd): Do not return NULL when memory is exhausted; instead,
22192         invoke xalloc_die.
22193
22194 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22195
22196         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
22197         sys/param.h, as pathmax.h includes them.
22198
22199 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22200
22201         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
22202         (jm_PREREQ_XGETCWD): New macro.
22203
22204         * m4/getcwd.m4: New file.
22205
22206 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22207
22208         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
22209         like the HAVE_GETCWD_NULL code.
22210         Include pathmax.h if not HAVE_GETCWD.
22211         Do not include xalloc.h.
22212         (INITIAL_BUFFER_SIZE): New symbol.
22213         Do not use xmalloc / xrealloc, since the caller is responsible for
22214         handling errors.  Preserve errno around `free' during failure.
22215         Do not overrun buffer when using getwd.
22216
22217 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22218
22219         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
22220         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
22221         getcwd (NULL, 0).
22222
22223 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22224
22225         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
22226         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
22227         spotted by Jim Meyering.
22228
22229 2001-09-03  Jim Meyering  <meyering@lucent.com>
22230
22231         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
22232         failure.
22233
22234 2001-09-02  Jim Meyering  <meyering@lucent.com>
22235
22236         * lib/error.c: Update from GNU libc.
22237
22238 2001-09-01  Jim Meyering  <meyering@lucent.com>
22239
22240         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
22241         Used by df.
22242
22243 2001-09-01  Jim Meyering  <meyering@lucent.com>
22244
22245         * lib/xreadlink.c: New file.
22246         * lib/xreadlink.h: New file.
22247         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
22248         xreadlink.h.
22249
22250         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
22251         doesn't conflict with sparc Solaris 7's definition in
22252         /usr/include/sys/int_types.h.
22253
22254         * lib/exclude.c: Use `""', not `<>' to #include non-system header
22255         files.
22256         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
22257         and strncasecmp as r-values.  Unixware didn't have declarations.
22258
22259 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22260
22261         * lib/xstrtol.h: Add copyright notice.
22262         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
22263         LONGINT_INVALID_SUFFIX_CHAR.
22264
22265 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22266
22267         * lib/xstrtol.c (strtoimax): New decl.
22268
22269 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22270
22271         * lib/xgetcwd.c: Don't include pathmax.h.
22272         Include stdlib.h and unistd.h if available.
22273         Include xalloc.h.
22274         (xmalloc, xstrdup, free): Remove decls.
22275         (xgetcwd): Don't assume sizes fit in unsigned.
22276         Check for overflow when computing sizes.
22277         Simplify reallocation code.
22278
22279 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22280
22281         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
22282         a directory's st_size can have an arbitrary value, so the old
22283         usage could waste an arbitrary amount of memory.  All uses
22284         changed.
22285         * lib/savedir.h: Update prototype.
22286
22287 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22288
22289         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
22290
22291         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
22292         old strtoimax.c.
22293
22294         Also, make the following further changes to make this file's
22295         configuration more similar to that of strtol.c:
22296         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
22297         (strtoumax, uintmax_t, strtoull, strtol): Remove.
22298         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
22299         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
22300         changed to signed values.
22301
22302         And make the following changes as well:
22303         Fix copyright notice, as 1999 was missing.
22304         (verify): New macro.
22305         (strtoimax): Check sizes at compile-time, not run-time.
22306         Prefer strtol to strtoll if both work.
22307         (main): Remove; it was not that useful and was a pain to maintain.
22308
22309         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
22310
22311 2001-08-31  Jim Meyering  <meyering@lucent.com>
22312
22313         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
22314         Use an initial, malloc'd, buffer of length 128 rather than
22315         a statically allocated one of length 1024.
22316
22317 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22318
22319         Simplify code, partly by assuming autoconf 2.52 semantics.
22320
22321         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
22322
22323         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
22324         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
22325         All uses removed.
22326         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
22327         Move AC_REQUIRE to next-to-top level, to avoid confusion.
22328         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
22329         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
22330         jm_AC_HEADER_INTTYPES_H.
22331         * m4/jm-macros.m4 (jm_MACROS): Likewise.
22332
22333         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
22334
22335         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22336         Quote first arg of AC_DEFUN.
22337         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
22338         since they are needed to parse the include file even if we need
22339         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
22340         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
22341         but with opposite signedness.
22342
22343 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22344
22345         Merge 'exclude' changes from tar 1.13.22.
22346         This fixes one or two unlikely storage allocation overflow bugs,
22347         but doesn't change user-visible behavior otherwise.
22348
22349 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22350
22351         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
22352         (jm_PREREQ_EXCLUDE): New macro.
22353
22354 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22355
22356         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
22357         tm to be declared.
22358
22359 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22360
22361         * lib/hash.c: Remove '2001' from copyright notice.
22362
22363 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22364
22365         * lib/full-write.h: New file.
22366         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
22367         * lib/full-write.c: Correct credits, as cccp.c no longer
22368         exists and anyway it was so heavily changed from the old cccp
22369         code as to be unrecognizable.  Include full-write.h.
22370         (full_write) Return size_t, with short writes meaning failure.
22371         All callers changed.  This fixes a bug with large buffers
22372         on 64-bit hosts.
22373         * lib/utime.c: Include full-write.h.
22374
22375 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22376
22377         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
22378         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
22379         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
22380         Include if available.
22381         (<xalloc.h>): Include
22382         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
22383         (verify): New macro.  Use it to verify that EXCLUDE macros do not
22384         collide with FNM macros.
22385         (struct patopts): New struct.
22386         (struct exclude): Use it, as exclude patterns now come with options.
22387         (new_exclude): Support above changes.
22388         (new_exclude, add_exclude_file):
22389         Initial size must now be a power of two to simplify overflow checking.
22390         (free_exclude, fnmatch_no_wildcards): New function.
22391         (excluded_filename): No longer requires options arg, as the options
22392         are determined by add_exclude.  Now returns bool, not int.
22393         (excluded_filename, add_exclude):
22394         Add support for the fancy new exclusion options.
22395         (add_exclude, add_exclude_file): Now takes int options arg.
22396         Check for arithmetic overflow when computing sizes.
22397         (add_exclude_file): xrealloc might modify errno, so don't
22398         realloc until after errno might be used.
22399
22400         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
22401         New macros.
22402         (free_exclude): New decl.
22403         (add_exclude, add_exclude_file): Now takes int options arg.
22404         (excluded_filename): No longer requires options arg, as the options
22405         are determined by add_exclude.  Now returns bool, not int.
22406
22407 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22408
22409         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
22410
22411 2001-08-27  Jim Meyering  <meyering@lucent.com>
22412
22413         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
22414
22415         * lib/version-etc.c (N_): Remove definition.
22416         Revert most of last change.
22417         Instead, simply don't mark the `Copyright...' string for translation.
22418         Based on advice from Paul Eggert.
22419
22420         * lib/strtoxmax.c: Tweak comment.
22421
22422 2001-08-26  Jim Meyering  <meyering@lucent.com>
22423
22424         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
22425
22426         * m4/xstrtoimax.m4: New file.
22427         * m4/xstrtoumax.m4: Add comments explaining why we
22428         AC_REPLACE_FUNCS(strtol).
22429
22430 2001-08-26  Jim Meyering  <meyering@lucent.com>
22431
22432         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
22433         of copyright with `%s' so translators don't get an untranslated
22434         message in 2002.
22435         (COPYRIGHT_YEAR): Define.
22436         (version_etc): Use fprintf rather than fputs.
22437         Suggestion from Ulrich Drepper.
22438
22439         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
22440
22441         * lib/strtoll.c: New file, from GNU libc.
22442         * lib/xstrtoimax.c: New file.
22443
22444         * lib/xstrtol.h: Add xstrtoimax.
22445         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
22446         * lib/strtoimax.c: New file.  Likewise, but first define
22447         STRTOUXMAX_SIGNED.
22448
22449         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
22450         ...
22451         * lib/strtoxmax.c: ... then renamed to this.
22452
22453 2001-08-18  Paul Eggert  <eggert@twinsun.com>
22454
22455         * m4/inttypes.m4: Add AC_PREREQ(2.13).
22456         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
22457         (jm_AC_TYPE_INTMAX_T): New macro.
22458         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
22459
22460         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
22461
22462         * m4/longlong.m4: Renamed from ulonglong.m4.
22463         * m4/inttypes.m4: Renamed from inttypes_h.m4.
22464         * m4/uintmax_t.m4: Removed.
22465
22466 2001-08-13  Paul Eggert  <eggert@twinsun.com>
22467
22468         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
22469         Port to Solaris 8, where 'sed' requires a space after the 'r'
22470         command, and where sh dislikes "$/".  Clean up the spacing a bit.
22471         Redirect output to $tmp just once.
22472
22473 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
22474
22475         * lib/addext.c (<errno.h>): Include.
22476         (errno): Declare if not defined.
22477         (addext): Work correctly when pathconf returns -1 and leaves
22478         errno alone because there is no limit.  Also, work even if
22479         pathconf returns a value greater than SIZE_MAX.
22480
22481 2001-08-12  Jim Meyering  <meyering@lucent.com>
22482
22483         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
22484         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
22485         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
22486         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
22487         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
22488         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
22489         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
22490         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
22491         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
22492         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
22493         utime.m4, utimes.m4, xstrtoumax.m4:
22494         Quote the first argument in each use of AC_DEFUN.
22495
22496 2001-08-12  Jim Meyering  <meyering@lucent.com>
22497
22498         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
22499         Simply `return getcwd (NULL, 0);'.
22500         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
22501         Use 1300 as initial value for length, not PATH_MAX.
22502
22503         * lib/pathmax.h: Clean up cpp syntax.
22504
22505 2001-08-12  Jim Meyering  <meyering@lucent.com>
22506
22507         * lib/gettimeofday.c: New file.
22508         * lib/gtod.h: New file.
22509         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
22510
22511 2001-08-05  Jim Meyering  <meyering@lucent.com>
22512
22513         * m4/jm-macros.m4: Require autoconf-2.52.
22514
22515 2001-08-04  Jim Meyering  <meyering@lucent.com>
22516
22517         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
22518         stmt, to get in sync with glibc.
22519
22520 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22521
22522         The following changes are from gettext 0.10.39 as maintained by
22523         Bruno Haible.
22524
22525         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
22526         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
22527         with inverted sense.  All uses changed.
22528
22529         * lib/mbswidth.c: Don't include <limits.h>.
22530         Include <stdlib.h> and <string.h> unconditionally.
22531         (iswcntrl, mbsinit, ISCNTRL): New macros.
22532         (mbsnwidth): Use K&R style function declarations.
22533         Don't bother checking for MB_LEN_MAX == 1, since the compiler
22534         can optimize it when MB_CUR_MAX == 1.
22535         The width of control characters is zero, not 1.
22536
22537 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22538
22539         The following changes are from gettext 0.10.39 as maintained by
22540         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
22541
22542         * m4/codeset.m4: Upgrade to serial AM1.
22543         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
22544         all uses changed.  Quote first arg of AC_DEFUN.
22545         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
22546
22547         * m4/iconv.m4: Upgrade to serial AM2.
22548         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
22549         Add --with-libconv-prefix.
22550         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
22551         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
22552         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
22553         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
22554         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
22555
22556         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
22557         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
22558         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
22559         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
22560         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
22561         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
22562         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22563         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
22564         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
22565
22566         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
22567         string.h any more.
22568
22569         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
22570         not the default value.
22571
22572         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
22573         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
22574         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
22575         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
22576         Also check for iswcntrl, used for wcwidth fallback.
22577         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
22578         to Autoconf 2.13.
22579
22580 2001-08-03  Jim Meyering  <meyering@lucent.com>
22581
22582         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
22583         as it was in the original.  Reported by Paul Eggert.
22584
22585 2001-07-16  Jim Meyering  <meyering@lucent.com>
22586
22587         * m4/gettimeofday.m4: New file.
22588         Prompted by a report from Bernhard Baehr.
22589
22590 2001-07-15  Jim Meyering  <meyering@lucent.com>
22591
22592         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
22593         stuff. Now it's in ../Makefile.cfg.
22594
22595 2001-07-15  Jim Meyering  <meyering@lucent.com>
22596
22597         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
22598         (BUILT_SOURCES): Add unlocked-io.h.
22599         (io_functions): Define.
22600         (unlocked-io.h): New rule.
22601         (DISTCLEANFILES): Add unlocked-io.h.
22602         (all-local): Depend on unlocked-io.h, to ensure it is created.
22603
22604         * lib/unlocked-io.hin: New file
22605
22606         * lib/regex.c: Update from glibc.
22607
22608 2001-07-05  Jim Meyering  <meyering@lucent.com>
22609
22610         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
22611         recommendation.
22612         (libfetish_a_SOURCES): Put all .h files here instead.
22613         Remove a thus-exposed (better checks in automake) duplicate and
22614         two unnecessary .h files.
22615
22616 2001-07-04  Jim Meyering  <meyering@lucent.com>
22617
22618         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
22619         that generates jm-glibc-io.m4 so that it doesn't trigger any make
22620         distcheck failure.
22621
22622 2001-07-02  Jim Meyering  <meyering@lucent.com>
22623
22624         The following changes were prompted by suggestions from Bruno Haible.
22625
22626         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
22627         is now generated.
22628         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
22629         definition of EXTRA_DIST.
22630         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
22631         ensure that the generated file is created/updated whenever the list
22632         of $(unlocked_functions) is changed.
22633         (jm-glibc-io.m4): New rule.
22634         (unlocked-io.h): New rule -- currently unused.
22635
22636 2001-06-24  Jim Meyering  <meyering@lucent.com>
22637
22638         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
22639         unmatched right bracket, rather than kludging it with an extra,
22640         falsely-matching quote in a comment.  Patch by Akim Demaille.
22641
22642 2001-06-11  Jim Meyering  <meyering@lucent.com>
22643
22644         * lib/regex.c: Update from GNU libc.
22645
22646 2001-05-27  Jim Meyering  <meyering@lucent.com>
22647
22648         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
22649         Check for ut_type in struct utmp.
22650
22651 2001-05-27  Jim Meyering  <meyering@lucent.com>
22652
22653         * lib/readutmp.h (UT_TYPE): Define.
22654
22655 2001-05-24  Jim Meyering  <meyering@lucent.com>
22656
22657         * lib/argmatch.c: Include "quote.h".
22658         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
22659         quote function.  Reported by Göran Uddeborg.
22660
22661 2001-05-22  Jim Meyering  <meyering@lucent.com>
22662
22663         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
22664         now that we use the package-supplied version unconditionally.
22665         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
22666
22667 2001-05-21  Jim Meyering  <meyering@lucent.com>
22668
22669         * m4/regex.m4: Change a couple backticks to single quotes to avoid
22670         shell syntax errors.
22671
22672 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22673
22674         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
22675
22676 2001-05-20  Paul Eggert  <eggert@twinsun.com>
22677
22678         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
22679         Don't bother to check library strftime, since
22680         we'll be using our own my_strftime function anyway.
22681         Define my_strftime instead of strftime.
22682
22683 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
22684
22685         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
22686         which is not yet declared.
22687
22688 2001-05-15  Jim Meyering  <meyering@lucent.com>
22689
22690         * m4/regex.m4: Use proper quoting so brackets appear in the test
22691         program.
22692         Reported by, and with help from, Bruno Haible.
22693
22694 2001-05-13  Jim Meyering  <meyering@lucent.com>
22695
22696         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
22697         undefined.
22698
22699 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22700
22701         dirname code cleanup.  base_name now behaves more compatibly
22702         with POSIX basename when given file names that have trailing
22703         slashes, and similarly for dir_name.  Add new primitives
22704         base_len and dir_len.  Put the directory-name-related decls
22705         into dirname.h.
22706
22707         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
22708         * lib/backupfile.c (base_name): Likewise.
22709         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
22710         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
22711         * lib/makepath.c (strip_trailing_slashes): Likewise.
22712         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
22713         ISSLASH): Likewise.
22714         * lib/rename.c (strip_trailing_slashes): Likewise.
22715         * lib/same.c (base_name): Likewise.
22716         * lib/stripslash.c (ISSLASH): Likewise.
22717
22718         * lib/addext.c: Include <dirname.h> after size_t is defined.
22719         * lib/backupfile.c: Likewise.
22720
22721         * lib/addext.c (addext): Use base_len to trim redundant
22722         trailing slashes instead of doing it ourselves.
22723         But do not trim the last slash if it is not redundant.
22724
22725         * lib/backupfile.c (find_backup_file_name,
22726         max_backup_version): Use base_len instead of rolling it ourselves.
22727         Handle the case of "" and (on DOS) "C:" correctly.
22728
22729         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
22730         needed. Include <string.h>, <dirname.h>.
22731         (base_name): Allow file names ending in slashes, other than names
22732         that are all slashes.  In this case, return the basename followed
22733         by the slashes.  This is more general, and can be used in places
22734         where the original base_name purposely had an assertion failure.
22735         (base_len): New function.
22736
22737         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
22738         Do not include <assert.h>; no longer needed.
22739         Include xalloc.h.
22740         (memrchr): Remove decl.
22741         (dir_name_r): Remove.
22742         (dir_len): Renamed from dirlen.  All callers changed.
22743         Rewrite in terms of base_name, for simplicity and consistency.
22744         (dir_name): Never return NULL.  All callers changed.
22745         Do not include <stdlib.h> in test program; no longer needed.
22746         return 0; is fine for test program.
22747
22748         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
22749         New macros.
22750         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
22751
22752         * lib/path-concat.c (path_concat): Use base_len to compute
22753         base length, not strlen; this means we cannot rely on memcpy
22754         to null-terminate.
22755
22756         * lib/same.c (STREQ): Remove.
22757         (same_name): Handle the case where the basename ends in trailing '/'.
22758
22759         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
22760         a slash was stripped.  Do not strip the last slash after a
22761         file system prefix.
22762
22763 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22764
22765         * lib/Makefile.am (libfetish_a_SOURCES):
22766         Add strftime.c, since we now compile it on all hosts.
22767
22768         * lib/strftime.c (my_strftime):
22769         Define to nstrftime if emacs, but only if my_strftime is not defined.
22770         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
22771         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
22772         Add one more extra argument: a nanoseconds value.
22773         All uses changed.
22774         (ns): New macro.
22775         (my_strftime function): Add %N format.
22776         (emacs_strftimeu): Renamed from emacs_strftime,
22777         with extra ut argument.
22778
22779 2001-05-09  Paul Eggert  <eggert@twinsun.com>
22780
22781         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
22782
22783 2001-04-21  Jim Meyering  <meyering@lucent.com>
22784
22785         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
22786         doesn't interfere.
22787
22788 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22789
22790         * m4/ftruncate.m4: Check for chsize.
22791         Link with ftruncate.o unconditionally if ftruncate is missing.
22792         This was required when cross-compiling to i586-mingw32msvc.
22793
22794 2001-04-08  Jim Meyering  <meyering@lucent.com>
22795
22796         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
22797         recomputed; that's necessary when the offset spans a DST transition.
22798         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
22799
22800 2001-04-02  Jim Meyering  <meyering@lucent.com>
22801
22802         * lib/regex.h, regex.c: Update from GNU libc.
22803
22804 2001-03-24  Jim Meyering  <meyering@lucent.com>
22805
22806         * m4/jm-macros.m4: Require autoconf-2.49d.
22807
22808 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
22809
22810         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
22811
22812 2001-03-19  Paul Eggert  <eggert@twinsun.com>
22813
22814         * lib/version-etc.c (version_etc_copyright): Update to 2001.
22815
22816 2001-03-17  Jim Meyering  <meyering@lucent.com>
22817
22818         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
22819         now that the version in autoconf is equivalent.
22820         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
22821
22822         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
22823         Suggestion from Akim Demaille.
22824
22825         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
22826         (jm_PREREQ_TEMPNAME): New function.
22827
22828 2001-03-16  Paul Eggert  <eggert@twinsun.com>
22829
22830         * lib/tempname.c (uint64_t): Define to uintmax_t if
22831         not defined, and if UINT64_MAX is not defined.
22832         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
22833         Reported by John David Anglin.
22834
22835 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
22836
22837         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
22838         resolve alias if codeset is empty.
22839         * lib/config.charset (BeOS): Use wildcard syntax.
22840
22841 2001-03-13  Jim Meyering  <meyering@lucent.com>
22842
22843         * lib/path-concat.c (path_concat)
22844         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
22845         concatenating e.g., `C:' and `foo'.
22846         From Bruno Haible.
22847
22848 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22849
22850         * lib/localcharset.c (locale_charset): Don't use
22851         setlocale(LC_CTYPE,NULL). Don't return NULL.
22852         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
22853
22854 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22855
22856         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
22857         support for DOS/DJGPP.
22858
22859 2001-03-01  Paul Eggert  <eggert@twinsun.com>
22860
22861         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
22862         lacks mkstemp.  Compile our own tempname.c if we compile our own
22863         mkstemp.c, as mkstemp relies on tempname.
22864
22865 2001-03-01  Jim Meyering  <meyering@lucent.com>
22866
22867         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
22868         AH_VERBATIM really does output its argument verbatim.
22869
22870 2001-02-28  Paul Eggert  <eggert@twinsun.com>
22871
22872         * lib/Makefile.am (libfetish_a_SOURCES):
22873         Add dup-safer.c, fopen-safer.c.
22874         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
22875
22876         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
22877         * lib/unistd-safer.h: New files.
22878
22879 2001-02-25  Paul Eggert  <eggert@twinsun.com>
22880
22881         The mkstemp replacement is taken from glibc 2.2.2, with some
22882         portability fixes for use outside glibc, as follows:
22883
22884         * lib/tempname.c (struct_stat64): New macro.
22885         (direxists, __gen_tempname): Use it.
22886         This avoids a portability problem with Solaris 8.
22887
22888         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
22889         (<stddef.h>, <stdint.h>, <string.h>):
22890         Include only if STDC_HEADERS || _LIBC.
22891         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
22892         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
22893         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
22894         (__set_errno): Define this macro if <errno.h> doesn't.
22895         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
22896         Define these macros if <stdio.h> doesn't.
22897         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
22898         Define these macros if <sys/stat.h>
22899         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
22900         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
22901         __xstat64): Define if not _LIBC.
22902         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
22903         (__gen_tempname): Invoke gettimeofday only if
22904         HAVE_GETTIMEOFDAY || _LIBC;
22905         otherwise, fall back on plain "time".
22906         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
22907
22908         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
22909
22910         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
22911
22912 2001-02-18  Paul Eggert  <eggert@twinsun.com>
22913
22914         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
22915
22916 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22917
22918         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
22919         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
22920         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
22921         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22922
22923 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22924
22925         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
22926         Remove workaround macros for hosts that have mbrtowc but not
22927         mbstate_t, as we now insist on proper declarations for both
22928         before using mbrtowc.
22929
22930 2001-02-17  Jim Meyering  <meyering@lucent.com>
22931
22932         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
22933         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
22934         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
22935         UnixWare 7.1.1.
22936
22937         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
22938         rather than AC_CACHE_VAL.
22939
22940 2001-02-17  Jim Meyering  <meyering@lucent.com>
22941
22942         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
22943         around included file name.
22944
22945         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
22946
22947         * lib/strftime.c: Update from GNU libc (the only changes were to
22948         comments).
22949
22950 2001-02-17  Jim Meyering  <meyering@lucent.com>
22951
22952         * lib/regex.c: Update from libc.
22953
22954 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
22955
22956         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
22957         clash.
22958
22959 2001-02-16  Paul Eggert  <eggert@twinsun.com>
22960
22961         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
22962         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
22963         Reported by Mark Hounschell via Paul Eggert.
22964
22965 2001-02-07  Jim Meyering  <meyering@lucent.com>
22966
22967         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
22968
22969 2001-02-05  Jim Meyering  <meyering@lucent.com>
22970
22971         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
22972         it includes the patch required for `large file' support with at least
22973         HP-UX's 10.20 /bin/cc.
22974
22975 2001-02-03  Jim Meyering  <meyering@lucent.com>
22976
22977         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
22978         AS_IF, now that it works once again (mysteriously).
22979         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22980
22981 2001-01-30  Jim Meyering  <meyering@lucent.com>
22982
22983         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
22984         * m4/chown.m4: Rename conftestchown to conftest.chown.
22985         * m4/rename.m4: s/conftestdir/conftest.d1/ and
22986         s/conftestdir2/conftest.d2/.
22987         * m4/utimes.m4: s/conftestdata/conftest.data/
22988         Inspired by Pavel Roskin's change in autoconf.
22989
22990 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
22991
22992         * lib/config.charset: Update for FreeBSD 4.2.
22993
22994 2001-01-27  Jim Meyering  <meyering@lucent.com>
22995
22996         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
22997         a use of AS_IF.
22998         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22999
23000 2001-01-26  Jim Meyering  <meyering@lucent.com>
23001
23002         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
23003         quotearg.c includes it.
23004
23005 2001-01-26  Jim Meyering  <meyering@lucent.com>
23006
23007         * lib/quotearg.c: Include stddef.h.
23008         * lib/quote.c: Include stddef.h.
23009         Reported by Axel Kittenberger.
23010
23011         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
23012         line in double quotes so that it evokes a better diagnostic.
23013         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23014         Reported by Axel Kittenberger.
23015
23016 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23017
23018         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23019         as if it was a `charset'.
23020
23021 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23022
23023         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23024         has const.
23025
23026 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23027
23028         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23029         to avoid a warning.  Add back 'const' to inptr.
23030
23031 2001-01-20  Jim Meyering  <meyering@lucent.com>
23032
23033         Be sure that headers are checked before used in code compiled
23034         for the type checks.
23035         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23036         In place of that, invoke jm_CHECK_ALL_TYPES.
23037         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23038         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23039         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23040         The check for ssize_t was mistakenly run before the test for unistd.h.
23041
23042         The configure-time check for stdbool.h was missing.
23043         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23044         (jm_PREREQ_HASH): New function.
23045
23046 2001-01-17  Jim Meyering  <meyering@lucent.com>
23047
23048         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23049         for autoconf-2.49c.
23050         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23051
23052 2001-01-16  Jim Meyering  <meyering@lucent.com>
23053
23054         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23055         From Bruno Haible.
23056
23057 2001-01-14  Jim Meyering  <meyering@lucent.com>
23058
23059         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23060         foo and bar.  Create conftestdir/ in the script, not in the C code.
23061         Remove directories in the script, not in the C code.
23062         Remove conftestdir{,2} before trying to create the directory.
23063         Make the entire configure script fail if the mkdir fails.
23064
23065 2001-01-14  Jim Meyering  <meyering@lucent.com>
23066
23067         * lib/rename.c: New file.  From Volker Borchert.
23068         Include stdlib.h, string.h or strings.h, and xalloc.h.
23069         Use strip_trailing_slashes rather than open-coding it.
23070
23071 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23072
23073         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23074
23075 2001-01-03  Jim Meyering  <meyering@lucent.com>
23076
23077         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23078         of local `inptr' to avoid warning with some system declarations of
23079         iconv.
23080
23081 2001-01-02  Volker Borchert  <bt@teknon.de>
23082
23083         * m4/rename.m4: New file.
23084         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23085
23086 2001-01-01  Jim Meyering  <meyering@lucent.com>
23087
23088         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23089         even on systems with utmpx.h.  It's necessary for the declaration of
23090         utmp's ut_user member.  Reported by Andreas Jaeger.
23091
23092         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23093         available. They are required for the declarations of getgrgid and
23094         getpwuid resp.
23095         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23096         Reported by Andreas Jaeger.
23097
23098 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23099
23100         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23101         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23102         so `make install' also works in VPATH builds.
23103
23104 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23105
23106         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23107         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23108         can be used in subdirectories.
23109
23110 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23111
23112         * lib/modechange.c: Do not assume that mode_t uses the
23113         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23114         the other-execute bit of FOO even if S_IXOTH != 1.
23115
23116         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23117         WOTH, XOTH, ALLM): New macros.
23118         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23119          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23120         Use them.
23121         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23122         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23123         (mode_compile):
23124         No need to use uintmax_t; unsigned long is long enough.
23125         Don't bother to get suffix since we don't use it.
23126
23127 2000-12-26  Jim Meyering  <meyering@lucent.com>
23128
23129         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23130         better with autoheader.
23131
23132 2000-12-24  Jim Meyering  <meyering@lucent.com>
23133
23134         * lib/hash.c (is_prime): Return explicit boolean values.
23135         (hash_get_first): Return NULL to appease Irix5.6's 89.
23136         Reported by Nelson Beebe.
23137
23138 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23139
23140         * lib/localcharset.c (locale_charset): Add support for Win32.
23141
23142 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23143
23144         * lib/physmem.h, lib/physmem.c: New files.
23145
23146         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23147         (noinst_HEADERS): Add physmem.h.
23148
23149         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23150         't' for compatibility with Solaris 8 sort.
23151
23152 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23153
23154         * lib/config.charset: Add support for BeOS.
23155
23156 2000-12-17  Jim Meyering  <meyering@lucent.com>
23157
23158         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23159         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23160
23161 2000-12-16  Jim Meyering  <meyering@lucent.com>
23162
23163         This bug had a serious impact on chown: `chown N:M FILE' (for integer
23164         N and M) would have treated it like `chown N:N FILE'.
23165
23166         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
23167
23168 2000-12-16  Jim Meyering  <meyering@lucent.com>
23169
23170         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
23171         SHELLS_FILE to a file name that's useful on djgpp systems.
23172         Include stdlib.h.
23173         (ADDITIONAL_DEFAULT_SHELLS): Define.
23174         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
23175         Based mostly on a patch from Prashant TR.
23176
23177 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
23178
23179         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
23180         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
23181         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
23182
23183 2000-12-08  Andreas Schwab  <schwab@suse.de>
23184
23185         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
23186         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
23187
23188 2000-12-07  Jim Meyering  <meyering@lucent.com>
23189
23190         * lib/stripslash.c (ISSLASH): Define.
23191         (strip_trailing_slashes): Use ISSLASH rather than comparing against
23192         `/'.
23193         From Prashant TR.
23194
23195         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
23196         (dir_name_r): Declare this function as static.
23197         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
23198         manifest itself on a name containing a mix of slashes and
23199         backslashes.
23200         Make this function work with names starting with a DOS-style
23201         drive letter and colon prefix.
23202         (dir_name): Append `.' if necessary.
23203         Based mostly on patches from Prashant TR and Eli Zaretskii.
23204
23205         * lib/dirname.h (dir_name_r): Remove prototype.
23206
23207 2000-12-06  Paul Eggert  <eggert@twinsun.com>
23208
23209         * m4/off_t-format.m4: Remove this file.
23210         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
23211
23212 2000-12-06  Jim Meyering  <meyering@lucent.com>
23213
23214         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
23215         replacement strtoull, we may well need the replacement strtoul, too.
23216         Check for declarations of strtoul and strtoull.
23217         Check for strtol.  Mainly as a cue to cause automake to include
23218         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
23219         Check for limits.h -- strtol.c needs it.
23220
23221 2000-12-05  Jim Meyering  <meyering@lucent.com>
23222
23223         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
23224
23225 2000-12-04  Jim Meyering  <meyering@lucent.com>
23226
23227         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
23228         Also include memory.h, stdlib.h, unistd.h if appropriate.
23229         Reported by Andreas Jaeger (conflicting declaration of malloc).
23230
23231 2000-12-02  Jim Meyering  <meyering@lucent.com>
23232
23233         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
23234         * m4/jm-macros.m4 (jm_MACROS): require it.
23235
23236 2000-12-02  Jim Meyering  <meyering@lucent.com>
23237
23238         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
23239
23240 2000-12-01  Paul Eggert  <eggert@twinsun.com>
23241
23242         * lib/memrchr.c: Include <config.h> before any system include file.
23243
23244 2000-11-30  Jim Meyering  <meyering@lucent.com>
23245
23246         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
23247
23248 2000-11-30  Jim Meyering  <meyering@lucent.com>
23249
23250         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
23251
23252 2000-11-29  Paul Eggert  <eggert@twinsun.com>
23253
23254         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
23255
23256 2000-11-26  Jim Meyering  <meyering@lucent.com>
23257
23258         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
23259
23260 2000-11-22  Paul Eggert  <eggert@twinsun.com>
23261
23262         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
23263         size of (size_t) -1; it's not portable.
23264
23265 2000-11-17  Jim Meyering  <meyering@lucent.com>
23266
23267         * lib/strstr.c: Update from GNU libc.
23268
23269 2000-11-17  Akim Demaille  <akim@epita.fr>
23270
23271         * lib/obstack.h: Formatting changes.
23272         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
23273         prevent type checking.
23274         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
23275         cast the value to (void *): assigning a `foo *' to a `void *'
23276         variable is valid.
23277         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
23278
23279 2000-11-16  Jim Meyering  <meyering@lucent.com>
23280
23281         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
23282
23283 2000-11-11  Jim Meyering  <meyering@lucent.com>
23284
23285         * lib/error.c: Add a couple #includes, merging from GNU libc version.
23286
23287 2000-11-10  Jim Meyering  <meyering@lucent.com>
23288
23289         * lib/obstack.h: Update from GNU libc.
23290         * lib/obstack.c: Likewise.
23291
23292 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
23293
23294         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
23295
23296 2000-11-06  Paul Eggert  <eggert@twinsun.com>
23297
23298         * lib/getusershell.c (setusershell): Use rewind rather than
23299         fseek/fseeko, to avoid configuration hassles with fseeko.
23300         Don't bother opening SHELLS_FILE if shellstream is NULL;
23301         it's not necessary.
23302
23303 2000-11-05  Jim Meyering  <meyering@lucent.com>
23304
23305         * lib/makepath.h (make_dir): Declare.
23306         * lib/makepath.c (make_dir): Remove `static' attribute.
23307         Tweak a comment.
23308
23309 2000-11-04  Jim Meyering  <meyering@lucent.com>
23310
23311         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
23312
23313 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
23314
23315         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
23316         last one in a bucket, advance to the next bucket.
23317
23318 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
23319
23320         * lib/fnmatch.c: Do not comment out all the code if we are using
23321         the GNU C library, because in some cases we are replacing buggy
23322         code in the GNU C library itself.
23323
23324 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23325
23326         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
23327         (regex_compile): Catch bogus \(\1\).
23328
23329 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23330
23331         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
23332         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
23333         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
23334
23335 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23336
23337         * lib/error.h, getline.h, modechange.h:
23338         Remove "2000" from Copyright line, as the file hasn't been
23339         changed this year other than in the copyright notice.
23340
23341         * lib/xalloc.h: Add "2000" to Copyright line, as this file
23342         was changed this year.
23343
23344 2000-10-29  Jim Meyering  <meyering@lucent.com>
23345
23346         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
23347         renaming.
23348         * m4/ls-mntd-fs.m4: Likewise
23349
23350 2000-10-29  Jim Meyering  <meyering@lucent.com>
23351
23352         * lib/xstat.in: Fix grammar in comment.
23353
23354 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
23355
23356         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
23357         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
23358         doesn't define __restrict_arr.
23359
23360 2000-10-28  Jim Meyering  <meyering@lucent.com>
23361
23362         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
23363         (jm_PREREQ_MEMCHR): New function.
23364
23365 2000-10-28  Jim Meyering  <meyering@lucent.com>
23366
23367         * lib/memchr.c: Update from libc.
23368         Adjust for portability:
23369         [HAVE_STDLIB_H]: Include stdlib.h.
23370         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
23371         Undef __memchr, too.
23372         [!weak_alias]: Define __memchr to memchr.
23373
23374         * lib/regex.c: Update from libc.
23375         * lib/regex.h: Likewise.
23376         * lib/getopt1.c: Likewise.
23377         * lib/memcmp.c: Likewise.
23378
23379         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
23380         Avoid using fseek, when possible -- it's broken by design.
23381         Patch by Ulrich Drepper.
23382
23383 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
23384
23385         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
23386         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
23387         Giving in to popular pressure to shut up the compiler with casts.
23388
23389 2000-10-26  Jim Meyering  <meyering@lucent.com>
23390
23391         * lib/strftime.c: Update from libc.
23392
23393 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
23394
23395         * regex.c: More `unsigned char' -> `re_char' changes.
23396         Also change several `int' into `re_wchar_t'.
23397         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
23398         (PUSH_FAILURE_POINTER): Don't cast any more.
23399         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
23400         We want GCC to complain, since this piece of code makes
23401         re_match non-reentrant, which *should* be fixed.
23402         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
23403         (EXTEND_BUFFER): Use RETALLOC.
23404         (SET_LIST_BIT): Don't cast.
23405         (re_wchar_t): New type.
23406         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
23407         that those two functions will always properly return.
23408         (IMMEDIATE_QUIT_CHECK): Cast to void.
23409         (analyse_first): Use recursion rather than an explicit stack.
23410         (re_compile_fastmap): Can't fail anymore.
23411         (re_search_2): Don't check re_compile_fastmap for failure.
23412         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
23413         Now also sets the new value (passed in a new argument).
23414         (re_match_2_internal): Use it.
23415         Also, use a new var `reg' of type size_t when looping through regs
23416         rather than reuse the inappropriate `mcnt'.
23417
23418 2000-10-25  Jim Meyering  <meyering@lucent.com>
23419
23420         * lib/obstack.c: Update from libc.
23421
23422 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
23423
23424         * regex.c (regex_compile): Change the way of handling a range from
23425         a char less than 256 to a char not less than 256.
23426
23427 2000-10-24  Andrew Innes  <andrewi@gnu.org>
23428
23429         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
23430         NT-Emacs only.
23431         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
23432         so that re_search functions only quit when callers expect them to.
23433
23434 2000-10-23  Jim Meyering  <meyering@lucent.com>
23435
23436         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
23437         wrong.  That set_locale call must not have any side effects.
23438         From Paul Eggert.
23439
23440 2000-10-22  Jim Meyering  <meyering@lucent.com>
23441
23442         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
23443         [CYCLIC]: Remove now-unused definition.
23444
23445         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
23446         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
23447         Suggestion from Ulrich Drepper.
23448
23449 2000-10-21  Jim Meyering  <meyering@lucent.com>
23450
23451         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
23452         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
23453         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
23454
23455 2000-10-21  Jim Meyering  <meyering@lucent.com>
23456
23457         * lib/dirname.c (memrchr): Declare if necessary.
23458         (dir_name): Remove the restriction that there be no
23459         trailing slashes.  Now, this code skips past them, effectively
23460         ignoring them.
23461         [TEST_DIRNAME] (main): New unit tests.
23462
23463         * lib/memrchr.c: New file from GNU libc.
23464         Undef __memrchr, too.
23465         [!weak_alias]: Define __memrchr to memrchr.
23466         Guard weak_alias use with `#ifdef weak_alias'.
23467
23468 2000-10-21  Jim Meyering  <meyering@lucent.com>
23469
23470         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
23471         (dir_name): Use dir_name_r.
23472         * lib/dirname.h (dir_name_r): Declare it.
23473
23474 2000-10-17  Jim Meyering  <meyering@lucent.com>
23475
23476         * lib/quote.h (PARAMS): Define and use.
23477         Reported by Akim Demaille.
23478
23479         * lib/getopt.c: Update from libc.
23480
23481 2000-10-16  Jim Meyering  <meyering@lucent.com>
23482
23483         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
23484         setlocale.
23485         From Jan Fedak.
23486
23487 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
23488
23489         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
23490
23491 2000-09-25  Jim Meyering  <meyering@lucent.com>
23492
23493         * lib/md5.h (rol): Define (from GnuPG).
23494
23495         * lib/sha.c: Give credit (GnuPG) where due.
23496         (M): Use rol rather than open-coding it.
23497         Add a FIXME comment.
23498
23499 2000-09-21  Jim Meyering  <meyering@lucent.com>
23500
23501         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
23502         Reported by Michael Stone.
23503
23504 2000-09-20  Jim Meyering  <meyering@lucent.com>
23505
23506         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
23507         (noinst_HEADERS): Add sha.h.
23508         Based on code from Scott G. Miller and from GnuPG.
23509
23510 2000-09-18  Jim Meyering  <meyering@lucent.com>
23511
23512         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
23513         LIBS. Otherwise, everyone ends up linking with -lelf for some
23514         configurations.
23515         Reported by Mike Stone.
23516
23517 2000-09-15  Jim Meyering  <meyering@lucent.com>
23518
23519         * lib/regex.c: Update from libc.
23520
23521 2000-09-10  Jim Meyering  <meyering@lucent.com>
23522
23523         * lib/getopt.c (_getopt_internal): Update from glibc.
23524
23525 2000-09-09  Jim Meyering  <meyering@lucent.com>
23526
23527         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
23528         think it should be used as a general replacement for isascii.
23529         * lib/fnmatch.c: Likewise.
23530         * lib/mbswidth.c: Likewise
23531         * lib/regex.c: Likewise.
23532
23533         Don't use atoi.
23534         * lib/userspec.c: Include sys/param.h and limits.h.
23535         Include xstrtol.h.
23536         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23537         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
23538         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
23539         UID, GID.  Check range.
23540
23541 2000-09-06  Jim Meyering  <meyering@lucent.com>
23542
23543         * lib/getopt.c (_getopt_internal): Update from glibc.
23544
23545 2000-08-30  Jim Meyering  <meyering@lucent.com>
23546
23547         * lib/strftime.c: Merge in changes from GNU libc.
23548
23549 2000-08-26  Jim Meyering  <meyering@lucent.com>
23550
23551         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
23552         * m4/fpending.m4: New file.
23553
23554 2000-08-26  Jim Meyering  <meyering@lucent.com>
23555
23556         * lib/closeout.c: Include "__fpending.h".
23557         (close_stdout_status): Return right away if there's nothing to flush.
23558
23559         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
23560         * lib/__fpending.c: New file.
23561         * lib/__fpending.h: New file.
23562
23563 2000-08-20  Jim Meyering  <meyering@lucent.com>
23564
23565         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
23566         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
23567         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
23568
23569 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
23570
23571         Improve fileutils installation on systems where running
23572         programs (like install) can't be unlinked.
23573         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
23574         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
23575
23576 2000-08-07  Paul Eggert  <eggert@twinsun.com>
23577
23578         Standardize on "memory exhausted" instead of "Memory exhausted"
23579         or "virtual memory exhausted".
23580         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
23581         "virtual memory exhausted".
23582         * lib/same.c (same_name): Invoke xalloc_die instead of printing
23583         our own message.
23584         * lib/userspec.c (parse_user_spec): Likewise.
23585         * lib/bumpalloc.h: comment fix
23586         * lib/same.c, userspec.c: Include xalloc.h.
23587
23588         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
23589         not char *const and pointing to a constant array.
23590         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
23591         (xrealloc): Comment fix.
23592
23593         * lib/userspec.c (parse_user_spec):
23594         Don't translate a message until just before returning,
23595         to avoid unnecessary translation.
23596
23597 2000-08-07  Jim Meyering  <meyering@lucent.com>
23598
23599         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
23600         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
23601         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
23602         getgroups.c, gethostname.c, getopt.h, group-member.c,
23603         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
23604         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
23605         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
23606         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
23607         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
23608         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
23609         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
23610         yesno.c: Back out Copyright date changes for each file with no change
23611         this year.  This eases coordination with other programs using the same
23612         source code modules.  From Paul Eggert.
23613
23614 2000-08-06  Paul Eggert  <eggert@twinsun.com>
23615
23616         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
23617         not char, for compatibility with glibc 2.1.3 strftime.c.
23618
23619 2000-08-03  Greg McGary  <greg@mcgary.org>
23620
23621         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
23622         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
23623         (EXTEND_BUFFER): Use them.
23624
23625 2000-08-01  Jim Meyering  <meyering@lucent.com>
23626
23627         * lib/dirname.c (ISSLASH): Define.
23628         (BACKSLASH_IS_PATH_SEPARATOR): Define.
23629         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
23630         both `\' and `/' may be use as path separators.
23631         Based on a patch from Prashant TR.
23632
23633 2000-07-31  Paul Eggert  <eggert@twinsun.com>
23634
23635         * lib/quotearg.c (quotearg_n_options): Don't make the initial
23636         slot vector a constant, since it might get modified.
23637
23638 2000-07-31  Jim Meyering  <meyering@lucent.com>
23639
23640         * lib/xmalloc.c: Use `virtual memory exhausted', not
23641         `Memory exhausted'.
23642         * lib/obstack.c (print_and_abort): Likewise.
23643
23644 2000-07-30  Paul Eggert  <eggert@twinsun.com>
23645
23646         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
23647         buffer, so that the caller can always quote one small
23648         component of a "memory exhausted" message in slot 0.
23649         From a suggestion by Jim Meyering.
23650
23651 2000-07-30  Jim Meyering  <meyering@lucent.com>
23652
23653         * lib/makepath.c (make_path): Quote the other instance, too.
23654
23655         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
23656         (STATIC_BUF_SIZE): Define.
23657         (quotearg_n_options): Use only statically allocated storage when
23658         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
23659         than STATIC_BUF_SIZE.
23660
23661 2000-07-29  Jim Meyering  <meyering@lucent.com>
23662
23663         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
23664         * lib/dirname.c (dir_name): Likewise.
23665
23666         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
23667         `/'.
23668
23669         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
23670         (dir_name): Assert that there are no trailing slashes.
23671
23672 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
23673
23674         * lib/mbswidth.h (mbswidth): Add a flags argument.
23675         (mbswidth): New declaration.
23676         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
23677         * lib/mbswidth.c (mbswidth): Add a flags argument.
23678         (mbsnwidth): New function.
23679
23680 2000-07-24  Jim Meyering  <meyering@lucent.com>
23681
23682         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
23683
23684 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23685
23686         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
23687
23688 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23689
23690         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
23691         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
23692         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
23693         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
23694         invoke multibyte primitives.
23695
23696 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23697
23698         * lib/quotearg.c:
23699         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
23700         so that mbstate_t is always defined.
23701
23702         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
23703         be 1 in at least one GCC installation, and this configuration
23704         error is likely to be common.  Ignoring MB_LEN_MAX hurts
23705         performance on hosts that have mbrtowc but have only unibyte
23706         locales, but I assume these hosts are rare.
23707
23708 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23709
23710         * lib/mbswidth.c (_XOPEN_SOURCE):
23711         Don't define; this causes problems on Solaris 7.
23712         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
23713
23714 2000-07-23  Jim Meyering  <meyering@lucent.com>
23715
23716         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
23717         too: getgrgid, getpwuid, getuid.
23718
23719 2000-07-23  Jim Meyering  <meyering@lucent.com>
23720
23721         * lib/basename.c (base_name): Add an assertion.
23722
23723 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
23724
23725         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
23726         shadow its mbsinit function.
23727
23728 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23729
23730         * lib/mbswidth.h: New file.
23731         * lib/mbswidth.c: New file.
23732         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
23733         (noinst_HEADERS): Add mbswidth.h.
23734
23735 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23736
23737         * lib/config.charset: Add support for FreeBSD. Improve support for
23738         HP-UX and IRIX 6.
23739
23740 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
23741
23742         * m4/mbswidth.m4: New file.
23743         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
23744
23745 2000-07-15  Jim Meyering  <meyering@lucent.com>
23746
23747         * lib/makepath.c: Include quote.h.
23748         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
23749         corresponding argument in a `quote (...)' call.
23750         Give better diagnostics.
23751
23752         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
23753         (noinst_HEADERS): Add quote.h.
23754
23755         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
23756         from tar's src/misc.c.
23757         * lib/quote.h: New file.  Prototypes for same.
23758
23759 2000-07-14  Paul Eggert  <eggert@twinsun.com>
23760
23761         From a suggestion by Bruno Haible.
23762         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
23763         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
23764         to decide whether to define the BeOS workaround macro;
23765         this adjusts to the change to AC_MBSTATE_T.
23766
23767 2000-07-14  Jim Meyering  <meyering@lucent.com>
23768
23769         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
23770         jm_AC_TYPE_UINTMAX_T.
23771
23772 2000-07-13  Paul Eggert  <eggert@twinsun.com>
23773
23774         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
23775
23776         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
23777         quotearg_buffer_restyled): Add support for
23778         clocale_quoting_style.  Undo previous change to
23779         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
23780         and "{RIGHT QUOTATION MARK}" msgids.
23781
23782 2000-07-10  Paul Eggert  <eggert@twinsun.com>
23783
23784         From a suggestion by Bruno Haible.
23785         * m4/mbstate_t.m4 (AC_MBSTATE_T):
23786         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
23787         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
23788         and mbstate_t, to a single-part test that simply defines mbstate_t.
23789         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
23790         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
23791
23792 2000-07-10  Jim Meyering  <meyering@lucent.com>
23793
23794         * m4/strerror_r.m4: Mirror the correction made in autoconf.
23795
23796         * m4/gnu-source.m4: Output to confdefs.h directly.
23797         Suggestion from Akim Demaille.
23798
23799 2000-07-09  Paul Eggert  <eggert@twinsun.com>
23800
23801         The old behavior of quoting `like this' doesn't look good with
23802         newer, ISO-style fonts.  See:
23803         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
23804
23805         Instead, quote "like this" by default.  Let the translator
23806         tailor the locale-specific quoting behavior by providing
23807         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
23808
23809         * lib/quotearg.c (N_): New macro.
23810         (gettext_default): New function.
23811         (quotearg_buffer_restyled): Use
23812         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
23813         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
23814
23815 2000-07-09  Jim Meyering  <meyering@lucent.com>
23816
23817         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
23818         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
23819
23820         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
23821         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
23822
23823 2000-07-09  Jim Meyering  <meyering@lucent.com>
23824
23825         * lib/Most files: Update copyright dates to include 2000.
23826
23827 2000-07-08  Jim Meyering  <meyering@lucent.com>
23828
23829         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
23830         if not defined.
23831         (xgethostname): Remove now-unnecessary #ifdef.
23832         Move declaration of `err' into loop where it's used.
23833
23834 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23835         and Bruno Haible  <haible@clisp.cons.org>
23836
23837         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
23838         only if the test for an object-type mbstate_t fails.  This
23839         prevents us from mistakenly reporting that mbstate_t is a
23840         system object type after we "#define mbstate_t int" to work
23841         around its lack.
23842
23843 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23844         and Bruno Haible  <haible@clisp.cons.org>
23845
23846         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
23847
23848 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23849
23850         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
23851         to strerror_r.
23852         Include <ctype.h> for use of isalpha.
23853
23854 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23855
23856         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
23857         by allocating a larger buffer. Test the gethostname return value for
23858         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
23859         returns an error and ENAMETOOLONG isn't defined.
23860
23861 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23862
23863         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
23864         dimension.
23865
23866 2000-07-04  Jim Meyering  <meyering@lucent.com>
23867
23868         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
23869         of the deprecated AC_CHECKING.
23870
23871 2000-07-04  Jim Meyering  <meyering@lucent.com>
23872
23873         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
23874         Reported by Bruno Haible.
23875
23876 2000-07-04  Jim Meyering  <meyering@lucent.com>
23877
23878         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
23879         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
23880         lacks mbrtowc.
23881
23882 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23883
23884         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
23885         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
23886
23887 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23888         and Bruno Haible  <haible@clisp.cons.org>
23889
23890         * lib/quotearg.c (mbrtowc):
23891         Assign to *pwc, and return 1 only if result is nonzero.
23892         (iswprint): Use ISPRINT when substituting our own mbrtowc.
23893
23894 2000-07-03  Jim Meyering  <meyering@lucent.com>
23895
23896         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
23897
23898 2000-07-03  Jim Meyering  <meyering@lucent.com>
23899
23900         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
23901         This is necessary to get a definition of e.g., UTMP_FILE on
23902         HP-UX 10.20.
23903         From Bob Proulx.
23904
23905 2000-07-02  Jim Meyering  <meyering@lucent.com>
23906
23907         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
23908
23909         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
23910         AC_LIBOBJ(function_name).
23911         * m4/chown.m4: Likewise.
23912         * m4/fnmatch.m4: Likewise.
23913         * m4/ftruncate.m4: Likewise.
23914         * m4/getgroups.m4: Likewise.
23915         * m4/getline.m4: Likewise.
23916         * m4/group-member.m4: Likewise.
23917         * m4/jm-macros.m4: Likewise.
23918         * m4/lstat.m4: Likewise.
23919         * m4/malloc.m4: Likewise.
23920         * m4/memcmp.m4: Likewise.
23921         * m4/nanosleep.m4: Likewise.
23922         * m4/putenv.m4: Likewise.
23923         * m4/realloc.m4: Likewise.
23924         * m4/regex.m4: Likewise.
23925         * m4/stat.m4: Likewise.
23926         * m4/strftime.m4: Likewise.
23927
23928 2000-07-02  Jim Meyering  <meyering@lucent.com>
23929
23930         * lib/quotearg.c (mbstate_t): Don't define here.
23931
23932 2000-07-02  Jim Meyering  <meyering@lucent.com>
23933
23934         * lib/nanosleep.c (SIGCONT): Define if not already defined.
23935
23936 2000-07-01  Jim Meyering  <meyering@lucent.com>
23937
23938         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
23939
23940 2000-07-01  Jim Meyering  <meyering@lucent.com>
23941
23942         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
23943         problem.
23944
23945 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23946
23947         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
23948         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
23949
23950 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23951
23952         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
23953         per change in ../m4/ls-mntd-fs.m4.
23954         (read_filesystem_list): Ignore symbolic links.
23955
23956 2000-06-29  Jim Meyering  <meyering@lucent.com>
23957
23958         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
23959         for declaration of strcmp.
23960
23961         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
23962
23963         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
23964         Avoid warning by casting result to `char *' to remove `const'.
23965
23966 2000-06-28  Jim Meyering  <meyering@lucent.com>
23967
23968         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
23969         included by quotearg.c, for which we perform this test.  From
23970         Bruno Haible.
23971
23972 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23973
23974         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
23975         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
23976         <utmpx.h> exists, put readutmp.o into LIBOBJS.
23977
23978 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23979
23980         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
23981
23982 2000-06-26  Paul Eggert  <eggert@twinsun.com>
23983
23984         savedir now sets errno on failure and invokes xmalloc to get memory.
23985         Fix a couple of other minor bugs while we're at it.
23986
23987         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
23988         (NAMLEN): Remove macro.
23989         (malloc, realloc): Remove decls.
23990         (stpcpy): Likewise.
23991         ("xalloc.h"): Include.
23992         (NAME_SIZE_DEFAULT): New macro.
23993         (savedir): Use xmalloc / xrealloc to allocate memory.
23994         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
23995         Skip "" directory entries.
23996         Use strlen to calculate directory entry length, since the old method
23997         is rarely used these days and isn't worth supporting.
23998         Don't use a pointer after freeing it.
23999         Check for integer overflow when calculating allocation size.
24000         Use memcpy to copy entries, instead of stpcpy.
24001         Set errno properly when returning NULL.
24002         Check for readdir error.
24003
24004 2000-06-26  Jim Meyering  <meyering@lucent.com>
24005
24006         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
24007
24008 2000-06-25  Jim Meyering  <meyering@lucent.com>
24009
24010         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
24011         Linux header bug when _XOPEN_SOURCE is defined to 500.
24012
24013 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24014
24015         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24016         deficiency.
24017
24018 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24019
24020         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24021         Include xalloc.h.
24022         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24023
24024 2000-06-24  Jim Meyering  <meyering@lucent.com>
24025
24026         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24027         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24028         for which strerror does return char*, but which lacks a conveniently
24029         accessible declaration of the function.  If the compile-test says
24030         strerror_r doesn't work, then resort to a `run'-test that works on
24031         BeOS and segfaults on DEC Unix.
24032
24033 2000-06-24  Jim Meyering  <meyering@lucent.com>
24034
24035         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24036
24037 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24038
24039         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24040         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24041
24042 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24043
24044         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24045         (mbrtowc, mbstate_t): Define substitutes if
24046         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24047         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24048         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24049
24050 2000-06-23  Jim Meyering  <meyering@lucent.com>
24051
24052         * m4/afs.m4: Add missing AC_MSG_RESULT.
24053         Reported by Bruno Haible.
24054
24055         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24056         Suggestion from Bruno Haible.
24057
24058 2000-06-23  Jim Meyering  <meyering@lucent.com>
24059
24060         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24061
24062 2000-06-21  Jim Meyering  <meyering@lucent.com>
24063
24064         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24065
24066 2000-06-21  Jim Meyering  <meyering@lucent.com>
24067
24068         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24069         (noinst_HEADERS): Add getstr.h.
24070
24071         * lib/getline.c (getstr): Move into a separate file.
24072         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24073         the following changes: new parameter, delim2; both delim[12]
24074         parameters have type `int', not `char'.  The latter would lose
24075         with 8-bit delimiters.
24076         * lib/getstr.h: New file.
24077
24078 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24079
24080         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24081         than 1024, return a memory chunk of least possible size, instead
24082         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24083         Use free/xmalloc instead of xrealloc to avoid copying for very long
24084         paths.
24085
24086 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24087
24088         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24089         the empty string.
24090
24091 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24092
24093         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24094         address, not strdup.  Include <stdlib.h> and don't declare free().
24095
24096 2000-06-19  Jim Meyering  <meyering@lucent.com>
24097
24098         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24099
24100 2000-06-18  Jim Meyering  <meyering@lucent.com>
24101
24102         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24103
24104         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24105         `checking whether...' message to be consistent with that of the
24106         lstat test.
24107
24108 2000-06-18  Jim Meyering  <meyering@lucent.com>
24109
24110         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24111         Besides, these days every porting target provides a mkdir function.
24112
24113         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24114         needed. (this snippet comes from src/system.h).
24115
24116 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24117
24118         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24119
24120 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24121
24122         * lib/human.c (adjust_value): New function.
24123         (human_readable_inexact): Apply rounding style even when
24124         printing approximate values.
24125
24126 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24127
24128         * lib/human.c (human_readable_inexact): Allow an input block
24129         size that is not a multiple of the output block size, and vice versa.
24130         Reported by Piergiorgio Sartor.
24131
24132 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24133
24134         * lib/getdate.y (get_date): Apply relative times after time
24135         zone indicator, not before.  Reported by Todd A. Jacobs.
24136
24137 2000-06-13  Jim Meyering  <meyering@lucent.com>
24138
24139         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24140
24141         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24142
24143 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24144
24145         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24146
24147 2000-06-12  Jim Meyering  <meyering@lucent.com>
24148
24149         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24150         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24151         optional argument.
24152         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24153         the optional argument, `lib'.
24154
24155 2000-06-08  Jim Meyering  <meyering@lucent.com>
24156
24157         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24158
24159 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24160
24161         Rewrite largefile configuration so that we don't need to run
24162         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24163         AC_CANONICAL_HOST in configure.in -- jmm]
24164
24165         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
24166         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
24167         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
24168         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
24169         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
24170         All uses changed.
24171         Instead of inspecting the output of getconf, try to compile the
24172         test program without and with the macro definition.
24173         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
24174         for getconf.  Instead, check for the needed flags by compiling
24175         test programs.
24176
24177 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24178
24179         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
24180
24181 2000-06-04  Jim Meyering  <meyering@lucent.com>
24182
24183         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
24184         SunOS 4.1.4 for which gid_t is an unsigned type.
24185
24186 2000-06-03  Jim Meyering  <meyering@lucent.com>
24187
24188         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
24189         now that autoconf requires that.
24190
24191         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
24192         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
24193         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
24194
24195 2000-06-03  Jim Meyering  <meyering@lucent.com>
24196
24197         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
24198
24199 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24200
24201         * m4/glibc21.m4: New file.
24202         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
24203
24204 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24205
24206         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
24207         newer, don't install charset.alias.
24208         * lib/config.charset: Change the Linux/glibc rules so they become empty
24209         on glibc-2.1 or newer.
24210
24211 2000-06-02  Jim Meyering  <meyering@lucent.com>
24212
24213         * lib/mountlist.c: Back out last change.  Instead, do this...
24214         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
24215         me_dummy member using the same `ignore'-testing code.
24216         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
24217         fs_type strings.
24218         From Mark D. Roth.
24219
24220 2000-05-29  Jim Meyering  <meyering@lucent.com>
24221
24222         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
24223         mounts with the `ignore' attribute.  Based on a patch from
24224         Mark D. Roth.
24225
24226 2000-05-28  Jim Meyering  <meyering@lucent.com>
24227
24228         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
24229         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24230         * m4/stat.m4: Likewise.
24231         * m4/lstat.m4: Likewise.
24232         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
24233
24234         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
24235         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
24236
24237 2000-05-26  Jim Meyering  <meyering@lucent.com>
24238
24239         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
24240
24241 2000-05-24  Jim Meyering  <meyering@lucent.com>
24242
24243         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
24244         autoconf requires that.
24245         * m4/lib-check.m4: Likewise.
24246         * m4/jm-macros.m4: Likewise.
24247         * m4/strftime.m4: Likewise.
24248
24249         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
24250         AC_CHECK_DECLS, now that autoconf requires that.
24251
24252 2000-05-22  Jim Meyering  <meyering@lucent.com>
24253
24254         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24255         * m4/lstat.m4: Likewise.
24256
24257 2000-05-22  Jim Meyering  <meyering@lucent.com>
24258
24259         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
24260
24261 2000-05-20  Jim Meyering  <meyering@lucent.com>
24262
24263         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
24264         (jm_PREREQ): Use it.
24265
24266 2000-05-18  Jim Meyering  <meyering@lucent.com>
24267
24268         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
24269         back, too, since it may have been modified by allocate_entry.
24270         (hash_delete): Rewrite to use neither the assignment operator
24271         nor the comma operator in an if-expression.
24272
24273 2000-05-15  Paul Eggert  <eggert@twinsun.com>
24274
24275         * lib/closeout.c:
24276         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
24277         Remove; no longer needed.
24278         "quotearg.h": Add include.
24279         (file_name): Do not bother to explicitly initialize to NULL; it's less
24280         efficient on some hosts.
24281         (close_stdout_status): Remove test as to whether stdout was already
24282         closed; it breaks for the case "echo x | sort >&-".
24283         Quote file name colons.
24284         Do not assume that _("write error") lacks format strings.
24285
24286 2000-05-15  Jim Meyering  <meyering@lucent.com>
24287
24288         * lib/version-etc.c (version_etc_copyright): Update the copyright
24289         string used in all --version output.
24290
24291 2000-05-14  Jim Meyering  <meyering@lucent.com>
24292
24293         * lib/closeout.c (close_stdout_set_file_name): New function.
24294         (close_stdout_status): Use new file-scoped global.
24295         Return right away if fstat says the stdout file descriptor is invalid.
24296         * lib/closeout.h (close_stdout_set_file_name): Declare.
24297
24298 2000-05-10  Jim Meyering  <meyering@lucent.com>
24299
24300         * lib/closeout.c [default_exit_status]: New file-scoped variable.
24301         (close_stdout_set_status): New function.
24302         * lib/closeout.h (close_stdout_set_status): Declare.
24303
24304 2000-05-09  Jim Meyering  <meyering@lucent.com>
24305
24306         * m4/gettext.m4: Rename this...
24307         * m4/libintl.m4: ...to this.
24308
24309 2000-05-08  Jim Meyering  <meyering@lucent.com>
24310
24311         * lib/long-options.c: Don't include closeout.h.
24312         (parse_long_options): Don't call close_stdout for --version.
24313
24314 2000-05-06  Paul Eggert  <eggert@twinsun.com>
24315
24316         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
24317         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
24318         2.1.3 bug.  This avoids a clash when files like regex.c define
24319         _GNU_SOURCE.
24320
24321 2000-05-06  Jim Meyering  <meyering@lucent.com>
24322
24323         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
24324         (AC_REPLACE_FUNCS): Add strnlen.
24325
24326         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
24327         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
24328
24329         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
24330         AC_SEARCH_LIBS call for nanosleep.
24331         (LIB_NANOSLEEP): Set and AC_SUBST.
24332
24333 2000-05-06  Jim Meyering  <meyering@lucent.com>
24334
24335         * lib/strnlen.c: Undefine __strnlen and strnlen.
24336         [!weak_alias]: Define __strnlen to strnlen.
24337
24338         * lib/atexit.c: New file, from libiberty.
24339
24340 2000-05-06  Jim Meyering  <meyering@lucent.com>
24341
24342         * lib/closeout.c (close_stdout_status): Also check for errors on the
24343         stderr stream.
24344
24345 2000-05-05  Jim Meyering  <meyering@lucent.com>
24346
24347         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
24348         AC_SEARCH_LIBS call for clock_gettime.
24349         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
24350
24351         * m4/search-libs.m4: Update from autoconf.
24352
24353         su doesn't work on Solaris 2.6.
24354         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
24355         <shadow.h>.  Reported by Dragos Harabor.
24356
24357 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
24358
24359         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
24360         memcpy instead of xmalloc, xrealloc, path_concat.
24361         (locale_charset): Treat empty environment variables as absent.
24362         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
24363
24364 2000-05-04  Jim Meyering  <meyering@lucent.com>
24365
24366         * lib/getopt.c: Update from glibc.
24367         * lib/obstack.c: Likewise.
24368         * lib/obstack.h: Likewise.
24369         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
24370         file
24371
24372         * lib/regex.h: Likewise.
24373         * lib/strndup.c: Likewise.
24374         * lib/strnlen.c: New file, from glibc.
24375
24376 2000-05-03  Jim Meyering  <meyering@lucent.com>
24377
24378         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
24379
24380 2000-05-02  Paul Eggert  <eggert@twinsun.com>
24381
24382         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
24383         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
24384         compile-time test, rather than inspecting host and OS, to
24385         decide whether to define _LARGEFILE_SOURCE.
24386
24387 2000-05-01  Jim Meyering  <meyering@lucent.com>
24388
24389         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
24390
24391         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
24392         Based on a patch from Bruno Haible.
24393
24394 2000-05-01  Jim Meyering  <meyering@lucent.com>
24395
24396         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
24397
24398 2000-04-29  Jim Meyering  <meyering@lucent.com>
24399
24400         * lib/path-concat.c: Declare strdup only if it's not defined.
24401         * lib/canon-host.c: Likewise.
24402
24403 2000-04-28  Jim Meyering  <meyering@lucent.com>
24404
24405         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
24406         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
24407         is included first, then limits.h is included by locale.h by libintl.h.
24408         From John David Anglin.
24409
24410 2000-04-25  Jim Meyering  <meyering@lucent.com>
24411
24412         * lib/makepath.c (S_IRWXUGO): Define.
24413         (make_path): Always perform explicit chmod if MODE specifies any
24414         of the `special' permission bits.  Prompted by a bug report against
24415         install from Mate Wierdl and Joost van Baal.
24416
24417 2000-04-18  Jim Meyering  <meyering@lucent.com>
24418
24419         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
24420         (jm_PREREQ): Use it.
24421
24422 2000-04-18  Jim Meyering  <meyering@lucent.com>
24423
24424         * lib/README: New file.
24425
24426         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
24427         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
24428
24429 2000-04-17  Jim Meyering  <meyering@lucent.com>
24430
24431         Get it right :-)
24432         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
24433         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
24434         Suggestion from Akim Demaille.
24435
24436 2000-04-17  Jim Meyering  <meyering@lucent.com>
24437
24438         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
24439         the definition of it to rpl_strftime also defined-away the system's
24440         declaration.
24441
24442 2000-04-15  Jim Meyering  <meyering@lucent.com>
24443
24444         Use `C' to denote so-called `contiguous' files, the same way
24445         that tar does.
24446         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
24447         (ftypelet): Use S_ISCTG.
24448         From Michael Deutschmann.
24449
24450 2000-04-14  Jim Meyering  <meyering@lucent.com>
24451
24452         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
24453         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
24454         clobbered.
24455
24456 2000-04-14  Jim Meyering  <meyering@lucent.com>
24457
24458         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
24459
24460 2000-04-13  Jim Meyering  <meyering@lucent.com>
24461
24462         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
24463         AH_VERBATIM to insert required #ifndef into config.h.in.
24464         Suggestion from Akim Demaille.
24465
24466 2000-04-12  Jim Meyering  <meyering@lucent.com>
24467
24468         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
24469         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
24470         Christian Krackowizer.
24471
24472         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
24473         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
24474         (AC_SYS_LARGEFILE): Require.
24475         (AM_C_PROTOTYPES): Require.
24476
24477 2000-04-08  Jim Meyering  <meyering@lucent.com>
24478
24479         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
24480         names don't conflict.  Reported by Eli Zaretskii.
24481
24482 2000-04-07  Jim Meyering  <meyering@lucent.com>
24483
24484         * lib/putenv.c: Move inclusion of errno.h so it follows that of
24485         sys/types.h, to work around system header problems on AIX 3.2.5.
24486         From Bruno Haible.
24487
24488 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
24489
24490         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
24491         bug.  Deal with the different error behavior of Irix iconv.
24492
24493 2000-04-05  Paul Eggert  <eggert@twinsun.com>
24494
24495         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
24496         IRIX if the installer said otherwise.
24497
24498 2000-04-05  Jim Meyering  <meyering@lucent.com>
24499
24500         Portability tweaks required for ultrix4.3.
24501         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
24502         (jm_CHECK_DECLS): Add getutent to the list of functions.
24503         (_jm_DECL_HEADERS): Add utmpx.h.
24504         From John David Anglin.
24505
24506         * m4/strftime.m4: Back out the 2000-04-02 change.
24507         Instead of that change, simply undefine putenv in the test program.
24508
24509 2000-04-05  Jim Meyering  <meyering@lucent.com>
24510
24511         Portability tweaks required for ultrix4.3.
24512         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
24513         getutent.
24514         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
24515         * lib/canon-host.c: Declare strdup.
24516         * lib/path-concat.c: Likewise.
24517         From John David Anglin.
24518
24519 2000-04-04  Jim Meyering  <meyering@lucent.com>
24520
24521         Be more DOS 8.3-friendly.
24522         * lib/ref-add.sin: Renamed from ref-add.sed.in.
24523         * lib/ref-del.sin: Renamed from ref-del.sed.in.
24524         * lib/Makefile.am: Reflect renaming.
24525         Reported by Eli Zaretskii.
24526
24527         Use a temporary file name that won't clash with `charset.alias'
24528         in the DOS 8.3 name space.
24529         * lib/Makefile.am (charset_tmp): Define.
24530         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
24531         (uninstall-local): Likewise.
24532         Reported by Eli Zaretskii.
24533
24534 2000-04-03  Jim Meyering  <meyering@lucent.com>
24535
24536         * m4/gettext.m4: Fix typo in comment.
24537
24538         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
24539         textutils/configure.in).  Suggestion from Paul Eggert.
24540         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
24541
24542 2000-04-02  Paul Eggert  <eggert@twinsun.com>
24543
24544         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
24545         variable in the shell rather than using putenv, which isn't
24546         portable.  This avoids the configure-time inter-test dependency
24547         on the potentially-renamed putenv function.
24548
24549 2000-03-30  Paul Eggert  <eggert@twinsun.com>
24550
24551         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
24552         before checking struct stat.st_blksize, so that
24553         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
24554
24555 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24556
24557         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
24558         since strftime.c uses HAVE_STRFTIME to decide whether to use
24559         the underlying strftime.
24560
24561 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24562
24563         * lib/time/strftime.c (my_strftime): Make sure we call the system
24564         strftime, not ourselves, when invoking the underlying strftime.
24565
24566 2000-03-24  Jim Meyering  <meyering@lucent.com>
24567
24568         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
24569         (charset_alias): Define.
24570         (install-exec-local): Factor out common code.
24571         (uninstall-local): Split lines longer than 80.
24572         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
24573         (SUFFIXES): Define.
24574         (.sed.in.sed): New rule.  Don't redirect directly to $@.
24575         (CLEANFILES): Add ref-add.sed and ref-del.sed.
24576
24577 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
24578
24579         * lib/config.charset: Output a line containing "Packages using this
24580         file".
24581         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
24582         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
24583         ref-del.sed): New rules.
24584
24585 2000-03-17  Jim Meyering  <meyering@lucent.com>
24586
24587         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
24588         Otherwise, include <strings.h>
24589
24590 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
24591
24592         * lib/unicodeio.c (utf8_wctomb): New function.
24593         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
24594         format instead of in UCS-4 with platform dependent endianness.
24595
24596 2000-03-10  Jim Meyering  <meyering@lucent.com>
24597
24598         * m4/lib-check.m4: Look for getspnam in -lgen, too.
24599         From Marco Franzen.
24600
24601 2000-03-07  Paul Eggert  <eggert@twinsun.com>
24602
24603         * lib/savedir.c (savedir): Work even if directory size is
24604         negative; this can happen with some screwy NFS configurations.
24605
24606 2000-03-06  Jim Meyering  <meyering@lucent.com>
24607
24608         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
24609         if it's NULL (because we ran out of memory).  From Bruno Haible.
24610
24611 2000-03-05  Jim Meyering  <meyering@lucent.com>
24612
24613         * lib/localcharset.c ("path-concat.h"): Include.
24614         (get_charset_aliases): Use path_concat instead of ANSI string
24615         concatenation.
24616
24617         * lib/unicodeio.h (PARAMS): Define.
24618         Use it to guard prototype.
24619
24620 2000-03-04  Jim Meyering  <meyering@lucent.com>
24621
24622         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
24623         for lib/localcharset.c.
24624
24625 2000-03-04  Jim Meyering  <meyering@lucent.com>
24626
24627         * lib/Makefile.am (install-exec-local): Create $(libdir) before
24628         installing into it.
24629         (uninstall-local): Uncomment this rule so `make distcheck' works
24630         once again.
24631
24632         * lib/unicodeio.c (<errno.h>): Include it.
24633         (errno): Declare if not defined.
24634
24635         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
24636
24637         * lib/config.charset: New version, incorporating remarks from a linux
24638         i18n mailing list.  From Bruno Haible.
24639
24640 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
24641
24642         * m4/codeset.m4: New file.
24643         * m4/iconv.m4: New file.
24644         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
24645
24646 2000-03-03  Jim Meyering  <meyering@lucent.com>
24647
24648         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
24649
24650 2000-03-02  Jim Meyering  <meyering@lucent.com>
24651
24652         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
24653         the messages come out on separate lines.
24654
24655         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
24656         rather than jm_CHECK_DECLARATIONS.
24657         * m4/decl.m4: Remove now-unused file.
24658
24659         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
24660         geteuid.
24661
24662 2000-03-02  Jim Meyering  <meyering@lucent.com>
24663
24664         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
24665
24666 2000-03-01  Jim Meyering  <meyering@lucent.com>
24667
24668         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
24669         * lib/unicodeio.c: Likewise.
24670
24671 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
24672
24673         * lib/config.charset: New file.
24674         * lib/localcharset.c: New file.
24675         * lib/unicodeio.h, lib/unicodeio.c: New files.
24676         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
24677         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
24678         (noinst_HEADERS): Add unicodeio.h.
24679         (all-local, install-exec-local, charset.alias): New targets.
24680
24681 2000-02-28  Paul Eggert  <eggert@twinsun.com>
24682
24683         * lib/quotearg.c (ALERT_CHAR): New macro.
24684         (quotearg_buffer_restyled): Use it.
24685
24686 2000-02-27  Jim Meyering  <meyering@lucent.com>
24687
24688         * m4/check-decl.m4: Add getenv to the list.
24689
24690 2000-02-27  Jim Meyering  <meyering@lucent.com>
24691
24692         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
24693         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
24694
24695         * lib/backupfile.c: Guard inclusion of stdlib.h with
24696         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
24697         Declare malloc if needed.
24698
24699         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
24700         `#ifndef HAVE_DECL..'
24701         now that autoconf always defines the HAVE_DECL_ symbols.
24702         * lib/human.c: Likewise.
24703         * lib/same.c: Likewise.
24704         * lib/strtoumax.c: Likewise.
24705
24706         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
24707         declaration check was not run.
24708         * lib/hash.c: Likewise.
24709         * lib/human.c: Likewise.
24710         * lib/same.c: Likewise.
24711         * lib/strtoumax.c: Likewise.
24712
24713         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
24714         `.', then first look up the entire `.'-containing string as a login
24715         name.
24716
24717 2000-02-23  Jim Meyering  <meyering@lucent.com>
24718
24719         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
24720         in place of my hack.
24721
24722 2000-02-18  Paul Eggert  <eggert@twinsun.com>
24723
24724         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
24725         (textint): New typedef.
24726         (parser_control): Member year changed from int to textint.
24727         All uses changed.
24728         (YYSTYPE): Removed; replaced by %union with int and textint members.
24729         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
24730         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
24731         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
24732         (tSNUMBER, tUNUMBER): Now of type <textintval>.
24733         (date, number, to_year): Use width of number in digits, not its value,
24734         to determine whether it's a 2-digit year, or a 2-digit time.
24735         (yylex): Store number of digits of numeric tokens.
24736         Reported by John Kendall.
24737
24738         (parser_control): Changed from struct parser_control to typedef (for
24739         consistency).  All uses changed.
24740
24741         (tID): Removed; not used.
24742         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
24743
24744 2000-02-14  Paul Eggert  <eggert@twinsun.com>
24745
24746         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
24747         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
24748
24749 2000-02-12  Jim Meyering  <meyering@lucent.com>
24750
24751         * lib/userspec.c (ISDIGIT): Define it.
24752         (isdigit): Remove definition.
24753         (is_number): Use ISDIGIT, not isdigit.
24754         <libintl.h>: Include.
24755         (_ and N_): Define.
24756         (parse_user_spec): Mark translatable strings.
24757
24758 2000-02-10  Jim Meyering  <meyering@lucent.com>
24759
24760         With these changes, nanosleep.[ch] are finally enough like the other
24761         lib/* replacement files to compile on a few more losing systems.
24762
24763         * lib/nanosleep.h: Don't include config.h.
24764         Remove prototype from declaration of nanosleep.
24765         (PARAMS): Remove now-unneeded definition.
24766         * lib/nanosleep.c: #undef nanosleep.
24767         (rpl_nanosleep): Rename from nanosleep.
24768
24769 2000-02-10  Jim Meyering  <meyering@lucent.com>
24770
24771         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
24772         gnu_nanosleep to rpl_nanosleep.
24773
24774 2000-02-09  Jim Meyering  <meyering@lucent.com>
24775
24776         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
24777         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
24778
24779 2000-02-08  Akim Demaille  <akim@epita.fr>
24780
24781         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
24782         `[' and `]' and remove uses of `changequote'.
24783         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
24784         (AC_SYS_LARGEFILE): Likewise.
24785         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
24786         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
24787         of changequote.
24788         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
24789         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
24790         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
24791         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
24792
24793 2000-02-05  Jim Meyering  <meyering@lucent.com>
24794
24795         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
24796         Remove explicit use of AC_HEADER_TIME.  It is required by
24797         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
24798         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
24799         in autoconf whereby the expansion of the latter ended up preceding
24800         the expansion of its prerequisite, AC_HEADER_TIME.
24801         Reported by Volker Borchert.
24802
24803 2000-02-03  Jim Meyering  <meyering@lucent.com>
24804
24805         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
24806
24807 2000-02-03  Jim Meyering  <meyering@lucent.com>
24808
24809         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
24810         rather than with `#if HAVE_UTMPNAME'.
24811
24812 2000-02-02  Jim Meyering  <meyering@lucent.com>
24813
24814         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
24815         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
24816         Reported by Eli Zaretskii.
24817
24818 2000-02-01  Jim Meyering  <meyering@lucent.com>
24819
24820         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
24821
24822 2000-01-31  Jim Meyering  <meyering@lucent.com>
24823
24824         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
24825         functions.  Add the time.h and sys/time.h headers along with the
24826         AC_REQUIRE'ment of AC_HEADER_TIME.
24827
24828 2000-01-31  Jim Meyering  <meyering@lucent.com>
24829
24830         * lib/nanosleep.h (nanosleep): Guard declaration with
24831         `#if ! HAVE_DECL_NANOSLEEP'.
24832         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
24833         the declaration in that vendor's sys/timers.h.
24834         Reported by Christian Krackowizer.
24835
24836         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
24837         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
24838         (ISPRINT): Likewise.
24839         Reported by Tom Tromey.
24840
24841 2000-01-30  Jim Meyering  <meyering@lucent.com>
24842
24843         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
24844
24845         * m4/prereq.m4 (utmp_includes): Define.
24846         Check for ut_user and ut_name members in both struct utmpx
24847         and struct utmp.
24848
24849 2000-01-30  Jim Meyering  <meyering@lucent.com>
24850
24851         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
24852         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
24853         header files where only utmpx.ut_user is declared.
24854
24855         * lib/readutmp.h (UT_USER): Define.
24856
24857 2000-01-29  Jim Meyering  <meyering@lucent.com>
24858
24859         * m4/lib-check.m4: New file containing library-related checks from
24860         fileutils and sh-utils (textutils had none).
24861
24862 2000-01-28  Jim Meyering  <meyering@lucent.com>
24863
24864         * m4/perl.m4: Change format of warning message to look more like that
24865         from the missing script.  Suggestion from François Pinard.
24866
24867 2000-01-25  Jim Meyering  <meyering@lucent.com>
24868
24869         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
24870         well as time.h in the compile check.
24871         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
24872         Fix typo in cross-compiling case: s/yes/no/.
24873
24874 2000-01-23  Jim Meyering  <meyering@lucent.com>
24875
24876         * m4/jm-macros.m4: Move df-related tests here from
24877         fileutils/configure.in
24878
24879         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
24880         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
24881
24882         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
24883         s/space/ac_fsusage_space/.
24884         (jm_FILE_SYSTEM_USAGE): Take two parameters.
24885
24886         * m4/ftruncate.m4: New file (derived from part of
24887         fileutils/configure.in).
24888         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
24889         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
24890
24891         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
24892         AC_SUBST these here, rather than just in sh-util/configure.in, so
24893         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
24894         all the same.
24895         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
24896         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
24897         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
24898         (AC_SUBST(POW_LIBM)): Likewise.
24899         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
24900
24901 2000-01-23  Jim Meyering  <meyering@lucent.com>
24902
24903         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
24904         obstack.c.
24905
24906 2000-01-22  Jim Meyering  <meyering@lucent.com>
24907
24908         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
24909
24910         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
24911
24912         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
24913         configure.in
24914         (AC_CHECK_HEADERS): Likewise for sh-utils.
24915         (AC_CHECK_HEADERS): Likewise for textutils.
24916         Merge the three lists of headers.
24917
24918         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
24919         from fileutils' configure.in.
24920
24921         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
24922         code. Moved tests into their own function (_jm_DECL_HEADERS) in
24923         check-decl.m4.
24924
24925         * m4/check-decl.m4: Use #if rather than #ifdef.
24926         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
24927         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
24928         (_jm_DECL_HEADERS): Define new function.
24929         (jm_CHECK_DECLARATIONS): Require it.
24930
24931 2000-01-22  Jim Meyering  <meyering@lucent.com>
24932
24933         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
24934         [! HAVE_DECL_STRTOULL]: Declare strtoull.
24935         Required for some AIX systems.  Reported by Christian Krackowizer.
24936         [TESTING] (main): New function.
24937
24938         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
24939         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
24940         letters.
24941
24942         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
24943         iswprint.
24944
24945         * lib/strverscmp.c (ISDIGIT): Define.
24946         (strverscmp): Use ISDIGIT, not isdigit.
24947
24948 2000-01-19  Jim Meyering  <meyering@lucent.com>
24949
24950         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
24951         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
24952         defines `struct timespec' in <sys/time.h>
24953
24954         * m4/c-bs-a.m4: Remove uses of changequote altogether.
24955         Thanks to Akim for explaining.
24956
24957 2000-01-17  Paul Eggert  <eggert@twinsun.com>
24958
24959         * lib/nanosleep.c (nanosleep):
24960         Don't use SA_INTERRUPT to decide whether to call sigaction, as
24961         POSIX.1 doesn't require SA_INTERRUPT and some systems
24962         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
24963         it's been part of POSIX.1 since day 1 (in 1988).
24964
24965 2000-01-17  Jim Meyering  <meyering@lucent.com>
24966
24967         * lib/interlock: Remove unused file.  Reported by François Pinard.
24968
24969 2000-01-16  Paul Eggert  <eggert@twinsun.com>
24970
24971         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
24972         alert, backslash, formfeed, and vertical tab unnecessarily in
24973         shell quoting style.
24974
24975 2000-01-16  Jim Meyering  <meyering@lucent.com>
24976
24977         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
24978         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
24979         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
24980         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
24981
24982 2000-01-16  Jim Meyering  <meyering@lucent.com>
24983
24984         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
24985         because the latter didn't work.
24986
24987 2000-01-15  Jim Meyering  <meyering@lucent.com>
24988
24989         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
24990         (AC_REPLACE_FUNCS): Add memcpy and memset.
24991         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
24992         Add strpbrk.
24993         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
24994
24995 2000-01-12  Jim Meyering  <meyering@lucent.com>
24996
24997         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
24998         (jm_PREREQ): Use it.
24999         (jm_PREREQ_READUTMP): New macro.
25000         (jm_PREREQ): Use it.
25001
25002 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25003
25004         Quote multibyte characters correctly.
25005         * m4/c-bs-a.m4: New file.
25006         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
25007         (jm_PREREQ): Use it.
25008
25009 2000-01-11  Paul Eggert  <eggert@twinsun.com>
25010
25011         * m4/uintmax_t.m4: Port to autoconf 2.13.
25012
25013 2000-01-08  Jim Meyering  <meyering@ascend.com>
25014
25015         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25016         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25017
25018 2000-01-04  Jim Meyering  <meyering@ascend.com>
25019
25020         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25021         jm_STRUCT_DIRENT_D_TYPE.
25022         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25023         jm_STRUCT_DIRENT_D_INO.
25024         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25025         jm_STRUCT_UTIMBUF.
25026         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25027         renamings.
25028         * m4/utime.m4: Likewise.
25029
25030         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25031         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25032
25033 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25034
25035         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25036         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25037
25038 2000-01-02  Jim Meyering  <meyering@ascend.com>
25039
25040         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25041         remember if this is necessary.
25042
25043 1999-12-26  Jim Meyering  <meyering@ascend.com>
25044
25045         * m4/jm-macros.m4: Use it here.
25046         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25047
25048 1999-12-23  Jim Meyering  <meyering@ascend.com>
25049
25050         * m4/jm-macros.m4: Check for clock_gettime (moved from
25051         fileutils/configure.in)
25052         Check for gettimeofday.
25053
25054 1999-12-20  Jim Meyering  <meyering@ascend.com>
25055
25056         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25057         autoconf-2.14a-1999-12-20.
25058
25059 1999-12-19  Jim Meyering  <meyering@ascend.com>
25060
25061         * m4/lstat-slash.m4: New file.
25062         * m4/jm-macros.m4: Use the new macro:
25063         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25064
25065 1999-12-07  Jim Meyering  <meyering@ascend.com>
25066
25067         * m4/perl.m4: Require that File::Compare be available, too.
25068         Too many systems seem to lack it.
25069
25070         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25071         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25072
25073 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25074
25075         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25076         problem with the QNX 4.25 shell, which doesn't propagate exit
25077         status of failed commands inside shell assignments.
25078
25079 1999-11-17  Jim Meyering  <meyering@ascend.com>
25080
25081         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25082
25083 1999-11-07  Jim Meyering  <meyering@ascend.com>
25084
25085         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25086
25087 1999-11-06  Jim Meyering  <meyering@ascend.com>
25088
25089         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25090         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25091
25092 1999-11-05  Jim Meyering  <meyering@ascend.com>
25093
25094         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25095         configure.in of textutils, fileutils, and sh-utils into this one
25096         (shared between those packages) file.
25097         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25098         AC_STRUCT_ST_BLKSIZE.
25099
25100 1999-11-03  Jim Meyering  <meyering@ascend.com>
25101
25102         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25103         of AC_CHECK_TYPE checks includes unistd.h.
25104         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25105         Suggestion from Akim Demaille.
25106
25107 1999-10-30  Jim Meyering  <meyering@ascend.com>
25108
25109         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25110         m4-quoted string.
25111         * m4/ls-mntd-fs.m4: Likewise.
25112         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25113         * m4/jm-winsz1.m4: Likewise.
25114
25115         * m4/const.m4: Remove file, since the fix made it into the experimental
25116         version of autoconf.
25117         * m4/mktime.m4: Likewise.
25118
25119         * m4/check-type.m4: Remove file, now that the latest version of
25120         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25121
25122         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25123         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25124         AC_CHECK_TYPE.
25125
25126 1999-10-04  Jim Meyering  <meyering@ascend.com>
25127
25128         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25129
25130 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25131
25132         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25133         2.95.1 bug with HP-UX 10.20.
25134
25135 1999-09-17  Jim Meyering  <meyering@ascend.com>
25136
25137         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25138         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25139         due to missing strdup (against sh-utils-2.0).
25140
25141 1999-08-29  Jim Meyering  <meyering@ascend.com>
25142
25143         * m4/jm-macros.m4: Require jm_BISON.
25144         * m4/bison.m4: New file.
25145
25146 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25147
25148         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25149         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25150
25151 1999-08-05  Jim Meyering  <meyering@ascend.com>
25152
25153         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25154         to avoid conflicts with `conftest' on 8+3 filesystems.
25155         Suggestion from Eli Zaretskii.
25156
25157 1999-08-04  Jim Meyering  <meyering@ascend.com>
25158
25159         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25160         fileutils and sh-utils (textutils's getline test was inadequate).
25161         (AM_FUNC_GETLINE): Run this test.
25162         (AC_CHECK_FUNCS): Check for getdelim.
25163         Reported by Bob Proulx.
25164
25165 1999-08-02  Jim Meyering  <meyering@ascend.com>
25166
25167         * m4/jm-macros.m4: Add a comment.
25168
25169 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25170
25171         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
25172         <inttypes.h> defines strtoumax as a macro (and not as a
25173         function).
25174
25175 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25176
25177         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
25178         that we can shift, multiply and divide unsigned long long
25179         values; Ultrix cc can't do it.
25180
25181 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25182
25183         * m4/mktime.m4: New file, which is a preview of what should appear
25184         in the next public autoconf release.
25185
25186 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25187
25188         * m4/lfs.m4: Remove this file.
25189         * m4/largefile.m4: New file.  It contains the old contents of
25190         lfs.m4, except that all names with prefix AC_LFS have been
25191         changed to use the prefix AC_SYS_LARGEFILE instead, to be
25192         compatible with future autoconf versions.  Also, some minor m4
25193         quoting problems have been fixed.
25194
25195 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25196
25197         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
25198         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
25199         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
25200         and simplify the shell code.
25201
25202 1999-08-01  Jim Meyering  <meyering@ascend.com>
25203
25204         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
25205         m4.
25206
25207 1999-07-20  Jim Meyering  <meyering@ascend.com>
25208
25209         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
25210
25211 1999-07-15  Jim Meyering  <meyering@ascend.com>
25212
25213         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
25214
25215 1999-05-22  Jim Meyering  <meyering@ascend.com>
25216
25217         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
25218
25219 1999-05-20  Jim Meyering  <meyering@ascend.com>
25220
25221         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
25222         Add a colon after each `then' in case $4 is empty.
25223
25224 1999-05-16  Jim Meyering  <meyering@ascend.com>
25225
25226         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
25227
25228 1999-05-10  Jim Meyering  <meyering@ascend.com>
25229
25230         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
25231
25232         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
25233         AC_FUNC_MKTIME.
25234
25235 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25236
25237         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
25238
25239 1999-05-04  Paul Eggert  <eggert@twinsun.com>
25240
25241         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
25242         not CPPFLAGS, so that linking works correctly in IRIX.
25243
25244 1999-04-30  Paul Eggert  <eggert@twinsun.com>
25245
25246         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
25247
25248 1999-04-20  Paul Eggert  <eggert@twinsun.com>
25249
25250         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
25251         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
25252         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
25253         jm_AC_TYPE_UNSIGNED_LONG_LONG.
25254         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
25255
25256         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
25257
25258 1999-04-20  Jim Meyering  <meyering@ascend.com>
25259
25260         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
25261         AC_REPLACE xstroull if necessary.  From Paul Eggert.
25262         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
25263
25264 1999-04-18  Jim Meyering  <meyering@ascend.com>
25265
25266         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
25267         * m4/jm-macros.m4: Use it.
25268
25269 1999-04-06  Jim Meyering  <meyering@ascend.com>
25270
25271         * m4/strftime.m4: Remove test for %f.
25272
25273 1999-03-29  Jim Meyering  <meyering@ascend.com>
25274
25275         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
25276         superset of the AC_TYPE_* checks in the textutils, fileutils,
25277         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
25278         AC_TYPE_PID_T.
25279
25280 1999-03-28  Jim Meyering  <meyering@ascend.com>
25281
25282         * m4/jm-macros.m4: Define GNU_PACKAGE here.
25283         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
25284         replaced e.g., in the *.sh files of the sh-utils.
25285
25286 1999-03-20  Jim Meyering  <meyering@ascend.com>
25287
25288         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
25289         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
25290         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
25291
25292 1999-03-19  Jim Meyering  <meyering@ascend.com>
25293
25294         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
25295
25296 1999-03-12  Jim Meyering  <meyering@ascend.com>
25297
25298         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
25299
25300 1999-03-07  Jim Meyering  <meyering@ascend.com>
25301
25302         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
25303         declared.
25304
25305 1999-02-17  Jim Meyering  <meyering@ascend.com>
25306
25307         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
25308         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
25309
25310 1999-02-07  Jim Meyering  <meyering@ascend.com>
25311
25312         * m4/group-member.m4: New file -- extracted from sh-utils'
25313         configure.in.
25314
25315         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
25316         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
25317
25318 1999-02-06  Jim Meyering  <meyering@ascend.com>
25319
25320         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
25321         * m4/fnmatch.m4: Likewise.
25322         * m4/getgroups.m4: Likewise.
25323         * m4/lstat.m4: Likewise.
25324         * m4/malloc.m4: Likewise.
25325         * m4/putenv.m4: Likewise.
25326         * m4/realloc.m4: Likewise.
25327         * m4/regex.m4: Likewise.
25328         * m4/stat.m4: Likewise.
25329         * m4/strftime.m4: Likewise.
25330         Suggestion from Alain Magloire.
25331
25332         * m4/chown.m4: Use `.$ac_objext', not `.o'.
25333         * m4/fnmatch.m4: Likewise.
25334         * m4/getgroups.m4: Likewise.
25335         * m4/getline.m4: Likewise.
25336         * m4/lstat.m4: Likewise.
25337         * m4/malloc.m4: Likewise.
25338         * m4/memcmp.m4: Likewise.
25339         * m4/putenv.m4: Likewise.
25340         * m4/realloc.m4: Likewise.
25341         * m4/regex.m4: Likewise.
25342         * m4/stat.m4: Likewise.
25343         * m4/strftime.m4: Likewise.
25344         Suggestion from Alain Magloire.
25345
25346         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
25347         an argument.
25348
25349         * m4/regex.m4: Add a run-time Test for proper operation of
25350         re_compile_pattern.
25351
25352 1999-01-31  Jim Meyering  <meyering@ascend.com>
25353
25354         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
25355
25356 1999-01-30  Jim Meyering  <meyering@ascend.com>
25357
25358         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
25359
25360         * m4/jm-mktime.m4: Make this a wrapper around the official
25361         AM_FUNC_MKTIME rather than my private copy, now that the official one
25362         is up to date.
25363         * m4/mktime.m4: Remove file.
25364
25365         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
25366         * m4/uptime.m4: Likewise.
25367         * m4/uintmax_t.m4: Likewise.
25368
25369 1999-01-28  Jim Meyering  <meyering@ascend.com>
25370
25371         * m4/jm-macros.m4: Use jm_AFS.
25372         * m4/afs.m4: New file (from fileutils' configure.in).
25373
25374         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
25375         * m4/chown.m4: Likewise.
25376         * m4/d-ino.m4: Likewise.
25377         * m4/d-type.m4: Likewise.
25378         * m4/fnmatch.m4: Likewise.
25379         * m4/getgroups.m4: Likewise.
25380         * m4/gettext.m4: Likewise.
25381         * m4/jm-mktime.m4: Likewise.
25382         * m4/jm-winsz2.m4: Likewise.
25383         * m4/lcmessage.m4: Likewise.
25384         * m4/ls-mntd-fs.m4: Likewise.
25385         * m4/malloc.m4: Likewise.
25386         * m4/memcmp.m4: Likewise.
25387         * m4/putenv.m4: Likewise.
25388         * m4/realloc.m4: Likewise.
25389         * m4/st_mtim.m4: Likewise.
25390         * m4/strftime.m4: Likewise.
25391
25392 1999-01-16  Jim Meyering  <meyering@ascend.com>
25393
25394         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
25395         (ARGMATCH_DIE_DECL): Define.
25396
25397 1999-01-12  Jim Meyering  <meyering@ascend.com>
25398
25399         * m4/Makefile.am.in: Rewrite to avoid using fmt.
25400         Reported by Lars Hecking.
25401
25402 1999-01-10  Jim Meyering  <meyering@ascend.com>
25403
25404         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
25405         gross kludge.
25406         * m4/inttypes_h.m4: Likewise.
25407         * m4/lstat.m4: Likewise.
25408         * m4/malloc.m4: Likewise.
25409         * m4/readdir.m4: Likewise.
25410         * m4/realloc.m4: Likewise.
25411         * m4/st_dm_mode.m4: Likewise.
25412         * m4/stat.m4: Likewise.
25413         * m4/utimbuf.m4: Likewise.
25414         * m4/utimes.m4: Likewise.
25415
25416         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
25417         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
25418         comments in config.h.in are meaningful.
25419
25420         * m4/jm-macros.m4: Require autoconf-2.13 here.
25421
25422         * m4/regex.m4: By default, don't use the included regex.c on systems
25423         with glibc 2.  Suggestion from Uli Drepper.
25424
25425 1999-01-02  Jim Meyering  <meyering@ascend.com>
25426
25427         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
25428
25429 1998-12-18  Jim Meyering  <meyering@ascend.com>
25430
25431         * m4/Makefile.am.in (Makefile.am): Simplify rule.
25432         Based on a suggestion from Lars Hecking.
25433
25434 1998-11-16  Paul Eggert  <eggert@twinsun.com>
25435
25436         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
25437
25438 1998-11-16  Jim Meyering  <meyering@ascend.com>
25439
25440         * m4/lfs.m4: Double-quote the `uname...` expression.
25441
25442 1998-11-14  Jim Meyering  <meyering@ascend.com>
25443
25444         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
25445         * m4/stat.m4: Likewise.
25446
25447 1998-11-03  Jim Meyering  <meyering@ascend.com>
25448
25449         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
25450         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
25451
25452 1998-10-18  Jim Meyering  <meyering@ascend.com>
25453
25454         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
25455
25456 1998-10-17  Jim Meyering  <meyering@ascend.com>
25457
25458         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
25459         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
25460         calls for those previously hard-coded headers.  Instead, take a new
25461         parameter.
25462         (jm_CHECK_DECLARATIONS): Reflect interface change.
25463         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
25464         (jm_CHECK_DECL_LOCALTIME_R): New macro.
25465
25466         * m4/mktime.m4: Test for spring-forward gap before long-running test.
25467
25468 1998-10-14  Jim Meyering  <meyering@ascend.com>
25469
25470         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
25471         instead of "TZ=America/Vancouver".  From Paul Eggert.
25472
25473 1998-10-11  Jim Meyering  <meyering@ascend.com>
25474
25475         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
25476         This adds a test for a recently added compatibility fix for mktime.c.
25477         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
25478
25479 1998-09-27  Jim Meyering  <meyering@ascend.com>
25480
25481         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
25482
25483         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
25484         ../configure.in, including a change from Gordon Matzigkeit to allow
25485         cross-compiling for the Hurd.
25486
25487         * m4/glibc.m4: New file/macro to test for the GNU C Library
25488         versions 1 and 2.  From Gordon Matzigkeit.
25489         Indent.
25490
25491 1998-09-21  Jim Meyering  <meyering@ascend.com>
25492
25493         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
25494
25495 1998-08-18  Paul Eggert  <eggert@twinsun.com>
25496
25497         Port nanosecond-resolution times to UnixWare 2.1.2 and
25498         pedantic Solaris 2.6.
25499
25500         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
25501         AC_STRUCT_ST_MTIM.
25502         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
25503         Generate name of ns member, instead of just 1 or undef.
25504         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
25505
25506 1998-08-15  Jim Meyering  <meyering@ascend.com>
25507
25508         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
25509         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
25510         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
25511         instead of jm_TYPE_SSIZE_T.
25512
25513 1998-08-12  Jim Meyering  <meyering@ascend.com>
25514
25515         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
25516
25517 1998-08-02  Jim Meyering  <meyering@ascend.com>
25518
25519         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
25520         in acconfig.h manually.
25521
25522 1998-07-31  Paul Eggert  <eggert@twinsun.com>
25523
25524         * m4/st_mtim.m4: New file.
25525
25526 1998-07-28  Jim Meyering  <meyering@ascend.com>
25527
25528         * m4/utimes.m4: Undef stat.
25529
25530 1998-07-25  Jim Meyering  <meyering@ascend.com>
25531
25532         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
25533         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
25534
25535 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
25536
25537         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
25538         uid and gid actually remain unchanged.
25539
25540 1998-07-07  Jim Meyering  <meyering@ascend.com>
25541
25542         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
25543
25544 1998-07-04  Jim Meyering  <meyering@ascend.com>
25545
25546         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
25547         to prove that this macro can be used in packages without regex.c.
25548
25549 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25550
25551         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
25552         is to be used.
25553
25554 1998-07-03  Jim Meyering  <meyering@ascend.com>
25555
25556         * m4/gettext.m4: Add -lintl if it's found to be necessary.
25557
25558         * m4/gettext.m4: New file -- from gettext-0.10.35.
25559         * m4/lcmessage.m4: Likewise.
25560         * m4/progtest.m4: Likewise.
25561
25562         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
25563         * m4/jm-macros.m4: Require the new macro.
25564
25565 1998-06-29  Jim Meyering  <meyering@ascend.com>
25566
25567         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
25568         for the definition of NGROUPS (used in a system header included
25569         by sys/mount.h).
25570
25571 1998-06-28  Jim Meyering  <meyering@ascend.com>
25572
25573         * m4/ls-mntd-fs.m4: New file.
25574         * m4/fstypename.m4: New file.
25575
25576         * m4/jm-macros.m4: Require the new macro.
25577         * m4/jm-glibc-io.m4: New file.
25578
25579 1998-05-19  Jim Meyering  <meyering@ascend.com>
25580
25581         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
25582         * m4/lchown.m4: New file.
25583
25584         * m4/Makefile.am.in: New file.
25585         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
25586
25587 1998-05-14  Jim Meyering  <meyering@ascend.com>
25588
25589         * m4/Makefile.am (EXTRA_DIST): Add them.
25590         * m4/jm-macros.m4: New file.
25591         * m4/utimbuf.m4: New file.
25592
25593 1998-05-12  Jim Meyering  <meyering@ascend.com>
25594
25595         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
25596
25597 1998-05-11  Jim Meyering  <meyering@ascend.com>
25598
25599         * m4/isc-posix.m4: New file.
25600
25601 1998-05-10  Jim Meyering  <meyering@ascend.com>
25602
25603         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
25604
25605 1998-05-09  Jim Meyering  <meyering@ascend.com>
25606
25607         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
25608         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
25609         with automake.
25610
25611         * m4/ssize_t.m4: New file.
25612         * m4/mktime.m4: Remove file -- the new automake has this now.
25613
25614 1998-04-26  Jim Meyering  <meyering@ascend.com>
25615
25616         * m4/assert.m4: New file.
25617         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
25618
25619 1998-04-05  Jim Meyering  <meyering@ascend.com>
25620
25621         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
25622         (jm_PREREQ): Use it here.
25623
25624 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25625
25626         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
25627         in acconfig.h.
25628
25629 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
25630
25631         * m4/prereq.m4: New file.
25632         * m4/error.m4: New file.
25633         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
25634
25635 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
25636
25637         * m4/getline.m4: Don't set am_cv_func_working_getline before the
25638         cache-check for the same variable -- that defeated the purpose of
25639         the test; the test program was never run.  This was a problem only
25640         on systems with losing getline functions -- HP-UX 10.20 is one.
25641         Reported by Bjorn Helgaas.
25642
25643 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
25644
25645         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
25646
25647 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
25648
25649         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
25650
25651         * m4/const.m4: New file.  Use an initializer in this declaration
25652         typedef int charset[2]; const charset x;
25653         Reported by Bob Glickstein.
25654
25655 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
25656
25657         * m4/chown.m4: Fix reversed types on -1 args to chown.
25658         From Kaveh Ghazi.
25659
25660 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
25661
25662         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
25663         Add lseek and memchr.
25664
25665         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
25666         T.E.Dickey <dickey@clark.net> said that some older preprocessors
25667         have a 20-character limit on names.
25668
25669 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
25670
25671         * m4/inttypes_h.m4: New file.
25672         * m4/uintmax_t.m4: New file.
25673         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
25674
25675 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
25676   Free Software Foundation, Inc.
25677 Copying and distribution of this file, with or without modification,
25678 are permitted provided the copyright notice and this notice are preserved.