73b8a7875e76e615a4afa0fac33fdf8d2789a3ad
[pspp] / ChangeLog
1 2007-01-21  Bruno Haible  <bruno@clisp.org>
2
3         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
4
5 2007-01-20  Jim Meyering  <jim@meyering.net>
6
7         * lib/userspec.c (parse_with_separator): If a user or group string
8         starts with "+", skip the corresponding name-to-ID look-up, since
9         such a look-up must fail: user and group names may not include "+".
10
11 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
12
13         * lib/poll.c: Include sys/time.h and time.h unconditionally,
14         since we now assume the sys_time module.
15         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
16         check for sys/time.h; no longer needed.
17         * modules/poll (Depends-on): Depend on sys_time.
18
19 2007-01-18  Bruno Haible  <bruno@clisp.org>
20
21         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
22         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
23
24         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
25         gettimeofday.
26
27         * tests/test-gettimeofday.c: Include <time.h>.
28         (dummy): Remove variable.
29
30         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
31         gl_HEADER_SYS_TIME_H.
32         (gl_HEADER_SYS_TIME_H): New macro.
33
34         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
35         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
37         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
38         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
40         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
41         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
42         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
43         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
44         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
45
46         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
47         last change; it caused a compilation error when cross-compiling to
48         Cygwin.
49
50 2007-01-18  Jim Meyering  <jim@meyering.net>
51
52         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
53         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
54         than the race-prone "test -d sys || mkdir sys".
55         (configure.ac): Use AC_PROG_MKDIR_P.
56         * modules/sys_select: Likewise.
57         * modules/sys_socket: Likewise.
58         * modules/sys_time: Likewise.
59
60 2007-01-18  Eric Blake  <ebb9@byu.net>
61
62         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
63         replace gettimeofday.
64         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
65         name, to avoid infinite recursion.
66
67 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
68
69         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
70         module sys_time.
71         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
72         assume timespec.h defines struct timeval.
73         * lib/settime.c: Likewise.
74         * lib/utimens.c: Likewise.
75         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
76         since we now assume the gettimeofday module.
77         * lib/tempname.c (__gen_tempname): Likewise.
78         * lib/gettimeofday.h: Remove.
79         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
80         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
81         Include <time.h>, for 'time()'.
82         (localtime_buffer_addr): Also use this workaround if
83         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
84         to simplify the uses.  All uses changed.
85         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
86         that #undef is inside {}, and 'const' follows type name consistently.
87         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
88         (gettimeofday): Do not use the maximum possible value for
89         tv->tv_usec, since that might break usages other than ls.c.
90         Instead, we'll leave ls.c alone.  This undoes today's patch
91         by Bruno.  Add a compile-time warning for 1s-clock resolution;
92         we've never observed the problem but might as well keep the
93         canary.
94         * lib/nanosleep.c: Include timespec.h first, for interface check.
95         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
96         now assume the sys_time module.
97         * lib/tempname.c: Likewise.
98         * lib/timespec.h: Likewise.
99         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
100         needed.
101         * lib/strftime.c: Likewise.
102         * lib/timespec.h: Likewise.
103         * lib/posixtm.c: Include posixtm.h first, for interface check.
104         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
105         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
106         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
107         * lib/sys_time_.h: New file.
108         * lib/timespec.h (struct timespec): Use long int, not long.
109         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
110         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
111         Remove obsolescent call to AC_HEADER_TIME.
112         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
113         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
114         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
115         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
116         Likewise.
117         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
118         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
119         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
120         into the sys_time module.  Check for gettimeofday just once.
121         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
122         for gettimeofday signature to just check the signature.  Merely
123         compile it, since linking doesn't test signature.  Improve test for
124         whether gettimeofday.o is actually needed.
125         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
126         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
127         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
128         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
129         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
130         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
131         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
132         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
133         than worrying about sys/time.h.
134         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
135         Don't bother worrying about TIME_WITH_SYS_TIME.
136         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
137         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
138         * m4/sys_time_h.m4: New file.
139         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
140         Don't include sys/time.h.  Return from main rather than exiting.
141         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
142         all uses changed.
143         * modules/gethrxtime (Depends-on): Add sys_time.
144         * modules/gettime (Depends-on): Likewise.
145         * modules/gettimeofday (Depends-on): Likewise.
146         * modules/nanosleep (Depends-on): Likewise.
147         * modules/settime (Depends-on): Likewise.
148         * modules/tempname (Depends-on): Likewise.
149         * modules/utimens (Depends-on): Likewise.
150         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
151         (Include:) Change back to <sys/time.h>.
152         (Maintainer:) Add self.
153         * modules/sys_time: New file.
154         * modules/tempname (Depends-on): Add gettimeofday.
155         * tests/test-gettimeofday.c: Include <sys/time.h>
156         rather than gettimeofday.h.
157
158 2007-01-17  Bruno Haible  <bruno@clisp.org>
159
160         * gnulib-tool (func_get_license): Revert last patch. Instead, let
161         the license default to GPL.
162         (func_create_testdir): Don't complain if a module is LGPL and its
163         tests module depends on GPLed modules.
164
165 2007-01-17  Bruno Haible  <bruno@clisp.org>
166
167         * lib/gettimeofday.c (gettimeofday): Add code for the case
168         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
169         maximum possible value for tv->tv_usec, rather than the minimum one.
170
171 2005-10-08  Martin Lambers  <marlam@marlam.de>
172 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
173 2007-01-16  Bruno Haible  <bruno@clisp.org>
174
175         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
176         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
177         gl_FUNC_GETTIMEOFDAY.
178         (Include): Add gettimeofday.h.
179         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
180         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
181         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
182         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
183         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
184         * lib/gettimeofday.h: New file.
185         * lib/gettimeofday.c: Include <sys/timeb.h>.
186         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
187         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
188         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
189         fall back on time().
190
191         * tests/test-gettimeofday.c: New file.
192         * modules/gettimeofday-tests: New file.
193
194 2007-01-16  Eric Blake  <ebb9@byu.net>
195
196         * modules/fnmatch (Depends-on): Depend on wchar.
197         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
198         * m4/fnmatch.m4: Likewise.
199         * modules/mbchar (Makefile.am): Assume <wchar.h>.
200         * m4/mbchar.m4: Likewise.
201         * modules/mbswidth (Depends-on): Depend on wchar.
202         * lib/mbswidth.c: Assume <wchar.h>.
203         * m4/mbswidth.m4: Likewise.
204         * modules/quotearg (Depends-on): Depend on wchar.
205         * lib/quotearg.c: Assume <wchar.h>.
206         * m4/quotearg.m4: Likewise.
207         * modules/regex (Depends-on): Depend on wchar.
208         * lib/regex_internal.h: Assume <wchar.h>.
209         * m4/regex.m4: Likewise.
210         * modules/stdint (Depends-on): Depend on wchar.
211         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
212         * m4/stdint.m4: Likewise.
213         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
214         * modules/strftime (Depends-on): Depend on wchar.
215         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
216         * modules/strtol (Depends-on): Depend on wchar.
217         * lib/strtol.c: Assume <wchar.h>.
218         * modules/wcwidth (Depends-on): Depend on wchar.
219         * lib/wcwidth.h: Assume <wchar.h>.
220         * m4/wcwidth.m4: Likewise.
221
222 2007-01-16  Bruno Haible  <bruno@clisp.org>
223
224         * modules/csharpexec-script: New, created from...
225         * modules/csharpexec: ... this.
226
227 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
228
229         * modules/javaexec-script: New, created from...
230         * modules/javaexec: ... this.
231
232 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
233
234         * modules/poll (Dependencies): Add sys_select.
235
236 2007-01-15  Jim Meyering  <jim@meyering.net>
237
238         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
239         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
240         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
241         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
242
243 2007-01-15  Bruno Haible  <bruno@clisp.org>
244
245         * modules/striconveh: New file.
246         * lib/striconveh.h: New file.
247         * lib/striconveh.c: New file.
248         * MODULES.html.sh (Internationalization functions): Add striconveh.
249
250         * modules/striconveh-tests: New file.
251         * tests/test-striconveh.c: New file.
252
253 2007-01-15  Bruno Haible  <bruno@clisp.org>
254
255         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
256         not from GNU libiconv or GNU libc.
257
258 2007-01-15  Bruno Haible  <bruno@clisp.org>
259
260         * doc/gnulib-intro.texi (Copyright): Explain the different license
261         terms for module descriptions, autoconf macros, tests, documentation.
262
263 2007-01-14  Bruno Haible  <bruno@clisp.org>
264
265         * modules/striconv-tests: New file.
266         * tests/test-striconv.c: New file.
267
268 2007-01-14  Bruno Haible  <bruno@clisp.org>
269
270         * modules/iconv-tests: New file.
271         * tests/test-iconv.c: New file.
272
273 2007-01-14  Bruno Haible  <bruno@clisp.org>
274
275         * gnulib-tool (func_get_license): For test modules, use the license of
276         the main module.
277
278 2007-01-14  Bruno Haible  <bruno@clisp.org>
279
280         * modules/iconv (Include): Clarify that <iconv.h> can only be included
281         if iconv is found to exist.
282
283 2007-01-14  Bruno Haible  <bruno@clisp.org>
284
285         * modules/c-ctype-tests: New file.
286         * tests/test-c-ctype.c: New file.
287
288 2007-01-14  Bruno Haible  <bruno@clisp.org>
289
290         * modules/binary-io-tests: New file.
291         * tests/test-binary-io.sh: New file.
292         * tests/test-binary-io.c: New file.
293
294 2007-01-14  Bruno Haible  <bruno@clisp.org>
295
296         * modules/array-oset-tests: New file.
297         * tests/test-array_oset.c: New file.
298
299 2007-01-14  Bruno Haible  <bruno@clisp.org>
300
301         * modules/array-list-tests: New file.
302         * tests/test-array_list.c: New file.
303
304 2007-01-14  Bruno Haible  <bruno@clisp.org>
305
306         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
307         and make.
308         Reported by Simon Josefsson in
309         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
310
311 2007-01-14  Bruno Haible  <bruno@clisp.org>
312
313         * modules/allocsa-tests: New file.
314         * tests/test-allocsa.c: New file.
315
316 2007-01-14  Bruno Haible  <bruno@clisp.org>
317
318         * modules/fchdir (Depends-on): Add absolute-header.
319         * modules/unistd (Depends-on): Likewise.
320
321 2006-12-30  Bruno Haible  <bruno@clisp.org>
322
323         * modules/fchdir: New file.
324         * modules/unistd (Files): Add lib/unistd_.h.
325         (Makefile.am): Generate unistd.h from unistd_.h.
326         * lib/fchdir.c: New file.
327         * lib/dirent_.h: New file.
328         * lib/unistd_.h: New file.
329         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
330         * m4/fchdir.m4: New file.
331         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
332         (gl_HEADER_UNISTD): Invoke it.
333         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
334         function.
335         * lib/backupfile.c (opendir, closedir): Undefine.
336         * lib/chown.c (open, close): Undefine.
337         * lib/clean-temp.c (open, close): Undefine.
338         * lib/copy-file.c (open, close): Undefine.
339         * lib/execute.c (open, close): Undefine.
340         * lib/fsusage.c (open, close): Undefine.
341         * lib/gc-gnulib.c (open, close): Undefine.
342         * lib/getcwd.c (opendir, closedir): Undefine.
343         * lib/glob.c (opendir, closedir): Undefine.
344         * lib/javacomp.c (open, close): Undefine.
345         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
346         * lib/openat-proc.c (open, close): Undefine.
347         * lib/pagealign_alloc.c (open, close): Undefine.
348         * lib/pipe.c (open, close): Undefine.
349         * lib/progreloc.c (open, close): Undefine.
350         * lib/savedir.c (opendir, closedir): Undefine.
351         * lib/utime.c (open, close): Undefine.
352         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
353
354 2007-01-10  Bruno Haible  <bruno@clisp.org>
355
356         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
357
358 2007-01-12  Eric Blake  <ebb9@byu.net>
359
360         Provide a robust <wchar.h>.  Further simplifications are now
361         possible in other modules, but not included here.
362         * modules/wchar: New module.
363         * m4/wchar.m4: New file.
364         * lib/wchar_.h: Likewise.
365         * modules/mbchar (Depends-on): Depend on wchar, as the first use
366         of the new module.
367         * MODULES.html.sh (Extended multibyte and wide character utilities):
368         New section.
369
370 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
371
372         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
373         to a reasonable default for memory allocation.
374         (xreadlink): Don't allocate a huge buffer, to work around a buggy
375         file system that reports garbage st_size values for symlinks.
376         Problem reported by Liyang Hu.
377
378 2007-01-11  Simon Josefsson  <simon@josefsson.org>
379
380         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
381         Emacs .#* auto-save files).
382
383 2007-01-11  Bruno Haible  <bruno@clisp.org>
384
385         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
386         directory.
387
388 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
389
390         Use @...@ consistently in lib/wctype_.h.
391         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
392         on it being set to 1 or 0.
393         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
394         go back to AC_SUBSTing it.
395         * modules/wctype (Makefile.am): Undo previous change.
396
397 2007-01-10  Eric Blake  <ebb9@byu.net>
398
399         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
400         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
401         * modules/wctype (Makefile.am): Likewise.
402         Reported by Chris McGuire.
403
404 2007-01-10  Jim Meyering  <jim@meyering.net>
405
406         fts.c: a small readability/maintainability improvement
407         * lib/fts.c (fts_read): Make this code slightly more readable and
408         maintainable by hoisting the "sp->fts_cur = p" assignments to
409         immediately follow the statements that set P.  Derived from
410         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
411
412 2007-01-10  Eric Blake  <ebb9@byu.net>
413
414         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
415         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
416         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
417         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
418         Reported by Chris McGuire.
419
420 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
421
422         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
423         in sed script.
424
425 2007-01-09  Bruno Haible  <bruno@clisp.org>
426
427         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
428         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
429         variables.
430         (func_module): Use them.
431
432 2007-01-09  Bruno Haible  <bruno@clisp.org>
433
434         * modules/unistr/base: New file.
435         * lib/unistr.h: New file.
436
437         * modules/unistr/u8-to-u16: New file.
438         * lib/unistr/u8-to-u16.c: New file.
439
440         * modules/unistr/u8-to-u32: New file.
441         * lib/unistr/u8-to-u32.c: New file.
442
443         * modules/unistr/u16-to-u8: New file.
444         * lib/unistr/u16-to-u8.c: New file.
445
446         * modules/unistr/u16-to-u32: New file.
447         * lib/unistr/u16-to-u32.c: New file.
448
449         * modules/unistr/u32-to-u8: New file.
450         * lib/unistr/u32-to-u8.c: New file.
451
452         * modules/unistr/u32-to-u16: New file.
453         * lib/unistr/u32-to-u16.c: New file.
454
455         * modules/unistr/u8-check: New file.
456         * modules/unistr/u16-check: New file.
457         * modules/unistr/u32-check: New file.
458         * lib/unistr/u8-check.c: New file.
459         * lib/unistr/u16-check.c: New file.
460         * lib/unistr/u32-check.c: New file.
461
462         * modules/unistr/u8-chr: New file.
463         * modules/unistr/u16-chr: New file.
464         * modules/unistr/u32-chr: New file.
465         * lib/unistr/u8-chr.c: New file.
466         * lib/unistr/u16-chr.c: New file.
467         * lib/unistr/u32-chr.c: New file.
468
469         * modules/unistr/u8-cmp: New file.
470         * modules/unistr/u16-cmp: New file.
471         * modules/unistr/u32-cmp: New file.
472         * lib/unistr/u8-cmp.c: New file.
473         * lib/unistr/u16-cmp.c: New file.
474         * lib/unistr/u32-cmp.c: New file.
475
476         * modules/unistr/u8-cpy: New file.
477         * modules/unistr/u16-cpy: New file.
478         * modules/unistr/u32-cpy: New file.
479         * lib/unistr/u8-cpy.c: New file.
480         * lib/unistr/u16-cpy.c: New file.
481         * lib/unistr/u32-cpy.c: New file.
482         * lib/unistr/u-cpy.h: New file.
483
484         * modules/unistr/u8-cpy-alloc: New file.
485         * modules/unistr/u16-cpy-alloc: New file.
486         * modules/unistr/u32-cpy-alloc: New file.
487         * lib/unistr/u8-cpy-alloc.c: New file.
488         * lib/unistr/u16-cpy-alloc.c: New file.
489         * lib/unistr/u32-cpy-alloc.c: New file.
490         * lib/unistr/u-cpy-alloc.h: New file.
491
492         * modules/unistr/u8-endswith: New file.
493         * modules/unistr/u16-endswith: New file.
494         * modules/unistr/u32-endswith: New file.
495         * lib/unistr/u8-endswith.c: New file.
496         * lib/unistr/u16-endswith.c: New file.
497         * lib/unistr/u32-endswith.c: New file.
498         * lib/unistr/u-endswith.h: New file.
499
500         * modules/unistr/u8-mblen: New file.
501         * modules/unistr/u16-mblen: New file.
502         * modules/unistr/u32-mblen: New file.
503         * lib/unistr/u8-mblen.c: New file.
504         * lib/unistr/u16-mblen.c: New file.
505         * lib/unistr/u32-mblen.c: New file.
506
507         * modules/unistr/u8-mbtouc: New file.
508         * modules/unistr/u16-mbtouc: New file.
509         * modules/unistr/u32-mbtouc: New file.
510         * lib/unistr/u8-mbtouc.c: New file.
511         * lib/unistr/u16-mbtouc.c: New file.
512         * lib/unistr/u32-mbtouc.c: New file.
513
514         * modules/unistr/u8-mbtouc-safe: New file.
515         * modules/unistr/u16-mbtouc-safe: New file.
516         * modules/unistr/u32-mbtouc-safe: New file.
517         * lib/unistr/u8-mbtouc-safe.c: New file.
518         * lib/unistr/u16-mbtouc-safe.c: New file.
519         * lib/unistr/u32-mbtouc-safe.c: New file.
520
521         * modules/unistr/u8-move: New file.
522         * modules/unistr/u16-move: New file.
523         * modules/unistr/u32-move: New file.
524         * lib/unistr/u8-move.c: New file.
525         * lib/unistr/u16-move.c: New file.
526         * lib/unistr/u32-move.c: New file.
527         * lib/unistr/u-move.h: New file.
528
529         * modules/unistr/u8-next: New file.
530         * modules/unistr/u16-next: New file.
531         * modules/unistr/u32-next: New file.
532         * lib/unistr/u8-next.c: New file.
533         * lib/unistr/u16-next.c: New file.
534         * lib/unistr/u32-next.c: New file.
535
536         * modules/unistr/u8-prev: New file.
537         * modules/unistr/u16-prev: New file.
538         * modules/unistr/u32-prev: New file.
539         * lib/unistr/u8-prev.c: New file.
540         * lib/unistr/u16-prev.c: New file.
541         * lib/unistr/u32-prev.c: New file.
542
543         * modules/unistr/u8-set: New file.
544         * modules/unistr/u16-set: New file.
545         * modules/unistr/u32-set: New file.
546         * lib/unistr/u8-set.c: New file.
547         * lib/unistr/u16-set.c: New file.
548         * lib/unistr/u32-set.c: New file.
549         * lib/unistr/u-set.h: New file.
550
551         * modules/unistr/u8-startswith: New file.
552         * modules/unistr/u16-startswith: New file.
553         * modules/unistr/u32-startswith: New file.
554         * lib/unistr/u8-startswith.c: New file.
555         * lib/unistr/u16-startswith.c: New file.
556         * lib/unistr/u32-startswith.c: New file.
557         * lib/unistr/u-startswith.h: New file.
558
559         * modules/unistr/u8-stpcpy: New file.
560         * modules/unistr/u16-stpcpy: New file.
561         * modules/unistr/u32-stpcpy: New file.
562         * lib/unistr/u8-stpcpy.c: New file.
563         * lib/unistr/u16-stpcpy.c: New file.
564         * lib/unistr/u32-stpcpy.c: New file.
565         * lib/unistr/u-stpcpy.h: New file.
566
567         * modules/unistr/u8-stpncpy: New file.
568         * modules/unistr/u16-stpncpy: New file.
569         * modules/unistr/u32-stpncpy: New file.
570         * lib/unistr/u8-stpncpy.c: New file.
571         * lib/unistr/u16-stpncpy.c: New file.
572         * lib/unistr/u32-stpncpy.c: New file.
573         * lib/unistr/u-stpncpy.h: New file.
574
575         * modules/unistr/u8-strcat: New file.
576         * modules/unistr/u16-strcat: New file.
577         * modules/unistr/u32-strcat: New file.
578         * lib/unistr/u8-strcat.c: New file.
579         * lib/unistr/u16-strcat.c: New file.
580         * lib/unistr/u32-strcat.c: New file.
581         * lib/unistr/u-strcat.h: New file.
582
583         * modules/unistr/u8-strchr: New file.
584         * modules/unistr/u16-strchr: New file.
585         * modules/unistr/u32-strchr: New file.
586         * lib/unistr/u8-strchr.c: New file.
587         * lib/unistr/u16-strchr.c: New file.
588         * lib/unistr/u32-strchr.c: New file.
589
590         * modules/unistr/u8-strcmp: New file.
591         * modules/unistr/u16-strcmp: New file.
592         * modules/unistr/u32-strcmp: New file.
593         * lib/unistr/u8-strcmp.c: New file.
594         * lib/unistr/u16-strcmp.c: New file.
595         * lib/unistr/u32-strcmp.c: New file.
596
597         * modules/unistr/u8-strcpy: New file.
598         * modules/unistr/u16-strcpy: New file.
599         * modules/unistr/u32-strcpy: New file.
600         * lib/unistr/u8-strcpy.c: New file.
601         * lib/unistr/u16-strcpy.c: New file.
602         * lib/unistr/u32-strcpy.c: New file.
603         * lib/unistr/u-strcpy.h: New file.
604
605         * modules/unistr/u8-strcspn: New file.
606         * modules/unistr/u16-strcspn: New file.
607         * modules/unistr/u32-strcspn: New file.
608         * lib/unistr/u8-strcspn.c: New file.
609         * lib/unistr/u16-strcspn.c: New file.
610         * lib/unistr/u32-strcspn.c: New file.
611         * lib/unistr/u-strcspn.h: New file.
612
613         * modules/unistr/u8-strdup: New file.
614         * modules/unistr/u16-strdup: New file.
615         * modules/unistr/u32-strdup: New file.
616         * lib/unistr/u8-strdup.c: New file.
617         * lib/unistr/u16-strdup.c: New file.
618         * lib/unistr/u32-strdup.c: New file.
619         * lib/unistr/u-strdup.h: New file.
620
621         * modules/unistr/u8-strlen: New file.
622         * modules/unistr/u16-strlen: New file.
623         * modules/unistr/u32-strlen: New file.
624         * lib/unistr/u8-strlen.c: New file.
625         * lib/unistr/u16-strlen.c: New file.
626         * lib/unistr/u32-strlen.c: New file.
627         * lib/unistr/u-strlen.h: New file.
628
629         * modules/unistr/u8-strmblen: New file.
630         * modules/unistr/u16-strmblen: New file.
631         * modules/unistr/u32-strmblen: New file.
632         * lib/unistr/u8-strmblen.c: New file.
633         * lib/unistr/u16-strmblen.c: New file.
634         * lib/unistr/u32-strmblen.c: New file.
635
636         * modules/unistr/u8-strmbtouc: New file.
637         * modules/unistr/u16-strmbtouc: New file.
638         * modules/unistr/u32-strmbtouc: New file.
639         * lib/unistr/u8-strmbtouc.c: New file.
640         * lib/unistr/u16-strmbtouc.c: New file.
641         * lib/unistr/u32-strmbtouc.c: New file.
642
643         * modules/unistr/u8-strncat: New file.
644         * modules/unistr/u16-strncat: New file.
645         * modules/unistr/u32-strncat: New file.
646         * lib/unistr/u8-strncat.c: New file.
647         * lib/unistr/u16-strncat.c: New file.
648         * lib/unistr/u32-strncat.c: New file.
649         * lib/unistr/u-strncat.h: New file.
650
651         * modules/unistr/u8-strncmp: New file.
652         * modules/unistr/u16-strncmp: New file.
653         * modules/unistr/u32-strncmp: New file.
654         * lib/unistr/u8-strncmp.c: New file.
655         * lib/unistr/u16-strncmp.c: New file.
656         * lib/unistr/u32-strncmp.c: New file.
657
658         * modules/unistr/u8-strncpy: New file.
659         * modules/unistr/u16-strncpy: New file.
660         * modules/unistr/u32-strncpy: New file.
661         * lib/unistr/u8-strncpy.c: New file.
662         * lib/unistr/u16-strncpy.c: New file.
663         * lib/unistr/u32-strncpy.c: New file.
664         * lib/unistr/u-strncpy.h: New file.
665
666         * modules/unistr/u8-strnlen: New file.
667         * modules/unistr/u16-strnlen: New file.
668         * modules/unistr/u32-strnlen: New file.
669         * lib/unistr/u8-strnlen.c: New file.
670         * lib/unistr/u16-strnlen.c: New file.
671         * lib/unistr/u32-strnlen.c: New file.
672         * lib/unistr/u-strnlen.h: New file.
673
674         * modules/unistr/u8-strpbrk: New file.
675         * modules/unistr/u16-strpbrk: New file.
676         * modules/unistr/u32-strpbrk: New file.
677         * lib/unistr/u8-strpbrk.c: New file.
678         * lib/unistr/u16-strpbrk.c: New file.
679         * lib/unistr/u32-strpbrk.c: New file.
680         * lib/unistr/u-strpbrk.h: New file.
681
682         * modules/unistr/u8-strrchr: New file.
683         * modules/unistr/u16-strrchr: New file.
684         * modules/unistr/u32-strrchr: New file.
685         * lib/unistr/u8-strrchr.c: New file.
686         * lib/unistr/u16-strrchr.c: New file.
687         * lib/unistr/u32-strrchr.c: New file.
688
689         * modules/unistr/u8-strspn: New file.
690         * modules/unistr/u16-strspn: New file.
691         * modules/unistr/u32-strspn: New file.
692         * lib/unistr/u8-strspn.c: New file.
693         * lib/unistr/u16-strspn.c: New file.
694         * lib/unistr/u32-strspn.c: New file.
695         * lib/unistr/u-strspn.h: New file.
696
697         * modules/unistr/u8-strstr: New file.
698         * modules/unistr/u16-strstr: New file.
699         * modules/unistr/u32-strstr: New file.
700         * lib/unistr/u8-strstr.c: New file.
701         * lib/unistr/u16-strstr.c: New file.
702         * lib/unistr/u32-strstr.c: New file.
703         * lib/unistr/u-strstr.h: New file.
704
705         * modules/unistr/u8-strtok: New file.
706         * modules/unistr/u16-strtok: New file.
707         * modules/unistr/u32-strtok: New file.
708         * lib/unistr/u8-strtok.c: New file.
709         * lib/unistr/u16-strtok.c: New file.
710         * lib/unistr/u32-strtok.c: New file.
711         * lib/unistr/u-strtok.h: New file.
712
713         * modules/unistr/u8-uctomb: New file.
714         * modules/unistr/u16-uctomb: New file.
715         * modules/unistr/u32-uctomb: New file.
716         * lib/unistr/u8-uctomb.c: New file.
717         * lib/unistr/u16-uctomb.c: New file.
718         * lib/unistr/u32-uctomb.c: New file.
719
720         * MODULES.html.sh (Unicode string functions): Add the new modules.
721
722 2007-01-08  Bruno Haible  <bruno@clisp.org>
723
724         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
725         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
726         subdirectories.
727
728 2007-01-08  Karl Berry  <karl@gnu.org>
729
730         * doc/error.texi: mention that main() fns must set program_name
731         when progname is used.
732
733 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
734
735         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
736         WCTYPE_H is empty, for the benefit of builds from non-distclean
737         directories.  Problem reported by Eric Blake in
738         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
739
740 2007-01-08  Bruno Haible  <bruno@clisp.org>
741
742         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
743         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
744         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
745         PROVIDE_CANONICALIZE_FILENAME_MODE.
746         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
747
748 2007-01-08  Bruno Haible  <bruno@clisp.org>
749
750         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
751         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
752         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
753         * lib/fts.c: Likewise.
754         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
755
756 2006-12-25  Bruno Haible  <bruno@clisp.org>
757
758         * modules/utf8-ucs4-safe: New file.
759         * lib/utf8-ucs4-safe.h: New file.
760         * lib/unistr/utf8-ucs4-safe.c: New file.
761
762         * modules/utf16-ucs4-safe: New file.
763         * lib/utf16-ucs4-safe.h: New file.
764         * lib/unistr/utf16-ucs4-safe.c: New file.
765
766         * MODULES.html.sh (Unicode string functions): Add the new modules.
767
768 2007-01-08  Bruno Haible  <bruno@clisp.org>
769
770         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
771         (Depends-on): Add unitypes.
772         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
773         (u8_mbtouc_aux): Move out to separate file.
774         (u8_mbtouc): Use ucs4_t, uint8_t types.
775         * lib/unistr/utf8-ucs4.c: New file.
776
777         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
778         (Depends-on): Add unitypes.
779         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
780         (u16_mbtouc_aux): Move out to separate file.
781         (u16_mbtouc): Use ucs4_t, uint16_t types.
782         * lib/unistr/utf16-ucs4.c: New file.
783
784         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
785         (Depends-on): Add unitypes.
786         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
787         (u8_uctomb_aux): Move out to separate file.
788         (u8_uctomb): Use ucs4_t, uint8_t types.
789         * lib/unistr/ucs4-utf8.c: New file.
790
791         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
792         (Depends-on): Add unitypes.
793         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
794         (u16_uctomb_aux): Move out to separate file.
795         (u16_uctomb): Use ucs4_t, uint16_t types.
796         * lib/unistr/ucs4-utf16.c: New file.
797
798 2006-12-25  Bruno Haible  <bruno@clisp.org>
799
800         * modules/unitypes: New file.
801         * lib/unitypes.h: New file.
802         * MODULES.html.sh (func_all_modules): New section "Unicode string
803         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
804         this section. Add unitypes.
805
806 2007-01-08  Bruno Haible  <bruno@clisp.org>
807
808         Avoid variable names that conflict with those from libtool.
809         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
810         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
811         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
812         library_names_spec to acl_library_names_spec, hardcode_* to
813         acl_hardcode_*.
814         Reported by Ralf Wildenhues.
815
816 2007-01-08  Bruno Haible  <bruno@clisp.org>
817
818         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
819         definition.
820         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
821         definition.
822         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
823         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
824         definition.
825         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
826         definition.
827         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
828         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
829         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
830         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
831         definition.
832         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
833         definition.
834         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
835         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
836         GC_USE_<algorithm>.
837         * lib/gc-libgcrypt.c: Likewise.
838         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
839         * modules/gc-arctwo (configure.ac): Likewise.
840         * modules/gc-des (configure.ac): Likewise.
841         * modules/gc-hmac-md5 (configure.ac): Likewise.
842         * modules/gc-hmac-sha1 (configure.ac): Likewise.
843         * modules/gc-md2 (configure.ac): Likewise.
844         * modules/gc-md4 (configure.ac): Likewise.
845         * modules/gc-md5 (configure.ac): Likewise.
846         * modules/gc-random (configure.ac): Likewise.
847         * modules/gc-rijndael (configure.ac): Likewise.
848         * modules/gc-sha1 (configure.ac): Likewise.
849
850 2007-01-08  Bruno Haible  <bruno@clisp.org>
851
852         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
853         macro definition.
854         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
855         definition.
856         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
857         definition.
858         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
859         * modules/fcntl-safer (configure.ac): Likewise.
860         * modules/fopen-safer (configure.ac): Likewise.
861         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
862         GNULIB_FWRITEERROR macro definition.
863
864 2007-01-08  Bruno Haible  <bruno@clisp.org>
865
866         * m4/gnulib-common.m4: New file.
867         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
868         (func_get_filelist): Add m4/gnulib-common.m4.
869
870 2007-01-08  Bruno Haible  <bruno@clisp.org>
871
872         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
873         command.
874
875 2007-01-08  Jim Meyering  <jim@meyering.net>
876
877         Use a more robust test for a "can't happen" condition.
878         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
879         narrowed the st_size value.  Presuming the "can't happen" condition
880         is true, that narrowing could conceivably convert an invalid st_size
881         value into a valid one.  Instead, use a change based on Matthew
882         Woehlke's original patch.
883
884         Slight readability improvement: use an assert-like macro
885         in place of literal "abort ()" uses.
886         * lib/fts.c (fts_assert): Define.
887         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
888         Use this macro instead of a bare 'abort'.
889
890 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
891
892         Don't worry about using IRIX 5.3's wctype.h broken definitions;
893         simply work around them.
894         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
895         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
896         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
897         Don't bother to define as macros, since the standard doesn't require it.
898         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
899         longer worry about IRIX 5.3.
900         (HAVE_WCTYPE_CTMP_BUG): Remove.
901
902 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
903
904         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
905         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
906         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
907         Problems reported by Georg Schwarz for IRIX 5.3.
908
909         * gnulib-tool (autoconf_minversion): Take the maximum version number
910         found, not the minimum.  Problem reported by James Youngman.
911
912 2007-01-03  Karl Berry  <karl@gnu.org>
913
914         * doc/error.texi: new file, explaining interaction with progname.
915         * doc/gnulib.texi: include it.  Update copyright.
916
917 2007-01-03  Simon Josefsson  <simon@josefsson.org>
918
919         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
920         AC_CANONICAL_HOST, to improve autobuild outputs.
921
922 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
923             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
924
925         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
926         sockets, server sockets, and other file descriptors.  Count errors
927         to compute the return value.  Reorder the code a bit to be easier
928         to follow.  Don't set event bits that were not requested (except
929         POLLERR and POLLHUP).
930
931 2007-01-01  Bruno Haible  <bruno@clisp.org>
932
933         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
934
935 2007-01-03  Jim Meyering  <jim@meyering.net>
936
937         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
938
939 2007-01-02  Bruno Haible  <bruno@clisp.org>
940
941         * modules/settime (Include): Require timespec.h.
942         * modules/nanosleep (Include): Likewise.
943
944 2007-01-01  Bruno Haible  <bruno@clisp.org>
945
946         * gnulib-tool (func_emit_copyright_notice): Bump year.
947         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
948
949 2007-01-01  Bruno Haible  <bruno@clisp.org>
950
951         Improve support for OpenBSD.
952         * build-aux/config.rpath (libname_spec): Export.
953         (library_names_spec): New variable. Export.
954         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
955         library_names_spec from the config.rpath output. Locate shared library
956         through the name pattern in library_names_spec.
957
958 2007-01-01  Eric Blake  <ebb9@byu.net>
959
960         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
961
962 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
963
964         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
965         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
966         assume the C locale, and avoid an "eval" that could cause trouble.
967         Problem with SORT reported by Bob Proulx.
968
969         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
970         Define.  Trivial patch from Henning Nielsen Lund, originally
971         sent to bug-grep@gnu.org today.
972
973 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
974
975         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
976         struct stat.  Problem reported by Henning Nielsen Lund.
977         * lib/acl.c: Include acl.h first, to check interface.  Don't
978         bother to include sys/types.h and sys/stat.h again.
979
980 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
981
982         Import the following change from libc; problem reported by
983         Sven Verdoolaege.
984
985         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
986
987         [BZ #1373]
988         * lib/argp.h: Remove __NTH for __argp_usage inline function.
989
990 2006-12-28  Jim Meyering  <jim@meyering.net>
991
992         * build-aux/announce-gen: Do not assume that the package
993         builds any of tar.gz, tar.bz2, and .xdelta files.
994         Suggestion from Simon Josefsson.
995
996 2006-12-28  Simon Josefsson  <simon@josefsson.org>
997
998         * modules/announce-gen: New file.
999
1000 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1001
1002         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1003         handles its gotchas now.
1004         * lib/mbswidth.c: Likewise.
1005         * lib/wcwidth.h: Likewise.
1006         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1007         and iswcntrl; the wctype module does this stuff now.
1008         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1009         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1010         * modules/mbchar (Depends-on): Add wctype.
1011         * modules/mbswidth (Depends-on): Likewise.
1012         * modules/wcwidth (Depends-on): Likewise.
1013
1014 2006-12-27  Eric Blake  <ebb9@byu.net>
1015
1016         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1017         module uses more than what <wctype.h> is required to provide.
1018
1019 2006-12-26  Eric Blake  <ebb9@byu.net>
1020
1021         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1022
1023 2006-12-26  Eric Blake  <ebb9@byu.net>
1024
1025         * modules/absolute-header: New module.
1026         * modules/fcntl (Depends-on): Depend on it.
1027         * modules/inttypes (Depends-on): Likewise.
1028         * modules/stdint (Depends-on): Likewise.
1029         * modules/sys_stat (Depends-on): Likewise.
1030         * modules/wctype (Depends-on): Likewise.
1031         * MODULES.html.sh (Support for building libraries and
1032         executables): Document it.
1033
1034 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1035
1036         * gnulib-tool (SED): Remove, undoing previous change.
1037         The problem was that it broke coreutils on Solaris, because
1038         "sed --posix" leaked into a makefile.
1039         (sed): New alias, if 'alias' and GNU sed.
1040
1041 2006-12-24  Jim Meyering  <jim@meyering.net>
1042
1043         Work around an fchownat bug in glibc-2.4:
1044         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
1045         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
1046         in spite of the -P option.
1047         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
1048         New macros.
1049         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
1050         * modules/openat (Files): Add lib/fchownat.c.
1051         * lib/openat.c (fchownat): Don't define here.  Move to...
1052         * lib/fchownat.c: ...this new file.
1053
1054 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1055
1056         Fix bug reported by Bruno Haible in
1057         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
1058         where quotearg.c didn't compile on Mac OS X 10.2 because it
1059         lacks <wchar.h> and wint_t.
1060         * lib/wctype_.h (__wctype_wint_t): New type.
1061         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
1062         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
1063         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
1064         Arg is now of type __wctype_wint_t, not wint_t.
1065         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
1066         substitute HAVE_WINT_T.
1067         * modules/wctype (Files): Add m4/wint_t.m4.
1068         (wctype.h): Substitute HAVE_WINT_T.
1069
1070 2006-12-23  Bruno Haible  <bruno@clisp.org>
1071
1072         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
1073
1074 2006-12-23  Bruno Haible  <bruno@clisp.org>
1075
1076         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
1077         S_ISLNK.
1078         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
1079         mingw.
1080
1081 2006-12-22  Bruno Haible  <bruno@clisp.org>
1082
1083         * lib/copy-file.c: Include acl.h.
1084         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
1085         Close the file descriptors only after being done with copy_acl.
1086         * modules/copy-file (Depends-on): Add acl.
1087
1088 2006-12-22  Bruno Haible  <bruno@clisp.org>
1089
1090         * gnulib-tool (SED): New variable.
1091         Use $SED instead of sed everywhere.
1092
1093 2006-12-22  Bruno Haible  <bruno@clisp.org>
1094
1095         * modules/no-c++: New file.
1096         * m4/no-c++.m4: New file.
1097         * MODULES.html.sh (Support for building libraries and executables):
1098         Add no-c++.
1099
1100 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
1101
1102         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1103         Include <limits.h>, and use its INT_MAX to rewrite the
1104         j loop so that it does not overflow 'int'.  Problem reported by
1105         Ralf Wildenhues in
1106         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
1107         Play it safe by shifting left by 1 rather than multiplying by 2,
1108         as GCC is less likely to optimize this away when the value
1109         is signed (when it assumes overflow leads to undefined behavior).
1110         Also, don't assume time_t uses two's complement.
1111
1112 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1113
1114         * MODULES.html.sh: New module wctype.
1115         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
1116         * lib/fnmatch.c: Don't bother to include <wchar.h> before
1117         <wctype.h>, since the new wctype module should fix this.
1118         * lib/quotearg.c: Include <wctype.h> unconditionally, since
1119         the wctype module should arrange for it.
1120         * lib/regex_internal.h: Likewise.
1121         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
1122         since the wctype module should handle this now.
1123         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
1124         * modules/fnmatch (Depends-on): Add wctype.
1125         * modules/quotearg (Depends-on): Likewise.
1126         * modules/regex (Depends-on): Likewise.
1127
1128 2006-12-19  Bruno Haible  <bruno@clisp.org>
1129
1130         * lib/strdup.h [C++]: Wrap definitions in extern "C".
1131         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
1132
1133 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1134
1135         * modules/savewd (Depends-on): Fix dependency on fcntl.
1136
1137 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1138
1139         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
1140         conforms to C99, rather than relying on the user's environment
1141         setting of STDINT_H.
1142
1143 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1144         and Eric Blake  <ebb9@byu.net>
1145
1146         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
1147         This is more consistent with the other defines here.
1148         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
1149         Port to z/OS.  Problem reported by Paul Gilmartin.
1150         Change local vars to use gl_ prefix rather than ac_.
1151         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
1152         with other defines.
1153         * modules/double-slash-root: New module.
1154         * modules/dirname (Files): Remove m4/double-slash-root.m4.
1155         (Depends-on): Add double-slash-root.
1156         * MODULES.html.sh (File system functions): Mention new module.
1157
1158 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1159
1160         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
1161         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
1162         This is for the benefit of gzip, which doesn't do i18n.
1163
1164 2006-12-12  Jim Meyering  <jim@meyering.net>
1165
1166         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
1167         Reported by Andreas Schwab <schwab@suse.de>.
1168
1169 2006-12-12  Bruno Haible  <bruno@clisp.org>
1170
1171         Merge these changes.
1172         2006-09-05  Bruno Haible  <bruno@clisp.org>
1173         * lib/iconvme.c (iconv_string): No need to save and restore errno when
1174         iconv_alloc succeeded.
1175         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
1176         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
1177         test for " && dest " at the end - dest is always != NULL there. Call
1178         iconv with 4xNULL arguments initially, to reset the state. Call iconv
1179         with 2xNULL arguments, also to flush the state storage. Handle the
1180         IRIX iconv behaviour. Realloc the final result, to throw away unused
1181         memory.
1182
1183 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1184
1185         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
1186         and fchmodat unconditionally, since glibc 2.4 has them.
1187         Problem reported by Arkadiusz Miskiewicz.
1188
1189 2006-12-10  Bruno Haible  <bruno@clisp.org>
1190
1191         * gnulib-tool (func_import): Show the include files only for those
1192         modules that are copied and specified.
1193         Reported by Karl Berry.
1194
1195 2006-12-08  Jim Meyering  <jim@meyering.net>
1196
1197         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
1198         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
1199
1200         * build-aux/announce-gen: Add two new options, both optional:
1201         --bootstrap-tools=TOOL_LIST
1202               a comma-separated list of tools, e.g.,
1203               autoconf,automake,bison,gnulib
1204         --gnulib-snapshot-date=DATE
1205               if gnulib is in the bootstrap tool list,
1206               then report this as the snapshot date.
1207               If not specified, use the current date/time.
1208               If you specify a date here, be sure it's UTC.
1209
1210 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1211
1212         * tests/test-argp-2.sh: Fix test to match actual output.
1213         (func_compare): Fix sed script to be portable.
1214
1215 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1216
1217         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
1218         workaround for this case.  It is not autoconfigured now; offhand
1219         it's hard to see how to autoconfigure it.
1220
1221 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1222
1223         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
1224         a directory that is about to be chowned.  Such a directory's
1225         initial file permissions should permit the owner only and this
1226         should not be changed until after the chown, since the group and
1227         other bits would be incorrect if they granted permission before
1228         the chown.
1229
1230         Fix porting problem for iswctype reported by Georg Schwarz in:
1231         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
1232         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
1233         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
1234         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
1235         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1236
1237 2006-12-03  Jim Meyering  <jim@meyering.net>
1238
1239         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
1240         p->fts_statp may not yet be defined.
1241         (fts_read): Instead, set it in the caller, once p->fts_statp is
1242         sure to be defined, and corresponds to a top-level directory.
1243         This bug made du -x fail.  Here's the coreutils test case:
1244         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
1245         Reported by Mike Frysinger.
1246
1247 2006-12-01  Jim Meyering  <jim@meyering.net>
1248
1249         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
1250         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
1251         Reported by Simon Josefsson.
1252
1253 2006-11-30  Jim Meyering  <jim@meyering.net>
1254
1255         * m4/warning.m4: Use the all-permissive copyright notice
1256         recommended by RMS (rather than LGPL).
1257         * m4/vararrays.m4: Likewise.
1258         * m4/flexmember.m4: Likewise.
1259
1260 2006-11-29  Bruno Haible  <bruno@clisp.org>
1261
1262         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1263         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
1264         using +=.
1265         Reported by Simon Josefsson <simon@josefsson.org>.
1266
1267 2006-11-28  James Youngman <jay@gnu.org>
1268
1269         * README: Advise users that they might find the bug-gnulib@gnu.org
1270         and autotools-announce@gnu.org mailing lists useful.
1271
1272 2006-11-28  Bruno Haible  <bruno@clisp.org>
1273
1274         * m4/ptrdiff_max.m4: Remove file.
1275
1276 2006-11-21  Bruno Haible  <bruno@clisp.org>
1277
1278         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
1279         _AC_COMPUTE_INT.
1280         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1281         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
1282         _AC_COMPUTE_INT.
1283         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1284         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
1285         _AC_COMPUTE_INT.
1286         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1287
1288 2006-11-28  Jim Meyering  <jim@meyering.net>
1289
1290         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
1291         warning from "gcc -Wshadow" about shadowing the builtin.
1292
1293 2006-11-27  Bruno Haible  <bruno@clisp.org>
1294
1295         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
1296         _AC_COMPUTE_INT.
1297         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1298
1299 2006-11-27  Bruno Haible  <bruno@clisp.org>
1300             Paul Eggert  <eggert@cs.ucla.edu>
1301
1302         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
1303
1304 2006-11-26  Bruno Haible  <bruno@clisp.org>
1305
1306         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1307         noinst_LTLIBRARIES.
1308
1309 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1310             Bruno Haible  <bruno@clisp.org>
1311
1312         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
1313         if compiling with "gcc -ansi".
1314
1315 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1316
1317         Fix some incompatibilities with gcc -ansi -pedantic.
1318         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
1319         if compiling pedantically with GCC, unless it's C99 or later.
1320         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
1321         it mishandles gcc -ansi -pedantic as well.
1322         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
1323         if gcc -pedantic.
1324         * lib/regexec.c (check_node_accept_bytes): Don't use auto
1325         initializers for struct if -pedantic, unless it's C99 or later.
1326
1327 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
1328
1329         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
1330         Don't close an fd more than once. Identical atimes indicate
1331         success, not failure.
1332
1333 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
1334
1335         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
1336
1337 2006-11-23  Jim Meyering  <jim@meyering.net>
1338
1339         * build-aux/announce-gen: New file.  From coreutils.
1340
1341 2006-11-22  Jim Meyering  <jim@meyering.net>
1342
1343         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
1344         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
1345         (fts_read): Use a temporary to narrow the overused st_size member
1346         before using it in a switch statement.  Reported by Matthew Woehlke.
1347
1348         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
1349         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1350
1351 2006-11-20  Bruno Haible  <bruno@clisp.org>
1352
1353         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
1354         changequote instead of pairs of brackets.
1355         Reported by Andreas Schwab <schwab@suse.de>.
1356
1357 2006-11-21  Jim Meyering  <jim@meyering.net>
1358
1359         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
1360         so as to remain compatible with older compilers.
1361         Patch from Michael Deutschmann.
1362
1363 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1364
1365         * MODULES.html.sh (File system functions): Add openat.
1366
1367         * lib/openat.h (rpl_fstatat): New macro, if
1368         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
1369         (fstatat): Define to rpl_fstatat under the same conditions,
1370         unless COMPILING_FSTATAT.
1371         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
1372         seems to have the bug.
1373         * lib/fstatat.c: New file.
1374         * modules/openat (Files): Add it.
1375
1376 2006-11-20  Bruno Haible  <bruno@clisp.org>
1377
1378         * Makefile: New file.
1379
1380 2006-11-20  Jim Meyering  <jim@meyering.net>
1381
1382         The beginnings of syntax-related checks for gnulib.
1383         * lib/Makefile: New file.
1384         * lib/t-idcache: New script.  Ensure that the two halves of
1385         idcache.c stay in sync.
1386
1387         * lib/idcache.c: Adjust comments in user- and group- portions to
1388         be more accurate, and to be consistent with one another.
1389
1390 2006-11-20  Jim Meyering  <jim@meyering.net>
1391
1392         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
1393         continue using the flexible array member (thus, this module performs
1394         half as many malloc calls), with the addition that...
1395         (getgroup, getuser): Consistently record a non-match via an empty
1396         "name" string, and map an empty string match to a NULL return value.
1397         * modules/idcache (Depends-on): Re-add flexmember.
1398
1399         * lib/idcache.c (getuser): Remove all uses of the register keyword.
1400         (getuidbyname, getgroup, getgidbyname): Likewise.
1401
1402         Use cleaner syntax: NULL rather than 0.
1403         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
1404
1405 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1406
1407         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
1408         It mishandled the case where the group was missing.
1409         Problem reported by Greg Schafer.
1410         * modules/idcache: Likewise.
1411
1412 2006-11-18  Jim Meyering  <jim@meyering.net>
1413
1414         * check-module (%exempt_header): Add exception for some
1415         conditionally-included headers.
1416
1417         * modules/i-ring (Depends-on): Add verify.
1418         (License): Change to LGPL.
1419
1420 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1421
1422         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
1423         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
1424         and inttostr.h.  Use snprintf rather than uinttostr, so that
1425         LGPLed code doesn't depend on GPLed.
1426
1427 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1428
1429         * modules/inline (License): Change from GPL to LGPL.
1430
1431 2006-11-17  Jim Meyering  <jim@meyering.net>
1432
1433         * modules/d-type (License): Switch to LGPL.
1434
1435 2006-11-15  Bruno Haible  <bruno@clisp.org>
1436
1437         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
1438
1439 2006-11-15  Eric Blake  <ebb9@byu.net>
1440
1441         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
1442         the module dependency.
1443
1444 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1445             Bruno Haible  <bruno@clisp.org>
1446
1447         * gnulib-tool (func_create_testdir): Add license consistency check.
1448
1449 2006-11-15  Eric Blake  <ebb9@byu.net>
1450
1451         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
1452         random "(cached)" in configure output.
1453
1454 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1455
1456         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
1457         test for conforming inttypes.h is both announced and cached.
1458
1459         * MODULES.html.sh (seen_modules, seen_files): New variables.
1460         (func_module): Rewrite to use a few less gnulib-tool and sed
1461         invocations.  Avoid a couple of quadratic algorithms for ...
1462         (missed_modules, missed_files): ... these, with ...
1463         (func_append, func_tmpdir): ... these new functions, from
1464         gnulib-tool.  Analogously, install traps for cleanup.
1465
1466         * tests/test-gc.c (main): Remove unused variables.
1467         * tests/test-read-file.c: Include stdlib.h, for 'free'.
1468
1469 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1470
1471         * modules/inttostr (License): Change to LGPL.
1472
1473 2006-11-14  Eric Blake  <ebb9@byu.net>
1474
1475         * modules/tempname (License): Change to LGPL.
1476
1477 2006-11-14  Eric Blake  <ebb9@byu.net>
1478
1479         * doc/functions.texi (Function Portability): *printf functions on
1480         Cygwin now understand all POSIX size specifiers.
1481
1482 2006-11-14  Bruno Haible  <bruno@clisp.org>
1483
1484         * modules/c-ctype (License): Change to LGPL.
1485
1486 2006-11-12  Bruno Haible  <bruno@clisp.org>
1487
1488         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1489         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
1490         for GNOME libraries, for which the include files are installed in
1491         subdirectories of $prefix/include.
1492
1493 2006-11-12  Bruno Haible  <bruno@clisp.org>
1494
1495         * m4/lib-link.m4: Require at least autoconf-2.54.
1496         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
1497         name to underscores for the --with option.
1498
1499 2006-11-13  Bruno Haible  <bruno@clisp.org>
1500
1501         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
1502         the tests directory.
1503         Reported by Ralf Wildenhues.
1504
1505 2006-11-13  Bruno Haible  <bruno@clisp.org>
1506
1507         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
1508         (func_emit_initmacro_end): Undo the override here.
1509         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
1510         Works around the famous automake error in coreutils.
1511
1512 2006-11-13  Eric Blake  <ebb9@byu.net>
1513
1514         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
1515         element, not its node.
1516
1517 2006-11-12  Bruno Haible  <bruno@clisp.org>
1518
1519         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
1520         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
1521
1522 2006-11-12  Bruno Haible  <bruno@clisp.org>
1523
1524         * gnulib-tool: New option --local-symlink.
1525         (func_usage): Document it.
1526         (lsymbolic): New variable.
1527         (func_import, func_create_testdir): If --symlink was not specified,
1528         test whether --local-symlink was specified and the file comes from
1529         the local_gnulib_dir.
1530
1531 2006-11-12  Bruno Haible  <bruno@clisp.org>
1532
1533         * gnulib-tool (func_ln): New function.
1534         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
1535
1536 2006-11-12  Bruno Haible  <bruno@clisp.org>
1537
1538         Finish support for source files in subdirectories.
1539         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
1540         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
1541         AUTOMAKE_OPTIONS.
1542         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
1543
1544 2006-11-12  Bruno Haible  <bruno@clisp.org>
1545
1546         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1547         EXTRA_lib_SOURCES augmentation.
1548         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
1549
1550 2006-11-12  Jim Meyering  <jim@meyering.net>
1551
1552         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
1553         file descriptors.  This also averts a failure on systems with
1554         native openat support when a traversed directory lacks "x" access.
1555         * lib/fts_.h: Include "i-ring.h"
1556         (struct FTS) [fts_fd_ring]: New member.
1557         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
1558         (FCHDIR): Add parentheses.
1559         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
1560         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
1561         When descending, rather than simply closing the previous
1562         fts_cwd_fd value, push that file descriptor onto the ring.
1563         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
1564         (fts_open): Initialize the new fd_ring member.
1565         (fts_close): Clear the ring.
1566         (fts_safe_changedir): When possible, use our new fd_ring to skip
1567         the diropen and fstat and dev/ino comparison that would normally
1568         accompany a virtual `chdir ("..")'.
1569
1570         * modules/fts (Depends-on): Add i-ring.
1571         * modules/i-ring: New module.
1572         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
1573         * m4/i-ring.m4: New file.
1574
1575 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1576
1577         * gnulib-tool (func_create_testdir): Fix replacement of
1578         `build-aux' in configure.ac.  Run autotools in gltests
1579         subdirectory.
1580         (func_create_testdir, func_create_megatestdir, test): There is
1581         no need for '--force' in most autotool invocations in a new
1582         tree.  Actually fail the whole test if any of the tools, or the
1583         configure or make stages fail.
1584
1585         Sync from Automake.
1586         * build-aux/gnupload: Revert last change.  Add pointer to upload
1587         instructions of the GNU Maintenance Instructions.
1588         Suggestion by Karl Berry.
1589
1590 2006-11-10  Jim Meyering  <jim@meyering.net>
1591
1592         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
1593
1594 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1595
1596         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
1597         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
1598         (bind_textdomain_codeset) [! ENABLE_NLS]:
1599         Evaluate all the arguments.  That way, callers get compatible behavior
1600         if the arguments have side effects.  Also, it avoids some GCC
1601         diagnostics in some cases; Joel E. Denny reported problems when Bison
1602         was configured with --enable-gcc-warnigs.
1603
1604 2006-11-10  Jim Meyering  <jim@meyering.net>
1605
1606         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
1607         relevant options in CFLAGS (like -O, -fno-inline) are taken into
1608         account.
1609
1610 2006-11-10  Jim Meyering  <jim@meyering.net>
1611
1612         * modules/inline: New file/module.
1613         * modules/xalloc (Files): Remove m4/inline.m4.
1614         (Depends-on): Add inline, instead.
1615         * modules/oset: Likewise.
1616         * modules/list: Likewise.
1617
1618 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1619
1620         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
1621         Problem reported by Matthew Woehlke.
1622
1623 2006-11-09  Bruno Haible  <bruno@clisp.org>
1624
1625         * lib/tempname.c (gen_tempname): Remove variant that invokes
1626         __gen_tempname.
1627         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
1628         __gen_tempname.
1629
1630 2006-11-08  Bruno Haible  <bruno@clisp.org>
1631
1632         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
1633         to 'yes' instead of 'cross-compiling'.
1634
1635 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1636
1637         * lib/quotearg.h (quotearg_free): New decl.
1638         * lib/quotearg.c (quotearg_free): New function.
1639         (slot0, nslots, slotvec0, slotvec):
1640         Now file-scope so that quotearg_free can get at them.
1641
1642 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1643
1644         Sync from Automake.
1645         * build-aux/gnupload: Add missing 'gnu' to example URL.
1646         Report by Karl Berry.
1647
1648 2006-11-08  Bruno Haible  <bruno@clisp.org>
1649
1650         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
1651         Suggested by Paul Eggert.
1652
1653 2006-11-08  Jim Meyering  <jim@meyering.net>
1654
1655         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
1656         It's already included if !_LIBC.
1657         (fts_safe_changedir): Add a comment.
1658
1659 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1660
1661         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1662         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1663         Matthew Woehlke.
1664
1665         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
1666         definitions up, to avoid colliding with change below.
1667         (static_inline) [HAVE_INLINE]: New macro.
1668         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
1669         Provide extern decls when !HAVE_INLINE.  Do not define unless
1670         static_inline is defined, either by us or by xmalloc.c.  Use
1671         static_inline rather than static inline.
1672         (XCALLOC): Optimize sizeof(T) = 1 case.
1673         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
1674
1675 2006-11-07  Bruno Haible  <bruno@clisp.org>
1676
1677         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
1678         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
1679         AC_C_INLINE.
1680         * modules/xalloc (Files): Add m4/inline.m4.
1681
1682 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1683
1684         * README: Fix typo.
1685         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
1686         (Miscellanous Notes): ...from this.
1687
1688 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1689
1690         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
1691         Mention that offsetof should be used instead of sizeof.
1692         From Bruno Haible.
1693
1694 2006-11-07  Bruno Haible  <bruno@clisp.org>
1695
1696         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
1697
1698 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1699
1700         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1701         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
1702         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1703         (gl_tree_add_before, gl_tree_add_after):
1704         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
1705         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
1706         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1707         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
1708         (gl_linked_add_after, gl_linked_add_at): Likewise.
1709         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
1710         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1711         (gl_tree_add_before, gl_tree_add_after): Likewise.
1712         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
1713         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
1714         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1715
1716 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1717
1718         * lib/gl_oset.h: Use C comment style, not C++ comment style.
1719
1720 2006-11-06  Bruno Haible  <bruno@clisp.org>
1721
1722         * m4/inline.m4: New file.
1723         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
1724         * modules/list (Files): Add m4/inline.m4.
1725         * modules/oset (Files): Likewise.
1726
1727 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1728
1729         * lib/idcache.c: Include <stddef.h>, for offsetof.
1730         (struct userid.name): Change from char * to a flexible array member.
1731         All uses changed.
1732         * modules/idcache (Depends-on): Add flexmember.
1733
1734         * MODULES.html.sh (Core language properties): New module flexmember.
1735         * modules/flexmember, m4/flexmember.m4: New files.
1736
1737         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
1738         inline functions that are identical with the old xnmalloc_inline,
1739         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
1740         that we can avoid some unnecessary integer multiplications and
1741         divisions in the common case where the element size is known at
1742         compile time.
1743         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
1744         needed.
1745         (xnboundedmalloc): Remove.
1746         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
1747         arguments, for consistency with rest of this header.
1748         (xcharalloc): Rewrite using XNMALLOC.
1749         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
1750         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
1751         versions have been moved to lib/xalloc.h and renamed to be the
1752         non-*_inline versions.
1753         (xmalloc, xrealloc): Implement without reference to the xnmalloc
1754         and xnrealloc functions, since those functions are now inline and
1755         now call us.
1756         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
1757         renaming described above.
1758         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
1759         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
1760         captures the dependency in AC_C_INLINE.
1761
1762         New module canonicalize-lgpl, proposed by Charles Wilson in
1763         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
1764         with a few small changes afterwards.
1765         * MODULES.html.sh (File system functions): New module
1766         canonicalize-lgpl.
1767         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
1768         and canonicalize_file_name.
1769         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
1770         * modules/canonicalize-lgpl: New files.
1771
1772 2006-11-05  Bruno Haible  <bruno@clisp.org>
1773
1774         * gnulib-tool (func_import, func_create_testdir): Create directories
1775         also for files in subdirectories of lib/.
1776
1777 2006-11-05  Bruno Haible  <bruno@clisp.org>
1778
1779         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
1780         ANSI C compliant.
1781
1782 2006-11-03  Bruno Haible  <bruno@clisp.org>
1783
1784         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1785         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
1786         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
1787         (xnboundedmalloc): New inline function.
1788         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
1789         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
1790         xmalloc.
1791         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
1792         xmalloc.
1793         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
1794         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
1795         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
1796         xmalloc.
1797         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1798         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
1799         xmalloc.
1800         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
1801         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1802         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
1803         xmalloc.
1804         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1805         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
1806         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1807         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
1808         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
1809         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
1810         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
1811
1812 2006-11-03  Bruno Haible  <bruno@clisp.org>
1813
1814         * lib/c-ctype.h [C++]: Define functions without name mangling.
1815         * lib/fwriteerror.h [C++]: Likewise.
1816         * lib/gcd.h [C++]: Likewise.
1817         * lib/linebreak.h [C++]: Likewise.
1818
1819 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
1820
1821         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
1822         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
1823         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
1824         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
1825         Check for functions and headers just once.
1826         Check for declaration of canonicalize_file_name.
1827         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
1828
1829 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1830
1831         * gnulib-tool (func_import): Fix typo in actioncmd.
1832
1833 2006-11-02  Bruno Haible  <bruno@clisp.org>
1834
1835         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
1836         newline sequence in the Makefile.am snippet as a space, like "make"
1837         does.
1838         Reported by Roger Persson <perrog@gmail.com>.
1839
1840 2006-11-01  Bruno Haible  <bruno@clisp.org>
1841
1842         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
1843         already declared in <string.h>.
1844         * lib/strcase.h (strncasecmp): Don't declare it if yes.
1845
1846 2006-11-01  Bruno Haible  <bruno@clisp.org>
1847
1848         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
1849         * lib/strcase.h: Include <string.h>.
1850         (strcasecmp): Define to rpl_strcasecmp here.
1851
1852 2006-11-01  Bruno Haible  <bruno@clisp.org>
1853
1854         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
1855
1856 2006-11-01  Eric Blake  <ebb9@byu.net>
1857
1858         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
1859
1860         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
1861
1862 2006-10-29  Bruno Haible  <bruno@clisp.org>
1863
1864         Make it compile in C++ mode.
1865         * lib/full-write.c (full_rw): Add a cast.
1866
1867 2006-11-01  Bruno Haible  <bruno@clisp.org>
1868
1869         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
1870         be POSIX compliant.
1871         Reported by Roger Persson <perrog@gmail.com>.
1872
1873 2006-11-01  Eric Blake  <ebb9@byu.net>
1874
1875         * lib/getopt_.h: Fix comments.
1876
1877 2006-10-31  Eric Blake  <ebb9@byu.net>
1878
1879         * modules/tmpdir (Depends-on): Add sys_stat.
1880         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
1881         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
1882         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
1883         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
1884         tempname.
1885
1886 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
1887
1888         Avoid some C++ diagnostics reported by Bruno Haible.
1889         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
1890         xmalloc.
1891         (quotearg_alloc): Use xcharalloc rather than xmalloc.
1892         (struct slotvec): Move to top level.
1893         (quotearg_n_options): Rewrite to avoid xmalloc.
1894         * lib/xalloc.h (xcharalloc): New function.
1895         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
1896         [defined __cplusplus]: Add function template that provides result
1897         type propagation.  This part of the change is from Bruno Haible.
1898
1899 2006-10-29  Bruno Haible  <bruno@clisp.org>
1900
1901         Make it compile in C++ mode.
1902         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
1903         * lib/strnlen1.c (strnlen1): Cast memchr result.
1904         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
1905         * lib/clean-temp.c (string_equals, string_hash): Add casts.
1906         (create_temp_dir): Rename local variable 'template'.
1907         (compile_csharp_using_sscli): Add cast.
1908         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
1909         * lib/findprog.c (find_in_path): Likewise.
1910         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
1911         * lib/wait-process.c (register_slave_subprocess): Likewise.
1912
1913 2006-10-22  Bruno Haible  <bruno@clisp.org>
1914
1915         * modules/tsearch: New file.
1916         * lib/tsearch.h: New file.
1917         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
1918         * m4/tsearch.m4: New file.
1919         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
1920
1921 2006-10-29  Eric Blake  <ebb9@byu.net>
1922
1923         * lib/arcfour.c: Assume config.h.
1924         * lib/arctwo.c: Likewise.
1925         * lib/base64.c: Likewise.
1926         * lib/check-version.c: Likewise.
1927         * lib/crc.c: Likewise.
1928         * lib/des.c: Likewise.
1929         * lib/gc-gnulib.c: Likewise.
1930         * lib/gc-libgcrypt.c: Likewise.
1931         * lib/gc-pbkdf2-sha1.c: Likewise.
1932         * lib/getaddrinfo.c: Likewise.
1933         * lib/getdelim.c: Likewise.
1934         * lib/getline.c: Likewise.
1935         * lib/hmac-md5.c: Likewise.
1936         * lib/hmac-sha1.c: Likewise.
1937         * lib/iconvme.c: Likewise.
1938         * lib/md2.c: Likewise.
1939         * lib/md4.c: Likewise.
1940         * lib/memxor.c: Likewise.
1941         * lib/read-file.c: Likewise.
1942         * lib/readline.c: Likewise.
1943         * lib/rijndael-alg-fst.c: Likewise.
1944         * lib/rijndael-api-fst.c: Likewise.
1945         * lib/xgetdomainname.c: Likewise.
1946
1947 2006-10-28  Eric Blake  <ebb9@byu.net>
1948
1949         * lib/xstrndup.c: Assume config.h.
1950
1951 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
1952
1953         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
1954         stat-macros.h is now for our own macros, whereas stat_h is for
1955         macros in the <sys/stat.h> name space.
1956         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
1957         (STAT_MACROS_H): Remove.
1958         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
1959         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
1960         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
1961         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
1962         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
1963         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
1964         Move these macros to ...
1965         * lib/stat_.h: here.  Don't include stat-macros.h.
1966         * lib/canonicalize.c: Don't include stat-macros.h.
1967         * lib/chown.c: Likewise.
1968         * lib/euidaccess.c: Likewise.
1969         * lib/file-type.c: Likewise.
1970         * lib/filemode.c: Likewise.
1971         * lib/glob.c: Likewise.
1972         * lib/isapipe.c: Likewise.
1973         * lib/lchown.c: Likewise.
1974         * lib/lstat.c: Likewise.
1975         * lib/mkdir-p.c: Likewise.
1976         * lib/rmdir.c: Likewise.
1977         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
1978         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
1979         unless mkdir isn't declared, to speed up 'configure'.
1980         Always create sys/stat.h, since it's unlikely any real sys/stat.h
1981         would define all the S_* symbols.
1982         * modules/canonicalize (Depends-on):
1983         Depend on sys_stat, not stat-macros.
1984         * modules/chown: Likewise.
1985         * modules/euidaccess: Likewise.
1986         * modules/filemode: Likewise.
1987         * modules/file-type: Likewise.
1988         * modules/glob: Likewise.
1989         * modules/isapipe: Likewise.
1990         * modules/lchown: Likewise.
1991         * modules/lstat: Likewise.
1992         * modules/mkancesdirs: Likewise.
1993         * modules/rmdir: Likewise.
1994         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
1995         * modules/modechange: Likewise.
1996         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
1997         (configure.ac): Remove gl_STAT_MACROS.
1998         * modules/sys_stat (Depends-on): Remove stat-macros.
1999
2000 2006-10-27  Bruno Haible  <bruno@clisp.org>
2001
2002         * m4/signed.m4: Remove file.
2003         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2004         invocation.
2005         * modules/vasnprintf (Files): Remove m4/signed.m4.
2006
2007 2006-10-27  Bruno Haible  <bruno@clisp.org>
2008
2009         Update to GNU gettext 0.16.
2010         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2011         m4/inttypes-h.m4, m4/signed.m4.
2012         * m4/gettext.m4: Update to GNU gettext 0.16.
2013         * m4/intl.m4: New file, from GNU gettext.
2014         * m4/intldir.m4: New file, from GNU gettext.
2015         * config/srclist.txt: Update
2016
2017 2006-10-27  Eric Blake  <ebb9@byu.net>
2018
2019         * MODULES.html.sh: Document tempname.
2020         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2021         dependencies.
2022         (Files): Move lib/tempname.c...
2023         * modules/tempname: ...to this new module.
2024         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2025         (gl_PREREQ_TEMPNAME): Move...
2026         * m4/tempname.m4: ...to this new file.
2027         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2028         * modules/sys_stat (Depends-on): Add stat-macros.
2029         * lib/stat_.h (includes): Pick up stat macros.
2030         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2031         if stat macros are broken.
2032         * lib/tempname.c (includes): No need to include "stat-macros.h".
2033         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2034         (direxists, __path_search) [!_LIBC]: Don't compile these in
2035         gnulib; the tmpdir module covers that.
2036         * lib/tempname.h: New file.
2037
2038 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2039
2040         * COPYING: Explain how gnulib-tool converts licence headers.
2041         Almost all wording by Eric Blake.
2042
2043 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2044
2045         * lib/mbchar.h (is_basic_table): Make read-only.
2046         * lib/mbchar.c (is_basic_table): Likewise.
2047         Reported by John Darrington.
2048
2049 2006-10-25  Bruno Haible  <bruno@clisp.org>
2050
2051         * lib/progname.h (set_program_name): Undefine before defining.
2052
2053 2006-10-25  Bruno Haible  <bruno@clisp.org>
2054
2055         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
2056         false for non-gcc C++ compilers.
2057         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2058
2059 2006-10-24  Bruno Haible  <bruno@clisp.org>
2060
2061         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
2062         iconv implementations like Irix iconv.
2063
2064 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2065
2066         * modules/vararrays: New file.
2067         * m4/vararrays.m4: New file, taken from diffutils.
2068         * MODULES.html.sh: New module vararrays.
2069
2070 2006-10-24  Karl Berry  <karl@gnu.org>
2071
2072         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
2073         Don't call GNU Unix.
2074
2075 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2076
2077         * users.txt: Add Libtool.
2078
2079         Sync from Libtool:
2080
2081         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2082
2083         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2084         to gnulib's policy of including config.h unconditionally.
2085
2086 2006-10-24  Bruno Haible  <bruno@clisp.org>
2087
2088         * modules/wcwidth (Files): Add m4/wint_t.m4.
2089         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
2090         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
2091
2092 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2093
2094         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
2095         to pacify GCC with some -W flags enabled.  Problem reported by
2096         Bruno Haible.
2097
2098 2006-10-24  Jim Meyering  <jim@meyering.net>
2099
2100         * MODULES.html.sh: Remove uinttostr.  It's not a module.
2101         Reported by Karl Berry.
2102
2103 2006-10-23  Bruno Haible  <bruno@clisp.org>
2104
2105         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
2106
2107 2006-10-24  Bruno Haible  <bruno@clisp.org>
2108
2109         * lib/gl_list.h: Use C comment style, not C++ comment style.
2110
2111 2006-10-23  Eric Blake  <ebb9@byu.net>
2112
2113         * lib/getaddrinfo.c (includes): Add missing include.
2114
2115 2006-10-23  Bruno Haible  <bruno@clisp.org>
2116             Paul Eggert  <eggert@cs.ucla.edu>
2117
2118         Ability to rename obstack_free.
2119         * lib/obstack.h (__obstack_free): New macro. Declare instead of
2120         obstack_free.
2121         (obstack_free): Invoke the __obstack_free macro.
2122         * lib/obstack.c (obstack_free): Use __obstack_free macro.
2123
2124 2006-10-23  Bruno Haible  <bruno@clisp.org>
2125             Paul Eggert  <eggert@cs.ucla.edu>
2126
2127         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
2128         __argc, __argv from the declaration. (They are defined as macros on
2129         mingw.)
2130
2131 2006-10-22  Bruno Haible  <bruno@clisp.org>
2132
2133         * doc/gnulib-intro.texi: New file.
2134         * doc/gnulib.texi: Include it.
2135
2136 2006-10-21  Bruno Haible  <bruno@clisp.org>
2137
2138         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
2139         "Introduction", "Miscellanous Notes", "Particular Modules".
2140
2141 2006-10-21  Bruno Haible  <bruno@clisp.org>
2142
2143         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2144         Change mostlyclean-local rule to avoid sh syntax error from bash
2145         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
2146
2147 2006-10-23  Jim Meyering  <jim@meyering.net>
2148
2149         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
2150         in place of snprintf.
2151
2152         * modules/inttostr (Files): Add lib/uinttostr.c.
2153         * lib/uinttostr.c (inttostr): New file/function.
2154         * lib/inttostr.h (uinttostr): Declare.
2155         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
2156         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
2157         Add uinttostr.
2158         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
2159
2160 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2161
2162         * lib/canonicalize.c (ELOOP): Define if not already defined.
2163         Problem reported by Bruno Haible in
2164         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
2165
2166 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2167
2168         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
2169         Problem reported by Perry Smith and Ville Laurikari.
2170
2171         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
2172         uses.
2173
2174 2006-10-19  Bruno Haible  <bruno@clisp.org>
2175
2176         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
2177         for mingw.
2178
2179 2006-10-19  Bruno Haible  <bruno@clisp.org>
2180
2181         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
2182         Needed for mingw.
2183
2184 2006-10-19  Bruno Haible  <bruno@clisp.org>
2185
2186         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
2187
2188 2006-10-19  Bruno Haible  <bruno@clisp.org>
2189
2190         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
2191         it.
2192
2193 2006-10-19  Bruno Haible  <bruno@clisp.org>
2194
2195         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
2196         invocation.
2197
2198 2006-10-19  Bruno Haible  <bruno@clisp.org>
2199
2200         * gnulib-tool (func_create_testdir): Don't include ftruncate and
2201         mountlist by default.
2202
2203 2006-10-16  Bruno Haible  <bruno@clisp.org>
2204
2205         * lib/c-strstr.c: Include c-strstr.h.
2206
2207 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2208
2209         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
2210         in a slash.
2211
2212 2006-10-18  Bruno Haible  <bruno@clisp.org>
2213
2214         * lib/lock.h [C++]: Wrap definitions in extern "C".
2215
2216 2006-10-18  Bruno Haible  <bruno@clisp.org>
2217
2218         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
2219         gl_LIBOBJS list.
2220
2221 2006-10-18  Bruno Haible  <bruno@clisp.org>
2222
2223         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
2224
2225 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2226
2227         * lib/xstrtol.h: Include gettext.h.
2228         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
2229         Problem reported by Eric Blake.
2230         * modules/xstrtol (Depends-on): Add gettext-h.
2231
2232 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
2233
2234         * lib/strftime.c (advance): New macro.
2235         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
2236         incomplete type, so you can't add 0 to it.  Problem and patch
2237         reported by Eelco Dolstra for dietlibc.
2238
2239 2006-10-18  Jim Meyering  <jim@meyering.net>
2240
2241         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
2242         type for a local, and rename it: s/up/user_proc/.
2243
2244 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2245
2246         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
2247         READ_UTMP_USER_PROCESS.
2248         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
2249
2250 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2251
2252         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
2253         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
2254
2255 2006-10-17  Eric Blake  <ebb9@byu.net>
2256
2257         * lib/sigprocmask.c (sigprocmask): Fix typo.
2258
2259         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
2260
2261         * modules/clean-temp (Makefile.am): Don't add to make output...
2262         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
2263         config.h.
2264
2265 2006-10-17  Bruno Haible  <bruno@clisp.org>
2266
2267         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
2268         differently if DEFAULT_TEXT_DOMAIN is set.
2269
2270 2006-10-16  Bruno Haible  <bruno@clisp.org>
2271
2272         * lib/clean-temp.c: Include fwriteerror.h.
2273
2274 2006-10-16  Bruno Haible  <bruno@clisp.org>
2275
2276         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
2277
2278 2006-10-16  Bruno Haible  <bruno@clisp.org>
2279
2280         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
2281         * lib/sigprocmask.h: Include <sys/types.h>.
2282         (sigset_t): Use the system's definition if present.
2283
2284 2006-10-17  Eric Blake  <ebb9@byu.net>
2285
2286         * lib/xvasprintf.c (includes): Assume config.h.
2287         * lib/xasprintf.c (includes): Likewise.
2288
2289 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2290
2291         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
2292         at least as wide as intmax_t.
2293
2294 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
2295
2296         (Imported from Automake.)
2297         * build-aux/gnupload: Update to version 1.1 of directive file.
2298
2299 2006-10-16  Eric Blake  <ebb9@byu.net>
2300
2301         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
2302         match Automake 1.10a.
2303
2304 2006-10-14  Bruno Haible  <bruno@clisp.org>
2305
2306         * modules/sigprocmask: New file.
2307         * lib/sigprocmask.h: New file.
2308         * lib/sigprocmask.c: New file.
2309         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
2310         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
2311         request sigprocmask.o.
2312         (gl_PREREQ_SIGPROCMASK): New macro.
2313         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
2314         (Depends-on): Add sigprocmask.
2315         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
2316         gt_SIGNALBLOCKING. Test for 'raise' only once.
2317         * lib/fatal-signal.c: Include sigprocmask.h.
2318         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
2319         unblock_fatal_signals): Define always.
2320         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2321         sigprocmask.
2322
2323 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2324
2325         Sync from Automake.
2326         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2327         which incorrectly sets the mode of an existing destination
2328         directory.  In some cases the unpatched install-sh could do the
2329         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2330         system.  We hope this is rare in practice, but it's clearly worth
2331         fixing.  Problem reported by Alex Unleashed in
2332         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2333         Also, don't bother to check for -m bugs unless we're using -m;
2334         suggested by Stepan Kasal.
2335
2336 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2337
2338         Sync from Automake.
2339         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
2340         `-c' flag, so they appear at the same position as in %FASTDEP%
2341         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2342         which ignores unknown options only after the first non-option.
2343         Bug report against M4 by Nelson H. F. Beebe.
2344
2345 2006-10-13  Jim Meyering  <jim@meyering.net>
2346
2347         Fix a bug in yesterday's change.
2348         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
2349         p->fts_statp->st_dev would be used uninitialized.
2350         Ensures that we always call fts_stat on the very first entry.
2351         Miklos Szeredi reported that find -xdev stopped working.
2352
2353 2006-10-12  Bruno Haible  <bruno@clisp.org>
2354
2355         * gnulib-tool (func_get_automake_snippet): Append an automatically
2356         computed EXTRA_DIST augmentation.
2357         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
2358         * modules/alloca-opt (Makefile.am): Likewise.
2359         * modules/allocsa (Makefile.am): Likewise.
2360         * modules/arcfour (Makefile.am): Likewise.
2361         * modules/arctwo (Makefile.am): Likewise.
2362         * modules/argmatch (Makefile.am): Likewise.
2363         * modules/argz (Makefile.am): Likewise.
2364         * modules/atexit (Makefile.am): Likewise.
2365         * modules/backupfile (Makefile.am): Likewise.
2366         * modules/byteswap (Makefile.am): Likewise.
2367         * modules/c-strtod (Makefile.am): Likewise.
2368         * modules/c-strtold (Makefile.am): Likewise.
2369         * modules/calloc (Makefile.am): Likewise.
2370         * modules/canon-host (Makefile.am): Likewise.
2371         * modules/canonicalize (Makefile.am): Likewise.
2372         * modules/chdir-long (Makefile.am): Likewise.
2373         * modules/chdir-safer (Makefile.am): Likewise.
2374         * modules/check-version (Makefile.am): Likewise.
2375         * modules/chown (Makefile.am): Likewise.
2376         * modules/cloexec (Makefile.am): Likewise.
2377         * modules/close-stream (Makefile.am): Likewise.
2378         * modules/closeout (Makefile.am): Likewise.
2379         * modules/crc (Makefile.am): Likewise.
2380         * modules/csharpexec (Makefile.am): Likewise.
2381         * modules/cycle-check (Makefile.am): Likewise.
2382         * modules/des (Makefile.am): Likewise.
2383         * modules/dev-ino (Makefile.am): Likewise.
2384         * modules/dirfd (Makefile.am): Likewise.
2385         * modules/dirname (Makefile.am): Likewise.
2386         * modules/dup2 (Makefile.am): Likewise.
2387         * modules/eealloc (Makefile.am): Likewise.
2388         * modules/error (Makefile.am): Likewise.
2389         * modules/euidaccess (Makefile.am): Likewise.
2390         * modules/exclude (Makefile.am): Likewise.
2391         * modules/exitfail (Makefile.am): Likewise.
2392         * modules/fcntl-safer (Makefile.am): Likewise.
2393         * modules/fcntl (Makefile.am): Likewise.
2394         * modules/file-type (Makefile.am): Likewise.
2395         * modules/fileblocks (Makefile.am): Likewise.
2396         * modules/filemode (Makefile.am): Likewise.
2397         * modules/filenamecat (Makefile.am): Likewise.
2398         * modules/fnmatch (Makefile.am): Likewise.
2399         * modules/fopen-safer (Makefile.am): Likewise.
2400         * modules/fpending (Makefile.am): Likewise.
2401         * modules/fprintftime (Makefile.am): Likewise.
2402         * modules/free (Makefile.am): Likewise.
2403         * modules/fsusage (Makefile.am): Likewise.
2404         * modules/ftruncate (Makefile.am): Likewise.
2405         * modules/fts (Makefile.am): Likewise.
2406         * modules/gc-arcfour (Makefile.am): Likewise.
2407         * modules/gc-des (Makefile.am): Likewise.
2408         * modules/gc-hmac-md5 (Makefile.am): Likewise.
2409         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
2410         * modules/gc-md4 (Makefile.am): Likewise.
2411         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2412         * modules/gc-sha1 (Makefile.am): Likewise.
2413         * modules/gc (Makefile.am): Likewise.
2414         * modules/getaddrinfo (Makefile.am): Likewise.
2415         * modules/getcwd (Makefile.am): Likewise.
2416         * modules/getdelim (Makefile.am): Likewise.
2417         * modules/getdomainname (Makefile.am): Likewise.
2418         * modules/getgroups (Makefile.am): Likewise.
2419         * modules/gethostname (Makefile.am): Likewise.
2420         * modules/gethrxtime (Makefile.am): Likewise.
2421         * modules/getline (Makefile.am): Likewise.
2422         * modules/getloadavg (Makefile.am): Likewise.
2423         * modules/getlogin_r (Makefile.am): Likewise.
2424         * modules/getndelim2 (Makefile.am): Likewise.
2425         * modules/getopt (Makefile.am): Likewise.
2426         * modules/getpagesize (Makefile.am): Likewise.
2427         * modules/getpass-gnu (Makefile.am): Likewise.
2428         * modules/getpass (Makefile.am): Likewise.
2429         * modules/getsubopt (Makefile.am): Likewise.
2430         * modules/gettime (Makefile.am): Likewise.
2431         * modules/gettimeofday (Makefile.am): Likewise.
2432         * modules/getugroups (Makefile.am): Likewise.
2433         * modules/getusershell (Makefile.am): Likewise.
2434         * modules/glob (Makefile.am): Likewise.
2435         * modules/group-member (Makefile.am): Likewise.
2436         * modules/hard-locale (Makefile.am): Likewise.
2437         * modules/hash (Makefile.am): Likewise.
2438         * modules/hmac-md5 (Makefile.am): Likewise.
2439         * modules/hmac-sha1 (Makefile.am): Likewise.
2440         * modules/human (Makefile.am): Likewise.
2441         * modules/idcache (Makefile.am): Likewise.
2442         * modules/imaxabs (Makefile.am): Likewise.
2443         * modules/imaxdiv (Makefile.am): Likewise.
2444         * modules/inet_ntop (Makefile.am): Likewise.
2445         * modules/inet_pton (Makefile.am): Likewise.
2446         * modules/intprops (Makefile.am): Likewise.
2447         * modules/inttostr (Makefile.am): Likewise.
2448         * modules/inttypes (Makefile.am): Likewise.
2449         * modules/isapipe (Makefile.am): Likewise.
2450         * modules/javaversion (Makefile.am): Likewise.
2451         * modules/lchmod (Makefile.am): Likewise.
2452         * modules/lchown (Makefile.am): Likewise.
2453         * modules/localcharset (Makefile.am): Likewise.
2454         * modules/long-options (Makefile.am): Likewise.
2455         * modules/lstat (Makefile.am): Likewise.
2456         * modules/malloc (Makefile.am): Likewise.
2457         * modules/mathl (Makefile.am): Likewise.
2458         * modules/mbchar (Makefile.am): Likewise.
2459         * modules/md2 (Makefile.am): Likewise.
2460         * modules/md4 (Makefile.am): Likewise.
2461         * modules/md5 (Makefile.am): Likewise.
2462         * modules/memcasecmp (Makefile.am): Likewise.
2463         * modules/memchr (Makefile.am): Likewise.
2464         * modules/memcmp (Makefile.am): Likewise.
2465         * modules/memcoll (Makefile.am): Likewise.
2466         * modules/memcpy (Makefile.am): Likewise.
2467         * modules/memmem (Makefile.am): Likewise.
2468         * modules/memmove (Makefile.am): Likewise.
2469         * modules/mempcpy (Makefile.am): Likewise.
2470         * modules/memrchr (Makefile.am): Likewise.
2471         * modules/memset (Makefile.am): Likewise.
2472         * modules/memxor (Makefile.am): Likewise.
2473         * modules/mkancesdirs (Makefile.am): Likewise.
2474         * modules/mkdir-p (Makefile.am): Likewise.
2475         * modules/mkdir (Makefile.am): Likewise.
2476         * modules/mkdtemp (Makefile.am): Likewise.
2477         * modules/mkstemp (Makefile.am): Likewise.
2478         * modules/mktime (Makefile.am): Likewise.
2479         * modules/modechange (Makefile.am): Likewise.
2480         * modules/mountlist (Makefile.am): Likewise.
2481         * modules/nanosleep (Makefile.am): Likewise.
2482         * modules/obstack (Makefile.am): Likewise.
2483         * modules/openat (Makefile.am): Likewise.
2484         * modules/pagealign_alloc (Makefile.am): Likewise.
2485         * modules/pathmax (Makefile.am): Likewise.
2486         * modules/physmem (Makefile.am): Likewise.
2487         * modules/poll (Makefile.am): Likewise.
2488         * modules/posixtm (Makefile.am): Likewise.
2489         * modules/posixver (Makefile.am): Likewise.
2490         * modules/putenv (Makefile.am): Likewise.
2491         * modules/quote (Makefile.am): Likewise.
2492         * modules/quotearg (Makefile.am): Likewise.
2493         * modules/raise (Makefile.am): Likewise.
2494         * modules/read-file (Makefile.am): Likewise.
2495         * modules/readline (Makefile.am): Likewise.
2496         * modules/readlink (Makefile.am): Likewise.
2497         * modules/readtokens (Makefile.am): Likewise.
2498         * modules/readutmp (Makefile.am): Likewise.
2499         * modules/realloc (Makefile.am): Likewise.
2500         * modules/regex (Makefile.am): Likewise.
2501         * modules/rename-dest-slash (Makefile.am): Likewise.
2502         * modules/rename (Makefile.am): Likewise.
2503         * modules/rijndael (Makefile.am): Likewise.
2504         * modules/rmdir (Makefile.am): Likewise.
2505         * modules/rpmatch (Makefile.am): Likewise.
2506         * modules/safe-read (Makefile.am): Likewise.
2507         * modules/safe-write (Makefile.am): Likewise.
2508         * modules/same-inode (Makefile.am): Likewise.
2509         * modules/same (Makefile.am): Likewise.
2510         * modules/save-cwd (Makefile.am): Likewise.
2511         * modules/savedir (Makefile.am): Likewise.
2512         * modules/setenv (Makefile.am): Likewise.
2513         * modules/settime (Makefile.am): Likewise.
2514         * modules/sha1 (Makefile.am): Likewise.
2515         * modules/sig2str (Makefile.am): Likewise.
2516         * modules/snprintf (Makefile.am): Likewise.
2517         * modules/stat-macros (Makefile.am): Likewise.
2518         * modules/stat-time (Makefile.am): Likewise.
2519         * modules/stdbool (Makefile.am): Likewise.
2520         * modules/stdint (Makefile.am): Likewise.
2521         * modules/stdlib-safer (Makefile.am): Likewise.
2522         * modules/stpcpy (Makefile.am): Likewise.
2523         * modules/stpncpy (Makefile.am): Likewise.
2524         * modules/strcase (Makefile.am): Likewise.
2525         * modules/strcasestr (Makefile.am): Likewise.
2526         * modules/strchrnul (Makefile.am): Likewise.
2527         * modules/strcspn (Makefile.am): Likewise.
2528         * modules/strdup (Makefile.am): Likewise.
2529         * modules/strerror (Makefile.am): Likewise.
2530         * modules/strftime (Makefile.am): Likewise.
2531         * modules/strndup (Makefile.am): Likewise.
2532         * modules/strnlen (Makefile.am): Likewise.
2533         * modules/strpbrk (Makefile.am): Likewise.
2534         * modules/strsep (Makefile.am): Likewise.
2535         * modules/strstr (Makefile.am): Likewise.
2536         * modules/strtod (Makefile.am): Likewise.
2537         * modules/strtoimax (Makefile.am): Likewise.
2538         * modules/strtok_r (Makefile.am): Likewise.
2539         * modules/strtol (Makefile.am): Likewise.
2540         * modules/strtoll (Makefile.am): Likewise.
2541         * modules/strtoul (Makefile.am): Likewise.
2542         * modules/strtoull (Makefile.am): Likewise.
2543         * modules/strtoumax (Makefile.am): Likewise.
2544         * modules/strverscmp (Makefile.am): Likewise.
2545         * modules/sys_socket (Makefile.am): Likewise.
2546         * modules/sys_stat (Makefile.am): Likewise.
2547         * modules/sysexits (Makefile.am): Likewise.
2548         * modules/time_r (Makefile.am): Likewise.
2549         * modules/timegm (Makefile.am): Likewise.
2550         * modules/timespec (Makefile.am): Likewise.
2551         * modules/tmpfile-safer (Makefile.am): Likewise.
2552         * modules/trim (Makefile.am): Likewise.
2553         * modules/unistd-safer (Makefile.am): Likewise.
2554         * modules/unlinkdir (Makefile.am): Likewise.
2555         * modules/unlocked-io (Makefile.am): Likewise.
2556         * modules/userspec (Makefile.am): Likewise.
2557         * modules/utime (Makefile.am): Likewise.
2558         * modules/utimecmp (Makefile.am): Likewise.
2559         * modules/utimens (Makefile.am): Likewise.
2560         * modules/vasnprintf (Makefile.am): Likewise.
2561         * modules/vasprintf (Makefile.am): Likewise.
2562         * modules/vsnprintf (Makefile.am): Likewise.
2563         * modules/xalloc (Makefile.am): Likewise.
2564         * modules/xgetcwd (Makefile.am): Likewise.
2565         * modules/xnanosleep (Makefile.am): Likewise.
2566         * modules/xreadlink (Makefile.am): Likewise.
2567         * modules/xstrtod (Makefile.am): Likewise.
2568         * modules/xstrtol (Makefile.am): Likewise.
2569         * modules/xstrtold (Makefile.am): Likewise.
2570         * modules/yesno (Makefile.am): Likewise.
2571         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
2572
2573 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2574
2575         * modules/error (Makefile.am): Distribute files through
2576         EXTRA_DIST, not lib_SOURCES.
2577
2578 2006-10-12  Eric Blake  <ebb9@byu.net>
2579
2580         * modules/error (Makefile.am): Distribute files in /lib.
2581         * modules/obstack (Makefile.am): Likewise.
2582
2583 2006-10-12  Bruno Haible  <bruno@clisp.org>
2584
2585         * modules/acl (Makefile.am): Distribute all files in lib/ through
2586         EXTRA_DIST.
2587         * modules/arcfour (Makefile.am): Likewise.
2588         * modules/arctwo (Makefile.am): Likewise.
2589         * modules/argmatch (Makefile.am): Likewise.
2590         * modules/argz (Makefile.am): Likewise.
2591         * modules/atexit (Makefile.am): Likewise.
2592         * modules/backupfile (Makefile.am): Likewise.
2593         * modules/c-strtod (Makefile.am): Likewise.
2594         * modules/c-strtold (Makefile.am): Likewise.
2595         * modules/calloc (Makefile.am): Likewise.
2596         * modules/canon-host (Makefile.am): Likewise.
2597         * modules/canonicalize (Makefile.am): Likewise.
2598         * modules/chdir-long (Makefile.am): Likewise.
2599         * modules/chdir-safer (Makefile.am): Likewise.
2600         * modules/check-version (Makefile.am): Likewise.
2601         * modules/chown (Makefile.am): Likewise.
2602         * modules/cloexec (Makefile.am): Likewise.
2603         * modules/close-stream (Makefile.am): Likewise.
2604         * modules/closeout (Makefile.am): Likewise.
2605         * modules/crc (Makefile.am): Likewise.
2606         * modules/cycle-check (Makefile.am): Likewise.
2607         * modules/des (Makefile.am): Likewise.
2608         * modules/dirfd (Makefile.am): Likewise.
2609         * modules/dirname (Makefile.am): Likewise.
2610         * modules/dup2 (Makefile.am): Likewise.
2611         * modules/euidaccess (Makefile.am): Likewise.
2612         * modules/exclude (Makefile.am): Likewise.
2613         * modules/exitfail (Makefile.am): Likewise.
2614         * modules/fcntl-safer (Makefile.am): Likewise.
2615         * modules/file-type (Makefile.am): Likewise.
2616         * modules/fileblocks (Makefile.am): Likewise.
2617         * modules/filemode (Makefile.am): Likewise.
2618         * modules/filenamecat (Makefile.am): Likewise.
2619         * modules/fnmatch (Makefile.am): Likewise.
2620         * modules/fopen-safer (Makefile.am): Likewise.
2621         * modules/fpending (Makefile.am): Likewise.
2622         * modules/fprintftime (Makefile.am): Likewise.
2623         * modules/free (Makefile.am): Likewise.
2624         * modules/fsusage (Makefile.am): Likewise.
2625         * modules/ftruncate (Makefile.am): Likewise.
2626         * modules/fts (Makefile.am): Likewise.
2627         * modules/gc (Makefile.am): Likewise.
2628         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2629         * modules/getaddrinfo (Makefile.am): Likewise.
2630         * modules/getcwd (Makefile.am): Likewise.
2631         * modules/getdelim (Makefile.am): Likewise.
2632         * modules/getdomainname (Makefile.am): Likewise.
2633         * modules/getgroups (Makefile.am): Likewise.
2634         * modules/gethostname (Makefile.am): Likewise.
2635         * modules/gethrxtime (Makefile.am): Likewise.
2636         * modules/getline (Makefile.am): Likewise.
2637         * modules/getloadavg (Makefile.am): Likewise.
2638         * modules/getlogin_r (Makefile.am): Likewise.
2639         * modules/getopt (Makefile.am): Likewise.
2640         * modules/getpass (Makefile.am): Likewise.
2641         * modules/getpass-gnu (Makefile.am): Likewise.
2642         * modules/getsubopt (Makefile.am): Likewise.
2643         * modules/gettime (Makefile.am): Likewise.
2644         * modules/gettimeofday (Makefile.am): Likewise.
2645         * modules/getugroups (Makefile.am): Likewise.
2646         * modules/getusershell (Makefile.am): Likewise.
2647         * modules/glob (Makefile.am): Likewise.
2648         * modules/group-member (Makefile.am): Likewise.
2649         * modules/hard-locale (Makefile.am): Likewise.
2650         * modules/hash (Makefile.am): Likewise.
2651         * modules/hmac-md5 (Makefile.am): Likewise.
2652         * modules/hmac-sha1 (Makefile.am): Likewise.
2653         * modules/human (Makefile.am): Likewise.
2654         * modules/idcache (Makefile.am): Likewise.
2655         * modules/imaxabs (Makefile.am): Likewise.
2656         * modules/imaxdiv (Makefile.am): Likewise.
2657         * modules/inet_ntop (Makefile.am): Likewise.
2658         * modules/inet_pton (Makefile.am): Likewise.
2659         * modules/inttostr (Makefile.am): Likewise.
2660         * modules/isapipe (Makefile.am): Likewise.
2661         * modules/lchown (Makefile.am): Likewise.
2662         * modules/long-options (Makefile.am): Likewise.
2663         * modules/lstat (Makefile.am): Likewise.
2664         * modules/malloc (Makefile.am): Likewise.
2665         * modules/mathl (Makefile.am): Likewise.
2666         * modules/mbchar (Makefile.am): Likewise.
2667         * modules/md2 (Makefile.am): Likewise.
2668         * modules/md4 (Makefile.am): Likewise.
2669         * modules/md5 (Makefile.am): Likewise.
2670         * modules/memcasecmp (Makefile.am): Likewise.
2671         * modules/memchr (Makefile.am): Likewise.
2672         * modules/memcmp (Makefile.am): Likewise.
2673         * modules/memcoll (Makefile.am): Likewise.
2674         * modules/memcpy (Makefile.am): Likewise.
2675         * modules/memmem (Makefile.am): Likewise.
2676         * modules/memmove (Makefile.am): Likewise.
2677         * modules/mempcpy (Makefile.am): Likewise.
2678         * modules/memrchr (Makefile.am): Likewise.
2679         * modules/memset (Makefile.am): Likewise.
2680         * modules/memxor (Makefile.am): Likewise.
2681         * modules/mkancesdirs (Makefile.am): Likewise.
2682         * modules/mkdir (Makefile.am): Likewise.
2683         * modules/mkdir-p (Makefile.am): Likewise.
2684         * modules/mkdtemp (Makefile.am): Likewise.
2685         * modules/mkstemp (Makefile.am): Likewise.
2686         * modules/mktime (Makefile.am): Likewise.
2687         * modules/modechange (Makefile.am): Likewise.
2688         * modules/mountlist (Makefile.am): Likewise.
2689         * modules/nanosleep (Makefile.am): Likewise.
2690         * modules/openat (Makefile.am): Likewise.
2691         * modules/pagealign_alloc (Makefile.am): Likewise.
2692         * modules/physmem (Makefile.am): Likewise.
2693         * modules/poll (Makefile.am): Likewise.
2694         * modules/posixtm (Makefile.am): Likewise.
2695         * modules/posixver (Makefile.am): Likewise.
2696         * modules/putenv (Makefile.am): Likewise.
2697         * modules/quote (Makefile.am): Likewise.
2698         * modules/quotearg (Makefile.am): Likewise.
2699         * modules/raise (Makefile.am): Likewise.
2700         * modules/read-file (Makefile.am): Likewise.
2701         * modules/readline (Makefile.am): Likewise.
2702         * modules/readlink (Makefile.am): Likewise.
2703         * modules/readtokens (Makefile.am): Likewise.
2704         * modules/readutmp (Makefile.am): Likewise.
2705         * modules/realloc (Makefile.am): Likewise.
2706         * modules/regex (Makefile.am): Likewise.
2707         * modules/rename (Makefile.am): Likewise.
2708         * modules/rename-dest-slash (Makefile.am): Likewise.
2709         * modules/rijndael (Makefile.am): Likewise.
2710         * modules/rmdir (Makefile.am): Likewise.
2711         * modules/rpmatch (Makefile.am): Likewise.
2712         * modules/safe-read (Makefile.am): Likewise.
2713         * modules/safe-write (Makefile.am): Likewise.
2714         * modules/same (Makefile.am): Likewise.
2715         * modules/save-cwd (Makefile.am): Likewise.
2716         * modules/savedir (Makefile.am): Likewise.
2717         * modules/setenv (Makefile.am): Likewise.
2718         * modules/settime (Makefile.am): Likewise.
2719         * modules/sha1 (Makefile.am): Likewise.
2720         * modules/sig2str (Makefile.am): Likewise.
2721         * modules/snprintf (Makefile.am): Likewise.
2722         * modules/stdlib-safer (Makefile.am): Likewise.
2723         * modules/stpcpy (Makefile.am): Likewise.
2724         * modules/stpncpy (Makefile.am): Likewise.
2725         * modules/strcase (Makefile.am): Likewise.
2726         * modules/strcasestr (Makefile.am): Likewise.
2727         * modules/strchrnul (Makefile.am): Likewise.
2728         * modules/strcspn (Makefile.am): Likewise.
2729         * modules/strdup (Makefile.am): Likewise.
2730         * modules/strerror (Makefile.am): Likewise.
2731         * modules/strftime (Makefile.am): Likewise.
2732         * modules/strndup (Makefile.am): Likewise.
2733         * modules/strnlen (Makefile.am): Likewise.
2734         * modules/strpbrk (Makefile.am): Likewise.
2735         * modules/strsep (Makefile.am): Likewise.
2736         * modules/strstr (Makefile.am): Likewise.
2737         * modules/strtod (Makefile.am): Likewise.
2738         * modules/strtoimax (Makefile.am): Likewise.
2739         * modules/strtok_r (Makefile.am): Likewise.
2740         * modules/strtol (Makefile.am): Likewise.
2741         * modules/strtoll (Makefile.am): Likewise.
2742         * modules/strtoul (Makefile.am): Likewise.
2743         * modules/strtoull (Makefile.am): Likewise.
2744         * modules/strtoumax (Makefile.am): Likewise.
2745         * modules/strverscmp (Makefile.am): Likewise.
2746         * modules/time_r (Makefile.am): Likewise.
2747         * modules/timegm (Makefile.am): Likewise.
2748         * modules/tmpfile-safer (Makefile.am): Likewise.
2749         * modules/unistd-safer (Makefile.am): Likewise.
2750         * modules/unlinkdir (Makefile.am): Likewise.
2751         * modules/userspec (Makefile.am): Likewise.
2752         * modules/utime (Makefile.am): Likewise.
2753         * modules/utimecmp (Makefile.am): Likewise.
2754         * modules/utimens (Makefile.am): Likewise.
2755         * modules/vasnprintf (Makefile.am): Likewise.
2756         * modules/vasprintf (Makefile.am): Likewise.
2757         * modules/vsnprintf (Makefile.am): Likewise.
2758         * modules/xalloc (Makefile.am): Likewise.
2759         * modules/xgetcwd (Makefile.am): Likewise.
2760         * modules/xnanosleep (Makefile.am): Likewise.
2761         * modules/xreadlink (Makefile.am): Likewise.
2762         * modules/xstrtod (Makefile.am): Likewise.
2763         * modules/xstrtol (Makefile.am): Likewise.
2764         * modules/xstrtold (Makefile.am): Likewise.
2765         * modules/yesno (Makefile.am): Likewise.
2766
2767 2006-10-12  Jim Meyering  <jim@meyering.net>
2768
2769         * m4/getloadavg.m4: Revert the change below.
2770
2771         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
2772         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
2773         fail with a symlink, which is what coreutils' ./bootstrap now
2774         creates by default.
2775
2776 2006-10-12  Bruno Haible  <bruno@clisp.org>
2777
2778         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
2779         mingw.
2780         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
2781         MSVC and mingw explicitly.
2782
2783 2006-10-11  Simon Josefsson  <jas@extundo.com>
2784             Bruno Haible  <bruno@clisp.org>
2785
2786         Add support for multiple gnulib-tool invocations in the scope of a
2787         single configure.ac file.
2788         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
2789         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
2790         with the same contents as the _LIBADD variable.
2791         (func_emit_initmacro_start, func_emit_initmacro_end,
2792         func_emit_initmacro_done): New functions.
2793         (func_import, func_create_testdir): Invoke them. Allow the identifiers
2794         gl_LIBOBJS and gl_LTLIBOBJS.
2795
2796 2006-10-11  Bruno Haible  <bruno@clisp.org>
2797
2798         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
2799         (func_create_testdir): Don't create po/Makefile.am, don't invoke
2800         autoreconf. Instead, invoke autopoint explicitly but move back the
2801         *.m4 files from gnulib.
2802
2803 2006-10-11  Bruno Haible  <bruno@clisp.org>
2804
2805         * gnulib-tool (func_usage): Make module names after --create-testdir
2806         optional.
2807         (func_create_testdir): If no module was specified, use nearly all
2808         modules.
2809
2810 2006-10-12  Jim Meyering  <jim@meyering.net>
2811
2812         Big performance improvement for fts-based tools that use FTS_NOSTAT.
2813         Avoid spurious inode-mismatch problems on non-POSIX file systems.
2814         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
2815         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
2816         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
2817         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
2818         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
2819         (fts_set_stat_required): New function.
2820         (fts_open): Defer the calls to fts_stat, if possible or requested.
2821         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
2822         into fts_stat itself.
2823         (fts_read): Perform any required (deferred) fts_stat call.
2824         (fts_build): Likewise, for the directory we're about to open and read.
2825         In the readdir loop, carefully decide whether each entry will require
2826         an eventual call to fts_stat, using dirent.d_type info if available.
2827         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
2828         a command line argument into this function.  Update all callers.
2829         Map a return value of FTS_DOT to FTS_D for a command line argument.
2830         * modules/fts (Depends-on): Add d-type.  Alphabetize.
2831         Thanks to Miklos Szeredi for his tenacity and for the initial
2832         bug report about "find" failing on a FUSE-based file system.
2833
2834         * lib/fts.c (fts_open): Use consistent indentation.
2835
2836 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2837
2838         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
2839         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
2840         reported by Jim Meyering.  All uses of cache variables renamed
2841         to match Autoconf's.
2842         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
2843         the other one.
2844
2845         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
2846         Fix misspelling in diagnostic.
2847
2848 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2849
2850         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
2851         defined.  Problem reported by Matthew Woehlke.
2852
2853         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2854         Add support for Tandem NonStop R series.
2855         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
2856         Use new macro.
2857
2858         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
2859         (has_trailing_slash): Omit size arg; all callers changed.
2860         Omit 'inline', since it doesn't help performance and we'd
2861         need to configure it.
2862         Don't count //, ///, etc. as having a trailing slash.
2863         As a side effect, this removes a C99ism reported by Matthew Woehlke.
2864         (rpl_rename_dest_slash): On failure, use rename's errno rather
2865         than (in some cases) an incorrect or junk errno.
2866         Simplify code by removing need to compute length; this does
2867         cause it to make two passes instead of one over the file name,
2868         but it's worth it.
2869
2870         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
2871         change, since Autoconf's version may no longer be appropriate now
2872         that we are using CVS Autoconf's version.  Add support for Tandem.
2873
2874 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2875             Bruno Haible  <bruno@clisp.org>
2876
2877         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
2878         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2879         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
2880         gl_AC_TYPE_LONG_LONG.
2881
2882         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
2883         instead of HAVE_LONG_LONG.
2884         * lib/printf-args.c (printf_fetchargs): Likewise.
2885         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
2886         * lib/vasnprintf.c (VASNPRINTF): Likewise.
2887         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
2888         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
2889         gl_AC_TYPE_LONG_LONG.
2890
2891 2006-10-11  Bruno Haible  <bruno@clisp.org>
2892
2893         * m4/longlong.m4: Add comments.
2894         * m4/ulonglong.m4: Likewise.
2895
2896 2006-10-10  Bruno Haible  <bruno@clisp.org>
2897
2898         Make it possible to #define stpcpy, strdup to aliases.
2899         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
2900         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
2901
2902 2006-10-10  Bruno Haible  <bruno@clisp.org>
2903
2904         Make it possible to #define gcd to an alias.
2905         * lib/gcd.c: Include config.h.
2906
2907 2006-10-10  Bruno Haible  <bruno@clisp.org>
2908
2909         Make it possible to #define c_isascii to an alias.
2910         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
2911         defined. Undefine the macros before defining them, to avoid gcc
2912         warnings.
2913         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
2914         define NO_C_CTYPE_MACROS early.
2915
2916 2006-10-10  Bruno Haible  <bruno@clisp.org>
2917
2918         Make it possible to #define set_program_name to an alias.
2919         * lib/progname.c: Don't undefine set_program_name; instead, undefine
2920         ENABLE_RELOCATABLE early.
2921
2922 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
2923
2924         Port to Tandem NSK OSS, which has 64-bit signed int but at most
2925         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
2926         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
2927         More generally, don't assume that 64-bit signed int is available
2928         if unsigned int is, and vice versa.
2929         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
2930         unsigned symbols, not on their signed counterparts.
2931         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
2932         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
2933         (UINT64_C, UINTMAX_C):
2934         Likewise.
2935         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
2936         unsigned counterparts.
2937         (Have_long_long, Unsigned): New macros.
2938         (Int): Renamed from INT.
2939         (strtoimax): Use the new macros.
2940         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
2941         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
2942         * modules/inttypes (inttypes.h): Substitute
2943         HAVE_UNSIGNED_LONG_LONG_INT.
2944         * modules/stdint (stdint.h): Likewise.
2945         (Files): Add m4/ulonglong.m4.
2946
2947 2006-10-10  Bruno Haible  <bruno@clisp.org>
2948
2949         Fix a gcc -Wshadow warning.
2950         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
2951         to 'bucket'.
2952         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
2953         gl_linked_indexof_from_to): Likewise.
2954         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
2955         Likewise.
2956         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
2957         Likewise.
2958         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
2959         Reported by Eric Blake.
2960
2961 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
2962
2963         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
2964         for NetBSD.  Problem reported by Bruno Haible.
2965
2966 2006-10-09  Jim Meyering  <jim@meyering.net>
2967
2968         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
2969         Patch from Bruno Haible.
2970
2971 2006-10-09  Jim Meyering  <jim@meyering.net>
2972
2973         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
2974         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
2975         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
2976
2977 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2978
2979         Don't include <config.h> twice; this doesn't work in some cases,
2980         e.g., when config.h has "#define intmax_t long long int" and
2981         we include <config.h>, <inttypes.h>, <config.h> in that order.
2982         Problem reported by Matthew Woehlke in:
2983         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
2984         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
2985         * lib/fts-cycle.c: Don't include config.h.
2986         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
2987         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
2988         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
2989         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
2990         inttypes.h.
2991         * lib/xstrtoumax.c: Likewise.
2992         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
2993         __strtol and the like, so that this module is more like its siblings.
2994         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
2995         Remove; no longer needed now that we assume gnulib inttypes.h.
2996
2997 2006-10-08  Bruno Haible  <bruno@clisp.org>
2998
2999         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3000         option.
3001
3002 2006-10-07  Jim Meyering  <jim@meyering.net>
3003
3004         * modules/inttypes (inttypes.h): Revert what seems to have been
3005         an inadvertent part of today's change: use "|", not "/" in the
3006         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3007
3008 2006-10-07  Bruno Haible  <bruno@clisp.org>
3009
3010         * modules/sublist: New file.
3011
3012 2006-10-07  Bruno Haible  <bruno@clisp.org>
3013
3014         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3015         * modules/argz (argz.h): Likewise.
3016         * modules/arpa_inet (arpa/inet.h): Likewise.
3017         * modules/byteswap (byteswap.h): Likewise.
3018         * modules/configmake (configmake.h): Likewise.
3019         * modules/fcntl (fcntl.h): Likewise.
3020         * modules/fnmatch (fnmatch.h): Likewise.
3021         * modules/getopt (getopt.h): Likewise.
3022         * modules/glob (glob.h): Likewise.
3023         * modules/inttypes (inttypes.h): Likewise.
3024         * modules/netinet_in (netinet/in.h): Likewise.
3025         * modules/poll (poll.h): Likewise.
3026         * modules/stdbool (stdbool.h): Likewise.
3027         * modules/stdint (stdint.h): Likewise.
3028         * modules/sys_select (sys/select.h): Likewise.
3029         * modules/sys_socket (sys/socket.h): Likewise.
3030         * modules/sys_stat (sys/stat.h): Likewise.
3031         * modules/sysexits (sysexits.h): Likewise.
3032         * modules/unistd (unistd.h): Likewise.
3033         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3034         Add a "DO NOT EDIT" comment to the generated file.
3035         (func_import): Likewise for gnulib-comp.m4.
3036
3037 2006-10-07  Bruno Haible  <bruno@clisp.org>
3038
3039         * lib/gl_sublist.h: New file.
3040         * lib/gl_sublist.c: New file.
3041
3042 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3043
3044         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
3045         name (relative to the original working directory) and the file
3046         name component (relative to the temporary working directory).  All
3047         callers changed.
3048         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
3049         * lib/mkdir-p.c (make_dir_parents): Likewise.
3050         * lib/mkdir-p.h (make_dir_parents): Likewise.
3051
3052 2006-10-06  Eric Blake  <ebb9@byu.net>
3053
3054         Define several macros for use by the clean-temp module.
3055         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
3056         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
3057         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
3058
3059         * lib/clean-temp.h (close_stream_temp): New declaration.
3060         * lib/clean-temp.c (includes): Pull in headers according to what
3061         other modules are in use.
3062         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
3063
3064 2006-10-06  Bruno Haible  <bruno@clisp.org>
3065
3066         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
3067         instead of fopen, fwriteerror.
3068
3069 2006-10-06  Bruno Haible  <bruno@clisp.org>
3070
3071         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
3072         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
3073         int.
3074         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
3075         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
3076         Return an error indicator.
3077         Suggested by Eric Blake.
3078
3079 2006-10-06  Bruno Haible  <bruno@clisp.org>
3080
3081         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
3082         Reported by Eric Blake.
3083
3084 2006-10-06  Bruno Haible  <bruno@clisp.org>
3085
3086         * modules/closeout (Description): Mention stderr too.
3087
3088 2006-10-06  Bruno Haible  <bruno@clisp.org>
3089         and Paul Eggert  <eggert@cs.ucla.edu>
3090
3091         * lib/closeout.c (close_stdout): Also close stderr.
3092         * lib/closeout.h: Update comment.
3093
3094 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3095
3096         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
3097         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
3098         * lib/dirchownmod.c: Include lchown.h.
3099         * lib/lchown.c: Don't include files that lchown.h now includes.
3100         Don't declare chown, since lchown.h now does that.
3101         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
3102         (lchown): Define to rpl_chown if lchown is declared but
3103         does not exist.  Declare using a prototype if lchown is not
3104         declared.  Add a copyright notice.
3105         * lib/mkstemp.h: Include <unistd.h>.
3106         * lib/openat.c: Include lchown.h.
3107
3108         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
3109         we now test for that separately.
3110         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
3111         rather than O_NOFOLLOW, when testing whether it's possible to
3112         avoid a race condition reliably.
3113         * lib/savewd.c (savewd_chdir): Likewise.
3114
3115         Remove macros that are no longer needed now that stdint.h is
3116         reliable.
3117         * lib/fsusage.c (UINTMAX_MAX): Remove.
3118         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
3119         * lib/utimecmp.c (SIZE_MAX): Remove.
3120
3121         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
3122
3123         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
3124         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
3125         O_NOATIME works.
3126
3127 2006-10-05  Bruno Haible  <bruno@clisp.org>
3128
3129         * lib/gl_list.h (gl_sortedlist_search_from_to,
3130         gl_sortedlist_indexof_from_to): New declarations.
3131         (gl_list_implementation): New fields sortedlist_search_from_to,
3132         sortedlist_indexof_from_to.
3133         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
3134         inline functions.
3135         * lib/gl_list.c (gl_sortedlist_search_from_to,
3136         gl_sortedlist_indexof_from_to): New functions.
3137         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
3138         function.
3139         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
3140         (gl_array_sortedlist_search_from_to): New function.
3141         (gl_array_list_implementation): Update.
3142         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
3143         function.
3144         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
3145         (gl_carray_sortedlist_search_from_to): New function.
3146         (gl_carray_list_implementation): Update.
3147         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
3148         gl_linked_sortedlist_indexof_from_to): New functions.
3149         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3150         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3151         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
3152         gl_tree_sortedlist_indexof_from_to): New functions.
3153         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3154         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3155         Update.
3156         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3157         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
3158         Update.
3159
3160 2006-10-05  Bruno Haible  <bruno@clisp.org>
3161
3162         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
3163         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
3164         (struct gl_list_implementation): Add fields search_from_to,
3165         indexof_from_to. Remove fields search, indexof.
3166         (gl_list_search): Use the search_from_to method.
3167         (gl_list_search_from, gl_list_search_from_to): New functions.
3168         (gl_list_indexof): Use the indexof_from_to method.
3169         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3170         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
3171         (gl_list_search_from, gl_list_search_from_to): New functions.
3172         (gl_list_indexof): Use the indexof_from_to method.
3173         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3174         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
3175         gl_array_indexof. Add start_index, end_index arguments.
3176         (gl_array_search_from_to): Renamed from gl_array_search. Add
3177         start_index, end_index arguments.
3178         (gl_array_remove, gl_array_list_implementation): Update.
3179         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
3180         gl_carray_indexof. Add start_index, end_index arguments.
3181         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
3182         start_index, end_index arguments.
3183         (gl_carray_remove, gl_carray_list_implementation): Update.
3184         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
3185         gl_linked_search. Add start_index, end_index arguments.
3186         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
3187         start_index, end_index arguments.
3188         (gl_linked_remove): Update.
3189         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3190         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3191         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
3192         field to 'size_t'.
3193         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
3194         gl_tree_search. Add start_index, end_index arguments.
3195         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3196         start_index, end_index arguments.
3197         (gl_tree_remove): Update.
3198         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3199         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3200         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
3201         function.
3202         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
3203         gl_tree_search. Add start_index, end_index arguments.
3204         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3205         start_index, end_index arguments.
3206         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3207         Update.
3208         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3209
3210 2006-10-05  Bruno Haible  <bruno@clisp.org>
3211
3212         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
3213
3214         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
3215         fwriteerror_temp): New declarations.
3216         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
3217         (descriptors): New variable.
3218         (cleanup): First, close the descriptors.
3219         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
3220         fclose_temp, fwriteerror_temp): New functions.
3221
3222 2006-10-04  Jim Meyering  <jim@meyering.net>
3223
3224         * lib/fts.c (fts_open): Tiny comment change.
3225
3226 2006-10-04  Bruno Haible  <bruno@clisp.org>
3227
3228         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
3229         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
3230         gl_LOCK_BODY.
3231         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
3232         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
3233         gl_LOCK_EARLY_BODY.
3234         (gl_LOCK): Require gl_LOCK_BODY.
3235
3236 2006-10-04  Bruno Haible  <bruno@clisp.org>
3237
3238         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
3239         (gl_oset_search_atleast): New declaration.
3240         (struct gl_oset_implementation): Add field 'search_atleast'.
3241         (gl_oset_search_atleast): New inline function.
3242         * lib/gl_oset.c (gl_oset_search_atleast): New function.
3243         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
3244         (gl_array_oset_implementation): Update.
3245         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
3246         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
3247         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
3248
3249 2006-10-04  Bruno Haible  <bruno@clisp.org>
3250
3251         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
3252
3253 2006-10-03  Bruno Haible  <bruno@clisp.org>
3254
3255         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
3256         from gl_avltreehash_list_implementation.
3257
3258 2006-10-03  Bruno Haible  <bruno@clisp.org>
3259
3260         * lib/gl_oset.c (gl_oset_add): Fix return type.
3261
3262 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
3263
3264         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
3265
3266 2006-10-02  Eric Blake  <ebb9@byu.net>
3267
3268         * modules/strnlen (Depends-on): Add extensions.
3269
3270 2006-10-02  Eric Blake  <ebb9@byu.net>
3271
3272         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
3273         definition in 2.60+.
3274
3275 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
3276
3277         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
3278         checks.
3279
3280 2006-10-02  Bruno Haible  <bruno@clisp.org>
3281
3282         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
3283         to the AUTOMAKE_OPTIONS.
3284         Reported by Jim Meyering.
3285
3286 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
3287
3288         Work around bug in Solaris 10 /proc file system:
3289         /proc/self/fd/NNN/.. isn't the parent directory of
3290         the directory whose file descriptor is NNN.  This needs to
3291         be worked around at run time, not compile time, since a
3292         program might be built on Solaris 8, where things work, and
3293         run on Solaris 10.
3294         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
3295         to use the following interface instead:
3296         (OPENAT_BUFFER_SIZE): New macro.
3297         (openat_proc_name): New function.
3298         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
3299         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
3300         Likewise.
3301         * lib/openat-proc.c: New file.
3302         * modules/openat (Files): Add lib/openat-proc.c.
3303         (Depends-on): Add same-inode, stdbool.
3304         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
3305
3306 2006-09-29  Bruno Haible  <bruno@clisp.org>
3307
3308         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
3309         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
3310         argument. Set stdout_closed before testing for ferror, not after.
3311         (fwriteerror, fwriteerror_no_ebadf): New functions.
3312
3313 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3314
3315         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
3316
3317 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
3318
3319         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
3320         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
3321
3322 2006-09-28  Jim Meyering  <jim@meyering.net>
3323
3324         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
3325         Include <unistd.h>.
3326
3327 2006-09-28  Bruno Haible  <bruno@clisp.org>
3328
3329         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
3330         * modules/linkedhash-list (Depends-on): Likewise.
3331         * modules/rbtreehash-list (Depends-on): Likewise.
3332
3333 2006-09-28  Bruno Haible  <bruno@clisp.org>
3334
3335         * lib/strndup.h: Simplify the redefinition of strndup.
3336         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
3337         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
3338
3339 2006-09-28  Bruno Haible  <bruno@clisp.org>
3340
3341         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
3342         * lib/gl_linkedhash_list.c: Likewise.
3343         * lib/gl_rbtreehash_list.c: Likewise.
3344
3345 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
3346
3347         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
3348         getaddrinfo.
3349
3350         * lib/__fpending.h: Don't include <stdio_ext.h> unless
3351         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
3352         it causes <stdio_ext.h> to cause a compile-time error.
3353         Problem reported by Nelson H. F. Beebe.
3354         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
3355         of HAVE_DECL___PENDING.
3356
3357         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
3358         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
3359         declaration.
3360
3361 2006-09-27  Jim Meyering  <jim@meyering.net>
3362
3363         This file could end up with a definition for a function
3364         named __strndup, rather than rpl_strndup on a system with
3365         incomplete weak_alias support.
3366         * lib/strndup.c (strndup): Rename from __strndup.
3367         Remove #defines that used to map __strndup to strndup.
3368         Don't use K&R prototypes.
3369         Remove LIBC-related code, since this file is not sync'd with glibc.
3370         * lib/strndup.h: Revamp, accordingly.
3371         * m4/strndup.m4: Modernize.
3372
3373 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3374
3375         * modules/savewd (Depends-on): Add 'raise'.
3376         * lib/savewd.c: Include <signal.h>, for 'raise'.
3377
3378 2006-09-26  Jim Meyering  <jim@meyering.net>
3379
3380         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
3381         when we detect Darwin 8.7.0's acl_get_file bug.
3382         Rearrange to perform the new (below) run-test while $LIBS
3383         contains any acl-related library.  Set USE_ACL at the end.
3384         (gl_ACL_GET_FILE): New function.
3385
3386 2006-09-26  Eric Blake  <ebb9@byu.net>
3387
3388         * lib/verror.c: Include <config.h> unconditionally.
3389
3390 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3391
3392         * modules/clock-time (Maintainer): Add self.
3393         * modules/getlogin_r (Depends-on): Add extensions.
3394
3395 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3396
3397         * modules/clock-time: New module.
3398         * modules/nanosleep (Depends-on): Add clock-time.
3399         * modules/gethrxtime (Depends-on): Likewise.
3400         * modules/gettime (Depends-on): Likewise.
3401         * modules/settime (Depends-on): Likewise.
3402
3403         * modules/fts-lgpl: Depend on openat.
3404         * modules/mkancesdirs: Depend on savewd.
3405         * modules/mkdir-p: Likewise.
3406
3407 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3408
3409         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
3410
3411         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
3412         `gl_have_arbitrary_file_name_length_limit' to
3413         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
3414         actually works between configure runs.
3415
3416 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3417             Bruno Haible  <bruno@clisp.org>
3418
3419         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
3420
3421 2006-09-25  Jim Meyering  <jim@meyering.net>
3422
3423         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
3424         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
3425
3426 2006-09-25  Eric Blake  <ebb9@byu.net>
3427
3428         * gnulib-tool (func_import, func_create_testdir): Fix typos in
3429         exec's in 2006-09-18 patch when shuffling fds.
3430
3431 2006-09-25  Bruno Haible  <bruno@clisp.org>
3432
3433         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
3434         Reported by Jim Meyering.
3435
3436 2006-09-24  Jim Meyering  <jim@meyering.net>
3437
3438         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
3439         compare a pointer against a literal "0".  That caused failures with
3440         at least HP-UX's hpcc.
3441
3442 2006-09-22  Simon Josefsson  <jas@extundo.com>
3443
3444         * modules/gc-sha1:
3445         * modules/gc-md4:
3446         * modules/gc-hmac-sha1:
3447         * modules/gc-hmac-md5:
3448         * modules/gc-des:
3449         * modules/gc-arcfour: Distribute more files.
3450
3451 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3452
3453         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
3454         (gl_linked_iterator_from_to): Initialize struct completely.
3455         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
3456         (gl_tree_iterator_from_to): Likewise
3457         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
3458         * lib/gl_array_list.c [lint] (gl_array_iterator)
3459         (gl_array_iterator_from_to): Likewise.
3460         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
3461         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
3462         (gl_carray_iterator_from_to): Likewise.
3463
3464         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
3465         * lib/md4.c (md4_process_block): Remove unused variable.
3466         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
3467         parentheses for clarity.
3468
3469 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3470
3471         * modules/bison-i18n (Depends-on): Add gettext.
3472
3473 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3474
3475         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
3476         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3477         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
3478         also add missing comma that caused broken test.
3479         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
3480         stdlib.h, for `abort'.
3481         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
3482         variables.
3483         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
3484         include unistd.h if present, for `rmdir'.
3485         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
3486         variables.
3487         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
3488         in the process include standard headers for prototypes.
3489         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
3490         gets declared on GNU/Linux.
3491         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
3492         unistd.h, for `rmdir'.
3493         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
3494
3495         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
3496         always true.
3497         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
3498
3499         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
3500
3501 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3502
3503         * gnulib-tool (func_version): Create output all at once.  This
3504         may help avoid triggering unnecessary SIGPIPEs, and at any
3505         rate it doesn't hurt.
3506
3507 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3508             Bruno Haible  <bruno@clisp.org>
3509
3510         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
3511         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3512         * m4/signed.m4 (bh_C_SIGNED): Likewise.
3513
3514         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
3515         (gl_FUNC_VASPRINTF): Invoke it.
3516
3517 2006-09-22  Bruno Haible  <bruno@clisp.org>
3518
3519         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
3520         getloadavg.c as first argument.
3521
3522 2006-09-22  Bruno Haible  <bruno@clisp.org>
3523
3524         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
3525         at the beginning of the gl_INIT macro.
3526         * modules/getloadavg (configure.ac): Pass $gl_source_base to
3527         gl_GETLOADAVG.
3528
3529 2006-09-22  Bruno Haible  <bruno@clisp.org>
3530
3531         * gnulib-tool (func_create_megatestdir): Don't include the config-h
3532         module.
3533         Suggested by Ralf Wildenhues.
3534
3535 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
3536
3537         Import this patch from libc:
3538
3539         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3540
3541         * lib/regex_internal.c (re_string_reconstruct): Handle
3542         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3543         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3544         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3545         re_string_context_at.
3546
3547         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
3548         now requires it.
3549         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
3550         gl_REGEX now does it for us.
3551         (gl_REGEX): Add test taken from
3552         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
3553
3554         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
3555         Check that large offsets work.  Modernize Autoconf usages.
3556         Prefer "yes" to mean a good thing rather than a bad.
3557         Don't put "#define mkstemp" in config.h, as this might interfere
3558         with standard system headers that "#define mkstemp mkstemp64".
3559
3560         * modules/mkstemp (Depends-on): Add extensions, so that
3561         mkstemp is visible on some platforms.
3562         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
3563         (Include): Change to "mkstemp.h" from <stdlib.h>.
3564         (Files): Add mkstemp.h.
3565
3566         * lib/mkstemp.h: New file, since some standard headers
3567         #define mkstemp.
3568         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
3569         Include "mkstemp.h".
3570         Make the _LIBC code resemble glibc original more,
3571         e.g., use K&R style.
3572         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
3573         (mkstemp): Remove, since mkstemp.h does this for us.
3574         * lib/stdlib--.h: Include mkstemp.h.
3575
3576         Import this patch from libc:
3577
3578         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3579
3580         * lib/tempname.c (__gen_tempname): Change attempts_min
3581         into a macro.  Use preprocessor to decide how to initialize
3582         attempts [Coverity CID 67].
3583
3584 2006-09-20  Bruno Haible  <bruno@clisp.org>
3585
3586         * lib/mkdtemp.c: Import from libc.
3587         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3588                 * sysdeps/posix/tempname.c (__gen_tempname): Change
3589                 attempts_min into a macro.  Use preprocessor to decide how to
3590                 initialize attempts [Coverity CID 67].
3591         2001-11-27  Paul Eggert  <eggert@twinsun.com>
3592                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
3593                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
3594
3595 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3596
3597         * gnulib-tool (func_exit): New function, to allow to pass the
3598         exit status portably through the trap.  Use everywhere.
3599         (--help, --version): Signal a write error.
3600         (trap): catch SIGPIPE, for write errors.
3601         Exit at the end of the trap, with the correct exit status.
3602
3603 2006-09-19  Karl Berry  <karl@gnu.org>
3604
3605         * doc/gnulib.texi: note about the license texinfo files.
3606
3607 2006-09-19  Eric Blake  <ebb9@byu.net>
3608
3609         * gnulib-tool: Avoid space-tab.
3610
3611 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3612
3613         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
3614         that prevented coreutils 6.1 from building.  Problem reported
3615         by Petter Reinholdtsen.
3616
3617 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3618
3619         * gnulib-tool (avoidlist): Fix typo that broke options like
3620         --avoid=lock that are used by coreutils bootstrap.
3621
3622 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
3623
3624         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
3625         more systematically.
3626
3627 2006-09-18  Jim Meyering  <jim@meyering.net>
3628
3629         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
3630
3631 2006-09-18  Bruno Haible  <bruno@clisp.org>
3632
3633         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
3634
3635 2006-09-18  Bruno Haible  <bruno@clisp.org>
3636
3637         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
3638         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
3639         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
3640         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
3641         * m4/gettext.m4: Require autoconf >= 2.52.
3642         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
3643         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
3644         of gl_cv_header_inttypes_h.
3645
3646 2006-09-18  Bruno Haible  <bruno@clisp.org>
3647
3648         * lib/javaversion.c: Include configmake.h.
3649
3650 2006-09-18  Bruno Haible  <bruno@clisp.org>
3651
3652         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
3653         avoid that the while loops be executed in a subshell.
3654
3655 2006-09-18  Bruno Haible  <bruno@clisp.org>
3656
3657         * MODULES.html.sh (func_module): Break long lines.
3658         Suggested by Bruce Korb <bkorb@gnu.org>.
3659
3660 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3661
3662         Speed up by a factor of 1.12.
3663         * gnulib-tool (nl): New variable.
3664         (func_import): Rewrite include directive extraction to only read each
3665         directive once.
3666
3667 2006-09-17  Bruno Haible  <bruno@clisp.org>
3668
3669         * modules/javaversion (Makefile.am): Remove DEFS setting.
3670         (Depends-on): Add configmake, for PKGDATADIR definition.
3671
3672 2006-09-17  Bruno Haible  <bruno@clisp.org>
3673
3674         * gnulib-tool (func_create_testdir): Rewrite all files at once.
3675
3676 2006-09-17  Bruno Haible  <bruno@clisp.org>
3677
3678         * gnulib-tool (func_append): New function, stolen from libtool.m4.
3679         (func_modules_transitive_closure, func_modules_add_dummy,
3680         func_modules_to_filelist, func_import, func_create_testdir,
3681         func_create_megatestdir, ...): Use it wherever possible.
3682         Suggested by Ralf Wildenhues.
3683
3684 2006-09-16  Karl Berry  <karl@gnu.org>
3685
3686         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
3687         to avoid sectioning errors.
3688         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
3689         [ifinfo]: blank line after @center-ed titles.
3690         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
3691         Spell FSF address consistently with others.
3692         (These changes approved by rms.)
3693
3694 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3695
3696         Speed up by a factor of 1.61.
3697         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
3698         already checked module names again.
3699
3700 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3701
3702         Speed up by a factor of 1.13.
3703         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
3704         for new_files, and the input to func_add_or_update.
3705
3706 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3707
3708         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
3709         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
3710
3711 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3712
3713         * modules/mkancesdirs (Depends-on): Add fcntl.
3714         * modules/savewd: New file.
3715         * MODULES.html.sh (File system functions): Add savewd.
3716
3717         * modules/configmake (Makefile.am): Add support for the
3718         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
3719
3720 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3721
3722         * m4/savewd.m4: New file.
3723
3724 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3725
3726         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
3727         (dirchownmod): New arg FD.  All callers changed.
3728         Use FD rather than opening the directory ourself, as opening is
3729         now the caller's responsibility.
3730         * lib/dirchownmod.h: Likewise.
3731         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
3732         hosts that require <sys/types.h> before <sys/stat.h>.  Include
3733         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
3734         (test_dir): Remove.
3735         (mkancesdirs): Return length of prefix of FILE that has already
3736         been made, or -2 if there is a child doing the work.  Redo
3737         algorithm so that it is O(N) rather than O(N**2).  Optimize away
3738         ".", and treat ".." specially since it might stray back into
3739         already-created areas.  Use a subprocess if necessary.  New arg
3740         WD; all users changed.  MAKE_DIR function should now return 1
3741         if it creates a directory that is not readable.  Return -2 if
3742         a child process is spun off.
3743         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
3744         Adjust signature to match code.
3745         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
3746         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
3747         all users changed.
3748         * lib/savewd.c, lib/savewd.h: New files.
3749
3750 2006-09-15  Jim Meyering  <jim@meyering.net>
3751
3752         * modules/rename-dest-slash: New module.
3753         * MODULES.html.sh (posix_compat): Add it here.
3754
3755         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
3756
3757 2006-09-15  Jim Meyering  <jim@meyering.net>
3758
3759         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
3760         file.
3761
3762         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
3763
3764 2006-09-15  Jim Meyering  <jim@meyering.net>
3765
3766         * lib/rename-dest-slash.c (has_trailing_slash): Use
3767         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
3768         (rpl_rename_dest_slash): Perform the cheaper trailing slash
3769         test before testing whether SRC is a directory.
3770         Suggestions from Bruno Haible.
3771
3772         Avoid a warning about an unused variable.
3773         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
3774         into the #ifdef block where it's used.
3775
3776         * lib/rename-dest-slash.c: New file.
3777
3778 2006-09-14  Bruno Haible  <bruno@clisp.org>
3779
3780         * lib/allocsa.c: Include <config.h> unconditionally.
3781         * lib/asnprintf.c: Likewise.
3782         * lib/asprintf.c: Likewise.
3783         * lib/c-strcasecmp.c: Likewise.
3784         * lib/c-strcasestr.c: Likewise.
3785         * lib/c-strncasecmp.c: Likewise.
3786         * lib/c-strstr.c: Likewise.
3787         * lib/classpath.c: Likewise.
3788         * lib/clean-temp.c: Likewise.
3789         * lib/concatpath.c: Likewise.
3790         * lib/copy-file.c: Likewise.
3791         * lib/csharpcomp.c: Likewise.
3792         * lib/csharpexec.c: Likewise.
3793         * lib/execute.c: Likewise.
3794         * lib/fatal-signal.c: Likewise.
3795         * lib/findprog.c: Likewise.
3796         * lib/fwriteerror.c: Likewise.
3797         * lib/gl_array_list.c: Likewise.
3798         * lib/gl_array_oset.c: Likewise.
3799         * lib/gl_avltree_list.c: Likewise.
3800         * lib/gl_avltree_oset.c: Likewise.
3801         * lib/gl_avltreehash_list.c: Likewise.
3802         * lib/gl_carray_list.c: Likewise.
3803         * lib/gl_linked_list.c: Likewise.
3804         * lib/gl_linkedhash_list.c: Likewise.
3805         * lib/gl_list.c: Likewise.
3806         * lib/gl_oset.c: Likewise.
3807         * lib/gl_rbtree_list.c: Likewise.
3808         * lib/gl_rbtree_oset.c: Likewise.
3809         * lib/gl_rbtreehash_list.c: Likewise.
3810         * lib/imaxabs.c: Likewise.
3811         * lib/imaxdiv.c: Likewise.
3812         * lib/javacomp.c: Likewise.
3813         * lib/javaexec.c: Likewise.
3814         * lib/javaversion.c: Likewise.
3815         * lib/linebreak.c: Likewise.
3816         * lib/localcharset.c: Likewise.
3817         * lib/lock.c: Likewise.
3818         * lib/mbchar.c: Likewise.
3819         * lib/mbswidth.c: Likewise.
3820         * lib/mkdtemp.c: Likewise.
3821         * lib/pipe.c: Likewise.
3822         * lib/printf-args.c: Likewise.
3823         * lib/printf-parse.c: Likewise.
3824         * lib/progname.c: Likewise.
3825         * lib/progreloc.c: Likewise.
3826         * lib/readlink.c: Likewise.
3827         * lib/sh-quote.c: Likewise.
3828         * lib/stpcpy.c: Likewise.
3829         * lib/stpncpy.c: Likewise.
3830         * lib/strcasecmp.c: Likewise.
3831         * lib/strcasestr.c: Likewise.
3832         * lib/strcspn.c: Likewise.
3833         * lib/striconv.c: Likewise.
3834         * lib/strncasecmp.c: Likewise.
3835         * lib/strnlen1.c: Likewise.
3836         * lib/strstr.c: Likewise.
3837         * lib/strtok_r.c: Likewise.
3838         * lib/tls.c: Likewise.
3839         * lib/tmpdir.c: Likewise.
3840         * lib/unicodeio.c: Likewise.
3841         * lib/unsetenv.c: Likewise.
3842         * lib/vasnprintf.c: Likewise.
3843         * lib/vasprintf.c: Likewise.
3844         * lib/wait-process.c: Likewise.
3845         * lib/xallocsa.c: Likewise.
3846         * lib/xsetenv.c: Likewise.
3847         * lib/xstriconv.c: Likewise.
3848
3849 2006-09-13  Simon Josefsson  <jas@extundo.com>
3850
3851         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
3852         that internally, suggested by Ralf Wildenhues
3853         <Ralf.Wildenhues@gmx.de>.
3854
3855 2006-09-13  Simon Josefsson  <jas@extundo.com>
3856
3857         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
3858         @LIBOBJS@.
3859         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3860
3861 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3862
3863         * lib/_fpending.c: Include <config.h> unconditionally, since we no
3864         longer worry about uses that don't define HAVE_CONFIG_H.
3865         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
3866         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
3867         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
3868         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
3869         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
3870         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
3871         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
3872         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
3873         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
3874         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
3875         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
3876         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
3877         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
3878         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
3879         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
3880         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
3881         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
3882         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
3883         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
3884         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
3885         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
3886         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
3887         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
3888         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
3889         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
3890         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
3891         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
3892         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
3893         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
3894         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
3895         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
3896         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
3897         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
3898         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
3899         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
3900         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
3901         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
3902         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
3903         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
3904         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
3905         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
3906         Likewise.
3907
3908 2006-09-13  Eric Blake  <ebb9@byu.net>
3909
3910         * lib/getopt.c: Fix typo in last commit.
3911
3912 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3913
3914         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
3915         dgettext.
3916
3917 2006-09-12  Jim Meyering  <jim@meyering.net>
3918
3919         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
3920         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
3921         Reported by Nelson H. F. Beebe.
3922
3923 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3924
3925         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
3926         program_invocation_name and program_invocation_short_name are
3927         initialized.
3928         * lib/argp-namefrob.h: Move declarations of program_invocation_name
3929         and program_invocation_short_name to argp.h, so they are visible
3930         to user programs.
3931         * lib/argp.h: Likewise
3932
3933 2006-09-10  Bruno Haible  <bruno@clisp.org>
3934
3935         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3936         m4/inttypes_h.m4, m4/uintmax_t.m4.
3937
3938 2006-09-10  Bruno Haible  <bruno@clisp.org>
3939
3940         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
3941         gl_AC_TYPE_UINTMAX_T.
3942
3943 2006-09-10  Bruno Haible  <bruno@clisp.org>
3944
3945         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
3946
3947 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
3948
3949         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
3950         convention.  Text proposed by Bruno Haible.
3951         (struct argp_option): Document the use of N_() wrappers.
3952
3953         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
3954         '\v', and translate the two parts separately, instead of feeding
3955         the whole string to gettext.  This allows to exclude
3956         '\v' from the strings visible to the translator by writing doc
3957         strings as N_("..") "\v" N_("..").
3958
3959 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
3960
3961         * config/srclist.txt: Undo latest change; the bug was fixed.
3962
3963 2006-09-09  Bruno Haible  <bruno@clisp.org>
3964
3965         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
3966         assignments if building a library without libtool.
3967         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
3968         in func_emit_lib_Makefile_am.
3969         (func_import): When building a static library libfoo.a, arrange to
3970         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
3971         (func_create_testdir): Likewise.
3972         * modules/gc (configure.ac, Makefile.am): If building statically,
3973         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
3974         * modules/iconvme (configure.ac, Makefile.am): Likewise.
3975         * modules/striconv (configure.ac, Makefile.am): Likewise.
3976         Based on a suggestion by Ralf Wildenhues.
3977
3978 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3979
3980         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3981         Check for unistd.h too, since Autoconf doesn't assume POSIX.
3982         Also:
3983
3984         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3985         Add year_2050_test to catch glibc bug 2821
3986         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3987
3988         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3989         Prefer #ifdef to #if.
3990
3991         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3992         Return from 'main' instead of calling 'exit'.
3993
3994 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3995
3996         * lib/mktime.c (guess_time_tm): Fix bug where mktime
3997         returned the maximum time_t value rather than (time_t) -1.
3998         Problem originally reported by William Bardwell
3999         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4000
4001         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4002         Moved to here ...
4003         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4004         ... from here.
4005
4006 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4007
4008         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4009         2821 is fixed.
4010
4011 2006-09-08  Jim Meyering  <jim@meyering.net>
4012
4013         Don't make generated files read-only.  That would bother too many
4014         people.  However, do retain the ability to work when targets are
4015         read-only: remove the destination and temporary files before writing
4016         them (when generated via sed or echo), or by using the -f option for
4017         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4018         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4019         * modules/byteswap, modules/configmake, modules/fcntl:
4020         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4021         * modules/localcharset, modules/netinet_in, modules/poll:
4022         * modules/stdbool, modules/stdint, modules/sys_select:
4023         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4024
4025 2006-09-08  Jim Meyering  <jim@meyering.net>
4026
4027         Avoid new build failure on FreeBSD 6.0.
4028         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4029         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4030         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4031
4032 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4033
4034         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4035
4036 2006-09-07  Jim Meyering  <jim@meyering.net>
4037
4038         Fix global typo in last change: use chmod u-w, not chmod u-x.
4039         Spotted by Paul Eggert and Bruce Korb.
4040         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4041         * modules/byteswap, modules/configmake, modules/fcntl:
4042         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4043         * modules/localcharset, modules/netinet_in, modules/poll:
4044         * modules/stdbool, modules/stdint, modules/sys_select:
4045         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4046
4047 2006-09-06  Jim Meyering  <jim@meyering.net>
4048
4049         Make generated files be read-only.
4050         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
4051         Ensure that each generated file is now read-only.
4052         * modules/argz: Likewise.
4053         * modules/arpa_inet: Likewise.
4054         * modules/byteswap: Likewise.
4055         * modules/configmake: Likewise.
4056         * modules/fcntl: Likewise.
4057         * modules/fnmatch: Likewise.
4058         * modules/getopt: Likewise.
4059         * modules/glob: Likewise.
4060         * modules/inttypes: Likewise.
4061         * modules/netinet_in: Likewise.
4062         * modules/poll: Likewise.
4063         * modules/stdbool: Likewise.
4064         * modules/stdint: Likewise.
4065         * modules/sys_select: Likewise.
4066         * modules/sys_socket: Likewise.
4067         * modules/sys_stat: Likewise.
4068         * modules/sysexits: Likewise.
4069         * modules/localcharset: Same as above, but continue using temporary
4070         file named "t-$@" (why different?) rather than the "$@-t" used
4071         everywhere else.
4072
4073         * modules/sysexits (Makefile.am): Replace literal occurrences
4074         of "sysexit.h" more readable, and more consistent, "$@".
4075
4076 2006-09-06  Bruno Haible  <bruno@clisp.org>
4077
4078         * modules/striconv: New file.
4079         * modules/xstriconv: New file.
4080         * MODULES.html.sh (Internationalization functions): Add striconv,
4081         xstriconv.
4082
4083 2006-09-06  Bruno Haible  <bruno@clisp.org>
4084
4085         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
4086         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
4087         not using libtool correctly.
4088
4089 2006-09-06  Bruno Haible  <bruno@clisp.org>
4090
4091         * lib/striconv.h: New file.
4092         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
4093         iconvstring.c.
4094         * lib/xstriconv.h: New file.
4095         * lib/xstriconv.c: New file.
4096
4097 2006-09-06  Bruno Haible  <bruno@clisp.org>
4098
4099         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4100         lib_..._LDFLAGS.
4101
4102 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4103
4104         * lib/argz_.h: Sync from Libtool.
4105
4106         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
4107                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4108
4109         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
4110
4111 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4112
4113         * modules/trim: New file.
4114
4115 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4116
4117         * lib/trim.h: New file.
4118         * lib/trim.c: New file.
4119
4120 2006-09-05  Bruno Haible  <bruno@clisp.org>
4121
4122         * MODULES.html.sh (String handling): Add trim.
4123
4124 2006-09-04  Karl Berry  <karl@gnu.org>
4125
4126         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
4127         until next release.
4128
4129 2006-09-03  Bruno Haible  <bruno@clisp.org>
4130
4131         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
4132         correctly.
4133
4134 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4135
4136         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
4137         not gl_GETLOADAVG.  Omit unneeded semicolons.
4138         Problems reported by Ralf Wildenhues in
4139         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4140         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
4141         at the end, which is the usual gnulib style.
4142
4143         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
4144         of doing all the work ourselves.
4145         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
4146         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
4147
4148 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4149
4150         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
4151         Problem reported by Ralf Wildenhues in
4152         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4153
4154         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
4155         HAVE_STRUCT_STATFS_F_FSTYPENAME.
4156
4157 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4158
4159         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
4160         yesterday's patch by changing test -n to test -z.
4161
4162 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4163
4164         * modules/getloadavg (Files): Add m4/getloadavg.m4.
4165         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
4166         the former is now obsolescent.
4167
4168         * modules/chdir-long (Depends-on): Add fcntl.
4169
4170 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4171
4172         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
4173         obsolescent, and programs should use gnulib instead.
4174         * m4/getloadavg.m4: New file, with contents taken from Autoconf
4175         but with prefixes changed.
4176
4177 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4178
4179         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
4180         or stdbool.h, because they might not exist while configuring.
4181
4182         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
4183         Don't include unistd.h or limits.h; not needed, since chdir-long.h
4184         does that for us.
4185         (O_DIRECTORY): Remove.
4186
4187 2006-08-31  Eric Blake  <ebb9@byu.net>
4188
4189         * gnulib-tool: Don't let emacs change spaces to TAB.
4190
4191 2006-08-31  Bruno Haible  <bruno@clisp.org>
4192
4193         * gnulib-tool: When calling func_import more than once, do it in a
4194         subshell.
4195         Reported by Eric Blake <ebb9@byu.net>.
4196
4197 2006-08-31  Bruno Haible  <bruno@clisp.org>
4198
4199         * gnulib-tool (nl): Remove variable.
4200         (sed_transform_lib_file): Use more robust test for config-h module.
4201         (func_import): Fix typo in 2006-08-25 patch.
4202
4203 2006-08-31  Bruno Haible  <bruno@clisp.org>
4204
4205         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
4206         specified, augment Makefile.am variables instead of assigning them.
4207
4208 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4209
4210         Work around a bug in both the Linux and SunOS 64-bit kernels:
4211         nanosleep mishandles sleeps for longer than 2**31 seconds.
4212         Problem reported by Frank v Waveren in
4213         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4214         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
4215         Check for nanosleep bug.
4216         (LIB_NANOSLEEP): Append clock_gettime library if needed.
4217
4218 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4219
4220         Work around a bug in both the Linux and SunOS 64-bit kernels:
4221         nanosleep mishandles sleeps for longer than 2**31 seconds.
4222         Problem reported by Frank v Waveren in
4223         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4224         * lib/nanosleep.c (BILLION): New constant.
4225         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
4226         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
4227         implementation.
4228
4229 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4230
4231         * modules/nanosleep (Depends-on): Add gettime.
4232
4233 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4234         and Simon Josefsson  <jas@extundo.com>
4235         and Oskar Liljeblad  <oskar@osk.mine.nu>
4236
4237         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
4238         * gnulib-tool (func_import): New license type 'unmodifiable license
4239         text'.
4240         * modules/fdl: Use it.  Longer description.
4241         * module/gpl, module/lgpl: New files.
4242
4243 2006-08-30  Jim Meyering  <jim@meyering.net>
4244
4245         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
4246         shadowing the parameter.
4247
4248 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4249
4250         Sync from Libtool:
4251
4252         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4253
4254         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
4255         sharing with gnulib.  Report by Eric Blake.
4256
4257 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4258
4259         * modules/isapipe: New file.
4260         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
4261
4262 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4263
4264         * modules/configmake (Makefile.am): Add a comment, and omit
4265         the CONFIGMAKE_ prefix from generated macro names.  Suggested
4266         by Bruno Haible.
4267
4268 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4269
4270         * m4/isapipe.m4: New file.
4271
4272 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4273
4274         * lib/isapipe.c, lib/isapipe.h: New files.
4275
4276 2006-08-29  Jim Meyering  <jim@meyering.net>
4277
4278         * modules/configmake (Makefile.am): Make configmake.h depend on
4279         Makefile.  Otherwise, a stale configmake.h could hang around.
4280
4281 2006-08-29  Eric Blake  <ebb9@byu.net>
4282
4283         * lib/error.c (error_at_line, print_errno_message): Match libc, after
4284         resolution of upstream bug 3044.
4285
4286 2006-08-29  Bruno Haible  <bruno@clisp.org>
4287
4288         * modules/localcharset (Depends-on): Add configmake.
4289         (Makefile.am): Remove setting of LIBDIR through DEFS.
4290
4291 2006-08-29  Bruno Haible  <bruno@clisp.org>
4292
4293         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
4294         defined.
4295
4296 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4297
4298         * modules/fcntl: New file.
4299         * modules/chdir-safer (Depends-on): Add fcntl.
4300         * modules/fts: Likewise.
4301         * modules/mkdir-p: Likewise.
4302
4303         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
4304         This undoes the most recent change, since we're now addressing the
4305         problem in a different way.
4306
4307         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
4308         into output, since the output might be called Makefile.am even
4309         if $makefile_name is something different.
4310         (func_import): Use $makefile_am rather than
4311         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
4312         empty.
4313
4314         * modules/inttypes (Files): Add m4/inttypes-h.m4.
4315
4316 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4317
4318         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
4319         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
4320         recent change to stdint.m4, since we're now addressing the problem in a
4321         different way.
4322
4323 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4324
4325         * m4/fcntl_h.m4: New file.
4326
4327 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4328
4329         * lib/fcntl_.h: New file.
4330         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
4331         the fcntl module.
4332         * lib/dirchownmod.c: Likewise.
4333         * lib/fts.c: Likewise.
4334
4335         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
4336         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
4337         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
4338         just before including <inttypes.h>, to avoid circular inclusion.
4339
4340 2006-08-28  Jim Meyering  <jim@meyering.net>
4341
4342         * doc/visibility.texi: Actually read and correct the grammar of the
4343         sentence affected by yesterday's change.
4344
4345 2006-08-28  Eric Blake  <ebb9@byu.net>
4346
4347         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
4348         needs wrapper.
4349
4350 2006-08-28  Eric Blake  <ebb9@byu.net>
4351
4352         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
4353
4354 2006-08-28  Eric Blake  <ebb9@byu.net>
4355
4356         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
4357
4358 2006-08-28  Bruno Haible  <bruno@clisp.org>
4359
4360         * modules/c-strstr: New file, from GNU gettext.
4361         * MODULES.html.sh (String handling): Add c-strstr.
4362
4363 2006-08-28  Bruno Haible  <bruno@clisp.org>
4364
4365         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
4366         macros.
4367         Reported by Eric Blake.
4368
4369 2006-08-28  Bruno Haible  <bruno@clisp.org>
4370
4371         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
4372         (VASNPRINTF): Return a string of length > INT_MAX without failing.
4373         * lib/vasprintf.c: Include errno.h, limits.h.
4374         (EOVERFLOW): New fallback definition.
4375         (vasprintf): Test here whether the string length is > INT_MAX.
4376         * lib/vsnprintf.c: Include errno.h, limits.h.
4377         (EOVERFLOW): New fallback definition.
4378         (vsnprintf): Fix bug when generated string was too long for the buffer.
4379         Test here whether the string length is > INT_MAX.
4380
4381 2006-08-28  Bruno Haible  <bruno@clisp.org>
4382
4383         * lib/inttypes_.h (SCNX*): Remove definitions.
4384         Reported by Eric Blake.
4385
4386 2006-08-28  Bruno Haible  <bruno@clisp.org>
4387
4388         * lib/c-strstr.h: New file, from GNU gettext.
4389         * lib/c-strstr.c: New file, from GNU gettext.
4390
4391 2006-08-28  Bruno Haible  <bruno@clisp.org>
4392
4393         * gnulib-tool: Reorder some statements.
4394
4395 2006-08-28  Bruno Haible  <bruno@clisp.org>
4396
4397         * gnulib-tool: New option --makefile-name.
4398         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
4399         $makefile_name.
4400         (func_import): Write $makefile_name to the cache file, and read it from
4401         there unless explicitly specified. Use $makefile_name as file name
4402         instead of Makefile.am. Adjust the recommendations accordingly.
4403
4404 2006-08-28  Bruno Haible  <bruno@clisp.org>
4405
4406         * gnulib-tool (func_verify_module): Check against misapplying patch.
4407
4408 2006-08-28  Bruno Haible  <bruno@clisp.org>
4409
4410         * gnulib-tool (func_relativize, func_relconcat): New functions.
4411         Give an error if --local-dir is given with --update.
4412         Remove trailing slashes from $local_gnulib_dir.
4413         (func_import): Store the relativized $local_gnulib_dir in
4414         gnulib-cache.m4, and read it from there if not specified explicitly.
4415
4416 2006-08-28  Bruno Haible  <bruno@clisp.org>
4417
4418         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
4419         is the current directory. Respect also $local_gnulib_dir.
4420
4421 2006-08-28  Bruno Haible  <bruno@clisp.org>
4422             Simon Josefsson  <jas@extundo.com>
4423
4424         BeOS portability.
4425         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
4426
4427 2006-08-27  Jim Meyering  <jim@meyering.net>
4428
4429         * doc/visibility.texi: Remove duplicate word: "pointer".
4430
4431 2006-08-26  Bruno Haible  <bruno@clisp.org>
4432
4433         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
4434         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
4435         (Makefile.am): Create inttypes.h from inttypes_.h.
4436         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
4437
4438         * modules/imaxabs: New file.
4439
4440         * modules/imaxdiv: New file.
4441
4442 2006-08-26  Bruno Haible  <bruno@clisp.org>
4443
4444         * m4/inttypes.m4: New file.
4445         * m4/_inttypes_h.m4: Remove file.
4446         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
4447         PRI_MACROS_BROKEN.
4448         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
4449
4450         * m4/imaxabs.m4: New file.
4451
4452         * m4/imaxdiv.m4: New file.
4453
4454 2006-08-26  Bruno Haible  <bruno@clisp.org>
4455
4456         * lib/inttypes_.h: New file.
4457         * lib/inttypes.h: Remove file.
4458         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
4459
4460         * lib/imaxabs.c: New file.
4461
4462         * lib/imaxdiv.c: New file.
4463
4464 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4465
4466         New config-h module, so that "make" output needn't be cluttered
4467         by -DHAVE_CONFIG_H.
4468         * MODULES.html.sh (Support for building libraries and executables):
4469         Add config-h.
4470         * modules/config-h: New file.
4471         * gnulib-tool (nl, sed_transform_lib_file): New vars.
4472         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
4473         the config-h module is used.
4474
4475         New configmake module, so that "make" output needn't be cluttered
4476         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
4477         * MODULES.html.sh (Support for building libraries and executables):
4478         Add configmake.
4479         * modules/configmake: New file.
4480
4481 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4482
4483         * m4/config-h.m4: New file.
4484
4485 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4486
4487         * config/srclist.txt: Add elisp-comp.
4488
4489 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4490
4491         * MODULES.html.sh (Support for building libraries and executables):
4492         Add elisp-comp.
4493         * build-aux/elisp-comp: New file.
4494         * modules/elisp-comp: New file.
4495
4496 2006-08-24  Bruno Haible  <bruno@clisp.org>
4497
4498         * gnulib-tool (func_create_testdir): Use non-default values of
4499         sourcebase and m4base.
4500
4501 2006-08-24  Bruno Haible  <bruno@clisp.org>
4502
4503         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
4504         HTML structure.
4505
4506 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
4507
4508         * modules/openat (Depends-on): Add lchown.
4509
4510 2006-08-23  Bruno Haible  <bruno@clisp.org>
4511
4512         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
4513         of gl_LOCK_EARLY instead of gl_LOCK.
4514
4515 2006-08-23  Bruno Haible  <bruno@clisp.org>
4516
4517         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
4518         on OSF/1 to no.
4519         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
4520
4521 2006-08-23  Bruno Haible  <bruno@clisp.org>
4522
4523         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
4524         as unusable.
4525
4526         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
4527         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
4528         (gl_LOCK): New macro.
4529
4530 2006-08-22  Simon Josefsson  <jas@extundo.com>
4531
4532         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
4533         to md5 module.
4534
4535 2006-08-22  Simon Josefsson  <jas@extundo.com>
4536
4537         * MODULES.html.sh: Add "Support for maintaining and release
4538         projects".
4539
4540         * build-aux/gnupload: New file, from coreutils.
4541
4542 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4543
4544         Avoid the need for AC_LIBSOURCES in m4 macros.
4545         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
4546         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
4547         * modules/check-version (EXTRA_DIST): Add check-version.h.
4548         * modules/crc (EXTRA_DIST): Add crc.h.
4549         * modules/des (EXTRA_DIST): Add des.h.
4550         * modules/gc (EXTRA_DIST): Add gc.h.
4551         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
4552         * modules/getline (EXTRA_DIST): Add getline.h.
4553         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
4554         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
4555         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
4556         * modules/md2 (EXTRA_DIST): Add md2.h.
4557         * modules/md4 (EXTRA_DIST): Add md4.h.
4558         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
4559         * modules/read-file (EXTRA_DIST): Add read-file.h.
4560         * modules/readline (EXTRA_DIST): Add readline.h.
4561         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
4562         rijndael-api-fst.h.
4563
4564 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4565
4566         * m4/rijndael.m4 (gl_ARCFOUR):
4567         * m4/arctwo.m4 (gl_ARCTWO):
4568         * m4/check-version.m4 (gl_CHECK_VERSION):
4569         * m4/crc.m4 (gl_CRC):
4570         * m4/des.m4 (gl_DES):
4571         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
4572         * m4/gc.m4 (gl_GC):
4573         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
4574         * m4/getline.m4 (gl_FUNC_GETLINE):
4575         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
4576         * m4/hmac-md5.m4 (gl_HMAC_MD5):
4577         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
4578         * m4/md2.m4 (gl_MD2):
4579         * m4/md4.m4 (gl_MD4):
4580         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
4581         * m4/read-file.m4 (gl_FUNC_READ_FILE):
4582         * m4/readline.m4 (gl_FUNC_READLINE):
4583         * m4/rijndael.m4 (gl_RIJNDAEL):
4584         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4585         to get the necessary .h files and whatnot.
4586
4587 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4588
4589         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
4590         gnulib rather than the other way around.
4591         * config/srclistvars.sh (COREUTILS): Remove.
4592
4593 2006-08-22  Jim Meyering  <jim@meyering.net>
4594
4595         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
4596
4597         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
4598
4599 2006-08-22  Eric Blake  <ebb9@byu.net>
4600
4601         * modules/regexprops-generic: New file.
4602         * MODULES.html.sh (Support for building documentation): List it.
4603
4604 2006-08-22  Eric Blake  <ebb9@byu.net>
4605
4606         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
4607         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4608         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
4609         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
4610
4611 2006-08-22  Bruno Haible  <bruno@clisp.org>
4612
4613         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
4614         and lib_LTLIBRARIES like the other lib_* variables.
4615
4616 2006-08-22  Bruno Haible  <bruno@clisp.org>
4617
4618         * build-aux/x-to-1.in: New file, from GNU gettext.
4619
4620 2006-08-22  Bruno Haible  <bruno@clisp.org>
4621
4622         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
4623         <utmpx.h> exists.
4624
4625 2006-08-22  Bruno Haible  <bruno@clisp.org>
4626
4627         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
4628         <utmpx.h> exists.
4629
4630 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4631
4632         BeOS portability.
4633         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
4634         exist.
4635         Problem reported by Bruno Haible.
4636
4637 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4638
4639         Avoid the need for AC_LIBSOURCES in m4 macros.
4640         * modules/acl (EXTRA_DIST): Add acl.h.
4641         * modules/argmatch (Files): Add m4/argmatch.m4.
4642         (configure.ac): Add gl_ARGMATCH.
4643         (EXTRA_DIST): Renamed from lib_SOURCES, for
4644         consistency with the other modules.  Remove argmatch.c.
4645         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
4646         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
4647         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
4648         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
4649         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
4650         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
4651         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
4652         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
4653         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
4654         * modules/closeout (EXTRA_DIST): Add closeout.h.
4655         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
4656         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
4657         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
4658         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
4659         dirname.h; remove basename.c and stripslash.c.
4660         * modules/exclude (EXTRA_DIST): Add exclude.h.
4661         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
4662         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
4663         * modules/file-type (EXTRA_DIST): Add file-type.h.
4664         * modules/filemode (EXTRA_DIST): Add filemode.h.
4665         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
4666         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4667         * modules/fpending (EXTRA_DIST): Add __fpending.h.
4668         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
4669         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
4670         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
4671         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
4672         * modules/getdate (EXTRA_DIST): Add getdate.c.
4673         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
4674         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
4675         * modules/getpass (EXTRA_DIST): Add getpass.h.
4676         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
4677         * modules/group-member (EXTRA_DIST): Add group-member.h.
4678         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
4679         * modules/hash (EXTRA_DIST): Add hash.h.
4680         * modules/human (EXTRA_DIST): Add human.h.
4681         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
4682         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
4683         * modules/lchown (EXTRA_DIST): Add lchown.h.
4684         * modules/long-options (EXTRA_DIST): Add long-options.h.
4685         * modules/lstat (EXTRA_DIST): Add lstat.h.
4686         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
4687         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
4688         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
4689         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
4690         * modules/memxor (EXTRA_DIST): Add memxor.h.
4691         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
4692         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
4693         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
4694         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
4695         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
4696         * modules/physmem (EXTRA_DIST): Add physmem.h.
4697         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
4698         * modules/posixver (EXTRA_DIST): Add posixver.h.
4699         * modules/quote (EXTRA_DIST): Add quote.h.
4700         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
4701         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
4702         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
4703         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
4704         regex_internal.h regexec.c.
4705         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
4706         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
4707         * modules/same (EXTRA_DIST): Add same.h.
4708         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
4709         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
4710         * modules/savedir (EXTRA_DIST): Add savedir.h.
4711         * modules/sha1 (EXTRA_DIST): Add sha1.h.
4712         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
4713         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
4714         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
4715         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
4716         * modules/strdup (EXTRA_DIST): Add strdup.h.
4717         * modules/strftime (EXTRA_DIST): Add strftime.h.
4718         * modules/strndup (EXTRA_DIST): Add strndup.h.
4719         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
4720         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
4721         * modules/time_r (EXTRA_DIST): Add time_r.h.
4722         * modules/timespec (EXTRA_DIST): Add timespec.h.
4723         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4724         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
4725         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
4726         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
4727         * modules/userspec (EXTRA_DIST): Add userspec.h.
4728         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
4729         * modules/utimens (EXTRA_DIST): Add utimens.h.
4730         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
4731         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
4732         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
4733         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
4734         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
4735         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
4736         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
4737         * modules/yesno (EXTRA_DIST): Add yesno.h.
4738
4739 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4740
4741         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
4742
4743         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
4744         * m4/dev-ino.m4, same-inode.m4: Remove.
4745
4746         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
4747         * m4/acl.m4 (AC_FUNC_ACL):
4748         * m4/backupfile.m4 (gl_BACKUPFILE):
4749         * m4/c-strtod.m4 (gl_C99_STRTOLD):
4750         * m4/canon-host.m4 (gl_CANON_HOST):
4751         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4752         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
4753         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
4754         * m4/cloexec.m4 (gl_CLOEXEC):
4755         * m4/close-stream.m4 (gl_CLOSE_STREAM):
4756         * m4/closeout.m4 (gl_CLOSEOUT):
4757         * m4/dirfd.m4 (gl_FUNC_DIRFD):
4758         * m4/dirname.m4 (gl_DIRNAME):
4759         * m4/exclude.m4 (gl_EXCLUDE):
4760         * m4/exitfail.m4 (gl_EXITFAIL):
4761         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
4762         * m4/file-type.m4 (gl_FILE_TYPE):
4763         * m4/filemode.m4 (gl_FILEMODE):
4764         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
4765         * m4/fpending.m4 (gl_FUNC_FPENDING):
4766         * m4/fprintftime.m4 (gl_FPRINTFTIME):
4767         * m4/fts.m4 (gl_FUNC_FTS):
4768         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
4769         * m4/getdate.m4 (gl_GETDATE):
4770         * m4/gethrxtime.m4 (gl_GETHRXTIME):
4771         * m4/getpagesize.m4 (gl_GETPAGESIZE):
4772         * m4/getpass.m4 (gl_FUNC_GETPASS):
4773         * m4/gettime.m4 (gl_GETTIME):
4774         * m4/getugroups.m4 (gl_GETUGROUPS):
4775         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
4776         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
4777         * m4/hard-locale.m4 (gl_HARD_LOCALE):
4778         * m4/hash.m4 (gl_HASH):
4779         * m4/idcache.m4 (gl_IDCACHE):
4780         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
4781         * m4/lchown.m4 (gl_FUNC_LCHOWN):
4782         * m4/long-options.m4 (gl_LONG_OPTIONS):
4783         * m4/lstat.m4 (gl_FUNC_LSTAT):
4784         * m4/md5.m4 (gl_MD5):
4785         * m4/memcasecmp.m4 (gl_MEMCASECMP):
4786         * m4/memcoll.m4 (gl_MEMCOLL):
4787         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
4788         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
4789         * m4/memxor.m4 (gl_MEMXOR):
4790         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
4791         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
4792         * m4/modechange.m4 (gl_MODECHANGE):
4793         * m4/mountlist.m4 (gl_MOUNTLIST):
4794         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4795         * m4/openat.m4 (gl_FUNC_OPENAT):
4796         * m4/pathmax.m4 (gl_PATHMAX):
4797         * m4/physmem.m4 (gl_PHYSMEM):
4798         * m4/posixtm.m4 (gl_POSIXTM):
4799         * m4/posixver.m4 (gl_POSIXVER):
4800         * m4/quote.m4 (gl_QUOTE):
4801         * m4/quotearg.m4 (gl_QUOTEARG):
4802         * m4/readtokens.m4 (gl_READTOKENS):
4803         * m4/readutmp.m4 (gl_READUTMP):
4804         * m4/regex.m4 (gl_REGEX):
4805         * m4/safe-read.m4 (gl_SAFE_READ):
4806         * m4/safe-write.m4 (gl_SAFE_WRITE):
4807         * m4/same.m4 (gl_SAME):
4808         * m4/save-cwd.m4 (gl_SAVE_CWD):
4809         * m4/savedir.m4 (gl_SAVEDIR):
4810         * m4/settime.m4 (gl_SETTIME):
4811         * m4/sha1.m4 (gl_SHA1):
4812         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
4813         * m4/stat-macros.m4 (gl_STAT_MACROS):
4814         * m4/stat-time.m4 (gl_STAT_TIME):
4815         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
4816         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
4817         * m4/strdup.m4 (gl_FUNC_STRDUP):
4818         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
4819         * m4/strndup.m4 (gl_FUNC_STRNDUP):
4820         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
4821         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
4822         * m4/time_r.m4 (gl_TIME_R):
4823         * m4/timespec.m4 (gl_TIMESPEC):
4824         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
4825         * m4/unlinkdir.m4 (gl_UNLINKDIR):
4826         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
4827         * m4/userspec.m4 (gl_USERSPEC):
4828         * m4/utimecmp.m4 (gl_UTIMECMP):
4829         * m4/utimens.m4 (gl_UTIMENS):
4830         * m4/xalloc.m4 (gl_XALLOC):
4831         * m4/xgetcwd.m4 (gl_XGETCWD):
4832         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
4833         * m4/xreadlink.m4 (gl_XREADLINK):
4834         * m4/xstrtod.m4 (gl_XSTRTOD):
4835         * m4/yesno.m4 (gl_YESNO):
4836         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4837         to get the necessary .h files and whatnot.
4838
4839 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
4840             Bruno Haible  <bruno@clisp.org>
4841
4842         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
4843         /bin/sh understanding of '!' conditional negation.
4844
4845 2006-08-21  Jim Meyering  <jim@meyering.net>
4846
4847         * modules/openat (Depends-on): Really alphabetize.
4848
4849         * modules/acl (Depends-on): Add error and quote.
4850
4851         * check-module (find_included_lib_files): Add at-func.c to the
4852         ok-to-include-more-than-once white list.
4853
4854         * modules/openat (Depends-on): Add lstat.  Alphabetize.
4855
4856 2006-08-21  Bruno Haible  <bruno@clisp.org>
4857
4858         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4859         Emit a pkgdata_DATA variable only if some snippets add contents to it.
4860         Reported by Martin Lambers <marlam@marlam.de>.
4861
4862 2006-08-21  Bruno Haible  <bruno@clisp.org>
4863
4864         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
4865         specify an installation location, don't emit a noinst_LIBRARIES or
4866         noinst_LTLIBRARIES assignment.
4867
4868 2006-08-21  Bruno Haible  <bruno@clisp.org>
4869
4870         BeOS portability.
4871         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
4872         BeOS has mbrtowc() but no <wctype.h>.
4873
4874 2006-08-21  Bruno Haible  <bruno@clisp.org>
4875
4876         BeOS portability.
4877         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
4878         exist.
4879
4880 2006-08-21  Bruno Haible  <bruno@clisp.org>
4881
4882         BeOS portability.
4883         * lib/mbchar.h: Include <wctype.h> only if it exists.
4884
4885 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4886
4887         Remove files that are no longer needed by their respective modules.
4888         * m4/obstack.m4: Remove.
4889         * m4/strerror_r.m4: Remove.
4890         * m4/uint32_t.m4: Remove.
4891         * m4/uintptr_t.m4: Remove.
4892         * m4/ullong_max.m4: Remove.
4893         * m4/xstrtoimax.m4: Remove.
4894         * m4/xstrtoumax.m4: Remove.
4895
4896         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
4897         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
4898         dependencies now capture this.
4899
4900         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
4901         Do not use AC_LIBSOURCES, since gnulib modules now do this.
4902         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
4903         * m4/human.m4 (gl_HUMAN): Likewise.
4904         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
4905         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
4906
4907         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
4908
4909         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
4910         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
4911         stdint.
4912         * m4/human.m4 (gl_HUMAN): Likewise.
4913         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
4914         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
4915         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4916         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4917         * m4/xstrtol (gl_XSTRTOL): Likewise.
4918
4919         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
4920         AC_TYPE_LONG_LONG_INT.
4921         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4922         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
4923         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
4924         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4925
4926         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
4927         on stdbool.
4928
4929         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
4930         (gl_PREREQ_XSTRTOUL): Remove.
4931
4932         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
4933
4934         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
4935         mode.
4936
4937 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4938
4939         Add and change modules to make it easier for coreutils to use
4940         gnulib-tool.
4941         * modules/backupfile (Files): Remove m4/d-ino.m4.
4942         (Depends-on): Add d-ino.
4943         * modules/cycle-check (Depends-on): Add stdint.
4944         (lib_SOURCES): Add cycle-check.h.
4945         * modules/d-ino: New module.
4946         * modules/d-type: New module.
4947         * modules/error (Files): Remove m4/strerror_r.m4.
4948         * modules/filemode (Files): Add m4/st_dm_mode.m4.
4949         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4950         m4/inttypes_h.m4, m4/uintmax_t.m4.
4951         (Depends-on): Add stdint.
4952         (lib_SOURCES): Add fsusage.h.
4953         * modules/getcwd (Files): Remove d-ino.m4.
4954         (Depends-on): Add d-ino.
4955         * modules/getndelim2 (Depends-on): Add stdint.
4956         * modules/glob (Files): Remove m4/d-type.m4.
4957         (Depends-on): Add d-type.
4958         * modules/host-os: New module.
4959         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
4960         m4/inttypes_h.m4, m4/uintmax_t.m4.
4961         * Depends-on: Add stdint.
4962         (lib_SOURCES): Add human.h.
4963         * modules/inttostr (Files): Remove m4/intmax_t.m4,
4964         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
4965         m4/uintmax_t.m4, m4/ulonglong.m4.
4966         (Depends-on): Add stdint.
4967         (EXTRA_DIST): Add inttostr.h.
4968         * modules/lchmod: New module.
4969         * modules/link-follow: New module.
4970         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
4971         (Depends-on): Add lchmod.
4972         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
4973         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
4974         (Depends-on): Add stdint.
4975         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
4976         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
4977         (Depends-on): Add stdint.
4978         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
4979         * modules/perl: New module.
4980         * modules/regex (Depends-on): Add stdint.
4981         * modules/rmdir-errno: New module.
4982         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4983         m4/intmax_t.m4.
4984         (Depends-on): Add stdint.
4985         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4986         m4/uintmax_t.m4.
4987         (Depends-on): Add stdint.
4988         * modules/unlink-busy: New module.
4989         * modules/utimecmp (Depends-on): Add stdint.
4990         * modules/uptime: New module.
4991         * modules/winsz-ioctl: New module.
4992         * modules/winsz-termios: New module.
4993         * modules/xnanosleep (Depends-on): Add nanosleep.
4994         * modules/ullong_max: Remove.
4995         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
4996         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
4997         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
4998         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
4999         (Depends-on): Add inttypes.
5000         (lib_SOURCES): Add xstrtol.h.
5001         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5002         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5003         * MODULES.html.sh: Move 'assert' into the assert section.
5004         Move 'dummy' into the linking section.
5005         Remove ullong_max.
5006         Add section for compatibility checks for POSIX:2001 functions,
5007         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5008         winsz-ioctl, and winsz-termios into it.
5009         Add lchmod.
5010         Add top-level Misc section and put host-os, perl, and uptime
5011         into it.
5012
5013 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5014
5015         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5016         now assume the stdint module.  Do not include inttypes.h.
5017         * lib/fsusage.h: Likewise.
5018         * lib/getndelim2.c: Likewise.
5019         * lib/human.h: Likewise.
5020         * lib/inttostr.h: Likewise.
5021         * lib/obstack.c: Likewise.
5022         * lib/regex_internal.h: Likewise.
5023         * lib/tempname.c: Likewise.
5024         * lib/utimecmp.c: Likewise.
5025         * lib/xstrtol.h: Likewise.
5026
5027         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5028
5029         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5030         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5031         * lib/xtime.h: Likewise.
5032
5033 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5034
5035         * modules/openat (Files): Add lib/fchmodat.c.
5036         Fixes problem reported by Jay Youngman.
5037
5038 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5039
5040         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5041         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
5042
5043 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5044             Bruno Haible  <bruno@clisp.org>
5045
5046         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5047         and is a script that invokes bison. Tighten the code. Add comments.
5048
5049 2006-08-18  Jim Meyering  <jim@meyering.net>
5050
5051         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
5052         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
5053         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
5054         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
5055
5056 2006-08-18  Bruno Haible  <bruno@clisp.org>
5057
5058         * modules/bison-i18n: New file.
5059         * MODULES.html.sh (Internationalization functions): Add it.
5060
5061 2006-08-18  Bruno Haible  <bruno@clisp.org>
5062
5063         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
5064         sys/statvfs.h. When getmntinfo was found, check its declaration and
5065         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
5066
5067 2006-08-18  Bruno Haible  <bruno@clisp.org>
5068
5069         * m4/bison-i18n.m4: New file, from bison.
5070
5071 2006-08-18  Bruno Haible  <bruno@clisp.org>
5072
5073         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
5074         (ME_DUMMY): Treat "kernfs" as a dummy.
5075         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
5076
5077 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5078
5079         Update from coreutils.
5080
5081         2006-08-15  Jim Meyering  <jim@meyering.net>
5082
5083         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
5084
5085         2006-01-17  Jim Meyering  <jim@meyering.net>
5086
5087         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
5088
5089         2006-01-11  Jim Meyering  <jim@meyering.net>
5090
5091         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
5092         Check for the lchmod function.
5093
5094 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5095
5096         Update from coreutils.
5097
5098         * lib/__fpending.h: Add copyright notice.
5099         * lib/fprintftime.h: Likewise.
5100         * lib/savedir.c: Use (C) in copyright notice.
5101         * lib/savedir.h: Likewise.
5102
5103         2006-08-15  Jim Meyering  <jim@meyering.net>
5104
5105         * lib/at-func.c: New file, with the logic of all emulated at-functions.
5106         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
5107         in support of the EXPECTED_ERRNO macro.
5108         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
5109         definitions.  Instead, define the appropriate symbols and include
5110         "at-func.c".
5111         * lib/mkdirat.c (mkdirat): Likewise.
5112         * lib/fchmodat.c (fchmodat): Likewise.
5113         (ENOSYS): Remove definition.
5114         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
5115         it.  Don't include "unistd--.h" -- it wasn't ever used.
5116
5117         2006-01-17  Jim Meyering  <jim@meyering.net>
5118
5119         Rewrite fts.c not to change the current working directory,
5120         by using openat, fstatat, fdopendir, etc..
5121
5122         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
5123         (HAVE_OPENAT_SUPPORT): Define.
5124         [_LIBC] (fchdir): Don't undef or define; no longer used.
5125         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
5126         Now, this `function' always succeeds, and consumes its file descriptor
5127         parameter -- so callers must not close such FDs.  Update callers.
5128         (diropen_fd, opendirat, cwd_advance_fd): New functions.
5129         (diropen): Add parameter, SP.  Adjust all callers.
5130         Implement using diropen_fd, rather than open.
5131         (fts_open): Initialize new member, fts_cwd_fd.
5132         Remove fts_rft-setting code.
5133         (fts_close): Close fts_cwd_fd, if necessary.
5134         (__opendir2): Define in terms of opendir or opendirat,
5135         depending on whether the FST_NOCHDIR flag is set.
5136         (fts_build): Since fts_safe_changedir consumes its FD, and since
5137         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
5138         and close the dup'd file descriptor upon failure.
5139         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
5140         (fts_safe_changedir): Tweak semantics to reflect that this function
5141         now calls cwd_advance_fd and hence consumes its FD argument.
5142         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
5143         [struct FTS] (fts_rft): Remove now-unused member.
5144         [struct FTS] (fts_cycle.state): Improve comment.
5145
5146         * lib/openat.c (openat_needs_fchdir): New function.
5147         * lib/openat.h (openat_needs_fchdir): Declare it.
5148
5149 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
5150
5151         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
5152         Problem and fix reported by Pádraig Brady in
5153         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
5154
5155 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5156
5157         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
5158
5159 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5160
5161         * lib/memcoll.c (memcoll): Optimize for the common case where the
5162         arguments are bytewise equal.
5163
5164 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5165
5166         * doc/regexprops-generic.texi: Add a copyright notice.
5167
5168 2006-08-15  Bruno Haible  <bruno@clisp.org>
5169
5170         * modules/tmpdir (License): Change to LGPL.
5171
5172 2006-08-15  Bruno Haible  <bruno@clisp.org>
5173
5174         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
5175         module.
5176
5177 2006-08-14  Simon Josefsson  <jas@extundo.com>
5178
5179         * config/srclist.txt: Add gnupload.
5180
5181 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5182
5183         Change copyright notice from LGPL 2 to GPL 2, since that's the
5184         standard form used in the gnulib repository.
5185         * tests/test-lock.c: Likewise.
5186         * tests/test-stdint.c: Likewise.
5187         * tests/test-tls.c: Likewise.
5188
5189         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
5190         prelude-manager.  User shorter URLs for GNU projects, without '?'.
5191         Add copyright notice.
5192
5193         * check-module: Add copyright notice.  Output a copyright
5194         notice if "--version" is specified.
5195         * modules/COPYING: New file.
5196         * tests/test-getaddrinfo.c: Add copyright notice.
5197         * tests/test-verify.c: Likewise.
5198
5199 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5200
5201         Change copyright notice from LGPL 2 to GPL 2, since that's the
5202         standard form used in the gnulib repository.
5203         * lib/lock.c: LGPL -> GPL.
5204         * lib/lock.h: Likewise.
5205         * lib/strnlen1.c: Likewise.
5206         * lib/strnlen1.h: Likewise.
5207         * lib/tls.c: Likewise.
5208         * lib/tls.h: Likewise.
5209         * lib/tmpdir.c: Likewise.
5210
5211         * lib/TODO: Remove; this belongs only in coreutils.
5212
5213 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5214
5215         Add copyright notices to long-enough files that lack them, since
5216         otherwise the files aren't clearly free.  Use the same notice that
5217         getdate.texi already uses.
5218         * doc/alloca-opt.texi: Add copyright notice.
5219         * doc/alloca.texi: Likewise.
5220         * doc/ctime.texi: Likewise.
5221         * doc/functions.texi: Likewise.
5222         * doc/gcd.texi: Likewise.
5223         * doc/gnulib-tool.texi: Likewise.
5224         * doc/inet_ntoa.texi: Likewise.
5225         * doc/visibility.texi: Likewise.
5226
5227         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
5228         * doc/quote.texi: Add copyright notice.
5229
5230         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
5231         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
5232         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
5233         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
5234         is now obsolete, and give a pointer to the Sun list.
5235         Add copyright notice.
5236
5237 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5238
5239         * config/srclistvars.sh: Add copyright notice.
5240
5241 2006-08-14  Eric Blake  <ebb9@byu.net>
5242
5243         Import the following change from libc:
5244
5245         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
5246
5247         Upstream bug 2997.
5248         * lib/misc/error.c: Add space between program name and message if file
5249         name is missing.
5250
5251 2006-08-12  Karl Berry  <karl@gnu.org>
5252
5253         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
5254         remove, these originate in gnulib now.
5255
5256 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5257
5258         * doc/Makefile (standards.info standards.html standards.dvi):
5259         Also depend on make-stds.texi.
5260
5261 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5262
5263         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
5264         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
5265
5266         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
5267         in wchar_t.  Problem reported by Eric Blake.
5268
5269         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
5270         LEN is smaller than SIZE.  Suggested by Bruno Haible.
5271         Also, help the compiler to keep LEN in a register.
5272
5273 2006-08-11  Eric Blake  <ebb9@byu.net>
5274
5275         * users.txt: Sort.  Add tar.
5276
5277 2006-08-11  Bruno Haible  <bruno@clisp.org>
5278
5279         * users.txt: New file.
5280
5281 2006-08-11  Bruno Haible  <bruno@clisp.org>
5282
5283         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
5284         before <wchar.h>. Needed for OSF/1 and BSD/OS.
5285
5286 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5287
5288         * modules/snprintf (Depends-on): Remove minmax.
5289         (Maintainer): Add self and Bruno.
5290
5291 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5292
5293         * lib/.cppi-disable: Add snprintf.h, socket_.h.
5294         * lib/snprintf.c: Include <errno.h> and <limits.h>.
5295         (EOVERFLOW): Define if the system does not.
5296         Do not include "minmax.h"; it wasn't used.
5297         (snprintf): Don't assume size_t promotes to an unsigned type.
5298         Fix bug when generated string was too long for the buffer: the
5299         buffer's contents are supposed to be the initial prefix of the
5300         output.  Don't assume vasnprintf returns EOVERFLOW if the size
5301         exceeds INT_MAX; do the check ourselves.
5302
5303         Import the following changes from libc:
5304
5305         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5306
5307         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
5308         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
5309         set wc to the byte which couldn't be converted.
5310         (re_string_reconstruct): Don't clear valid_raw_len before calling
5311         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5312         tip_context using re_string_context_at.
5313
5314         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
5315
5316         * lib/posix/regex.h: g++ still cannot handled [restrict].
5317
5318         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
5319
5320         * lib/posix/regex.h: Remove special handling for VMS.
5321
5322 2006-08-10  Jim Meyering  <jim@meyering.net>
5323
5324         * modules/same-inode: New module.
5325         * modules/dev-ino: New module.
5326         * modules/cycle-check: Depend on these modules, rather than simply
5327         including their .h files.
5328         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
5329         required via m4/cycle-check.m4.
5330         * modules/same: Depend on new same-inode module, rather than
5331         including same-inode.h.
5332         * modules/chdir-safer: New file.
5333
5334         * modules/chown (Depends-on): Add stat-macros.
5335
5336 2006-08-10  Jim Meyering  <jim@meyering.net>
5337
5338         * m4/cycle-check.m4: New file.
5339         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
5340         * m4/dev-ino.m4, m4/same-inode.m4: New files.
5341
5342 2006-08-10  Eric Blake  <ebb9@byu.net>
5343
5344         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
5345         in from original proposal.
5346
5347 2006-08-10  Eric Blake  <ebb9@byu.net>
5348         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5349
5350         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
5351         namespace.
5352
5353 2006-08-10  Bruno Haible  <bruno@clisp.org>
5354
5355         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
5356         as well.
5357
5358 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5359
5360         Sync from coreutils.
5361
5362         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
5363
5364         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
5365         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
5366
5367 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5368
5369         * modules/restrict: Remove; no longer needed now that we assume
5370         Autoconf 2.59 or later.
5371         * MODULES.html.sh: Remove 'restrict'.
5372         * modules/argp (Depends-on): Remove 'restrict'.
5373         * modules/base64 (Depends-on): Likewise.
5374         * modules/gc (Depends-on): Likewise.
5375         * modules/getaddrinfo (Depends-on): Likewise.
5376         * modules/glob (Depends-on): Likewise.
5377         * modules/inet_ntop (Depends-on): Likewise.
5378         * modules/inet_pton (Depends-on): Likewise.
5379         * modules/memxor (Depends-on): Likewise.
5380         * modules/regex (Depends-on): Likewise.
5381         * modules/strtok_r (Depends-on): Likewise.
5382         * modules/time_r (Depends-on): Likewise.
5383
5384 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5385
5386         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
5387         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
5388         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5389         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
5390         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
5391         * m4/memxor.m4 (gl_MEMXOR): Likewise.
5392         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
5393         gl_C_RESTRICT replaced by AC_C_RESTRICT.
5394
5395         Merge from coreutils.
5396         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
5397         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
5398         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5399         * m4/time_r.m4 (gl_TIME_R): Likewise.
5400
5401 2006-08-09  Karl Berry  <karl@gnu.org>
5402
5403         * config/srclist.txt: no more gettext-tools, per Bruno.
5404
5405 2006-08-08  Eric Blake  <ebb9@byu.net>
5406
5407         * modules/verror: New module.
5408         * MODULES.html.sh: Document it.
5409
5410 2006-08-08  Eric Blake  <ebb9@byu.net>
5411
5412         * lib/verror.h, lib/verror.c: New files.
5413
5414 2006-08-08  Eric Blake  <ebb9@byu.net>
5415
5416         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
5417         verror_at_line output complies with GNU Coding Standards even when
5418         file is NULL.
5419
5420 2006-08-07  Bruno Haible  <bruno@clisp.org>
5421
5422         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
5423         versions of AIX.
5424         Reported by Ralf Wildenhues.
5425
5426 2006-08-07  Bruno Haible  <bruno@clisp.org>
5427
5428         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
5429         in an AC_DEFUN. Needed so that the autoconf snippets can use
5430         AC_REQUIRE.
5431
5432 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5433
5434         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5435         Initialize pkgdata_DATA.
5436         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
5437         overriding it.
5438
5439 2006-08-06  Eric Blake  <ebb9@byu.net>
5440
5441         * lib/error.h: Fold in some upstream changes from glibc.
5442         * lib/error.c: Likewise.
5443
5444 2006-08-04  Bruno Haible  <bruno@clisp.org>
5445
5446         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5447         Make the mostlyclean-local rule depend on mostlyclean-generic.
5448         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
5449
5450 2006-07-31  Bruno Haible  <bruno@clisp.org>
5451
5452         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
5453         <stdlib.h>, <string.h>.
5454
5455 2006-07-30  Bruno Haible  <bruno@clisp.org>
5456
5457         * modules/readlink (License): Change to LGPL.
5458
5459 2006-07-30  Bruno Haible  <bruno@clisp.org>
5460
5461         * modules/javaversion (Makefile.am): Distribute javaversion.java and
5462         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
5463         set PKGDATADIR to point to it.
5464
5465 2006-07-30  Bruno Haible  <bruno@clisp.org>
5466
5467         * modules/csharpexec (configure.ac): Comment out macro invocation.
5468         * modules/javaexec (configure.ac): Likewise.
5469         * modules/javacomp-script (configure.ac): Likewise.
5470
5471         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
5472
5473 2006-07-30  Bruno Haible  <bruno@clisp.org>
5474
5475         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
5476         linked-list.
5477
5478 2006-07-30  Bruno Haible  <bruno@clisp.org>
5479
5480         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
5481
5482 2006-07-30  Bruno Haible  <bruno@clisp.org>
5483
5484         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5485         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
5486         get removed.
5487
5488 2006-07-29  Bruno Haible  <bruno@clisp.org>
5489
5490         Make it possible for gnulib-tool to work with locally modified or
5491         augmented gnulib repositories.
5492         * gnulib-tool (func_usage): Document --local-dir option.
5493         (local_gnulib_dir): New variable.
5494         Handle --local-dir option.
5495         (func_lookup_file): New function.
5496         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
5497         (func_get_description, func_get_filelist, func_get_description,
5498         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
5499         func_get_automake_snippet, func_get_include_directive,
5500         func_get_license, func_get_maintainer): Use func_lookup_file.
5501         (func_import, func_create_testdir): Use func_lookup_file.
5502
5503 2006-07-29  Bruno Haible  <bruno@clisp.org>
5504
5505         * modules/setenv (Depends-on): Add unistd.
5506
5507 2006-07-29  Bruno Haible  <bruno@clisp.org>
5508
5509         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
5510
5511 2006-07-29  Bruno Haible  <bruno@clisp.org>
5512
5513         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
5514
5515 2006-07-29  Bruno Haible  <bruno@clisp.org>
5516
5517         * gnulib-tool (import, update): If there is no Makefile.am, look at
5518         aclocal.m4, instead of bailing out.
5519
5520 2006-07-29  Bruno Haible  <bruno@clisp.org>
5521
5522         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
5523         Categorize the options by when they are useful.
5524
5525 2006-07-29  Bruno Haible  <bruno@clisp.org>
5526
5527         * gnulib-tool (func_usage): Document option --no-libtool.
5528         Handle option --no-libtool.
5529         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
5530         for changed semantics of $libtool variable.
5531         (func_import): Likewise. If libtool is not used, show this through
5532         an option --no-libtool.
5533         (func_create_testdir): Update.
5534
5535 2006-07-29  Bruno Haible  <bruno@clisp.org>
5536
5537         * gnulib-tool (func_import): Extend error message about missing
5538         --doc-base.
5539
5540 2006-07-29  Bruno Haible  <bruno@clisp.org>
5541
5542         * gnulib-tool (func_import): Don't create the $docbase directory if
5543         there is no file to store there.
5544
5545 2006-07-29  Bruno Haible  <bruno@clisp.org>
5546
5547         * gnulib-tool (autoconf_minversion): If a --dir option is given and
5548         relevant, look for configure.ac there, not in the current directory.
5549         Also use a simple search for AC_PREREQ, not "autoconf --trace".
5550
5551 2006-07-29  Bruno Haible  <bruno@clisp.org>
5552
5553         * gnulib-tool (SORT): New variable.
5554         (func_usage): Undocument --assume-autoconf option.
5555         Remove --assume-autoconf option handling.
5556         (autoconf_minversion): Determine from the contents of configure.ac.
5557         (func_import): Remove autoconf_minversion handling.
5558         Suggested by Eric Blake.
5559
5560 2006-07-29  Bruno Haible  <bruno@clisp.org>
5561
5562         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
5563
5564 2006-07-29  Bruno Haible  <bruno@clisp.org>
5565
5566         * config/srclist.txt (*setenv.[ch]): Remove rules.
5567
5568 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5569
5570         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
5571
5572 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5573
5574         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
5575         arpa/inet.h.
5576
5577 2006-07-28  Simon Josefsson  <jas@extundo.com>
5578
5579         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
5580         * modules/inet_pton (Depends-on): Likewise.
5581
5582 2006-07-28  Simon Josefsson  <jas@extundo.com>
5583
5584         * m4/netinet_in_h.m4: New file.
5585
5586 2006-07-28  Simon Josefsson  <jas@extundo.com>
5587
5588         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
5589         #include's.
5590
5591 2006-07-28  Simon Josefsson  <jas@extundo.com>
5592
5593         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
5594         #include's.
5595
5596 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
5597
5598         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
5599         setgid on directories only if they set these bits.
5600         * lib/modechange.h: Remove obsolete comment about masks.
5601
5602 2006-07-28  Eric Blake  <ebb9@byu.net>
5603
5604         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
5605         macro expansion.
5606
5607 2006-07-28  Bruno Haible  <bruno@clisp.org>
5608
5609         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
5610
5611 2006-07-28  Bruno Haible  <bruno@clisp.org>
5612
5613         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
5614
5615 2006-07-28  Bruno Haible  <bruno@clisp.org>
5616
5617         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5618         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5619         Define fallbacks.
5620         Avoids link error on FreeBSD 4.x.
5621         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5622
5623         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
5624         encoding.
5625         * lib/mbswidth.c (iswcntrl): Likewise.
5626
5627 2006-07-27  Bruno Haible  <bruno@clisp.org>
5628
5629         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
5630         test.
5631
5632 2006-07-27  Bruno Haible  <bruno@clisp.org>
5633
5634         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
5635         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
5636         defined.
5637
5638 2006-07-26  Eric Blake  <ebb9@byu.net>
5639
5640         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
5641
5642 2006-07-26  Eric Blake  <ebb9@byu.net>
5643
5644         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
5645         like mingw that lack mkstemp.
5646         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
5647         avoid compilation warning on mingw.
5648
5649 2006-07-26  Bruno Haible  <bruno@clisp.org>
5650
5651         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
5652         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
5653         INT_FAST*_MIN, INTPTR_MIN.
5654
5655 2006-07-25  Bruno Haible  <bruno@clisp.org>
5656
5657         * modules/version-etc (Depends-on): Add stdarg.
5658
5659 2006-07-25  Bruno Haible  <bruno@clisp.org>
5660
5661         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
5662         complex commands.
5663
5664 2006-07-25  Bruno Haible  <bruno@clisp.org>
5665
5666         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
5667         defined in <stdarg.h> or config.h.
5668
5669 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5670
5671         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
5672         (gl_STDIO_SAFER): Remove.
5673
5674 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5675
5676         * MODULES.html.sh (File stream based Input/Output):
5677         Add fopen-safer, tmpfile-safer; remove stdio-safer.
5678         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
5679         * modules/fopen-safer, modules/tmpfile-safer: New files.
5680         * modules/stdio-safer: Remove.
5681
5682 2006-07-24  Bruno Haible  <bruno@clisp.org>
5683
5684         * modules/tmpdir: New file.
5685         * MODULES.html.sh (File system functions): Add it.
5686
5687 2006-07-24  Bruno Haible  <bruno@clisp.org>
5688
5689         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
5690         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
5691
5692 2006-07-24  Bruno Haible  <bruno@clisp.org>
5693
5694         * modules/clean-temp: New file.
5695
5696 2006-07-24  Bruno Haible  <bruno@clisp.org>
5697
5698         * m4/tmpdir.m4: New file, from GNU gettext.
5699
5700 2006-07-24  Bruno Haible  <bruno@clisp.org>
5701
5702         * lib/tmpdir.h: New file, from GNU gettext.
5703         * lib/tmpdir.c: New file, from GNU gettext.
5704
5705 2006-07-24  Bruno Haible  <bruno@clisp.org>
5706
5707         * lib/clean-temp.h: New file, from GNU gettext.
5708         * lib/clean-temp.c: New file, from GNU gettext.
5709
5710 2006-07-23  Eric Blake  <ebb9@byu.net>
5711
5712         * modules/stdio-safer (Files): Add tmpfile-safer.c.
5713         (Depends-on): Add binary-io.
5714
5715 2006-07-23  Eric Blake  <ebb9@byu.net>
5716
5717         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
5718
5719 2006-07-23  Eric Blake  <ebb9@byu.net>
5720
5721         * lib/tmpfile-safer.c: New file.
5722         * lib/stdio-safer.h (fopen_safer): Add prototype.
5723         * lib/stdio--.h (tmpfile): Make safer.
5724
5725 2006-07-23  Bruno Haible  <bruno@clisp.org>
5726
5727         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
5728         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
5729         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
5730         gl_linked_remove_at): Use it.
5731
5732 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5733         and Simon Josefsson <jas@extundo.com>
5734
5735         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
5736
5737         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
5738
5739 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5740
5741         * modules/close-stream: New file.
5742         * modules/closeout (Description): Make it clear that it exits
5743         with a diagnostic on error.
5744         (Depends-on): Add close-stream.  Remove fpending, stdbool.
5745         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
5746
5747 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5748
5749         * m4/close-stream.m4: New file.
5750
5751 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5752
5753         * lib/close-stream.c, lib/close-stream.h: New files.
5754
5755 2006-07-22  Bruno Haible  <bruno@clisp.org>
5756
5757         Merge from GNU gettext 0.15.
5758
5759         2006-05-01  Bruno Haible  <bruno@clisp.org>
5760
5761                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
5762
5763         2006-07-22  Bruno Haible  <bruno@clisp.org>
5764
5765                 * modules/javaversion: New file.
5766                 * MODULES.html.sh (Java): Add javaversion.
5767
5768         2006-03-12  Bruno Haible  <bruno@clisp.org>
5769
5770                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
5771
5772         2005-12-04  Bruno Haible  <bruno@clisp.org>
5773
5774                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
5775                 (untested).
5776
5777         2006-06-21  Bruno Haible  <bruno@clisp.org>
5778
5779                 Avoid warnings from recent versions of mcs.
5780                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
5781                 -o, -L, -r any more. Use options documented since mcs-1.0
5782                 instead. Similarly for -g.
5783
5784         2005-12-04  Bruno Haible  <bruno@clisp.org>
5785
5786                 * build-aux/csharpcomp.sh.in: Suffix for resources is
5787                 .resources, not .resource.
5788
5789         2005-07-09  Bruno Haible  <bruno@clisp.org>
5790
5791                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
5792                 add a .dll suffix.
5793                 Reported by Mark Junker <mjscod@gmx.de>.
5794
5795         2006-07-22  Bruno Haible  <bruno@clisp.org>
5796
5797                 * modules/gettext: Upgrade to gettext-0.15.
5798                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
5799                 m4/visibility.m4.
5800                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
5801
5802 2006-07-22  Bruno Haible  <bruno@clisp.org>
5803
5804         Merge from GNU gettext 0.15.
5805
5806         2006-03-25  Bruno Haible  <bruno@clisp.org>
5807
5808                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
5809
5810         2006-07-21  Bruno Haible  <bruno@clisp.org>
5811
5812                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
5813                 "1.1".
5814
5815         2006-05-09  Bruno Haible  <bruno@clisp.org>
5816
5817                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
5818                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
5819                 for the conftestver execution.
5820
5821         2006-05-01  Bruno Haible  <bruno@clisp.org>
5822
5823                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
5824                 optional target-version argument. Verify that the compiler
5825                 groks source of the specified source-version, or add -source
5826                 option as necessary. Verify that the compiler produces
5827                 bytecode in the specified target-version, or add -target and
5828                 -source options as necessary. Make the result of the test
5829                 available as variable CONF_JAVAC. Also log error output in
5830                 config.log.
5831
5832         2006-03-11  Bruno Haible  <bruno@clisp.org>
5833
5834                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
5835
5836         2006-05-09  Bruno Haible  <bruno@clisp.org>
5837
5838                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
5839                 CLASSPATH_SEPARATOR to a semicolon.
5840
5841         2006-03-12  Bruno Haible  <bruno@clisp.org>
5842
5843                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
5844                 available as variable CONF_JAVA, for subsequent autoconf
5845                 tests. Also log error output in config.log.
5846
5847         2006-07-19  Bruno Haible  <bruno@clisp.org>
5848
5849                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
5850                 that getline works on glibc2 systems. Needed to avoid trouble
5851                 in relocatable.c.
5852                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
5853
5854         2005-12-04  Bruno Haible  <bruno@clisp.org>
5855
5856                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
5857                 launcher (untested).
5858
5859         2005-12-04  Bruno Haible  <bruno@clisp.org>
5860
5861                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
5862
5863         2006-07-22  Bruno Haible  <bruno@clisp.org>
5864
5865                 * gettext.m4: Update from GNU gettext-0.15.
5866                 * nls.m4: Likewise.
5867                 * po.m4: Likewise.
5868                 * inttypes-pri.m4: Likewise.
5869                 * inttypes-h.m4: Renamed from inttypes.m4.
5870                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
5871
5872 2006-07-22  Bruno Haible  <bruno@clisp.org>
5873
5874         Merge from GNU gettext 0.15.
5875
5876         2005-07-05  Bruno Haible  <bruno@clisp.org>
5877
5878                 * printf-args.c (printf_fetchargs): Work around broken
5879                 definition of wint_t on mingw.
5880
5881         2005-02-12  Bruno Haible  <bruno@clisp.org>
5882
5883                 * xallocsa.h: Add extern "C" for C++.
5884
5885         2006-05-17  Bruno Haible  <bruno@clisp.org>
5886
5887                 Cygwin portability.
5888                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
5889
5890         2006-04-30  Bruno Haible  <bruno@clisp.org>
5891
5892                 * progreloc.c: Include <mach-o/dyld.h> if available.
5893                 (find_executable): Use _NSGetExecutablePath when possible.
5894
5895         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5896
5897                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
5898                 function.
5899
5900         2005-12-29  Bruno Haible  <bruno@clisp.org>
5901
5902                 * progreloc.c (set_program_name_and_installdir): Fix
5903                 compilation error.
5904
5905         2005-12-04  Bruno Haible  <bruno@clisp.org>
5906
5907                 Cygwin portability.
5908                 * progreloc.c: Include <windows.h> also on Cygwin.
5909                 (find_executable): Add support for Cygwin.
5910                 (set_program_name_and_installdir): Handle also platforms with
5911                 nonempty EXEEXT.
5912
5913         2006-07-11  Bruno Haible  <bruno@clisp.org>
5914
5915                 * javacomp.c: Fix a comment.
5916                 Reported by Jim Meyering.
5917
5918         2006-04-30  Bruno Haible  <bruno@clisp.org>
5919
5920                 * javacomp.h (compile_java_class): Add source_version,
5921                 target_version arguments.
5922                 * javacomp.c: Rewritten to choose only a compiler that
5923                 respects the specified source_version and target_version.
5924
5925         2006-06-27  Bruno Haible  <bruno@clisp.org>
5926
5927                 Assume correct S_ISDIR macro.
5928                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
5929
5930         2006-07-22  Bruno Haible  <bruno@clisp.org>
5931
5932                 * javaversion.h: New file, from GNU gettext.
5933                 * javaversion.c: New file, from GNU gettext.
5934                 * javaversion.java: New file, from GNU gettext.
5935                 * javaversion.class: New file, from GNU gettext.
5936
5937         2006-05-17  Bruno Haible  <bruno@clisp.org>
5938
5939                 Cygwin portability.
5940                 * javaexec.c (execute_java_class): Test for jview program
5941                 also on Cygwin.
5942
5943         2006-04-09  Bruno Haible  <bruno@clisp.org>
5944
5945                 * fatal-signal.c: Don't include string.h.
5946                 (at_fatal_signal): Use a copying loop instead of memcpy.
5947
5948         2005-12-04  Bruno Haible  <bruno@clisp.org>
5949
5950                 * csharpexec.c: Add support for 'clix' launcher (untested).
5951                 (execute_csharp_using_sscli): New function.
5952                 (execute_csharp_program): Call it.
5953
5954         2006-06-21  Bruno Haible  <bruno@clisp.org>
5955
5956                 Avoid warnings from recent versions of mcs.
5957                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
5958                 -o, -L, -r any more. Use options documented since mcs-1.0
5959                 instead. Similarly for -g.
5960
5961         2005-07-09  Bruno Haible  <bruno@clisp.org>
5962
5963                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
5964                 add a .dll suffix.
5965                 Reported by Mark Junker <mjscod@gmx.de>.
5966
5967         2006-06-17  Bruno Haible  <bruno@clisp.org>
5968
5969                 * config.charset: Update for NetBSD 3.0.
5970
5971         2006-05-17  Bruno Haible  <bruno@clisp.org>
5972
5973                 Cygwin portability.
5974                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
5975
5976         2006-05-16  Bruno Haible  <bruno@clisp.org>
5977
5978                 * localcharset.c [CYGWIN]: Include <windows.h>.
5979                 (get_charset_aliases): For Cygwin, return the same CPxxx
5980                 aliases list as under WIN32.
5981                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
5982                 the environment variables. Fall back to GetACP().
5983
5984         2006-04-05  Bruno Haible  <bruno@clisp.org>
5985
5986                 * config.charset: Update Juan Manuel Guerrero's address.
5987
5988         2005-02-12  Bruno Haible  <bruno@clisp.org>
5989
5990                 * allocsa.h: Add extern "C" for C++.
5991
5992         2005-02-10  Bruno Haible  <bruno@clisp.org>
5993
5994                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
5995                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
5996
5997         2006-07-22  Bruno Haible  <bruno@clisp.org>
5998
5999                 * gettext.h: Update to GNU gettext-0.15.
6000
6001 2006-07-22  Bruno Haible  <bruno@clisp.org>
6002
6003         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6004         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6005         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6006
6007 2006-07-21  Eric Blake  <ebb9@byu.net>
6008
6009         * modules/stdlib-safer: New file.
6010         * MODULES.html.sh (File stream based Input/Output): Add
6011         stdlib-safer.
6012
6013 2006-07-21  Eric Blake  <ebb9@byu.net>
6014
6015         * lib/stdlib-safer.h: New file from coreutils, required by
6016         stdlib--.h.
6017
6018 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6019
6020         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6021
6022 2006-07-20  Bruno Haible  <bruno@clisp.org>
6023
6024         * gnulib-tool: Recognize new option --assume-autoconf.
6025         (autoconf_minversion): New variable.
6026         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6027
6028 2006-07-20  Bruno Haible  <bruno@clisp.org>
6029
6030         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6031
6032 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6033
6034         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6035         Reindent and repaginate.
6036
6037 2006-07-19  Derek Price  <derek@ximbiot.com>
6038
6039         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6040         Correct grammar.
6041
6042 2006-07-17  Bruno Haible  <bruno@clisp.org>
6043
6044         * modules/list: New file.
6045         * modules/array-list: New file.
6046         * modules/carray-list, modules/carray-list-tests: New files.
6047         * modules/linked-list, modules/linked-list-tests: New files.
6048         * modules/avltree-list, modules/avltree-list-tests: New files.
6049         * modules/rbtree-list, modules/rbtree-list-tests: New files.
6050         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
6051         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
6052         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
6053         * modules/oset: New file.
6054         * modules/array-oset: New file.
6055         * modules/avltree-oset, modules/avltree-oset-tests: New files.
6056         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
6057         * tests/test-carray_list.c: New file.
6058         * tests/test-linked_list.c: New file.
6059         * tests/test-avltree_list.c: New file.
6060         * tests/test-rbtree_list.c: New file.
6061         * tests/test-linkedhash_list.c: New file.
6062         * tests/test-avltreehash_list.c: New file.
6063         * tests/test-rbtreehash_list.c: New file.
6064         * tests/test-avltree_oset.c: New file.
6065         * tests/test-rbtree_oset.c: New file.
6066         * MODULES.html.sh (Container data structures): New section.
6067
6068 2006-07-17  Bruno Haible  <bruno@clisp.org>
6069
6070         * m4/gl_list.m4: New file.
6071
6072 2006-07-17  Bruno Haible  <bruno@clisp.org>
6073
6074         * lib/gl_list.h: New file.
6075         * lib/gl_list.c: New file.
6076         * lib/gl_array_list.h: New file.
6077         * lib/gl_array_list.c: New file.
6078         * lib/gl_carray_list.h: New file.
6079         * lib/gl_carray_list.c: New file.
6080         * lib/gl_linked_list.h: New file.
6081         * lib/gl_linked_list.c: New file.
6082         * lib/gl_anylinked_list1.h: New file.
6083         * lib/gl_anylinked_list2.h: New file.
6084         * lib/gl_avltree_list.h: New file.
6085         * lib/gl_avltree_list.c: New file.
6086         * lib/gl_anyavltree_list1.h: New file.
6087         * lib/gl_anyavltree_list2.h: New file.
6088         * lib/gl_rbtree_list.h: New file.
6089         * lib/gl_rbtree_list.c: New file.
6090         * lib/gl_anyrbtree_list1.h: New file.
6091         * lib/gl_anyrbtree_list2.h: New file.
6092         * lib/gl_anytree_list1.h: New file.
6093         * lib/gl_anytree_list2.h: New file.
6094         * lib/gl_linkedhash_list.h: New file.
6095         * lib/gl_linkedhash_list.c: New file.
6096         * lib/gl_anyhash_list1.h: New file.
6097         * lib/gl_anyhash_list2.h: New file.
6098         * lib/gl_avltreehash_list.h: New file.
6099         * lib/gl_avltreehash_list.c: New file.
6100         * lib/gl_rbtreehash_list.h: New file.
6101         * lib/gl_rbtreehash_list.c: New file.
6102         * lib/gl_anytreehash_list1.h: New file.
6103         * lib/gl_anytreehash_list2.h: New file.
6104
6105         * lib/gl_oset.h: New file.
6106         * lib/gl_oset.c: New file.
6107         * lib/gl_array_oset.h: New file.
6108         * lib/gl_array_oset.c: New file.
6109         * lib/gl_avltree_oset.h: New file.
6110         * lib/gl_avltree_oset.c: New file.
6111         * lib/gl_rbtree_oset.h: New file.
6112         * lib/gl_rbtree_oset.c: New file.
6113         * lib/gl_anytree_oset.h: New file.
6114
6115 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6116
6117         * m4/mkancesdirs.m4: New file.
6118         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
6119         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
6120         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
6121         it.
6122
6123 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6124
6125         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
6126         * lib/mkancesdirs.h: New files.
6127         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
6128         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
6129         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
6130         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
6131         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
6132         callers changed.  Revamp internals significantly, by not
6133         attempting to create directories that are temporarily more
6134         permissive than the final results.  Do not attempt to use
6135         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
6136         This removes some race conditions, fixes some bugs, and simplifies
6137         things.  Use new dirchownmod function to do owner and mode changes.
6138         * lib/mkdir-p.h: Likewise.
6139         * lib/modechange.c (octal_to_mode): New function.
6140         (struct mode_change): New member mentioned.
6141         (make_node_op_equals): New arg mentioned.  All callers changed.
6142         (mode_compile): Keep track of which mode bits the user has explicitly
6143         mentioned.
6144         (mode_adjust): New arg DIR, so that we implement the X op correctly.
6145         New arg PMODE_BITS, to keep track of which mode bits the user
6146         mentioned; it treats S_ISUID and S_ISGID speciall.
6147         All callers changed.
6148         * lib/modechange.h: Likewise.
6149
6150 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6151
6152         * MODULES.html.sh: Add mkancestors.
6153         * modules/mkancesdirs: New module.
6154         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
6155         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
6156         The chdir-safer and afs files are now orphans; I'll remove them
6157         unless someone speaks up.
6158         Add lib/dirchownmod.c, lib/dirchownmod.h.
6159         (Depends-on): Remove alloca, chown, save-cwd, dirname.
6160         Add lchown, mkancesdirs.
6161         (Maintainer): Add self.
6162
6163 2006-07-15  Karl Berry  <karl@gnu.org>
6164
6165         * gnulib-tool: help message wording/arrangement.
6166
6167 2006-07-14  Simon Josefsson  <jas@extundo.com>
6168
6169         * doc/gnulib.texi (Libtool and Windows): New section.
6170
6171 2006-07-12  Simon Josefsson  <jas@extundo.com>
6172
6173         * modules/gendocs (License): Fix license, approved by Karl.
6174
6175 2006-07-12  Eric Blake  <ebb9@byu.net>
6176
6177         * MODULES.html.sh: Add gendocs.
6178
6179 2006-07-11  Eric Blake  <ebb9@byu.net>
6180
6181         * modules/fdl: New module, to install doc/fdl.texi.
6182         * MODULES.html.sh: Add new section for documentation modules.
6183         * gnulib-tool: Avoid space-tab.
6184         (--doc-base): New option, to manage files from doc.
6185
6186 2006-07-11  Eric Blake  <ebb9@byu.net>
6187
6188         * m4/absolute-header.m4: Fix comments to match recent change.
6189
6190 2006-07-11  Eric Blake  <ebb9@byu.net>
6191
6192         * gnulib-tool: List --doc-base before --tests-base.
6193
6194 2006-07-11  Derek R. Price  <derek@ximbiot.com>
6195
6196         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
6197
6198 2006-07-11  Bruno Haible  <bruno@clisp.org>
6199
6200         * README: Mention where to put documentation.
6201
6202 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6203
6204         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
6205
6206 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6207
6208         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
6209         to stdint.m4.
6210
6211 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6212
6213         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
6214         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
6215         "no/such/file/stdint.h" when there is no such file, so that
6216         the resulting C code can be parsed by dodgy compilers.
6217         Problems reported by Bob Proulx.
6218
6219 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6220
6221         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
6222         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6223         macros into the GNU _D_EXACT_NAMLEN.
6224         * lib/savedir.c:  Likewise.
6225         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
6226
6227 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6228         and Paul Eggert  <eggert@cs.ucla.edu>
6229
6230         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
6231         * m4/savedir.m4:
6232         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6233         macros into the GNU _D_EXACT_NAMLEN.
6234
6235 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6236
6237         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
6238         around the absolute name, to work around a problem with the HP-UX
6239         11.23 native C compiler, reported by Bob Proulx.
6240
6241 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6242
6243         * doc/maintain.texi, make-stds.texi: Sync from
6244         <http://savannah.gnu.org/projects/gnustandards>.
6245
6246 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6247
6248         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
6249
6250 2006-07-09  Jim Meyering  <jim@meyering.net>
6251
6252         * m4/glob.m4: Remove a doubled word in a comment.
6253
6254 2006-07-09  Jim Meyering  <jim@meyering.net>
6255
6256         * lib/argp-pv.c: Remove a doubled word in a comment.
6257         * lib/check-version.c (check_version): Likewise.
6258         * lib/javacomp.c (compile_java_class): Likewise.
6259
6260 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
6261
6262         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
6263         for the benefit of people using Autoconf 2.60.  If you want to
6264         support older Autoconf versions you can copy m4/onceonly_2_57.m4
6265         (or m4/onceonly.m4, if pre-2.57) manually.
6266
6267 2006-07-08  Jim Meyering  <jim@meyering.net>
6268
6269         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
6270         comment.
6271         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
6272         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
6273         comment.
6274
6275 2006-07-08  Jim Meyering  <jim@meyering.net>
6276
6277         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
6278
6279 2006-07-07  Simon Josefsson  <jas@extundo.com>
6280
6281         * tests/test-crc.c: Change expected crc value, the test vector
6282         were probably computed using the old broken crc.c?
6283
6284 2006-07-06  Simon Josefsson  <jas@extundo.com>
6285
6286         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
6287         now the canonical place for the M4 file).
6288
6289         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
6290         from the sys_socket dependency now.
6291
6292         * modules/inet_pton (Files): Ditto.
6293
6294         * modules/inet_ntop (Files): Ditto.
6295
6296 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6297
6298         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
6299         not gl_PREREQ_GETUSERSHELL.
6300
6301 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6302
6303         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
6304         with only one argument, for Autoconf 2.60.
6305         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
6306         expand to nothing, so add a shell command to avoid syntax error.
6307         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6308
6309 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6310
6311         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
6312
6313 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6314
6315         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
6316         no longer needed.  Check for isblank decl.
6317         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
6318         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
6319         of existence.
6320
6321 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6322
6323         * lib/getloadavg.c: Use __VMS, not VMS.
6324         * lib/getopt.c: Likewise.
6325         * lib/getpagesize.h: Likewise.
6326         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
6327         and probably does not work.
6328
6329 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6330
6331         * lib/.cppi-disable: Add wcwidth.
6332         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
6333         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
6334         (ISGRAPH): Remove.  All uses changed to isgraph.
6335         (FOLD) [!defined _LIBC]: Remove special case.
6336         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
6337         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
6338         HAVE_ISBLANK.
6339         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
6340         case.
6341
6342 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6343
6344         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
6345         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
6346         brackets.  Other minor changes to suppress some compiler
6347         warnings.
6348
6349 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6350         and Paul Eggert  <eggert@cs.ucla.edu>
6351
6352         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
6353         of invoking obsolescent AC_HEADER_DIRENT macro.
6354         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
6355         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
6356         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6357         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
6358         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
6359         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6360         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
6361         * m4/readdir.m4: Remove; no longer needed.
6362
6363 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6364         and Paul Eggert  <eggert@cs.ucla.edu>
6365
6366         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
6367         Don't worry about this obsolete case any more.
6368         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
6369         directories.
6370         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
6371         worry about this obsolete case any more.
6372         * lib/fts.c: Likewise.
6373         * lib/getcwd.c: Likewise.
6374         * lib/glob.h: Likewise.
6375         * lib/savedir.c: Likewise.
6376
6377 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6378
6379         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
6380         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
6381         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
6382         needed.
6383         All uses removed.
6384         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6385         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6386         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
6387         needed.
6388         * m4/getdate.m4 (gl_GETDATE): Likewise.
6389         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6390         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6391         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6392         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6393         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6394         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6395         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
6396         needed.
6397
6398 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6399
6400         * lib/memcasecmp.c: Include <limits.h>.
6401         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
6402         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
6403         Don't assume isdigit succeeds only on '0' through '9'.
6404
6405 2006-07-05  Eric Blake  <ebb9@byu.net>
6406
6407         * modules/getaddrinfo (Depends-on): Add snprintf.
6408
6409 2006-07-05  Eric Blake  <ebb9@byu.net>
6410
6411         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
6412         to avoid 'header present but could not be compiled' on cygwin.
6413
6414 2006-07-05  Eric Blake  <ebb9@byu.net>
6415
6416         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
6417         missing from netdb.h.
6418         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
6419
6420 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6421
6422         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
6423         no longer needed.
6424         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
6425         * m4/getdate.m4 (gl_GETDATE): Likewise.
6426         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6427         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6428         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6429         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6430         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6431
6432 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6433
6434         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
6435         All uses of is_space replaced by isspace.
6436         * lib/exit.h: Don't talk about STDC_HEADERS.
6437         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
6438         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
6439         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
6440         replaced by isprint etc.
6441         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
6442         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6443         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
6444         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
6445         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
6446         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6447
6448 2006-07-05  Bruno Haible  <bruno@clisp.org>
6449
6450         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
6451         the function exists, before testing against AIX.
6452         Reported by Martin Lambers <marlam@marlam.de>.
6453
6454 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6455
6456         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
6457         From Mark D. Baushke.
6458
6459 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6460
6461         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
6462         to the absolute name, not just one, to bypass Sun C 5.8's
6463         "warning: #include of /usr/include/... may be non-portable".
6464
6465 2006-07-04  Eric Blake  <ebb9@byu.net>
6466
6467         * modules/dirname-tests: New test module.
6468         * tests/test-dirname.c: New file, replacing dirname.c
6469         TEST_DIRNAME section that was recently deleted.
6470
6471 2006-07-04  Bruno Haible  <bruno@clisp.org>
6472
6473         Assume ANSI C header files and <ctype.h> functions.
6474         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
6475         (mbsnwidth): Use isprint, iscntrl instead.
6476
6477 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6478
6479         Merge from coreutils.
6480         * MODULES.html.sh: Add xstrtold.
6481         * modules/xstrtold: New file.
6482         * modules/cycle-check (Files): Add lib/same-inode.h.
6483         * modules/dirname (Files): Add m4/double-slash-root.m4.
6484         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
6485         * modules/mkdir-p (Files): Add lib/same-inode.h.
6486         * modules/same (Files): Add lib/same-inode.h.
6487
6488 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6489
6490         * m4/absolute-header.m4: Renamed from full-header-path.m4.
6491         This is to keep the terminology clean; POSIX talks about
6492         "absolute pathnames", not "full pathnames", but the GNU
6493         Coding Standards say to use "path" for something else;
6494         so use "absolute" to keep both sides happy.
6495         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
6496         Set gl_absolute_header, not gl_full_header_path.
6497         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
6498         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
6499         All uses changed.
6500
6501         Merge from coreutils.
6502
6503         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6504
6505         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
6506         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
6507         want to require the building of c-strtod.o.
6508         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
6509         needs -lm directly.
6510         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
6511
6512         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6513
6514         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
6515         --as-needed option if available.  Problem reported by Albert Chin in
6516         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
6517         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
6518         cc merely issues a bunch of annoying warnings for --as-needed
6519         (this problem was reported by Bob Proulx).  Also, try linking with
6520         -lm to detect a bug in binutils 2.16 (this problem was reported
6521         by Ralf Wildenhues).
6522
6523         2006-06-18  Jim Meyering  <jim@meyering.net>
6524
6525         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
6526         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
6527         macro.
6528         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
6529         also check for glibc-2.4's abort-inducing bug.
6530
6531         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
6532         Low-probability clean-up should be to use rmdir to get rid of
6533         the just-created directory, not unlink.
6534
6535         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
6536         configure fail, and request a bug report to inform us about it.
6537         Add a comment that, barring reports to the contrary, in 2007 we'll
6538         assume ftruncate is universally available.
6539
6540         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6541
6542         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
6543
6544         2006-03-12  Jim Meyering  <jim@meyering.net>
6545
6546         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
6547         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
6548         * m4/same.m4 (gl_SAME): Likewise.
6549         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
6550
6551         2006-03-11  Eric Blake  <ebb9@byu.net>
6552
6553         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
6554         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
6555         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
6556         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
6557
6558 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6559
6560         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
6561         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
6562         reported by Mark D. Baushke, one in
6563         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
6564
6565         Merge from coreutils.
6566
6567         * lib/.cppi-disable: Add stdint_.h.
6568         * lib/.cvsignore: Add stdint.h.
6569
6570         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6571
6572         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
6573         both double and long double versions.
6574         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
6575         * lib/xstrtold.c: New file.
6576         * lib/xstrtod.h (xstrtold): New decl.
6577
6578         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
6579
6580         * lib/filemode.c (setst): Remove.
6581         (strmode): Rewrite to avoid setst.  This makes the code shorter,
6582         (arguably) clearer, and the generated code is a bit smaller on my
6583         Debian GNU/Linux stable x86 host.
6584
6585         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6586
6587         * lib/filemode.c: Include "filemode.h" first, to test the interface.
6588         Assume that filemode.h includes sys/types.h and sys/stat.h.
6589         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
6590         (ftypelet): Reorder to put common cases first, for efficiency.
6591         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
6592         to do 'M'.
6593         (strmode): Renamed from mode_string, and now stores 12 bytes instead
6594         of 10, for compatibility with FreeBSD.  All callers changed.
6595         (filemodestring): Now stores 12 bytes instead of 10, and sets file
6596         types that can't be deduced solely from st_mode.  First arg is now a
6597         const pointer.
6598         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
6599         (strmode): Renamed from mode_string.
6600         (filemodestring): New decl.
6601         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
6602         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
6603         needed.
6604         (S_ISPORT, S_ISWHT): New macros, if not already defined.
6605
6606         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
6607
6608         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
6609         fsusage.h now does that.  Include fsusage.h first, to test interface.
6610         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
6611         at most one method (the old code could have generated decls that
6612         didn't conform to C89, not that this was ever exercised).
6613         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
6614
6615         2006-03-19  Jim Meyering  <jim@meyering.net>
6616
6617         Work even in a chroot where d_ino values for entries in "/"
6618         don't match the stat.st_ino values for the same names.
6619         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
6620         number, iterate through all entries again, using lstat instead.
6621         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
6622         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
6623
6624         * lib/getcwd.c (__getcwd): Clarify a comment.
6625         Use memcpy in place of a call to strcpy.
6626
6627         2006-03-12  Jim Meyering  <jim@meyering.net>
6628
6629         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
6630         matches that of the current directory (which we're about to chdir ".."
6631         out of), then save the dev-ino of the parent, instead.
6632
6633         * lib/same-inode.h (SAME_INODE): New file/macro.
6634         * lib/chdir-safer.c (SAME_INODE): Remove definition.
6635         Include "same-inode.h", instead.
6636         * lib/same.c: Likewise.
6637         * lib/cycle-check.h: Include "same-inode.h".
6638         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
6639         * lib/cycle-check.c (SAME_INODE): Remove definition.
6640         * lib/root-dev-ino.h: Include "same-inode.h".
6641
6642         2006-03-11  Eric Blake  <ebb9@byu.net>
6643
6644         * lib/same.c (same_name): s/base_name/last_component/
6645         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
6646         * lib/filenamecat.c (file_name_concat): Likewise.
6647
6648         2006-03-11  Eric Blake  <ebb9@byu.net>,
6649                     Paul Eggert  <eggert@cs.ucla.edu>
6650
6651         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
6652         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
6653         drive prefix.
6654         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
6655         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
6656         (last_component): New method.
6657         * lib/dirname.c (dir_len): Determine when drive letters need a
6658         subsequent slash.  Preserve // when it is special.
6659         (dir_name): Don't append dot when drive letter is absolute.
6660         [TEST_DIRNAME]: Move into a full-blown gnulib test.
6661         * lib/basename.c (base_name): New semantics - malloc the result.
6662         Preserve // when it is special.  Preserve relative files that look
6663         like drive letters.
6664         (base_len): Preserve // when it is special.
6665         (last_component): New method, similar to old base_name semantics.
6666         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
6667         base_name.  Strip redundant slashes from ///.
6668
6669 2006-07-03  Jim Meyering  <jim@meyering.net>
6670
6671         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
6672         macro is used before the first cycle_check call.
6673
6674 2006-07-03  Eric Blake  <ebb9@byu.net>
6675
6676         * modules/dirname (Depends-on): Add xstrndup.
6677
6678 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6679
6680         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
6681         test cases, so that config.log is a bit easier to follow.
6682
6683 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6684
6685         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
6686         both are 64 bits, since this seems to be the tradition, and this
6687         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
6688         we ever run into a host that prefers long long to long in this
6689         case, we'll need another configure-time test.  Problem reported by
6690         Jim Meyering.
6691
6692 2006-07-02  Eric Blake  <ebb9@byu.net>
6693
6694         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
6695
6696 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6697
6698         * modules/inttypes (Depends-on): No longer depends on stdint.
6699         * modules/stdint (Description): Say more about assumptions.
6700         Say that the fast types might differ.  Say macros are used.
6701         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
6702         (Makefile.am): Revise list of substituted symbols to match
6703         new stdint.m4.
6704         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
6705         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
6706         * tests/test-stdint.c (verify_same_types)
6707         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
6708         the code conforms to C99/C89.
6709         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
6710         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
6711
6712 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6713
6714         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
6715         but fix a bug, by requiring at least 64 bits.
6716         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6717         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
6718         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
6719         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
6720
6721         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
6722         changes.  Make 2.59 a prerequisite.  Check and substitute for
6723         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
6724         inttypes.h.  Do not use special include files; just use the
6725         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
6726         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
6727         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
6728         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
6729         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
6730         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
6731         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
6732         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
6733         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
6734         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
6735         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
6736         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
6737         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
6738         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
6739         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
6740         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
6741         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
6742         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
6743         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
6744         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
6745         WINT_MAX.  Check for C99 conformance more strictly, by detecting
6746         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
6747         not check for things that C99 does not require, e.g., int8_t.  If
6748         a test isn't needed unless <stdint.h> isn't working, and is
6749         unlikely to be needed for any other reason, then don't do it
6750         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
6751         size_t, since we assume C89 freestanding at least.  Do not check
6752         for sig_atomic_t, wchar_t, or wint_t, since the code now does
6753         the right thing even if the types are not defined.  Instead use:
6754         (gl_STDINT_TYPE_PROPERTIES): New macro.
6755         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
6756         testing whether <sys/types.h> clashes, as Autoconf does this for
6757         us now.  All uses removed.
6758         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
6759         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
6760         (gl_CHECK_TYPE_SAME):
6761         Remove; no longer needed.
6762         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
6763         exists, since we'll return 0 anyway in that case.
6764         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
6765
6766 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6767
6768         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
6769         possible collision with system files.
6770         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
6771         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
6772         WCHAR_MIN and WCHAR_MAX in this case.
6773         (<stddef.h>): Do not include; no longer needed.
6774         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
6775         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
6776         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
6777         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
6778         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
6779         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
6780         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
6781         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
6782         !defined(__c99))]: Include in this case too, since it's harmless
6783         now.
6784         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
6785         dangerous to do so.
6786         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
6787         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
6788         (_STDINT_MIN, _STDINT_MAX): New macros.
6789         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
6790         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
6791         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
6792         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
6793         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
6794         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
6795         macros, not typedefs; this simplifies things quite a bit.
6796         Use long int for all types narrower than int64_t.
6797         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
6798         Define in terms of long long int or int64_t or long int,
6799         not int64_t or int32_t.  This saves some compile-time testing.
6800         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
6801         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
6802         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
6803         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
6804         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
6805         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
6806         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
6807         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
6808         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
6809         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
6810         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6811         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6812         undef any previous version and define our own version, for
6813         simplicity and consistency with the new macros for types.
6814         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6815         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6816         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
6817         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
6818         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
6819         @WINT_T_SUFFIX@ to keep things simple here.
6820         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
6821         Simplify by assuming typical 8/16/32/64 host, since we're
6822         already doing that elsewhere anyway.
6823         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
6824         and assume long long int is 64 bits if available.  This
6825         speeds up 'configure'.
6826
6827 2006-07-01  Eric Blake  <ebb9@byu.net>
6828
6829         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
6830         Reported by Andreas Buening.
6831
6832 2006-07-01  Eric Blake  <ebb9@byu.net>
6833
6834         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
6835
6836 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6837
6838         * lib/getaddrinfo.c: fixed typo
6839
6840 2006-06-29  Jim Meyering  <jim@meyering.net>
6841
6842         * modules/strftime (Maintainer): Add my name, since with the
6843         FPRINTFTIME changes strftime.c has forked from glibc.
6844
6845 2006-06-29  Eric Blake  <ebb9@byu.net>
6846
6847         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
6848
6849 2006-06-29  Eric Blake  <ebb9@byu.net>
6850
6851         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
6852
6853 2006-06-29  Eric Blake  <ebb9@byu.net>
6854
6855         * lib/stat_.h: New file.
6856
6857 2006-06-29  Eric Blake  <ebb9@byu.net>
6858
6859         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
6860         unused static function.
6861
6862 2006-06-29  Eric Blake  <ebb9@byu.net>
6863
6864         * doc/functions.texi (Function Portability): Document missing lstat
6865         on mingw.
6866
6867 2006-06-29  Eric Blake  <ebb9@byu.net>
6868
6869         * MODULES.html.sh: Add sys_stat.
6870         * modules/sys_stat: New module.
6871         * modules/mkstemp (Depends-on): Add sys_stat.
6872
6873 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6874
6875         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
6876
6877 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6878
6879         * m4/c-bs-a.m4: Removed.
6880
6881 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6882
6883         * lib/strftime.c: Assume strftime() exists.
6884
6885 2006-06-29  Derek Price  <derek@ximbiot.com>
6886
6887         * modules/c-bs-a: Removed - \a is C89.
6888         * MODULES.html.sh: Remove c-bs-a.
6889
6890 2006-06-29  Bruno Haible  <bruno@clisp.org>
6891
6892         * modules/wcwidth (License): Change to LGPL.
6893
6894 2006-06-28  Simon Josefsson  <jas@extundo.com>
6895
6896         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
6897         on _WIN32.
6898
6899         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
6900         getnameinfo.
6901
6902 2006-06-28  Simon Josefsson  <jas@extundo.com>
6903
6904         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
6905
6906 2006-06-28  Simon Josefsson  <jas@extundo.com>
6907
6908         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
6909         functions there.  It will succeed on Windows XP, but on Windows
6910         2000 and (presumably) earlier, it will fail, and use the internal
6911         re-implementation.
6912         (use_win32_p): New function.
6913         (getaddrinfo): Use strtoul on servname, to support numeric ports.
6914         Support AI_NUMERICSERV to disable getservbyname.
6915         (getnameinfo): New function, only supports
6916         NI_NUMERICHOST|NI_NUMERICSERV for now.
6917
6918         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
6919         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
6920         getnameinfo.
6921
6922 2006-06-28  Eric Blake  <ebb9@byu.net>
6923
6924         * modules/wcwidth: New file.
6925         * modules/mbchar (Depends-on): Add wcwidth.
6926         * modules/mbswidth (Depends-on): Add wcwidth.
6927         * MODULES.html.sh: Add wcwidth.
6928
6929 2006-06-28  Eric Blake  <ebb9@byu.net>
6930
6931         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
6932         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
6933
6934 2006-06-28  Eric Blake  <ebb9@byu.net>
6935
6936         * lib/xvasprintf.h: Fix comments.
6937
6938 2006-06-28  Eric Blake  <ebb9@byu.net>
6939
6940         * lib/mbchar.h (wcwidth): Include wcwidth.h.
6941         * lib/mbswidth.c (wcwidth): Move from here...
6942         * lib/wcwidth.h: ...to this new file.
6943
6944 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6945
6946         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
6947
6948         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
6949         it's obsolete.
6950         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
6951
6952 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6953
6954         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
6955         Autoconf 2.60 says this stuff was obsolete.
6956
6957 2006-06-28  Bruno Haible  <bruno@clisp.org>
6958
6959         * modules/wcwidth (Files): Add m4/wchar_t.m4.
6960
6961 2006-06-28  Bruno Haible  <bruno@clisp.org>
6962
6963         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
6964         gt_TYPE_WCHAR_T.
6965
6966 2006-06-28  Bruno Haible  <bruno@clisp.org>
6967
6968         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
6969         declaration for wcwidth.
6970         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
6971
6972 2006-06-28  Bruno Haible  <bruno@clisp.org>
6973
6974         * lib/mkdtemp.c [MINGW]: Include <io.h>.
6975         (mkdir): Define using _mkdir.
6976
6977 2006-06-28  Bruno Haible  <bruno@clisp.org>
6978
6979         * lib/getaddrinfo.h: Fix POSIX URL.
6980         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
6981         _WIN32.
6982         (use_win32_p): Make static.
6983         (getaddrinfo): Reject service name if it is empty or does not consist
6984         solely of decimal digits, or if its value is > 65535.
6985         (getnameinfo): Remove useless casts.
6986
6987 2006-06-27  Simon Josefsson  <jas@extundo.com>
6988
6989         * modules/sys_select: New file, suggested by Bruno Haible, Paul
6990         Eggert and Martin Lambers.
6991
6992 2006-06-27  Simon Josefsson  <jas@extundo.com>
6993
6994         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
6995         Eggert and Martin Lambers.
6996
6997 2006-06-27  Bruno Haible  <bruno@clisp.org>
6998
6999         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7000         result to 0, not to empty.
7001         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7002
7003 2006-06-27  Bruno Haible  <bruno@clisp.org>
7004
7005         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7006
7007 2006-06-26  Simon Josefsson  <jas@extundo.com>
7008
7009         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7010         present.
7011
7012 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7013
7014         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7015         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7016         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7017
7018 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7019
7020         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7021
7022 2006-06-26  Bruno Haible  <bruno@clisp.org>
7023
7024         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7025
7026 2006-06-26  Bruno Haible  <bruno@clisp.org>
7027
7028         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7029
7030 2006-06-26  Bruno Haible  <bruno@clisp.org>
7031
7032         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7033         SGI C compiler in pre-C99 mode.
7034         Suggested by Mark D. Baushke and Larry Jones.
7035
7036 2006-06-26  Bruno Haible  <bruno@clisp.org>
7037
7038         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7039         WCHAR_MAX.
7040         Reported by Mark D. Baushke and Larry Jones.
7041
7042 2006-06-26  Bruno Haible  <bruno@clisp.org>
7043
7044         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
7045         in pre-C99 mode.
7046         Suggested by Mark D. Baushke and Larry Jones.
7047
7048 2006-06-23  Simon Josefsson  <jas@extundo.com>
7049             Bruno Haible  <bruno@clisp.org>
7050
7051         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
7052         Emit mostlyclean-local rule.
7053         (func_emit_tests_Makefile_am): Likewise.
7054         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
7055
7056 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
7057
7058         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
7059
7060 2006-06-23  Bruno Haible  <bruno@clisp.org>
7061
7062         * tests/test-stdint.c: Update to match ISO C 99 Technical
7063         Corrigendum 1.
7064
7065 2006-06-23  Bruno Haible  <bruno@clisp.org>
7066
7067         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
7068
7069 2006-06-23  Bruno Haible  <bruno@clisp.org>
7070
7071         * lib/stdint_.h: Treat IRIX like OpenBSD.
7072
7073 2006-06-23  Bruno Haible  <bruno@clisp.org>
7074
7075         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
7076         ISO C 99 Technical Corrigendum 1.
7077
7078 2006-06-22  Simon Josefsson  <jas@extundo.com>
7079
7080         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
7081         MinGW.
7082
7083 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7084
7085         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
7086         needed.  Some compiler complained about some of them.  Problem reported
7087         by Larry Jones in
7088         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
7089
7090 2006-06-21  Simon Josefsson  <jas@extundo.com>
7091
7092         * tests/test-getaddrinfo.c: New file.
7093
7094         * modules/getaddrinfo-tests: New file.
7095
7096         * MODULES.html.sh: Add inet_pton.
7097
7098         * modules/inet_pton: New file.
7099
7100 2006-06-21  Simon Josefsson  <jas@extundo.com>
7101
7102         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
7103         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
7104         of using the (limited) gnulib implementation on Windows XP.
7105
7106         * m4/inet_pton.m4: New file.
7107
7108 2006-06-21  Simon Josefsson  <jas@extundo.com>
7109
7110         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
7111         variable.
7112
7113         * lib/socket_.h: Don't define WINVER.
7114
7115         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
7116         slightly modified to work in gnulib.
7117
7118 2006-06-21  Simon Josefsson  <jas@extundo.com>
7119
7120         * doc/gnulib.texi (Windows sockets): Add.
7121
7122 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7123
7124         * lib/read-file.c (fread_file): Start with buffer allocation of
7125         0 bytes rather than 1 byte; this simplifies the code.
7126         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
7127         code to free buffer and save/restore errno.
7128         (internal_read_file): Remove unused local.
7129
7130 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7131
7132         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
7133         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
7134         Problem reported by Denis Excoffier in
7135         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
7136
7137 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7138
7139         * modules/sys_socket, modules/socklen: Include sys/types since
7140         FreeBSD 4.x's sys/socket.h needs it.
7141
7142 2006-06-19  Simon Josefsson  <jas@extundo.com>
7143
7144         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
7145
7146 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7147
7148         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
7149
7150 2006-06-19  Bruno Haible  <bruno@clisp.org>
7151
7152         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
7153         and FULL_PATH_INTTYPES_H in angle brackets.
7154         Reported by Mark D. Baushke <mdb@gnu.org>.
7155
7156 2006-06-17  Eric Blake  <ebb9@byu.net>
7157
7158         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
7159         errno.
7160
7161 2006-06-17  Bruno Haible  <bruno@clisp.org>
7162
7163         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
7164         <sys/inttypes.h>.
7165
7166 2006-06-17  Bruno Haible  <bruno@clisp.org>
7167
7168         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
7169         whether errno is declared. Assume <errno.h> declares errno.
7170
7171 2006-06-17  Bruno Haible  <bruno@clisp.org>
7172
7173         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
7174
7175 2006-06-17  Bruno Haible  <bruno@clisp.org>
7176
7177         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
7178         problem on Solaris 2.5.1.
7179
7180 2006-06-16  Eric Blake  <ebb9@byu.net>
7181
7182         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
7183         * lib/unicodeio.c [!defined errno]: Likewise.
7184         * lib/strtol.c [!defined errno]: Likewise.
7185         * lib/strtod.c [!defined errno]: Likewise.
7186
7187 2006-06-15  Eric Blake  <ebb9@byu.net>
7188
7189         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
7190
7191 2006-06-15  Eric Blake  <ebb9@byu.net>
7192
7193         * config/srclist.txt (ssize_t.m4): Lose sync.
7194
7195 2006-06-15  Bruno Haible  <bruno@clisp.org>
7196
7197         * modules/stdint (Files): Include m4/full-header-path.m4,
7198         m4/size_max.m4, m4/wchar_t.m4.
7199         (Makefile.am): Many more substitutions.
7200         * modules/stdint-tests: New file.
7201         * tests/test-stdint.c: New file.
7202
7203 2006-06-15  Bruno Haible  <bruno@clisp.org>
7204
7205         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
7206         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
7207         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
7208         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
7209         gl_CHECK_TYPE_SAME): New macros.
7210
7211 2006-06-15  Bruno Haible  <bruno@clisp.org>
7212
7213         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
7214
7215 2006-06-15  Bruno Haible  <bruno@clisp.org>
7216
7217         * lib/stdint_.h: Rewritten to be fully auto-configured.
7218         Fixes bug on HP-UX/IA64.
7219
7220 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
7221
7222         * lib/getdate.y (__attribute__): Don't define if already defined.
7223         Problem reported by Larry Jones.
7224         * lib/utimens.c (__attribute__): Likewise.
7225
7226 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
7227
7228         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
7229         reported by Andreas Schwab.
7230
7231 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7232             Bruno Haible  <bruno@clisp.org>
7233
7234         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
7235         check for the declaration of strnlen and a run test that exposes the
7236         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
7237         rpl_strndup.
7238
7239 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7240             Bruno Haible  <bruno@clisp.org>
7241
7242         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
7243
7244 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7245
7246         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
7247         compile test, for Tru64 4.0D.
7248
7249 2006-05-28  Karl Berry  <karl@gnu.org>
7250
7251         * config/srclist.txt (printf-args.c): lose sync.
7252
7253 2006-05-26  Martin Lambers  <marlam@marlam.de>
7254
7255         * lib/getpass.c: Updates the test for the native W32 API, and adds
7256         missing includes, thus fixing compilation warnings.
7257
7258 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7259
7260         * lib/exclude.c (exclude_fnmatch): New function.
7261         (excluded_file_name): Call exclude_fnmatch.
7262         * lib/exclude.h (excluded_file_name): New prototype
7263
7264 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7265
7266         * lib/tempname.c (small_open, large_open): New macros.
7267         (__open, __open64) [!_LIBC]: Remove.
7268         (__gen_tempname): Use small_open and large_open instead of __open
7269         and __open64.  This fixes a portability bug on HP-UX 11.11i
7270         reported by Simon Wing-Tang in
7271         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
7272
7273 2006-05-24  Bruno Haible  <bruno@clisp.org>
7274
7275         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
7276         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
7277         Reported by Thorsten Maerz <torte@netztorte.de> via
7278         Aaron Stone <aaron@serendipity.cx>.
7279
7280 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7281
7282         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
7283         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
7284         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
7285         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
7286         not really conditional on the cache.
7287         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
7288
7289 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7290
7291         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
7292         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
7293         (my_usleep): Don't mishandle maximum value.
7294
7295 2006-05-19  Jim Meyering  <jim@meyering.net>
7296
7297         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
7298
7299 2006-05-17  Bruno Haible  <bruno@clisp.org>
7300
7301         Cygwin portability.
7302         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
7303
7304 2006-05-17  Bruno Haible  <bruno@clisp.org>
7305
7306         * lib/stdint_.h: Fix recognition of Cygwin.
7307
7308 2006-05-15  Bruno Haible  <bruno@clisp.org>
7309
7310         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
7311         on libtool patch by Ralf Wildenhues.
7312
7313 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7314
7315         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
7316         test for C99 conformance; (bool) 0.5 is an integer constant
7317         expression, but (bool) -0.5 is not.  Problem reported by Fedor
7318         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
7319
7320 2006-05-11  Simon Josefsson  <jas@extundo.com>
7321
7322         * m4/xvasprintf.m4: Fix obvious typo.
7323
7324 2006-05-11  Jim Meyering  <jim@meyering.net>
7325
7326         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
7327         James Lemley.
7328
7329 2006-05-10  Simon Josefsson  <jas@extundo.com>
7330
7331         * lib/md4.c: Typo fix, update copyright years.
7332         (K1, K2): Don't use L because it turn computations into 64-bit on
7333         64-bit platforms.
7334
7335 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7336
7337         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
7338         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
7339         unwanted sign propagation, e.g., on hosts with 64-bit int.
7340         There still are some problems with reeelly weird theoretical hosts
7341         (e.g., 33-bit int) but it's not worth worrying about now.
7342         * lib/sha1.c (rol): Likewise.
7343         (K1, K2, K3, K4): Remove unnecessary L suffix.
7344
7345 2006-05-10  Bruno Haible  <bruno@clisp.org>
7346
7347         * lib/des.c: Cast to avoid warnings.
7348
7349 2006-05-09  Bruno Haible  <bruno@clisp.org>
7350
7351         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
7352         (Depends-on): Depend also on xsize, stdarg.
7353         (configure.ac): Add gl_XVASPRINTF.
7354
7355 2006-05-09  Bruno Haible  <bruno@clisp.org>
7356
7357         * m4/xvasprintf.m4: New file.
7358
7359 2006-05-09  Bruno Haible  <bruno@clisp.org>
7360
7361         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
7362         (EOVERFLOW): Define fallback value.
7363         (xstrcat): New function.
7364         (xvasprintf): Recognize the special case of a string concatenation.
7365
7366 2006-05-08  Eric Blake  <ebb9@byu.net>
7367
7368         * gnulib-tool (func_version): Base copyright year on CVS date.
7369         (func_emit_copyright_notice): New function.
7370         (func_emit_lib_Makefile_am): Use it.
7371         (func_emit_tests_Makefile_am): Likewise.
7372         (func_import): Likewise.
7373
7374 2006-05-08  Bruno Haible  <bruno@clisp.org>
7375
7376         * modules/stdarg: New file.
7377         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
7378
7379 2006-05-08  Bruno Haible  <bruno@clisp.org>
7380
7381         * m4/stdarg.m4: New file, from GNU gettext.
7382
7383 2006-05-08  Bruno Haible  <bruno@clisp.org>
7384
7385         * config/srclist.txt (build-aux/config.rpath): different from latest
7386         release.
7387
7388 2006-05-08  Bruno Haible  <bruno@clisp.org>
7389
7390         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
7391
7392 2006-05-05  Jim Meyering  <jim@meyering.net>
7393
7394         * m4/warning.m4: New file, derived from bison's file by the same name.
7395
7396 2006-05-03  Bruno Haible  <bruno@clisp.org>
7397
7398         * lib/stdint_.h: Shorter URL.
7399         * lib/inttypes.h: Likewise.
7400
7401 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7402
7403         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
7404
7405 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7406
7407         * lib/verify.h: Document the internals better.  Most of this change
7408         was written by Bruno Haible.
7409
7410 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7411
7412         * doc/verify.texi: New file, partly based on a proposal by
7413         Bruno Haible.
7414
7415 2006-05-02  Bruno Haible  <bruno@clisp.org>
7416
7417         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
7418         test from here...
7419         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
7420
7421 2006-04-29  Bruno Haible  <bruno@clisp.org>
7422
7423         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
7424         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
7425
7426 2006-04-29  Bruno Haible  <bruno@clisp.org>
7427
7428         * gnulib-tool: Make --update option actually work.
7429
7430 2006-04-29  Bruno Haible  <bruno@clisp.org>
7431
7432         * doc/gcd.texi: New file.
7433         * doc/gnulib.texi: Include it.
7434
7435 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7436
7437         * lib/getdate.y (get_date): When adding relative date, start with the
7438         initial time, not with the result of the first mktime call.
7439
7440 2006-04-25  Bruno Haible  <bruno@clisp.org>
7441
7442         * gnulib-tool (func_import): Output the include directives in three
7443         blocks, sorted separately.
7444         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7445
7446 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7447
7448         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
7449         to define main with arguments, for C++.  Reported by Eric Blake.
7450         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
7451         Prefer 'int main ()' to 'int main (void)', for C++.
7452         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
7453         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
7454         for 'main', for C99 and C++.
7455
7456 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7457
7458         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
7459         Don't assume that exit status -1 is valid.
7460         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7461         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7462         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7463         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
7464         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
7465         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
7466         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
7467         functions can be used without declaring them, or that you can
7468         exit with status -1.
7469         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7470
7471 2006-04-24  Karl Berry  <karl@gnu.org>
7472
7473         * config/srclist.txt (longdouble.m4): sync lost.
7474
7475 2006-04-24  Eric Blake  <ebb9@byu.net>
7476
7477         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
7478
7479 2006-04-24  Bruno Haible  <bruno@clisp.org>
7480
7481         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
7482         poll() implementation in AIX.
7483         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7484
7485 2006-04-24  Bruno Haible  <bruno@clisp.org>
7486
7487         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
7488         assigned exactly once.
7489
7490 2006-04-23  Claudio Fontana  <claudio@gnu.org>
7491             Bruno Haible  <bruno@clisp.org>
7492
7493         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
7494         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
7495         for AM_CPPFLAGS.
7496
7497 2006-04-23  Bruno Haible  <bruno@clisp.org>
7498
7499         * modules/copy-file: Depend on unistd.
7500         * modules/execute: Likewise.
7501         * modules/fatal-signal: Likewise.
7502         * modules/findprog: Likewise.
7503         * modules/mkdtemp : Likewise.
7504         * modules/pipe: Likewise.
7505         * modules/wait-process: Likewise.
7506
7507 2006-04-23  Bruno Haible  <bruno@clisp.org>
7508
7509         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
7510         condition was already detected.
7511         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7512
7513 2006-04-23  Bruno Haible  <bruno@clisp.org>
7514
7515         * lib/copy-file.c: Include <unistd.h> unconditionally.
7516         * lib/execute.c: Likewise.
7517         * lib/fatal-signal.c: Likewise.
7518         * lib/findprog.c: Likewise.
7519         * lib/mkdtemp.c: Likewise.
7520         * lib/pipe.h: Likewise.
7521         * lib/pipe.c: Likewise.
7522         * lib/wait-process.h: Likewise.
7523
7524 2006-04-23  Bruno Haible  <bruno@clisp.org>
7525
7526         * gnulib-tool (func_usage): Fix --import description. Document
7527         --update.
7528         (func_import): Create temporary file in a temporary directory, if
7529         --dry-run is specified. Silence errors from 'grep' when there are no
7530         m4 files in $m4dir.
7531         (func_create_testdir): Silence errors from 'grep' when there are no
7532         m4 files in $m4dir.
7533         Reported by Karl Berry <karl@freefriends.org>.
7534
7535 2006-04-20  Bruno Haible  <bruno@clisp.org>
7536
7537         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
7538         one argument, so that the code will be portable to Autoconf 2.60.
7539         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
7540         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7541         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
7542
7543 2006-04-19  Derek Price  <derek@ximbiot.com>
7544             Eric Blake  <ebb9@byu.net>
7545
7546         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
7547         rather than "/full/path.h".  Update comment to match.  Shorten &
7548         generalize m4_translit call via AS_TR_CPP.
7549
7550 2006-04-19  Derek Price  <derek@ximbiot.com>
7551             Eric Blake  <ebb9@byu.net>
7552
7553         * lib/inttypes.h: Correct grammar in comment.
7554
7555 2006-04-18  Derek Price  <derek@ximbiot.com>
7556             Paul Eggert  <eggert@cs.ucla.edu>
7557
7558         * modules/inttypes: New file.
7559         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
7560
7561 2006-04-18  Derek Price  <derek@ximbiot.com>
7562             Paul Eggert  <eggert@cs.ucla.edu>
7563
7564         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
7565         New files.
7566
7567 2006-04-18  Derek Price  <derek@ximbiot.com>
7568             Paul Eggert  <eggert@cs.ucla.edu>
7569
7570         * lib/inttypes.h: New file.
7571         * lib/strtoimax.c: Assume <inttypes.h>.
7572
7573 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
7574
7575         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
7576         isn't mounted.  Problem reported by Kir Kolyshkin.
7577
7578 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7579
7580         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
7581         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
7582         Derek R. Price.
7583         * lib/regex.h (RE_DUP_MAX): Update comment to match current
7584         implementation.
7585
7586 2006-04-12  Eric Blake  <ebb9@byu.net>
7587
7588         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
7589         is now done automatically by the corresponding Autoconf macro.
7590
7591 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
7592
7593         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
7594         time_r.h.
7595
7596 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7597
7598         Merge regex changes from libc, removing some of our
7599         POSIX-conformance changes that were rejected and redoing them in a
7600         less-intrusive way.
7601
7602         * lib/regcomp.c (re_compile_internal, init_dfa):
7603         Length arg is now size_t, not Idx.  All uses changed.
7604         (peek_token): Forward decl now says internal_function.
7605         (__re_error_msgid, __re_error_msgid_idx):
7606         Now static rather than extern with attribute_hidden.
7607         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
7608         For some reason libc prefers K&R style defns for external functions.
7609         (regerror) [!defined _LIBC]: Likewise.
7610         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
7611         (seek_collating_symbol_entry, lookup_collation_sequence_value):
7612         (build_range_exp, build_collating_symbol):
7613         Use K&R-style defn.
7614         (re_compile_fastmap): Use '\0' to memset, not 0.
7615         (utf8_sb_map): Make the calculations more obvious.
7616         (init_dfa, parse_bracket_exp, build_charclass_op):
7617         Call calloc and cast result, as glibc does.
7618         (init_word_char, fetch_token, peek_token, peek_token_bracket):
7619         (build_range_exp, build_collating_symbol):
7620         Now internal functions.
7621
7622         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
7623
7624         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
7625         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
7626         Don't depend on VMS; depend on __VMS instead, for POSIX
7627         namespace cleanness.
7628         (regoff_t): Define to ssize_t, not long int.
7629
7630         Remove the REG_ macros named below.  Instead, make the old names
7631         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
7632         __USE_GNU_REGEX.
7633         (REG_BACKSLASH_ESCAPE_IN_LISTS):
7634         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
7635         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
7636         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
7637         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
7638         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
7639         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
7640         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
7641         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
7642         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
7643         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
7644         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
7645         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
7646         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
7647         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
7648         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
7649         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
7650         (REG_NREGS):
7651         Remove.  All uses replaced by the old RE_* names.
7652         (RE_BACKSLASH_ESCAPE_IN_LISTS):
7653         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
7654         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
7655         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
7656         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
7657         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
7658         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
7659         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
7660         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
7661         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
7662         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
7663         Don't bother having these macros be independent of each others'
7664         values, since they no longer exist in the POSIX name space.
7665
7666         Rename the following member names back to their old names,
7667         unless !__USE_GNU_REGEX.  All uses changed back.
7668         (buffer): Renamed from re_buffer.
7669         (allocated): Renamed from re_allocated.
7670         (used): Renamed from re_used.
7671         (syntax): Renamed from re_syntax.
7672         (fastmap): Renamed from re_fastmap.
7673         (translate): Renamed from re_translate.
7674         (can_be_null): Renamed from re_can_be_null.
7675         (regs_allocated): Renamed from re_regs_allocated.
7676         (fastmap_accurate): Renamed from re_fastmap_accurate.
7677         (no_sub): Renamed from re_no_sub.
7678         (not_bol): Renamed from re_not_bol.
7679         (not_eol): Renamed from re_not_eol.
7680         (newline_anchor): Renamed from re_newline_anchor.
7681         (num_regs): Renamed from rm_num_regs.
7682         (start): Renamed from rm_start.
7683         (end): Renamed from rm_end.
7684
7685         (free_state): Move up a bit.
7686
7687         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
7688         #define to be empty.
7689         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
7690         when that is what is intended.
7691         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
7692         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
7693         (MAX): New macro.
7694         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
7695         All uses changed back to re_malloc, etc.  It's now the caller's
7696         responsibility to check for overflow; all callers changed.
7697         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
7698         (re_x2nrealloc): Remove.
7699         (free_state): Remove decl.
7700
7701         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
7702         (re_set_registers, re_exec):
7703         Use K&R-style defn.
7704
7705         2006-01-31  Roland McGrath  <roland@redhat.com>
7706
7707         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
7708         Reported by Mike Frysinger <vapier@gentoo.org>.
7709
7710         2006-01-15  Andreas Jaeger  <aj@suse.de>
7711
7712         [BZ #1950]
7713         * lib/regex_internal.c (re_string_reconstruct): Adjust for
7714         build_wcs_upper_buffer change.
7715         (build_wcs_upper_buffer): Change return type.
7716
7717         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
7718
7719         * lib/regex_internal.h: Include <stdint.h> if available.
7720
7721         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
7722
7723         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
7724
7725         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7726
7727         * lib/regcomp.c: Adjust for changed secondary hash function.
7728
7729         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
7730
7731         * lib/regex.h: Pretty printing.
7732         Clean up namespace a bit.
7733
7734         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
7735
7736         * lib/regexec.c (update_cur_sifted_state, check_arrival,
7737         check_arrival_add_next_nodes): Avoid using uninitialized variable.
7738
7739         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7740                     Ulrich Drepper  <drepper@redhat.com>
7741
7742         [BZ #1302]
7743         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
7744         changed.
7745         (bitset_word_t): Renamed from bitset_word.  All uses changed.
7746
7747         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
7748
7749         [BZ #281]
7750         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
7751         * lib/regcomp.c: Remove unnecessary uses of
7752         unsigned RE_TRANSLATE_TYPE.
7753         * lib/regex_internal.h: Likewise.
7754         * lib/regex_internal.c: Likewise.
7755         * lib/regexec.c: Likewise.
7756         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
7757
7758         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
7759
7760         * lib/regexec.c (find_recover_state): Remove unnecessary
7761         initialization.
7762         (transit_state_bkref): Make DFA a const pointer.
7763         (get_subexp): Likewise.
7764         (check_arrival): Likewise.
7765         (update_cur_sifted_state): Likewise.
7766         (re_search_internal): Likewise.
7767         (prune_impossible_nodes): Likewise.
7768         (acquire_init_state_context): Likewise.
7769         (proceed_next_node): Likewise.
7770         (set_regs): Likewise.
7771         (free_fail_stack_return): Likewise.
7772         (check_arrival_expand_ecl): Mark DFA parameter as const.
7773         (check_arrival_expand_ecl_sub): Likewise.
7774         (check_subexp_limits): Likewise.
7775         (sub_epsilon_src_nodes):  Likewise.
7776         (add_epsilon_src_nodes):  Likewise.
7777         (merge_state_array): Likewise.
7778         (update_regs): Likewise.
7779         (build_trtable): Likewise.
7780         (sift_states_backward): Mark MCTX parameter as const.
7781         (build_sifted_states): Likewise.
7782         (update_cur_sifted_state): Likewise.
7783         (sift_states_mkref): Likewise.
7784         (check_arrival_expand_ecl): Mark eclosure as const.
7785         (check_dst_limits_calc_pos_1): Likewise.
7786         * lib/regex_internal.h (re_match_context_t): Make dfa a const
7787         pointer.
7788
7789         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
7790
7791         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
7792         (transit_state_sb): Likewise.
7793         (transit_state_mb): Likewise.
7794         (sift_states_iter_mb): Likewise.
7795         (check_arrival_add_next_nodes): Likewise.
7796         (check_node_accept_bytes): Change first parameter to pointer-to-const.
7797         [_LIBC] (re_search_2_stub): Use mempcpy.
7798
7799         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
7800         mbrtowc for very simple UTF-8 case.
7801
7802         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
7803         a pointer-to-const.
7804         (re_acquire_state_context): Likewise.
7805         * lib/regex_internal.h: Adjust prototypes.
7806
7807         * lib/regex.c: Prevent using C++ compilers.
7808
7809         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
7810         (re_acquire_state_context): Likewise.
7811
7812 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7813
7814         * modules/regex (Depends-on): Add ssize_t.
7815
7816 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7817
7818         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
7819         translation table.
7820
7821 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7822
7823         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
7824
7825 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
7826             Bruno Haible  <bruno@clisp.org>
7827
7828         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
7829         <sys/types.h> and <inttypes.h>.
7830
7831 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7832
7833         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
7834         `__error_t_defined', so argp.h will not typedef the former.
7835
7836 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
7837
7838         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
7839         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
7840         glibc names.  Even if glibc is changed to conform to POSIX, the
7841         traditional names will be available anyway, since regex depends on
7842         the extensions module.  Also, fix a longstanding typo in the
7843         implementation of Spencer ERE test #75 from grep 2.3.  Problems
7844         reported by Emanuele Giaquinta.  Also, change sense of cached
7845         variable, so that the message makes sense.
7846
7847 2006-03-24  Simon Josefsson  <jas@extundo.com>
7848
7849         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
7850         including some doc fixes.
7851         (base64_encode_alloc): Fix +1 bug on allocation failures.
7852
7853 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7854
7855         * lib/base64.c (base64_encode): Do not read past end of array with
7856         unsanitized input on systems with CHAR_BIT > 8.
7857
7858 2006-03-24  Eric Blake  <ebb9@byu.net>
7859
7860         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
7861
7862 2006-03-22  Karl Berry  <karl@gnu.org>
7863
7864         * config/srclist.txt (*setenv.[ch]): get from coreutils.
7865         * config/srclistvars.sh (COREUTILS): new var.
7866
7867 2006-03-17  Jim Meyering  <jim@meyering.net>
7868
7869         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
7870         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
7871
7872 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7873
7874         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
7875         no longer needs it.  Instead, check that regoff_t is as least
7876         as wide as ptrdiff_t.
7877
7878         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
7879         so that our regex.h stays compatible with the installed regex.
7880         This is helpful for installers who configure --without-included-regex.
7881         Problem reported by Emanuele Giaquinta.
7882
7883 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7884
7885         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
7886         Typedef to long int, not to off_, as POSIX will likely change
7887         in that direction.
7888
7889 2006-03-15  Eric Blake  <ebb9@byu.net>
7890
7891         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
7892
7893 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7894
7895         * lib/argp-help.c (validate_uparams): Fix typo
7896         * lib/argp-parse.c (argp_default_options): Consistently begin help
7897         messages with a lowercase letter.
7898
7899 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
7900
7901         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
7902         overrun buffers and shouldn't be used (much as gets shouldn't be
7903         used).
7904         * lib/time_r.c (asctime_r, ctime_r): Likewise.
7905
7906 2006-03-08  Simon Josefsson  <jas@extundo.com>
7907
7908         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
7909         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7910
7911 2006-03-08  Simon Josefsson  <jas@extundo.com>
7912
7913         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
7914         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7915
7916 2006-03-08  Simon Josefsson  <jas@extundo.com>
7917
7918         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
7919         signal that configure disabled the device.
7920
7921 2006-03-08  Simon Josefsson  <jas@extundo.com>
7922
7923         * build-aux/maint.mk: Fix refresh-po, to handle no translated
7924         languages.
7925
7926 2006-03-07  Simon Josefsson  <jas@extundo.com>
7927
7928         * modules/getopt (Depends-on): Add unistd.
7929
7930         * modules/unistd: New file.
7931
7932 2006-03-07  Simon Josefsson  <jas@extundo.com>
7933
7934         * modules/gc-random: New file.
7935
7936 2006-03-07  Simon Josefsson  <jas@extundo.com>
7937
7938         * m4/unistd_h.m4: New file.
7939
7940 2006-03-07  Simon Josefsson  <jas@extundo.com>
7941
7942         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
7943         test to be side-effect free by storing the result in the cache
7944         variable gl_cv_lib_readline, and moving the assignment of
7945         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
7946         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7947
7948 2006-03-07  Simon Josefsson  <jas@extundo.com>
7949
7950         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
7951         error on missing devices (the functions will return an error).
7952
7953         * m4/gc.m4: Move random stuff to gc-random.m4
7954
7955 2006-03-07  Simon Josefsson  <jas@extundo.com>
7956
7957         * lib/unistd_.h: New file.
7958
7959 2006-03-07  Simon Josefsson  <jas@extundo.com>
7960
7961         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
7962
7963 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7964
7965         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
7966         Problem reported by Juan Manuel Guerrero.
7967
7968 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7969
7970         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
7971         the unistd module.
7972         * lib/getlogin_r.c: Likewise.
7973         * lib/getlogin_r.h: Likewise.
7974         * lib/glob.c: Likewise.
7975         * lib/pagealign_alloc.c: Likewise.
7976         * lib/unistd_.h: Remove; no longer needed.
7977
7978 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7979
7980         * MODULES.html.sh (Support for systems lacking POSIX:2001):
7981         Add unistd.
7982         * modules/c-stack (Depends-on): Add unistd.
7983         * modules/getlogin_r: Likewise.
7984         * modules/glob: Likewise.
7985         * modules/pagealign_alloc: Likewise.
7986         * modules/unistd (Files): Remove lib/unistd_.h.
7987         (EXTRA_DIST): Remove.
7988         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
7989         need unistd_.h.
7990         (MOSTLYCLEANFILES): Remove unistd.h-t.
7991
7992 2006-03-03  Simon Josefsson  <jas@extundo.com>
7993
7994         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
7995
7996 2006-03-03  Simon Josefsson  <jas@extundo.com>
7997
7998         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
7999         libidn and bison.
8000
8001 2006-03-03  Simon Josefsson  <jas@extundo.com>
8002
8003         * build-aux/maint.mk: Add indent target.
8004
8005 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8006
8007         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8008         our replacement poll.h in any case, to avoid a differing
8009         declaration from a system header.  Seen on AIX.
8010
8011 2006-03-01  Simon Josefsson  <jas@extundo.com>
8012
8013         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8014         <kasal@ucw.cz>.
8015
8016 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8017
8018         * modules/gettime (Depends-on): Add extensions module.
8019         * modules/nanosleep (Depends-on): Likewise.
8020         * modules/settime (Depends-on): Likewise.
8021
8022 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8023
8024         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8025         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8026         pedantically.
8027         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8028         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8029
8030         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8031         not "==".  Reported by Ralf Wildenhues.
8032
8033 2006-03-01  Karl Berry  <karl@gnu.org>
8034
8035         * doc/Copyright/request-*: new files, synced from gnuorg.
8036
8037 2006-03-01  Karl Berry  <karl@gnu.org>
8038
8039         * config/srclist.txt (Copyright/*): new entries.
8040
8041 2006-02-28  Simon Josefsson  <jas@extundo.com>
8042
8043         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
8044
8045 2006-02-27  Simon Josefsson  <jas@extundo.com>
8046
8047         * lib/base64.h: Indent #define's.  From Jim Meyering
8048         <jim@meyering.net>.
8049
8050 2006-02-27  Jim Meyering  <jim@meyering.net>
8051
8052         Revert the change of 2006-02-24, so these files can continue
8053         to be sync'd from gettext.
8054         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
8055         of `config.h'.
8056
8057 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8058
8059         * modules/intprops: New file.
8060         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8061         Add intprops.
8062         * modules/getloadavg (Files): Remove lib/intprops.h.
8063         (Depends-on): Add intprops.
8064         * modules/human: Likewise.
8065         * modules/inttostr: Likewise.
8066         * modules/openat: Likewise.
8067         * modules/sig2str: Likewise.
8068         * modules/userspec: Likewise.
8069         * modules/utimecmp: Likewise.
8070         * modules/xnanosleep: Likewise.
8071         * modules/xstrtol: Likewise.
8072
8073 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
8074
8075         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
8076         * modules/lock-tests (TESTS): Use $(EXEEXT).
8077         * modules/tls-tests: Likewise.
8078         * modules/argp-tests: Likewise.
8079         (check_PROGRAMS): New var, replacing...
8080         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
8081
8082 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8083
8084         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
8085         `config.h'.
8086
8087 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8088
8089         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
8090
8091 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8092
8093         Sync from coreutils.
8094         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
8095         gl_CHDIR_SAFER.
8096
8097 2006-02-22  Jim Meyering  <jim@meyering.net>
8098
8099         Sync from coreutils.
8100         * m4/chdir-safer.m4: New file.
8101
8102 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8103
8104         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
8105         AT_FDCWD exceeds INT_MAX.
8106         * lib/openat.h (AT_FDCWD): Likewise.
8107
8108 2006-02-17  Eric Blake  <address@hidden>
8109
8110         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
8111
8112 2006-02-16  Simon Josefsson  <jas@extundo.com>
8113
8114         * modules/getaddrinfo (Depends-on): Add sys_socket.
8115
8116 2006-02-15  Simon Josefsson  <jas@extundo.com>
8117
8118         * build-aux/maint.mk: Add dsyntax-check rule.
8119
8120 2006-02-15  Eric Blake  <ebb9@byu.net>
8121
8122         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
8123         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
8124         'present but cannot compile' warnings on cygwin.
8125         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
8126         use ws2tcpip.h if sys/socket.h works.
8127         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
8128         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
8129
8130 2006-02-14  Simon Josefsson  <jas@extundo.com>
8131
8132         * modules/maintainer-makefile (Files): Rename.
8133
8134         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
8135         and (the local) Makefile.cfg to maint-cfg.mk.
8136
8137         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
8138         to the latter.
8139
8140         * modules/maintainer-makefile: New module.
8141
8142         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
8143         severaly stripped to make it possible to build it up from scratch
8144         with reliable tests.
8145
8146         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
8147         fixes to permit overriding the default actions when configure and
8148         makefile are not available.
8149
8150 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8151
8152         Sync from coreutils.
8153         * modules/lstat (Depends-on): Don't depend on xalloc.
8154         (License): Change from GPL to LGPL, since this is now simply a
8155         replacement for a libc function.
8156
8157 2006-02-14  Jim Meyering  <jim@meyering.net>
8158
8159         Sync from coreutils.
8160
8161         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
8162         failure on deficient systems, and simplify gnulib lgpl dependencies.
8163         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
8164         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
8165
8166         * lib/xalloc-die.c: Remove unused definition of N_.
8167
8168 2006-02-14  Jim Meyering  <jim@meyering.net>
8169
8170         Sync from coreutils.
8171         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
8172         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8173         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
8174         double-quote uses of that variable, to accommodate the rare case in
8175         which getmntent is available in none of the libraries checked.  This
8176         happens at least on FreeBSD 5.0.
8177
8178 2006-02-13  Simon Josefsson  <jas@extundo.com>
8179
8180         * gnulib-tool (Usage): Fix --import, from
8181         karl@freefriends.org (Karl Berry).
8182
8183 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8184
8185         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
8186
8187 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
8188
8189         * lib/argp-namefrob.h: Restore changes accidentally lost during the
8190         "autoupdate" on 2005-12-12.
8191
8192 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8193
8194         * modules/closeout (Depends-on): Remove atexit.
8195
8196 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8197
8198         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
8199         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
8200
8201 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8202
8203         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
8204         __EXTENSIONS__ if this causes compilation to fail.  Problem
8205         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
8206         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
8207
8208 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
8209
8210         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
8211         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
8212         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
8213         All uses changed.
8214
8215 2006-01-26  Simon Josefsson  <jas@extundo.com>
8216
8217         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
8218         prototype is visible on mingw32.
8219
8220         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
8221         for mingw32.
8222
8223         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
8224         mingw32).
8225
8226 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8227
8228         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
8229         attempt to open for write; this always fails, at least on POSIX
8230         hosts.  This reinstates the 2006-01-09 change, which was
8231         inadvertently removed.
8232
8233 2006-01-26  Bruno Haible  <bruno@clisp.org>
8234
8235         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
8236         Reported by Paul Eggert.
8237
8238 2006-01-26  Bruno Haible  <bruno@clisp.org>
8239             Paul Eggert  <eggert@cs.ucla.edu>
8240
8241         * lib/stdbool_.h (_Bool)
8242         [(! (defined __cplusplus || defined __BEOS__)
8243           && !defined __GNUC__
8244           && !(defined __HP_cc || defined __xlc__
8245                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
8246                || defined __sgi))]:
8247         #define to signed char in these cases too; this simplifies
8248         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
8249         etc., separately) and makes it more conservative.
8250
8251 2006-01-25  Simon Josefsson  <jas@extundo.com>
8252
8253         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
8254         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
8255         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
8256
8257 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8258
8259         * lib/argp-namefrob.h: Bugfix. Remove stray #
8260
8261 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8262
8263         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
8264         so that we test the test.
8265         Check for yet another HP-UX cc bug involving *bool |= bool.
8266
8267 2006-01-25  Karl Berry  <karl@gnu.org>
8268
8269         * config/srclist.txt (vasnprintf.c): sync lost.
8270
8271 2006-01-25  Jim Meyering  <jim@meyering.net>
8272
8273         Sync from the stable (b5) branch of coreutils:
8274
8275         * lib/fts.c (fts_children): Don't let close() clobber errno from
8276         failed fchdir().
8277
8278         * lib/fts.c (fts_stat): When following a symlink-to-directory,
8279         don't necessarily interpret stat-fails+lstat-succeeds as indicating
8280         a dangling symlink.  That can also happen at least for ELOOP.
8281         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
8282         FYI, this bug predates the inclusion of fts.c in coreutils.
8283
8284         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
8285         in their own block, so pre-c99 compilers don't object.
8286
8287         Avoid the double-free (first in fts_read, second in fts_close) that
8288         would occur when an `active' directory is made inaccessible (e.g.,
8289         via chmod a-x) during a traversal.
8290         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8291         before returning.  Reproduce this failure by
8292         mkdir -p a/b; cd a; chmod a-x . b
8293         Reported by Stavros Passas.
8294
8295 2006-01-25  Jim Meyering  <jim@meyering.net>
8296
8297         * lib/fileblocks.c: Remove more useless parentheses.
8298         * lib/readutmp.h: Likewise.
8299
8300 2006-01-25  Bruno Haible  <bruno@clisp.org>
8301
8302         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
8303         warnings.
8304         Reported by Paul Eggert.
8305
8306 2006-01-25  Bruno Haible  <bruno@clisp.org>
8307
8308         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
8309         rid of a trap command. For Solaris sh.
8310         Reported by Mark D. Baushke <mdb@gnu.org>.
8311
8312 2006-01-24  Simon Josefsson  <jas@extundo.com>
8313
8314         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
8315         Bruno.
8316
8317 2006-01-24  Karl Berry  <karl@gnu.org>
8318
8319         * config/srclist.txt (argp-namefrob.h): sync lost.
8320
8321 2006-01-24  Jim Meyering  <jim@meyering.net>
8322
8323         * modules/openat (Files): Add lib/intprops.h.
8324         From Mark D. Baushke.
8325
8326 2006-01-24  Jim Meyering  <jim@meyering.net>
8327
8328         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
8329         Reported by Mark D. Baushke.
8330
8331 2006-01-24  Jim Meyering  <jim@meyering.net>
8332
8333         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
8334
8335 2006-01-24  Bruno Haible  <bruno@clisp.org>
8336
8337         * modules/strnlen (Maintainer): Change from glibc to all.
8338
8339 2006-01-24  Bruno Haible  <bruno@clisp.org>
8340
8341         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
8342         Patch by Paul Eggert.
8343
8344 2006-01-24  Bruno Haible  <bruno@clisp.org>
8345
8346         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
8347         already has it.
8348         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
8349         2005-11-26.
8350
8351         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
8352         'signed char' to avoid problems with the built-in _Bool type.
8353         Reported by Paul Eggert on 2005-11-26.
8354
8355 2006-01-24  Bruno Haible  <bruno@clisp.org>
8356
8357         * gnulib-tool (func_import): Avoid constructing complicated sed
8358         expressions inside backquote.
8359         Report and solution by Mark D. Baushke <mdb@gnu.org>.
8360
8361 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
8362
8363         These changes imported from libc.
8364         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
8365         test and two separate function calls.
8366         * lib/strndup.c (__strndup): Add libc_hidden_def.
8367
8368 2006-01-23  Simon Josefsson  <jas@extundo.com>
8369
8370         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
8371         Remove the test_*_SOURCES variable: automake infers it by default.
8372         * modules/tls-tests: Likewise.
8373
8374 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8375
8376         Work around porting bugs reported by Dieter in
8377         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
8378         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
8379         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
8380         Include "getopt.h" first, to check interface.
8381         (getenv): Declare only if defined HAVE_DECL_GETENV &&
8382         !HAVE_DECL_GETENV.
8383         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
8384         (__strndup): Revert to K&R-style function dfns, the glibc style.
8385         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
8386         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
8387         Include strnlen.h first, to get prototype properly.
8388         (strnlen): Renamed from __strnlen.
8389         Remove weak alias.
8390
8391 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8392
8393         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
8394
8395 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8396
8397         * config/srclist.txt: Adjust to reflect glibc reorganization.
8398         This affects only comments.
8399
8400 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8401
8402          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
8403          Reported by Bruce Korb <bkorb@gnu.org>.
8404
8405 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
8406
8407         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
8408         to pacify gcc -Wswitch-default.
8409
8410 2006-01-22  Bruno Haible  <bruno@clisp.org>
8411
8412         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
8413         temporary buffer for sprintf, take into account the precision also
8414         for 'd', 'i', 'u', 'o', 'x', 'X'.
8415
8416 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8417
8418         * modules/argp-tests: New module
8419         * tests/test-argp.c: New file
8420         * tests/test-argp-2.sh: New file
8421
8422 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8423
8424         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
8425         (__argp_base_name): Removed
8426         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
8427         typo.
8428         (__argp_base_name): Provide macro definition or extern declaration
8429         depending on the configuration
8430
8431 2006-01-20  Simon Josefsson  <jas@extundo.com>
8432
8433         * modules/inet_ntop (Depends-on): Depend on sys_socket.
8434
8435 2006-01-20  Simon Josefsson  <jas@extundo.com>
8436
8437         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
8438
8439 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8440
8441         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
8442         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
8443         Suggested by Bruno Haible.
8444
8445 2006-01-20  Karl Berry  <karl@gnu.org>
8446
8447         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
8448         until changes propagate, I guess.
8449
8450 2006-01-19  Simon Josefsson  <jas@extundo.com>
8451
8452         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
8453
8454 2006-01-19  Simon Josefsson  <jas@extundo.com>
8455
8456         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
8457
8458 2006-01-19  Simon Josefsson  <jas@extundo.com>
8459
8460         * gnulib-tool: Set check_PROGRAMS.
8461
8462         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8463         modules/des-tests, modules/gc-arcfour-tests,
8464         modules/gc-arctwo-tests, modules/gc-des-tests,
8465         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8466         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8467         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8468         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8469         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8470         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
8471         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
8472         test_*_SOURCES.
8473
8474 2006-01-18  Simon Josefsson  <jas@extundo.com>
8475
8476         * modules/socklen (Depends-on): Depend on sys_socket.
8477
8478 2006-01-18  Simon Josefsson  <jas@extundo.com>
8479
8480         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8481         modules/des-tests, modules/gc-arcfour-tests,
8482         modules/gc-arctwo-tests, modules/gc-des-tests,
8483         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8484         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8485         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8486         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8487         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8488         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
8489         $(EXEEXT) to automake TESTS variable, for mingw32.
8490
8491 2006-01-17  Simon Josefsson  <jas@extundo.com>
8492
8493         * modules/socklen (Include): Need sys/socket.h.
8494
8495 2006-01-17  Bruno Haible  <bruno@clisp.org>
8496
8497         * modules/ssize_t (Include): Add <sys/types.h>.
8498
8499 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
8500
8501         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
8502         it's not portable and it doesn't work with cross-compiles.
8503         Problem reported by Bruno Haible.  Fix missing-$ typo in
8504         'test "gl_cv_ignore_unused_libraries" ...' that prevented
8505         -zignore from being used with Sun's C compiler.
8506
8507 2006-01-12  Simon Josefsson  <jas@extundo.com>
8508
8509         * lib/base64.c: Fix warning, reported by Bruno Haible
8510         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
8511
8512 2006-01-12  Bruno Haible  <bruno@clisp.org>
8513
8514         * modules/ldd: New file.
8515         * build-aux/ldd.sh.in: New file.
8516         * MODULES.html.sh (Support for building libraries and executables): Add
8517         ldd.
8518
8519 2006-01-12  Bruno Haible  <bruno@clisp.org>
8520
8521         * m4/ldd.m4: New file.
8522
8523 2006-01-12  Bruno Haible  <bruno@clisp.org>
8524
8525         * gnulib-tool (func_import, func_create_testdir): Don't go into an
8526         endless loop while replacing $auxdir with build-aux.
8527
8528 2006-01-11  Simon Josefsson  <jas@extundo.com>
8529
8530         * lib/stdint_.h (SIZE_MAX): Add missing (.
8531
8532 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
8533
8534         Sync from coreutils.
8535         * lib/md5.c: Fix commentary typos.
8536         (alignof, UNALIGNED_P): No need for a GCC-specific version.
8537         * lib/md5.h (__attribute__): Remove; unused.
8538         * lib/sha1.c: Fix commentary to match md5 better.
8539         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
8540         so that we don't need to worry about alignment.  All uses changed.
8541         This merges the 2005-10-28 md5 change into sha1.
8542
8543 2006-01-11  Jim Meyering  <jim@meyering.net>
8544
8545         Sync from coreutils.
8546         * lib/md5.c (OP): Fix spacing.
8547
8548 2006-01-11  Bruno Haible  <bruno@clisp.org>
8549
8550         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8551         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
8552         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
8553
8554 2006-01-11  Bruno Haible  <bruno@clisp.org>
8555
8556         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8557         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
8558         the "early" section as well.
8559
8560 2006-01-11  Bruno Haible  <bruno@clisp.org>
8561
8562         Avoid "ar: no archive members specified" error on MacOS X.
8563         * gnulib-tool (func_modules_add_dummy): New function.
8564         (func_import, func_create_testdir): Invoke it.
8565
8566 2006-01-11  Bruno Haible  <bruno@clisp.org>
8567
8568         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
8569         with $auxdir in AC_CONFIG_FILES statements.
8570
8571 2006-01-11  Bruno Haible  <bruno@clisp.org>
8572
8573         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8574         Initialize also noinst_HEADERS to empty.
8575
8576 2006-01-11  Bruno Haible  <bruno@clisp.org>
8577
8578         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
8579         variables.
8580         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
8581         autoreconf.
8582
8583 2006-01-11  Bruno Haible  <bruno@clisp.org>
8584
8585         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
8586         overridable by the user.
8587         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8588
8589 2006-01-10  Simon Josefsson  <jas@extundo.com>
8590
8591         * modules/sys_socket: New file.
8592
8593 2006-01-10  Simon Josefsson  <jas@extundo.com>
8594
8595         * m4/sys_socket_h.m4: New file.
8596
8597 2006-01-10  Simon Josefsson  <jas@extundo.com>
8598
8599         * lib/socket_.h: New file.
8600
8601 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8602
8603         * modules/readutmp (Maintainer): Add myself.
8604
8605 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8606
8607         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
8608         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
8609         People who are still concerned with buggy memcmp implementations
8610         can invoke gl_FUNC_MEMCMP themselves.
8611
8612 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8613
8614         * lib/regex_internal.h (BITSET_WORD_BITS):
8615         Work around a bug in 64-bit PGC (before version 6.1-2), where the
8616         preprocessor mishandles large unsigned values as if they were signed.
8617         Problem reported by Claudio Fontana in
8618         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
8619
8620 2006-01-10  Jim Meyering  <jim@meyering.net>
8621
8622         Avoid the double-free (first in fts_read, second in fts_close) that
8623         would occur when an `active' directory is made inaccessible (e.g.,
8624         via chmod a-x) during a traversal.
8625         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8626         before returning.  Reproduce this failure by
8627         mkdir -p a/b; cd a; chmod a-x . b
8628         Reported by Stavros Passas.
8629
8630         Sync from coreutils.
8631         * lib/sha1.c: Tweak grammar in a comment.
8632
8633 2006-01-10  Jim Meyering  <jim@meyering.net>
8634
8635         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
8636         Patch by Joerg Sonnenberger.
8637
8638 2006-01-10  Bruno Haible  <bruno@clisp.org>
8639
8640         * modules/readutmp: Depend on module free.
8641         * modules/strtok_r: Depend on module restrict.
8642
8643 2006-01-10  Bruno Haible  <bruno@clisp.org>
8644
8645         * modules/gettext (configure.ac): Add an invocation of
8646         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
8647
8648 2006-01-10  Bruno Haible  <bruno@clisp.org>
8649
8650         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
8651         Reported by Werner Lemberg <wl@gnu.org>.
8652
8653 2006-01-10  Bruno Haible  <bruno@clisp.org>
8654
8655         * lib/localcharset.c: Update from GNU gettext.
8656
8657 2006-01-10  Bruno Haible  <bruno@clisp.org>
8658
8659         * lib/argp.h (__const): Remove macro. Use const instead.
8660         * lib/argp-fmtstream.h (__const): Likewise.
8661         * lib/glob_.h (__const): Remove macro.
8662         * lib/glob-libc.h: Use const instead of __const.
8663
8664 2006-01-10  Bruno Haible  <bruno@clisp.org>
8665
8666         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
8667         variable.
8668         Needed to avoid an automake error regarding the 'gettext' module.
8669
8670 2006-01-09  Simon Josefsson  <jas@extundo.com>
8671
8672         * modules/inet_ntop (Depends-on): Add restrict.
8673
8674 2006-01-09  Simon Josefsson  <jas@extundo.com>
8675
8676         * modules/gc-rijndael-tests (License): Put under LGPL.
8677
8678         * modules/gc-des-tests (License): Likewise.
8679
8680         * modules/gc-arcfour-tests (License): Likewise.
8681
8682         * modules/gc-arctwo-tests (License): Likewise.
8683
8684         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
8685
8686         * modules/gc-hmac-sha1-tests (Files): Likewise.
8687
8688         * modules/gc-hmac-md5-tests (License): Likewise.
8689
8690         * modules/gc-sha1-tests (License): Likewise.
8691
8692         * modules/gc-md5-tests (License): Likewise.
8693
8694         * modules/gc-md4-tests (License): Likewise.
8695
8696         * modules/gc-md2-tests (License): Likewise.
8697
8698         * modules/gc-tests (License): Likewise.
8699
8700         * modules/des-tests (License): Likewise.
8701
8702         * modules/md4-tests (License): Likewise.
8703
8704         * modules/md2-tests (License): Likewise.
8705
8706 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8707
8708         Sync from coreutils:
8709
8710         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
8711         * modules/lib-ignore: New file.
8712         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
8713         chdir-safer.m4, lchmod.m4.
8714         * modules/openat: Add mkdirat.c, openat-priv.h.
8715
8716 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8717
8718         Sync from coreutils.
8719         * m4/lib-ignore.m4: New file.
8720         * m4/lchmod.m4: New file.
8721
8722 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8723
8724         Sync from coreutils.
8725         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
8726         for write access: POSIX says that must fail.
8727         * lib/fts.c (diropen): Likewise.
8728         * lib/save-cwd.c (save_cwd): Likewise.
8729         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
8730         well, for minor improvements on hosts that lack O_DIRECTORY.
8731         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
8732         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
8733         Fall back on chown if open failed with EACCES.
8734
8735         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
8736         Report an error at compile-time if only a 1-second nominal clock
8737         resolution is found.
8738
8739         * lib/lchmod.h: New file.
8740         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
8741         (make_dir_parents): Use lchown rather than chown, and
8742         lchmod rather than chmod.
8743
8744         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
8745         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
8746         "proc" reported by n0dalus.
8747
8748         * lib/mountlist.c: Include <limits.h>.
8749         (dev_from_mount_options)
8750         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
8751         New function.  It no longer assumes "dev=" has the System V meaning
8752         on Linux (since it doesn't).  It also parses "dev=" more carefully.
8753         (read_file_system_list)
8754         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
8755         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
8756         dev= in that case.
8757
8758         * lib/posixtm.h (PDS_PRE_2000): New macro.
8759         * lib/posixtm.c (year): Arg is now syntax_bits rather than
8760         allow_century.  All usages changed.  Reject dates outside the range
8761         1969-1999 if PDS_PRE_2000 is used.
8762
8763 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8764
8765         Sync from coreutils.
8766         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
8767         (Time of day items): Mention the possibility of leap seconds.
8768         Problem reported by Dr. David Alan Gilbert.
8769
8770 2006-01-09  Jim Meyering  <jim@meyering.net>
8771
8772         Sync from coreutils.
8773
8774         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
8775
8776         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
8777
8778         * lib/modechange.c (mode_compile): Reject an invalid mode string
8779         that starts with an octal digit.  From Andreas Gruenbacher.
8780
8781         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
8782         and dup to open_safer and dup_safer, respectively.
8783         (openat_permissive): Fix typo in comment.
8784
8785         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
8786         "gettext.h"; either no longer needed or are guaranteed by openat.h.
8787         (_): Remove; no longer needed.
8788         (openat): Renamed from rpl_openat; no need for rpl_openat
8789         since openat.h renames openat for us.
8790         Replace most of the body with a call to openat_permissive,
8791         to avoid duplicate code.
8792         Port to (probably hypothetical) environments were mode_t is
8793         wider than int.
8794         (openat_permissive): Require mode arg, so that we can check
8795         types better.  Put it just after flags.  Change cwd failure
8796         indicator from pointer-to-bool to pointer-to-errno-value.
8797         All callers changed.
8798         Invoke openat_save_fail and/or openat_restore_fail if
8799         cwd_errno is null, so that openat can call us.
8800         (openat_permissive, fdopendir, fstatat, unlinkat):
8801         Simplify errno handling to avoid some duplicate code,
8802         as it's OK to set errno on success.
8803         * lib/openat.h: Revamp code so that function macros depend on
8804         __OPENAT_PREFIX only, not also on AT_FDCWD.
8805         (openat_ro): Remove.  Caller changed to use openat_permissive.
8806         (openat_permissive): Now a macro, if not a function.
8807         (openat_restore_fail, openat_save_fail): Now always functions,
8808         since mkdirat needs them even if __OPENAT_PREFIX is defined.
8809
8810         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
8811         and openat.c.
8812         * lib/mkdirat.c: Include openat-priv.h.
8813         Remove definitions of macros defined therein.
8814         * lib/openat.c: Likewise.
8815
8816         * lib/mkdirat.c (mkdirat): New file and function.
8817         * lib/openat.h (mkdirat): Declare.
8818
8819         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
8820
8821         * lib/openat.h (openat_permissive): Declare.
8822         (openat_ro): Define.
8823
8824         * lib/openat.c (EXPECTED_ERRNO): New macro.
8825         (openat_permissive): New function -- used in remove.c rewrite.
8826         (all functions): Set errno just before returning, only if there
8827         was an actual failure.
8828         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
8829
8830         Emulate openat-family functions using Linux's procfs, if possible.
8831         Idea and some code based on Ulrich Drepper's glibc changes.
8832
8833         * lib/openat.c: (BUILD_PROC_NAME): New macro.
8834         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
8835         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
8836         before falling back on save_cwd and restore_cwd.
8837         (fdopendir, fstatat, unlinkat): Likewise.
8838
8839         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
8840         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
8841
8842         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
8843         as second argument to va_arg.  Otherwise, some versions of gcc
8844         warn that `if this code is reached, the program will abort'.
8845
8846 2006-01-09  Jim Meyering  <jim@meyering.net>
8847
8848         Sync from coreutils.
8849         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
8850         Require openat-priv.h.
8851
8852 2006-01-09  Bruno Haible  <bruno@clisp.org>
8853
8854         * modules/strnlen (Include): Use strnlen.h.
8855
8856 2006-01-09  Bruno Haible  <bruno@clisp.org>
8857
8858         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
8859
8860 2006-01-09  Bruno Haible  <bruno@clisp.org>
8861
8862         * lib/sysexit_.h (EX_OK): New macro.
8863         Suggested by Martin Lambers <marlam@marlam.de>.
8864
8865 2006-01-09  Bruno Haible  <bruno@clisp.org>
8866
8867         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
8868         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
8869
8870 2006-01-09  Bruno Haible  <bruno@clisp.org>
8871
8872         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
8873         numbers.
8874
8875 2006-01-09  Bruno Haible  <bruno@clisp.org>
8876
8877         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
8878         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
8879         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
8880         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
8881
8882 2006-01-09  Bruno Haible  <bruno@clisp.org>
8883
8884         * build-aux/javacomp.sh.in: New file, moved from lib/.
8885         * modules/javacomp-script (Files): Update.
8886         (configure.ac): Add AC_CONFIG_FILES invocation.
8887         (EXTRA_DIST): Remove variable.
8888
8889         * build-aux/javaexec.sh.in: New file, moved from lib/.
8890         * modules/javaexec (Files): Update.
8891         (configure.ac): Add AC_CONFIG_FILES invocation.
8892         (EXTRA_DIST): Remove javaexec.sh.in.
8893
8894         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
8895         * modules/csharpcomp-script (Files): Update.
8896         (configure.ac): Add AC_CONFIG_FILES invocation.
8897         (EXTRA_DIST): Remove variable.
8898
8899         * build-aux/csharpexec.sh.in: New file, moved from lib/.
8900         * modules/csharpexec (Files): Update.
8901         (configure.ac): Add AC_CONFIG_FILES invocation.
8902         (EXTRA_DIST): Remove csharpexec.sh.in.
8903
8904 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8905
8906         Sync from coreutils.
8907
8908         Add POSIX ACL support
8909         * lib/acl.h (copy_acl, set_acl): Add declarations.
8910         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
8911         systems other than Linux.
8912         (chmod_or_fchmod): New function: use fchmod when possible,
8913         and chmod otherwise.
8914         (file_has_acl): Add a POSIX ACL implementation, with a
8915         Linux-specific subcase.
8916         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
8917         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
8918         acls are unsupported.
8919         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
8920         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
8921         are unsupported.
8922
8923 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8924
8925         Sync from coreutils.
8926         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
8927
8928 2006-01-07  Bruno Haible  <bruno@clisp.org>
8929
8930         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
8931         gl_EARLY.
8932
8933 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8934
8935         * lib/strftime.c (tzname): Don't declare if it is already #defined.
8936         Problem reported for Mingw by Mark Junker.
8937
8938 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8939
8940         * README: Gnulib normally doesn't generate a tarball.
8941
8942 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
8943
8944         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
8945         long int, not int, for nanosecond counts, so that people who are
8946         used to POSIX struct timespec won't be surprised.  Reported by Jim
8947         Meyering.
8948
8949 2005-12-28  Bruno Haible  <bruno@clisp.org>
8950
8951         * build-aux/config.rpath: Update from GNU gettext.
8952
8953 2005-12-16  Jim Meyering  <jim@meyering.net>
8954
8955         * modules/fprintftime: New module.
8956         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
8957
8958 2005-12-16  Jim Meyering  <jim@meyering.net>
8959
8960         * m4/fprintftime.m4: New file.
8961
8962 2005-12-16  Jim Meyering  <jim@meyering.net>
8963
8964         * lib/fprintftime.c, lib/fprintftime.h: New files.
8965
8966 2005-12-15  Simon Josefsson  <jas@extundo.com>
8967
8968         * modules/socklen (configure.ac): Fix M4 macro name, to align with
8969         new m4/socklen.m4.
8970
8971 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8972
8973         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
8974         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
8975
8976 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8977
8978         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
8979         * lib/argp-help.c (fill_in_uparams): Check if the constructed
8980         struct uparams is valid. Fall back to the default values if it is
8981         not.
8982
8983 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8984
8985         * modules/argp (Files): Add argp-pin.c
8986         (Depends-on): dirname
8987         (lib_SOURCES): Add argp-pin.c
8988
8989 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8990
8991         * m4/argp.m4:  Check if program_invocation_name and
8992         program_invocation_short_name are declared and define appropriate
8993         macros if they are not.
8994
8995 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8996
8997         * lib/argp-help.c (__argp_base_name): New function
8998         (__argp_short_program_name): Rewrite using __argp_base_name
8999         * lib/argp-namefrob.h: Define program_invocation_name and
9000         program_invocation_short_name if requested
9001         (__argp_base_name): Add prototype
9002         * lib/argp-parse.c (argp_def): Use gettext wrappers
9003         (argp_default_parser): Use __argp_base_name
9004         * lib/argp-pin.c: New file. Defines program_invocation_name and
9005         program_invocation_short_name on systems that lack them.
9006
9007 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9008
9009         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9010         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9011         porting problem reported by Georg Schwarz in
9012         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9013
9014 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9015
9016         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9017         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9018         porting problem reported by Georg Schwarz in
9019         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9020
9021 2005-12-05  Bruno Haible  <bruno@clisp.org>
9022
9023         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9024         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9025         Reported by Mark Junker <mjscod@gmx.de>.
9026
9027 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9028
9029         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9030         Use implementation from Albert Chin, with some
9031         comments/corrections by Stepan Kasal and myself.
9032
9033 2005-12-02  Bruno Haible  <bruno@clisp.org>
9034
9035         * gnulib-tool (func_import): Accept GPLed build tool modules when
9036         --lgpl is given.
9037         * modules/csharpcomp-script: New file.
9038         * modules/csharpcomp: Depend on it.
9039         * modules/javacomp-script: New file.
9040         * modules/javacomp: Depend on it.
9041         Suggested by Simon Josefsson.
9042
9043 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9044
9045         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
9046         statement, to work around an HP-UX 10.20 compiler bug reported by
9047         Peter O'Gorman.
9048
9049 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9050
9051         * modules/savedir (Depends-on): Add openat.
9052
9053 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9054
9055         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
9056         (uintmax_t) [defined uintmax_t]: Do not declare.
9057         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
9058         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
9059         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
9060         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
9061         sake of portability to weird hosts that C allows (though we don't
9062         know of any practical examples).
9063
9064         * lib/savedir.h (fdsavedir): New decl.
9065         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
9066         contains most of the former guts of savedir.
9067         (savedir): Use savedirstream.
9068         Include "openat.h".
9069
9070 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9071
9072         * modules/obstack (Files): Add m4/ulonglong.m4.
9073         Problem reported by Davide Angelocola.
9074
9075 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9076
9077         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
9078         coreutils no longer futzes with rounding modes.
9079
9080 2005-11-14  Jim Meyering  <jim@meyering.net>
9081
9082         * lib/mkstemp-safer.c: Include <config.h>, required for possible
9083         replacement of mkstemp.
9084
9085 2005-11-10  Simon Josefsson  <jas@extundo.com>
9086
9087         * lib/readline.c: Remove EOL.
9088
9089 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9090
9091         * modules/gethrxtime (Depends-on): Add gettime.
9092
9093 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9094
9095         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
9096         or gettimeofday; no longer needed.
9097
9098 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9099
9100         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
9101         time business.
9102         (gethrxtime) [! (HAVE_NANOUPTIME
9103         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
9104         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
9105         our own approximation.
9106
9107 2005-11-08  Eric Blake  <ebb9@byu.net>
9108
9109         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9110
9111 2005-11-08  Eric Blake  <ebb9@byu.net>
9112
9113         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9114
9115 2005-11-04  Bruno Haible  <bruno@clisp.org>
9116
9117         * gnulib-tool: Implement --update mode.
9118
9119 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9120
9121         Fix porting problem reported by Theodoros V. Kalamatianos.
9122         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
9123         Don't assume that futimes failing means we must fail.
9124
9125 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9126
9127         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
9128         variables to suggest the intended function of the PATH_MAX check.
9129
9130 2005-10-30  Kean Johnston  <jkj@sco.com>
9131
9132         Trivial changes to support SCO systems.
9133         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
9134         as PATH_MAX.
9135         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
9136         where __ptr is null when no I/O is pending.
9137
9138 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
9139
9140         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
9141         leave errno alone.  Problem reported by Dmitry V. Levin.
9142
9143 2005-10-28  Simon Josefsson  <jas@extundo.com>
9144
9145         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
9146         Test more.
9147
9148         * tests/test-gc-md2.c, tests/test-md2.c: New files.
9149
9150         * modules/md2, modules/md2-tests: New files.
9151
9152 2005-10-28  Simon Josefsson  <jas@extundo.com>
9153
9154         * m4/inet_ntop.m4: More tests.
9155
9156         * m4/gc-md2.m4, md2.m4: New file.
9157
9158 2005-10-28  Simon Josefsson  <jas@extundo.com>
9159
9160         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
9161         "restrict" keywords, as per POSIX.  Protect the function
9162         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
9163         Don't use K&R prototypes.  Check the sprintf return values.
9164         Re-define EAFNOSUPPORT if not present.  Indent.
9165
9166         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
9167         suggested by Bruno Haible <bruno@clisp.org>.
9168
9169         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
9170
9171         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
9172
9173         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
9174         libgcrypt).
9175
9176         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
9177
9178         * lib/md2.h, lib/md2.c: New files.
9179
9180 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
9181
9182         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
9183         errno alone.  Problem reported by Frederic Jolliton.
9184
9185 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9186
9187         * modules/verify (License): Change from GPL to LGPL.  This is a
9188         tiny module and there are apparently near-equivalents that are
9189         under the BSD license.
9190
9191 2005-10-24  Simon Josefsson  <jas@extundo.com>
9192
9193         * modules/sha1: Relicense to LGPL.
9194
9195 2005-10-24  Simon Josefsson  <jas@extundo.com>
9196
9197         * lib/md4.h: Shrink buffer size, now that we changed the type.
9198
9199 2005-10-23  Simon Josefsson  <jas@extundo.com>
9200
9201         * gnulib-tool (func_import): Fix --tests-base.
9202
9203 2005-10-22  Simon Josefsson  <jas@extundo.com>
9204
9205         * modules/arcfour (Depends-on): Need stdint.
9206
9207 2005-10-22  Simon Josefsson  <jas@extundo.com>
9208
9209         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
9210         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
9211
9212 2005-10-22  Simon Josefsson  <jas@extundo.com>
9213
9214         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
9215         suggested by Bruno Haible <bruno@clisp.org>.
9216
9217 2005-10-22  Simon Josefsson  <jas@extundo.com>
9218
9219         * lib/crc.h: Include stddef.h, for size_t.
9220
9221 2005-10-22  Simon Josefsson  <jas@extundo.com>
9222
9223         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
9224         arcfour_context struct (simplify test vector testing in GNU
9225         Shishi).
9226
9227 2005-10-21  Simon Josefsson  <jas@extundo.com>
9228
9229         * modules/des, modules/des-tests: New files.
9230
9231         * modules/gc-des, modules/gc-des-tests: New files.
9232
9233         * tests/test-des.c, tests/test-gc-des.c: New file.
9234
9235 2005-10-21  Simon Josefsson  <jas@extundo.com>
9236
9237         * modules/arctwo, modules/arctwo-tests: New files.
9238
9239         * tests/test-arctwo.c: New file.
9240
9241         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
9242
9243         * tests/test-gc-arctwo.c: New file.
9244
9245 2005-10-21  Simon Josefsson  <jas@extundo.com>
9246
9247         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
9248         Bruno Haible <bruno@clisp.org>.
9249
9250         * m4/gc-des.m4: New file.
9251
9252 2005-10-21  Simon Josefsson  <jas@extundo.com>
9253
9254         * m4/arctwo.m4: New file.
9255
9256         * m4/gc-arctwo.m4: New file.
9257
9258 2005-10-21  Simon Josefsson  <jas@extundo.com>
9259
9260         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
9261         block.
9262
9263 2005-10-21  Simon Josefsson  <jas@extundo.com>
9264
9265         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
9266         <bruno@clisp.org>.
9267
9268         * lib/hmac-sha1.c (hmac_sha1): Likewise.
9269
9270         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
9271         Bruno Haible <bruno@clisp.org>.
9272
9273         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
9274         <bruno@clisp.org>.
9275
9276 2005-10-21  Simon Josefsson  <jas@extundo.com>
9277
9278         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
9279
9280 2005-10-21  Simon Josefsson  <jas@extundo.com>
9281
9282         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
9283
9284 2005-10-21  Simon Josefsson  <jas@extundo.com>
9285
9286         * lib/des.h, lib/des.c: New files.
9287
9288         * lib/gc-gnulib.c: Support DES.c
9289
9290 2005-10-21  Simon Josefsson  <jas@extundo.com>
9291
9292         * lib/arctwo.h, lib/arctwo.c: New files.
9293
9294         * lib/gc-gnulib.c: Support ARCTWO.
9295
9296 2005-10-21  Simon Josefsson  <jas@extundo.com>
9297
9298         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
9299         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9300
9301 2005-10-21  Simon Josefsson  <jas@extundo.com>
9302
9303         * gnulib-tool (func_import, func_create_testdir): Define automake
9304         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
9305         Makefile.am snippet),
9306         suggested by Bruno Haible <bruno@clisp.org>.
9307
9308         * modules/gc (Makefile.am): Use it.
9309
9310 2005-10-21  Bruno Haible  <bruno@clisp.org>
9311
9312         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
9313         patch.
9314
9315 2005-10-19  Simon Josefsson  <jas@extundo.com>
9316
9317         * tests/test-gc-rijndael.c: New file.
9318
9319         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
9320
9321 2005-10-19  Simon Josefsson  <jas@extundo.com>
9322
9323         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
9324         interface too.
9325
9326 2005-10-19  Simon Josefsson  <jas@extundo.com>
9327
9328         * tests/test-gc-arcfour.c: New file.
9329
9330         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
9331
9332 2005-10-19  Simon Josefsson  <jas@extundo.com>
9333
9334         * modules/gc-md4, modules/gc-md4-tests: New file.
9335
9336         * tests/test-gc-md4.c: New file.
9337
9338 2005-10-19  Simon Josefsson  <jas@extundo.com>
9339
9340         * m4/gc-md4.m4: New file.
9341
9342 2005-10-19  Simon Josefsson  <jas@extundo.com>
9343
9344         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
9345         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
9346         <kasal@ucw.cz>.
9347
9348 2005-10-19  Simon Josefsson  <jas@extundo.com>
9349
9350         * m4/gc-arcfour.m4: New file.
9351
9352         * m4/gc-rijndael.m4: New file.
9353
9354 2005-10-19  Simon Josefsson  <jas@extundo.com>
9355
9356         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
9357
9358 2005-10-19  Simon Josefsson  <jas@extundo.com>
9359
9360         * lib/gc-gnulib.c: Support ARCFOUR.
9361
9362 2005-10-19  Simon Josefsson  <jas@extundo.com>
9363
9364         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
9365         support.
9366
9367         * lib/gc.h: Add ECB enum type.
9368
9369         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
9370
9371 2005-10-18  Simon Josefsson  <jas@extundo.com>
9372
9373         * tests/test-md5.c: New file.
9374
9375         * modules/md5-tests: New file.
9376
9377 2005-10-18  Simon Josefsson  <jas@extundo.com>
9378
9379         * tests/test-md4.c: New file.
9380
9381         * modules/md4, modules/md4-tests: New files.
9382
9383 2005-10-18  Simon Josefsson  <jas@extundo.com>
9384
9385         * m4/md4.m4: New file.
9386
9387 2005-10-18  Simon Josefsson  <jas@extundo.com>
9388
9389         * lib/md4.h, lib/md4.c: New files, based on md5.?.
9390
9391 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
9392
9393         * gnulib-tool (func_create_testdir): Omit the second check whether
9394         BUILT_SOURCES in nonempty.
9395
9396 2005-10-17  Simon Josefsson  <jas@extundo.com>
9397
9398         * tests/test-rijndael.c: New file.
9399
9400 2005-10-17  Simon Josefsson  <jas@extundo.com>
9401
9402         * modules/sha1: Depend on stdint instead of md5.
9403
9404         * modules/md5: Depend on stdint, remove uint32_t.
9405
9406 2005-10-17  Simon Josefsson  <jas@extundo.com>
9407
9408         * modules/gc-sha1-tests: New file.
9409
9410         * tests/test-gc-sha1.c: New file.
9411
9412 2005-10-17  Simon Josefsson  <jas@extundo.com>
9413
9414         * m4/md5.m4: Remove call to uint32_t.m4.
9415
9416 2005-10-17  Simon Josefsson  <jas@extundo.com>
9417
9418         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
9419
9420         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
9421         md5.h.
9422
9423         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
9424
9425         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
9426
9427 2005-10-17  Simon Josefsson  <jas@extundo.com>
9428
9429         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
9430
9431 2005-10-17  Simon Josefsson  <jas@extundo.com>
9432
9433         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
9434
9435 2005-10-17  Simon Josefsson  <jas@extundo.com>
9436
9437         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
9438
9439         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
9440
9441 2005-10-17  Bruno Haible  <bruno@clisp.org>
9442
9443         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
9444         that it can also be used in a test.
9445
9446 2005-10-16  Bruno Haible  <bruno@clisp.org>
9447
9448         * gnulib-tool (func_emit_tests_Makefile_am): Also define
9449         TESTS_ENVIRONMENT, so that individual tests can augment it.
9450
9451         * gnulib-tool (func_create_testdir): Use an intermediate target for
9452         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
9453         macros, like $(ALLOCA_H), which cannot be passed through the command
9454         line.
9455
9456 2005-10-15  Simon Josefsson  <jas@extundo.com>
9457
9458         * modules/rijndael-tests: New file.
9459
9460         * modules/rijndael: New file.
9461
9462 2005-10-15  Simon Josefsson  <jas@extundo.com>
9463
9464         * m4/rijndael.m4: New file.
9465
9466 2005-10-15  Simon Josefsson  <jas@extundo.com>
9467
9468         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
9469
9470         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
9471
9472 2005-10-14  Simon Josefsson  <jas@extundo.com>
9473
9474         * tests/test-arcfour.c: New file.
9475
9476         * modules/arcfour, modules/arcfour-tests: New files.
9477
9478 2005-10-14  Simon Josefsson  <jas@extundo.com>
9479
9480         * m4/arcfour.m4: New file.
9481
9482 2005-10-14  Simon Josefsson  <jas@extundo.com>
9483
9484         * lib/arcfour.h, lib/arcfour.c: New files.
9485
9486 2005-10-14  Roland McGrath  <roland@redhat.com>
9487
9488         Import from libc.  [BZ #1331]
9489         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
9490         macro argument.
9491         Reported by Matej Vela <vela@debian.org>.
9492
9493 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9494
9495         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
9496         include <wchar.h>; no longer needed.
9497
9498 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9499
9500         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
9501
9502 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
9503         and  Ulrich Drepper  <drepper@redhat.com>
9504
9505         Import from libc.
9506         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
9507         instead of inline stream orientation test and two separate
9508         function calls.  Pay no attention to USE_IN_LIBIO.
9509
9510 2005-10-13  Simon Josefsson  <jas@extundo.com>
9511
9512         * modules/gc-hmac-md5-tests: New file.
9513
9514         * tests/test-gc-hmac-sha1.c: New file.
9515
9516         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
9517
9518         * modules/gc-hmac-md5-tests: New file.
9519
9520         * tests/test-gc-md5.c: New file.
9521
9522         * modules/gc-md5-tests: New file.
9523
9524 2005-10-13  Simon Josefsson  <jas@extundo.com>
9525
9526         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
9527         Move memory allocation outside of loop.
9528
9529 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
9530
9531         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
9532         intermediate directory is in a read-only file system.  Problem
9533         reported by Eric Blake.
9534
9535 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
9536
9537         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
9538
9539 2005-10-12  Simon Josefsson  <jas@extundo.com>
9540
9541         * tests/test-hmac-sha1.c: New file.
9542
9543         * modules/hmac-sha1-tests: New file.
9544
9545         * modules/hmac-sha1: New file.
9546
9547 2005-10-12  Simon Josefsson  <jas@extundo.com>
9548
9549         * modules/gc-sha1: New file.
9550
9551 2005-10-12  Simon Josefsson  <jas@extundo.com>
9552
9553         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
9554
9555         * tests/test-gc-pbkdf2-sha1.c: New file.
9556
9557 2005-10-12  Simon Josefsson  <jas@extundo.com>
9558
9559         * modules/gc-md5, modules/gc-hmac-md5: New files.
9560
9561         * modules/gc (Files): Remove md5, memxor and hmac files.
9562
9563 2005-10-12  Simon Josefsson  <jas@extundo.com>
9564
9565         * m4/gc-pbkdf2-sha1.m4: New file.
9566
9567         * m4/gc-hmac-sha1.m4: New file.
9568
9569         * m4/gc-sha1: New file.
9570
9571         * m4/hmac-sha1.m4: New file.
9572
9573 2005-10-12  Simon Josefsson  <jas@extundo.com>
9574
9575         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
9576
9577         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
9578
9579 2005-10-12  Simon Josefsson  <jas@extundo.com>
9580
9581         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
9582         suggested by Bruno Haible <bruno@clisp.org>.
9583
9584 2005-10-12  Simon Josefsson  <jas@extundo.com>
9585
9586         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
9587
9588 2005-10-12  Simon Josefsson  <jas@extundo.com>
9589
9590         * lib/gc-pbkdf2-sha1.c: New file.
9591
9592         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
9593
9594 2005-10-12  Simon Josefsson  <jas@extundo.com>
9595
9596         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
9597
9598         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
9599
9600 2005-10-12  Simon Josefsson  <jas@extundo.com>
9601
9602         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
9603         GC_USE_HMAC_MD5, respectively.
9604
9605         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
9606         (gc_md5): Fix typo.
9607
9608         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
9609
9610         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
9611
9612         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
9613
9614 2005-10-12  Bruno Haible  <bruno@clisp.org>
9615
9616         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
9617         Reported by Stepan Kasal <kasal@ucw.cz>.
9618
9619 2005-10-11  Simon Josefsson  <jas@extundo.com>
9620
9621         * tests/test-crc.c: New file.
9622
9623         * modules/crc, modules/crc-tests: New files.
9624
9625 2005-10-11  Simon Josefsson  <jas@extundo.com>
9626
9627         * m4/crc.m4: New file.
9628
9629 2005-10-11  Simon Josefsson  <jas@extundo.com>
9630
9631         * lib/gc.h: Add gc_hash and gc_hash_buffer.
9632
9633         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
9634
9635         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
9636
9637 2005-10-11  Simon Josefsson  <jas@extundo.com>
9638
9639         * lib/crc.h, lib/crc.c: New files.
9640
9641         * lib/gc.h (gc_hash_buffer): Add doc.
9642
9643 2005-10-11  Bruno Haible  <bruno@clisp.org>
9644
9645         * modules/c-strcasestr: New file.
9646         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
9647
9648 2005-10-11  Bruno Haible  <bruno@clisp.org>
9649
9650         * modules/c-strcase: New file.
9651         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
9652
9653 2005-10-11  Bruno Haible  <bruno@clisp.org>
9654
9655         * lib/strcasecmp.c: Include limits.h.
9656         (strcasecmp): Avoid integer overflow on exotic platforms.
9657         * lib/strncasecmp.c: Include limits.h.
9658         (strncasecmp): Avoid integer overflow on exotic platforms.
9659         Reported by Paul Eggert.
9660
9661 2005-10-11  Bruno Haible  <bruno@clisp.org>
9662
9663         * lib/c-strcasestr.h: New file, from GNU gettext.
9664         * lib/c-strcasestr.c: New file, from GNU gettext.
9665
9666 2005-10-11  Bruno Haible  <bruno@clisp.org>
9667
9668         * lib/c-strcase.h: New file, from GNU gettext.
9669         * lib/c-strcasecmp.c: New file, from GNU gettext.
9670         * lib/c-strncasecmp.c: New file, from GNU gettext.
9671
9672 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9673
9674         * modules/mempcpy (License): GPL -> LGPL.
9675         * modules/strchrnul (License): Likewise.
9676         * modules/sysexits (License): Likewise.
9677
9678 2005-10-08  Simon Josefsson  <jas@extundo.com>
9679
9680         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
9681
9682 2005-10-07  Simon Josefsson  <jas@extundo.com>
9683
9684         * m4/memxor.m4: Remove gl_C_RESTRICT call.
9685
9686 2005-10-06  Simon Josefsson  <jas@extundo.com>
9687
9688         * tests/test-hmac-md5.c: New file.
9689
9690         * modules/hmac-md5-tests: New file.
9691
9692         * modules/hmac-md5: New file.
9693
9694 2005-10-06  Simon Josefsson  <jas@extundo.com>
9695
9696         * m4/hmac-md5.m4: New file.
9697
9698         * m4/memxor.m4: Require gl_C_RESTRICT.
9699
9700 2005-10-06  Simon Josefsson  <jas@extundo.com>
9701
9702         * lib/memxor.c (memxor): Avoid casts and warnings.
9703
9704 2005-10-06  Simon Josefsson  <jas@extundo.com>
9705
9706         * lib/hmac-md5.c: New file.
9707
9708         * lib/hmac.h: New file.
9709
9710 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9711
9712         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
9713         promotes to int, not unsigned int, to catch the AIX 5.3
9714         compiler bug.
9715
9716 2005-10-05  Simon Josefsson  <jas@extundo.com>
9717
9718         * modules/memxor: New file.
9719
9720         * modules/iconv (Files): Move config.rpath to havelib, it is used
9721         there.
9722
9723         * modules/havelib (Files): Add config.rpath.
9724
9725 2005-10-05  Simon Josefsson  <jas@extundo.com>
9726
9727         * m4/memxor.m4: New file.
9728
9729 2005-10-05  Simon Josefsson  <jas@extundo.com>
9730
9731         * lib/memxor.c (memxor): Fix compiler error.
9732
9733         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
9734         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
9735
9736         * lib/memxor.h, lib/memxor.c: New files.
9737
9738         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
9739         we assume all systems have it, suggested by Jim Meyering
9740         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
9741         any systems lack sys/socket.h; mingw32 is known to lack it, but we
9742         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
9743         same reasons.
9744
9745 2005-10-05  Simon Josefsson  <jas@extundo.com>
9746
9747         * config/srclist.txt: Add glibc bug 1423 for md5.h.
9748
9749 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9750
9751         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
9752         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
9753         needed, since the source code now assumes these .h files.
9754
9755 2005-10-05  Derek Price  <derek@ximbiot.com>
9756
9757         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
9758
9759 2005-10-05  Bruno Haible  <bruno@clisp.org>
9760
9761         * modules/stdint (License): Change to LGPL.
9762
9763 2005-10-04  Simon Josefsson  <jas@extundo.com>
9764
9765         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
9766         D. Baushke" <mdb@gnu.org>.
9767
9768 2005-10-04  Bruno Haible  <bruno@clisp.org>
9769
9770         * lib/verify.h (verify_true): Provide alternative definition for C++.
9771
9772 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
9773
9774         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
9775         (SSIZE_MAX): New macro, if not already defined.
9776         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
9777         than 2 GiB.
9778
9779 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9780
9781         Sync from coreutils.
9782         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
9783         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
9784         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
9785         ULLONG_MAX doesn't work with 2.7.2.1.
9786
9787 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9788
9789         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
9790         From Ben Pfaff.
9791
9792         * modules/exclude (Depends-on): Depend on verify.
9793         * modules/strtoimax (Depends-on): Likewise.
9794         * modules/utimecmp (Depends-on): Likewise.
9795
9796 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9797
9798         * lib/exclude.c: Include verify.h.
9799         (verify): Remove.  All callers changed to use verify.h's version.
9800         * lib/strtoimax.c: Likewise.
9801         * lib/utimecmp.c: Likewis.e
9802
9803         Sync from coreutils.
9804         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
9805         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
9806         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
9807         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
9808         bother returning ENOSYS if settimeofday or stime fails; just let
9809         them return whatever errno they want to return.
9810         * lib/utimens.c: Include unistd.h, for dup2.
9811         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
9812         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
9813
9814 2005-10-02  Jim Meyering  <jim@meyering.net>
9815
9816         Sync from coreutils.
9817         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
9818         from glibc-2.2.5 that fails for read-only files.
9819
9820 2005-10-02  Jim Meyering  <jim@meyering.net>
9821
9822         Sync from coreutils.
9823         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
9824         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
9825         `#if HAVE_CONFIG_H'.
9826         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
9827         Remove AT_FDCWD test.
9828         Do not consume the fd unless successful.
9829         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
9830         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
9831         block, so that we don't even try to compile it if settimeofday is
9832         available.  This works around a compilation failure on OSF1 V5.1,
9833         due to stime requiring a `long int*' while tv_sec is `int'.
9834
9835 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
9836
9837         Sync from coreutils.
9838         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
9839         against `yes', rather than just testing for nonempty.
9840
9841 2005-10-01  Simon Josefsson  <jas@extundo.com>
9842
9843         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
9844         and Darwin.
9845
9846         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
9847         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
9848         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
9849         freeaddrinfo and gai_strerror are declared by the POSIX headers.
9850         Check if struct addrinfo is declared.
9851
9852 2005-10-01  Simon Josefsson  <jas@extundo.com>
9853
9854         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
9855         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
9856         AI_* and EAI_* definitions.  Protect function declarations.
9857
9858 2005-10-01  Jim Meyering  <jim@meyering.net>
9859
9860         Sync from coreutils.
9861
9862         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
9863         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
9864         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
9865         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9866         in the inet and nsl libraries.  Required on Solaris 5.7.
9867
9868 2005-10-01  Jim Meyering  <jim@meyering.net>
9869
9870         Sync from coreutils.
9871         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9872         in the inet and nsl libraries.  Required on Solaris 5.7.
9873
9874 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
9875
9876         * lib/getdelim.c (getdelim): Remove unused variables.
9877
9878 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9879
9880         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
9881         so that the code works even with ancient cpp.  Portability problem
9882         with GCC 2.7.2.1 reported by Thomas M.Ott.
9883
9884 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9885
9886         * modules/regex (Depends-on): Add strcase.
9887
9888         * modules/gethostname (Licence): Change from GPL to LGPL, since
9889         gethostname.c is a trivial implementation of a standard library
9890         function.
9891         * modules/poll (License): Change from GPL to LGPL, since it's
9892         derived from LGPL code.
9893
9894 2005-09-27  Jim Meyering  <jim@meyering.net>
9895
9896         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
9897         HAVE_CONFIG_H.
9898
9899         * lib/intprops.h (signed_type_or_expr__): Define.
9900         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
9901         for unsigned types.
9902
9903 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9904
9905         * lib/verify.h (verify_expr): Remove, replacing with:
9906         (verify_true): New macro that returns true instead of void.
9907         (verify_type__): Remove.
9908         (verify): Use verify_true rather than verify_type__.
9909
9910 2005-09-26  Bruno Haible  <bruno@clisp.org>
9911
9912         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
9913         is necessary.
9914         (lib_SOURCES): Remove mbchar.c.
9915         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
9916         (Files): Add m4/mbrtowc.m4.
9917         * modules/mbiter: Likewise.
9918         * modules/mbuiter: Likewise.
9919
9920 2005-09-26  Bruno Haible  <bruno@clisp.org>
9921
9922         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
9923         compile mbchar.c if they are not both present.
9924         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
9925         * m4/mbiter.m4 (gl_MBITER): Likewise.
9926         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
9927         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
9928         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
9929
9930 2005-09-25  Jim Meyering  <jim@meyering.net>
9931
9932         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
9933         also uses socklen_t.
9934
9935 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
9936
9937         * lib/utimens.c (ENOSYS): Define if not already defined.
9938         (futimens): Support having a null PATH if the file descriptor
9939         is nonnegative.
9940
9941         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
9942         Remove.
9943         (__attribute): Define to empty unless GCC 3.1 or later.
9944         This works around a core dump on OpenBSD 3.4, which has GCC
9945         2.95.3, which dumps core when given __attribute__(()).  It also
9946         simplifies other tests, since we really don't want to bother with
9947         worrying about which ancient version of GCC supported what.
9948         Original problem reported by Yoann Vandoorselaere, with part of
9949         the fix suggested by Derek Price.
9950
9951 2005-09-24  Jim Meyering  <jim@meyering.net>
9952
9953         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
9954         so we can once again use a positive bitfield width of 1 -- now we
9955         don't have to explain why we were using a bitfield width of 2.
9956
9957 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9958
9959         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
9960         and similarly for the other external symbols.  Problem reported
9961         by James Gallager.
9962
9963         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
9964         bug reported by Jim Meyering.
9965
9966         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
9967         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
9968         not needed, since socklen is a prerequisite module.
9969
9970 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9971
9972         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
9973         Problem reported by Eric Blake.
9974         (getaddrinfo): Initialize se so that it's not garbage.
9975         Redo internal storage allocation so that it doesn't make unportable
9976         assumptions about alignment.
9977         Fix a memory leak.
9978
9979         * lib/utimens.c (futimens): Use futimesat if available.
9980         Prefer it to futimes since it doesn't have the futimes bug.
9981
9982         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
9983         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
9984         Instead, declare a function that returns a pointer to an array,
9985         and use verify_type__ to declare the size of the array.
9986         Problem and germ of a solution reported by Bruno Haible.
9987         (verify_type__): Use 2, not 1, for bitfield size, to avoid
9988         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
9989
9990 2005-09-23  Jim Meyering  <jim@meyering.net>
9991
9992         Sync from coreutils.
9993         Correct build failure (socklen_t not defined) on at least
9994         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
9995         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
9996
9997 2005-09-23  Jim Meyering  <jim@meyering.net>
9998
9999         * modules/getaddrinfo (Depends-on): Add socklen.
10000
10001 2005-09-23  Bruno Haible  <bruno@clisp.org>
10002
10003         * tests/test-verify.c: New file.
10004
10005 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10006
10007         Sync from coreutils.
10008
10009         * modules/argmatch (Depends-on): Add verify.
10010         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10011         unistd-safer.
10012         * modules/save-cwd (Depends-on): Likewise.
10013
10014         * modules/openat (Files): Add lib/openat-die.c.
10015         (Depends-on): Remove error, exitfail.
10016         Add dirname.
10017
10018         * modules/verify: New file.
10019         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10020         with "verify" module.
10021
10022 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10023
10024         Sync from coreutils.
10025
10026         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10027         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10028         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10029         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10030         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10031         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10032         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10033         Don't bother checking for string.h, stdlib.h, unistd.h.
10034         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10035         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10036         module's job.
10037         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10038         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10039
10040         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10041         (gl_GETDATE): Use it.
10042
10043         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
10044
10045 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10046
10047         Sync from coreutils.
10048
10049         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
10050         stat-time.h.
10051         * lib/argmatch.h: Include verify.h
10052         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
10053         (ARGMATCH_ASSERT): Remove; unused.
10054         * lib/canonicalize.c: Assume STDC_HEADERS.
10055         * lib/exclude.c: Include "strcase.h".
10056         * lib/regex_internal.h [!defined _LIBC]: Likewise.
10057         * lib/getusershell.c: Include stdio--.h rather than stdio.h
10058         and stdio-safer.h.
10059         (getusershell): Call fopen, not fopen_safer.
10060         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
10061         Do not include unistd-safer.h.
10062         (save_cwd): Don't call fd_safer; no longer needed
10063         now that we include fcntl--.h.
10064
10065         * lib/getdate.y (relative_time): New type.
10066         (RELATIVE_TIME_0): New constant.
10067         (parser_control): Use relative_time instead of doing it ourselves.
10068         (%union): Add new relative_time rel member.
10069         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
10070         Now typeless.
10071         (relunit, relunit_snumber): Now of type rel.
10072         (zone, rel, relunit, get_date): Adjust to above changes.
10073
10074         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
10075         Do not include unistd-safer.h.
10076         (getloadavg): Don't call fd_safer; no longer needed
10077         now that we include fcntl--.h.
10078
10079         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
10080         (make_dir_parents): Treat ENOSYS like EEXIST.
10081
10082         Improve quality of diagnostics on restore_cwd failure.
10083         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
10084         (make_dir_parents): Last arg is now int * (for errno), not bool *.
10085         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
10086         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
10087         each time through the loop.  Do not diagnose restore_cwd failure;
10088         that is the caller's job (and perhaps the caller does not care).
10089
10090         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
10091         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
10092         If the file already exists but is not a directory, don't bother
10093         to try to make its parents.
10094         Close potential file descriptor leak if we can't chdir("/") (!).
10095         Don't always return true if chdir($PWD) fails; return true only
10096         if the requested action was done successfully (except for the
10097         chdir($PWD)).
10098         Don't log final directory unless we actually made it.
10099         Refactor to avoid duplicate code to fix up permissions.
10100         Don't attempt to fix up parent permissions if chdir($PWD) fails.
10101
10102         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
10103         to make it a bit faster and (I hope) clearer.
10104         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
10105         Fix bug in formats like %2N.
10106
10107         * lib/verify.h: New file.
10108
10109 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10110
10111         Sync from coreutils.
10112         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
10113
10114 2005-09-22  Jim Meyering  <jim@meyering.net>
10115
10116         Sync from coreutils.
10117
10118         * m4/lstat.m4 (gl_FUNC_LSTAT):
10119         Use AC_LIBSOURCES to require lstat.c and lstat.h.
10120         Remove obsolete comment.
10121         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
10122         * m4/xstrtod.m4: Likewise.
10123
10124         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
10125
10126 2005-09-22  Jim Meyering  <jim@meyering.net>
10127
10128         Sync from coreutils.
10129
10130         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
10131
10132         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
10133         the .tm_year member, since otherwise gcc-4.0 would now warn about
10134         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
10135
10136         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
10137         order to avoid an unsuppressible warning from gcc on 64-bit systems.
10138
10139         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
10140         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
10141         when run in a time zone for which daylight savings time is in effect
10142         for the starting date.
10143
10144         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
10145         stop us from restricting permissions of just-created absolute-named
10146         directories.
10147         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
10148         to restore initial working directory.
10149         * lib/mkdir-p.c (make_dir_parents): New parameter:
10150         different_working_dir, to tell caller if/when we change the working
10151         directory and are unable to return to the initial one.
10152         * lib/mkdir-p.h (make_dir_parents): Update prototype.
10153         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
10154         `return false'.  This fixes a bug introduced on 2004-07-30.
10155
10156         * lib/openat.c (fdopendir): Be sure to close the supplied
10157         file descriptor before returning.  This makes our replacement
10158         implementation a little closer to Solaris's, where fdopendir
10159         ties the file descriptor to the returned DIR* pointer.
10160         * lib/openat.c (unlinkat): New function.
10161         * lib/openat.h (unlinkat): Add prototype.
10162         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
10163         (openat_restore_fail): Rename from openat_restore_die.
10164         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
10165
10166         Provide an alternative to exiting immediately upon save_cwd or
10167         restore_cwd failure.  Now, an application can arrange e.g.,
10168         to perform a longjump in that case.
10169         * lib/openat.c: Include dirname.h.
10170         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
10171         (rpl_openat, fdopendir, fstatat): Call openat_save_die
10172         and openat_restore_die rather than calling error directly.
10173         Don't include "error.h" or "exitfail.h"; they're no longer needed.
10174
10175         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
10176         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
10177         define.
10178
10179         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
10180         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
10181                             int utc, int nanoseconds);
10182         Background:
10183         date should not have to allocate a megabyte of virtual memory to
10184         handle a format argument like +%1048575T.  When implemented with
10185         strftime, it must allocate such a buffer, use strftime to fill it
10186         in, print it, then free it.
10187         With fprintftime, it simply prints everything and exits.
10188         With no need for memory allocation, that's one fewer way to fail.
10189         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
10190         optional field width, not before, so we accept %9:z, not %:9z.
10191         (my_strftime): Be sure to use L_('x') for literals.
10192
10193         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
10194         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
10195         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
10196         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
10197         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
10198         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
10199         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
10200         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
10201         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
10202         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
10203         * lib/xgethostname.c, lib/xreadlink.c:
10204         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
10205
10206         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
10207         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
10208         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
10209         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
10210         and don't include <sys/file.h>).
10211
10212 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
10213
10214         Sync from coreutils.
10215
10216         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
10217         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
10218         [!LDAV_DONE]: Avoid unused variable warning.
10219
10220 2005-09-21  Bruno Haible  <bruno@clisp.org>
10221
10222         * lib/unicodeio.h (unicode_to_mb): New declaration.
10223
10224 2005-09-20  Derek Price  <derek@ximbiot.com>
10225
10226         * lib/getaddrinfo.c: Don't include <netdb.h> included from
10227         getaddrinfo.h.
10228
10229 2005-09-20  Bruno Haible  <bruno@clisp.org>
10230
10231         * gnulib-tool: Remove trailing slashes from the values specified for
10232         --source-base, --m4-base, --tests-base, --aux-dir.
10233         Suggested by Simon Josefsson <jas@extundo.com>.
10234
10235 2005-09-20  Bruno Haible  <bruno@clisp.org>
10236
10237         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
10238         func_modules_to_filelist, func_import, func_create_testdir): Make all
10239         sorting results locale-independent, so that gnulib-cache.m4 doesn't
10240         change when gnulib-tool is invoked in a different locale.
10241
10242 2005-09-19  Simon Josefsson  <jas@extundo.com>
10243
10244         * m4/socklen.m4: Fix typo.
10245
10246 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10247
10248         Use a consistent style for including <config.h>.
10249         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
10250         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
10251         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
10252         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
10253         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
10254         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
10255         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
10256         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
10257         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
10258         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
10259         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
10260         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
10261         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
10262         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
10263         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
10264         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
10265         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
10266         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
10267         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
10268         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
10269         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
10270         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
10271         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
10272         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
10273         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
10274         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
10275         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
10276         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
10277         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
10278         lib/xstrtoumax.c, lib/yesno.c:
10279         Standardize inclusion of config.h.
10280         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
10281         lib/inttostr.h:  Removed inclusion of config.h from header files.
10282         * lib/inttostr.c:  Adjusted in-tree users.
10283         * lib/timespec.h: Remove superfluous warning to include config.h.
10284         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
10285         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
10286         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
10287         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
10288         config.h with HAVE_CONFIG_H.
10289
10290 2005-09-19  Jim Meyering  <jim@meyering.net>
10291
10292         * modules/pathmax (License): Change to LGPL.
10293
10294 2005-09-19  Derek Price  <derek@ximbiot.com>
10295
10296         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
10297
10298 2005-09-19  Bruno Haible  <bruno@clisp.org>
10299
10300         * gnulib-tool (import): Provide default for --tests-base.
10301
10302 2005-09-19  Bruno Haible  <bruno@clisp.org>
10303
10304         * doc/quote.texi: New file, extracted from gnulib.texi.
10305         * doc/ctime.texi: New file, extracted from gnulib.texi.
10306         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
10307         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
10308         * doc/gnulib.texi: Include them.
10309
10310 2005-09-18  Bruno Haible  <bruno@clisp.org>
10311
10312         Portability fix.
10313         * gnulib-tool (func_readlink): New function.
10314         (func_ln_if_changed): Use it.
10315
10316 2005-09-18  Bruno Haible  <bruno@clisp.org>
10317
10318         * gnulib-tool: Support --with-tests also with --import.
10319         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
10320         (func_import): Use variables $testsbase and $inctests. Emit a
10321         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
10322         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
10323         SUBDIRS += $testsdir.
10324         (func_create_testdir): Update.
10325
10326 2005-09-18  Bruno Haible  <bruno@clisp.org>
10327
10328         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
10329         instead of $dry_run.
10330         (func_cp_if_changed, func_mv_if_changed): Remove functions.
10331         (func_ln_if_changed): Don't handle dry-run here.
10332         (func_import): In dry-run mode, detect more precisely which actions
10333         would be performed, and don't use "...ing" verbs.
10334
10335 2005-09-18  Bruno Haible  <bruno@clisp.org>
10336
10337         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
10338         (func_import): Use join on two temporary files instead of three nested
10339         loops, in order to determine which files are new or old.
10340
10341 2005-09-18  Bruno Haible  <bruno@clisp.org>
10342
10343         * gnulib-tool (func_import): Comment out code that spits out the
10344         new files with --dry-run.
10345
10346 2005-09-18  Bruno Haible  <bruno@clisp.org>
10347
10348         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
10349
10350 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10351
10352         * lib/stat-time.h: New file.
10353         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
10354         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
10355         in a different way.
10356         (timespec_cmp): New function.
10357         * lib/utimecmp.c: Include stat-time.h.
10358         (SYSCALL_RESOLUTION): Depend on whether various struct stat
10359         members exist, not on the obsolescent ST_MTIM_NSEC.
10360         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
10361
10362 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10363
10364         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
10365
10366 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10367
10368         * MODULES.html.sh (File system functions): Add stat-time.
10369         * modules/stat-time: New file.
10370         * modules/timespec (Files): Remove m4/st_mtim.m4; this
10371         is now done in a different way, by the stat-time module.
10372         * modules/utimecmp (Depends-on): Add stat-time.
10373
10374 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10375
10376         * m4/st_mtim.m4: Remove.  Superseded by...
10377         * m4/stat-time.m4: New file.
10378         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
10379         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
10380
10381 2005-09-15  Derek Price  <derek@ximbiot.com>
10382
10383         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
10384
10385 2005-09-15  Derek Price  <derek@ximbiot.com>
10386
10387         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
10388         * lib/regex_internal.c: Ditto, using this...
10389         (__GNUC_PREREQ): ...new macro.
10390         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
10391         using...
10392         (__GNUC_PREREQ): ...this new macro.
10393
10394         * lib/strstr.h: Include string.h. Define strstr as a macro here.
10395
10396 2005-09-15  Derek Price  <derek@ximbiot.com>
10397             Paul Eggert  <eggert@cs.ucla.edu>
10398
10399         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
10400         changes, consolidating in...
10401         * lib/regex_internal.h: ...this file.
10402
10403 2005-09-13  Jim Meyering  <jim@meyering.net>
10404
10405         * lib/canon-host.c: Filter through gnu indent and reword comments
10406         slightly.
10407         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
10408
10409 2005-09-13  Derek Price  <derek@ximbiot.com>
10410
10411         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
10412         failure.
10413         Reported by Jim Meyering  <jim@meyering.net>.
10414
10415 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10416
10417         * lib/base64.c: Typo.
10418         (base64_encode): Put b64str in initialized data section.
10419
10420 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10421
10422         Merge glibc and coreutils changes into gnulib, plus a few
10423         extra fixes.
10424         * lib/md5.c: Use #error rather than a string.
10425         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
10426         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
10427         (__attribute__): Define to empty for non recent-GCC.
10428         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
10429         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
10430         Renamed from their non-__ counterparts, with new macros replacing
10431         them if not _LIBC.  Add __THROW attribute.
10432         (rol): Remove.
10433         (struct md5_ctx): Align buffer if using GCC.
10434         * lib/sha1.h (struct sha1_ctx): Likewise.
10435         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
10436         The old name was backwards.
10437         (NOTSWAP): Remove; not used.
10438         (rol): New macro, moved here from md5.h.
10439         (sha1_process_block): Remove a FIXME that doesn't make sense.
10440
10441 2005-09-12  Derek Price  <derek@ximbiot.com>
10442
10443         Return usable errors from canon-host.
10444         * lib/canon-host.h: New file.
10445         * lib/canon-host.c (canon_host): Wrap...
10446         (canon_host_r): ...this new function, which now relies exclusively on
10447         getaddrinfo.
10448         (ch_strerror): New function.
10449         (last_cherror): New global.
10450         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
10451         interface.
10452         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
10453         void *.
10454         (freeaddrinfo): Free ai->ai_canonname when set.
10455
10456 2005-09-12  Derek Price  <derek@ximbiot.com>
10457
10458         Make canon-host require getaddrinfo.
10459         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
10460         AC_LIBSOURCE canon-host.h.  Call...
10461         (gl_PREREQ_CANON_HOST): ...this new function, which requires
10462         gl_GETADDRINFO.
10463         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
10464
10465 2005-09-12  Derek Price  <derek@ximbiot.com>
10466
10467         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
10468         LGPL.
10469         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
10470
10471 2005-09-12  Derek Price  <derek@ximbiot.com>
10472
10473         * lib/gai_strerror.c: Include config.h when available.  Include
10474         getaddrinfo.h before other headers to test interface.
10475         Reported by Larry Jones <lawrence.jones@ugs.com>.
10476
10477 2005-09-12  Derek Price  <derek@ximbiot.com>
10478             Paul Eggert  <eggert@cs.ucla.edu>
10479
10480         * modules/glob (Files): Add glob-libc.h.
10481
10482 2005-09-12  Derek Price  <derek@ximbiot.com>
10483             Paul Eggert  <eggert@cs.ucla.edu>
10484
10485         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
10486         glob_.h, glob-libc.h.
10487         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
10488
10489 2005-09-12  Derek Price  <derek@ximbiot.com>
10490             Paul Eggert  <eggert@cs.ucla.edu>
10491
10492         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
10493         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
10494         protecting things that should be done only in gnulib contexts.
10495         * lib/glob_.h: New file, containing only the glob things needed for
10496         gnulib.
10497         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
10498         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
10499         (glob, globfree, glob_pattern_p): Now defined simply in terms of
10500         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
10501         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
10502         and to respect the namespace rules better.
10503
10504 2005-09-08  Simon Josefsson  <jas@extundo.com>
10505
10506         * modules/socklen: New file.
10507
10508 2005-09-08  Simon Josefsson  <jas@extundo.com>
10509
10510         * m4/socklen.m4: New file.
10511
10512 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10513
10514         * modules/utimens (Files): Add m4/utimbuf.m4, since
10515         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
10516         Reported by Sergey Poznyakoff.
10517
10518 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10519
10520         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
10521         definitions, since that's the preferred style in glibc.
10522         Fix a minor spacing issue, and update copyright notice to match
10523         glibc's.
10524
10525 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10526
10527         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
10528
10529 2005-09-06  Simon Josefsson  <jas@extundo.com>
10530
10531         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
10532         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
10533
10534 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10535
10536         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
10537         warning.
10538
10539 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10540
10541         * config/srclist.txt: Add glibc bug 1302.
10542
10543 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
10544
10545         Change bitset word type from unsigned int to unsigned long int,
10546         as this has better performance on typical 64-bit hosts.
10547         Port bitset code to hosts with unusual word sizes.
10548         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
10549         (build_collating_symbol):
10550         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
10551         argument is a bitset.  This is merely a style issue, but it makes
10552         it clearer that an entire array is expected.
10553         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
10554         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
10555         Port to the case where bitset_word is not the same as unsigned int.
10556         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10557         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
10558         Likewise.
10559         * lib/regexec.c (check_dst_limits_calc_pos_1,
10560         check_subexp_matching_top):
10561         (build_trtable, group_nodes_into_DFAstates):
10562         Likewise.
10563         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
10564         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
10565         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
10566         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
10567         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
10568         * lib/regcomp.c (optimize_subexps, lower_subexp):
10569         Work even if bitset_word has holes in its bitwise representation.
10570         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
10571         * lib/regexec.c (check_dst_limits_calc_pos_1,
10572         check_subexp_matching_top):
10573         Likewise.
10574         * lib/regex_internal.c (re_string_reconstruct):
10575         Don't assume UCHAR_MAX == 255.
10576         * lib/regex_internal.h (bitset_set_all): Likewise.
10577         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
10578         All uses changed.
10579         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
10580         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
10581         All uses changed.
10582         (BITSET_WORD_MAX): New macro.
10583         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
10584         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
10585         (bitset_empty, bitset_copy):
10586         Prefer sizeof (bitset) to multiplying it out ourselves.
10587         (bitset_not_merge): Remove; unused.
10588         (bitset_contain): Return bool, not unsigned int with one bit on.
10589         All callers changed.
10590         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
10591         alignment than re_node_set; do this by defining a new internal
10592         type struct dests_alloc and using it to allocate memory.
10593
10594 2005-09-05  Bruno Haible  <bruno@clisp.org>
10595
10596         * gnulib-tool (func_import): Fix comparison in handling of symbolic
10597         links.
10598
10599 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
10600
10601         * modules/size_max (Makefile.am): Add size_max.h
10602
10603 2005-09-04  Derek Price  <derek@ximbiot.com>
10604
10605         * gnulib-tool (func_import): Fix reversed $symbolic logic.
10606
10607 2005-09-03  Simon Josefsson  <jas@extundo.com>
10608
10609         * gnulib-tool: Fix typo.
10610
10611 2005-09-03  Simon Josefsson  <jas@extundo.com>
10612
10613         * config/srclist.txt: Add glibc bug 1293.
10614
10615 2005-09-03  Derek Price  <derek@ximbiot.com>
10616
10617         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
10618         From Larry Jones <lawrence.jones@ugs.com>.
10619
10620 2005-09-02  Simon Josefsson  <jas@extundo.com>
10621
10622         * modules/socklen: New file.
10623
10624 2005-09-02  Simon Josefsson  <jas@extundo.com>
10625
10626         * modules/havelib: New module.
10627
10628         * modules/gettext, modules/iconv, modules/lock, modules/readline:
10629         Use havelib.
10630
10631 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10632
10633         Check for arithmetic overflow when calculating sizes, to prevent
10634         some buffer-overflow issues.  These patches are conservative, in the
10635         sense that when I couldn't determine whether an overflow was possible,
10636         I inserted a run-time check.
10637         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
10638         macros.
10639         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
10640         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
10641         (re_xnrealloc, re_x2nrealloc): New inline functions.
10642         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
10643         parse_bracket_exp):
10644         (build_equiv_class, build_charclass): Check for arithmetic overflow
10645         in size expression calculations.
10646         * lib/regex_internal.c (re_string_realloc_buffers):
10647         (build_wcs_upper_buffer, re_node_set_add_intersect):
10648         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
10649         (re_dfa_add_node, register_state): Likewise.
10650         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
10651         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
10652         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
10653         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
10654
10655 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10656
10657         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
10658         m4/ulonglong.m4.  Problem reported by Martin Lambers.
10659
10660 2005-09-02  Bruno Haible  <bruno@clisp.org>
10661
10662         Support for lib vs. lib64 distinction on biarch platforms.
10663         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
10664         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
10665         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
10666
10667 2005-09-02  Bruno Haible  <bruno@clisp.org>
10668
10669         * gnulib-tool (import): In the other first-use case, provide defaults
10670         as well.
10671
10672 2005-09-02  Bruno Haible  <bruno@clisp.org>
10673
10674         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
10675         patches not yet found in the latest gettext release.
10676
10677 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10678
10679         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
10680         to avoid a collision with bits/local_lim.h in glibc.
10681         All uses changed.  Problem reported by Dmitry V. Levin in
10682         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
10683
10684         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
10685         bugs in int versus size_t comparisons.
10686         (re_string_context_at): Fix bug where the code assumed that
10687         Idx is signed.
10688
10689         Use bool where appropriate.
10690         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
10691         All callers changed.
10692         (calc_eclosure_iter): Likewise, for ROOT arg.
10693         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
10694         (build_charclass_op): Likewise, for NON_MATCH arg.
10695         * lib/regex_internal.c (re_string_allocate, re_string_construct):
10696         (re_string_construct_common): Likewise, for ICASE arg.
10697         * lib/regexec.c (re_search_2_stub, re_search_stub):
10698         Likewise, for RET_LEN arg.
10699         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
10700         (set_regs): Likewise, for FL_BACKTRACK arg.
10701         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
10702         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
10703         (calc_eclosure_iter, parse_bracket_exp):
10704         Use bool for internal variables that are booleans.
10705         * lib/regexec.c (re_search_internal, check_matching,
10706         proceed_next_node):
10707         (set_regs, build_sifted_states, sift_states_bkref):
10708         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
10709         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10710         (find_collation_sequence_value):
10711         Likewise.
10712         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
10713         (re_node_set_compare):
10714         Return bool, not int. All callers changed.
10715         * lib/regexec.c (check_halt_node_context, check_dst_limits):
10716         (build_trtable, check_node_accept): Likewise.
10717         * lib/regex_internal.h: Include stdbool.h.
10718
10719         Fix bugs uncovered when converting to bool.
10720         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
10721         failure instead of charging ahead blindly.
10722         * lib/regex_internal.c (register_state): Likewise.
10723         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
10724         for freeing internal storage.
10725         (group_nodes_into_DFA_states): Use unsigned int, not int, for
10726         bitset pieces used as boolean, to avoid undefined behavior
10727         on hosts that do int overflow checking.
10728
10729 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10730
10731         * config/srclist.txt: Add glibc bugs 1285-1287.
10732
10733 2005-09-01  Jim Meyering  <jim@meyering.net>
10734
10735         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
10736         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
10737         Require gl_STAT_MACROS, too.
10738
10739 2005-09-01  Bruno Haible  <bruno@clisp.org>
10740
10741         * gnulib-tool (import): In the first-use case, provide defaults.
10742
10743 2005-09-01  Bruno Haible  <bruno@clisp.org>
10744
10745         * gnulib-tool (func_import): Remove the .tmp files.
10746
10747 2005-09-01  Bruno Haible  <bruno@clisp.org>
10748
10749         * gnulib-tool (func_import): Fix handling of symbolic links.
10750
10751 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10752
10753         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
10754         old glibc regex code mishandles strings longer than 2**31 bytes.
10755         This patch fixes this when the regex code is used in gnulib
10756         (i.e., outside glibc).
10757
10758         This patch should not affect the use of the regex code inside
10759         glibc.  No doubt this problem also needs to be handled for glibc
10760         as well, but the result will be an incompatible change to the
10761         glibc ABI, and the old ABI will have to be supported too.  That
10762         can be the the subject for another patch.
10763
10764         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
10765         governing whether the rest of this patch is active.  By default,
10766         the macro is disabled and the patch has no effect.
10767         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
10768         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
10769         (struct re_pattern_buffer, re_search, re_search_2, re_match):
10770         (re_match_2, re_set_registers): Use the new types.
10771         * lib/regex_internal.h (Idx, re_hashval_t): New types.
10772         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
10773         New macros.
10774         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
10775         (re_string_context_at, bin_tree_t, re_dfastate_t):
10776         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
10777         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
10778         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
10779         (re_string_char_size_at, re_string_wchar_at):
10780         (re_string_elem_size_at):
10781         Use the new types and macros to port to 64-bit hosts.
10782         Use unsigned types for internal values, so that the code
10783         mostly works even for arrays larger than SSIZE_MAX.
10784         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
10785         (search_duplicated_node, calc_eclosure_iter, fetch_number):
10786         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
10787         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
10788         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
10789         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
10790         (calc_inveclosure, parse_dup_op, build_range_exp):
10791         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
10792         (fetch_number, create_token_tree, mark_opt_subexp):
10793         Likewise.
10794         * lib/regex_internal.c (re_string_construct_common,
10795         create_ci_newstate):
10796         (create_cd_newstate, re_string_allocate, re_string_construct):
10797         (re_string_realloc_buffers, build_wcs_upper_buffer):
10798         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10799         (re_string_reconstruct, re_string_peek_byte_case):
10800         (re_string_fetch_byte_case, re_string_context_at):
10801         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10802         (re_node_set_init_copy, re_node_set_add_intersect):
10803         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10804         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10805         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10806         (re_acquire_state, re_acquire_state_context, register_state):
10807         Likewise.
10808         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
10809         search_cur_bkref_entry):
10810         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
10811         (re_search_internal, re_search_2_stub, re_search_stub)
10812         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
10813         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
10814         (update_cur_sifted_state, check_dst_limits):
10815         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10816         (check_subexp_limits, sift_states_bkref, merge_state_array):
10817         (check_subexp_matching_top, get_subexp, get_subexp_sub):
10818         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
10819         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10820         (expand_bkref_cache, check_node_accept_bytes):
10821         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
10822         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
10823         (acquire_init_state_context, check_halt_node_context):
10824         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
10825         (sift_states_backward, clean_state_log_if_needed):
10826         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
10827         (find_recover_state, transit_state_sb, transit_state_mb):
10828         (transit_state_bkref, build_trtable, match_ctx_clean):
10829         Likewise.
10830         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
10831         to work around an assumption that REG_MISSING is negative.
10832
10833         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
10834         (seek_collating_symbol_entry) [defined _LIBC]:
10835         (lookup_collation_sequence_value) [defined _LIBC]:
10836         (build_range_exp, build_collating_symbol) [defined _LIBC]:
10837         Use prototypes rather than old-style function definitions.
10838         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
10839         (transit_state_sb) [0]:
10840         (find_collation_sequence_value) [defined _LIBC]: Likewise.
10841
10842         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
10843         rm_eo.
10844
10845         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
10846         (optimize_subexps, lower_subexp):
10847         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
10848         since the signed shift might overflow.  Use 1u<<31 instead.
10849         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10850         Likewise.
10851         * lib/regexec.c (check_dst_limits_calc_pos_1,
10852         check_subexp_matching_top): Likewise.
10853
10854         * lib/regcomp.c (optimize_subexps, lower_subexp):
10855         Use CHAR_BIT rather than 8, for clarity.
10856         * lib/regexec.c (check_dst_limits_calc_pos_1):
10857         (check_subexp_matching_top): Likewise.
10858         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
10859         have to worry about portability issues when shifting it left.
10860         Remove no-longer-needed test for table_size > 0.
10861         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
10862         in a word, as the resulting behavior is undefined.
10863         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
10864         in one case, a <= should have been an <, and in another case the
10865         whole test was missing.
10866         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
10867         the standard name CHAR_BIT.
10868         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
10869         this is not true on one's complement and signed-magnitude hosts.
10870
10871         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
10872         next_last_offset.
10873         (struct re_dfa_t): Remove unused member states_alloc.
10874         * lib/regcomp.c (init_dfa): Don't initialize unused members.
10875
10876 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10877
10878         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
10879         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
10880         and large-file glibc and in 32-bit large-file Solaris.
10881
10882 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10883
10884         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
10885         lengths fit in regoff_t; this isn't true if regoff_t is the same
10886         width as size_t.
10887         * lib/regex.c (re_search_internal): 5th arg is LAST_START
10888         (= START + RANGE) instead of RANGE.  This avoids overflow
10889         problems when regoff_t is the same width as size_t.
10890         All callers changed.
10891         (re_search_2_stub): Check for overflow when adding the
10892         sizes of the two strings.
10893         (re_search_stub): Check for overflow when adding START
10894         to RANGE; if it occurs, substitute the extreme value.
10895
10896 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10897
10898         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
10899
10900 2005-08-31  Jim Meyering  <jim@meyering.net>
10901
10902         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
10903         a pointer-to-const.
10904         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
10905         (register_state): Likewise.
10906         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
10907         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10908         (group_nodes_into_DFAstates): Likewise.
10909
10910 2005-08-31  Jim Meyering  <jim@meyering.net>
10911
10912         * check-module: Add a FIXME comment.
10913
10914 2005-08-31  Eric Blake  <ebb9@byu.net>
10915
10916         * modules/unistd-safer (Files): Add unistd--.h.
10917         * modules/stdio-safer (Files): Add stdio--.h.
10918
10919 2005-08-31  Derek Price  <derek@ximbiot.com>
10920
10921         * lib/getdelim.c (getdelim): Return EOF on EOF.
10922         Reported by Larry Jones <lawrence.jones@ugs.com>.
10923
10924 2005-08-31  Bruno Haible  <bruno@clisp.org>
10925
10926         Avoid unnecessary diffs in the generated lib/Makefile.am.
10927         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
10928         the generated files.
10929         (func_import): Don't set cmd.
10930
10931 2005-08-31  Bruno Haible  <bruno@clisp.org>
10932
10933         * lib/strstr.c: Include <stddef.h>, for NULL.
10934         * lib/strcasestr.c: Likewise.
10935         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10936
10937 2005-08-31  Bruno Haible  <bruno@clisp.org>
10938
10939         * gnulib-tool: New option --macro-prefix.
10940         (func_import): Use macro_prefix.
10941         (import): Handle option --macro-prefix.
10942
10943 2005-08-31  Bruno Haible  <bruno@clisp.org>
10944
10945         * gnulib-tool (import): Rename most ac_* variables to cached_*.
10946         Also use new variables cached_lgpl, cached_libtool.
10947
10948 2005-08-31  Bruno Haible  <bruno@clisp.org>
10949
10950         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
10951         always instantiating them.
10952
10953 2005-08-31  Bruno Haible  <bruno@clisp.org>
10954
10955         * gnulib-tool (func_import): Read the previous cached settings
10956         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
10957         earlier added by gnulib but are now dropped. Warn when a gnulib file
10958         overwrites a non-gnulib file.
10959
10960 2005-08-31  Bruno Haible  <bruno@clisp.org>
10961
10962         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
10963         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
10964         projects that don't keep autogenerated files in CVS. Put into
10965         actioncmd only the specified modules, not the transitive closure.
10966
10967 2005-08-31  Bruno Haible  <bruno@clisp.org>
10968
10969         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
10970         Create directories that shall be filled.
10971         (import): Don't look for gl_* macros in configure.ac. Recurse across
10972         all directories containing a gnulib-cache.m4 files, if meaningful.
10973
10974 2005-08-31  Bruno Haible  <bruno@clisp.org>
10975
10976         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
10977         (import): Set seen_libtool when we see gl_LIBTOOL.
10978
10979 2005-08-31  Bruno Haible  <bruno@clisp.org>
10980
10981         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
10982         declaration macro definitions from generated gnulib.m4.
10983
10984 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
10985
10986         * lib/iconvme.h: Add prototype for iconv_alloc.
10987
10988 2005-08-29  Simon Josefsson  <jas@extundo.com>
10989
10990         * lib/iconvme.c: Fix errno.
10991
10992 2005-08-29  Bruno Haible  <bruno@clisp.org>
10993
10994         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
10995         that it works when the directory contains spaces.
10996
10997 2005-08-29  Bruno Haible  <bruno@clisp.org>
10998
10999         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11000
11001 2005-08-29  Bruno Haible  <bruno@clisp.org>
11002
11003         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11004         Emit more advice.
11005
11006 2005-08-29  Bruno Haible  <bruno@clisp.org>
11007         and Stepan Kasal  <kasal@ucw.cz>
11008
11009         * check-module: If more parameters are given, check each of them
11010         separately; add more exceptions, as noted by Jim Meyering.
11011         (check_module): New procedure.
11012         (%exempt_header): Now contains all exceptions.
11013
11014 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11015
11016         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11017
11018 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11019
11020         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11021
11022 2005-08-28  Bruno Haible  <bruno@clisp.org>
11023
11024         * m4/gnulib-tool.m4: New file.
11025
11026 2005-08-27  Jim Meyering  <jim@meyering.net>
11027
11028         * modules/unistd-safer (Files): Add pipe-safer.c.
11029         * modules/fcntl-safer (Files): Add creat-safer.c.
11030
11031 2005-08-27  Jim Meyering  <jim@meyering.net>
11032
11033         * m4/stdlib-safer.m4: New file.  From coreutils.
11034         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11035         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11036         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11037         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11038         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11039
11040 2005-08-27  Jim Meyering  <jim@meyering.net>
11041
11042         * lib/fopen-safer.c: Merge minor changes from coreutils.
11043         * lib/dup-safer.c: Likewise.
11044         * lib/fd-safer.c: Likewise.
11045
11046         Merge from coreutils.
11047         * lib/stdio--.h: New file.
11048         * lib/stdlib--.h: New file.
11049         * lib/mkstemp-safer.c: New file.
11050
11051         GNU tar needs these.
11052         * lib/pipe-safer.c: New file.
11053         * lib/creat-safer.c: New file.
11054         * lib/fcntl--.h (creat): Define to creat_safer.
11055         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
11056         * lib/unistd--.h (pipe): Define to pipe_safer.
11057         * lib/unistd-safer.h: Declare pipe_safer.
11058
11059 2005-08-26  Simon Josefsson  <jas@extundo.com>
11060
11061         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
11062         Haible <bruno@clisp.org>.
11063
11064 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11065
11066         * lib/regex_internal.h: Remove all references to
11067         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
11068         or better.
11069         (bitset_not, bitset_merge, bitset_not_merge):
11070         (bitset_mask, re_string_allocate, re_string_construct):
11071         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
11072         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
11073         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
11074         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
11075         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11076         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11077         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
11078         (re_acquire_state_context):
11079         Remove unnecessary forward decls.
11080         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
11081         Put __attribute at function definition,
11082         now that the function decl has been removed.
11083         * lib/regex_internal.c (re_string_peek_byte_case):
11084         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
11085         Likewise.
11086
11087 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
11088
11089         * m4/regex.m4: Add AC_PREREQ(2.50).
11090         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
11091
11092 2005-08-25  Simon Josefsson  <jas@extundo.com>
11093
11094         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
11095         __fsetlocking.
11096
11097 2005-08-25  Simon Josefsson  <jas@extundo.com>
11098
11099         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
11100         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
11101         GLIBC specific code.
11102
11103 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11104
11105         Make regex safe for g++.  This fixes one real bug (an "err"
11106         that should have been "*err").  g++ problem reported by
11107         Sam Steingold.
11108         * lib/regex_internal.h (re_calloc): New macro, consistent with
11109         re_malloc etc.  All callers of calloc changed to use re_calloc.
11110         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
11111         not int.  All callers changed.
11112         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
11113         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
11114         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
11115         (find_recover_state): Change "err" to "*err"; this fixes what
11116         appears to be a real bug.
11117         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
11118         versus int.
11119
11120 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11121
11122         * modules/regex (Depends-on): Add malloc, since the code
11123         assumes that !malloc(0) means failure.
11124
11125 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11126
11127         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
11128
11129         alloca modernization/simplification for regex.
11130         * lib/regex.c: Remove portability cruft for alloca.  This no longer
11131         needs to be at the start of the file, and can be moved into
11132         regex_internal.h and simplified.
11133         * lib/regex_internal.h: Include <alloca.h>.
11134         (__libc_use_alloca) [!defined _LIBC]: New macro.
11135         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
11136         now works outside glibc.
11137
11138 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11139
11140         * config/srclist.txt: Add glibc bugs 1241, 1245.
11141
11142 2005-08-25  Jim Meyering  <jim@meyering.net>
11143
11144         * lib/open-safer.c: Include <config.h>.
11145         Otherwise, we'd lose LARGEFILE support in any file using
11146         e.g. "fcntl--.h"
11147
11148 2005-08-25  Bruno Haible  <bruno@clisp.org>
11149
11150         * m4/minmax.m4: Require autoconf 2.52.
11151         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
11152         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
11153         alternatives of translit over the alphabet.
11154         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
11155
11156 2005-08-24  Simon Josefsson  <jas@extundo.com>
11157
11158         * tests/test-getpass.c: New file.
11159
11160 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11161
11162         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
11163         for GNU regex features.
11164
11165 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11166
11167         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
11168         * lib/regex.h (regerror): Likewise.
11169
11170         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
11171         requires this.  (The code never needed it.)
11172
11173         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
11174         All uses of recently-renamed identifiers changed to use the new,
11175         POSIX-compliant names.  The code will build and run just fine
11176         without these changes, but it's better to eat our own dog food
11177         and use the standard-conforming names.
11178
11179         * lib/regex.h: Fix a multitude of POSIX name space violations.
11180         These changes have an effect only for programs that define
11181         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
11182         do not change anything for programs compiled in the normal way.
11183         Also, there is no effect on the ABI.
11184
11185         (_REGEX_SOURCE): New macro.
11186         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
11187         defined and _GNU_SOURCE is not; this fixes a name space violation.
11188
11189         Rename the following macros to obey POSIX requirements.
11190         The old names are still visible as macros if _REGEX_SOURCE is defined.
11191         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
11192         RE_BACKSLASH_ESCAPE_IN_LISTS.
11193         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
11194         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
11195         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
11196         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
11197         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
11198         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
11199         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
11200         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
11201         (REG_INTERVALS): renamed from RE_INTERVALS.
11202         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
11203         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
11204         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
11205         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
11206         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
11207         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
11208         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
11209         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
11210         RE_UNMATCHED_RIGHT_PAREN_ORD.
11211         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
11212         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
11213         (REG_DEBUG): renamed from RE_DEBUG.
11214         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
11215         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
11216         unusual, since we can't clash with the POSIX REG_ICASE.
11217         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
11218         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
11219         (REG_NO_SUB): renamed from RE_NO_SUB.
11220         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
11221         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
11222         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
11223         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
11224         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
11225         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
11226         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
11227         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
11228         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
11229         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
11230         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
11231         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
11232         RE_SYNTAX_POSIX_MINIMAL_BASIC.
11233         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
11234         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
11235         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
11236         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
11237         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
11238         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
11239         (REG_FIXED): Renamed from REGS_FIXED.
11240         (REG_NREGS): Renamed from RE_NREGS.
11241
11242         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
11243         of other REG_* macros, since POSIX says the user is allowed to
11244         #undef these macros selectively.
11245
11246         (reg_errcode_t): Update comment stating what other tables need
11247         to be consistent.
11248
11249         Rename the following enum values to obey POSIX requirements.
11250         The old names are still visible as macros.
11251         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
11252         is not defined, since GNU is supposed to be a superset of POSIX as
11253         much as possible, and since we want reg_errcode_t to be a signed
11254         type for implementation consistency.
11255         (_REG_NOERROR): Renamed from REG_NOERROR.
11256         (_REG_NOMATCH): Renamed from REG_NOMATCH.
11257         (_REG_BADPAT): Renamed from REG_BADPAT.
11258         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
11259         (_REG_ECTYPE): Renamed from REG_ECTYPE.
11260         (_REG_EESCAPE): Renamed from REG_EESCAPE.
11261         (_REG_ESUBREG): Renamed from REG_ESUBREG.
11262         (_REG_EBRACK): Renamed from REG_EBRACK.
11263         (_REG_EPAREN): Renamed from REG_EPAREN.
11264         (_REG_EBRACE): Renamed from REG_EBRACE.
11265         (_REG_BADBR): Renamed from REG_BADBR.
11266         (_REG_ERANGE): Renamed from REG_ERANGE.
11267         (_REG_ESPACE): Renamed from REG_ESPACE.
11268         (_REG_BADRPT): Renamed from REG_BADRPT.
11269         (_REG_EEND): Renamed from REG_EEND.
11270         (_REG_ESIZE): Renamed from REG_ESIZE.
11271         (_REG_ERPAREN): Renamed from REG_ERPAREN.
11272         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
11273         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
11274         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
11275         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
11276
11277         (_REG_RE_NAME, _REG_RM_NAME): New macros.
11278         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
11279         changed.  But support the old name if the new one is not defined
11280         and if _REGEX_SOURCE.
11281
11282         Change the following member names in struct re_pattern_buffer.
11283         The old names are still supported if !_REGEX_SOURCE.
11284         The new names are always supported, regardless of _REGEX_SOURCE.
11285         (re_buffer): Renamed from buffer.
11286         (re_allocated): Renamed from allocated.
11287         (re_used): Renamed from used.
11288         (re_syntax): Renamed from syntax.
11289         (re_fastmap): Renamed from fastmap.
11290         (re_translate): Renamed from translate.
11291         (re_can_be_null): Renamed from can_be_null.
11292         (re_regs_allocated): Renamed from regs_allocated.
11293         (re_fastmap_accurate): Renamed from fastmap_accurate.
11294         (re_no_sub): Renamed from no_sub.
11295         (re_not_bol): Renamed from not_bol.
11296         (re_not_eol): Renamed from not_eol.
11297         (re_newline_anchor): Renamed from newline_anchor.
11298
11299         Change the following member names in struct re_registers.
11300         The old names are still supported if !_REGEX_SOURCE.
11301         The new names are always supported, regardless of _REGEX_SOURCE.
11302         (rm_num_regs): Renamed from num_regs.
11303         (rm_start): Renamed from start.
11304         (rm_end): Renamed from end.
11305
11306         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
11307         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
11308         Prepend __ to parameter names.
11309
11310         Undo yesterday's changes.
11311
11312 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11313
11314         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
11315         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
11316         lib/regex.c.
11317
11318 2005-08-24  Jim Meyering  <jim@meyering.net>
11319
11320         Sync from coreutils.
11321         * m4/fcntl-safer.m4: New file.
11322
11323         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
11324         and object files for this module.
11325
11326 2005-08-24  Jim Meyering  <jim@meyering.net>
11327
11328         Sync from coreutils.
11329         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
11330
11331 2005-08-24  Jim Meyering  <jim@meyering.net>
11332
11333         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
11334         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
11335
11336 2005-08-24  Jim Meyering  <jim@meyering.net>
11337
11338         * modules/fcntl-safer: New module.
11339         * modules/fts (Depends-on): Add fcntl-safer.
11340         * MODULES.html.sh (File descriptor based Input/Output):
11341         Add fcntl-safer.
11342
11343 2005-08-24  Bruno Haible  <bruno@clisp.org>
11344
11345         Support for unit test modules.
11346         * modules/README: Mention tests modules.
11347         * modules/TEMPLATE-TESTS: New file.
11348         * gnulib-tool: New options --extract-tests-module, --with-tests and
11349         --tests-base (unused for the moment).
11350         (testsbase, inctests): New variables.
11351         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
11352         (func_verify_module): Exclude TEMPLATE-TESTS.
11353         (func_verify_nontests_module, func_verify_tests_module): New functions.
11354         (func_get_dependencies): Add implicit dependency for tests modules.
11355         (func_get_tests_module): New function.
11356         (func_modules_transitive_closure): When --with-tests was specified,
11357         include the unit tests as well, unless explicitly avoided.
11358         (func_emit_lib_Makefile_am): Ignore the tests modules here.
11359         (func_emit_tests_Makefile_am): New function.
11360         (func_create_testdir): When --with-tests was specified, emit a
11361         tests/ directory.
11362         * MODULES.html.sh (Future developments): Update.
11363
11364 2005-08-24  Bruno Haible  <bruno@clisp.org>
11365
11366         * modules/tls-tests: New file.
11367         * tests/test-tls.c: New file, from GNU gettext.
11368
11369 2005-08-24  Bruno Haible  <bruno@clisp.org>
11370
11371         * modules/lock-tests: New file.
11372         * tests/test-lock.c: New file, from GNU gettext.
11373
11374 2005-08-24  Bruno Haible  <bruno@clisp.org>
11375
11376         * lib/lock.h: Add multiple inclusion guard.
11377         * lib/tls.h: Add multiple inclusion guard.
11378
11379 2005-08-24  Bruno Haible  <bruno@clisp.org>
11380
11381         * gnulib-tool: Add support for the --aux-dir option to
11382         --create-testdir, --create-megatestdir, --test, --megatest.
11383         (func_create_testdir, func_create_megatestdir): Optionally emit a
11384         AC_CONFIG_AUX_DIR directive.
11385         (create-testdir, create-megatestdir, test, megatest): Provide a
11386         default value for $auxdir.
11387
11388 2005-08-24  Bruno Haible  <bruno@clisp.org>
11389
11390         * gnulib-tool (import): Use compound statement instead of subshell
11391         where possible.
11392
11393 2005-08-24  Bruno Haible  <bruno@clisp.org>
11394
11395         * gnulib-tool (import): Change --aux-dir default to "build-aux".
11396
11397 2005-08-24  Bruno Haible  <bruno@clisp.org>
11398
11399         * gnulib-tool (func_version): Update.
11400
11401 2005-08-24  Bruno Haible  <bruno@clisp.org>
11402
11403         * gnulib-tool (func_import, func_create_testdir,
11404         func_create_megatestdir): Quote all autoconf macro arguments.
11405
11406 2005-08-24  Bruno Haible  <bruno@clisp.org>
11407
11408         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
11409         option --force, because --force causes the aclocal.m4 of each
11410         subdirectory to be newer than the corresponding config.h.in.
11411
11412 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11413
11414         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
11415         All contents moved to gl_REGEX.
11416         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
11417         assume that it does.
11418
11419 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11420
11421         * lib/regex.h (REG_NOSYS)
11422         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
11423         Define, since POSIX requires it as of 2001.
11424         (_REG_ENOSYS)
11425         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
11426         New private symbol, used to keep the enum signed in all cases.
11427         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
11428         Youngman in
11429         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
11430
11431         * lib/regex_internal.c (re_string_skip_chars, register_state):
11432         (calc_state_hash):
11433         Remove forward decls; no longer needed now that we use prototypes.
11434         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
11435         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
11436         (clean_state_log_if_needed): Likewise.
11437
11438 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11439
11440         * config/srclist.txt: Add glibc bugs 1231-1233.
11441
11442 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11443
11444         Fix problems reported by Sam Steingold in
11445         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
11446         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
11447         assumed that reg_errcode_t is a signed type, which is not
11448         necessarily true if _XOPEN_SOURCE is not defined.
11449         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
11450         since some compilers warn about it otherwise.
11451
11452 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11453
11454         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
11455         (init_word_char, create_initial_state, duplicate_node_closure):
11456         (fetch_token, peek_token_bracket, build_range_exp):
11457         (build_collating_symbol): Remove forward decls; no longer needed
11458         now that we use prototypes.
11459
11460         * lib/regcomp.c:
11461         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
11462         (re_compile_fastmap_iter, regcomp, regerror, regfree):
11463         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
11464         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
11465         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
11466         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
11467         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
11468         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
11469         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
11470         (build_range_exp, build_collating_symbol, parse_bracket_exp):
11471         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
11472         (build_charclass, build_charclass_op, fetch_number, create_tree):
11473         (create_token_tree, mark_opt_subexp, duplicate_tree):
11474         Use prototypes rather than old-style definitions.
11475
11476         * lib/regex_internal.c:
11477         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
11478         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
11479         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11480         (re_string_reconstruct, re_string_peek_byte_case):
11481         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
11482         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11483         (re_node_set_init_copy, re_node_set_add_intersect):
11484         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11485         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11486         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11487         (re_acquire_state, re_acquire_state_context, register_state):
11488         (create_ci_newstate, create_cd_newstate, free_state):
11489         Likewise.
11490         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
11491         re_search_2):
11492         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
11493         (re_search_internal, prune_impossible_nodes):
11494         (acquire_init_state_context, check_matching, static):
11495         (check_halt_node_context, check_halt_state_context, proceed_next_node):
11496         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
11497         (update_regs, sift_states_backward, build_sifted_states):
11498         (clean_state_log_if_needed, merge_state_array):
11499         (update_cur_sifted_state, add_epsilon_src_nodes):
11500         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
11501         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
11502         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
11503         (find_recover_state, check_subexp_matching_top, transit_state_mb):
11504         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
11505         (check_arrival, check_arrival_add_next_nodes):
11506         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11507         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11508         (check_node_accept_bytes, check_node_accept, extend_buffers):
11509         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
11510         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
11511         (sift_ctx_init):
11512         Likewise.
11513
11514         * lib/regex_internal.h:
11515         (re_string_allocate, re_string_construct, re_string_reconstruct):
11516         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
11517         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
11518         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
11519         (re_string_context_at, re_string_peek_byte_case):
11520         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
11521         is defined, since we now use prototypes always.
11522
11523         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
11524         C89 or better.  All uses removed.
11525
11526 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11527
11528         * config/srclist.txt: Add glibc bugs 1220-1227.
11529
11530 2005-08-20  Jim Meyering  <jim@meyering.net>
11531
11532         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
11533         of unused local, dfa.
11534
11535 2005-08-20  Bruno Haible  <bruno@clisp.org>
11536
11537         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
11538
11539 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11540
11541         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
11542         (re_node_set_insert_last, re_dfa_add_node):
11543         Rename local variables to avoid GCC shadowing warnings.
11544
11545 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11546
11547         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
11548         [defined lint]: Suppress bogus uninitialized-variable warnings.
11549
11550         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
11551         and let the caller return REG_ESPACE if out of space.  This
11552         removes an uninitialied-variable warning with GCC 4.0.1, and also
11553         avoids taking the address of a local variable.  All callers
11554         changed.
11555
11556 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11557
11558         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
11559         $LIBCSRC/posix/regexec.c.
11560         Add glibc bug 1217 for regcomp.c.
11561
11562 2005-08-19  Jim Meyering  <jim@meyering.net>
11563
11564         * lib/regexec.c (proceed_next_node): Redo local variables to
11565         avoid GCC shadowing warnings.
11566
11567 2005-08-18  Bruno Haible  <bruno@clisp.org>
11568
11569         * lib/strstr.c (strstr): Fix return value in multibyte case.
11570         * lib/strcasestr.c (strcasestr): Likewise.
11571
11572 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11573
11574         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
11575
11576 2005-08-17  Jim Meyering  <jim@meyering.net>
11577
11578         Make the %s format (seconds since the epoch) work for a negative
11579         number and when used with a zero-padded field width, e.g. %015s.
11580
11581         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
11582         label so that it precedes the code to set `digits'.  Otherwise,
11583         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
11584         print `00-22'.  Now, it prints `-0022', as it should.
11585
11586 2005-08-17  Bruno Haible  <bruno@clisp.org>
11587
11588         * modules/strstr (Files): Add m4/mbrtowc.m4.
11589         (Depends-on): Add mbuiter.
11590
11591 2005-08-17  Bruno Haible  <bruno@clisp.org>
11592
11593         * modules/strcasestr: New file.
11594         * MODULES.html.sh (String handling, based on ANSI C 89): Add
11595         strcasestr.
11596
11597 2005-08-17  Bruno Haible  <bruno@clisp.org>
11598
11599         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
11600
11601 2005-08-17  Bruno Haible  <bruno@clisp.org>
11602
11603         * modules/mbuiter: New file.
11604         * MODULES.html.sh (Extended multibyte and wide character utilities):
11605         Add mbuiter.
11606
11607 2005-08-17  Bruno Haible  <bruno@clisp.org>
11608
11609         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
11610         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
11611
11612 2005-08-17  Bruno Haible  <bruno@clisp.org>
11613
11614         * m4/strcasestr.m4: New file.
11615
11616 2005-08-17  Bruno Haible  <bruno@clisp.org>
11617
11618         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
11619         * lib/strstr.c: Completely rewritten, with multibyte locale support.
11620
11621 2005-08-17  Bruno Haible  <bruno@clisp.org>
11622
11623         * lib/strcasestr.h: New file.
11624         * lib/strcasestr.c: New file.
11625
11626 2005-08-17  Bruno Haible  <bruno@clisp.org>
11627
11628         * lib/strcasecmp.c: Use mbuiter.h.
11629
11630 2005-08-17  Bruno Haible  <bruno@clisp.org>
11631
11632         * lib/mbuiter.h: New file.
11633
11634 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11635
11636         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
11637         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
11638         and gl_GETOPT are both invoked via different paths (as happens
11639         with GNU tar CVS because it uses both argp and getopt), the former
11640         wins.
11641
11642 2005-08-16  Bruno Haible  <bruno@clisp.org>
11643
11644         * modules/tls: New file.
11645         * MODULES.html.sh (Multithreading): Add tls.
11646
11647 2005-08-16  Bruno Haible  <bruno@clisp.org>
11648
11649         * modules/strnlen1: New file.
11650         * MODULES.html.sh (String handling): Add strnlen1.
11651
11652 2005-08-16  Bruno Haible  <bruno@clisp.org>
11653
11654         * modules/strcase (Files): Add m4/mbrtowc.m4.
11655         (Depends-on): Add strnlen1, mbchar.
11656
11657 2005-08-16  Bruno Haible  <bruno@clisp.org>
11658
11659         * modules/mbiter: New file.
11660         * MODULES.html.sh (Extended multibyte and wide character utilities):
11661         Add mbiter.
11662
11663 2005-08-16  Bruno Haible  <bruno@clisp.org>
11664
11665         * modules/mbfile: New file.
11666         * MODULES.html.sh (Extended multibyte and wide character utilities):
11667         Add mbfile.
11668
11669 2005-08-16  Bruno Haible  <bruno@clisp.org>
11670
11671         * modules/mbchar: New file.
11672         * MODULES.html.sh (Extended multibyte and wide character utilities):
11673         New section.
11674
11675 2005-08-16  Bruno Haible  <bruno@clisp.org>
11676
11677         * m4/tls.m4: New file, from GNU gettext.
11678
11679 2005-08-16  Bruno Haible  <bruno@clisp.org>
11680
11681         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
11682         always.
11683         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
11684
11685 2005-08-16  Bruno Haible  <bruno@clisp.org>
11686
11687         * m4/mbiter.m4: New file.
11688
11689 2005-08-16  Bruno Haible  <bruno@clisp.org>
11690
11691         * m4/mbfile.m4: New file.
11692
11693 2005-08-16  Bruno Haible  <bruno@clisp.org>
11694
11695         * m4/mbchar.m4: New file.
11696
11697 2005-08-16  Bruno Haible  <bruno@clisp.org>
11698
11699         * lib/tls.h: New file, from GNU gettext.
11700         * lib/tls.c: New file, from GNU gettext.
11701
11702 2005-08-16  Bruno Haible  <bruno@clisp.org>
11703
11704         * lib/strnlen1.h: New file.
11705         * lib/strnlen1.c: New file.
11706
11707 2005-08-16  Bruno Haible  <bruno@clisp.org>
11708
11709         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
11710         (mbi_init): Update.
11711         (mbi_avail, mbi_advance): Let the iteration end before the terminating
11712         NUL byte, not after it.
11713
11714 2005-08-16  Bruno Haible  <bruno@clisp.org>
11715
11716         * lib/strcase.h (strcasecmp): Add note in comments.
11717         * lib/strncasecmp.c: Use code from strcasecmp.c.
11718         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
11719         (strcasecmp): Work correctly in multibyte locales.
11720
11721 2005-08-16  Bruno Haible  <bruno@clisp.org>
11722
11723         * lib/mbiter.h: New file.
11724
11725 2005-08-16  Bruno Haible  <bruno@clisp.org>
11726
11727         * lib/mbfile.h: New file.
11728
11729 2005-08-16  Bruno Haible  <bruno@clisp.org>
11730
11731         * lib/mbchar.h: New file.
11732         * lib/mbchar.c: New file.
11733
11734 2005-08-16  Bruno Haible  <bruno@clisp.org>
11735
11736         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
11737         the valid ones. Makes the comparison operations transitive:
11738         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
11739         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
11740
11741 2005-08-15  Simon Josefsson  <jas@extundo.com>
11742
11743         * modules/ssize_t (License): Change to 'unlimited'.
11744
11745         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
11746
11747 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11748
11749         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
11750         Add comments for each pending glibc patch.
11751
11752 2005-08-15  Bruno Haible  <bruno@clisp.org>
11753
11754         * lib/regex.h (__restrict_arr): Don't define to __restrict if
11755         __cplusplus is defined.
11756
11757 2005-08-14  Jim Meyering  <jim@meyering.net>
11758
11759         Sync from coreutils.
11760
11761         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
11762         Use the hash-table-based cycle-detection code not just when
11763         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
11764         Reported by James Youngman in
11765         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
11766         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
11767         FTS_TIGHT_CYCLE_CHECK.
11768         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
11769         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
11770         once again.
11771         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
11772         * lib/fts.c (fd_safer): Remove decl.
11773         Include fcntl--.h rather than unistd-safer.h
11774         (fts_safe_changedir): Don't call fd_safer; no longer needed
11775         now that we include fcntl--.h.
11776
11777 2005-08-12  Simon Josefsson  <jas@extundo.com>
11778
11779         * modules/getndelim2: Use ssize_t module.
11780         * modules/getnline: Likewise.
11781         * modules/safe-read: Likewise.
11782         * modules/xreadlink: Likewise.
11783
11784         * modules/ssize_t: New file.
11785
11786 2005-08-12  Simon Josefsson  <jas@extundo.com>
11787
11788         * m4/readline.m4: Look for termcap, curses or ncurses if required.
11789
11790 2005-08-12  Simon Josefsson  <jas@extundo.com>
11791
11792         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11793         ssize_t.
11794
11795 2005-08-12  Simon Josefsson  <jas@extundo.com>
11796
11797         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
11798         readline, getdelim and check_version.
11799         (Support for systems lacking ISO C 99: Sizes of integer types):
11800         Add size_max.
11801
11802 2005-08-12  Bruno Haible  <bruno@clisp.org>
11803
11804         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
11805
11806 2005-08-11  Simon Josefsson  <jas@extundo.com>
11807
11808         * modules/readline: New file.
11809
11810         * modules/strnlen (Files): Add strnlen.h.
11811
11812 2005-08-11  Simon Josefsson  <jas@extundo.com>
11813
11814         * m4/readline.m4: New file.
11815
11816 2005-08-11  Simon Josefsson  <jas@extundo.com>
11817
11818         * lib/readline.h, readline.c: New file.
11819
11820 2005-08-11  Simon Josefsson  <jas@extundo.com>
11821
11822         * doc/gnulib.texi (Initial import, Finishing touches): Mention
11823         gl_AVOID.
11824
11825 2005-08-11  Bruno Haible  <bruno@clisp.org>
11826
11827         * lib/strnlen.h (strnlen): Change parameter name to match comment.
11828
11829 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
11830
11831         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
11832
11833 2005-08-10  Simon Josefsson  <jas@extundo.com>
11834
11835         * tests/test-iconvme.c: New file.
11836
11837 2005-08-10  Simon Josefsson  <jas@extundo.com>
11838
11839         * m4/strnlen.m4: New file.
11840
11841         * m4/strndup.m4: Don't check for strnlen declaration, done in
11842         strnlen.m4.
11843
11844 2005-08-10  Simon Josefsson  <jas@extundo.com>
11845
11846         * lib/strndup.c: Use strnlen.h.
11847
11848         * lib/strnlen.h: New file.
11849
11850 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11851
11852         * README: Typos.
11853
11854 2005-08-02  Simon Josefsson  <jas@extundo.com>
11855
11856         * modules/readline: New file.
11857
11858 2005-08-02  Simon Josefsson  <jas@extundo.com>
11859
11860         * modules/getdelim: New file.
11861
11862         * modules/getline: Rewrite, don't use getndelim2.
11863
11864 2005-08-02  Simon Josefsson  <jas@extundo.com>
11865
11866         * m4/getline.m4: Separate out getdelim stuff into separate module.
11867
11868         * m4/getdelim.m4: New file.
11869
11870 2005-08-02  Simon Josefsson  <jas@extundo.com>
11871
11872         * lib/getline.h, getline.c: Rewrite.
11873
11874         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
11875
11876 2005-07-31  Bruno Haible  <bruno@clisp.org>
11877
11878         * lib/lock.h (gl_lock_initializer): New macro.
11879         (gl_lock_define_initialized): Use it.
11880         (gl_rwlock_initializer): New macro.
11881         (gl_rwlock_define_initialized): Use it.
11882         (gl_recursive_lock_initializer): New macro.
11883         (gl_recursive_lock_define_initialized): Use it.
11884
11885 2005-07-30  Karl Berry  <karl@gnu.org>
11886
11887         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
11888         Report from Ben Pfaff, regarding getopt.
11889
11890 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
11891
11892         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
11893         normal way.
11894         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
11895         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
11896         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
11897         (gl_GETOPT): Use the new macros.  Most of the implementation
11898         is moved to the new macros.  This is for programs like Emacs
11899         that don't want all the functionality of gl_GETOPT.
11900
11901 2005-07-26  Bruno Haible  <bruno@clisp.org>
11902
11903         * m4/lock.m4: Update from GNU gettext.
11904
11905 2005-07-26  Bruno Haible  <bruno@clisp.org>
11906
11907         * lib/lock.h: Update from GNU gettext.
11908         * lib/lock.c: Update from GNU gettext.
11909
11910 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11911
11912         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
11913         obsolescent AC_TRY_RUN.  Include the default includes files, for
11914         'exit'.
11915
11916 2005-07-24  Bruno Haible  <bruno@clisp.org>
11917
11918         * modules/visibility: New file.
11919         * MODULES.html.sh (Misc): Add visibility.
11920
11921 2005-07-24  Bruno Haible  <bruno@clisp.org>
11922
11923         * m4/visibility.m4: New file.
11924
11925 2005-07-24  Bruno Haible  <bruno@clisp.org>
11926
11927         * doc/visibility.texi: New file.
11928
11929 2005-07-22  Bruno Haible  <bruno@clisp.org>
11930
11931         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
11932         $(ALLOCA_H), redundant through BUILT_SOURCES.
11933         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
11934         redundant through BUILT_SOURCES.
11935         * modules/byteswap (Makefile.am): Remove explicit dependency on
11936         $(BYTESWAP_H), redundant through BUILT_SOURCES.
11937         * modules/fnmatch (Makefile.am): Remove explicit dependency on
11938         $(FNMATCH_H), redundant through BUILT_SOURCES.
11939         * modules/getopt (Makefile.am): Remove explicit dependency on
11940         $(GETOPT_H), redundant through BUILT_SOURCES.
11941         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
11942         redundant through BUILT_SOURCES.
11943         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
11944         redundant through BUILT_SOURCES.
11945         * modules/stdbool (Makefile.am): Remove explicit dependency on
11946         $(STDBOOL_H), redundant through BUILT_SOURCES.
11947         * modules/stdint (Makefile.am): Remove explicit dependency on
11948         $(STDINT_H), redundant through BUILT_SOURCES.
11949         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
11950         Remove explicit dependency on $(SYSEXITS_H).
11951         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
11952
11953 2005-07-18  Simon Josefsson  <jas@extundo.com>
11954
11955         * lib/check-version.c (check_version): Accept identical versions too.
11956
11957 2005-07-18  Bruno Haible  <bruno@clisp.org>
11958
11959         * modules/lock: New file.
11960         * MODULES.html.sh (Multithreading): New section.
11961
11962 2005-07-18  Bruno Haible  <bruno@clisp.org>
11963
11964         * m4/lock.m4: New file, from GNU gettext.
11965
11966 2005-07-18  Bruno Haible  <bruno@clisp.org>
11967
11968         * lib/lock.h: New file, from GNU gettext.
11969         * lib/lock.c: New file, from GNU gettext.
11970
11971 2005-07-18  Bruno Haible  <bruno@clisp.org>
11972
11973         * lib/lock.h (gl_once_t): New type.
11974         (gl_once_define, gl_once): New macros.
11975         * lib/lock.c (fresh_once): New variable.
11976         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
11977         functions.
11978
11979 2005-07-16  Simon Josefsson  <jas@extundo.com>
11980
11981         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
11982         workaround, suggested by Bruno.
11983
11984 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11985
11986         * modules/xalloc (Depends-on): Add xalloc-die.
11987         * modules/xvasprintf (Depends-on): Add xalloc-die.
11988
11989 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11990
11991         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
11992         with a minor change.
11993
11994 2005-07-15  Bruno Haible  <bruno@clisp.org>
11995
11996         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
11997         When using lib/poll.c, define poll as rpl_poll.
11998
11999 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12000
12001         * modules/argp (Depends-on): Remove unlocked-io.
12002
12003 2005-07-14  Derek Price  <derek@ximbiot.com>
12004
12005         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12006         for glob symlink bug.
12007
12008 2005-07-14  Bruno Haible  <bruno@clisp.org>
12009
12010         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12011         Instead, test for *_unlocked function declarations directly.
12012
12013 2005-07-11  Simon Josefsson  <jas@extundo.com>
12014
12015         * modules/size_max: New file.
12016
12017         * modules/xsize: Depend on size_max module for size_max.m4.
12018
12019 2005-07-11  Simon Josefsson  <jas@extundo.com>
12020
12021         * lib/size_max.h: New file.
12022
12023 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12024
12025         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12026         copyright symbol and the year.
12027         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12028         (version_etc_va): Use parameterized copyright notice.
12029         Reword to conform to the current GNU coding standards.
12030
12031 2005-07-11  Karl Berry  <karl@gnu.org>
12032
12033         * doc/gnulib.texi (Quoting): new node.
12034         (Initial import): more info, from Patrice.
12035
12036 2005-07-11  Bruno Haible  <bruno@clisp.org>
12037
12038         * gnulib-tool (func_usage): Document option --avoid.
12039         (Command line options): Handle --avoid.
12040         (func_acceptable): New function.
12041         (func_modules_transitive_closure): Use it.
12042
12043 2005-07-11  Bruno Haible  <bruno@clisp.org>
12044
12045         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
12046         Reported by Jim Meyering.
12047
12048 2005-07-10  Bruno Haible  <bruno@clisp.org>
12049
12050         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
12051         Needed when size_t is smaller than 'unsigned int'.
12052         Reported by Paul Eggert.
12053
12054 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12055
12056         * modules/argp (Depends-on): Add unlocked-io
12057
12058 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12059
12060         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
12061         block of defines.
12062
12063 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12064
12065         * config/srclist.txt: Comment out regcomp.c, since we have a porting
12066         fix now.
12067
12068 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
12069         and Paul Eggert  <eggert@cs.ucla.edu>
12070
12071         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
12072         in wint_t, not wchar_t.  Remove now-unnecessary cast.
12073
12074 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12075
12076         * modules/regex (Files): Add lib/regex_internal.c,
12077         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
12078         (Depends-on): Add extensions.
12079         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
12080
12081 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12082
12083         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
12084         pathconf.
12085         * m4/same.m4 (gl_SAME): Likewise.
12086         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
12087
12088         * m4/regex.m4: Adjust to new libc regex implementation.
12089         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
12090         all the .c and .h parts of (the new) regex.
12091         Quote the m4 stuff better.
12092         Check for RE_ICASE bug of old gnulib.
12093         Check for REG_STARTEND of recent libc.
12094         Rename local variables from jm_* to gl_*.
12095         Quote operand of "test -f".
12096         Say "recent enough" version of libc, not "version 2".
12097         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
12098         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
12099         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
12100         Remove check for btowc, isascii.
12101         Require AM_LANGINFO_CODESET.
12102
12103 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12104
12105         * lib/regex.c, regex.h: Sync from libc.
12106         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
12107         * lib/regexec.c:
12108         New files, synced from libc, except that regex_internal.h
12109         currently has a small porting fix.
12110
12111 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12112
12113         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
12114         regex_internal.c, regexec.c.
12115         Add regex_internal.h too, but as a comment, since the libc version
12116         is currently broken in gnulib mode.
12117
12118 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12119
12120         Support programs like Emacs that use gnulib but not gettext.
12121         * MODULES.html.sh (Internationalization functions): Add gettext-h.
12122         * modules/gettext-h: New file.
12123         * modules/gettext (Files): Remove lib/gettext.h.
12124         (Depends-on): Add gettext-h.
12125         (Makefile.am): Remove lib_SOURCES.
12126         * modules/argmatch, modules/c-stack, modules/closeout:
12127         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
12128         * modules/execute, modules/file-type, modules/getaddrinfo:
12129         * modules/getopt, modules/human, modules/javacomp:
12130         * modules/javaexec, modules/mkdir-p, modules/obstack:
12131         * modules/openat, modules/pagealign_alloc, modules/pipe:
12132         * modules/quotearg, modules/regex, modules/rpmatch:
12133         * modules/unicodeio, modules/userspec, modules/version-etc:
12134         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
12135         * modules/xsetenv:
12136         Depend on gettext-h, not gettext.
12137
12138 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12139
12140         * gnulib-tool (func_import): Add support for 'public domain' license.
12141         * modules/alloca, modules/atexit, modules/memmove:
12142         Now public domain, not GPL.
12143         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
12144         * modules/realloc, modules/strerror, modules/strtod:
12145         Now LGPL, not GPL.
12146
12147 2005-07-05  Bruno Haible  <bruno@clisp.org>
12148
12149         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
12150         autoconf CVS. Needed for mingw.
12151
12152 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12153
12154         Remove the dependency of the strftime module on the tzset module.
12155         * modules/strftime (Depends-on): Remove dependency on tzset.
12156
12157 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12158
12159         Remove the dependency of the strftime module on the tzset module.
12160         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
12161         gl_FUNC_TZSET_CLOBBER.
12162
12163 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12164
12165         Remove the dependency of the strftime module on the tzset module.
12166         * lib/strftime.c (my_strftime)
12167         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
12168         Copy the input structure, to work around some of the bug with
12169         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
12170         Solaris releases, you should also use the tzset module, but we won't
12171         require it as a dependency any more since we don't want LGPLed code
12172         to depend on GPLed code.
12173
12174 2005-07-02  Jim Meyering  <jim@meyering.net>
12175
12176         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
12177         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
12178         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
12179         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
12180
12181 2005-07-02  Jim Meyering  <jim@meyering.net>
12182
12183         * lib/backupfile.c (backup_args): Change a `0' to NULL.
12184
12185 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12186
12187         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
12188         declares only 'struct timespec;' (!).
12189
12190 2005-07-01  Jim Meyering  <jim@meyering.net>
12191
12192         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
12193         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
12194         * lib/save-cwd.c, tempname.c:
12195         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12196         and don't include <sys/file.h>).
12197
12198 2005-06-29  Jim Meyering  <jim@meyering.net>
12199
12200         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
12201         type name.  Use the variable name instead.
12202         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
12203         Likewise.
12204
12205 2005-06-28  Simon Josefsson  <jas@extundo.com>
12206
12207         * modules/check-version (Files): Add check-version.m4.
12208
12209 2005-06-28  Simon Josefsson  <jas@extundo.com>
12210
12211         * m4/check-version.m4: New file, suggested by Jim Meyering
12212         <jim@meyering.net>.
12213
12214 2005-06-28  Simon Josefsson  <jas@extundo.com>
12215
12216         * lib/check-version.h, lib/check-version.c: New files.
12217
12218 2005-06-28  Simon Josefsson  <jas@extundo.com>
12219
12220         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
12221         collision with global variable.  Better indentation.  Don't
12222         increment buffer pointer beyond buffer end.  Based on comments
12223         from Paul Eggert <eggert@cs.ucla.edu>.
12224
12225         * lib/base64.h: Indent.
12226
12227 2005-06-28  Simon Josefsson  <jas@extundo.com>
12228
12229         * doc/gnulib.texi (Library version handling): New section.
12230
12231 2005-06-28  Jim Meyering  <jim@meyering.net>
12232
12233         * check-module (find_included_lib_files): Hard-code another
12234         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
12235         but modules/fts-lgpl (correctly) does not list those files.
12236
12237         * modules/canonicalize (Files): Add lib/pathmax.h.
12238
12239 2005-06-25  Simon Josefsson  <jas@extundo.com>
12240
12241         * modules/check-version: New file.
12242
12243 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
12244
12245         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
12246         initializer of struct addrinfo, as an indication that we don't
12247         care how many members the structure has.
12248
12249 2005-06-24  Derek Price  <derek@ximbiot.com>
12250         and Bruno Haible  <bruno@clisp.org>
12251
12252         Remove stat module & update lstat.
12253         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
12254         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
12255         * m4/stat.m4: Remove this file.
12256
12257 2005-06-24  Derek Price  <derek@ximbiot.com>
12258         and Bruno Haible  <bruno@clisp.org>
12259
12260         Remove stat module & update lstat.
12261         * lib/stat.c: Remove this file...
12262         (slash_aware_lstat): ...moving this content and its support...
12263         * lib/lstat.c (rpl_lstat): ...into here.
12264         * lib/lstat.h: New file.
12265
12266 2005-06-24  Derek Price  <derek@ximbiot.com>
12267         and Bruno Haible  <bruno@clisp.org>
12268
12269         Remove stat module & update lstat.
12270         * config/srclist.txt (libc sources): Remove stat.
12271
12272 2005-06-24  Derek Price  <derek@ximbiot.com>
12273         and Bruno Haible  <bruno@clisp.org>
12274
12275         Remove stat module & update lstat.
12276         * MODULES.html.sh (stat): Remove.
12277         * MODULES.html: Regenerated.
12278         * modules/lstat (Description): Correct function name.
12279         (Files): Add "lstat.h".
12280         (Depends-on): Remove stat, add xalloc, stat-macros.
12281         * modules/stat: Remove this file.
12282         (Include): Add "lstat.h", remove <sys/stat.h>.
12283
12284 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12285
12286         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
12287         (ranged_convert): Don't save conversion in a temporary struct.
12288         This causes a warning with GCC 4.0.0, and anyway in the typical
12289         case it's not worth the extra 100 bytes or so of code.
12290         (ranged_convert, __mktime_internal): When calling a function via a
12291         pointer P, use P () rather than (*P) (), as we now assume C89 or
12292         better.
12293
12294 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12295
12296         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
12297         "who -r" failed to give output.  Problem reported by Tim Waugh.
12298
12299         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
12300         (xcalloc): Use it to avoid needless tests.
12301         Problem reported by Jim Meyering.
12302
12303 2005-06-20  Derek Price  <derek@ximbiot.com>
12304
12305         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
12306         unnecessary for Autoconfs > 2.59c.
12307
12308 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12309
12310         * lib/argp.h (__option_is_short): Check upper limit of
12311         __key. Isprint() requires its argument to have the value
12312         of an unsigned char or EOF.
12313
12314 2005-06-16  Jim Meyering  <jim@meyering.net>
12315
12316         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
12317         when either N or S is zero.
12318
12319 2005-06-16  Derek Price  <derek@ximbiot.com>
12320
12321         * m4/bison.m4: Declare YACC & YFLAGS precious.
12322
12323 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12324
12325         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
12326         multibyte string or pattern, fall back on unibyte matching.
12327         Problem reported by James Youngman.
12328
12329 2005-06-08  Bruno Haible  <bruno@clisp.org>
12330
12331         * modules/csharpcomp: New file.
12332         * MODULES.html.sh (C#): Add csharpcomp.
12333
12334 2005-06-08  Bruno Haible  <bruno@clisp.org>
12335
12336         * m4/csharpcomp.m4: New file, from GNU gettext.
12337
12338 2005-06-08  Bruno Haible  <bruno@clisp.org>
12339
12340         * lib/csharpcomp.h: New file, from GNU gettext.
12341         * lib/csharpcomp.c: New file, from GNU gettext.
12342         * lib/csharpcomp.sh.in: New file, from GNU gettext.
12343
12344 2005-06-08  Bruno Haible  <bruno@clisp.org>
12345
12346         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
12347         warning on mingw.
12348
12349 2005-06-07  Derek Price  <derek@ximbiot.com>
12350
12351         Sync from CVS.
12352         * lib/glob_.h: Indent nested #ifdef.
12353
12354 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12355
12356         Sync from coreutils.
12357         Use "file name" when talking about file names, instead of "filename"
12358         or "path", as per the GNU coding standards.
12359         * lib/mkdir-p.c: Renamed from makepath.c.
12360         (make_dir_parents): Renamed from make_path.  All callers changed.
12361         * lib/mkdir-p.h: Likewise.  All includers changed.
12362         * lib/filenamecat.c: Renamed from path-concat.c.
12363         (file_name_concat): Renamed from path_concat.  All callers changed.
12364         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
12365         * lib/filenamecat.h: Likewise.  All includers changed.
12366         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
12367         in comments or local variable names.
12368         * lib/basename.c: Likewise.
12369         * lib/canonicalize.c, canonicalize.h: Likewise.
12370         * lib/dirname.c, dirname.h: Likewise.
12371         * lib/euidaccess.c: Likewise.
12372         * lib/exclude.c: Likewise
12373         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
12374         * lib/fsusage.c, fsuage.h: Likewise.
12375         * lib/fts.c, fts_.h: Likewise.
12376         * lib/getcwd.c: Likewise.
12377         * lib/getloadavg.c: Likewise.
12378         * lib/mkstemp.c: Likewise.
12379         * lib/mountlist.c, mountlist.h: Likewise.
12380         * lib/openat.c, openat.h: Likewise.
12381         * lib/readlink-stub.c: Likewise.
12382         * lib/readutmp.c, readutmp.h: Likewise.
12383         * lib/rename.c: Likewise.
12384         * lib/rmdir.c: Likewise.
12385         * lib/same.c: Likewise.
12386         * lib/savedir.c: Likewise.
12387         * lib/stripslash.c: Likewise.
12388         * lib/tempname.c: Likewise.
12389         * lib/xreadlink.c: Likewise.
12390         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
12391         All uses changed.
12392         * lib/exclude.h: Likewise.
12393
12394         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
12395         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12396         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
12397         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12398         * lib/pathmax.h: Include <limits.h> unconditionally, since other
12399         files have been getting away with it for years (MORE/BSD 4.3
12400         is extinct now).
12401         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
12402         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12403
12404         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
12405         Define to 256, not 255, as per modern POSIX.
12406
12407 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12408
12409         Sync from coreutils.
12410         Use "file name" when talking about file names, instead of "filename"
12411         or "path", as per the GNU coding standards.
12412         * MODULES.html.sh: mkdir-p renamed from makepath.
12413         filenamecat renamed from path-concat.
12414         * modules/filenamecat: Renamed from modules/path-concat.
12415         (Files): filenamecat.h and filenamecat.c renamed from
12416         path-concat.h and path-concat.c.
12417         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
12418         (Include): filenamecat.h, not path-concat.h.
12419         * modules/mkdir-p: Renamed from modules/makepath.
12420         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
12421         makepath.c.
12422         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
12423         (Include): mkdir-p.h, not makepath.h.
12424
12425 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12426
12427         Sync from coreutils.
12428         * m4/mkdir-p.m4: Renamed from makepath.m4.
12429         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
12430         Rename files from makepath.c to mkdir-p.c, and from
12431         makepath.h to mkdir-p.h.
12432         * m4/filenamecat.m4: Renamed from path-concat.m4.
12433         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
12434         Rename files from path-concat.c to filenamecat.c,
12435         and from path-concat.h to filenamecat.h.
12436         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
12437         "file name" in local variables or comments.
12438         * m4/rename.m4: Likewise.
12439
12440 2005-06-01  Bruno Haible  <bruno@clisp.org>
12441
12442         * modules/csharpexec: New file.
12443         * MODULES.html.sh (C#): New section.
12444
12445 2005-06-01  Bruno Haible  <bruno@clisp.org>
12446
12447         * m4/csharp.m4: New file, from GNU gettext.
12448         * m4/csharpexec.m4: New file, from GNU gettext.
12449
12450 2005-06-01  Bruno Haible  <bruno@clisp.org>
12451
12452         * lib/csharpexec.h: New file, from GNU gettext.
12453         * lib/csharpexec.c: New file, from GNU gettext.
12454         * lib/csharpexec.sh.in: New file, from GNU gettext.
12455
12456 2005-05-31  Derek Price  <derek@ximbiot.com>
12457             Paul Eggert  <eggert@cs.ucla.edu>
12458
12459         Sync from cvs.
12460         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12461
12462 2005-05-31  Derek Price  <derek@ximbiot.com>
12463             Paul Eggert  <eggert@cs.ucla.edu>
12464
12465         Sync from cvs.
12466         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12467
12468 2005-05-29  Derek Price  <derek@ximbiot.com>
12469
12470         * config/srclist.txt (glob_.h, glob.c): Add these files.
12471
12472 2005-05-29  Derek Price  <derek@ximbiot.com>
12473
12474         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
12475         * modules/glob: New file.
12476         * modules/getlogin_r: Add link to POSIX spec in description.
12477
12478 2005-05-29  Derek Price  <derek@ximbiot.com>
12479             Paul Eggert  <eggert@cs.ucla.edu>
12480
12481         * m4/glob.m4: New file.
12482
12483 2005-05-29  Derek Price  <derek@ximbiot.com>
12484             Paul Eggert  <eggert@cs.ucla.edu>
12485
12486         * lib/glob_.h, lib/glob.c: New files.
12487
12488 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12489
12490         * modules/fts (Files): Remove m4/inttypes-pri.m4.
12491         * modules/fts-lgpl (Depends-on): Remove gettext.
12492
12493 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12494
12495         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
12496         and don't require gt_INTTYPES_PRI.
12497
12498 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12499
12500         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
12501
12502         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
12503         the configuration hassle isn't worth it.
12504         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
12505         (LONGEST_MODIFIER, PRIuMAX): Remove.
12506
12507 2005-05-27  Bruno Haible  <bruno@clisp.org>
12508
12509         * lib/getlogin_r.h: Remove second include of <stddef.h>.
12510
12511 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
12512
12513         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
12514         _POSIX_PTHREAD_SEMANTICS for Solaris.
12515
12516 2005-05-25  Derek Price  <derek@ximbiot.com>
12517
12518         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
12519
12520 2005-05-25  Derek Price  <derek@ximbiot.com>
12521             Paul Eggert  <eggert@cs.ucla.edu>
12522
12523         * modules/getlogin_r, m4/getlogin_r.m4: New files.
12524         * lib/getlogin_r.c, getlogin_r.h: New files.
12525
12526 2005-05-25  Bruno Haible  <bruno@clisp.org>
12527             Derek Price  <derek@ximbiot.com>
12528
12529         * lib/getlogin_r.h: Simplify API documentation.
12530
12531 2005-05-23  Derek Price  <derek@ximbiot.com>
12532
12533         * modules/minmax (Files): Add m4/minmax.m4.
12534         (configure.ac): Add gl_MINMAX.
12535
12536 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12537
12538         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
12539         so that unistd-safer.h (GPL'ed code) need not be included.
12540
12541 2005-05-22  Bruno Haible  <bruno@clisp.org>
12542
12543         * m4/minmax.m4: New file.
12544         Based on a patch by Derek Price <derek@ximbiot.com>.
12545
12546 2005-05-22  Bruno Haible  <bruno@clisp.org>
12547
12548         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
12549         (INT64_MIN): Fix definition.
12550         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
12551
12552         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
12553         NEED_SIGNED_INT_TYPES.
12554
12555         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
12556         HAVE_SYSTEM_INTTYPES.
12557
12558 2005-05-22  Bruno Haible  <bruno@clisp.org>
12559
12560         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
12561         Also include <sys/param.h> if it defines MIN, MAX.
12562         Based on a patch by Derek Price <derek@ximbiot.com>.
12563
12564 2005-05-21  Jim Meyering  <jim@meyering.net>
12565
12566         * modules/fts (Files): Add m4/inttypes-pri.m4.
12567         (Depends-on): Add lstat and remove gettext.  Alphabetize.
12568
12569 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12570
12571         New fts module.
12572         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
12573         (setup_dir, free_dir): New functions.
12574         (enter_dir, leave_dir): Define trivial
12575         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
12576         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
12577         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
12578         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
12579         Move to fts-cycle.c.
12580         (fts_open): Use setup_dir.
12581         (fts_close): Use free_dir.
12582         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
12583         This adds a label and some gotos, but the alternatives were messier.
12584         Check for memory allocation failure when entering a dir.
12585         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
12586         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
12587         (FTS): New member fts_cycle, that is a union that contains the
12588         old active_dir_ht and cycle_state.  All uses changed to mention
12589         fts_cycle.ht and fts_cycle.state.
12590         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
12591         fts.c, with the following changes:
12592         (setup_dir, free_dir): New functions.
12593         (enter_dir): Now returns bool.  Return true if successful, false
12594         if memory exhausted.  All callers changed.
12595         Do not bother partly cleaning up on
12596         memory allocation failure; that is free_dir's job.
12597         However, free ad if hash_insert fails, to avoid memory leak.
12598         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
12599         fts->fts_options to see which union member to use.
12600
12601 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12602
12603         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
12604         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
12605
12606 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12607
12608         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
12609
12610 2005-05-20  Jim Meyering  <jim@meyering.net>
12611
12612         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
12613         Now a macro, to pacify GCC.
12614
12615 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12616
12617         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
12618         of -1.
12619
12620 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12621
12622         * lib/chown.c (rpl_chown): Return -1 on failure.
12623
12624 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12625
12626         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
12627         Don't check for stddef.h.
12628         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
12629         don't use its results.
12630         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
12631         since we include them unconditionally.  Don't require
12632         AM_STDBOOL_H, since stdbool is a prerequisite.
12633         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
12634         since we assume C89 or better.
12635         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
12636         as we don't use their results.
12637         Don't check for fchdir, memmove, memset, strrchr, as we use
12638         them unconditionally.
12639         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
12640         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
12641
12642 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12643
12644         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
12645         Include <stddef.h> unconditionally, since we assume C89 now.
12646         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
12647         * lib/fts.c: Include fts_.h first, to check interface.
12648         Do not include intprops.h; no longer needed.
12649         Include cycle-check.h and hash.h, since fts_.h no longer does.
12650         Remove unnecessary casts of closedir to void.
12651         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
12652         decide whether to decrement nlinks.
12653         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
12654         (FTS): Use struct hash_table * instead of Hash_table, so that
12655         we no longer need to include hash.h here.
12656
12657 2005-05-18  Jim Meyering  <jim@meyering.net>
12658
12659         * modules/dirfd (License): Change to LGPL.  Most of the code
12660         is already in the public domain.
12661
12662 2005-05-18  Jim Meyering  <jim@meyering.net>
12663
12664         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
12665         Reported by Yoann Vandoorselaere.
12666
12667 2005-05-17  Jim Meyering  <jim@meyering.net>
12668
12669         * m4/fts.m4: New file, from coreutils.
12670
12671 2005-05-17  Jim Meyering  <jim@meyering.net>
12672
12673         * lib/fts.c, lib/fts_.h: New files, from coreutils.
12674
12675 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12676
12677         Sync from coreutils.
12678         * m4/unlinkdir.m4: New file.
12679
12680 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12681
12682         Sync from coreutils.
12683         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
12684         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
12685         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
12686         White space changes only.
12687         * lib/makepath.c (make_path): Port to hosts where leading "//" is
12688         special.
12689         * lib/yesno.c: Include getline.h, not ctype.h.
12690         (yesno): Don't remove leading white space; POSIX doesn't allow it.
12691         Use getline to remove arbitrary restriction on response length.
12692
12693 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12694
12695         * config/srclist-update: Spell out "Street" in FSF postal
12696         mail address; this is the style the FSF seems to prefer.
12697
12698         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
12699         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
12700         this updates FSF postal mail address.
12701
12702         Sync from coreutils.
12703         * modules/unlinkdir: New file.
12704         * modules/yesno (Depends-on): Add getline.
12705         * MODULES.html.sh (File system functions): Add unlinkdir.
12706
12707 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12708
12709         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
12710         lib/strsep.h:
12711         Change the initial comment to refer to GPL, not LGPL.
12712         gnulib-tool will change it to LGPL as needed.
12713
12714         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
12715         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
12716         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
12717         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
12718         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
12719         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
12720         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
12721         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
12722         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
12723         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
12724         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
12725         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
12726         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
12727         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
12728         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
12729         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
12730         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
12731         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
12732         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
12733         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
12734         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
12735         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
12736         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
12737         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
12738         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
12739         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
12740         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
12741         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
12742         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
12743         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
12744         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
12745         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
12746         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
12747         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
12748         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
12749         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
12750         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
12751         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
12752         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
12753         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
12754         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
12755         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
12756         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
12757         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
12758         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
12759         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
12760         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
12761         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
12762         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
12763         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
12764         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
12765         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
12766         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
12767         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
12768         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
12769         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
12770         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
12771         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
12772         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
12773         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
12774         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
12775         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
12776         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
12777         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
12778         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
12779         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
12780         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
12781         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
12782         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
12783         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
12784         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
12785         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
12786         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
12787         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
12788         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
12789         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
12790         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
12791         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
12792         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
12793         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
12794         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
12795         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
12796         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
12797         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
12798         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
12799         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
12800         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
12801         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
12802         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
12803         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
12804         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
12805         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
12806         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
12807         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
12808         lib/yesno.c, lib/yesno.h:
12809         Update FSF postal mail address.
12810
12811 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12812
12813         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
12814         tests/test-memmem.c, tests/test-stpncpy.c:
12815         Update FSF postal mail address.
12816
12817 2005-05-13  Bruno Haible  <bruno@clisp.org>
12818
12819         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
12820         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
12821         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
12822         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
12823         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
12824         Add support for 64-bit integers in the MSVC compiler.
12825
12826 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12827
12828         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
12829
12830 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
12831
12832         * gnulib-tool (func_import): Sort and uniquify recommended includes.
12833
12834 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
12835
12836         * doc/getdate.texi (General date syntax): Don't say that date
12837         date --iso-8601=ns generates acceptable dates; it doesn't yet.
12838         Problem reported by Nic Ferrier.
12839
12840 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12841
12842         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
12843         specified in ai_socktype. Fix invalid ai_protocol
12844         check. ai_protocol is usually set to 0 or depending on
12845         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
12846         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
12847         ai_socktype / ai_protocol in the returned addrinfo structure.
12848
12849 2005-05-10  Simon Josefsson  <jas@extundo.com>
12850
12851         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
12852         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12853
12854 2005-05-10  Karl Berry  <karl@gnu.org>
12855
12856         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
12857         (from http://www.gnu.org/licenses).
12858         * doc/COPYING.LIB: also rename to COPYING.LESSER.
12859         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
12860         fdl.texi suffices.
12861
12862 2005-05-10  Karl Berry  <karl@gnu.org>
12863
12864         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
12865         (COPYING.DOC): remove.
12866
12867         * config/srclist-update: new FSF address.
12868
12869 2005-05-10  Derek Price  <derek@ximbiot.com>
12870
12871         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
12872         possible.
12873
12874 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12875             Bruno Haible  <bruno@clisp.org>
12876
12877         * modules/inet_ntop: New file.
12878         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12879         inet_ntop.
12880
12881 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12882             Bruno Haible  <bruno@clisp.org>
12883
12884         * m4/inet_ntop.m4: New file.
12885
12886 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12887             Bruno Haible  <bruno@clisp.org>
12888
12889         * lib/inet_ntop.h: New file.
12890         * lib/inet_ntop.c: New file, from glibc with modifications.
12891
12892 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
12893
12894         * modules/time_r (License): Change to LGPL.
12895         * modules/extensions (License): Change to LGPL.  Actually,
12896         the license is more permissive than that, but currently gnulib-tool
12897         doesn't know how to handle more-permissive licenses.
12898
12899         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
12900         Problem reported by Dave Love.
12901
12902 2005-05-08  Jim Meyering  <jim@meyering.net>
12903
12904         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
12905         blank.
12906
12907 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
12908
12909         * modules/argmatch (Depends-on): Add stdbool.
12910         * modules/backupfile (Depends-on): Likewise.
12911         * modules/chdir-long (Depends-on): Likewise.
12912         * modules/closeout (Depends-on): Likewise.
12913         * modules/cycle-check (Depends-on): Likewise.
12914         * modules/dirname (Depends-on): Likewise.
12915         * modules/fnmatch (Depends-on): Likewise.
12916         * modules/fsusage (Depends-on): Likewise.
12917         * modules/fwriteerror (Depends-on): Likewise.
12918         * modules/getcwd (Depends-on): Likewise.
12919         * modules/getloadavg (Depends-on): Likewise.
12920         * modules/hard-locale (Depends-on): Likewise.
12921         * modules/makepath (Depends-on): Likewise.
12922         * modules/mountlist (Depends-on): Likewise.
12923         * modules/nanosleep (Depends-on): Likewise.
12924         * modules/posixtm (Depends-on): Likewise.
12925         * modules/quotearg (Depends-on): Likewise.
12926         * modules/readtokens (Depends-on): Likewise.
12927         * modules/readtokens0 (Depends-on): Likewise.
12928         * modules/readutmp (Depends-on): Likewise.
12929         * modules/save-cwd (Depends-on): Likewise.
12930         * modules/strftime (Depends-on): Likewise.
12931         * modules/userspec (Depends-on): Likewise.
12932         * modules/utimecmp (Depends-on): Likewise.
12933         * modules/xgetcwd (Depends-on): Likewise.
12934         * modules/xnanosleep (Depends-on): Likewise.
12935         * modules/xstrtod (Depends-on): Likewise.
12936         * modules/yesno (Depends-on): Likewise.
12937
12938 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12939
12940         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
12941         needless checks.
12942
12943 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12944
12945         Merge from coreutils.  Among other things,
12946         add bulletproofing for cases where stdin, stdout, or stderr are closed.
12947         * lib/fd-safer.c: New file.
12948         * lib/fcntl-safer.h, open-safer.c: Remove.
12949         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
12950         * lib/dup-safer.c: Include unistd-safer.h first.
12951         Don't include errno.h.
12952         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
12953         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
12954         * lib/file-type.c: Rely on file-type.h change.
12955         * lib/getloadavg.c: Include unistd-safer.h.
12956         (getloadavg): Use safer open.
12957         * lib/getusershell.c: Include "stdio-safer.h".
12958         (getusershell): Use safer fopen.
12959         * lib/long-options.c (long_options): Use NULL rather than 0.
12960         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
12961         'free'.
12962         * lib/modechange.c: Likewise.
12963         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
12964         (MODE_DONE): New constant.
12965         (struct mode_change): Remove 'next' member.
12966         (make_node_op_equals): New function; like the old one of the
12967         same name, except it allocates an array.
12968         (mode_compile, mode_create_from_ref): Use it.
12969         (mode_compile): Allocate result as an array, not a linked list.
12970         Parse octal string ourself, so that we catch mistakes like "+0".
12971         (mode_adjust): Arg is an array, not a linked list.
12972         * lib/modechange.c: Include stat-macros.h, xalloc.h.
12973         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
12974         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
12975         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
12976         Remove.  This is now stat-macros.h's job.
12977         (talloc): Remove.  All callers replaced by xalloc, so that
12978         our invokers don't have to worry about reporting memory failures.
12979         (make_node_op_equals): Remove.
12980         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12981         New constants.
12982         (struct mode_change): Moved here from modechange.h.
12983         (mode_append_entry): Remove.
12984         (mode_compile): Remove MASKED_OPS arg, since it encouraged
12985         apps to have incorrect behavior.  Use simpler algorithm for head
12986         and tail.  Don't futz with umask; that's now the job of mode_adjust.
12987         Detect more invalid usages rather than having somewhat-random behavior.
12988         Don't insert an "a=" action, as that leads to incorrect behavior.
12989         (mode_compile, mode_create_from_ref): Return NULL on error instead
12990         of an enum, since now there's only one way to have an error.  All
12991         callers changed.
12992         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
12993         at the correct time.  Simplify calculation of "+u" and its ilk.
12994         Don't mishandle "+X".
12995         (mode_free): Remove "register" and localize decls.
12996         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12997         (struct mode_change): Move to modechange.c; callers don't
12998         need to see this stuff.
12999         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13000         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13001         (mode_change, mode_adjust): Reflect the new signatures noted above.
13002         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13003         that might redefine system include files.
13004         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13005         (my_usleep): Use NULL rather than (void *) 0.
13006         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13007         Use siginterrupt to specify that system calls should be interrupted.
13008         (rpl_nanosleep): Move initialization of suspended closer to call of
13009         my_usleep.
13010         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13011         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13012         (desirable_utmp_entry): New function.
13013         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13014         using x2nrealloc, to simplify logic.
13015         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13016         size calculation.  Do not assume utmp file is a regular file.
13017         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13018         (READ_UTMP_CHECK_PIDS): New constant.
13019         * lib/save-cwd.c: Include unistd-safer.h.
13020         (save_cwd): Use fd_safer.
13021         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13022         [!_LIBC] Include "stat-macros.h" instead.
13023         * lib/unistd-safer.h (fd_safer): New decl.
13024
13025 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13026
13027         * modules/getloadavg (Depends-on): Add unistd-safer.
13028         * modules/getusershell (Depends-on): Add stdio-safer.
13029         * modules/lstat (Depends-on): Remove xalloc.
13030         * modules/mkstemp (Depends-on): Add stat-macros.
13031         * modules/modechange (Depends-on): Remove xstrtol.
13032         Add stat-macros, xalloc.
13033         * modules/save-cwd (Depends-on): Add unistd-safer.
13034         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13035         * modules/unistd-safer (Files): Add lib/fd-safer.c
13036         (Makefile.am): Remove lib_SOURCES.
13037
13038         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13039         Remove fcntl-safer; unistd-safer supersedes it.
13040
13041 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13042
13043         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
13044         AC_HEADER_STAT.
13045         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
13046         (gl_PREREQ_CHOWN): Remove.
13047         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
13048         it.  Don't require AC_HEADER_STAT.
13049         (gl_PREREQ_LSTAT): Remove.
13050         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
13051         Don't require AC_HEADER_STAT.
13052         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
13053         (gl_PREREQ_RMDIR): Remove.
13054         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
13055         mention stat-macros.h or AC_HEADER_STAT, since we'll make
13056         the stat-macros module a prerequisite.
13057         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
13058         * m4/filemode.m4 (gl_FILEMODE): Likewise.
13059         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
13060         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
13061         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
13062         variable names.
13063         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
13064         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
13065         variable prefixes.
13066         * m4/fcntl-safer.m4: Remove.
13067         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
13068         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
13069         Invoke gl_PREREQ_FD_SAFER.
13070         (gl_PREREQ_FD_SAFER): New macro.
13071         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
13072         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
13073         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
13074         Remove duplicate call to AC_LIBOBJ(readutmp).
13075         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
13076
13077         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
13078         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
13079
13080 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13081
13082         * MODULES.html.sh (Misc): Add byteswap.
13083
13084 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13085
13086         * modules/getcwd (Depends-on): Add extensions.
13087         * modules/openat (Depends-on): Likewise.
13088
13089 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13090
13091         * modules/byteswap: New file.
13092
13093 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13094
13095         * m4/byteswap.m4: New file.
13096
13097 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13098
13099         * lib/byteswap_.h: New file.
13100
13101 2005-04-25  Karl Berry  <karl@gnu.org>
13102
13103         * m4/gettext.m4: Update from GNU gettext 0.14.4.
13104
13105 2005-04-25  Albert Chin  <china@thewrittenword.com>
13106
13107         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
13108         Toolkit C bug.
13109
13110 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
13111
13112         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
13113         (func_ln_if_changed) Remove forcibly for no error message
13114         in case file does not exist.
13115
13116 2005-04-19  Simon Josefsson  <jas@extundo.com>
13117
13118         * gnulib-tool (Options): Make --symlink mean --symbolic.
13119
13120 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
13121
13122         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
13123
13124 2005-04-16  Simon Josefsson  <jas@extundo.com>
13125
13126         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
13127
13128 2005-04-15  Simon Josefsson  <jas@extundo.com>
13129
13130         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
13131
13132 2005-04-15  Simon Josefsson  <jas@extundo.com>
13133
13134         * gnulib-tool: Rename --symlink to --symbolic.
13135
13136 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
13137
13138         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
13139         symbolic links to files instead of copying/moving.  Add --aux-dir,
13140         specifying directory relative --dir where auxiliary build tools
13141         are placed.
13142
13143 2005-04-14  Bruno Haible  <bruno@clisp.org>
13144
13145         * modules/allocsa (License): Change to LGPL.
13146         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13147
13148 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13149
13150         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
13151         that "UTC +1 second" continues to work.  Problem reported
13152         by Dmitry V. Levin.
13153         (relunit_snumber): New rule.
13154         (relunit): Use it.
13155
13156 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13157
13158         * lib/getdate.y (universal_time_zone_table): New constant.
13159         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
13160         universal_time_zone_table.
13161         (lookup_zone): Prefer universal_time_zone_table to
13162         local_time_zone_table, so that "GMT" time stamps are allowed in
13163         London during the summer.  Problem reported by Ian Abbott.
13164
13165 2005-04-12  Jim Meyering  <jim@meyering.net>
13166
13167         * lib/human.c (humblock): Set *options even when returning due to
13168         xstrtoumax conversion failure.  Thanks to a used-uninitialized
13169         warning from gcc-4.
13170
13171 2005-04-09  Jim Meyering  <jim@meyering.net>
13172
13173         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
13174         -Wuninitialized: initialize tm0.tm_year.
13175
13176 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13177
13178         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
13179         count, since there's no maximum.  All uses changed.
13180         Add member dsts_seen.
13181         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
13182         not being INT_MAX.
13183         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
13184         Use pc_rels_seen to decide whther a date is absolute.
13185
13186         * lib/getdate.y (number): Don't overwrite year.
13187         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
13188         check.
13189
13190 2005-04-02  Simon Josefsson  <jas@extundo.com>
13191
13192         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
13193         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
13194
13195 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
13196
13197         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
13198         where no absolute path name can be longer than PATH_MAX.
13199
13200 2005-03-27  Jim Meyering  <jim@meyering.net>
13201
13202         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
13203
13204 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
13205
13206         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
13207         "one's complement" -> "ones' complement" in comment, as per Knuth.
13208         "value of type" -> "type or expression" in comment.
13209         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
13210
13211 2005-03-26  Jim Meyering  <jim@meyering.net>
13212
13213         Comment nits.
13214         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
13215         Correct typos: s/or/of/.
13216
13217 2005-03-26  Jim Meyering  <jim@meyering.net>
13218
13219         * modules/check-include-files: Move to ../ and rename to...
13220         * check-module: ...this.
13221
13222 2005-03-25  Jim Meyering  <jim@meyering.net>
13223
13224         * modules/xvasprintf (Files): Add xalloc.h.
13225
13226 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13227
13228         * modules/gettext (Files): config/config.rpath ->
13229         build-aux/config.rpath
13230         * modules/iconv (Files): Likewise.
13231         Problem reported by Oskar Liljeblad.
13232
13233 2005-03-23  Jim Meyering  <jim@meyering.net>
13234
13235         * modules/check-include-files: New script to check for
13236         missing dependencies, multiple includes, etc.
13237
13238         * modules/c-strtold (Depends-on): Add xalloc.
13239         * modules/c-strtod (Depends-on): Add xalloc.
13240         * modules/hash (Depends-on): Add xalloc.
13241         (Files): Remove lib/xalloc.h.
13242
13243         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
13244         * modules/userspec (Files): Add lib/inttostr.h.
13245
13246 2005-03-23  Jim Meyering  <jim@meyering.net>
13247
13248         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
13249
13250 2005-03-22  Jim Meyering  <jim@meyering.net>
13251
13252         * modules/stat-macros: New module.
13253         * modules/canonicalize, modules/euidaccess, modules/file-type,
13254         * modules/filemode, modules/lchown, modules/makepath,
13255         * modules/rmdir, modules/stat: Depend on new stat-macros module
13256         rather than listing lib/stat-macros.h manually.
13257         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
13258
13259 2005-03-22  Jim Meyering  <jim@meyering.net>
13260
13261         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
13262
13263 2005-03-22  Bruno Haible  <bruno@clisp.org>
13264
13265         * config/srclist.txt: Replace target directory 'config' with
13266         'build-aux'.
13267         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
13268         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
13269         ../build-aux/.
13270
13271 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
13272
13273         * modules/chdir-long (Depends-on): Add mempcpy.
13274
13275         * modules/acl, modules/backupfile, modules/c-strtod,
13276         modules/c-strtold, modules/canon-host, modules/canonicalize,
13277         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
13278         modules/exclude, modules/exitfail, modules/file-type,
13279         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
13280         modules/getdate, modules/getline, modules/getpagesize,
13281         modules/getpass, modules/getugroups, modules/group-member,
13282         modules/hard-locale, modules/hash, modules/human, modules/idcache,
13283         modules/inttostr, modules/long-options, modules/makepath,
13284         modules/md5, modules/memcasecmp, modules/memcoll,
13285         modules/modechange, modules/mountlist, modules/path-concat,
13286         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
13287         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
13288         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
13289         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
13290         modules/strftime, modules/strndup, modules/strverscmp,
13291         modules/timespec, modules/unlocked-io, modules/userspec,
13292         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
13293         modules/yesno:
13294         Remove lib_SOURCES line from Makefile.am section, as this is now
13295         done automatically by the corresponding Autoconf macro.
13296
13297 2005-03-21  Jim Meyering  <jim@meyering.net>
13298
13299         Changes imported from coreutils.
13300
13301         * lib/cycle-check.c: Don't include xalloc.h.
13302
13303         * lib/path-concat.c: Don't include assert.h.
13304         (path_concat): Remove assertion that would have triggered
13305         for ABASE starting with more than one slash.
13306         Reported by Andreas Schwab.
13307
13308         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
13309         properly when ABASE is an absolute file name.
13310         Correct the description of this function.
13311         Include <assert.h>.
13312         Add an assertion and a test driver.
13313         This fixes a bug introduced on 2004-07-02.
13314         Andreas Schwab reported the resulting failure of cp --parents:
13315         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
13316
13317 2005-03-21  Jim Meyering  <jim@meyering.net>
13318
13319         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
13320         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
13321
13322 2005-03-21  Jim Meyering  <jim@meyering.net>
13323         and  Paul Eggert  <eggert@cs.ucla.edu>
13324
13325         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
13326         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
13327         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
13328         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
13329         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
13330         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
13331         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
13332         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
13333         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
13334         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
13335         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
13336         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
13337         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
13338         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
13339         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
13340         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
13341         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
13342         for these modules.
13343
13344 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13345
13346         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
13347         (which shouldn't happen), generate nothing instead of returning 0
13348         immediately, so that nstrftime (NULL, ...) doesn't return 0.
13349
13350 2005-03-16  Bruno Haible  <bruno@clisp.org>
13351
13352         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
13353         HAVE_LONGLONG_64BIT.
13354
13355 2005-03-16  Bruno Haible  <bruno@clisp.org>
13356
13357         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
13358         HAVE_LONGLONG_64BIT.
13359
13360 2005-03-16  Bruno Haible  <bruno@clisp.org>
13361
13362         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
13363         HAVE_LONGLONG_64BIT.
13364
13365 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13366
13367         * lib/strftime.c (my_strftime): Prepend space to format so that we can
13368         reliably distinguish strftime failure from empty output on POSIX
13369         hosts.
13370
13371 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13372
13373         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
13374         (iconv_string): Don't guess a size-zero buffer, as that might cause
13375         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
13376         result would be 'too large', where 'too large' is (heuristically)
13377         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
13378         overflow concerns.  This will prevent some unwanted malloc failures
13379         when the inputs are very large.
13380
13381 2005-03-15  Karl Berry  <karl@gnu.org>
13382
13383         * config/srclist.txt (config.rpath): from gettext.
13384         * config/config.rpath: update.
13385
13386 2005-03-15  Bruno Haible  <bruno@clisp.org>
13387
13388         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
13389         to 'negate'.
13390
13391         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
13392         variable.
13393
13394         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
13395         results.
13396
13397 2005-03-14  Simon Josefsson  <jas@extundo.com>
13398
13399         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
13400         <fx@gnu.org>.
13401
13402 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
13403
13404         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
13405         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
13406         intprops.h.
13407         * lib/strtol.c: Likewise.
13408
13409 2005-03-14  Jim Meyering  <jim@meyering.net>
13410
13411         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
13412         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
13413         to be nonzero so that we (and caller) can detect the difference
13414         between a valid zero-length expansion and an error return, even
13415         when the underlying strftime fails before writing anything into
13416         that location.
13417
13418 2005-03-14  Bruno Haible  <bruno@clisp.org>
13419
13420         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
13421         Update from GNU gettext 0.14.3.
13422
13423 2005-03-10  Jim Meyering  <jim@meyering.net>
13424
13425         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
13426
13427 2005-03-10  Jim Meyering  <jim@meyering.net>
13428
13429         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
13430         so that this module works on systems without fchdir.
13431
13432 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
13433
13434         Factor int-properties macros into a single file, except for
13435         glibc-related files.
13436         * lib/intprops.h: New file.
13437         * lib/getloadavg.c: Include it instead of limits.h.
13438         (INT_STRLEN_BOUND): Remove.
13439         * lib/human.c: Include intprops.h.
13440         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
13441         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
13442         302/1000.
13443         * lib/inttostr.h: Include intprops.h instead of limits.h.
13444         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
13445         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
13446         for consistency with intprops.h.
13447         (time_t_is_integer, twos_complement_arithmetic): Use them.
13448         * lib/sig2str.h: Include <signal.h>, intprops.h.
13449         (INT_STRLEN_BOUND): Remove.
13450         * lib/strftime.c (TYPE_SIGNED): Remove.
13451         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
13452         * lib/strtol.c: Adjust comments to match intprops.h.
13453         * lib/userspec.c: Include intprops.h.
13454         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
13455         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
13456         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
13457         instead of rolling our own expressions.
13458         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
13459
13460         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
13461         instead of int.
13462         (my_strftime): Do not mishandle years close to INT_MAX, by doing
13463         the right thing even if adding 1900 would overflow.  Similarly
13464         for tm_mon + 1 and tm_yday + 1.
13465         Make %Y always equivalent to %C%y, and similarly for %G and %g.
13466         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
13467         (DO_SIGNED_NUMBER): New macro.
13468         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
13469
13470 2005-03-07  Bruno Haible  <bruno@clisp.org>
13471
13472         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
13473
13474 2005-03-07  Bruno Haible  <bruno@clisp.org>
13475
13476         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
13477
13478 2005-03-04  Derek R. Price  <derek@ximbiot.com>
13479
13480         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
13481         (func_import): Only replace files via --import when they have actually
13482         changed.
13483
13484 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13485
13486         * m4/mmap-anon.m4: New file.
13487         * m4/pagealign_alloc.m4: New file.
13488
13489 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13490             Bruno Haible  <bruno@clisp.org>
13491
13492         * modules/pagealign_alloc: New file.
13493         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
13494
13495 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13496             Bruno Haible  <bruno@clisp.org>
13497
13498         * lib/pagealign_alloc.h: New file.
13499         * lib/pagealign_alloc.c: New file.
13500
13501 2005-03-03  Bruno Haible  <bruno@clisp.org>
13502
13503         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
13504         Use an all-permissive copyright notice, recommended by RMS.
13505
13506 2005-03-02  Bruno Haible  <bruno@clisp.org>
13507
13508         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
13509         of AIX, the replacement has to be done only after <string.h> is
13510         included, therefore not in config.h. stpncpy.h does the replacement,
13511         and stpncpy.c uses it.
13512
13513 2005-03-02  Bruno Haible  <bruno@clisp.org>
13514
13515         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
13516         stpncpy.c uses it.
13517
13518 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13519
13520         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
13521         The workaround isn't strictly needed for POSIX conformance, and
13522         it's too much of a pain to configure and maintain.  We'll ask
13523         people to fix their kernels instead.
13524         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
13525         (NANOSLEEP_BUG_WORKAROUND): Remove.
13526         (xnanosleep): Remove the workaround.
13527
13528 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13529
13530         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
13531         Reported by Derek Price.
13532         (Include): Add "timespec.h".
13533
13534         * modules/xnanosleep (Depends-on): Remove gethrxtime.
13535
13536 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13537
13538         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
13539         to detect nanosleep bug.
13540
13541 2005-03-01  Bruno Haible  <bruno@clisp.org>
13542
13543         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
13544
13545 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13546
13547         * modules/gethrxtime: New file.
13548         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
13549         (Depends-on): Add gethrxtime.
13550         (configure.ac): Add gl_XNANOSLEEP.
13551         (Makefile.am): Remove lib_SOURCES line.
13552
13553 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13554
13555         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
13556         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
13557
13558 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13559
13560         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
13561         * lib/timespec.h (gettime): Return void, since it always
13562         succeeds now.  All uses changed.
13563         * lib/gettime.c (gettime) Likewise.
13564         [HAVE_NANOTIME]: Prefer nanotime.
13565         Assume gettimeofday succeeds, as POSIX requires.
13566         Assime time () succeeds, since other code already does.
13567         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
13568         (timespec_subtract): Remove.
13569         (NANOSLEEP_BUG_WORKAROUND): New constant.
13570         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
13571         things considerably.  Use it only on GNU/Linux hosts, since the
13572         workaround shouldn't be needed elsewhere.
13573
13574 2005-02-24  Bruno Haible  <bruno@clisp.org>
13575
13576         * modules/gettext (Files): Add m4/glibc2.m4.
13577
13578 2005-02-24  Bruno Haible  <bruno@clisp.org>
13579
13580         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
13581         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
13582         * m4/progtest.m4:
13583         Update from GNU gettext 0.14.2.
13584         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
13585
13586 2005-02-24  Bruno Haible  <bruno@clisp.org>
13587
13588         * lib/localcharset.c: Update from GNU gettext 0.14.2.
13589         * lib/config.charset: Update from GNU gettext 0.14.2.
13590
13591 2005-02-24  Bruno Haible  <bruno@clisp.org>
13592
13593         * lib/gettext.h: Update from GNU gettext 0.14.2.
13594
13595 2005-02-23  Simon Josefsson  <jas@extundo.com>
13596
13597         * m4/iconvme.m4: New file.
13598
13599 2005-02-23  Jim Meyering  <jim@meyering.net>
13600
13601         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
13602         change.
13603         Thanks to Bruno Haible for catching it.
13604
13605 2005-02-22  Simon Josefsson  <jas@extundo.com>
13606
13607         * modules/iconvme: New file.
13608
13609         * MODULES.html.sh: Add iconvme.
13610
13611 2005-02-22  Simon Josefsson  <jas@extundo.com>
13612
13613         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
13614
13615 2005-02-22  Simon Josefsson  <jas@extundo.com>
13616
13617         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
13618
13619 2005-02-22  Jim Meyering  <jim@meyering.net>
13620
13621         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
13622         s/ifndef/ifdef/.
13623
13624 2005-02-20  Neil Conway  <neilc@samurai.com>
13625
13626         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
13627         returned by OSX/Darwin if the specified buffer is not large
13628         enough for the hostname.
13629
13630 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13631
13632         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
13633         pass it to _help, otherwise the latter coredumps trying to
13634         dereference state.root_argp.
13635
13636 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13637
13638         * modules/chdir-long (Depends-on): Add memrchr.
13639         * modules/memrchr (Files): Add lib/memrchr.h.
13640         (Include): "memrchr.h".
13641
13642 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13643
13644         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
13645
13646 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13647
13648         * lib/memrchr.h: New file.
13649         * lib/chdir-long.c: Include it.
13650         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
13651         Don't bother including stddef.h.
13652
13653 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13654
13655         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
13656         inclusion.
13657         Include <sys/types.h>, for dev_t.
13658         (ME_DUMMY, ME_REMOTE): Move from here....
13659         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
13660         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
13661         Dmitry V. Levin.
13662         Include mountlist.h first, to test the interface.
13663
13664 2005-01-29  Bruno Haible  <bruno@clisp.org>
13665
13666         * lib/progname.c (program_name): Initialize.
13667         Needed when linking statically on MacOS X.
13668
13669 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13670
13671         Sync from coreutils.
13672         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
13673         (Depends-on): Add c-strtod.
13674         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
13675
13676 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13677
13678         Sync from coreutils.
13679         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
13680
13681         Remove files that are specific to coreutils.
13682         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
13683
13684 2005-01-28  Bruno Haible  <bruno@clisp.org>
13685
13686         * modules/javacomp: New file.
13687         * MODULES.html.sh (Java): Add javacomp.
13688
13689 2005-01-28  Bruno Haible  <bruno@clisp.org>
13690
13691         * m4/javacomp.m4: New file, from GNU gettext.
13692
13693 2005-01-28  Bruno Haible  <bruno@clisp.org>
13694
13695         * lib/javacomp.sh.in: New file, from GNU gettext.
13696         * lib/javacomp.h: New file, from GNU gettext.
13697         * lib/javacomp.c: New file, from GNU gettext.
13698
13699 2005-01-26  Simon Josefsson  <jas@extundo.com>
13700
13701         * lib/gai_strerror.c: Use GPL in header.
13702
13703 2005-01-26  Bruno Haible  <bruno@clisp.org>
13704
13705         * modules/javaexec: New file.
13706         * MODULES.html.sh (Java): Add javaexec.
13707
13708 2005-01-26  Bruno Haible  <bruno@clisp.org>
13709
13710         * m4/javaexec.m4: New file, from GNU gettext.
13711
13712 2005-01-26  Bruno Haible  <bruno@clisp.org>
13713
13714         * lib/javaexec.sh.in: New file, from GNU gettext.
13715         * lib/javaexec.h: New file, from GNU gettext.
13716         * lib/javaexec.c: New file, from GNU gettext.
13717
13718 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13719
13720         * modules/lchown (Depends-on): Remove lchown.h
13721
13722 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13723
13724         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
13725         must be defined if the header file was not found, in order
13726         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
13727
13728 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13729
13730         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
13731         initializers for struct pentry_state.
13732         (__argp_error): Check return value of __asprintf
13733         (__argp_failure): Translate error message
13734
13735         * lib/argp-parse.c: Removed braces around the expansion of N_()
13736
13737 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13738
13739         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
13740         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
13741         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
13742         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
13743         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
13744         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
13745         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
13746         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
13747         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
13748         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
13749         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
13750         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
13751         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
13752         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
13753         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
13754         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
13755         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
13756         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
13757         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
13758         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
13759         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
13760         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
13761         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
13762         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
13763         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
13764         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
13765         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
13766         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
13767         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
13768         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
13769         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
13770         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
13771         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
13772         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
13773         xstrtol.m4, xstrtoumax.m4, yesno.m4:
13774         Use an all-permissive copyright notice, recommended by RMS.
13775
13776 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
13777
13778         * modules/chdir-long (Depends-on): Remove mempcpy.
13779
13780 2005-01-21  Jim Meyering  <jim@meyering.net>
13781
13782         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
13783         same value as for Solaris 9.
13784
13785         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
13786         component length.  This included changing the parameter to be
13787         of type `char *' rather than `char const *'.
13788         * lib/chdir-long.h (chdir_long): Update prototype.
13789
13790         * lib/openat.c (fdopendir, fstatat): New functions.
13791         * lib/openat.h: Include headers required for use of DIR and struct
13792         stat.
13793         [AT_SYMLINK_NOFOLLOW]: Define.
13794         (fdopendir, fstatat): Add prototypes.
13795
13796 2005-01-21  Bruno Haible  <bruno@clisp.org>
13797
13798         * modules/classpath: New file.
13799         * MODULES.html.sh (Java): Add classpath.
13800
13801 2005-01-21  Bruno Haible  <bruno@clisp.org>
13802
13803         * lib/classpath.h: New file, from GNU gettext.
13804         * lib/classpath.c: New file, from GNU gettext.
13805
13806 2005-01-20  Simon Josefsson  <jas@extundo.com>
13807
13808         * modules/version-etc-fsf: New file.
13809
13810 2005-01-20  Simon Josefsson  <jas@extundo.com>
13811
13812         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
13813         * lib/version-etc.c: Remove version_etc_copyright.
13814         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
13815         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
13816
13817 2005-01-20  Simon Josefsson  <jas@extundo.com>
13818
13819         * lib/base64.h (isbase64): Add.
13820
13821         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
13822         using a unsigned prototype, don't inline.
13823         (base64_decode): Use it.
13824
13825 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13826
13827         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
13828         it.
13829
13830 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13831
13832         * lib/save-cwd.c (save_cwd): Remove code to support the case
13833         where fchdir is missing or flaky.
13834
13835 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13836
13837         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
13838
13839 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13840
13841         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
13842         AC_LIBSOURCES now does this.
13843         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
13844         with new ullong_max module.
13845
13846 2005-01-19  Bruno Haible  <bruno@clisp.org>
13847
13848         * modules/sh-quote: New file.
13849         * MODULES.html.sh (Executing programs): Add sh-quote.
13850
13851 2005-01-19  Bruno Haible  <bruno@clisp.org>
13852
13853         * lib/sh-quote.h: New file, from GNU gettext.
13854         * lib/sh-quote.c: New file, from GNU gettext.
13855
13856 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13857
13858         Merge from coreutils.
13859         * m4/ullong_max.m4: New file.
13860         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
13861         (gl_MACROS): Assume localeconv exists.
13862
13863 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13864
13865         Merge changes from coreutils, as described below in several
13866         changelogs dated today.
13867
13868         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
13869         (O_DIRECTORY): Remove; not needed here, since "." must be
13870         a directory.  All uses removed.
13871         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
13872         universal on Suns, and we also need to test for IRIX.
13873         Revamp code to use 'if' rather than '#if'.
13874         Avoid unnecessary comparison of cwd->desc to 0.
13875
13876         * lib/utimens.c (futimens): Robustify the previous patch, by checking
13877         for known valid error numbers rather than observed invalid ones.
13878
13879 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13880
13881         * modules/ullong_max: New file.
13882
13883         * modules/chdir-long, modules/openat: New files.
13884         * modules/save-cwd (Depends-on): Depend on chdir-long.
13885         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
13886
13887 2005-01-18  Jim Meyering  <jim@meyering.net>
13888
13889         Merge from coreutils.
13890         * m4/chdir-long.m4, m4/openat.m4: New files.
13891         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
13892         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
13893         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
13894         is sane and DOES follow symlinks.  Besides, testing 20 different
13895         systems found no broken chown implementations.
13896         Prompted by a change in rsync's copy of this macro.
13897         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
13898
13899         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
13900
13901         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
13902         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
13903         NULL-means-set-to-current-time semantics.
13904         Remove temporary file immediately, rather than waiting
13905         for configure's at-exit trap code to do it.
13906
13907 2005-01-18  Jim Meyering  <jim@meyering.net>
13908
13909         * lib/version-etc.c (version_etc_copyright): Update copyright date.
13910
13911         * lib/utimens.c (futimens): Account for the fact that futimes
13912         can also fail with errno == ENOSYS or errno == ENOENT.
13913         Patch from Dmitry V. Levin.
13914
13915         Change the name of the robust chdir function from chdir to chdir_long.
13916         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
13917         (restore_cwd): Use chdir_long, not chdir.
13918         * lib/chdir-long.c: Renamed from chdir.c.
13919         * lib/chdir-long.h: Renamed from chdir.h.
13920         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
13921         Hurd.
13922
13923 2005-01-18  Bruno Haible  <bruno@clisp.org>
13924
13925         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
13926         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
13927         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
13928         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
13929         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
13930         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
13931         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
13932         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
13933         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
13934         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
13935         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
13936         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
13937         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
13938         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
13939         Use an all-permissive copyright notice, recommended by RMS.
13940
13941 2005-01-18  Bob Proulx  <bob@proulx.com>
13942
13943         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
13944         simplify offsetof() macro construct to avoid compile failure with
13945         native HP-UX 11.0 ANSI C compiler.
13946
13947 2005-01-17  Bruno Haible  <bruno@clisp.org>
13948
13949         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
13950         redundant because stpncpy.m4 takes care of it.
13951
13952 2005-01-17  Bruno Haible  <bruno@clisp.org>
13953
13954         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
13955
13956 2005-01-17  Bruno Haible  <bruno@clisp.org>
13957
13958         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
13959         used.
13960
13961 2005-01-17  Bruno Haible  <bruno@clisp.org>
13962
13963         * lib/fwriteerror.h (fwriteerror): Change specification to include
13964         fclose.
13965         * lib/fwriteerror.c: Include <stdbool.h>.
13966         (fwriteerror): At the end, close the file stream. Record whether
13967         stdout was already closed.
13968
13969 2005-01-17  Bruno Haible  <bruno@clisp.org>
13970
13971         * lib/execute.c (environ): Declare if needed.
13972         * lib/pipe.c (environ): Likewise.
13973         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
13974
13975 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13976
13977         * modules/argp: Depend on vsnprintf
13978
13979 2005-01-10  Jim Meyering  <jim@meyering.net>
13980
13981         * modules/closeout (Depends-on): Add atexit.
13982
13983 2005-01-06  Bruno Haible  <bruno@clisp.org>
13984
13985         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
13986
13987 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13988
13989         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
13990         definitions to be after all include files, to avoid collisions.
13991         Problem reported by Bob Proulx.
13992
13993 2005-01-04  Jim Meyering  <jim@meyering.net>
13994
13995         Changes imported from coreutils.
13996         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
13997         as the mkstemp template, use a temporary directory and an
13998         8.3-friendly template to avoid trouble on systems like DJGPP.
13999         Reported by Juan M. Guerrero via Stepan Kasal.
14000         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14001         close. Remove the temporary directory right away, rather than waiting
14002         for configure's at-exit trap code to do it.
14003         Suggestion from Stepan Kasal.
14004
14005 2005-01-01  Simon Josefsson  <jas@extundo.com>
14006
14007         * gnulib-tool: Print #include directives when --import'ing.
14008
14009 2004-12-28  Simon Josefsson  <jas@extundo.com>
14010
14011         * tests/test-base64.c: Include required header files.  Remove
14012         unused variables.
14013
14014 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14015
14016         * modules/error (Depends-on): Remove gettext.
14017
14018 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14019
14020         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14021         not needed.  This removes a dependency on the gettext module.
14022         [defined _LIBC]: Do not include <libintl.h>; not needed.
14023
14024 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14025
14026         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14027         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14028
14029 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14030
14031         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14032         HAVE_DECL_STRTOLD.
14033
14034 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14035
14036         * modules/getdate (Depends-on): Remove alloca-opt.
14037
14038 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14039
14040         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14041
14042 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14043
14044         * lib/argp-parse.c: Include <stddef.h>.
14045         (alignof, alignto): New macros.
14046         (parser_init): Don't assume that void * is aligned sufficiently
14047         for struct option.
14048
14049         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
14050         need to extend the stack.
14051         (YYINITDEPTH): New macro, so that the initial stack isn't overly
14052         large.
14053
14054 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14055
14056         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
14057
14058 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14059
14060         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
14061         (2004-10-24) change.  Apparently this was a false alarm.
14062
14063         * modules/getdate: Depend on alloca-opt, not alloca.
14064
14065 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14066
14067         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
14068         Remove now-obsolete comment about AIX.
14069         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
14070         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
14071         (YYMAXDEPTH): New macro.
14072
14073 2004-12-18  Simon Josefsson  <jas@extundo.com>
14074
14075         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
14076
14077 2004-12-18  Bruno Haible  <bruno@clisp.org>
14078
14079         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
14080
14081 2004-12-18  Bruno Haible  <bruno@clisp.org>
14082
14083         * lib/fatal-signal.c (fatal_signals): Make non-const.
14084         (init_fatal_signals): New function.
14085         (uninstall_handlers, install_handlers): Ignore signals that were set to
14086         SIG_IGN.
14087         (at_fatal_signal): Call init_fatal_signals.
14088         (init_fatal_signal_set): Likewise. Ignore signals that were set to
14089         SIG_IGN.
14090         Reported by Paul Eggert.
14091
14092 2004-12-18  Bruno Haible  <bruno@clisp.org>
14093
14094         * doc/alloca.texi: New file.
14095         * doc/alloca-opt.texi: New file.
14096
14097 2004-12-17  Jim Meyering  <jim@meyering.net>
14098
14099         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
14100         Otherwise, install-sh could exit with improper exit status when
14101         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
14102
14103 2004-12-16  Simon Josefsson  <jas@extundo.com>
14104
14105         * tests/test-base64.c: Add license.
14106
14107 2004-12-15  Stepan Kasal  <address@hidden>
14108
14109         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
14110
14111 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
14112
14113         * modules/getcwd (Files): Add m4/d-ino.m4.
14114         Suggested by Mark D. Baushke.
14115
14116 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14117
14118         * lib/getdate.y (textint): New member "negative".
14119         (time_zone_hhmm): New function.
14120         Expect 14 shift-reduce conflicts, not 13.
14121         (o_colon_minutes): New rule.
14122         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
14123         (yylex): Set the "negative" member of signed numbers.
14124
14125 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14126
14127         * doc/getdate.texi (Time of day items, Time zone items):
14128         Describe new formats +00:00, UTC+00:00.
14129
14130 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14131
14132         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
14133         spurious "-l"s.  Problem reported by Stepan Kasal.
14134
14135 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
14138         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
14139
14140 2004-12-04  Simon Josefsson  <jas@extundo.com>
14141
14142         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
14143         Vandoorselaere <yoann@prelude-ids.org>.
14144
14145 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14146
14147         Changes imported from coreutils.
14148         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
14149         exist.
14150         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
14151
14152 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14153
14154         Changes imported from coreutils.
14155         * lib/hard-locale.c: Assume <locale.h> exists.
14156         Include "strdup.h".
14157         (GLIBC_VERSION): New macro.
14158         (hard_locale): Assume setlocale exists.
14159         Rewrite to avoid #ifdef.
14160         Use strdup rather than malloc + strcpy.
14161         * lib/human.c: Assume <locale.h> exists.
14162         (human_readable): Assume localeconv exists.
14163
14164 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14165
14166         * modules/hard-locale (Depends-on): Add strdup.
14167
14168 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14169
14170         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
14171         convert T2, not T.  (Imported from libc.)
14172
14173 2004-11-30  Simon Josefsson  <jas@extundo.com>
14174
14175         * modules/restrict (License): Change to LGPL.
14176
14177 2004-11-30  Simon Josefsson  <jas@extundo.com>
14178
14179         * m4/restrict.m4: Add copyright and copying conditions.
14180
14181 2004-11-30  Simon Josefsson  <jas@extundo.com>
14182
14183         * m4/base64.m4: New file.
14184
14185 2004-11-30  Simon Josefsson  <jas@extundo.com>
14186
14187         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
14188         base64.
14189
14190         * tests/test-base64.c: New file.
14191
14192         * modules/base64: New file.
14193
14194 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14195
14196         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
14197         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
14198
14199         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
14200
14201 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14202
14203         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
14204         (__getcwd.c): Don't restore errno; glibc doesn't.
14205         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
14206         first, falling back to our code only if its results look suspicious.
14207         Ensure that the resulting buffer is only as large as necessary.
14208
14209         * lib/readutmp.c: Include readutmp.h first.
14210         Include <errno.h>, since readutmp.h no longer does that.
14211         * lib/readutmp.h: Don't include <errno.h>,
14212         <sys/param.h>, <time.h>; not needed to establish interface.
14213         (errno): Remove decl.
14214         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
14215         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
14216         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
14217
14218 2004-11-28  Simon Josefsson  <jas@extundo.com>
14219
14220         * lib/base64.h, base64.c: New file.
14221
14222 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14223
14224         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
14225
14226 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14227
14228         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
14229         (Depends-on): Remove pathmax, same.  Add mempcpy.
14230         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
14231         (Makefile.am): Append getcwd.h to lib_SOURCES.
14232         (Include): Add getcwd.h.
14233         (Maintainer): Change from Jim Meyering to "all, glibc",
14234         since getdate now uses intended-for-glibc code.
14235         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
14236         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
14237
14238 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14239
14240         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
14241         HP's ANSI C compiler.
14242         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
14243         Declaring int functions causes warnings on some modern systems and
14244         shouldn't be needed to compile on ancient ones.
14245         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
14246         defined.
14247
14248         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
14249         with the following changes.
14250         (__set_errno): Parenthesize properly.
14251         Include <stdbool.h>.
14252         (MIN, MAX, MATCHING_INO): New macros.
14253         (__getcwd): Define with prototype, not K&R form.
14254         Use heuristics to allocate default buffer on stack if possible.
14255         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
14256         behavior, and to avoid the PATH_MAX limit when computing
14257         ../../../../...
14258         Use MATCHING_INO to compare inode number to file.
14259         Check for arithmetic overflow in size calculations.
14260         Fix bug in reallocation of dot array that caused getcwd to fail
14261         on directories nested deeper than 75.
14262         Be more careful about saving errno on error.
14263         Do not use realloc; use only free+malloc, as this is a bit
14264         more flexible and avoids a needless copy operation.
14265         Do not inspect st_dev and st_ino for symbolic links; POSIX
14266         doesn't specify the latter.
14267         Check for closedir errors.
14268         Avoid needless casts.
14269         Use "#ifdef weak_alias" around weak_alias, to be like other
14270         glibc code.
14271         The following changes to getcwd.c have effect only when used in
14272         gnulib; they have no effect inside glibc proper.
14273         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
14274         as alloca isn't used.
14275         (alloca, __alloca): Likewise.
14276         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
14277         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
14278         unconditionally, as gnulib assumes C89 or better.
14279         Do not include <sys/param.h>.
14280         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
14281         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
14282         better.
14283         (NULL) [!defined NULL]: Remove; we assume C89 or better.
14284         Include <dirent.h> in a way that is compatible with modern Autoconf.
14285         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
14286         New macros, if not already defined.
14287         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
14288         Use "_LIBC", not "defined _LIBC", for consistency.
14289         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
14290         a mempcpy module.
14291         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
14292         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
14293         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
14294         credit only to Jim Meyering and adjust the copyright dates.
14295         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
14296         <stdlib.h>, <unistd.h>, "pathmax.h".
14297         Instead, include "xgetcwd.h" (first) and "getcwd.h".
14298         (INITIAL_BUFFER_SIZE): Remove.
14299         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
14300
14301 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14302
14303         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
14304         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
14305         Use the _ONCE methods, for efficiency.
14306         Check for fcntl.h.  In test program, include <errno.h>
14307         and <fcntl.h> if available.  Remove old K&R cruft from
14308         test program.  Check for common errors in GNU/Linux,
14309         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
14310         don't do AC_LIBOBJ, as that's getcwd.m4's job.
14311         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
14312         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
14313         name accordingly.
14314         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
14315         accommodate new getcwd.c.
14316         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
14317         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
14318         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
14319         that's all we need now.
14320
14321 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14322
14323         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
14324         argp-parse.c depends on getopt internals, that means we should
14325         always use our getopt, to be on the safe side.
14326         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
14327         order not to spoil the result of an eventual previous invocation
14328         of gl_GETOPT_SUBSTITUTE.
14329
14330 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14331
14332         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
14333         redefinition warnings. To avoid them, include the defines
14334         in `#if !defined __need_getopt ... #endif'. The only place
14335         where __getopt_argv_const is used is in definitions
14336         of getopt_long and getopt_long_only below, which are as well
14337         protected by `#ifndef __need_getopt'.
14338         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
14339         __need_getopt after including <stdio.h> and <unistd.h> These
14340         headers might have defined it.
14341
14342 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14343
14344         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
14345
14346 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14347
14348         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
14349         (futimens): New function, which uses futimes if available.
14350         (futimens, utimens): Support timespec==NULL, with same semantics
14351         as utime and utimens.
14352         * lib/utimens.h (futimens): New decl.
14353
14354 2004-11-23  Jim Meyering  <jim@meyering.net>
14355
14356         * lib/getopt_.h: Remove trailing blanks.
14357
14358 2004-11-23  Jim Meyering  <jim@meyering.net>
14359
14360         * lib/__fpending.c: Add comment.
14361
14362 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
14363
14364         * modules/canonicalize (Depends-on): Add xreadlink.
14365         Problem reported by James Youngman.
14366
14367 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14368
14369         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
14370         New macros.
14371         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
14372         optopt): Use them instead of invoking ## directly; otherwise, the
14373         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
14374
14375 2004-11-19  Bruno Haible  <bruno@clisp.org>
14376
14377         * lib/strtok_r.c: Move comments from here...
14378         * lib/strtok_r.h: ... to here.
14379
14380 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14381
14382         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
14383         implementations that mishandle size_t overflow.
14384
14385 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14386
14387         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
14388         might fail.  Problem reported by Yoann Vandoorselaere.
14389         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
14390         implementations that mishandle size_t overflow.
14391
14392 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14393
14394         * modules/canon-host (Depends-on): Add strdup.
14395
14396 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14397
14398         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
14399
14400 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14401
14402         * lib/canon-host.c: Include "strdup.h".
14403         (canon_host): Use getaddrinfo if available, so that IPv6 works.
14404         Use strdup instead of malloc/strcpy to duplicate strings.
14405
14406         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
14407         (human_space_before_unit): New constant.
14408         * lib/human.c (human_readable): Support it.
14409
14410         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
14411         (xgetcwd): Set errno correctly when failing.
14412         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
14413         the failure is actually due to a PATH_MAX problem.
14414
14415         Further getopt changes to make it more likely that glibc will
14416         buy the changes back.
14417         * lib/getopt.c (POSIXLY_CORRECT): New constant.
14418         (getopt): Use it, so to preserve glibc semantic
14419         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
14420         when compiling for libc.
14421         * lib/getopt_.h (__getopt_argv_const): Bring it back.
14422         (getopt_long, getopt_long_only): Use it.
14423
14424         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14425         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
14426         (getopt): Argv is now char * const *, as per standard.
14427         (_getopt_internal_r, _getopt_internal): Argv is now char **,
14428         not char *__getopt_argv_const *.
14429         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14430         _getopt_long_only_r): Likewise.
14431         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
14432         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14433         _getopt_long_r, _getopt_long_only_r): Likewise.
14434         * lib/getopt_.h (__getopt_argv_const): Remove.
14435         (getopt): Argv is now char * const *, as per standard.
14436
14437         * lib/getdate.y (tORDINAL): New token.
14438         (day, relunit): Allow it for relative times.
14439         (relative_time_table): Use tORDINAL for ordinals.
14440
14441 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14442
14443         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
14444         Document that "second" isn't allowed as an ordinal number.
14445
14446 2004-11-16  Jim Meyering  <jim@meyering.net>
14447
14448         * modules/closeout (Depends-on): Add fpending.
14449
14450 2004-11-15  Jim Meyering  <jim@meyering.net>
14451
14452         * lib/closeout.c: Include "__fpending.h" once again.
14453         Include <stdbool.h>.
14454         (close_stdout): Don't fail just because stdout was closed initially,
14455         since some programs don't write to stdout in the normal course of
14456         operation (other than --version and --help), and we don't want this
14457         function to make e.g. `touch file >&-' fail.
14458         But do fail if it was closed and someone has tried to write to it.
14459         E.g., `printf foo >&-' must fail.
14460
14461 2004-11-13  Jim Meyering  <jim@meyering.net>
14462
14463         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
14464
14465 2004-11-12  Simon Josefsson  <jas@extundo.com>
14466
14467         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
14468         small doc fix is still pending.
14469
14470 2004-11-11  Simon Josefsson  <jas@extundo.com>
14471
14472         * modules/strtok_r: New file.
14473
14474         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14475         strtok_r.
14476
14477 2004-11-11  Simon Josefsson  <jas@extundo.com>
14478
14479         * m4/strtok_r.m4: New file.
14480
14481         * m4/getopt.m4: Replace opterr.
14482
14483 2004-11-11  Simon Josefsson  <jas@extundo.com>
14484
14485         * lib/strtok_r.h, strtok_r.c: New file.
14486
14487 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14488
14489         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
14490         of replacing opterr, getopt, etc.  This should handle the
14491         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
14492
14493 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14494
14495         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
14496         we can stop lying to compilers about the constness of argv when we
14497         are compiled outside glibc.
14498         (getopt, getopt_long, getopt_long_only): Use it.
14499         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14500         _getopt_internal, getopt): Likewise.
14501         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14502         _getopt_long_only_r): Likewise.
14503         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14504         _getopt_long_r, _getopt_long_only_r): Likewise.
14505
14506         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
14507         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
14508         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
14509         the other external symbols.
14510         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
14511         declaration, since the above renaming now works around collisions.
14512
14513 2004-11-11  Jim Meyering  <jim@meyering.net>
14514
14515         * lib/linebreak.c: Remove trailing blanks.
14516         * lib/alloca_.h: Likewise.
14517         * lib/acosl.c: Likewise.
14518         * lib/euidaccess.c: Likewise.
14519         * lib/allocsa.h: Likewise.
14520
14521 2004-11-10  Simon Josefsson  <jas@extundo.com>
14522
14523         * m4/getaddrinfo.m4: New file.
14524
14525 2004-11-10  Simon Josefsson  <jas@extundo.com>
14526
14527         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
14528
14529 2004-11-10  Simon Josefsson  <jas@extundo.com>
14530
14531         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14532         getaddrinfo.
14533
14534         * modules/getaddrinfo: New file.
14535
14536 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14537
14538         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
14539
14540 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14541
14542         * lib/mktime.c (SHR): New macro, which is a portable
14543         substitute for >> that should work even on Crays.
14544         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
14545         Problem reported by Mark D. Baushke in
14546         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
14547         * lib/getdate.y (SHR): Likewise.
14548         (tm_diff): Use it.
14549         * lib/strftime.c (SHR): Likewise.
14550         (tm_diff): Use it.
14551         * lib/quotearg.c (struct quoting_options): Use unsigned int for
14552         quote_these_too, so that right shifts are well defined.  All uses
14553         changed.
14554
14555 2004-11-10  Jim Meyering  <jim@meyering.net>
14556
14557         Ensure that no close failure goes unreported.
14558         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
14559         return early when it seems there's nothing to flush.
14560         Don't include __fpending.h.
14561
14562 2004-11-10  Jim Meyering  <jim@meyering.net>
14563
14564         * modules/closeout (Depends-on): Remove fpending.
14565
14566 2004-11-10  Jim Meyering  <jim@meyering.net>
14567
14568         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
14569
14570 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14571
14572         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
14573         gl_FUNC_STRFTIME.
14574         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
14575         and AC_REQUIRE when possible, to avoid duplicate checks.
14576         Check for <wchar.h>.
14577
14578 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14579
14580         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
14581
14582 2004-11-09  Bruno Haible  <bruno@clisp.org>
14583
14584         * m4/sockpfaf.m4: New file.
14585
14586 2004-11-05  Bruno Haible  <bruno@clisp.org>
14587
14588         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
14589         Reported by Mark D. Baushke <mdb@cvshome.org>.
14590
14591 2004-11-04  Bruno Haible  <bruno@clisp.org>
14592
14593         2004-09-11  Bruno Haible  <bruno@clisp.org>
14594                 * allocsa.valgrind: New file.
14595         2004-02-06  Bruno Haible  <bruno@clisp.org>
14596                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
14597                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
14598                 Reported by Christopher Seip <chris.seip@hp.com>.
14599
14600 2004-11-04  Bruno Haible  <bruno@clisp.org>
14601
14602         * modules/allocsa (Files): Add lib/allocsa.valgrind.
14603         (Makefile.am): Distribute it.
14604
14605 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
14606
14607         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
14608         with errno == ERANGE if the buffer is too small.
14609         Problem reported by Mark D. Baushke.
14610
14611 2004-11-03  Albert Chin  <china@thewrittenword.com>
14612             Paul Eggert  <eggert@cs.ucla.edu>
14613
14614         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
14615         equivalent, substitute $ac_type for equivalent type rather than
14616         blindly using uint32_t *always* which won't work if uint32_t is not
14617         available.  Define _UINT32_T to work around typedef of uint32_t if
14618         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
14619         2.5.1.
14620
14621 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14622
14623         * m4/jm-macros.m4: Sync from coreutils.
14624         (gl_MACROS): Check for mbrlen, for pathchk.
14625         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
14626
14627 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14628
14629         * lib/xreadlink.c (MAXSIZE): New macro.
14630         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
14631         size does not exceed MAXSIZE.  Avoid cast.
14632         As suggested by Mark D. Baushke in
14633         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
14634         if readlink fails with buffer size just under MAXSIZE, try again
14635         with MAXSIZE.
14636
14637 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14638
14639         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
14640
14641 2004-11-02  Derek R. Price  <derek@ximbiot.com>
14642         and  Paul Eggert  <eggert@cs.ucla.edu>
14643
14644         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
14645         (get_date): Overparenthesize to avoid GCC warning.
14646
14647 2004-11-02  Bruno Haible  <bruno@clisp.org>
14648
14649         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
14650         returns void.
14651
14652 2004-11-02  Bruno Haible  <bruno@clisp.org>
14653
14654         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
14655         function returns void.
14656
14657 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14658
14659         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
14660         fflush_unlocked, flockfile, funlockfile, funlockfile,
14661         fputs_unlocked, putc_unlocked.
14662
14663 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14664
14665         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14666         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
14667         already declared.
14668
14669 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14670
14671         * modules/getdate (Files): Add doc/getdate.texi.
14672         (Depends-on): Add setenv, xalloc.
14673
14674 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14675
14676         * lib/getdate.y: Add support for TZ="foo" within a date string.
14677         Fix some bugs near time_t boundaries.  Reject dates with
14678         out-of-range components, e.g., "Sept 31".
14679         Include <stdlib.h>, "setenv.h", "xalloc.h".
14680         (ISDIGIT_LOCALE): Remove; unused.
14681         Note that the TZ and time functions used here are not reentrant.
14682         (mktime_ok, get_tz): New functions.
14683         (TZBUFSIZE): New constant.
14684         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
14685         This requires that we sometimes generate our own TZ="XXX..." setting.
14686
14687 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14688
14689         * doc/getdate.texi: New file, from coreutils with modifications for
14690         the new TZ parsing.
14691
14692 2004-10-27  Derek R. Price  <derek@ximbiot.com>
14693
14694         * lib/mktime.c (not_equal_tm): Remove redundant check.
14695
14696 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14697
14698         * modules/regex (lib_SOURCES): Add regex.c.
14699         Reported by James Youngman in
14700         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
14701
14702 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14703
14704         * lib/getdate.y: Use Bison 1.875 features, and some minor
14705         code cleanups.  This change does not affect semantics.
14706         Don't include <stdlib.h>; no longer needed.
14707         Don't include unlocked-io.h; only the "#if TEST" code uses
14708         stdio, and performance isn't crucial there.
14709         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
14710         Bison 1.875 features as described below.
14711         All uses of "PC." replaced by "pc->".
14712         (YYSTYPE): Add a forward declaration.
14713         (yylex, yyerror): Use full prototypes in forward decls.
14714         Use "%pure-parser" rather than obsolescent "%pure_parser".
14715         Use %parse-param and %lex-param instead of obsolescent
14716         YYPARSE_PARAM and YYLEX_PARAM.
14717         (meridian_table, month_and_day_table, time_units_table,
14718         relative_time_table, time_zone_table, military_table,
14719         lookup_zone, lookup_word, get_date):
14720         Use NULL instead of 0 where appropriate.
14721         (to_hour): Avoid abort (), to avoid a dependency on
14722         stdlib.h.
14723         (yyerror, yylex): Now accepts parser_control * arg.
14724         (main) [TEST]: Use '\0' rather than 0 for char.
14725
14726 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14727
14728         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
14729
14730 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14731
14732         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
14733         It's now the caller's responsibility to handle the case where
14734         !HAVE_GETPAGESIZE && !defined getpagesize.
14735
14736         * lib/mktime.c (leapyear): Arg is long int, not int.
14737
14738 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
14739
14740         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
14741
14742 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14743
14744         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
14745         missing.  Problem reported by James Youngman.
14746
14747 2004-10-16  Simon Josefsson  <jas@extundo.com>
14748
14749         * gnulib-tool: Fix comments.  Fix parse problem.
14750         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
14751
14752 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
14753
14754         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
14755         implementation of getopt_long.  Problem reported by Alexander Taler in:
14756         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
14757
14758 2004-10-15  Bruno Haible  <bruno@clisp.org>
14759
14760         * gnulib-tool: Untabify. Initialize supplied_libname.
14761         (func_usage): More homogenous output.
14762         (func_modules_transitive_closure, func_modules_to_filelist,
14763         func_emit_lib_Makefile_am): New functions.
14764         (func_import): New function, extracted from big case statement. Use
14765         func_get_license, func_modules_transitive_closure,
14766         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
14767         opt_lgpl. Don't use test -a, as it's not portable.
14768         (func_create_testdir): Use func_modules_transitive_closure,
14769         func_modules_to_filelist, func_emit_lib_Makefile_am.
14770
14771 2004-10-15  Bruno Haible  <bruno@clisp.org>
14772
14773         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
14774
14775 2004-10-15  Bruno Haible  <bruno@clisp.org>
14776
14777         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
14778         the portions belonging to each module.
14779         Suggested by Derek Robert Price <derek@ximbiot.com>.
14780
14781 2004-10-12  Simon Josefsson  <jas@extundo.com>
14782
14783         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14784         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
14785         to real functions.
14786
14787 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14788
14789         * modules/vsnprintf: New file.
14790
14791 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14792
14793         * m4/vsnprintf.m4: New file.
14794
14795 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14796
14797         * lib/vsnprintf.h: New file.
14798         * lib/vsnprintf.c: New file.
14799
14800 2004-10-11  Bruno Haible  <bruno@clisp.org>
14801
14802         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
14803         vsnprintf.
14804
14805 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14806
14807         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
14808
14809 2004-10-07  Bruno Haible  <bruno@clisp.org>
14810
14811         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
14812         fits into the provided buffer.
14813
14814 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14815
14816         * lib/diacrit.c, diacrit.h: Add GPL notice.
14817
14818         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
14819         notice.
14820         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
14821         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
14822         This avoids a potential constant-folding bug.
14823
14824 2004-10-05  Bruno Haible  <bruno@clisp.org>
14825
14826         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
14827         for the declaration of strsep.
14828
14829 2004-10-05  Bruno Haible  <bruno@clisp.org>
14830
14831         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
14832
14833 2004-10-04  Simon Josefsson  <jas@extundo.com>
14834
14835         * modules/memmem: New file.
14836         * tests/test-memmem.c: New file.
14837         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
14838
14839 2004-10-04  Simon Josefsson  <jas@extundo.com>
14840
14841         * m4/memmem.m4: New file.
14842
14843 2004-10-04  Simon Josefsson  <jas@extundo.com>
14844
14845         * lib/memmem.h: New file.
14846         * lib/memmem.c: New file, taken from glibc.
14847
14848 2004-10-04  Simon Josefsson  <jas@extundo.com>
14849
14850         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
14851         '#ifdef USE_UNLOCKED_IO'.
14852
14853 2004-10-04  Simon Josefsson  <jas@extundo.com>
14854
14855         * config/srclist.txt: Add memmem from glibc.
14856
14857 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14858
14859         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
14860
14861         * modules/argmatch, modules/argp, modules/closeout, modules/error,
14862         modules/exclude, modules/getdate, modules/getline,
14863         modules/getndelim2, modules/getpass, modules/getpass-gnu,
14864         modules/getusershell, modules/linebuffer, modules/md5,
14865         modules/mountlist, modules/posixtm, modules/readtokens,
14866         modules/readutmp, modules/regex, modules/sha1,
14867         modules/version-etc, modules/yesno:
14868         Remove dependency on unlocked-io.
14869
14870 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14871
14872         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
14873
14874         * m4/unlocked-io.m4: Add copyright notice.
14875         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
14876
14877 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14878
14879         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
14880         * lib/xmalloc.c (xmemdup): Likewise.
14881         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
14882         XFREE): Remove these long-obsolescent macros.
14883         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
14884         * lib/xstrdup.c: Remove.
14885
14886         * lib/regex.c (re_comp): Cast gettext return value to char *,
14887         Problem reported by Martin Neitzel via Mark D. Baushke.
14888
14889 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14890
14891         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
14892         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
14893         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
14894         regex.c, sha1.c, version-etc.c, yesno.c:
14895         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
14896         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
14897         the includer's responsibility.
14898
14899         Sync from coreutils.
14900
14901         * lib/modechange.c (mode_compile): Don't decrement a pointer that
14902         points to the start of a string, as the C Standard says the
14903         resulting behavior is undefined.
14904
14905         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
14906         simple -> simple_backups, numbered_existing ->
14907         numbered_existing_backups, numbered -> numbered_backups
14908         to avoid shadowing problems.  All uses changed.
14909         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
14910         * lib/backupfile.c (check_extension, numbered_backup):
14911         Rename locals to avoid shadowing 'basename'.
14912         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
14913         once.
14914
14915         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
14916         * lib/.cvsignore: Add getopt.h.
14917
14918 2004-10-04  Bruno Haible  <bruno@clisp.org>
14919
14920         * modules/README: New file.
14921         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
14922         not a module.
14923
14924 2004-10-02  Jim Meyering  <jim@meyering.net>
14925
14926         * lib/dirfd.h, getpagesize.h: Add copyright notice.
14927
14928 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14929
14930         * modules/strsep: New file.
14931
14932 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14933
14934         * m4/strsep.m4: New file.
14935
14936 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14937
14938         * lib/strsep.h: New file.
14939         * lib/strsep.c: New file.
14940
14941 2004-10-01  Simon Josefsson  <jas@extundo.com>
14942
14943         * lib/snprintf.c (snprintf): Handle size==0.
14944
14945 2004-10-01  Simon Josefsson  <jas@extundo.com>
14946             Bruno Haible  <bruno@clisp.org>
14947
14948         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
14949         (snprintf): Declare 'args'.
14950
14951 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
14952
14953         * lib/snprintf.c: Remove comments as to why each header is needed.
14954
14955 2004-10-01  Bruno Haible  <bruno@clisp.org>
14956
14957         * MODULES.html.sh: Add strsep.
14958
14959 2004-09-30  Simon Josefsson  <jas@extundo.com>
14960
14961         * modules/snprintf: New file.
14962
14963 2004-09-30  Simon Josefsson  <jas@extundo.com>
14964
14965         * m4/snprintf.m4: New file.
14966
14967 2004-09-30  Simon Josefsson  <jas@extundo.com>
14968
14969         * lib/snprintf.h, lib/snprintf.c: New files.
14970
14971 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14972
14973         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
14974         (hol_entry_help): Never translate an empty string.
14975         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
14976         * lib/argp.h (OPTION_NO_TRANS): New option.
14977
14978 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14979
14980         * modules/argp (Maintainer): Replace Simon Josefsson
14981         by Sergey Poznyakoff.
14982
14983 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14984
14985         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
14986         changes merged back into glibc.
14987
14988 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14989
14990         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
14991
14992 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14993
14994         * lib/xvasprintf.c: Include xalloc.h.
14995         (xvasprintf): Use xalloc_die, not xmalloc_die.
14996
14997 2004-09-29  Bruno Haible  <bruno@clisp.org>
14998
14999         * modules/alloca-opt: New file, derived from modules/alloca.
15000         * modules/allocsa: Depend on alloca-opt instead of alloca.
15001         * modules/setenv: Likewise.
15002         * modules/vasnprintf: Likewise.
15003         * MODULES.html.sh: Add alloca-opt.
15004
15005 2004-09-28  Simon Josefsson  <jas@extundo.com>
15006
15007         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15008         LGPL, and to replace license template from GPL to LGPL.
15009
15010 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15011
15012         * modules/dummy: Change license to LGPL.
15013
15014 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15015
15016         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15017
15018 2004-09-24  Simon Josefsson  <jas@extundo.com>
15019
15020         * modules/minmax (License): Change from GPL to LGPL.
15021
15022 2004-09-23  Simon Josefsson  <jas@extundo.com>
15023
15024         * gnulib-tool (--import): Typo.
15025
15026 2004-09-23  Simon Josefsson  <jas@extundo.com>
15027
15028         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15029
15030 2004-09-22  Bruno Haible  <bruno@clisp.org>
15031
15032         * modules/*: Add 'License' field.
15033         * gnulib-tool: Accept --extract-license option.
15034         (func_get_license): New function.
15035
15036 2004-09-21  Bruno Haible  <bruno@clisp.org>
15037
15038         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15039         Reported by Simon Josefsson.
15040
15041 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15042
15043         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
15044         gl_AC_TYPE_LONG_LONG.
15045
15046 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15047
15048         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
15049
15050 2004-09-18  Simon Josefsson  <jas@extundo.com>
15051         and  Paul Eggert  <eggert@cs.ucla.edu>
15052
15053         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
15054         calls with autoreconf.  Define GL_LIB.
15055
15056 2004-09-14  Karl Berry  <karl@gnu.org>
15057
15058         * config/srclist.txt: unsync setenv.c, sigh.
15059
15060 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15061
15062         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
15063         Problem reported by Bruno Haible in:
15064         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
15065
15066 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15067
15068         * config/srclist.txt: Comment out argp-pvh.c.
15069
15070 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
15071
15072         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
15073         in case some system header has #define'd it.  Problem reported by
15074         Soeren D. Schulze in
15075         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
15076
15077 2004-09-09  Karl Berry  <karl@gnu.org>
15078
15079         * regex.[ch]: delete from the root.  These were supposed to be
15080                 synced with emacs cvs, but this has not happened for about
15081                 a year, and anyway nothing else uses emacs regex.[ch].
15082                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
15083                 lib/regex[.ch] is untouched.
15084
15085 2004-09-09  Bruno Haible  <bruno@clisp.org>
15086
15087         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
15088
15089 2004-09-09  Bruno Haible  <bruno@clisp.org>
15090
15091         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
15092         modifications.
15093         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
15094
15095 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15096
15097         * modules/xvasprintf: New file.
15098         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
15099
15100 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15101
15102         * lib/xvasprintf.h: New file.
15103         * lib/xvasprintf.c: New file.
15104         * lib/xasprintf.c: New file.
15105
15106 2004-09-08  Bruno Haible  <bruno@clisp.org>
15107
15108         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
15109
15110 2004-09-08  Bruno Haible  <bruno@clisp.org>
15111
15112         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
15113         length is > INT_MAX.
15114         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
15115         more.
15116
15117 2004-09-08  Bruno Haible  <bruno@clisp.org>
15118
15119         * lib/stdint_.h: New file, taken from GNU clisp.
15120
15121 2004-09-08  Bruno Haible  <bruno@clisp.org>
15122             Oskar Liljeblad  <oskar@osk.mine.nu>
15123
15124         * modules/stdint: New file.
15125         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
15126
15127 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15128
15129         Import from coreutils.
15130         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
15131         strings on unbounded length.  alloca's performance benefits aren't
15132         that important here.
15133         (V_STRDUP): Remove.
15134         (parse_with_separator): New function, with most of the internals
15135         of the old parse_user_spec.  Allow user to omit both user and group,
15136         for compatibility with FreeBSD.
15137         Clone only the user name, not the entire spec.
15138         Do not set *uid, *gid unless entirely successful.
15139         Avoid memory leak in some failing cases.
15140         Fix regression for USER.GROUP reported by Dmitry V. Levin in
15141         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
15142         (parse_user_spec): Rewrite to use parse_with_separator.
15143
15144 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15145
15146         * modules/userspec: Don't depend on alloca.
15147
15148 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15149
15150         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
15151
15152 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15153
15154         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
15155         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
15156         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
15157
15158 2004-08-16  Simon Josefsson  <jas@extundo.com>
15159
15160         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
15161         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
15162         Add --dry-run for --import.
15163         Let user provided command line parameters override configure.ac
15164         settings.
15165
15166 2004-08-12  Simon Josefsson  <jas@extundo.com>
15167
15168         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
15169         as discussed with Paul Eggert in threads rooted at
15170         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
15171         and
15172         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
15173         Before, the test was empty, and relied on ELIDE_CODE in source
15174         code.)
15175         (gl_PREREQ_GETOPT): New macro.
15176         (gl_GETOPT): Use them.
15177
15178 2004-08-12  Simon Josefsson  <jas@extundo.com>
15179
15180         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
15181         * lib/getopt_.h: Renamed from getopt.h.
15182
15183 2004-08-12  Simon Josefsson  <jas@extundo.com>
15184
15185         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
15186         Change default library name from libfoo to libgnu.
15187         Now, if you have a configure.ac that says:
15188                 gl_SOURCE_BASE(gl)
15189                 gl_M4_BASE(gl/m4)
15190                 gl_MODULES(error getopt etcetera)
15191                 gl_INIT
15192         you can import all you need by running:
15193                 ../gnulib/gnulib-tool --import
15194
15195         * modules/getopt (Files): Rename getopt.h to getopt_.h.
15196         (Makefile.am): Rewrite, use logic from argz.
15197         (Include): Use <getopt.h> instead of "getopt.h".
15198
15199 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15200
15201         * modules/argp (Files): Add m4/unlocked-io.m4.
15202         (Depends-on): Add extensions.
15203
15204 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15205
15206         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
15207         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
15208         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
15209         Check for program_invocation_name, program_invocation_short_name,
15210         flockfile, funlockfile, features.h, _getopt_long_only_r.
15211
15212 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15213
15214         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
15215         its complicated substitute.
15216         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
15217         and program_invocation_name.
15218         (__argp_basename) [!_LIBC]: Remove; the only use was
15219         replaced by its body.
15220         (__argp_short_program_name): Change condition from
15221         !defined __argp_short_program_name to
15222         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
15223         to match argp-namefrob.h.
15224         (__argp_failure): Don't assume strerror_r returns char *.
15225         * lib/argp-parse.c (N_): Define unconditionally.
15226         (argp_default_options): Fill out initializers with 0 to avoid
15227         gcc warnings.
15228
15229 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15230
15231         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
15232         getopt1.c.
15233
15234 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15235
15236         Merge from coreutils.
15237
15238         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
15239
15240         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
15241         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
15242
15243 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15244
15245         Merge from coreutils.
15246
15247         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
15248         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
15249         for Reliant Unix 5.43.
15250
15251         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
15252         (union fooround): Use uintmax_t, not long int.
15253         The rest is a merge from libc:
15254         [defined _LIBC]: Include <shlib-compat.h>.
15255         (_obstack) [defined _LIBC]: Remove after 2.3.4.
15256
15257         * lib/settime.c (settime): Recode to avoid warning with
15258         Sun Forte C 6U2.
15259
15260         * lib/strverscmp.c: Convert to UTF-8.
15261
15262 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15263
15264         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15265         m4/uintmax_t.m4.
15266
15267 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15268
15269         * modules/xalloc-die: New file.
15270         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
15271
15272         * modules/md5 (Files): Add m4/uint32_t.m4.
15273         * modules/sha1: Renamed from modules/sha.
15274         (Files):
15275         Rename lib/sha.h to lib/sha1.h.
15276         Rename lib/sha.c to lib/sha1.c.
15277         Rename m4/sha.m4 to m4/sha1.m4.
15278         (lib_SOURCES): Likewise.
15279         (configure.ac): Rename gl_SHA to gl_SHA1.
15280         (Include): sha.h -> sha1.h.
15281
15282 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15283
15284         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
15285         * m4/sha1.m4: Renamed from sha.m4.
15286         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
15287
15288 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15289
15290         * lib/obstack.h (obstack_empty_p):
15291         Don't assume that chunk->contents is suitably aligned.
15292         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
15293         Likewise. Problem reported by Benno in
15294         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
15295
15296         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
15297         readable.  This could be improved further but it'd take some work.
15298
15299 2004-08-08  Simon Josefsson  <jas@extundo.com>
15300
15301         * modules/xgethostname (Depends-on): Remove exit and error (not
15302         used).
15303
15304         * modules/getpass-gnu: Add getpass.h.
15305         (Depends-on): Add stdbool.
15306         * modules/getpass: Add getpass.h.
15307
15308 2004-08-08  Simon Josefsson  <jas@extundo.com>
15309
15310         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
15311         Check getpass declaration.
15312
15313 2004-08-08  Simon Josefsson  <jas@extundo.com>
15314
15315         * lib/xgethostname.c: Don't include error.h (not used).
15316
15317         * lib/getpass.h: Add.
15318         * lib/getpass.c: Include getpass.h first.
15319
15320 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
15321
15322         * lib/xalloc-die.c: New file.
15323         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
15324         All uses removed.
15325         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
15326         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
15327         xalloc-die.c.
15328         (_, N_, xalloc_die): Move to xalloc-die.c.
15329         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
15330         so that we needn't mess with xalloc_msg_memory_exhausted.
15331
15332         * lib/sha1.h: Renamed from sha.h.
15333         (SHA1_H): Renamed from _SHA_H.
15334         (sha1_ctx): Renamed from sha_ctx.
15335         (sha1_init_ctx): Renamed from sha_init_ctx.
15336         (sha1_process_block): Renamed from sha_process_block.
15337         (sha1_process_bytes): Renamed from sha_process_bytes.
15338         (sha1_finish_ctx): Renamed from sha_finish_ctx.
15339         (sha1_read_ctx): Renamed from sha_read_ctx.
15340         (sha1_stream): Renamed from sha_stream.
15341         (sha1_buffer): Renamed from sha_buffer.
15342         * lib/sha1.c: Likewise; renamed from sha.c.
15343         Do not include <sys/types.h>.
15344         Include <stddef.h> rather than <stdlib.h>.
15345
15346 2004-08-08  Bruno Haible  <bruno@clisp.org>
15347
15348         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
15349         FILESYSTEM_PREFIX_LEN.
15350         * lib/progreloc.c: Likewise.
15351         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
15352
15353 2004-08-06  Simon Josefsson  <jas@extundo.com>
15354
15355         * modules/progname (Depends-on): Don't depend on stdbool.
15356
15357 2004-08-06  Simon Josefsson  <jas@extundo.com>
15358
15359         * modules/getsubopt: New file.
15360         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15361         getsubopt.
15362
15363 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15364
15365         More merge from coreutils.
15366
15367         * m4/utimens.m4, m4/utimecmp.m4: New files.
15368         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
15369         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
15370         prereq.m4, sha.m4: Import changes from coreutils.
15371
15372 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15373
15374         More merge from coreutils.
15375         * modules/raise, modules/readtokens0, modules/utimens:
15376         * modules/utimecmp, module/xnanosleep: New files.
15377         * modules/strftime: Add lib/strftime.h.
15378         Change include from <time.h> to "strftime.h".
15379         * modules/yesno: Add lib/yesno.h.
15380         * modules/backupfile: Remove lib/addext.c.
15381         * modules/euidaccess: Add stat-macros.h.
15382         * modules/canonicalize, modules/euidaccess,
15383         modules/filemode, modules/lchown, modules/makepath,
15384         modules/rmdir, modules/stat: Likewise.
15385
15386 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15387
15388         Merge from tar.
15389         * lib/argp-help.c (make_hol, hol_append): Don't assume that
15390         SIZE_MAX is a valid preprocessor constant.
15391         (__argp_basename): Change from "#ifndef _LIBC"
15392         to "#ifndef __argp_short_program_name", so that
15393         we don't compile these functions for tar.
15394
15395         More merges from coreutils.
15396         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
15397         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
15398         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
15399         * lib/addext.c: Remove; no longer needed.
15400         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
15401         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
15402         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
15403         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
15404         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
15405         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
15406         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
15407         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
15408         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
15409         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15410         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
15411         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
15412         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
15413         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
15414         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
15415         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
15416         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
15417         Import changes from coreutils.
15418
15419 2004-08-05  Simon Josefsson  <jas@extundo.com>
15420
15421         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
15422
15423 2004-08-05  Simon Josefsson  <jas@extundo.com>
15424
15425         * m4/getsubopt.m4: New file.
15426
15427 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15428
15429         Merge from coreutils.
15430
15431         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
15432         * m4/getcwd-path-max.m4: New files.
15433
15434         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
15435         FILESYSTEM_PREFIX_LEN ->
15436         FILE_SYSTEM_PREFIX_LEN.
15437         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
15438         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
15439         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
15440         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
15441
15442         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
15443         prerequisite modules now handle the DOS stuff.
15444         Don't check for unistd.h.
15445
15446 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15447
15448         Merge from coreutils.
15449
15450         * lib/.gdb-history: Remove; this doesn't belong here.
15451
15452         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
15453         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
15454         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
15455         * lib/getcwd.c: New files.
15456
15457         * lib/dirname.h: Include <stdbool.h>.
15458         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
15459         for consistency with POSIX terminology.  All uses changed.
15460         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
15461         (strip_trailing_slashes): Use bool for booleans.
15462         * lib/stripslash.c (strip_trailing_slashes): Likewise.
15463
15464         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
15465         sometimes returns a positive errno value even when it succeeds.
15466         (print_errno_message) [!LIBC]: Fall back on strerror if
15467         __strerror_r fails.
15468
15469         * lib/path-concat.c (mempcpy): Don't define if a system header defines
15470         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
15471         (longest_relative_suffix): New function.
15472         (path_concat): Use it.  Assume first argument is not NULL.
15473         Port to DOS.  Omit redundant separators.
15474         Report an error instead of returning NULL.
15475         Use mempcpy instead of memcpy.
15476         (xpath_concat): Remove: not declared or used.
15477
15478         * lib/same.h: Include <stdbool.h>
15479         (same_name): Return bool, not int.
15480         * lib/same.c (same_name): Likewise.
15481         (errno): Don't declare; we assume C89 or better now.
15482
15483         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
15484         if not already defined.
15485
15486         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
15487         * lib/dup-safer.c (errno): Likewise.
15488
15489 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15490
15491         Merge from coreutils.
15492         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
15493         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
15494         * modules/path-concat: Don't depend on strdup.
15495
15496 2004-08-03  Simon Josefsson  <jas@extundo.com>
15497
15498         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
15499         * lib/progname.h: Don't include stdbool.h.
15500
15501 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15502
15503         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
15504         * MODULES.html.sh (func_all_modules): Remove fatal.
15505
15506 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15507
15508         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
15509
15510 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15511
15512         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
15513         working.
15514
15515 2004-08-02  Simon Josefsson  <jas@extundo.com>
15516
15517         * lib/getsubopt.h: New file, with comments from Bruno Haible.
15518         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
15519         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
15520
15521 2004-08-01  Simon Josefsson  <jas@extundo.com>
15522
15523         * lib/xgetdomainname.c: Include stdlib.h, for free().
15524
15525 2004-07-19  Bruno Haible  <bruno@clisp.org>
15526
15527         * MODULES.html.sh (func_all_modules): Add dummy.
15528
15529 2004-07-16  Simon Josefsson  <jas@extundo.com>
15530
15531         * modules/dummy: New file.
15532
15533 2004-07-16  Simon Josefsson  <jas@extundo.com>
15534
15535         * lib/dummy.c: New file.
15536
15537 2004-07-16  Bruno Haible  <bruno@clisp.org>
15538
15539         * lib/backupfile.h: Add extern "C" for C++.
15540         * lib/closeout.h: Likewise.
15541         * lib/copy-file.h: Likewise.
15542         * lib/findprog.h: Likewise.
15543         * lib/full-write.h: Likewise.
15544         * lib/pathname.h: Likewise.
15545         * lib/progname.h: Likewise.
15546         * lib/stpcpy.h: Likewise.
15547         * lib/stpncpy.h: Likewise.
15548         * lib/strcase.h: Likewise.
15549         * lib/strstr.h: Likewise.
15550         * lib/xalloc.h: Likewise.
15551
15552         * lib/mbswidth.h: Add extern "C" for C++.
15553         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
15554
15555 2004-07-13  Robert Millan  <robertmh@gnu.org>
15556
15557         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
15558
15559 2004-07-09  Simon Josefsson  <jas@extundo.com>
15560
15561         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
15562         failed without this.)
15563
15564 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15565
15566         * modules/chown (Files): Add lib/fchown-stub.c, since
15567         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
15568
15569 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15570
15571         * lib/fchown-stub.c: New file.
15572
15573 2004-06-24  Jim Meyering  <jim@meyering.net>
15574
15575         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
15576
15577 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15578
15579         * modules/argz: Omit "#include".
15580
15581         * MODULES.html.sh (func_all_modules): Add calloc, to match
15582         2004-06-01 addition of calloc module.
15583
15584 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15585
15586         * m4/argz.m4: New file, which is autoupdated from libtool.
15587
15588 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15589
15590         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
15591         libtool.
15592
15593 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15594
15595         * config/srclist-update: Don't insist on "USA." before the
15596         close-comment, as libtool omits the period and puts the */ on a
15597         separate line.
15598         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
15599         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
15600
15601 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
15602
15603         * modules/argz: New file.
15604         * MODULES.html.sh (func_all_modules): Add argz.
15605
15606 2004-06-12  Jim Meyering  <jim@meyering.net>
15607         and  Paul Eggert  <eggert@cs.ucla.edu>
15608
15609         * modules/hash (Files): Add lib/xalloc.h.
15610         * modules/pipe (Depends-on): Add wait-process.
15611         * modules/stat (Depends-on): Add xalloc.
15612         * modules/userspec (Files): Add lib/userspec.h.
15613         * modules/xstrto
15614
15615         Upgrade from gettext-0.13.
15616         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
15617         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
15618         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
15619
15620 2004-06-10  Jim Meyering  <jim@meyering.net>
15621
15622         * lib/calloc.c: New file.
15623
15624 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15625
15626         * lib/getdate.y (yylex): Allow space between sign and number.
15627         Problem reported by Dan Jacobson.
15628
15629 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15630
15631         Merge from coreutils CVS.
15632
15633         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
15634         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
15635         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
15636         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
15637         xstrtol.m4: Fix copyright date and/or serial number.
15638
15639         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
15640         See if we need an fchown replacement.
15641         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
15642         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
15643         and use the replacement function if we detect either defect.
15644
15645         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
15646         gl_UTIMECMP.
15647
15648 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15649         and  Jim Meyering  <jim@meyering.net>
15650
15651         Merge from coreutils CVS.
15652
15653         * lib/stat-macros.h: New file, with contents from file-type.h
15654         and coreutils' system.h.
15655         * lib/file-type.c: Include "stat-macros.h".
15656         * lib/file-type.h (file_type): Move all macro definitions to new file,
15657         stat-macros.h.
15658
15659         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
15660         Wrap old code with this conditional.
15661         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
15662         function that does not dereference symlinks.
15663         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
15664
15665         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
15666         dependency problems.
15667         (xreadlink): Accept new arg SIZE, for efficiency.
15668         All decls and uses changed.
15669         * lib/xreadlink.h: Include <stddef.h>, for size_t.
15670
15671         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
15672         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
15673
15674         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
15675         sysexits.h.
15676
15677 2004-06-01  Jim Meyering  <jim@meyering.net>
15678
15679         * m4/calloc.m4: New file.
15680
15681 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
15682
15683         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
15684         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
15685         Also, fix a typo in a diagnostic.
15686
15687 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15688
15689         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
15690         or AC_FUNC_REALLOC.
15691
15692 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15693
15694         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
15695         macros to be defined.
15696         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
15697         the allocator returns NULL because the requested size is zero.
15698
15699 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15700
15701         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
15702         var.  Add comment explaining why libc still defines it.  This
15703         merges the following patch from glibc:
15704         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
15705
15706 2004-05-20  Andreas Schwab  <schwab@suse.de>
15707
15708         * m4/free.m4: Replace free if it not known to work, not the other
15709         way round.
15710
15711 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15712
15713         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
15714         present in glibc since revision 1.1 of this file.
15715         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
15716         obstack_alignment_mask, obstack_alloc, obstack_base,
15717         obstack_blank, obstack_blank_fast, obstack_chunk_size,
15718         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
15719         obstack_grow0, obstack_init, obstack_int_grow,
15720         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
15721         obstack_next_free, obstack_object_size, obstack_ptr_grow,
15722         obstack_ptr_grow_fast, obstack_room): Remove declarations of
15723         nonexistent functions.
15724
15725 2004-05-18  Karl Berry  <karl@gnu.org>
15726
15727         * config/srclist.txt: break link for vasnprintf.c.
15728
15729 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15730
15731         Port obstack to the AS/400, where pointers are 16 bytes wide and
15732         you cannot cast an integer to a valid pointer.  This patch is
15733         currently waiting to be integrated into glibc; see
15734         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
15735
15736         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
15737         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
15738         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
15739         (struct obstack): temp member is now a union of a pointer and
15740         an integer, instead of an integer.  All integer uses changed.
15741         This does not affect the physical layout of struct obstack,
15742         except on hosts (like the AS/400) where the size or alignment of
15743         void * is greater than that of ptrdiff_t.
15744         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
15745         __STDC__)]: Store temporary in pointer member of union, not
15746         integer member.
15747         * lib/obstack.c: Include <stddef.h>, for offsetof.
15748         (struct fooalign): Remove; it doesn't need a name.
15749         (union fooround): Change double to long double, and add void *.
15750         (DEFAULT_ALIGNMENT): Use offsetof to compute.
15751         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
15752         not a macro.  Hence the values are always int; so remove all
15753         casts-to-int in uses.
15754
15755 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15756
15757         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
15758         we can get this patch merged into glibc.
15759
15760 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15761             Paul Eggert  <eggert@cs.ucla.edu>
15762
15763         * m4/argp: Depend on alloca.
15764
15765 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15766             Paul Eggert  <eggert@cs.ucla.edu>
15767
15768         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
15769         freecoding.
15770
15771 2004-05-17  Bruno Haible  <bruno@clisp.org>
15772
15773         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
15774         precision that consists of a '.' followed by an empty digit string.
15775         Patch by Tor Lillqvist <tml@iki.fi>.
15776
15777 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15778
15779         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
15780         for backward compatibility with older code.  We need our own
15781         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
15782         it under some other name, and our alloca.h will define it.
15783
15784 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15785             Derek Price  <derek@ximbiot.com>
15786
15787         * lib/alloca.c: Include <alloca.h>, to get our interface.
15788         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
15789         include <alloca.h> first.  Use C89 prototype for alloca; this
15790         requires including <stddef.h> for size_t.  Use extern "C" if C++.
15791         Use #elif for simplicity, since we can assume C89 now.
15792         Don't try to source the system alloca.h since it will not be found
15793         and to prevent recursively including its replacement.
15794         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
15795         * lib/regex.c: Likewise.
15796
15797 2004-05-16  Derek Price  <derek@ximbiot.com>
15798             Paul Eggert  <eggert@cs.ucla.edu>
15799
15800         getline cleanup.  This changes the getndelim2 API: both order of
15801         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
15802         no delimiter).
15803
15804         * lib/getline.c: Don't include stddef.h or stdio.h, since our
15805         interface does that.
15806         (getline): Always use getdelim, so that we don't have two
15807         copies of this code.
15808         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
15809         if available.
15810         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
15811         (GETNDELIM2_MAXIMUM): New macro.
15812         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
15813         instead of the old practice of delim2==0.  All callers changed.
15814         Return -1 on overflow, instead of returning junk.
15815         Do not set *linesize unless allocation succeeds.
15816         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
15817         that we include sys/types.h.
15818         * lib/getnline.h: Likewise.
15819         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
15820         (getndelim2): Reorder arguments.
15821         * lib/getnline.c (getnline, getndelim):
15822         Don't discard the NMAX argument.
15823         (getnline): Invoke getndelim, to avoid code duplication.
15824         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
15825         of (size_t) -1 by callers of the getnline family.
15826
15827 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15828
15829         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
15830         Check for gettimeofday.
15831         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
15832         Check for settimeofday, stime.
15833
15834 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15835
15836         * lib/nanosleep.c (suspended): Change its type from int to
15837         sig_atomic_t volatile.
15838         (first_call): Make it private to rpl_nanosleep, and have it
15839         be zero initially as that's a bit faster.
15840         (my_usleep): Round up fractional times instead of truncating them,
15841         as this is the usual meaning for 'sleep'.
15842
15843         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
15844         doesn't work.
15845         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
15846         (ENOSYS): Define if not defined.
15847         (settime): Fall back on stime if it exists and settimeofday fails.
15848         But don't bother with fallbacks if a method fails with errno == EPERM.
15849
15850 2004-05-11  Jim Meyering  <jim@meyering.net>
15851
15852         Prior to this change, the save_cwd caller required read access to the
15853         current directory on most systems (ones with the fchdir function).
15854
15855         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
15856         fails, try write-only, and finally, resort to using xgetcwd.
15857
15858 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15859
15860         * lib/obstack.c, obstack.h: Import changes from libc.
15861
15862 2004-04-28  Bruno Haible  <bruno@clisp.org>
15863
15864         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
15865         also implicitly appends .exe to executables.
15866         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
15867         accepts Windows pathnames.
15868         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15869         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15870         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15871         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15872         Reported by Derek Robert Price <derek@ximbiot.com>.
15873
15874 2004-04-21  Karl Berry  <karl@gnu.org>
15875
15876         * config/srclist.txt (localcharset.c): break sync.
15877
15878 2004-04-20  Paul Eggert  <eggert@twinsun.com>
15879
15880         * m4/host-os.m4: Add a copyright notice.
15881
15882 2004-04-20  Jim Meyering  <jim@meyering.net>
15883
15884         Change UTILS_ to gl_ in AC_DEFINE'd names.
15885         Change utils_- and jm_-prefixed variables, too.
15886         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
15887         UTILS_FUNC_MKDIR_TRAILING_SLASH.
15888         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
15889
15890         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
15891         Don't emit trailing blanks.
15892         Also rename jm_-prefixed variables to have gl_ prefix.
15893
15894         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
15895         Also rename jm_-prefixed variables to have gl_ prefix.
15896
15897         * m4/jm-macros.m4: Reflect the renamings.
15898         * m4/prereq.m4: Likewise.
15899
15900 2004-04-20  Jim Meyering  <jim@meyering.net>
15901
15902         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
15903         memory.
15904
15905 2004-04-20  Jim Meyering  <jim@meyering.net>
15906             Bruno Haible  <bruno@clisp.org>
15907
15908         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
15909         memory when realloc fails.
15910
15911 2004-04-19  Jim Meyering  <jim@meyering.net>
15912
15913         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
15914         now that readutmp.c may call `free (0)'.
15915
15916 2004-04-19  Bruno Haible  <bruno@clisp.org>
15917
15918         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
15919         * m4/inttypes_h.m4: Likewise.
15920         * m4/stdint_h.m4: Likewise.
15921         * m4/intmax_t.m4: Likewise.
15922         * m4/uintmax_t.m4: Likewise.
15923
15924 2004-04-18  Jim Meyering  <jim@meyering.net>
15925
15926         * m4/prereq.m4: Don't forbid jm_ prefix.
15927
15928         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
15929         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
15930         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
15931         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
15932         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
15933         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
15934         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
15935         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
15936         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
15937         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
15938         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
15939         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
15940         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
15941         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
15942         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
15943         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
15944         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
15945         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
15946         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
15947
15948 2004-04-18  Jim Meyering  <jim@meyering.net>
15949
15950         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
15951         failure, don't leak memory and do call END_UTMP_ENT.
15952
15953 2004-04-16  Jim Meyering  <jim@meyering.net>
15954
15955         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
15956         coreutils' stat program.
15957         (gl_PREREQ): Don't require jm_PREREQ_STAT.
15958
15959 2004-04-11  Paul Eggert  <eggert@twinsun.com>
15960
15961         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
15962         C89.
15963         (CHAR_BIT): Remove, since we assume C89.
15964         Include <stdint.h> if available, as per current Autoconf CVS advice.
15965
15966 2004-03-31  Jim Meyering  <jim@meyering.net>
15967
15968         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
15969         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
15970         * m4/xalloc.m4: Likewise.
15971
15972 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15973
15974         Merge from coreutils.
15975
15976         * m4/inttostr.m4: New file.
15977         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
15978         Require AM_STDBOOL_H and gl_TIMESPEC instead.
15979         Require gl_CLOCK_TIME.
15980         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
15981
15982 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15983
15984         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
15985         not bool, to be more consistent with Unix conventions.
15986         Suggested by Bruno Haible.
15987
15988         Merge from coreutils.
15989
15990         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
15991         * lib/umaxtostr.c: New files.
15992
15993         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
15994         the usual <time.h> dance.
15995         (get_date): Change signature to support fractional time stamps.
15996         All callers changed.
15997         * lib/getdate.y: Include "getdate.h" first, as we can now
15998         assume C89 and don't need to worry about 'const'.
15999         Similarly, include "unlocked-io.h" near start, not in middle.
16000         Include <limits.h>.
16001         (textint.value): Use long int rather than int.
16002         (textint.digits): Use size_t rather than int.
16003         (BILLION, LOG10_BILLION): New constants.
16004         (parser_control): New member rel_ns.  Members day_ordinal,
16005         time_zone, month, day, hour, minutes, rel_year, rel_month,
16006         rel_day, rel_hour, rel_minutes, rel_seconds
16007         are now long int, not int.  Member seconds is now struct timespec,
16008         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16009         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16010         not int.
16011         (%union.intval): Now long int, not int.
16012         New member timespec.
16013         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16014         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16015         (spec): Now is a timespec or an item list.
16016         (timespec, items): New nonterminals.
16017         (time, rel, relunit, number, get_date):
16018         Add support for fractional seconds.
16019         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16020         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16021         (to_hour): First arg is now long int, not int.
16022         (to_year): Returns long int, not int.
16023         Don't treat year -70 like 70.
16024         (tm_diff): Returns long int, not int.
16025         (lookup_word): Use bool instead of int when appropriate.
16026         (yylex): Use size_t for count, not int.
16027         Detect overflow when parsing large integer constants.
16028         Add support for fractions.
16029         (get_date): Make pointers 'const' if possible.
16030         Use more-portable code to detect integer overflow.
16031         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16032         Don't use ctime; it's not reliable if the year has >4 digits.
16033
16034         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16035         This is for compatibility with BSD.
16036
16037         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16038         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16039         From coreutils' system.h.
16040
16041         * lib/userspec.c: Don't include "posixver.h".
16042         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
16043         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
16044         compatible extension.  Simplify code by removing a boolean int
16045         that was always nonzero if a string was nonnull.
16046
16047 2004-03-30  Jim Meyering  <jim@meyering.net>
16048
16049         Merge from coreutils.
16050
16051         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
16052         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
16053         on some systems one must include <grp.h> before it.
16054         Reported by Christian Krackowizer.
16055
16056 2004-03-30  Jim Meyering  <jim@meyering.net>
16057
16058         Merge from coreutils.
16059
16060         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
16061
16062         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
16063         an empty input stream.
16064
16065         * lib/readtokens.c: Include <stdbool.h>.
16066         (readtoken): Use `size_t' rather than int/long.
16067         All callers adjusted.
16068         Use `bool' rather than `int' where appropriate.
16069         Use memset rather than an explicit loop.
16070         Use x2nrealloc rather than xrealloc.
16071         Allow the use of `\0' as a delimiter.
16072         (readtokens): Likewise.
16073         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
16074
16075 2004-03-30  Jim Meyering  <jim@meyering.net>
16076
16077         * m4/realloc.m4: Remove file, since now it does no more than
16078         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
16079         the `configure.ac' section of module/realloc.
16080         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
16081
16082 2004-03-30  Bruno Haible  <bruno@clisp.org>
16083
16084         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
16085         nonnull.
16086
16087 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16088
16089         Merge changes to getloadavg.c from coreutils and Emacs.
16090
16091         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
16092         Define to an expression, not to the empty string.
16093         Include cloexec.h and xalloc.h.
16094         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
16095         Use set_cloexec_flag rather than rolling our own.
16096         * lib/cloexec.c, lib/cloexec.h: New files.
16097
16098 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16099
16100         * m4/cloexec.m4: New file.
16101
16102 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16103
16104         * lib/getopt.h: Sync with libc CVS.
16105
16106 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16107             Bruno Haible  <bruno@clisp.org>
16108
16109         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
16110         mbswidth.
16111
16112 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16113             Bruno Haible  <bruno@clisp.org>
16114
16115         * lib/mbswidth.h: Include <wchar.h> only if
16116         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
16117         <wchar.h>.
16118         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
16119
16120 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16121
16122         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
16123         Sync with libc CVS.
16124         * lib/getopt_int.h: New file, also synced from libc.
16125
16126 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16127
16128         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
16129         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
16130         Bring back getopt.c, getopt.h, getopt1.c.
16131
16132 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16133
16134         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
16135         All uses changed.  Check for sa_sigaction member; this fixes
16136         a bug first reported by Jason Andrade in
16137         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16138
16139 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16140
16141         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
16142         '#if' expressions.  Unlike the code it replaces, it does not
16143         depend on (defined _SC_PAGESIZE).  However, it does depend on
16144         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
16145         first reported by Jason Andrade in
16146         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16147
16148 2004-02-25  Simon Josefsson  <jas@extundo.com>
16149
16150         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
16151
16152 2004-02-25  Simon Josefsson  <jas@extundo.com>
16153
16154         * lib/strdup.h: New file.
16155         * lib/strdup.c: Include it.
16156         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
16157         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
16158
16159 2004-02-23  Karl Berry  <karl@gnu.org>
16160
16161         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
16162         (from fencepost.gnu.org:/gd/gnuorg).
16163
16164 2004-02-23  Karl Berry  <karl@gnu.org>
16165
16166         * config/srclistvars.sh (GNUORG) [karl]: redefine.
16167         * config/srclist.txt: add maintain/standards documents.
16168
16169 2004-02-18  Bruno Haible  <bruno@clisp.org>
16170
16171         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
16172         Reported by Derek Robert Price <derek@ximbiot.com>.
16173
16174 2004-02-16  Karl Berry  <karl@gnu.org>
16175
16176         * config/mkinstalldirs, install-sh: update from automake.
16177
16178 2004-02-06  Karl Berry  <karl@gnu.org>
16179
16180         * m4/po.m4: update from gettext 0.14.1.
16181
16182 2004-02-06  Karl Berry  <karl@gnu.org>
16183
16184         * lib/config.charset: update from gettext 0.14.1.
16185
16186 2004-02-05  Paul Eggert  <eggert@twinsun.com>
16187
16188         Add comments and code, prompted by suggestions from Bruno Haible
16189         for sh-quote.
16190         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
16191         describing the enum quoting_style values.
16192         * lib/quotearg.c (quotearg_alloc): New function.
16193         (quotearg_buffer_restyled): Treat lone { and } as special.
16194         Treat = as special.  Work around bug with older shells
16195         that "see" a '\' that is really the 2nd byte of a multibyte char.
16196         Quote empty string with shell_quoting_style.
16197
16198 2004-02-03  Bruno Haible  <bruno@clisp.org>
16199
16200         * m4/pipe.m4: New file, from GNU gettext.
16201
16202 2004-02-03  Bruno Haible  <bruno@clisp.org>
16203
16204         * lib/pipe.h: New file, from GNU gettext.
16205         * lib/pipe.c: New file, from GNU gettext.
16206
16207 2004-01-27  Bruno Haible  <bruno@clisp.org>
16208
16209         * m4/execute.m4: New file, from GNU gettext.
16210
16211 2004-01-27  Bruno Haible  <bruno@clisp.org>
16212
16213         * lib/execute.h: New file, from GNU gettext.
16214         * lib/execute.c: New file, from GNU gettext.
16215         * lib/w32spawn.h: New file, from GNU gettext.
16216
16217 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16218
16219         Merge from diffutils.
16220
16221         * lib/file-type.c (file_type): Add typed memory objects.
16222         * lib/file-type.h (S_TYPEISTMO): New macro.
16223
16224         * lib/c-stack.h (c_stack_action): Remove argv argument.
16225         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
16226         (die): Don't calculate message unless segv_action returns.
16227         (get_stack_location, min_address_from_argv, max_address_from_argv,
16228         volatile stack_base, volatile_stack_size): Remove.
16229         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
16230         that every segmentation violation is a stack overflow.  (Ouch!)
16231         See Debian bug 136249 (still outstanding) for more info about why
16232         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
16233
16234 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16235
16236         Exit-status fix from coreutils.
16237
16238         Use exit_failure consistently in place of EXIT_FAILURE,
16239         so that program exit statuses are consistent on failure.
16240
16241         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
16242         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
16243         * lib/argmatch.h: Comment fix to match the above.
16244         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
16245         Now a macro referring to exit_failure, instead of a separate
16246         variable.  Include "exitfail.h" to get it.
16247         * lib/xstrtol.h: Include "exitfail.h".
16248         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
16249
16250         * lib/long-options.c (parse_long_options): Use prototype
16251         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
16252         for clarity.
16253
16254 2004-01-21  Jim Meyering  <jim@meyering.net>
16255
16256         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
16257         so as not to conflict with a different-sized __mktime_internal
16258         function in GNU libc.
16259         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
16260         Problem building statically-linked `ls' reported by Michael Brunnbauer.
16261
16262 2004-01-20  Karl Berry  <karl@gnu.org>
16263
16264         * config/config.guess: update from config.
16265
16266         * config/srclistvars.sh: GNUWWWLICENSES for karl.
16267
16268 2004-01-20  Bruno Haible  <bruno@clisp.org>
16269
16270         Safer stack allocation.
16271         * lib/setenv.c: Include allocsa.h.
16272         (alloca): Remove fallback definition.
16273         (freea): Remove macro.
16274         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
16275         instead of freea.
16276
16277 2004-01-20  Bruno Haible  <bruno@clisp.org>
16278
16279         * m4/eealloc.m4: New file, from GNU gettext.
16280
16281 2004-01-20  Bruno Haible  <bruno@clisp.org>
16282
16283         * m4/allocsa.m4: New file, from GNU gettext.
16284
16285 2004-01-20  Bruno Haible  <bruno@clisp.org>
16286
16287         * lib/xallocsa.h: New file, from GNU gettext.
16288         * lib/xallocsa.c: New file, from GNU gettext.
16289
16290 2004-01-20  Bruno Haible  <bruno@clisp.org>
16291
16292         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
16293
16294 2004-01-20  Bruno Haible  <bruno@clisp.org>
16295
16296         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
16297         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
16298         specially.
16299
16300 2004-01-20  Bruno Haible  <bruno@clisp.org>
16301
16302         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
16303         patch.
16304
16305 2004-01-20  Bruno Haible  <bruno@clisp.org>
16306
16307         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
16308
16309 2004-01-20  Bruno Haible  <bruno@clisp.org>
16310
16311         * lib/eealloc.h: New file.
16312
16313 2004-01-20  Bruno Haible  <bruno@clisp.org>
16314
16315         * lib/binary-io.h: Avoid warnings on Cygwin.
16316
16317 2004-01-20  Bruno Haible  <bruno@clisp.org>
16318
16319         * lib/allocsa.h: New file, from GNU gettext.
16320         * lib/allocsa.c: New file, from GNU gettext.
16321
16322 2004-01-18  Karl Berry  <karl@gnu.org>
16323
16324         * doc/gpl.texi, doc/lgpl.texi: new files.
16325
16326 2004-01-18  Karl Berry  <karl@gnu.org>
16327
16328         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
16329         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
16330
16331 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16332
16333         Merge from coreutils.
16334
16335         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
16336         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
16337         (gl_DEFAULT_POSIX2_VERSION): Move
16338         the documentation from 'configure' into 'config.hin',
16339         so that 'configure --help' isn't burdened by it and
16340         we don't have to worry about its formatting there.
16341         Reword the documentation so that it's more succinct
16342         and can be run together into a single paragraph.
16343         * m4/same.m4 (gl_SAME): Check for pathconf.
16344
16345 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16346
16347         Merge from coreutils.
16348
16349         * lib/posixver.c: Include posixver.h.
16350
16351         * lib/same.c: Include <stdbool.h>, <limits.h>.
16352         (_POSIX_NAME_MAX): Define if not defined.
16353         (MIN): New macro.
16354         (same_name): If file names are silently truncated, report
16355         that the file names are the same if they are the same after
16356         the silent truncation.
16357
16358         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
16359         conversion function.
16360         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
16361         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
16362         longer needed.
16363
16364 2004-01-15  Jim Meyering  <jim@meyering.net>
16365
16366         Merge from coreutils.
16367
16368         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
16369         if no library is required.
16370         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
16371         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
16372         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
16373         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
16374         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
16375         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
16376         value, $ac_cv_search_crypt, if it's "none required".
16377         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
16378         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
16379         not gl_FUNC_GETLOADAVG.
16380         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
16381         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
16382
16383 2004-01-15  Jim Meyering  <jim@meyering.net>
16384
16385         Merge from coreutils.
16386
16387         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
16388         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
16389         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
16390
16391         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
16392         optional configure-time default.
16393
16394         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16395
16396         * lib/xreadlink.c (xreadlink): Correct outdated comment.
16397
16398 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
16399
16400         Merge from coreutils.
16401
16402         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
16403         value, $ac_cv_search_nanosleep, if it's "none required".
16404
16405 2004-01-14  Paul Eggert  <eggert@twinsun.com>
16406
16407         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
16408         with like-named macro in fnmatch.c.
16409         (EXT): Use an internal constant instead.
16410
16411         Merge fnmatch patches from glibc.
16412         * lib/fnmatch.c (mbsinit): Remove define.
16413         Add libc_hidden_ver (__fnmatch, fnmatch).
16414         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
16415         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
16416
16417 2004-01-14  Karl Berry  <karl@gnu.org>
16418
16419         * config/install-sh: update from automake.
16420
16421 2004-01-13  Karl Berry  <karl@gnu.org>
16422
16423         * config/install-sh: update from automake.
16424
16425 2004-01-09  Karl Berry  <karl@gnu.org>
16426
16427         * config/install-sh: update from automake.
16428
16429 2004-01-05  Karl Berry  <karl@gnu.org>
16430
16431         * config/config.{sub,guess}: update from config.
16432
16433 2003-12-31  Karl Berry  <karl@gnu.org>
16434
16435         * config/depcomp: update from automake.
16436
16437 2003-12-14  Karl Berry  <karl@gnu.org>
16438
16439         * lib/config.charset: update from gettext-runtime.
16440
16441 2003-12-03  Paul Eggert  <eggert@twinsun.com>
16442
16443         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
16444         Bug reported by Alfred M. Szmidt.
16445
16446 2003-12-03  Bruno Haible  <bruno@clisp.org>
16447
16448         * m4/gettext.m4: Upgrade from gettext-0.13.
16449         * m4/po.m4: Upgrade from gettext-0.13.
16450         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
16451         * m4/intmax.m4: New file, from gettext-0.13.
16452         * m4/printf-posix.m4: New file, from gettext-0.13.
16453
16454 2003-11-29  Karl Berry  <karl@gnu.org>
16455
16456         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
16457
16458 2003-11-25  Paul Eggert  <eggert@twinsun.com>
16459             Bruno Haible  <bruno@clisp.org>
16460
16461         * lib/printf-parse.h: Don't include sys/types.h.
16462         (ARG_NONE): New macro.
16463         (char_directive): Change type of *arg_index fields to size_t.
16464         * lib/printf-parse.c: Don't include sys/types.h.
16465         (SSIZE_MAX): Remove macro.
16466         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
16467         Remove unnecessary overflow check.
16468         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
16469         fields.
16470
16471 2003-11-25  Bruno Haible  <bruno@clisp.org>
16472
16473         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
16474
16475 2003-11-25  Bruno Haible  <bruno@clisp.org>
16476
16477         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
16478         gt_TYPE_SSIZE_T.
16479
16480 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16481
16482         * modules/alloca: Remove dependency on xalloc.
16483
16484 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16485
16486         * lib/alloca.c: Remove dependency on xalloc module.
16487         (xalloc_die): Remove.
16488         (memory_full) [!defined emacs]: New macro.
16489         [!defined emacs]: Don't include xalloc.h.
16490         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
16491         address arithmetic overflows.  Change datatypes a bit to avoid
16492         unnecessary casts.
16493
16494 2003-11-22  Jim Meyering  <jim@meyering.net>
16495
16496         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
16497         s/size/size_t/.
16498
16499 2003-11-21  Karl Berry  <karl@gnu.org>
16500
16501         * config/config.{sub,guess}: update from config.
16502
16503 2003-11-18  Karl Berry  <karl@gnu.org>
16504
16505         * config/config.{sub,guess}: update from config.
16506
16507         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
16508
16509 2003-11-17  Paul Eggert  <eggert@twinsun.com>
16510
16511         * README: Mention that S+T cannot overflow if S is the size of
16512         an existing object and T is sufficiently small.
16513
16514 2003-11-17  Jim Meyering  <jim@meyering.net>
16515
16516         On systems without utime and without a utimes function capable of
16517         dealing with a NULL struct utimbuf* argument, this utime replacement
16518         could -- in unusual circumstances -- leak a file descriptor.
16519         * lib/utime.c: Include <unistd.h> and <errno.h>.
16520         (utime_null): Be sure to close `fd' and to preserve errno.
16521         Reported by Geoff Collyer via Arnold Robbins.
16522
16523 2003-11-17  Bruno Haible  <bruno@clisp.org>
16524
16525         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
16526         (Depends-on): Add xsize.
16527
16528 2003-11-17  Bruno Haible  <bruno@clisp.org>
16529
16530         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
16531
16532 2003-11-17  Bruno Haible  <bruno@clisp.org>
16533
16534         * lib/vasnprintf.c (alloca): Remove fallback definition.
16535         (freea): Remove definition.
16536         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
16537         Reported by Paul Eggert.
16538
16539 2003-11-16  Paul Eggert  <eggert@twinsun.com>
16540             Bruno Haible  <bruno@clisp.org>
16541
16542         Protect against address arithmetic overflow.
16543         * lib/printf-args.h: Include stddef.h.
16544         (arguments): Change type of field 'count' to size_t.
16545         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
16546         'unsigned int' where appropriate.
16547         * lib/printf-parse.h: Include sys/types.h.
16548         (char_directive): Change type of *arg_index fields to ssize_t.
16549         (char_directives): Change type of fields 'count', max_*_length to
16550         size_t.
16551         * lib/printf-parse.c: Include sys/types.h and xsize.h.
16552         (SSIZE_MAX): Define fallback value.
16553         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
16554         instead of 'int' where appropriate. Check a_allocated, d_allocated
16555         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
16556         * lib/vasnprintf.c: Include xsize.h.
16557         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
16558         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
16559         overflow. Avoid wraparound when converting a width or precision from
16560         decimal to binary.
16561
16562 2003-11-16  Bruno Haible  <bruno@clisp.org>
16563
16564         Update from GNU gettext.
16565         * lib/printf-parse.c: Generalize to it can be compiled for wide
16566         strings.
16567         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
16568         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
16569         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
16570         SNPRINTF): New macros.
16571         Don't include <alloca.h> if the file is used inside libintl.
16572         (local_wcslen): New function, for Solaris 2.5.1.
16573         (VASNPRINTF): Use it instead of wcslen.
16574
16575 2003-11-16  Bruno Haible  <bruno@clisp.org>
16576
16577         * lib/xsize.h (xmax): New function.
16578         (xsum, xsum3, xsum4): Declare as "pure" functions.
16579
16580 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16581
16582         * modules/xalloc (Files): Undo latest change, since xalloc.h
16583         no longer needs SIZE_MAX or PTRDIFF_MAX.
16584
16585 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16586
16587         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
16588         gl_PTRDIFF_MAX.
16589
16590 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16591
16592         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
16593         "return", to pacify some unknown compiler.  Problem reported
16594         by Joerg Schilling.
16595
16596 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16597
16598         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
16599         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
16600         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
16601         heuristic is just as accurate as far as we know, and it removes a
16602         dependency on size_max.m4 and ptrdiff_max.m4.
16603
16604 2003-11-11  Bruno Haible  <bruno@clisp.org>
16605
16606         * modules/xsize (Files): Add m4/size_max.m4.
16607         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
16608
16609 2003-11-11  Bruno Haible  <bruno@clisp.org>
16610
16611         * m4/size_max.m4: New file.
16612         * m4/ptrdiff_max.m4: New file.
16613         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
16614         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
16615         (gl_XALLOC): Invoke it.
16616
16617 2003-11-11  Bruno Haible  <bruno@clisp.org>
16618
16619         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
16620         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
16621         defined.
16622
16623 2003-11-10  Paul Eggert  <eggert@twinsun.com>
16624
16625         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
16626         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
16627         rejected some allocations of exactly SIZE_MAX - 2 bytes.
16628         From Bruno Haible.
16629         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
16630         not (size_t) -1, since it's defined here.
16631
16632 2003-11-09  Karl Berry  <karl@gnu.org>
16633
16634         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
16635
16636 2003-11-06  Paul Eggert  <eggert@twinsun.com>
16637
16638         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
16639         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
16640         Reject sizes of exactly SIZE_MAX bytes.
16641         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
16642         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
16643
16644 2003-11-05  Bruno Haible  <bruno@clisp.org>
16645
16646         * lib/xsize.h: Include limits.h, to avoid a possible collision with
16647         SIZE_MAX defined in <limits.h> on Solaris.
16648
16649 2003-11-04  Jim Meyering  <jim@meyering.net>
16650
16651         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
16652         variable names, rather than @VAR@.
16653         * modules/poll: Likewise.
16654
16655 2003-11-04  Bruno Haible  <bruno@clisp.org>
16656
16657         * modules/xsize: New file.
16658         * modules/linebreak: Depend on xsize.
16659         * MODULES.html.sh (func_all_modules): Add xsize.
16660
16661 2003-11-04  Bruno Haible  <bruno@clisp.org>
16662
16663         * m4/xsize.m4: New file.
16664
16665 2003-11-04  Bruno Haible  <bruno@clisp.org>
16666
16667         * lib/xsize.h: New file.
16668         * lib/linebreak.c: Include xsize.h.
16669         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
16670         argument for overflow.
16671         Suggested by Paul Eggert.
16672
16673 2003-11-03  Karl Berry  <karl@gnu.org>
16674
16675         * config/config.{guess,sub}: update from config.
16676
16677 2003-11-03  Jim Meyering  <jim@meyering.net>
16678
16679         * modules/userspec (lib_SOURCES): Add userspec.h.
16680         (Include): Add "userspec.h".
16681         Improve description.
16682
16683 2003-11-03  Jim Meyering  <jim@meyering.net>
16684
16685         * lib/userspec.c: Include "userspec.h".
16686         * lib/userspec.h: New file.
16687
16688 2003-11-03  Bruno Haible  <bruno@clisp.org>
16689
16690         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
16691
16692 2003-11-03  Bruno Haible  <bruno@clisp.org>
16693
16694         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
16695         available, to avoid (extremely rare) race condition.
16696         Suggested by Paul Eggert.
16697
16698 2003-11-02  Karl Berry  <karl@gnu.org>
16699
16700         * config/srclist.txt (vasprintf.c): sync broken, sigh.
16701
16702 2003-10-31  Paul Eggert  <eggert@twinsun.com>
16703
16704         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
16705         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
16706         (read_filesystem_list): Set and use me_type_malloced.
16707         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
16708         whatever the type happens to be), for brevity and consistency.
16709         Check for size calculation overflow on Alphas running OSF/1.
16710
16711 2003-10-31  Jim Meyering  <jim@meyering.net>
16712
16713         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
16714
16715         * lib/linebuffer.c: Include <string.h> for declaration of memset.
16716
16717 2003-10-30  Paul Eggert  <eggert@twinsun.com>
16718             Bruno Haible  <bruno@clisp.org>
16719
16720         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
16721         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
16722
16723 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16724
16725         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
16726         netbsd*-gnu*.  Suggested by Robert Millan.
16727
16728 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16729
16730         * modules/group-member: Depend on stdbool.
16731
16732 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16733
16734         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
16735
16736 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16737
16738         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
16739         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
16740         after the 'gnu' in these cases.  This fixes some bugs in the
16741         previous change, and is based on suggestions by Robert Millan.
16742
16743 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16744
16745         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
16746         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
16747         no longer needed.
16748         * lib/quotearg.c (quotearg_n_options): Use it.
16749         * lib/group-member.c: Include <stdbool.h>.
16750         (free_group_info): Arg is now const *; don't free arg.
16751         (get_group_info): Now returns bool and accepts struct group_info *,
16752         rather than returning a malloc'ed struct group_info *.
16753         All uses changed.  Check for overflow in internal size calculation.
16754
16755         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
16756         rather than xmalloc/xrealloc.
16757         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
16758         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
16759         conformance bug: the old code used a pointer after freeing the
16760         storage that it addressed.
16761         * lib/hash.c (hash_initialize): Simplify the code by using
16762         xalloc_oversized rather than doing it by hand.
16763         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
16764         the buffer preserved.  Use free and xmalloc instead.
16765         * lib/quotearg.c (quotearg_n_options): Likewise.
16766         Use a simpler test for size overflow.  Don't use xalloc_oversized
16767         because unsigned int might be wider than size_t (!); this suggests
16768         that we should switch from unsigned int to size_t for slot numbers.
16769
16770 2003-10-28  Paul Eggert  <eggert@twinsun.com>
16771
16772         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
16773         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
16774         NetBSD kernels.  Requested by Richard Stallman.
16775
16776 2003-10-27  Paul Eggert  <eggert@twinsun.com>
16777
16778         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
16779         to allocate the returned structure.  Do not allocate a subarray,
16780         as x2nrealloc will do that.
16781         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
16782         instead of xnrealloc.
16783         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
16784
16785 2003-10-27  Bruno Haible  <bruno@clisp.org>
16786
16787         * lib/stdbool_.h: Better support for BeOS.
16788
16789 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16790
16791         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
16792         now uses inline.
16793
16794 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16795
16796         * lib/xalloc.h (xalloc_oversized): New static inline function, for
16797         callers that want to do their own size-overflow checking.  Include
16798         <stdbool.h>, since xalloc_oversized returns bool.
16799         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
16800         to use xalloc_oversized.
16801
16802         Add two functions x2realloc, x2nrealloc, for programs that grow
16803         arrays dynamically by doubling their sizes.
16804         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
16805         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
16806         New functions.
16807
16808         Port to C99 semantics for 'inline' of external functions.
16809         Bug reported by Bruno Haible.
16810         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
16811         with the old contents of xnmalloc.
16812         (xnmalloc, xmalloc): Use it.
16813         (xnrealloc_inline): New static inline function,
16814         with the old contents of xnrealloc.
16815         (xnrealloc, xrealloc): Use it.
16816
16817         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
16818         that.
16819
16820 2003-10-26  Karl Berry  <karl@gnu.org>
16821
16822         * config/srclist.txt (COPYING.DOC): no longer available from
16823         /gd/gnuorg; don't know where the ultimate source is.
16824
16825 2003-10-25  Paul Eggert  <eggert@twinsun.com>
16826
16827         Fix several address-calculation bugs in the hash modules,
16828         plus some minor code cleanup.
16829
16830         * lib/hash.h: Include <stdbool.h>, for bool.
16831         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
16832         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
16833         hash_get_n_entries, hash_get_max_bucket_length,
16834         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
16835         hash_rehash): Use size_t rather than unsigned.
16836         * lib/hash.c (struct hash_table, hash_get_n_buckets,
16837         hash_get_n_buckets_used, hash_get_n_entries,
16838         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
16839         hash_get_entries, hash_do_for_each, hash_string, is_prime,
16840         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
16841         Likewise.
16842         (SIZE_MAX): Define if not defined.
16843         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
16844         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
16845         hash_print):
16846         Use const * when possible.
16847         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
16848         (check_tuning): Fix bug: if tuning parameters were very close to
16849         0 or 1, rounding errors could have caused subscript violations.
16850         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
16851         (hash_initialize): Add 'fail:' label
16852         to free table and return NULL, and use it to simplify code.
16853         Use calloc rather than clearing the storage ourself.
16854         (hash_initialize, hash_rehash): Check for arithmetic overflow in
16855         buffer size calculations.
16856         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
16857         Include <stddef.h>, for size_t.
16858         * lib/hash-pjw.c (hash_pjw): Likewise.
16859         Switch to method described by Bruno Haible.
16860         Include <limits.h>, for CHAR_BIT.
16861         (SIZE_BITS): New macro.
16862
16863 2003-10-23  Paul Eggert  <eggert@twinsun.com>
16864
16865         * m4/getline.m4 (AM_FUNC_GETLINE):
16866         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
16867         hosts.  Problem reported by Derek Robert Price in
16868         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
16869         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
16870         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
16871
16872 2003-10-21  Paul Eggert  <eggert@twinsun.com>
16873
16874         * lib/getndelim2.c (getndelim2): When size calculation overflows,
16875         ceiling the allocation at NMAX bytes rather than silently
16876         discarding input bytes before NMAX is reached.  This makes
16877         a difference only if NMAX exceeds SIZE_MAX / 2.
16878
16879         * lib/obstack.c: Merge from glibc.
16880         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
16881         Add libc_hidden_def (_obstack_newchunk).
16882         (_obstack_free) [! defined _LIBC]: Remove.
16883         [defined _LIBC]: Make a strong alias from obstack_free, rather than
16884         a clone of the function body.
16885         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
16886         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
16887
16888         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
16889         glibc.
16890         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
16891         arg to memcpy.
16892
16893         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
16894         (obstack_ptr_grow_fast, obstack_int_grow_fast):
16895         Don't use lvalue casts, as GCC plans to remove support for them
16896         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
16897         was also present in the non-GCC version, indicating that this
16898         code had always been buggy and had never been widely used.
16899         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
16900         Use the fast variant of each macro, rather than copying the
16901         definiens of the fast variant; that way, we'll be more likely to
16902         catch future bugs in the fast variants.
16903
16904 2003-10-20  Bruno Haible  <bruno@clisp.org>
16905
16906         * modules/wait-process: New file.
16907         * MODULES.html.sh (func_all_modules): Add wait-process.
16908
16909 2003-10-20  Bruno Haible  <bruno@clisp.org>
16910
16911         * m4/wait-process.m4: New file.
16912
16913 2003-10-20  Bruno Haible  <bruno@clisp.org>
16914
16915         * lib/wait-process.h: New file, from GNU gettext.
16916         * lib/wait-process.c: New file, from GNU gettext.
16917
16918 2003-10-19  Jim Meyering  <jim@meyering.net>
16919
16920         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
16921         HPUX 10.20.
16922
16923 2003-10-18  Karl Berry  <karl@gnu.org>
16924
16925         * config/config.guess: update from config.
16926
16927 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16928
16929         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
16930         (getgroups): First arg is int, not size_t.
16931         Don't let 'free' mangle errno.
16932
16933 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16934
16935         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
16936
16937 2003-10-16  Karl Berry  <karl@gnu.org>
16938
16939         * config/config.{guess,sub}: update from config.
16940
16941 2003-10-16  Jim Meyering  <jim@meyering.net>
16942
16943         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
16944         memcpy.
16945
16946 2003-10-15  Paul Eggert  <eggert@twinsun.com>
16947
16948         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
16949         (SIZE_MAX): Remove.
16950         (new_exclude, add_exclude_file): Initial size no longer needs to
16951         be a power of 2.
16952         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
16953         our own address arithmetic overflow checking.
16954
16955         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
16956         (fnmatch): Do not alloca more than 2000 wide characters;
16957         instead, use malloc for large buffers.
16958         Check for address arithmetic overflow, and return -1
16959         with errno set to ENOMEM in that case.
16960         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
16961         (NEW_PATTERN): Do not alloca more than 8000 bytes;
16962         instead, return -1.  Check for address arithmetic overflow.
16963
16964 2003-10-14  Paul Eggert  <eggert@twinsun.com>
16965
16966         Handle invalid suffixes and overflow independently, so that
16967         callers can treat them independently as needed.  Fix some bugs in
16968         suffix handling, e.g., "100k@" was not diagnosed as an invalid
16969         suffix for a human-readable blocksize.  The major caller-visible
16970         change is the addition of a new
16971         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
16972         that both overflow and suffix chars were found.
16973
16974         * lib/human.c (humblock): Don't check separately for invalid suffix
16975         char; that is xstrtoumax's job (now that its bug is fixed).
16976         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
16977         INTMAX_MAX]: New macros.
16978         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
16979         TYPE_MAXIMUM): New macros.
16980         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
16981         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
16982         if overflow occurs, as it's what __strtol does and it's more useful
16983         in practice.
16984         (__xstrtol): If __strtol reports some error other than ERANGE,
16985         reflect it to the caller as LONGINT_INVALID.  If it reports
16986         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
16987         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
16988         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
16989         value.
16990         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
16991         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
16992         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
16993         [defined UINTMAX_MAX]: New macros.
16994
16995 2003-10-14  Bruno Haible  <bruno@clisp.org>
16996
16997         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
16998
16999 2003-10-14  Bruno Haible  <bruno@clisp.org>
17000
17001         * m4/sig_atomic_t: New file, from GNU gettext.
17002         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17003
17004 2003-10-14  Bruno Haible  <bruno@clisp.org>
17005
17006         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17007         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17008         Also use volatile where needed.
17009
17010 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17011
17012         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17013         Change maintainer from Bruno Haible to 'all'.
17014
17015 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17016
17017         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17018
17019 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17020
17021         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17022         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17023         and define in terms of the other primitives.
17024         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17025         (SIZE_MAX): Define if not already defined.
17026         (array_size_overflow): New function.
17027         (xalloc_die): Abort instead of exiting if 'error' returns.
17028         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17029         (xmalloc, xrealloc): Use them.
17030         (xcalloc): Check for address arithmetic overflow.
17031         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17032         a bit faster than strcpy.
17033
17034 2003-10-10  Simon Josefsson  <jas@extundo.com>
17035
17036         * modules/argp (Depends-on): Add restrict and strcase.
17037
17038 2003-10-10  Simon Josefsson  <jas@extundo.com>
17039
17040         * m4/argp.m4: Add AC_C_INLINE.
17041
17042 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17043
17044         Merge getpass from libc, plus a few fixes.
17045
17046         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
17047         Include <stdbool.h>.
17048         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
17049         __fsetlocking to empty.
17050         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
17051         do include <bits/libc-lock.h>.
17052         Do not include <fcntl.h>; not needed.
17053         [_LIBC]: Include <wchar.h>.
17054         (NOTCANCEL_MODE): New macro.
17055         (flockfile, funlockfile) [_LIBC]: New macros.
17056         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
17057         [!_LIBC]: New macros.
17058         (call_fclose): New function.
17059         (getpass): Use it.  Save tty stream separately; this simplifies the
17060         code and makes it more reliable if stdin happens to equal stdout.
17061         Invoke __fsetlocking on tty.
17062         Handle thread cancellation if needed.
17063         Namespace cleanup (use __tcgetattr, __getline).
17064         Use bool for Booleans.
17065         [USE_IN_LIBIO]: Handle wide streams.
17066         [!_LIBC]: Unconditionally do the fseek, since we don't know what
17067         stream might go where.
17068
17069         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
17070         doesn't have to include <stdio.h> before us.
17071         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
17072         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
17073         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
17074         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
17075         if not declared, so that we can use getpass.c code from libc without
17076         rewriting it.
17077         (flockfile, ftrylockfile, funlockfile): New macros.
17078
17079 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17080
17081         * modules/getpass: Depend on stdbool.
17082
17083 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17084
17085         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
17086
17087 2003-10-07  Karl Berry  <karl@gnu.org>
17088
17089         * config/config.{guess,sub}: update from config.
17090
17091 2003-10-06  Jim Meyering  <jim@meyering.net>
17092             Bruno Haible  <bruno@clisp.org>
17093
17094         This lets translators provide better translations for the
17095         "Written by ..." part of --version output.
17096         * lib/version-etc.h: Include stdarg.h.
17097         (version_etc_copyright): Declare as readonly.
17098         (version_etc): Make this function variadic with a NULL-terminated list
17099         of author name strings.
17100         (version_etc_va): New declaration.
17101         * lib/version-etc.c: Include stdarg.h, stdlib.h.
17102         (version_etc_copyright): Declare as readonly.
17103         (version_etc_va): New function. Provide a different translatable string
17104         for each possible number of authors < 10. Abbreviate when there are 10
17105         authors or more.
17106         (version_etc): Make this function variadic. Call version_etc_va.
17107         Suggestion from Gary V. Vaughan.
17108
17109         * lib/long-options.h (parse_long_options): Change prototype: the
17110         authors string is moved to the end and becomes variadic.
17111         * lib/long-options.c: Include stdarg.h.
17112         (parse_long_options): Make this function variadic, too.
17113         Call version_etc_va, not version_etc.
17114
17115 2003-10-06  Bruno Haible  <bruno@clisp.org>
17116
17117         * modules/version-etc-2: Remove file.
17118         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
17119
17120 2003-10-06  Bruno Haible  <bruno@clisp.org>
17121
17122         * modules/fatal-signal: New file.
17123         * MODULES.html.sh (func_all_modules): Add fatal-signal.
17124
17125 2003-10-06  Bruno Haible  <bruno@clisp.org>
17126
17127         * m4/fatal-signal.m4: New file.
17128         * m4/signalblocking.m4: New file, from GNU gettext.
17129
17130 2003-10-06  Bruno Haible  <bruno@clisp.org>
17131
17132         * lib/version-etc-2.h: Remove file.
17133         * lib/version-etc-2.c: Remove file.
17134
17135 2003-10-06  Bruno Haible  <bruno@clisp.org>
17136
17137         * lib/fatal-signal.h: New file, from GNU gettext.
17138         * lib/fatal-signal.c: New file, from GNU gettext.
17139
17140 2003-10-05  Paul Eggert  <eggert@twinsun.com>
17141
17142         * README: Rework advice for preventing empty .o files.
17143         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
17144         not <sys/types.h>.
17145
17146 2003-10-04  Karl Berry  <karl@gnu.org>
17147
17148         * lib/argp*: update from libc.
17149
17150 2003-10-04  Karl Berry  <karl@gnu.org>
17151
17152         * config/config.{guess,sub}: update from config.
17153
17154 2003-10-02  Bruno Haible  <bruno@clisp.org>
17155
17156         * modules/lchown (Include): Add lchown.h.
17157         * modules/time_r (Include): Use "..." syntax.
17158         * modules/xgetdomainname (Include): Add xgetdomainname.h.
17159
17160 2003-10-01  Simon Josefsson  <jas@extundo.com>
17161
17162         * MODULES.html.sh (func_all_modules): Move gethostname from section
17163         'based on' to section 'lacking' POSIX:2001.
17164
17165 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
17166
17167         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
17168         to output mode on the same stream.
17169
17170 2003-09-29  Paul Eggert  <eggert@twinsun.com>
17171
17172         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
17173         Fix arg typo in previous patch.
17174
17175 2003-09-28  Jim Meyering  <jim@meyering.net>
17176
17177         * lib/error.c: Correct cpp indentation.
17178
17179 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17180
17181         * modules/free: New file.
17182
17183 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17184
17185         * m4/free.m4: New file.
17186
17187 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17188
17189         * lib/minmax.h (MIN, MAX)
17190         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
17191         Omit the special code that used __typeof__, since we worry that
17192         it could be more trouble than it's worth.  See:
17193         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
17194         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
17195
17196         * lib/free.c: New file.
17197
17198 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
17199
17200         Trivial fixes to Makefile.am parts of module listings.
17201         * modules/strstr: Append strstr.h to lib_SOURCES.
17202         * modules/strcase: Likewise, for strcase.h.
17203
17204 2003-09-27  Karl Berry  <karl@gnu.org>
17205
17206         * config/mkinstalldirs: update from automake.
17207
17208 2003-09-26  Paul Eggert  <eggert@twinsun.com>
17209
17210         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
17211         (error_tail): Do not loop, reallocating temporary buffer, since
17212         the output cannot contain more wide characters than the input
17213         contains bytes, the size must be big enough already.  This avoids
17214         one potential size overflow calculation.  Check for size overflow
17215         when calculating temporary buffer size.  Free temporary buffer
17216         when done, if it was allocated with malloc; this plugs a memory
17217         leak.  Remove casts from void * to pointers, that are no longer
17218         needed now that we're assuming C89 or better.
17219
17220         Merge error changes from glibc.
17221
17222         * lib/error.c, error.h: Update copyright notice header to match glibc.
17223         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
17224         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
17225         Disable cancellation while printing error.
17226         * lib/error.h: Prepend __ to parameter names.
17227
17228 2003-09-26  Jim Meyering  <jim@meyering.net>
17229
17230         * lib/error.c (error_tail): Move some declarations
17231         into inner scope where the local variables are used.
17232
17233 2003-09-26  Bruno Haible  <bruno@clisp.org>
17234
17235         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
17236         stpncpy().
17237         Don't define stpncpy through config.h; it's now done through stpncpy.h.
17238
17239 2003-09-26  Bruno Haible  <bruno@clisp.org>
17240
17241         * lib/stpncpy.h (gnu_stpncpy): New declaration.
17242         (stpncpy): Define as alias for gnu_stpncpy.
17243         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
17244
17245 2003-09-25  Simon Josefsson  <jas@extundo.com>
17246
17247         * lib/xgetdomainname.h: New file.
17248         * lib/xgetdomainname.c: New file.
17249
17250 2003-09-25  Simon Josefsson  <jas@extundo.com>
17251             Bruno Haible  <bruno@clisp.org>
17252
17253         * modules/getdomainname: New file.
17254         * modules/xgetdomainname: New file.
17255         * MODULES.html.sh (func_all_modules): Add getdomainname,
17256         xgetdomainname.
17257
17258 2003-09-25  Simon Josefsson  <jas@extundo.com>
17259             Bruno Haible  <bruno@clisp.org>
17260
17261         * m4/getdomainname.m4: New file.
17262
17263 2003-09-25  Simon Josefsson  <jas@extundo.com>
17264             Bruno Haible  <bruno@clisp.org>
17265
17266         * lib/getdomainname.h: New file.
17267         * lib/getdomainname.c: New file.
17268
17269 2003-09-25  Karl Berry  <karl@gnu.org>
17270
17271         * lib/argp-fmtstream.c, argp-help.c: update from libc.
17272
17273 2003-09-25  Karl Berry  <karl@gnu.org>
17274
17275         * config/install-sh: update from automake.
17276
17277 2003-09-25  Bruno Haible  <bruno@clisp.org>
17278
17279         * modules/version-etc-2: New file, from modules/version-etc with
17280         modifications.
17281         * MODULES.html.sh (func_all_modules): Add version-etc-2.
17282
17283 2003-09-25  Bruno Haible  <bruno@clisp.org>
17284
17285         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
17286         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
17287
17288 2003-09-24  Simon Josefsson  <jas@extundo.com>
17289
17290         * modules/xgethostname: Add xgethostname.h.
17291
17292 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17293
17294         * lib/linebuffer.c (freebuffer): Don't free the argument, just
17295         the buffer associated with the argument.  Bug reported by
17296         Simon Josefsson.
17297
17298 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17299
17300         * README: Document assumptions that 'int' is at least 32 bits
17301         wide, that integer arithmetic is 2's complement without overflow,
17302         that there are no holes in integer values, that adding sizes of
17303         two nonoverlapping objects can't overflow, and that all-bits-zero
17304         yields scalar zero.  Fix spelling and capitalization typos.
17305
17306 2003-09-19  Karl Berry  <karl@gnu.org>
17307
17308         * lib/argp.h: update from libc.
17309
17310 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17311
17312         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
17313         to avoid spurious warnings like "AC_RUN_IFELSE was called before
17314         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
17315
17316 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17317
17318         * gnulib-tool: Use "test -h", not "test -L", for portability
17319         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
17320         (tags_regexp): Remove, since \| doesn't conform to POSIX.
17321         (sed_extract_prog): Issue s commands one-by-one, rather than
17322         using \| in one s command.
17323
17324 2003-09-16  Paul Eggert  <eggert@twinsun.com>
17325
17326         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
17327         input error, instead of returning NULL the next time we are called
17328         (and therefore losing track of errno).
17329
17330 2003-09-16  Bruno Haible  <bruno@clisp.org>
17331
17332         * gnulib-tool (func_create_testdir): Warn about duplicated
17333         dependencies.
17334
17335 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17336
17337         * modules/argmatch, modules/fatal, modules/obstack,
17338         modules/xalloc, modules/xgethostname: Sort dependencies by
17339         importance, not alphabetically.
17340
17341 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17342
17343         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
17344         fails, so that the caller gets the proper errno.
17345
17346         * lib/readutmp.c (read_utmp): Likewise.
17347         Check for fstat error.  Close stream and free storage
17348         when failing.
17349
17350 2003-09-14  Karl Berry  <karl@gnu.org>
17351
17352         * config/srclist.txt (strdup.c): disable for c89 changes.
17353
17354 2003-09-14  Jim Meyering  <jim@meyering.net>
17355
17356         * lib/getloadavg.c: Correct cpp indentation.
17357         * lib/strdup.c: Likewise.
17358         * lib/vasnprintf.c: Likewise.
17359
17360 2003-09-14  Bruno Haible  <bruno@clisp.org>
17361
17362         * modules/fwriteerror: New file.
17363         * MODULES.html.sh (func_all_modules): Add fwriteerror.
17364
17365 2003-09-14  Bruno Haible  <bruno@clisp.org>
17366
17367         * lib/fwriteerror.h: New file.
17368         * lib/fwriteerror.c: New file.
17369
17370 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17371
17372         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
17373         modules/xgethostname, modules/xalloc: Depend on exit.
17374
17375 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17376
17377         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
17378
17379         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
17380         and AC_MINIX, too, so that their extensions are available.
17381
17382         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
17383         This macro has been superseded by gl_BACKUPFILE.
17384
17385         More patches to assume C89 or better.
17386
17387         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
17388
17389         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
17390         unconditionally.
17391         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
17392         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
17393         Include <string.h>, <stdlib.h> unconditionally.
17394         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
17395         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
17396         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
17397         headers or for string.h.
17398         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
17399         or strtoul.
17400
17401         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
17402         headers.
17403         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
17404         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17405         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
17406         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
17407         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17408         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
17409         memcpy, memset.
17410         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
17411         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
17412         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
17413         strtol.
17414         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
17415         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
17416         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
17417         strtoul.
17418
17419 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17420
17421         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
17422         * lib/obstack.c [!defined _LIBC]: Likewise.
17423         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
17424         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
17425         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
17426
17427         More changes to assume C89 or better.
17428
17429         * lib/error.c (error_tail): Assume vprintf.
17430
17431         * lib/argmatch.c (getenv): Remove decl.
17432         * lib/progreloc.c (get_full_program_name): Define via prototype.
17433         * lib/setenv.c (clearenv): Likewise.
17434         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
17435         needed.
17436         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
17437         (malloc, memcpy): Remove decls.
17438         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
17439         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
17440         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17441         (memcpy): Remove macro.
17442         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
17443         (__P): Remove.  All uses removed.
17444         (PTR): Remove.  All uses changed to void *.
17445         (CHAR_BIT, NULL): Remove.
17446         (spaces, zeros, memset_space, memset_zero)
17447         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
17448         Remove.
17449         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
17450         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
17451         Define with prototype.
17452         Remove now-unnecessary prototype decl.
17453         (extra_args_spec): Assume ANSI C.  All uses changed.
17454         (extra_args_spec_iso): Remove.
17455         (my_strftime, emacs_strftimeu): Define via prototype.
17456         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
17457         unconditionally.
17458         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
17459         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
17460         (strtoul, strtol): Remove decls.
17461         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
17462         LONG_MAX): Remove.
17463         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17464         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
17465         (LOCALE_PARAM_PROTO): New macro.
17466         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
17467         (INTERNAL (strtol), strtol): Define with a prototype.
17468         (PARAMS): Remove.  All uses removed.
17469         * lib/tempname.c: Include <string.h> unconditionally.
17470         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
17471         * lib/xgethostname.c (main): Define with a prototype.
17472         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
17473         Include <stdlib.h> unconditionally.
17474         (calloc, malloc, realloc, free): Remove decls.
17475         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
17476         Include <stdlib.h> unconditionally.  Sort include file names.
17477         (strtod): Remove.
17478         (xstrtod): Define with a prototype.
17479         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
17480         (strtol, strtoul): Remove decls.
17481
17482 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17483
17484         More patches to assume C89 or better.
17485         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
17486         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
17487         string.h, memchr, STDC_HEADERS.
17488
17489 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17490
17491         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
17492         Include <stdlib.h>, <string.h> unconditionally.
17493         Remove now-unnecessary cast to char *.
17494         * lib/strnlen.c: Include <string.h> unconditionally.
17495         * lib/yesno.c (yesno): Define with a prototype.
17496
17497 2003-09-11  Bruno Haible  <bruno@clisp.org>
17498
17499         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
17500
17501 2003-09-10  Jim Meyering  <jim@meyering.net>
17502
17503         * lib/error.c: Correct indentation of cpp directives.
17504
17505 2003-09-10  Bruno Haible  <bruno@clisp.org>
17506
17507         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
17508         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
17509         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
17510         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
17511         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
17512         <stdlib.h> and <string.h> checks.
17513         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
17514         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
17515
17516 2003-09-10  Bruno Haible  <bruno@clisp.org>
17517
17518         * lib/strcspn.c: Include <string.h> unconditionally.
17519         * lib/strpbrk.c: Include <string.h> unconditionally.
17520         * lib/strstr.c: Include <string.h> unconditionally.
17521         * lib/unicodeio.c: Include <string.h> unconditionally.
17522         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
17523         * lib/unsetenv.c: Likewise.
17524         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
17525         * lib/yesno.c: Include <stdlib.h> unconditionally.
17526         (rpmatch): Add prototype.
17527
17528 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17529
17530         More patches to assume C89 or better.
17531         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
17532         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
17533         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
17534         or for string.h.
17535         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
17536         stdlib.h.
17537         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
17538         C headers.
17539         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
17540         string.h.
17541         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
17542         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
17543         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
17544         or for string.h.
17545         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
17546         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
17547         C headers.
17548         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
17549         memcpy.
17550         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
17551         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
17552         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
17553         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
17554         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
17555         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
17556         string.h, free.
17557         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
17558         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
17559         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
17560         C headers, or for string.h.
17561         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
17562         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
17563         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
17564         headers, memory.h, stdlib.h, string.h, strings.h.
17565         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
17566         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
17567         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
17568         strchr.
17569         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
17570         headers, memory.h, string.h.
17571         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
17572         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
17573         free.
17574         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
17575         headers.
17576         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
17577         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
17578         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
17579         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
17580         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
17581
17582 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17583
17584         More K&R removal.
17585
17586         * lib/acosl.c (main): Use a prototype.
17587         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
17588         tanl.c: Likewise.
17589
17590         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
17591
17592         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
17593         (getopt, etopt_long, getopt_long_only, _getopt_internal)
17594         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
17595         with a prototype.
17596         * lib/getopt.c (const): Remove macro.
17597         Include <string.h> unconditionally.
17598         (my_index): Remove; all uses changed to strchr.
17599         (strlen): Remove decl.
17600         (exchange): Remove forward decl; no longer needed.
17601         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
17602         Define with prototype.
17603         * lib/getopt1.c (const): Remove macro.
17604         (getopt_long, getopt_long_only, main): Define with prototype.
17605
17606         * lib/getugroups.c: Include <string.h> unconditionally.
17607
17608         * lib/getusershell.c: Include <stdlib.h> unconditionally.
17609         (getusershell, setusershell, endusershell, readname, main):
17610         Define with prototypes.
17611
17612         * lib/group-member.c: Include group-member.h first.
17613         Include <stdlib.h> unconditionally.
17614
17615         * lib/hard-locale.c: Include hard-locale.h first.
17616         Include <stdlib.h>, <string.h> unconditionally.
17617
17618         * lib/hash.c (free, malloc): Remove decls.
17619         Include <stdlib.h> unconditionally.
17620
17621         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
17622         (getenv): Do not declare.
17623
17624         * lib/idcache.c: Include <string.h> unconditionally.
17625
17626         * lib/long-options.c: Include long-options.h first, to test interface.
17627         Include <stdlib.h> unconditionally.
17628
17629         * lib/makepath.c: Include makepath.h first, to test interface.
17630         Include <stdlib.h> and <string.h> unconditionally.
17631
17632         * lib/linebuffer.c: Include <stdlib.h>.
17633         (free): Remove decl.
17634
17635         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
17636         stddef.h. rpl_malloc returns void *, not char *.
17637         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
17638         prototype.
17639
17640         * lib/md5.h: Include <limits.h> unconditionally.
17641         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
17642         (__P): Remove; all uses removed.
17643         * lib/md5.c: Include "md5.h" first.
17644         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
17645         md5_buffer, md5_process_bytes, md5_process_block):
17646         Define with prototypes.
17647         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
17648         * lib/sha.c: Include "sha.h" first.
17649         Include <stdlib.h>, <string.h> unconditionally.
17650
17651         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
17652         * lib/memcmp.c (__ptr_t): Likewise.
17653         * lib/memrchr.c (__ptr_t): Likewise.
17654         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
17655         Include <string.h> unconditionally.
17656         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
17657         * lib/memchr.c: Include <stdlib.h> unconditionally.
17658         * lib/memchr.c (LONG_MAX): Remove.
17659         * lib/memrchr.c (LONG_MAX): Likewise.
17660         * lib/memchr.c (__memchr): Define via a prototype.
17661         * lib/memrchr.c (__memrchr): Likewise.
17662         * lib/memcmp.c (__P): Remove, and remove all uses.
17663         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
17664         Remove forward decls; no longer needed.
17665         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
17666         Use types required by C89 in prototype.
17667
17668         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
17669         * lib/savedir.c: Likewise.
17670         * lib/mkdir.c (free): Remove decl.
17671         * lib/rmdir.c (rmdir): Define with a prototype.
17672         * lib/savedir.c: Include savedir.h first, to test interface.
17673
17674         * lib/mktime.c (STDC_HEADERS): Remove.
17675         Include <stdlib.h>, <string.h> unconditionally.
17676
17677         * lib/modechange.c: Include <stdlib.h> unconditionally.
17678         (malloc): Remove decl.
17679
17680         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
17681         (free): Remove decl.
17682
17683         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
17684         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
17685         (This type really should be intptr_t, but that's a C99ism.)
17686         (_obstack_memcpy): Remove: all uses changed to memcpy.
17687         Include <string.h> unconditionally.
17688         (struct obstack): Assume __STDC__ for types of members
17689         chunkfun, freefun, extra_arg.
17690         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
17691         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
17692         obstack_begin, obstack_specify_allocation,
17693         obstack_specify_allocation_with_arg, obstack_chunkfun,
17694         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
17695         Remove unprototyped decls and the macros that use them.
17696         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
17697         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
17698         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
17699         (defined __STDC__ && __STDC__)]:
17700         Remove nonprototyped code.
17701         Include <stdlib.h> unconditionally.
17702         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
17703         _obstack_allocated_p, _obstack_free, obstack_free,
17704         _obstack_memory_used, print_and_abort):
17705         Define using prototypes.
17706         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
17707         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
17708         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
17709         obstack_next_free, obstack_object_size, obstack_room) [0]:
17710         Remove unused, unprototyped code.
17711
17712         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
17713
17714         * lib/physmem.c (physmem_total, physmem_available, main): Define
17715         with prototypes.
17716
17717         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
17718         (main): Define with a prototype.
17719
17720         * lib/posixver.c (getenv): Remove decl.
17721
17722         * lib/putenv.c (malloc): Returns void *, not char *.
17723         Include <string.h> unconditionally.
17724         (strchr, memcpy, NULL): Do not define.
17725
17726         * lib/readtokens.c: Include readtokens.h first, to test interface.
17727         Include <stdlib.h>, <string.h> unconditionally.
17728         (init_tokenbuffer): Define with a prototype.
17729
17730         * lib/regex.c (PARAMS): Remove.  All uses removed.
17731         All uses of _RE_ARGS removed, too.
17732         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17733         unconditionally.
17734         (bzero): Assume memset exists.
17735         (memcmp, memcpy, NULL): Remove.
17736         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
17737         char, or assignments to local vars of type signed char.
17738         (init_syntax_once, PREFIX(extract_number_and_incr),
17739         PREFIX(print_partial_compiled_pattern),
17740         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
17741         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
17742         PREFIX(regex_grow_registers), PREFIX(regex_compile),
17743         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
17744         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
17745         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
17746         wcs_compile_range, byte_compile_range, truncate_wchar,
17747         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
17748         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
17749         count_mbs_length, wcs_re_match_2_internal,
17750         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
17751         PREFIX(alt_match_null_string_p),
17752         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
17753         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
17754         regfree, PREFIX(extract_number)): Define with prototype.  Remove
17755         now-unnecessary declaration, if any.
17756         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
17757         regcomp, regexec):
17758         Remove now-unnecessary casts among pointer types.
17759         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
17760
17761         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
17762         (free): Remove decl.
17763
17764         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
17765
17766         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
17767         (free): Remove decl.
17768
17769         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
17770         * lib/xgetcwd.c: Likewise.
17771
17772         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
17773         (free): Remove decl.
17774
17775         * lib/strchrnul.c (strchrnul): Define with a prototype.
17776         Fix bug: c_in was not converted to char before searching.
17777
17778         The following changes are not K&R related:
17779
17780         * lib/group-member.h: Include <sys/types.h>, so that this file is
17781         self-contained.
17782         * lib/makepath.h: Likewise.
17783
17784         * lib/getusershell.c (readname, default_index, line_size, readname):
17785         Use size_t, not int, for sizes.
17786         (readname): If the size overflows, report an error instead of
17787         looping forever.
17788
17789 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17790
17791         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
17792         libc.
17793
17794 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17795
17796         * README: New section: portability guidelines.
17797
17798 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17799
17800         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
17801         C89 spec.
17802
17803 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17804
17805         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
17806
17807 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17808
17809         Assume C89 or better; remove K&R cruft.
17810         A few of these changes were first proposed by Derek Robert Price
17811         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
17812
17813         * lib/addext.c: Include <string.h> unconditionally.
17814         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
17815         Don't declare getenv or malloc.
17816
17817         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
17818         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
17819         (NULL): Remove.
17820         (find_stack_direction, alloca): Use prototypes.
17821
17822         * lib/atexit.c (atexit): Define using a prototype.
17823
17824         * lib/basename.c, dirname.c, stripslash.c:
17825         Include <string.h> unconditionally.
17826
17827         * lib/bcopy.c: Include <stddef.h>.
17828         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
17829
17830         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
17831
17832         * lib/error.h (error, error_at_line, error_print_progname)
17833         [! (defined (__STDC__) && __STDC__)]: Remove decls.
17834         * lib/error.c: Include error.h first, to check interface.
17835         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17836         (VA_START): Remove; all uses changeed to va_start.
17837         (exit, strerror): Remove decls.
17838         (error_print_progname): Prototype uncondionally.
17839         Don't include <errno.h>; no longer needed.
17840         (private_strerror): Remove.
17841         (error_tail): Always define.
17842         (error, error_at_line): Assume C89 or better; always use prototypes.
17843         * lib/fatal.c: Include "fatal.h" first, to test interface.
17844         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17845         (VA_START): Remove; all uses changed to va_start.
17846         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
17847         this case.
17848         (exit): Remove decl.
17849         (fatal): Prototype unconditionally.  Assume va_start works.
17850         Abort at end, to pacify gcc.
17851
17852         * lib/euidaccess.c (main): Define with a prototype.
17853
17854         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
17855
17856         * lib/exitfail.c: Include <stdlib.h> unconditionally.
17857
17858         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
17859         prototypes.
17860         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
17861         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
17862         (getenv): Remove decl.
17863         (fnmatch): Define using a prototype.
17864         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
17865         (FCT): Define using a prototype.
17866
17867         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
17868
17869         * lib/gethostname.c: Include <stddef.h>.
17870         (gethostname): Define with prototype.  Length is size_t, not int.
17871
17872 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17873
17874         Assume C89 or better; remove K&R cruft.
17875         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
17876         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
17877         string.h, getenv, malloc.
17878         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
17879         headers.
17880         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
17881         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
17882         do not check for strerror.
17883         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
17884         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
17885         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
17886         do not check for doprnt or vprintf.
17887         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
17888         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
17889
17890 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17891
17892         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
17893         getversion.c should have been removed then, but was accidentally
17894         preserved.
17895
17896         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
17897         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
17898
17899 2003-09-08  Karl Berry  <karl@gnu.org>
17900
17901         * config/config.sub, config.guess, srclistvars.sh: update from savannah
17902                 config, forget about prep.
17903
17904         * config/depcomp, missing: update from automake.
17905
17906 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17907
17908         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
17909         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17910
17911 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17912
17913         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
17914         copy_tm_result.  Bug reported by Simon Josefsson in
17915         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17916
17917 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17918
17919         * m4/time_r.m4: New file.
17920         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
17921         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
17922         is. Check for timegm declaration.
17923         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
17924         Do not check for gmtime_r.
17925         Replace mktime if __mktime_internal does not exist and if mktime
17926         hasn't been replaced already.
17927
17928 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17929
17930         * lib/time_r.c, lib/time_r.h: New files.
17931
17932         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
17933         __localtime_r.
17934         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
17935         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
17936
17937         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
17938         __gmtime_r.
17939         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
17940         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
17941         Include <time_r.h>.
17942
17943         * lib/timegm.c: Switch to glibc implementation, with the following
17944         changes:
17945         [defined HAVE_CONFIG_H]: Include <config.h>.
17946         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
17947         (__mktime_internal) [!defined _LIBC]: New decl.
17948         (__gmtime_r) [!defined _LIBC]: New macro and function.
17949         (timegm): Use a prototype, since gnulib assumes C89.
17950         Do not bother declaring tmp to be const, as it's not really usefu.
17951         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
17952         (timegm): Declare only if HAVE_DECL_TIMEGM.
17953
17954 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17955
17956         * MODULES.html.sh (func_all_modules): Add time_r.
17957         * modules/time_r: New file.
17958         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
17959         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
17960
17961 2003-09-03  Paul Eggert  <eggert@twinsun.com>
17962
17963         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
17964         Bug reported by Lute Kamstra in
17965         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
17966
17967         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
17968         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
17969         course with correspondingly smaller numbers for tomorrow and
17970         yesterday.  From Tadayoshi Funaba.  Originally installed into
17971         sh-utils on 1999-08-07, but the patch got lost (I guess during the
17972         coreutils merge?).
17973
17974 2003-08-31  Simon Josefsson  <jas@extundo.com>
17975
17976         * modules/timegm: New file.
17977         * MODULES.html.sh (func_all_modules): Add timegm.
17978
17979 2003-08-31  Simon Josefsson  <jas@extundo.com>
17980
17981         * m4/timegm.m4: New file.
17982
17983 2003-08-31  Simon Josefsson  <jas@extundo.com>
17984
17985         * lib/timegm.h: New file.
17986         * lib/timegm.c: New file.  Based on
17987         wget-1.8.2/src/http.c:mktime_from_utc.
17988
17989 2003-08-31  Karl Berry  <karl@gnu.org>
17990
17991         * lib/argp.h: update from libc.
17992
17993 2003-08-28  Bruno Haible  <bruno@clisp.org>
17994
17995         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
17996         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
17997         followed by '#define fnmatch fnmatch_posix' gives an error.
17998
17999 2003-08-28  Bruno Haible  <bruno@clisp.org>
18000
18001         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18002         warning on QNX, which defines O_BINARY to 000000.
18003
18004 2003-08-27  Jim Meyering  <jim@meyering.net>
18005
18006         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18007         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18008         would fail after 32.  Reported by Danny Levinson.  Details here:
18009         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18010
18011 2003-08-24  Bruno Haible  <bruno@clisp.org>
18012
18013         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18014         MSVC7 <stdio.h> is included later.
18015
18016 2003-08-22  Simon Josefsson  <jas@extundo.com>
18017
18018         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18019
18020 2003-08-20  Karl Berry  <karl@gnu.org>
18021
18022         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18023
18024 2003-08-20  Bruno Haible  <bruno@clisp.org>
18025
18026         * modules/progname: New file.
18027         * MODULES.html.sh (func_all_modules): Add progname.
18028
18029 2003-08-20  Bruno Haible  <bruno@clisp.org>
18030
18031         * lib/progname.h: New file, from GNU gettext.
18032         * lib/progname.c: New file, from GNU gettext.
18033         * lib/progreloc.c: New file, from GNU gettext.
18034
18035 2003-08-19  Jim Meyering  <jim@meyering.net>
18036
18037         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18038         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18039
18040 2003-08-19  Bruno Haible  <bruno@clisp.org>
18041
18042         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
18043         more.
18044
18045 2003-08-19  Bruno Haible  <bruno@clisp.org>
18046
18047         * lib/xstrdup.c: Assume <string.h> exists.
18048
18049 2003-08-18  Paul Eggert  <eggert@twinsun.com>
18050
18051         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
18052         in makefile rules.
18053
18054 2003-08-18  Jim Meyering  <jim@meyering.net>
18055
18056         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
18057         * m4/lib-ld.m4: Likewise.
18058
18059 2003-08-18  Jim Meyering  <jim@meyering.net>
18060
18061         * lib/setenv.h: Indent nested cpp directive.
18062         * lib/vasnprintf.c: Remove trailing blanks.
18063
18064 2003-08-17  Simon Josefsson  <jas@extundo.com>
18065
18066         * modules/xstrndup: New file.
18067         * MODULES.html.sh (func_all_modules): Add xstrndup.
18068
18069 2003-08-17  Simon Josefsson  <jas@extundo.com>
18070
18071         * modules/argp: Fix autoconf macro name. Add more dependencies.
18072
18073 2003-08-17  Simon Josefsson  <jas@extundo.com>
18074
18075         * m4/xstrndup.m4: New file.
18076
18077 2003-08-17  Simon Josefsson  <jas@extundo.com>
18078
18079         * m4/argp.m4: New file.
18080
18081 2003-08-17  Simon Josefsson  <jas@extundo.com>
18082             Bruno Haible  <bruno@clisp.org>
18083
18084         * lib/xstrndup.h: New file.
18085         * lib/xstrndup.c: New file.
18086
18087 2003-08-17  Bruno Haible  <bruno@clisp.org>
18088
18089         * modules/strndup (Files, Include): Add lib/strndup.h.
18090
18091 2003-08-17  Bruno Haible  <bruno@clisp.org>
18092
18093         * modules/euidaccess (Files): Add lib/euidaccess.h.
18094
18095 2003-08-17  Bruno Haible  <bruno@clisp.org>
18096
18097         * lib/strndup.h: New file.
18098
18099 2003-08-17  Bruno Haible  <bruno@clisp.org>
18100
18101         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
18102         like AC_GNU_SOURCE.
18103         * modules/extensions (configure.ac): Comment out the invocation of
18104         gl_USE_SYSTEM_EXTENSIONS.
18105
18106 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18107
18108         Merges from coreutils, etc.
18109         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
18110         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
18111         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
18112         fixing a typo.
18113         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
18114         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
18115
18116 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18117
18118         Document merge from coreutils.
18119         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
18120         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
18121         * modules/utime: Add m4/utimes-null.m4.
18122
18123 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18124
18125         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
18126         space, undoing this 2003-08-12 change:
18127         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18128
18129 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18130
18131         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
18132         strtoul.c from libc, undoing this 2003-08-12 change:
18133         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18134
18135 2003-08-16  Jim Meyering  <jim@meyering.net>
18136
18137         Merges from coreutils.
18138         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
18139         prefix.  Adjust cache variables similarly.  Create 500 rather than
18140         just 300 files, to exercise bug on Darwin6.5, too.
18141         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
18142         $missing_dir.
18143         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
18144         AM_SYS_POSIX_TERMIOS.
18145         Reported by mkc@mathdogs.com.
18146         Also change use of $am_cv_sys_posix_termios
18147         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
18148         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
18149         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
18150         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
18151         in /proc/mounts until it finds one with matching device number.  This
18152         is unnecessary when the FILE argument *is* a mount point.  No stat call
18153         is necessary in that case.  So, disable the statvfs-testing code on
18154         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
18155         as RedHat bug# 84846.
18156         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18157         to 1MB, so as not to render systems with no stack size limit (e.g.,
18158         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18159         Include <unistd.h>.  On some systems,
18160         it is required for the definition of _SC_PAGESIZE.
18161
18162 2003-08-16  Jim Meyering  <jim@meyering.net>
18163
18164         Merge from coreutils.
18165         * lib/xstrtoimax.c: #else #if -> #elif.
18166         * lib/xstrtoumax.c: Likewise.
18167
18168 2003-08-16  Jim Meyering  <jim@meyering.net>
18169
18170         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
18171         * m4/utimes.m4: Removed.
18172         * m4/utimes-null.m4: Renamed from utimes.m4.
18173
18174         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18175         to 1MB, so as not to render systems with no stack size limit (e.g.,
18176         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18177         Include <unistd.h>.  On some systems,
18178         it is required for the definition of _SC_PAGESIZE.
18179
18180 2003-08-16  Jim Meyering  <jim@meyering.net>
18181         and Paul Eggert  <eggert@cs.ucla.edu>
18182
18183         Merges from coreutils, etc.
18184
18185         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
18186         using the latest version from cvs.  This avoids problems with #line
18187         directives using a vendor (Sun) compiler.
18188         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
18189         Don't set GETGROUPS_LIB here; now it's
18190         done via getgroups.m4's wrapper function.
18191         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
18192         rather than just in sh-util/configure.in, so that the
18193         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
18194         same.
18195         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
18196         AC_FUNC_GETLOADAVG where to find getloadavg.c.
18197         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
18198         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
18199         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
18200         Remove code that is now done by the newly-required macros.
18201         Append $(EXEEXT) to DF_PROG.
18202         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
18203         Do not invoke or require the following here,
18204         since prereq.m4 or some gnulib .m4 now does this for us:
18205         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
18206         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
18207         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
18208         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
18209         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
18210         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
18211         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
18212         AC_FUNC_OBSTACK.
18213         Do not replace the following functions, as this is now the job
18214         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
18215         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
18216         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
18217         atexit getpass, strdup, getpagesize.
18218         Replace 'raise'.
18219         Do not check for the following functions, as this is now the job
18220         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
18221         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
18222         setregid.
18223         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
18224         Check for sys/sysctl.h.
18225         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
18226         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
18227         of checking for ssize_t ourselves.
18228
18229         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
18230         Require every macro that gnulib/modules/* suggests for us.
18231         (jm_PREREQ_ADDEXT): New macro.
18232         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
18233         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
18234
18235         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
18236         (gl_PHYSMEM): Use it.
18237         Also check for `table' function.
18238         Check for new headers and functions.
18239         Add check for sys/sysmp.h.
18240         With suggestions from Kaveh Ghazi.
18241         Ignore headers that are present but cannot be compiled.  This
18242         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
18243         C 5.4.
18244
18245 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18246
18247         Document merge from coreutils.
18248         * modules/userspec: Depend on posixver.
18249         * modules/strftime: Depend on tzset.
18250
18251 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18252
18253         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
18254         rather than tab, after '#' in shell-script copyright notices.
18255         Suggested by Bruno Haible.
18256
18257 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18258
18259         * config/srclist-update: Use three spaces, rather than tab, after '#'
18260         in shell-script copyright notices.  Suggested by Bruno Haible.
18261         Remove unnecessary parenthesization in regular expression.
18262
18263 2003-08-15  Jim Meyering  <jim@meyering.net>
18264
18265         Merge from coreutils.
18266         * lib/xgethostname.c: Include <stdlib.h>.
18267         (xghostname): Don't exit for anything other than memory-related
18268         failure; just return NULL.
18269         * lib/userspec.c: Include "posixver.h".
18270         (parse_user_spec): Accept `.' as a separator only
18271         in pre-POSIX-200112 mode.
18272         * lib/strtoimax.c: Use #elif rather than #else #if.
18273         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
18274         Remove function, now that we can rely on a working tzset function.
18275         [!_LIBC]: Ensure that the required autoconf test has been run.
18276         [!defined _NL_CURRENT && HAVE_STRFTIME]:
18277         Use underlying_strftime for %r.
18278         * lib/sha.c: Merge in some clean-up and optimization changes from
18279         glibc.
18280         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
18281         Ensure that it is a multiple of 64.
18282         Rearrange loop exit tests so as to avoid performing an
18283         additional fread after encountering an error or EOF.
18284         * lib/realloc.c: Update copyright date.
18285
18286 2003-08-15  Jim Meyering  <jim@meyering.net>
18287         and Paul Eggert  <eggert@twinsun.com>
18288
18289         Merge from coreutils.
18290         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
18291         member but strut utmpx does not.  Needed for AIX 4.3.3.
18292         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
18293
18294 2003-08-15  Jim Meyering  <jim@meyering.net>
18295         and Paul Eggert  <eggert@cs.ucla.edu>
18296
18297         Merges from coreutils, etc.
18298         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
18299         Require gl_FUNC_TZSET_CLOBBER.
18300         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
18301         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
18302         members.
18303
18304 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18305
18306         Help the merge from coreutils.
18307         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
18308         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
18309         * m4/tzset.m4: Use it too.
18310
18311 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18312
18313         * modules/tzset: New file.
18314
18315 2003-08-14  Jim Meyering  <jim@meyering.net>
18316
18317         Merges from coreutils.
18318         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
18319         variable names, rather than @FNMATCH_H@.
18320         * modules/alloca: Likewise for $(ALLOCA_H).
18321
18322         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
18323         the three copies of the literal target, `fnmatch.h'.
18324         * modules/alloca (alloca.h): Likewise.
18325
18326 2003-08-14  Jim Meyering  <jim@meyering.net>
18327
18328         Merge from coreutils.
18329         * m4/tzset.m4: New file.
18330         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
18331         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
18332         otherwise, AIX 5.1 systems would end up using the latter.
18333         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
18334         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
18335         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
18336         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
18337
18338 2003-08-14  Jim Meyering  <jim@meyering.net>
18339
18340         Merge from coreutils.
18341         * lib/obstack.h: Whitespace changes.
18342         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
18343         and xcalloc return values.
18344         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
18345         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
18346         hang on OSF/1 5.1 for DIR on both local and remote file systems.
18347         Reported by (and fix confirmed by) Nelson H. F. Beebe.
18348         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18349         error from mntctl.
18350         Use mntctl's return value to drive the entry-processing loop, since
18351         we can't rely on the value of the vmt_length member in the last
18352         entry.  On some systems doing so could result in exhausting
18353         virtual memory.  Based in part on a patch from Mike Jetzer.
18354
18355 2003-08-14  Jim Meyering  <jim@meyering.net>
18356         and Paul Eggert  <eggert@twinsun.com>
18357
18358         Merges from coreutils, plus other fixes.
18359         * lib/physmem.c: Merge in portability changes from gcc/libiberty
18360         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
18361         for credits and details.  Thanks to Kaveh Ghazi for helping
18362         to keep these files in sync.
18363         (ARRAY_SIZE): Define it.
18364         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
18365         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
18366         (memcasecmp): Don't assume size_t fits in unsigned int.
18367         Remove casts and duplicate code.
18368         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
18369         (memcpy): Remove definition.
18370         Merge in some clean-up and optimization changes from glibc.
18371         [BLOCKSIZE]: Move definition to top of file.
18372         Ensure that it is a multiple of 64.
18373         Rearrange loop exit tests so as to avoid performing an
18374         additional fread after encountering an error or EOF.
18375         * lib/md5.h (md5_uintptr): Define.
18376         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
18377         return to the initial working directory.  Preserve errno
18378         for caller.
18379         * lib/idcache.c: Include "xalloc.h".
18380         (xmalloc, xrealloc): Remove decls.
18381         (getuser): Remove casts no longer required in C89.
18382         * lib/human.c: Include stdio.h, for sprintf.
18383         * lib/group-member.c: Include "xalloc.h".
18384         (xmalloc, xrealloc): Remove decls.
18385         (get_group_info): Remove casts no longer required in C89.
18386         * lib/getusershell.c (readname): Remove casts no longer required in
18387         C89.
18388         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
18389         * lib/getline.c: Whitespace fix, from coreutils.
18390
18391 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18392
18393         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
18394         Check for isascii.
18395
18396         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18397         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18398         Undo previous (whitespace-only) change.
18399
18400 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18401
18402         * lib/exclude.c: Include <ctype.h>
18403         (IN_CTYPE_DOMAIN): New macro.
18404         (is_space): New fn.
18405         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
18406         and empty lines.
18407
18408         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18409         Undo previous (whitespace-only) change.
18410
18411 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18412
18413         * config/srclist-update: Change update back to the old behavior,
18414         leaving whitespace alone.  Use one 'sed' command rather than a
18415         pipeline.
18416         (fixlicense): Now a variable, not a function.
18417         (remove_trailing_blanks): Remove.
18418         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
18419         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18420         Undo previous (whitespace-only) change.
18421
18422 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18423
18424         Merge from coreutils.
18425         * modules/euidaccess: Add lib_SOURCES, include for new
18426         file euidaccess.h
18427
18428 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18429
18430         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18431         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18432         Normalize leading white space and remove trailing white space.
18433
18434         Merge from coreutils
18435         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
18436
18437         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
18438         0.12.1.  These files are now being upgraded automatically by
18439         ../config/srclist-update.
18440
18441 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18442
18443         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18444         Normalize leading white space and remove trailing white space.
18445         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
18446         notice, as per ../config/srclist-update.
18447
18448         Merge from coreutils.
18449         * lib/euidaccess.h: New file.
18450         * lib/euidaccess.c: Include it.
18451         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
18452         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
18453         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
18454
18455 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18456
18457         * config/srclist-update: Add copyright notice.
18458         (remove_id_lines, remove_trailing_blanks): New constants.
18459         (fixfile): Use them to normalize spacing a bit in copied files.
18460         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18461         Normalize leading white space and remove trailing white space.
18462
18463         * config/texinfo.tex: Sync with texinfo.
18464
18465         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
18466         strtoul.c from libc, to merge coreutils whitespace changes.
18467
18468         * config/srclist.txt: Get the following m4 files from gettext:
18469         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
18470         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
18471         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
18472         wint_t.m4.
18473
18474 2003-08-12  Karl Berry  <karl@gnu.org>
18475
18476         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
18477         been made.
18478
18479 2003-08-11  Paul Eggert  <eggert@twinsun.com>
18480
18481         * modules/gnu-source, m4/gnu-source.m4:
18482         Remove; we're assuming Autoconf 2.54 or later now.
18483         Suggested by Bruno Haible.
18484         * MODULES.html.sh (func_all_modules): Remove gnu-source.
18485
18486 2003-08-11  Bruno Haible  <bruno@clisp.org>
18487
18488         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
18489
18490 2003-08-11  Bruno Haible  <bruno@clisp.org>
18491
18492         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
18493         (vasnprintf): Use it instead of wcslen.
18494
18495 2003-08-11  Bruno Haible  <bruno@clisp.org>
18496
18497         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
18498         value to ensure that _Bool promotes to int. Use #define for _Bool when
18499         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
18500
18501 2003-08-10  Karl Berry  <karl@gnu.org>
18502
18503         * lib/regex.h: update from libc (whitespace fix).
18504
18505 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18506
18507         Merge some files from coreutils.  These changes were
18508         originally made by Jim Meyering.
18509         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
18510         many older Unixes require this.
18511         * lib/alloca.c (alloca): Remove cast to argument of free;
18512         no longer needed in C89.
18513         * lib/alloca_.h, regex.h: Fix white space to match
18514         what GNU indent does.
18515
18516 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18517
18518         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
18519         apparently Emacs's Unicode mode got confused before my 2003-08-05
18520         checkin.
18521
18522 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18523
18524         * m4/extensions.m4: New file.
18525         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
18526         Require gl_USE_SYSTEM_EXTENSIONS.
18527         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
18528         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
18529
18530 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18531
18532         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
18533         * modules/extensions, modules/gnu-source: New files.
18534         * modules/timespec, modules/unlocked-io: Depend on extensions.
18535
18536 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18537
18538         * modules/restrict: New file.
18539         * MODULES.html.sh (func_all_modules): Add restrict.
18540         * modules/regex: Depend on restrict.
18541
18542 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18543
18544         * m4/restrict.m4: New file.
18545         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
18546
18547 2003-08-07  Bruno Haible  <bruno@clisp.org>
18548
18549         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
18550         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
18551
18552 2003-08-07  Bruno Haible  <bruno@clisp.org>
18553
18554         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
18555         makes the module 'getndelim2' compatible with the module 'getline'.
18556
18557 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18558
18559         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
18560         byte with "\201" to avoid glitches when editing that source file
18561         with multi-gnome-terminal.
18562
18563 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18564
18565         * lib/bumpalloc.h: Remove.
18566
18567 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18568
18569         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
18570         * modules/bumpalloc: Remove.
18571
18572 2003-08-04  Paul Eggert  <eggert@twinsun.com>
18573
18574         * lib/getloadavg.c: Change copyright notice and spacing to conform to
18575         GNU coding style.
18576
18577         Merge from coreutils.
18578         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
18579         1. From glibc.
18580         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
18581         from Karl Berry, implemented by Jim Meyering.
18582         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
18583         from Dmitry V. Levin.
18584         Remove anachronistic cast of xrealloc.
18585         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
18586         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
18587         type. Otherwise, it wouldn't compile with at least /bin/cc on
18588         ymp-cray-unicos9.0.2.X.
18589         Combine two mostly-identical uses of alloca into one.
18590         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
18591
18592 2003-08-04  Dave Love  <d.love@dl.ac.uk>
18593
18594         [From Emacs.]
18595
18596         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
18597         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
18598         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
18599         obsolete NLIST_NAME_UNION.
18600         [__GNU__]: Undef BSD and FSCALE.
18601         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
18602
18603 2003-08-03  Paul Eggert  <eggert@twinsun.com>
18604
18605         * lib/stdbool_.h (_Bool): Make it signed char, instead of
18606         an enum type, so that it's guaranteed to promote to int.  See:
18607         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
18608
18609 2003-08-03  Karl Berry  <karl@gnu.org>
18610
18611         * config/depcomp: update from automake.
18612
18613 2003-07-31  Paul Eggert  <eggert@twinsun.com>
18614
18615         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
18616         (strerror): Don't assume that a printable int fits in 14 bytes.
18617
18618 2003-07-31  Bruno Haible  <bruno@clisp.org>
18619
18620         * modules/getpass-gnu: New file.
18621         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
18622
18623 2003-07-31  Bruno Haible  <bruno@clisp.org>
18624
18625         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
18626
18627 2003-07-24  Karl Berry  <karl@gnu.org>
18628
18629         * config/missing: update from automake.
18630
18631 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
18632             Bruno Haible  <bruno@clisp.org>
18633
18634         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
18635         * lib/getline.c (getline, getdelim): Likewise.
18636         Remove _GNU_SOURCE define; now it's defined in config.h through
18637         m4/getline.m4.
18638
18639 2003-07-23  Karl Berry  <karl@gnu.org>
18640
18641         * config/config.sub: update from prep.
18642
18643 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18644
18645         * modules/xalloc (Depends-on): Add exitfail.
18646         * modules/xmemcoll: Likewise.
18647
18648 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18649
18650         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
18651         over-parenthesization in macros.
18652
18653         Sync with coreutils.
18654
18655         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
18656         required by C99.
18657
18658         Use `exit_failure' for xalloc and xmemcoll instead of their own
18659         private exit-failure variables.
18660         * lib/xalloc.h (xalloc_exit_failure): Remove.
18661         * lib/xmalloc.c: Likewise.  Include exitfail.h.
18662         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
18663         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
18664         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
18665         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
18666
18667 2003-07-20  Jim Meyering  <jim@meyering.net>
18668
18669         * modules/closeout (Depends-on): Add exitfail.
18670         Suggestion from Bruno Haible.
18671
18672 2003-07-19  Karl Berry  <karl@gnu.org>
18673
18674         * config/config.sub: update from prep.
18675
18676 2003-07-18  Paul Eggert  <eggert@twinsun.com>
18677
18678         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
18679         Remove.
18680         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
18681         to test that it can stand by itself.  Include "exitfail.h".
18682         Clients should set exit_failure instead.
18683         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
18684
18685 2003-07-18  Bruno Haible  <bruno@clisp.org>
18686
18687         * modules/getndelim2: New file.
18688         * modules/getline: Share files with module getndelim2.
18689         * modules/getnline: Depend on getndelim2 instead of sharing files with
18690         it. Add getnline.c to lib_SOURCES.
18691         * MODULES.html.sh (func_all_modules): Add getndelim2.
18692
18693 2003-07-18  Bruno Haible  <bruno@clisp.org>
18694
18695         * m4/getndelim2.m4: New file.
18696         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
18697         invoke gl_PREREQ_GETNDELIM2.
18698         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
18699         gl_PREREQ_GETNDELIM2.
18700         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
18701         gl_GETNDELIM2.
18702
18703 2003-07-18  Bruno Haible  <bruno@clisp.org>
18704
18705         * lib/getndelim2.h: New file.
18706         * lib/getndelim2.c: Make into a module of its own. Include config.h,
18707         getndelim2.h.
18708         (getndelim2): Make non-static. Change return type to ssize_t.
18709         * lib/getline.h: Change argument names.
18710         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
18711         * lib/getnline.c: Include getndelim2.h.
18712
18713 2003-07-18  Andreas Schwab  <schwab@suse.de>
18714
18715         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
18716
18717 2003-07-17  Karl Berry  <karl@gnu.org>
18718
18719         * config/config.sub: update from prep.
18720
18721 2003-07-17  Bruno Haible  <bruno@clisp.org>
18722
18723         * modules/getnline: New file.
18724         * modules/getline: Add lib/getndelim2.c to source file list.
18725         * MODULES.html.sh (func_all_modules): Add getnline.
18726
18727 2003-07-17  Bruno Haible  <bruno@clisp.org>
18728
18729         * m4/getnline.m4: New file.
18730
18731 2003-07-17  Bruno Haible  <bruno@clisp.org>
18732
18733         * m4/Makefile.am.in: Remove file.
18734         * m4/Makefile.am: Remove file.
18735         * m4/Makefile.in: Remove file.
18736
18737 2003-07-17  Bruno Haible  <bruno@clisp.org>
18738
18739         * lib/getnline.h: New file.
18740         * lib/getnline.c: New file.
18741         * lib/getndelim2.c: New file, extracted from getline.c.
18742         (getndelim2): Renamed from getdelim2, with added nmax argument.
18743         * lib/getline.c: Include getndelim2.c.
18744         (getdelim2): Moved out to getndelim2.c.
18745         (getline, getdelim): Update.
18746
18747 2003-07-17  Bruno Haible  <bruno@clisp.org>
18748
18749         * lib/Makefile.am: Remove file.
18750         * lib/Makefile.in: Remove file.
18751
18752 2003-07-17  Bruno Haible  <bruno@clisp.org>
18753
18754         * configure.in: Remove file.
18755         * Makefile.in: Remove file.
18756
18757 2003-07-17  Bruno Haible  <bruno@clisp.org>
18758
18759         * MODULES.html.sh: Put the </BODY> right before </HTML>.
18760
18761 2003-07-16  Karl Berry  <karl@gnu.org>
18762
18763         * config/srclist-update: was running fixlicense twice, which caused
18764                 texinfo.tex to be nullified for some reason.  Simplify,
18765                 $gplsrc is no longer needed as far as I can see?
18766
18767 2003-07-16  Jim Meyering  <jim@meyering.net>
18768
18769         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
18770
18771 2003-07-15  Paul Eggert  <eggert@twinsun.com>
18772
18773         * config/srclist.txt: Get the following files from gettext-runtime/intl
18774         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
18775         ref-del.sin.  From Bruno Haible.
18776         * config/srclist-update (fixfile): Change grep pattern again, since the
18777         previous fix didn't work (there was another trailing $).  Use
18778         '[$]' to escape the $s.
18779
18780 2003-07-15  Karl Berry  <karl@gnu.org>
18781
18782         * lib/vasnprintf.c: update from gettext.
18783
18784 2003-07-15  Karl Berry  <karl@gnu.org>
18785
18786         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
18787         gets expanded when surrounded by '$'.
18788
18789 2003-07-15  Jim Meyering  <jim@meyering.net>
18790
18791         * modules/save-cwd: Don't depend on error.  From Derek Price.
18792
18793 2003-07-15  Jim Meyering  <jim@meyering.net>
18794
18795         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
18796
18797 2003-07-14  Simon Josefsson  <jas@extundo.com>
18798
18799         * modules/mempcpy: New file.
18800         * MODULES.html.sh (func_all_modules): Add mempcpy.
18801
18802 2003-07-14  Simon Josefsson  <jas@extundo.com>
18803
18804         * m4/mempcpy.m4: New file.
18805
18806 2003-07-14  Simon Josefsson  <jas@extundo.com>
18807
18808         * lib/mempcpy.h: New file.
18809         * lib/mempcpy.c: New file.
18810
18811 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18812
18813         * modules/getdate, modules/posixtm: Depend on mktime.
18814
18815 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18816
18817         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
18818         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
18819         unicodeio.c, unicodeio.h, unlocked-io.h:
18820         Switch from LGPL to GPL.
18821
18822 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18823
18824         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
18825         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
18826         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
18827         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
18828         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
18829         updated automatically by ../config/srclist-update.  This changes
18830         their license from LPGL to GPL.
18831
18832 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18833
18834         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
18835         assumed to refer to the root of the most recent stable gettext version.
18836         * config/srclistvars.sh: Add defaults for eggert.
18837         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
18838         Match "This program" as well as "The program".  This is needed
18839         for gettext.
18840
18841 2003-07-14  Jim Meyering  <jim@meyering.net>
18842
18843         Don't emit diagnostics.  Let callers do that.
18844         * lib/save-cwd.c: Don't include "error.h".
18845         (save_cwd): Don't call error.  Ensure that errno is valid
18846         when returning nonzero.
18847
18848         * lib/save-cwd.h (restore_cwd): Update prototype.
18849         * lib/save-cwd.c (restore_cwd): Remove two parameters.
18850         Simplify.  Don't call error upon failure.  Let callers do that.
18851         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
18852         when auditing is enabled.  But don't bother updating the #if.
18853
18854 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
18855
18856         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
18857         it breaks C++ compilation.
18858         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
18859
18860 2003-07-10  Simon Josefsson  <jas@extundo.com>
18861
18862         * modules/strchrnul (Makefile.am): Add strchrnul.h.
18863
18864 2003-07-10  Jim Meyering  <jim@meyering.net>
18865
18866         * m4/clock_time.m4: Remove trailing blank.
18867         * m4/intmax_t.m4: Likewise.
18868
18869 2003-07-10  Jim Meyering  <jim@meyering.net>
18870
18871         * lib/vasnprintf.c: Remove trailing blanks.
18872         Make cpp indentation consistent.
18873
18874 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18875
18876         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
18877         posixver.c, strftime.c, strnlen.c, strverscmp.c:
18878         Switch from LGPL to GPL.
18879
18880 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18881
18882         * config/srclist.txt: Sort sublists.  Add
18883         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
18884         that differ from gnulib for one reason or another; we'd like this list
18885         to be smaller but for now let's document what we have.
18886
18887 2003-07-08  Paul Eggert  <eggert@twinsun.com>
18888
18889         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
18890         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
18891         and sweeter "eval x=$x".
18892         * config/srclist.txt: Get lib/argp* from glibc.
18893
18894 2003-07-07  Paul Eggert  <eggert@twinsun.com>
18895
18896         * lib/mktime.c: Fix some boundary cases and remove need for floating
18897         point.
18898
18899         Issue a compile-time diagnostic if time_t is floating point, or if
18900         two's complement arithmetic is not in effect, or if arithmetic
18901         right shift does not propagate the sign.  These assumptions were
18902         all in the original code but they weren't checked.
18903
18904         (TIME_T_MIDPOINT, verify): New macros.
18905         (__isleap): Remove; it has integer overflow problems.
18906         (leapyear): New function, without those problems.
18907         (ydhms_tm_diff): Remove; splitting into two parts.
18908         (ydhms_diff): New function, containing the arithmetic part of
18909         the old ydhms_tm_diff function.  Issue a compile-time
18910         diagnostic if we are not using C99 integer division.
18911         Avoid casts when possible.
18912         (guess_time_tm): New function, containing the checking part of
18913         the old ydhms_tm_diff function.  Return the new value, rather than
18914         the difference between it and the old.  Accept a new argument T
18915         so that *T specifies the old value.  Check for overflow in the result.
18916
18917         (__mktime_internal): Use a time_t offset, not a long int offset.
18918         This undoes the 2003-06-04 change, which is no longer needed now
18919         that we have better overflow checking.
18920         (localtime_offset): Likewise.
18921
18922         (__mktime_internal): Avoid harmful overflow on hosts where time_t
18923         and long are 64-bit but int is only 32-bit.
18924         (ydhms_diff): Use long int to store year1 and yday1.
18925         Issue a compile-time diagnostic if long int is not wide enough.
18926
18927         (__mktime_internal): Use long int to store adjusted year and yday.
18928         Use plain C rather than preprocessor commands, if that doesn't
18929         affect efficiency.
18930         Check for overflow (and try to repair) after each probe
18931         rather than checking only at the very end.  This avoids some bugs
18932         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
18933         does not equal GMT offset at maximum time).
18934         Use integer to check for overflow rather than floating point; this
18935         is more portable to non-IEEE hosts, and is a tad faster.
18936         When we detect that we are oscillating between two values,
18937         don't check whether tm_isdst has the requested value, since
18938         we already know the answer.  When tm_isdst has the wrong value,
18939         use a different heuristic to find the right one, based on the
18940         extreme values actually observed in practice in tz2003a,
18941         rather than the (overly optimistic) "previous 3 calendar quarters".
18942
18943         (not_equal_tm, print_tm, check_result): Use "const T" rather than
18944         "T const" to accommodate glibc style.
18945         (check_result): Use less-confusing report format.  "long" -> "long int.
18946         (main): Likewise.
18947         Don't loop if the iteration overflows time_t.
18948         Allow a negative step in the iteration.
18949
18950 2003-07-06  Karl Berry  <karl@gnu.org>
18951
18952         * config/depcomp: update from automake.
18953         * config/config.sub: update from prep.
18954
18955 2003-07-03  Karl Berry  <karl@gnu.org>
18956
18957         * config/config.guess: update from prep.
18958
18959 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18960
18961         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
18962         xreadlink.c now includes it unconditionally.
18963
18964 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18965
18966         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
18967         having it depend on HAVE_SYS_TYPES_H.
18968
18969 2003-07-01  Bruno Haible  <bruno@clisp.org>
18970
18971         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
18972         <sys/types.h> should be sufficient.
18973         Reported by Paul Eggert.
18974
18975 2003-06-26  Karl Berry  <karl@gnu.org>
18976
18977         * config/depcomp: update from automake.
18978
18979 2003-06-26  Bruno Haible  <bruno@clisp.org>
18980
18981         * modules/human: Depend on module stdbool.
18982
18983 2003-06-25  Bruno Haible  <bruno@clisp.org>
18984
18985         * modules/readlink: New file.
18986         * modules/xreadlink: Depend on it.
18987         * MODULES.html.sh (func_all_modules): Add readlink.
18988
18989 2003-06-25  Bruno Haible  <bruno@clisp.org>
18990
18991         * m4/readlink.m4: New file.
18992
18993 2003-06-25  Bruno Haible  <bruno@clisp.org>
18994
18995         * lib/readlink.c: New file.
18996
18997 2003-06-22  Karl Berry  <karl@gnu.org>
18998
18999         * config/srclist.txt: update mkinstalldirs from automake.
19000         * config/mkinstalldirs: update.
19001
19002 2003-06-22  Bruno Haible  <bruno@clisp.org>
19003
19004         Portability to mingw32.
19005         * m4/ssize_t.m4: New file, from GNU gettext.
19006         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19007         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19008
19009 2003-06-22  Bruno Haible  <bruno@clisp.org>
19010
19011         * modules/safe-read: Add m4/ssize_t.m4.
19012         * modules/xreadlink: Add m4/ssize_t.m4.
19013
19014 2003-06-20  Bruno Haible  <bruno@clisp.org>
19015
19016         Assume C89, so PARAMS isn't needed.
19017         * lib/unicodeio.h (PARAMS): Remove.
19018         * lib/unicodeio.c: Don't use PARAMS.
19019
19020 2003-06-18  Karl Berry  <karl@gnu.org>
19021
19022         * config/config.{guess,sub}: update from prep.
19023
19024 2003-06-18  Jim Meyering  <jim@meyering.net>
19025
19026         Merge changes from coreutils.
19027         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19028         Remove explicit declarations of xmalloc and realloc.
19029         Include xalloc.h.
19030         (read_utmp): Remove anachronistic cast of xmalloc.
19031
19032 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19033
19034         Assume C89, so PARAMS isn't needed.
19035         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19036         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19037         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19038         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19039         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19040         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19041         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
19042         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
19043         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
19044         lib/xstrtod.h, lib/xstrtol.h: Likewise.
19045         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
19046         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
19047         no longer needed. Anyway, config.h should always be included before any
19048         other file.
19049
19050 2003-06-11  Simon Josefsson  <jas@extundo.com>
19051
19052         * modules/sysexits: New file.
19053         * MODULES.html.sh (func_all_modules): Add sysexits.
19054
19055 2003-06-11  Simon Josefsson  <jas@extundo.com>
19056
19057         * lib/sysexit_.h: New file.
19058
19059 2003-06-11  Derek Price  <derek@ximbiot.com>
19060
19061         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
19062         necessary.
19063
19064 2003-06-11  Bruno Haible  <bruno@clisp.org>
19065
19066         * m4/sysexits.m4: New file.
19067
19068 2003-06-10  Simon Josefsson  <jas@extundo.com>
19069
19070         * lib/argp.h: New file, from glibc.
19071         * lib/argp-ba.c: New file, from glibc.
19072         * lib/argp-eexst.c: New file, from glibc.
19073         * lib/argp-fmtstream.c: New file, from glibc.
19074         * lib/argp-fmtstream.h: New file, from glibc.
19075         * lib/argp-fs-xinl.c: New file, from glibc.
19076         * lib/argp-help.c: New file, from glibc.
19077         * lib/argp-namefrob.h: New file, from glibc.
19078         * lib/argp-parse.c: New file, from glibc.
19079         * lib/argp-pv.c: New file, from glibc.
19080         * lib/argp-pvh.c: New file, from glibc.
19081         * lib/argp-xinl.c: New file, from glibc.
19082
19083 2003-06-10  Simon Josefsson  <jas@extundo.com>
19084
19085         * modules/strchrnul: New file.
19086
19087 2003-06-10  Simon Josefsson  <jas@extundo.com>
19088
19089         * modules/argp: New file.
19090
19091 2003-06-10  Simon Josefsson  <jas@extundo.com>
19092
19093         * m4/strchrnul.m4: New file.
19094
19095 2003-06-10  Simon Josefsson  <jas@extundo.com>
19096
19097         * lib/strchrnul.h: New file.
19098         * lib/strchrnul.c: New file.
19099
19100 2003-06-10  Bruno Haible  <bruno@clisp.org>
19101
19102         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
19103
19104 2003-06-07  Karl Berry  <karl@gnu.org>
19105
19106         * config/config.{guess,sub}: update from prep.
19107
19108 2003-06-07  Jim Meyering  <jim@meyering.net>
19109
19110         * modules/strtod: Use $(...) notation, not @...@ for
19111         AC_REPLACE'd variables.
19112         * modules/localcharset: Likewise.
19113
19114 2003-06-07  Jim Meyering  <jim@meyering.net>
19115
19116         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
19117         in place of my name in the copyright comment.
19118         Remove definition and uses of __P.
19119
19120         From coreutils.
19121         * lib/stat.c: Don't declare xmalloc explicitly.
19122         Instead, include "xalloc.h".
19123         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
19124         xrealloc, and xcalloc return values.
19125         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
19126         Improve comment.
19127         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
19128
19129 2003-06-07  Bruno Haible  <bruno@clisp.org>
19130
19131         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
19132         avoid AC_CONFIG_LINKS.
19133         * modules/fnmatch (Makefile.am): Use explicit creation rule for
19134         fnmatch.h, to avoid AC_CONFIG_LINKS.
19135         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
19136
19137 2003-06-07  Bruno Haible  <bruno@clisp.org>
19138
19139         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
19140         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
19141         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19142         directory.
19143         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
19144         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19145         directory.
19146
19147 2003-06-06  Jim Meyering  <jim@meyering.net>
19148
19149         Merge from coreutils.
19150         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
19151         Consolidate declarations and initializations of *_base* locals.
19152
19153         Merge from coreutils.
19154         This avoids a core dump on systems without GNU putenv,
19155         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
19156         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
19157         (unsetenv): New static function, from GNU libc.
19158         (rpl_putenv): Use it.
19159
19160         * lib/modechange.c: Remove trailing blanks.
19161
19162         Merge from coreutils.
19163         * lib/fsusage.c: Remove declaration of statfs.
19164         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
19165
19166         * lib/posixtm.c: Include <stdbool.h> unconditionally.
19167
19168 2003-06-06  Jim Meyering  <jim@meyering.net>
19169
19170         * lib/stdbool_.h: Renamed from stdbool.h.in.
19171
19172 2003-06-06  Jim Meyering  <jim@meyering.net>
19173             Bruno Haible  <bruno@clisp.org>
19174
19175         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
19176         Adjust Makefile.am snippet not to redirect directly to target.
19177         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
19178
19179 2003-06-05  Paul Eggert  <eggert@twinsun.com>
19180
19181         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
19182         mismatch, look in future quarters as well as past.  This fixes a
19183         bug when processing fall-backwards gaps immediately after a long
19184         period of daylight-saving time.
19185
19186         * lib/mktime.c: Assume freestanding C89 or better.
19187         (HAVE_LIMITS_H): Remove.  Assume it's 1.
19188         (__P): Remove; not used.
19189         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
19190         (mktime, not_equal_tm, print_tm, check_result,
19191         main): Use prototypes.  Use const * where appropriate.
19192         (main): Fix typo in testing code that uncovered by above changes.
19193         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
19194
19195 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19196
19197         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
19198         locale.h, localeconv.  This merges changes from coreutils.
19199
19200         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
19201         It can be removed after the next Autoconf is released.
19202         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
19203         needed.
19204
19205 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19206
19207         * lib/mktime.c: Fix Debian bug 177940
19208         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
19209         (localtime_offset): Now long int, not time_t, because we want it
19210         to be guaranteed to be signed.  All uses changed.
19211         (__mktime_internal): If overflow would occur when adding offset,
19212         don't add it.
19213
19214         Merge 'human' changes from coreutils.  Rewrite to support
19215         locale-specific notations like thousands separators.
19216         * lib/human.c: Simplify authorship notice.
19217         Include human.h immediately after config.h.
19218         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
19219         <limits.h>: Do not include, since human.h does.
19220         (SIZE_MAX, UINTMAX_MAX): New macros.
19221         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
19222         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
19223         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
19224         (power_letter): Renamed from suffixes.
19225         (generate_suffix_backwards): Remove.
19226         (adjust_value): Now takes int style (because of human.h changes)
19227         and long double value (for greater precision on some platforms).
19228         (group_number): New function.
19229         (human_readable): Use it.  Use integer options, not enum.
19230         Put the options before the sizes in the arg list.
19231         Support all the new options.
19232         The old human_readable function has been removed;
19233         use inttostr.h instead.
19234         (human_readable, default_block_size, humblock):
19235         Use uintmax_t, not int, for block sizes.
19236         (human_readable_inexact, block_size_types): Remove.
19237         (block_size_opts): New constant.
19238         (human_options): Renamed from human_block_size, with new signature
19239         that allows block sizes up to UINTMAX_MAX.  All callers changed.
19240         * lib/human.h: Add copyright and authorship notice.
19241         Include <limits.h> and <stdbool.h> unconditionally.
19242         (PARAMS): Remove.  All uses removed.
19243         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
19244         (enum human_inexact_style): Remove tag; now a nameless enum.
19245         (human_floor, human_ceiling, human_round_to_even): Now have
19246         values 2, 0, 1 rather than -1, 1, 0.
19247         (human_group_digits, human_suppress_point_zero, human_autoscale,
19248         human_base_1024, human_SI, human_B): New constants.
19249         (human_readable_inexact, human_block_size): Remove.
19250         (human_readable): Size args are now uintmax_t, not int.
19251         (human_options): New decl.
19252
19253         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
19254         unnecessary now that we assume C89 or better.  This change
19255         imported from coreutils.
19256
19257         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19258         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
19259         in the 2003-05-30 sync from glibc.
19260
19261         .h files should stand alone, but we shouldn't include <sys/types.h>
19262         if we can get away with just <stddef.h>.
19263
19264         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
19265         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
19266         rather than <sys/types.h>, as we merely need size_t.
19267         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
19268         to get size_t.
19269         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
19270         Include <stdio.h>, to get FILE.
19271         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
19272         memcasecmp.h has included <stddef.h> and all we need is size_t.
19273         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
19274         our interface, instead of including <sys/types.h>
19275
19276 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19277
19278         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
19279         now, as glibc mktime is buggy on non-glibc systems.
19280
19281 2003-06-03  Karl Berry  <karl@gnu.org>
19282
19283         * config/config.sub: update from prep.
19284
19285 2003-06-02  Paul Eggert  <eggert@twinsun.com>
19286
19287         [from coreutils]
19288         Fix some minor time-related bugs with POSIX time arguments.
19289         Some valid time stamps were being rejected (notably -1, and
19290         time stamps before 1900 on 64-bit hosts).  And some invalid
19291         time stamps were being accepted, e.g. September 31.
19292
19293         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
19294         that we can return (time_t) -1 successfully.
19295         * lib/posixtm.c: Likewise.
19296         [HAVE_STDBOOL_H]: Include <stdbool.h>.
19297         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
19298         (t): Remove static var.
19299         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
19300         of static var.  All uses changed.
19301         (year): Do not reject years before 1900; they can occur with
19302         64-bit time_t.
19303         (posix_time_parse): Do not check for out-of-range components;
19304         that is now the caller's responsibility, since our checks were
19305         only approximations.
19306         (posixtime): Use mktime to check for out-of-range components,
19307         since it knows them exactly.
19308         If mktime returns (time_t) -1, check whether an error actually occurred
19309         by invoking localtime on -1.
19310         (main) [TEST_POSIXTIME]: Check for input data errors, and report
19311         posixtime failures better.
19312         Improve the test data (in comments only).
19313
19314 2003-06-02  Karl Berry  <karl@gnu.org>
19315
19316         * config/mkinstalldirs (version): new variable.
19317         (--version): new option.
19318         (usage): improve message.
19319
19320 2003-05-30  Karl Berry  <karl@gnu.org>
19321
19322         * lib/mktime.c: update from libc.
19323
19324 2003-05-30  Bruno Haible  <bruno@clisp.org>
19325
19326         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
19327         * config/config.rpath: Upgrade to gettext-0.12.1.
19328
19329 2003-05-30  Bruno Haible  <bruno@clisp.org>
19330
19331         * m4/gettext.m4: Upgrade to gettext-0.12.1.
19332         * m4/nls.m4: New file, from gettext-0.12.1.
19333         * m4/po.m4: New file, from gettext-0.12.1.
19334         * m4/progtest.m4: Upgrade to gettext-0.12.1.
19335
19336 2003-05-30  Bruno Haible  <bruno@clisp.org>
19337
19338         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
19339         * lib/localcharset.h: Likewise.
19340         * lib/localcharset.c: Likewise.
19341
19342 2003-05-29  Karl Berry  <karl@gnu.org>
19343
19344         * config/config.rpath: update from gettext.
19345
19346 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19347
19348         Assume the headers required for C89 freestanding compilers.
19349         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
19350         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
19351         * m4/human.m4 (gl_HUMAN): Likewise.
19352         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
19353         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
19354         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19355         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
19356         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19357         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
19358
19359 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19360
19361         Assume the headers required for C89 freestanding compilers.
19362         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
19363         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
19364         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
19365         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
19366         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
19367         define, since <limits.h> is guaranteed to do that.
19368         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
19369         * lib/exclude.c: Include <stdbool.h> unconditionally.
19370         * lib/tempname.c: Include <stddef.h> unconditionally.
19371         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
19372         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
19373         <stddef.h> does that.
19374         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
19375         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
19376         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
19377         needed.
19378         * lib/xstrtol.c: Likewise.
19379         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
19380         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
19381
19382         * lib/addext.c (addext): Use assignment rather than cast, to avoid
19383         warnings on some platforms.
19384
19385         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19386         arbitrarily.
19387
19388 2003-05-26  Jim Meyering  <jim@meyering.net>
19389
19390         Merge in a change from coreutils:
19391         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
19392         that is guaranteed to be `no'.  Use `no_such_member' to indicate
19393         that condition, rather than `-1' which is slightly misleading.
19394         Change the name of the cache variable to have the gl_ prefix.
19395         Prompted by a patch from Richard Dawe for DJGPP.
19396
19397 2003-05-24  Karl Berry  <karl@gnu.org>
19398
19399         * config/config.guess: update from prep.
19400
19401 2003-05-22  Karl Berry  <karl@gnu.org>
19402
19403         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
19404
19405 2003-05-20  Karl Berry  <karl@gnu.org>
19406
19407         * config/config.guess: update from prep.
19408
19409 2003-05-18  Karl Berry  <karl@gnu.org>
19410
19411         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
19412         might actually be set by the user.
19413
19414         * config/depcomp, install-sh, mdate-sh: update from automake.
19415
19416 2003-05-17  Bruno Haible  <bruno@clisp.org>
19417
19418         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
19419         invalid expansion for AC_EGREP_CPP.
19420         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
19421         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
19422         Suggested by Akim Demaille <akim@epita.fr> in
19423         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
19424
19425 2003-05-12  Jim Meyering  <jim@meyering.net>
19426
19427         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
19428         the space-padded-by-default conversion specifiers, %e, %k, %l.
19429
19430 2003-05-12  Bruno Haible  <bruno@clisp.org>
19431
19432         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
19433         the string is longer than 4 KB.
19434
19435 2003-05-11  Karl Berry  <karl@gnu.org>
19436
19437         * config/config.{guess,sub}: update from prep.
19438
19439 2003-05-09  Bruno Haible  <bruno@clisp.org>
19440
19441         * modules/error: Add m4/strerror_r.m4 to file list.
19442
19443 2003-05-03  Bruno Haible  <bruno@clisp.org>
19444
19445         Upgrade to Unicode-4.0.
19446         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
19447         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
19448         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
19449         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
19450         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
19451         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
19452         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
19453         Change width of U+E0100..U+E01EF from 1 to 0.
19454
19455 2003-04-25  Jim Meyering  <jim@meyering.net>
19456
19457         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
19458         of type size_t, not int.
19459
19460 2003-04-25  Bruno Haible  <bruno@clisp.org>
19461
19462         * lib/copy-file.c: Include <stddef.h>, for size_t.
19463
19464 2003-04-21  Paul Eggert  <eggert@twinsun.com>
19465
19466         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
19467         code which expansion is under static control.  Patch imported from
19468         Akim Demaille's patch to Bison; see
19469         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
19470
19471 2003-04-14  Bruno Haible  <bruno@clisp.org>
19472
19473         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
19474
19475 2003-04-11  Jim Meyering  <jim@meyering.net>
19476
19477         Merge changes from Coreutils.
19478
19479         2003-03-22  Jim Meyering  <jim@meyering.net>
19480
19481         * lib/strftime.c (widen): Cast alloca return value to proper type.
19482
19483         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
19484
19485         From GNU libc.
19486         * lib/strftime.c (my_strftime): Handle very large width
19487         specifications for numeric values correctly.  Improve checks for
19488         overflow.
19489
19490         2003-01-19  Jim Meyering  <jim@meyering.net>
19491
19492         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
19493         definitions.
19494         (nl_get_alt_digit) [! defined my_strftime]: Define.
19495         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
19496         _nl_get_alt_digit and _nl_get_walt_digit.
19497
19498         * lib/strftime.c (my_strftime): Merge in locale-related changes from
19499         libc. These changes have no effect outside of _LIBC.
19500
19501 2003-04-10  Bruno Haible  <bruno@clisp.org>
19502
19503         * modules/findprog: New file.
19504         * MODULES.html.sh (func_all_modules): Add it.
19505
19506 2003-04-10  Bruno Haible  <bruno@clisp.org>
19507
19508         * m4/findprog.m4: New file.
19509         * m4/eaccess.m4: New file.
19510
19511 2003-04-10  Bruno Haible  <bruno@clisp.org>
19512
19513         * lib/findprog.h: New file, from GNU gettext.
19514         * lib/findprog.c: New file, from GNU gettext.
19515
19516 2003-04-05  Jim Meyering  <jim@meyering.net>
19517
19518         Merge changes from Coreutils.
19519
19520         * lib/exclude.h (PARAMS): Remove definition and uses.
19521         * lib/exclude.c: Remove uses of `PARAMS'.
19522
19523         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
19524         Add test-cases for DOS filenames. Declare program_name.
19525         (main): Set up program_name.  Patch by Rich Dawe.
19526
19527         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19528         error from mntctl.
19529         Use mntctl's return value to drive the entry-processing loop, since
19530         we can't rely on the value of the vmt_length member in the last
19531         entry.  On some systems doing so could result in exhausting
19532         virtual memory.  Based in part on a patch from Mike Jetzer.
19533
19534 2003-04-04  Bruno Haible  <bruno@clisp.org>
19535
19536         * modules/linebreak: New file.
19537         * MODULES.html.sh (func_all_modules): Add it.
19538
19539 2003-04-04  Bruno Haible  <bruno@clisp.org>
19540
19541         * m4/linebreak.m4: New file.
19542
19543 2003-04-04  Bruno Haible  <bruno@clisp.org>
19544
19545         * lib/linebreak.h: New file, from GNU gettext.
19546         * lib/linebreak.c: New file, from GNU gettext with slight
19547         modifications.
19548         * lib/lbrkprop.h: New file, from GNU gettext.
19549
19550 2003-04-03  Bruno Haible  <bruno@clisp.org>
19551
19552         * modules/utf8-ucs4: New file.
19553         * modules/utf16-ucs4: New file.
19554         * modules/ucs4-utf8: New file.
19555         * modules/ucs4-utf16: New file.
19556         * MODULES.html.sh (func_all_modules): Add them.
19557
19558 2003-04-03  Bruno Haible  <bruno@clisp.org>
19559
19560         * m4/utf-ucs4.m4: New file.
19561         * m4/ucs4-utf.m4: New file.
19562
19563 2003-04-03  Bruno Haible  <bruno@clisp.org>
19564
19565         * lib/utf8-ucs4.h: New file, from GNU gettext.
19566         * lib/utf16-ucs4.h: New file, from GNU gettext.
19567         * lib/ucs4-utf8.h: New file, from GNU gettext.
19568         * lib/ucs4-utf16.h: New file, from GNU gettext.
19569
19570 2003-04-02  Bruno Haible  <bruno@clisp.org>
19571
19572         * modules/binary-io: New file.
19573         * MODULES.html.sh (func_all_modules): Add it.
19574
19575 2003-04-02  Bruno Haible  <bruno@clisp.org>
19576
19577         * lib/binary-io.h: New file, from GNU gettext.
19578
19579 2003-04-01  Bruno Haible  <bruno@clisp.org>
19580
19581         * modules/pathname: New file.
19582         * MODULES.html.sh (func_all_modules): Add it.
19583
19584 2003-04-01  Bruno Haible  <bruno@clisp.org>
19585
19586         * lib/pathname.h: New file, from GNU gettext.
19587         * lib/concatpath.c: New file, from GNU gettext.
19588
19589 2003-03-30  Bruno Haible  <bruno@clisp.org>
19590
19591         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
19592
19593 2003-03-30  Bruno Haible  <bruno@clisp.org>
19594
19595         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
19596         function chown() doesn't exist.
19597
19598 2003-03-28  Bruno Haible  <bruno@clisp.org>
19599
19600         * modules/copy-file: New file.
19601         * MODULES.html.sh (func_all_modules): Add it.
19602
19603 2003-03-28  Bruno Haible  <bruno@clisp.org>
19604
19605         * m4/copy-file.m4: New file.
19606
19607 2003-03-28  Bruno Haible  <bruno@clisp.org>
19608
19609         * lib/copy-file.h: New file, from GNU gettext.
19610         * lib/copy-file.c: New file, from GNU gettext.
19611
19612 2003-03-18  Jim Meyering  <jim@meyering.net>
19613
19614         * lib/quote.c (quote_n): Fix typo in comment.
19615
19616 2003-03-18  Bruno Haible  <bruno@clisp.org>
19617
19618         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
19619         checking.
19620         * m4/onceonly_2_57.m4: Likewise.
19621
19622 2003-03-17  Bruno Haible  <bruno@clisp.org>
19623
19624         * m4/onceonly.m4: Require autoconf 2.54 or newer.
19625         (m4_quote): Remove macro.
19626         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
19627
19628 2003-03-14  Jim Meyering  <jim@meyering.net>
19629
19630         Merge changes from Coreutils.
19631         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
19632         to be const, in order to avoid warnings.
19633         (obstack_room): Likewise.
19634         (obstack_empty_p): Likewise.
19635
19636 2003-03-14  Bruno Haible  <bruno@clisp.org>
19637
19638         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
19639         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
19640
19641 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19642
19643         Merge changes from Bison.
19644         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
19645         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
19646         when compiling Bison 1.875's `bitset bset = obstack_alloc
19647         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
19648         * lib/hash.c: Include <stdbool.h> unconditionally.
19649
19650 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19651
19652         * m4/onceonly.m4 (m4_quote): New macro.
19653         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
19654         Quote AC_FOREACH variable-expansions properly.
19655
19656 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19657
19658         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
19659
19660 2003-03-09  Paul Eggert  <eggert@twinsun.com>
19661
19662         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
19663         Reported by Bruce Becker; see:
19664         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
19665
19666 2003-03-03  Paul Eggert  <eggert@twinsun.com>
19667             Bruno Haible  <bruno@clisp.org>
19668
19669         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
19670         Reported by John Hughes, see
19671         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
19672
19673 2003-02-20  Bruno Haible  <bruno@clisp.org>
19674
19675         * MODULES.html.sh (func_all_modules): Add poll.
19676
19677 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19678
19679         * modules/poll: New file.
19680
19681 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19682
19683         * lib/poll_.h: New file.
19684         * lib/poll.c: New file.
19685
19686 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19687
19688         * m4/poll.m4: New file.
19689
19690 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19691
19692         * modules/mathl: New file.
19693
19694 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19695
19696         * lib/mathl.h: New file.
19697         * lib/acosl.c: New file.
19698         * lib/asinl.c: New file.
19699         * lib/atanl.c: New file.
19700         * lib/ceill.c: New file.
19701         * lib/cosl.c: New file.
19702         * lib/expl.c: New file.
19703         * lib/floorl.c: New file.
19704         * lib/frexpl.c: New file.
19705         * lib/ldexpl.c: New file.
19706         * lib/logl.c: New file.
19707         * lib/sincosl.c: New file.
19708         * lib/sinl.c: New file.
19709         * lib/sqrtl.c: New file.
19710         * lib/tanl.c: New file.
19711         * lib/trigl.c: New file.
19712         * lib/trigl.h: New file.
19713
19714 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19715
19716         * m4/mathl.m4: New file.
19717
19718 2003-02-18  Bruno Haible  <bruno@clisp.org>
19719
19720         * MODULES.html.sh (func_all_modules): Add mathl.
19721
19722 2003-02-17  Bruno Haible  <bruno@clisp.org>
19723
19724         * modules/mkdtemp: New module.
19725         * MODULES.html.sh (func_all_modules): Add it.
19726
19727 2003-02-17  Bruno Haible  <bruno@clisp.org>
19728
19729         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
19730
19731 2003-02-17  Bruno Haible  <bruno@clisp.org>
19732
19733         * lib/mkdtemp.h: New file, from GNU gettext.
19734         * lib/mkdtemp.c: New file, from GNU gettext.
19735
19736 2003-02-02  Jim Meyering  <jim@meyering.net>
19737
19738         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
19739         e.g. glibc-2.2.93.
19740
19741 2003-01-31  Bruno Haible  <bruno@clisp.org>
19742
19743         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
19744         'rpl_rename'.
19745         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
19746         'rpl_strnlen'.
19747         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
19748         'rpl_strtod'.
19749         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
19750         'rpl_utime'.
19751
19752 2003-01-31  Bruno Haible  <bruno@clisp.org>
19753
19754         * lib/rename.c: #undef rename before defining rpl_rename.
19755         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
19756
19757 2003-01-30  Bruno Haible  <bruno@clisp.org>
19758
19759         * modules/vasnprintf, modules/vasprintf: New modules.
19760         * MODULES.html.sh (func_all_modules): Add them.
19761
19762 2003-01-30  Bruno Haible  <bruno@clisp.org>
19763
19764         * m4/signed.m4: New file, from GNU gettext.
19765         * m4/longdouble.m4: New file, from GNU gettext.
19766         * m4/wchar_t.m4: New file, from GNU gettext.
19767         * m4/wint_t.m4: New file, from GNU gettext.
19768         * m4/vasnprintf.m4: New file.
19769         * m4/vasprintf.m4: New file.
19770
19771 2003-01-30  Bruno Haible  <bruno@clisp.org>
19772
19773         * lib/printf-args.h: New file, from GNU gettext.
19774         * lib/printf-args.c: New file, from GNU gettext.
19775         * lib/printf-parse.h: New file, from GNU gettext.
19776         * lib/printf-parse.c: New file, from GNU gettext.
19777         * lib/vasnprintf.h: New file, from GNU gettext.
19778         * lib/vasnprintf.c: New file, from GNU gettext.
19779         * lib/asnprintf.c: New file, from GNU gettext.
19780         * lib/vasprintf.h: New file, from GNU gettext with modifications.
19781         * lib/vasprintf.c: New file, from GNU gettext.
19782         * lib/asprintf.c: New file, from GNU gettext.
19783
19784 2003-01-29  Bruno Haible  <bruno@clisp.org>
19785
19786         * modules/stpncpy: New module.
19787         * MODULES.html.sh (func_all_modules): Add it.
19788
19789 2003-01-29  Bruno Haible  <bruno@clisp.org>
19790
19791         * m4/stpncpy.m4: New file.
19792
19793 2003-01-29  Bruno Haible  <bruno@clisp.org>
19794
19795         * lib/stpncpy.h: New file, from GNU gettext with modifications.
19796         * lib/stpncpy.c: New file, from GNU gettext with modifications.
19797
19798 2003-01-28  Bruno Haible  <bruno@clisp.org>
19799
19800         * modules/c-ctype: New module.
19801         * MODULES.html.sh (func_all_modules): Add it.
19802
19803 2003-01-28  Bruno Haible  <bruno@clisp.org>
19804
19805         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
19806         Paul Eggert.
19807         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
19808         Paul Eggert.
19809
19810 2003-01-27  Bruno Haible  <bruno@clisp.org>
19811
19812         * modules/xsetenv: New module.
19813         * MODULES.html.sh (func_all_modules): Add it.
19814
19815 2003-01-27  Bruno Haible  <bruno@clisp.org>
19816
19817         * lib/xsetenv.h: New file, from GNU gettext.
19818         * lib/xsetenv.c: New file, from GNU gettext.
19819
19820 2003-01-23  Jim Meyering  <jim@meyering.net>
19821
19822         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
19823         from working on systems without dirfd (at least Irix and OSF1/Tru64).
19824
19825 2003-01-23  Bruno Haible  <bruno@clisp.org>
19826
19827         * modules/minmax: New module.
19828         * MODULES.html.sh (func_all_modules): Add it.
19829
19830 2003-01-23  Bruno Haible  <bruno@clisp.org>
19831
19832         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
19833         Eggert.
19834
19835 2003-01-22  Bruno Haible  <bruno@clisp.org>
19836
19837         * modules/exit: New module.
19838         * MODULES.html.sh (func_all_modules): Add it.
19839
19840 2003-01-22  Bruno Haible  <bruno@clisp.org>
19841
19842         * lib/exit.h: New file, from GNU gettext.
19843
19844 2003-01-19  Bruno Haible  <bruno@clisp.org>
19845
19846         * gnulib-tool: Recognize option --extract-maintainer.
19847         (func_get_maintainer): New function.
19848         * modules/*: Add Maintainer entry.
19849
19850 2003-01-16  Jim Meyering  <jim@meyering.net>
19851
19852         * m4/regex.m4: The `regex' struct is both input and output.
19853         Initialize it before each use.  Patch by Tim Waugh.
19854
19855 2003-01-16  Bruno Haible  <bruno@clisp.org>
19856
19857         * MODULES.html.sh: Add a table of contents. Add the module name as
19858         leftmost column. Add hyperlinks.
19859
19860 2003-01-15  Bruno Haible  <bruno@clisp.org>
19861
19862         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
19863
19864 2003-01-15  Bruno Haible  <bruno@clisp.org>
19865
19866         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
19867         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
19868         suffix.
19869
19870 2003-01-15  Bruno Haible  <bruno@clisp.org>
19871
19872         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
19873
19874 2003-01-15  Bruno Haible  <bruno@clisp.org>
19875
19876         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
19877         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
19878
19879 2003-01-14  Jim Meyering  <jim@meyering.net>
19880
19881         * lib/same.c (same_name): Tweak a comment.
19882
19883 2003-01-14  Bruno Haible  <bruno@clisp.org>
19884
19885         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
19886         when a string comparison is sufficient.
19887
19888 2003-01-14  Bruno Haible  <bruno@clisp.org>
19889
19890         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
19891         'unsigned int'.
19892
19893 2003-01-14  Bruno Haible  <bruno@clisp.org>
19894
19895         * lib/hash-pjw.c: Add comment about low quality of this function.
19896
19897 2003-01-13  Bruno Haible  <bruno@clisp.org>
19898
19899         * modules/stpcpy: Distribute lib/stpcpy.h.
19900         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
19901
19902 2003-01-13  Bruno Haible  <bruno@clisp.org>
19903
19904         * modules/*: Add a description.
19905         * modules/strpbrk: Fix Makefile.am snippet.
19906         * modules/strtoimax: Fix dependencies.
19907         * modules/strtoumax: Likewise.
19908
19909 2003-01-13  Bruno Haible  <bruno@clisp.org>
19910
19911         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
19912         * modules/alloca (Makefile.am): All object files depend on alloca.h.
19913         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
19914
19915 2003-01-13  Bruno Haible  <bruno@clisp.org>
19916
19917         * gnulib-tool (func_create_testdir): Store config/* files in the main
19918         directory.
19919         * config.rpath: Move to ...
19920         * config/config.rpath: ... here.
19921         * modules/gettext: Contains config/config.rpath, not config.rpath.
19922         * modules/iconv: Likewise.
19923
19924 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19925
19926         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19927         to avoid collisions with libcurses and libreadline.
19928
19929         * m4/getstr.m4: Remove.
19930         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
19931
19932 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19933
19934         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19935         to avoid collisions with libcurses and libreadline.
19936
19937         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
19938         * lib/getstr.h, getstr.c: Remove.
19939         * lib/getline.c: Include "getline.h", to check interface.
19940         Move body of old getstr.c here: this defines MIN_CHUNK and
19941         declares getdelim2, which is renamed from getstr.
19942         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
19943
19944         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
19945         All uses changed.
19946         * lib/linebuffer.h: Likewise.
19947         (readline): Remove backward-compatibility macro.
19948
19949 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19950
19951         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19952         to avoid collisions with libcurses and libreadline.
19953         * getstr: Remove.
19954         * MODULES.html.sh: Remove getstr.
19955         * modules/getline: Depend on unlocked-io, not getstr.
19956
19957 2003-01-12  Jim Meyering  <jim@meyering.net>
19958
19959         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
19960
19961 2003-01-10  Bruno Haible  <bruno@clisp.org>
19962
19963         * modules/alloca: Change Makefile.am requirements. Simplify Include
19964         requirements. Add lib/alloca_.h to file list.
19965
19966 2003-01-10  Bruno Haible  <bruno@clisp.org>
19967
19968         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
19969
19970 2003-01-10  Bruno Haible  <bruno@clisp.org>
19971
19972         * lib/alloca_.h: New file.
19973         * lib/getdate.y: Unconditionally include alloca.h.
19974         * lib/makepath.c: Likewise.
19975         * lib/setenv.c: Likewise.
19976         * lib/userspec.c: Likewise.
19977
19978 2003-01-09  Karl Berry  <karl@gnu.org>
19979
19980         * MODULES.html.sh: include `dirname $0` in PATH, to find
19981         gnulib-tool.
19982
19983 2003-01-09  Bruno Haible  <bruno@clisp.org>
19984
19985         * modules/stdbool: Change configure.ac, Makefile.am requirements.
19986         Simplify Include requirements. Add lib/stdbool.h.in to file list.
19987
19988 2003-01-09  Bruno Haible  <bruno@clisp.org>
19989
19990         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
19991
19992 2003-01-09  Bruno Haible  <bruno@clisp.org>
19993
19994         * lib/stdbool.h.in: New file.
19995
19996 2003-01-09  Bruno Haible  <bruno@clisp.org>
19997
19998         * gnulib-tool (func_all_modules): Ignore files ending in ~.
19999         * MODULES.html.sh: Likewise.
20000
20001 2003-01-08  Jim Meyering  <jim@meyering.net>
20002
20003         * lib/full-write.c: Undefine and define-away `const' after inclusion
20004         of errno.h, not before.  Suggestion from Bruno Haible.
20005
20006 2003-01-08  Bruno Haible  <bruno@clisp.org>
20007
20008         * modules/full-read: Depend on full-write.
20009
20010 2003-01-08  Bruno Haible  <bruno@clisp.org>
20011
20012         * lib/safe-read.c: Include specification header first, to ensure its
20013         selfcontainedness.
20014         * lib/full-write.c: Likewise.
20015
20016 2003-01-07  Jim Meyering  <jim@meyering.net>
20017
20018         * lib/full-write.c: Rework so that it may serve to define full_read,
20019         too.
20020         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20021
20022 2003-01-07  Bruno Haible  <bruno@clisp.org>
20023
20024         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20025         <inttypes.h>.
20026         * lib/xstrtol.h: Likewise.
20027         * lib/xstrtoimax.c: Likewise.
20028         * lib/xstrtoumax.c: Likewise.
20029         * lib/human.h: Likewise.
20030
20031         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20032         on systems that have <inttypes.h> but not <stdint.h>.
20033
20034 2003-01-07  Bruno Haible  <bruno@clisp.org>
20035
20036         * MODULES.html.sh: Add copyright notice.
20037         (missed_files): Omit CVS directory entries.
20038         (func_module): Make it work with sed-3.02.
20039         * MODULES.txt: Remove file.
20040
20041 2003-01-06  Jim Meyering  <jim@meyering.net>
20042
20043         * lib/version-etc.c: Update year in translatable copyright string.
20044
20045 2003-01-03  Karl Berry  <karl@gnu.org>
20046
20047         * config/config.{guess,sub}: update from prep.
20048
20049 2003-01-02  Karl Berry  <karl@gnu.org>
20050
20051         * doc/COPYING.DOC: belatedly updated to 1.2.
20052
20053 2003-01-01  Karl Berry  <karl@gnu.org>
20054
20055         * gnulib-tool (func_verify_module): report module name $module in
20056         error message, not $1.
20057         * gnulib-tool (create-testdir): don't complain if destdir couldn't
20058         be created, only if it doesn't exist.
20059         * gnulib-tool (last_checkin_date): don't expand the $Date here.
20060
20061 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20062
20063         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
20064
20065 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20066
20067         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
20068         memcmp if strcoll doesn't work.
20069
20070 2002-12-31  Bruno Haible  <bruno@clisp.org>
20071
20072         * lib/utime.c (utime_null): No need to call ftruncate if the file was
20073         nonempty.
20074
20075 2002-12-31  Bruno Haible  <bruno@clisp.org>
20076
20077         * lib/memcoll.c (STRCOLL): New macro.
20078         (memcoll): Use it.
20079
20080 2002-12-31  Bruno Haible  <bruno@clisp.org>
20081
20082         * lib/localcharset.h: New file.
20083         * lib/localcharset.c: Include it.
20084         * lib/unicodeio.c: Likewise.
20085
20086 2002-12-31  Bruno Haible  <bruno@clisp.org>
20087
20088         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
20089         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
20090
20091 2002-12-31  Bruno Haible  <bruno@clisp.org>
20092
20093         * lib/getline.h: Include <stddef.h>, for size_t.
20094
20095         * lib/unicodeio.h: Include <stddef.h>, for size_t.
20096         * lib/unicodeio.c: Don't include <stddef.h>.
20097
20098 2002-12-31  Bruno Haible  <bruno@clisp.org>
20099
20100         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
20101         HAVE_TM_ZONE.
20102
20103 2002-12-24  Karl Berry  <karl@gnu.org>
20104
20105         * config/config.guess: update from prep.
20106
20107 2002-12-24  Bruno Haible  <bruno@clisp.org>
20108
20109         General infrasructure.
20110         * m4/README: Rewritten.
20111         * m4/onceonly.m4: New file.
20112         * m4/onceonly_2_57.m4: New file.
20113
20114         Module atexit.
20115         * m4/atexit.m4: New file.
20116
20117         Module strtod.
20118         * m4/strtod.m4: New file.
20119
20120         Module strtol.
20121         * m4/strtol.m4: New file.
20122
20123         Module strtoul.
20124         * m4/strtoul.m4: New file.
20125
20126         Module memchr.
20127         * m4/memchr.m4: New file.
20128
20129         Module memcmp.
20130         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
20131         (jm_FUNC_MEMCMP): Invoke it.
20132
20133         Module memcpy.
20134         * m4/memcpy.m4: New file.
20135
20136         Module memmove.
20137         * m4/memmove.m4: New file.
20138
20139         Module memset.
20140         * m4/memset.m4: New file.
20141
20142         Module strcspn.
20143         * m4/strcspn.m4: New file.
20144
20145         Module strpbrk.
20146         * m4/strpbrk.m4: New file.
20147
20148         Module strstr.
20149         * m4/strstr.m4: New file.
20150
20151         Module strerror.
20152         * m4/strerror.m4: New file.
20153
20154         Module mktime.
20155         * m4/mktime.m4: Renamed from jm-mktime.m4.
20156         (gl_PREREQ_MKTIME): New macro.
20157         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
20158
20159         Module malloc.
20160         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
20161         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
20162         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
20163
20164         Module realloc.
20165         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
20166         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
20167         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
20168
20169         Module strftime.
20170         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
20171         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
20172         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
20173         gl_TM_GMTOFF.
20174         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
20175
20176         Module xalloc.
20177         * m4/xalloc.m4: New file.
20178
20179         Module alloca.
20180         * m4/alloca.m4: New file.
20181
20182         Module putenv.
20183         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
20184         (jm_FUNC_PUTENV): Invoke it.
20185
20186         Module setenv.
20187         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
20188         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
20189         when invoked twice.
20190         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
20191         gt_FUNC_SETENV.
20192
20193         Module memrchr.
20194         * m4/memrchr.m4: New file.
20195
20196         Module stpcpy.
20197         * m4/stpcpy.m4: New file.
20198
20199         Module strcase.
20200         * m4/strcase.m4: New file.
20201
20202         Module strdup.
20203         * m4/strdup.m4: New file.
20204
20205         Module strnlen.
20206         * m4/strnlen.m4: New file.
20207
20208         Module strndup.
20209         * m4/strndup.m4: New file.
20210
20211         Module xstrtod.
20212         * m4/xstrtod.m4: New file.
20213
20214         Module xstrtol.
20215         * m4/xstrtol.m4: New file.
20216
20217         Module getdate.
20218         * m4/getdate.m4: New file.
20219
20220         Module unlocked-io.
20221         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
20222         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
20223         * m4/jm-glibc-io.m4n: Remove file.
20224
20225         Module long-options.
20226         * m4/long-options.m4: New file.
20227
20228         Module md5.
20229         * m4/md5.m4: New file.
20230
20231         Module sha.
20232         * m4/sha.m4: New file.
20233
20234         Module getstr.
20235         * m4/getstr.m4: New file.
20236
20237         Module getline.
20238         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
20239         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
20240         <sys/types.h>, for size_t. Use the function name gnu_getline, not
20241         simply getline. Infoke gl_PREREQ_GETLINE.
20242
20243         Module obstack.
20244         * m4/obstack.m4: New file.
20245
20246         Module hash.
20247         * m4/hash.m4: New file.
20248
20249         Module readtokens.
20250         * m4/readtokens.m4: New file.
20251
20252         Module strverscmp.
20253         * m4/strverscmp.m4: New file.
20254
20255         Module stdbool.
20256         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
20257         OSF/1.
20258
20259         Module strtoll.
20260         * m4/strtoll.m4: New file.
20261
20262         Module strtoull.
20263         * m4/strtoull.m4: New file.
20264
20265         Module strtoimax.
20266         * m4/strtoimax.m4: New file.
20267
20268         Module strtoumax.
20269         * m4/strtoumax.m4: New file.
20270
20271         Module xstrtoimax.
20272         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
20273         jm_AC_PREREQ_XSTRTOIMAX.
20274         Moved the strtol prerequisites to strtol.m4.
20275         Moved the strtoll prerequisites to strtoll.m4.
20276         Moved the strtoimax prerequisites to strtoimax.m4.
20277
20278         Module xstrtoumax.
20279         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
20280         jm_AC_PREREQ_XSTRTOUMAX.
20281         Moved the strtoul prerequisites to strtoul.m4.
20282         Moved the strtoull prerequisites to strtoull.m4.
20283         Moved the strtoumax prerequisites to strtoumax.m4.
20284
20285         Module chown.
20286         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
20287         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
20288
20289         Module dup2.
20290         * m4/dup2.m4: New file.
20291
20292         Module ftruncate.
20293         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
20294         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
20295
20296         Module getgroups.
20297         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
20298         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
20299
20300         Module gettimeofday.
20301         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
20302         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
20303         gl_PREREQ_GETTIMEOFDAY.
20304
20305         Module mkdir.
20306         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
20307         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
20308
20309         Module mkstemp.
20310         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
20311         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
20312         jm_AC_TYPE_UINTMAX_T.
20313         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
20314
20315         Module stat.
20316         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
20317         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
20318
20319         Module lstat.
20320         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
20321         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
20322
20323         Module timespec.
20324         * m4/timespec.m4 (gl_TIMESPEC): New macro.
20325         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
20326         * m4/st_mtim.m4: Indentation.
20327
20328         Module nanosleep.
20329         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
20330         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
20331         gl_PREREQ_NANOSLEEP.
20332
20333         Module regex.
20334         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
20335         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
20336         (gl_REGEX): New macro.
20337
20338         Module rename.
20339         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
20340         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
20341
20342         Module rmdir.
20343         * m4/rmdir.m4: New file.
20344
20345         Module utime.
20346         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
20347         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
20348         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
20349
20350         Module dirname.
20351         * m4/dirname.m4: New file.
20352
20353         Module getopt.
20354         * m4/getopt.m4: New file.
20355
20356         Module unistd-safer.
20357         * m4/unistd-safer.m4: New file.
20358
20359         Module fnmatch.
20360         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
20361         declaration.
20362         (gl_PREREQ_FNMATCH_EXTRA): New macro.
20363         (gl_FUNC_FNMATCH_POSIX): New macro.
20364         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
20365         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
20366         simply fnmatch.
20367
20368         Module exclude.
20369         * m4/exclude.m4: New file.
20370
20371         Module human.
20372         * m4/human.m4: New file.
20373
20374         Module acl.
20375         * m4/acl.m4: Nop.
20376
20377         Module backupfile.
20378         * m4/backupfile.m4: New file.
20379         * m4/d-ino.m4: Indentation.
20380
20381         Module fsusage.
20382         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
20383         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
20384         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
20385
20386         Module dirfd.
20387         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
20388         requirements.
20389
20390         Module euidaccess.
20391         * m4/euidaccess.m4: New file.
20392
20393         Module file-type.
20394         * m4/file-type.m4: New file.
20395
20396         Module fileblocks.
20397         * m4/fileblocks.m4: New file.
20398
20399         Module filemode.
20400         * m4/filemode.m4: New file.
20401
20402         Module isdir.
20403         * m4/isdir.m4: New file.
20404
20405         Module lchown.
20406         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
20407         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
20408
20409         Module makepath.
20410         * m4/makepath.m4: New file.
20411
20412         Module modechange.
20413         * m4/modechange.m4: New file.
20414
20415         Module mountlist.
20416         * m4/mountlist.m4: New file.
20417         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
20418         Indentation.
20419
20420         Module path-concat.
20421         * m4/path-concat.m4: New file.
20422
20423         Module pathmax.
20424         * m4/pathmax.m4: New file.
20425
20426         Module same.
20427         * m4/same.m4: New file.
20428
20429         Module save-cwd.
20430         * m4/save-cwd.m4: New file.
20431
20432         Module savedir.
20433         * m4/savedir.m4: New file.
20434
20435         Module xgetcwd.
20436         * m4/xgetcwd.m4: New file.
20437         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
20438
20439         Module xreadlink.
20440         * m4/xreadlink.m4: New file.
20441
20442         Module safe-read.
20443         * m4/safe-read.m4: New file.
20444
20445         Module safe-write.
20446         * m4/safe-write.m4: New file.
20447
20448         Module closeout.
20449         * m4/closeout.m4: New file.
20450
20451         Module stdio-safer.
20452         * m4/stdio-safer.m4: New file.
20453
20454         Module getpass.
20455         * m4/getpass.m4: New file.
20456
20457         Module getugroups.
20458         * m4/getugroups.m4: New file.
20459
20460         Module group-member.
20461         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
20462         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
20463
20464         Module idcache.
20465         * m4/idcache.m4: New file.
20466
20467         Module userspec.
20468         * m4/userspec.m4: New file.
20469
20470         Module gettime.
20471         * m4/clock_time.m4: New file.
20472         * m4/gettime.m4: New file.
20473
20474         Module settime.
20475         * m4/settime.m4: New file.
20476
20477         Module posixtm.
20478         * m4/posixtm.m4: New file.
20479
20480         Module gethostname.
20481         * m4/gethostname.m4: New file.
20482
20483         Module canon-host.
20484         * m4/canon-host.m4: New file.
20485
20486         Module gettext.
20487         * m4/codeset.m4: New file, from gettext-0.11.5.
20488         * m4/gettext.m4: New file, from gettext-0.11.5.
20489         * m4/glibc21.m4: New file, from gettext-0.11.5.
20490         * m4/iconv.m4: New file, from gettext-0.11.5.
20491         * m4/intdiv0.m4: New file, from gettext-0.11.5.
20492         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
20493         * m4/inttypes.m4: New file, from gettext-0.11.5.
20494         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
20495         * m4/isc-posix.m4: New file, from gettext-0.11.5.
20496         * m4/lcmessage.m4: New file, from gettext-0.11.5.
20497         * m4/lib-ld.m4: New file, from gettext-0.11.5.
20498         * m4/lib-link.m4: New file, from gettext-0.11.5.
20499         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
20500         * m4/progtest.m4: New file, from gettext-0.11.5.
20501         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
20502         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
20503         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
20504
20505         Module localcharset.
20506         * m4/localcharset.m4: New file.
20507
20508         Module hard-locale.
20509         * m4/hard-locale.m4: New file.
20510
20511         Module mbswidth.
20512         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
20513         onceonly macros.
20514         * m4/mbrtowc.m4: Add comment.
20515
20516         Module memcasecmp.
20517         * m4/memcasecmp.m4: New file.
20518
20519         Module memcoll.
20520         * m4/memcoll.m4: New file.
20521
20522         Module unicodeio.
20523         * m4/unicodeio.m4: New file.
20524
20525         Module rpmatch.
20526         * m4/rpmatch.m4: New file.
20527
20528         Module yesno.
20529         * m4/yesno.m4: New file.
20530
20531         Module exitfail.
20532         * m4/exitfail.m4: New file.
20533
20534         Module c-stack.
20535         * m4/c-stack.m4 (gl_C_STACK): New macro.
20536         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
20537
20538         Module error.
20539         * m4/error.m4 (gl_ERROR): New macro.
20540         (jm_PREREQ_ERROR): Use onceonly macros.
20541
20542         Module fatal.
20543         * m4/fatal.m4: New file.
20544
20545         Module getloadavg.
20546         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
20547         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
20548
20549         Module getpagesize.
20550         * m4/getpagesize.m4: New file.
20551
20552         Module getusershell.
20553         * m4/getusershell.m4: New file.
20554
20555         Module physmem.
20556         * m4/physmem.m4: New file.
20557
20558         Module posixver.
20559         * m4/posixver.m4: New file.
20560
20561         Module quotearg.
20562         * m4/quotearg.m4: New file.
20563
20564         Module quote.
20565         * m4/quote.m4: New file.
20566
20567         Module readutmp.
20568         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
20569
20570         Module sig2str.
20571         * m4/sig2str.m4: New file.
20572
20573         Other.
20574         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
20575         ulonglong.m4.
20576         * m4/intmax_t.m4: New file.
20577         * m4/d-type.m4: Indentation.
20578         * m4/jm-macros.m4: Update.
20579         * m4/prereq.m4 (jm_PREREQ): Update.
20580         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
20581         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
20582         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
20583         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
20584         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
20585         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
20586         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
20587         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
20588         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
20589         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
20590         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
20591         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
20592         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
20593         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
20594         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
20595         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
20596         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
20597         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
20598         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
20599
20600 2002-12-24  Bruno Haible  <bruno@clisp.org>
20601
20602         * MODULES.txt: Update according to m4/ changes.
20603
20604         Module gettext.
20605         * config.rpath: New file, from gettext-0.11.5.
20606
20607         * modules/*: New module descriptions.
20608         * gnulib-tool: New file.
20609         * MODULES.html.sh: New file.
20610
20611 2002-12-21  Karl Berry  <karl@gnu.org>
20612
20613         * doc/fdl.texi: update to version 1.2.
20614
20615 2002-12-19  Karl Berry  <karl@gnu.org>
20616
20617         * config/config.guess: update from prep.
20618
20619 2002-12-18  Bruno Haible  <bruno@clisp.org>
20620
20621         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
20622         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
20623
20624 2002-12-17  Bruno Haible  <bruno@clisp.org>
20625
20626         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
20627         stdlib.h, string.h.
20628
20629 2002-12-17  Bruno Haible  <bruno@clisp.org>
20630
20631         * lib/canon-host.c (strdup): Remove unused declaration.
20632
20633         * lib/fsusage.c: Include full_read.h.
20634         (get_fs_usage): Use full_read instead of safe_read.
20635
20636         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
20637
20638 2002-12-12  Karl Berry  <karl@gnu.org>
20639
20640         * config/config.guess: update from prep.
20641
20642 2002-12-11  Bruno Haible  <bruno@clisp.org>
20643
20644         * m4/setenv.m4: New file, from gettext-0.11.5.
20645
20646 2002-12-11  Bruno Haible  <bruno@clisp.org>
20647
20648         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
20649         not unsetenv().
20650         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
20651         modifications:
20652
20653         2002-12-11  Bruno Haible  <bruno@clisp.org>
20654
20655                 * setenv.c (alloca): Fall back to malloc.
20656                 (freea): New macro.
20657                 (setenv): Use freea() to free memory allocated with alloca().
20658
20659         2002-11-13  Bruno Haible  <bruno@clisp.org>
20660
20661                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
20662                 function declarations.
20663                 * unsetenv.c (unsetenv): Likewise.
20664
20665         2002-03-04  Bruno Haible  <bruno@clisp.org>
20666
20667                 Portability to AIX 4.3.3.
20668                 * unsetenv.c: New file, extracted from setenv.c.
20669                 * setenv.c: Move the unsetenv() function to unsetenv.c.
20670
20671         2001-12-20  Bruno Haible  <bruno@clisp.org>
20672
20673                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
20674                 use malloc instead. For SunOS 4.
20675
20676         2001-12-11  Bruno Haible  <bruno@clisp.org>
20677
20678                 * setenv.c: Declare alloca.
20679                 (compar_fn_t): New typedef.
20680                 (KNOWN_VALUE, STORE_VALUE): Use it.
20681
20682         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
20683         setenv.h.
20684
20685 2002-12-10  Paul Eggert  <eggert@twinsun.com>
20686
20687         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
20688         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
20689         Choose values that are less likely to collide with system fnmatch
20690         options.
20691         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
20692         defined (e.g., a pure POSIX system).
20693         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
20694         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
20695
20696 2002-12-06  Paul Eggert  <eggert@twinsun.com>
20697
20698         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
20699         a pain in practice to deal with generated m4 files.  This change
20700         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
20701
20702         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
20703         and jm-glibc-io.m4, as they are no longer a special case.
20704         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
20705         kludge and the auto-generation stuff.  Check only whether the
20706         functions are declared, not whether they exist, since older hosts
20707         that don't declare the functions can't use the optimization anyway.
20708
20709 2002-12-06  Jim Meyering  <jim@meyering.net>
20710
20711         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
20712
20713         Merge in changes from libc's misc/error.c, in preparation
20714         for the merge of gnulib's changes back into libc.
20715
20716         * lib/error.c (_): Define only if not already defined.
20717         Move definition to follow all #include directives.
20718         Include unlocked-io.h only if !_LIBC.
20719         [_LIBC]: Include <libio/libioP.h>.
20720         [USE_IN_LIBIO]: Include <libio/iolibio.h>
20721         (fflush): Tweak definition to use INTUSE.
20722         (putc): Define.
20723
20724 2002-12-05  Paul Eggert  <eggert@twinsun.com>
20725
20726         * lib/alloca.c [defined emacs]: Include "lisp.h".
20727         (xalloc_die) [defined emacs]: New macro.
20728         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
20729         [! defined emacs]: Include <xalloc.h>.
20730         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
20731         (pointer): Typedef to POINTER_TYPE *.
20732         (malloc): Remove decl; we now always use xmalloc.
20733         (alloca): Use old-style definition, since Emacs needs this.
20734         Check for arithmetic overflow when computing combined size.
20735
20736 2002-12-04  Paul Eggert  <eggert@twinsun.com>
20737
20738         Do not generate unlocked-io.h automatically, since it's easier to
20739         maintain it by hand.
20740
20741         * lib/unlocked-io.h: New file, from GNU diffutils,
20742         but with proper copyright notice and attribution.
20743         * lib/gen-uio: Remove.
20744         * lib/Makefile.am: Add copyright notice.
20745         (libfetish_a_SOURCES): Add unlocked-io.h.
20746         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
20747         (DISTCLEANFILES, io_functions): Remove macros.
20748         (EXTRA_DIST): Remove gen_uio.
20749         (unlocked-io.h): Remove rule.
20750
20751 2002-12-04  Jim Meyering  <jim@meyering.net>
20752
20753         Reflect the fact that stat.c and lstat.c are no longer generated.
20754         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
20755         (DISTCLEANFILES): Likewise.
20756         (EXTRA_DIST): Likewise.
20757         (all_local): Don't depend on stat.c or lstat.c.
20758         (stat.c, lstat.c): Remove rules.
20759         (EXTRA_DIST): Remove xstat.in.
20760
20761         * lib/xstat.in: Remove file.  Contents moved into stat.c.
20762         * lib/stat.c: New file.  Contents mostly from xstat.in.
20763         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
20764         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
20765
20766         * lib/safe-read.c: Rework so that it may serve to define safe_write,
20767         too.
20768         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
20769
20770 2002-12-03  Jim Meyering  <jim@meyering.net>
20771
20772         * lib/safe-read.c, safe-write.c: Change variable names and comments,
20773         but not semantics, to minimize the differences between these two files.
20774         (safe_read): Change comment to mention SAFE_READ_ERROR.
20775
20776         * lib/safe-read.c (IS_EINTR): Define.
20777         (safe_read): Use IS_EINTR in place of in-function cpp directives.
20778
20779 2002-12-02  Jim Meyering  <jim@meyering.net>
20780
20781         * lib/safe-read.c (EINTR): Define.
20782         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
20783         (INT_MAX): Provide fallback.
20784         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
20785
20786         * lib/safe-read.h (SAFE_READ_ERROR): Define.
20787
20788 2002-12-02  Bruno Haible  <bruno@clisp.org>
20789
20790         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
20791         Define, taken from safe-read.c.
20792         (INT_MAX): Provide fallback.
20793         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
20794         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
20795
20796         * lib/safe-read.c (EINTR): Remove definition.
20797         (safe_read): Don't use EINTR if it is absent.
20798
20799 2002-12-01  Jim Meyering  <jim@meyering.net>
20800
20801         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
20802         zero.
20803         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
20804
20805 2002-11-27  Paul Eggert  <eggert@twinsun.com>
20806
20807         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
20808         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
20809         with `if (! (value < limit)) abort ();', for readability.
20810
20811 2002-11-26  Karl Berry  <karl@gnu.org>
20812
20813         * lib/strdup.c: copy from libc again, with jim's ok.
20814         * lib/.cppi-disable: re-add strdup.c
20815
20816 2002-11-25  Karl Berry  <karl@gnu.org>
20817
20818         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
20819         instead of "strtol.c".
20820
20821 2002-11-25  Karl Berry  <karl@gnu.org>
20822
20823         * config/install-sh: update from automake for variable quoting, $0 in
20824         error msgs, etc.
20825
20826         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
20827         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
20828         entry.
20829
20830 2002-11-25  Jim Meyering  <jim@meyering.net>
20831
20832         * lib/mktime.c: Sync from libc, now that it has the latest fix.
20833
20834 2002-11-24  Karl Berry  <karl@gnu.org>
20835
20836         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
20837         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
20838
20839 2002-11-24  Jim Meyering  <jim@meyering.net>
20840
20841         Update from coreutils:
20842
20843         * lib/mktime.c: Merge in changes from libc.
20844
20845         Avoid a link-time failure on some Linux systems.
20846         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
20847         (otherwise).
20848         (__mon_yday): Declare with the STATIC attribute.
20849         (__mktime_internal): Likewise.
20850         Based on a report from Greg Schafer.
20851
20852 2002-11-23  Jim Meyering  <jim@meyering.net>
20853
20854         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
20855         Use `unsigned', not `int', as type of index.
20856
20857         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
20858
20859         * lib/fsusage.c: Remove unneeded parentheses around operands of
20860         `defined'.
20861
20862 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20863
20864         * lib/quotearg.h: Allow multiple inclusion by surrounding with
20865         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
20866         so that we can be included first.
20867         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
20868         * lib/quotearg.c: Include quotearg.h immediately after config.h.
20869         No need to include stddef.h or sys/types.h any more.
20870         Surround local include files with "", not "<>".
20871         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
20872         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
20873         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
20874         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20875         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20876         (ISPRINT): Remove; no longer needed now that we assume C89.
20877
20878         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
20879         Preserve errno.
20880
20881         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
20882         quotearg_char): Use SIZE_MAX rather than
20883         (size_t) -1 when we are talking about "infinity".
20884
20885         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
20886
20887 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20888
20889         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
20890         hint that one should use `if (! x) abort ();' rather than `assert
20891         (x);', and anyway it's one less thing to worry about configuring.
20892         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
20893         hash_rehash, hash_insert): Use abort rather than assert.
20894
20895 2002-11-22  Bruno Haible  <bruno@clisp.org>
20896
20897         * lib/safe-read.h: Assume C89. Add comments.
20898         (safe_read): Change return type to size_t.
20899         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
20900         byte counts > SSIZE_MAX correctly.
20901         * lib/safe-write.h: New file.
20902         * lib/safe-write.c: New file.
20903         * lib/full-read.h: New file.
20904         * lib/full-read.c: New file.
20905         * lib/full-write.h: Assume C89. Add comments.
20906         * lib/full-write.c: Include safe-write.h.
20907         (full_write): Rewritten to use safe_write.
20908         Suggested by Jim Meyering and Paul Eggert.
20909
20910 2002-11-21  Jim Meyering  <jim@meyering.net>
20911
20912         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
20913
20914         Merge in changes from the coreutils.
20915
20916         2002-09-25  Paul Eggert  <eggert@twinsun.com>
20917         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
20918         <stdint.h>.
20919         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
20920         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
20921         int.  Work more efficiently if X is the same width as uintmax_t.
20922         Do not compare X to -1, to avoid bogus compiler warning.
20923         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
20924         Don't assume that f_frsize and f_bsize are the same type.
20925
20926         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
20927         warning on FreeBSD.
20928
20929         * lib/makepath.c (make_path): Restore umask *before* creating the final
20930         component.
20931         (make_path): Minor reformatting.
20932
20933         * lib/xmalloc.c: Adjust to work with new autoconf macros,
20934         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
20935         HAVE_MALLOC/HAVE_REALLOC.
20936
20937         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
20938         dummy ones.  At least on GNU/Linux systems, `auto' means something
20939         else.
20940         From Michael Stone.
20941
20942 2002-11-21  Bruno Haible  <bruno@clisp.org>
20943
20944         Remove case insensitive option matching.
20945         * lib/argmatch.h (argcasematch): Remove declaration.
20946         (ARGCASEMATCH): Remove macro.
20947         (__xargmatch_internal): Remove case_sensitive argument.
20948         (XARGMATCH): Update.
20949         (XARGCASEMATCH): Remove macro.
20950         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
20951         case_sensitive argument.
20952         (argcasematch): Remove function.
20953         (__xargmatch_internal): Remove case_sensitive argument.
20954         (main): Use XARGMATCH instead of XARGCASEMATCH.
20955
20956         * lib/xmalloc.c: Change compile-time error message. Add comment about
20957         required autoconf version.
20958
20959 2002-11-20  Paul Eggert  <eggert@twinsun.com>
20960
20961         Merge argmatch cleanups from Bison.  Assume C89.
20962
20963         * lib/argmatch.c: Include config.h here, not in argmatch.h.
20964         Include stdlib.h, for EXIT_FAILURE.
20965         Always include <string.h>, since we assume C89.
20966         (EXIT_FAILURE): Remove pre-C89 bug workaround.
20967         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
20968         Include <stddef.h> instead, since it's all we need for size_t.
20969         (PARAMS): Remove.  All uses removed.
20970         (ARRAY_CARDINALITY): Do not bother to #undef.
20971         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
20972         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20973         Remove unnecessary parentheses.
20974         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20975         Insert necessary parentheses.
20976         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
20977         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
20978
20979 2002-11-19  Bruno Haible  <bruno@clisp.org>
20980
20981         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
20982         * lib/mbswidth.h: Include <stddef.h>, for size_t.
20983
20984         * lib/mbswidth.h (PARAMS): Remove macro.
20985         (mbswidth, mbsnwidth): Use ANSI C function declarations.
20986         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
20987
20988         * lib/gcd.h (PARAMS): Remove macro.
20989         (gcd): Use ANSI C function declarations.
20990         * lib/gcd.c (gcd): Likewise.
20991
20992 2002-11-15  Bruno Haible  <bruno@clisp.org>
20993
20994         * lib/strcspn.c: Include <stddef.h>.
20995         (strcspn): Use ANSI C function declaration. Change return type to
20996         size_t. Use NULL.
20997         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
20998         (strpbrk): Use NULL.
20999         * lib/strpbrk.h (PARAMS): Remove macro.
21000         (strpbrk): Use ANSI C function declaration.
21001         * lib/strstr.c: Don't include <sys/types.h>.
21002         * lib/strstr.h (PARAMS): Remove macro.
21003         (strstr): Use ANSI C function declarations.
21004
21005 2002-11-14  Karl Berry  <karl@gnu.org>
21006
21007         * config/mkinstalldirs: `do' on separate line, instead of
21008         `for var; do'.
21009
21010 2002-11-06  Bruno Haible  <bruno@clisp.org>
21011
21012         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21013         * lib/gcd.c (gcd): Likewise.
21014
21015 2002-11-05  Bruno Haible  <bruno@clisp.org>
21016
21017         * lib/gcd.h: New file, from gettext-0.11.5.
21018         * lib/gcd.c: New file, from gettext-0.11.5.
21019
21020 2002-11-05  Bruno Haible  <bruno@clisp.org>
21021
21022         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21023         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21024         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21025         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21026
21027         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21028         <libintl.h>.
21029         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21030         <libintl.h>.
21031
21032         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21033         * lib/human.c: Include gettext.h instead of <libintl.h>.
21034         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21035         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21036         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21037         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21038         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21039         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21040         (textdomain): Remove definition.
21041         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
21042
21043         * lib/long-options.c: Remove include of <libintl.h> and definition of
21044         _.
21045         * lib/same.c: Remove include of <libintl.h> and definition of _.
21046
21047 2002-11-04  Owen Taylor  <otaylor@redhat.com>
21048
21049         * lib/config.charset: A few additions for Solaris.
21050
21051 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21052
21053         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
21054         * lib/localcharset.c (locale_charset): Declare as extern "C".
21055
21056 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21057
21058         * lib/config.charset: msdos in uk_UA uses CP1125.
21059
21060 2002-11-04  Bruno Haible  <bruno@clisp.org>
21061
21062         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
21063         * lib/strcase.h: New file, from GNU gettext-0.11.5.
21064         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
21065         * lib/strstr.h: New file, from GNU gettext-0.11.5.
21066         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
21067
21068 2002-11-04  Bruno Haible  <bruno@clisp.org>
21069
21070         * lib/localcharset.c (locale_charset): Don't return an empty string.
21071
21072 2002-11-04  Bruno Haible  <bruno@clisp.org>
21073
21074         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
21075         aliases.
21076
21077 2002-11-04  Bruno Haible  <bruno@clisp.org>
21078
21079         * lib/config.charset: Update for newest glibc. Add canonical names
21080         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
21081
21082 2002-11-04  Bruno Haible  <bruno@clisp.org>
21083
21084         * lib/config.charset: Add support for NetBSD.
21085
21086 2002-11-04  Bruno Haible  <bruno@clisp.org>
21087
21088         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
21089
21090 2002-11-01  Bruno Haible  <bruno@clisp.org>
21091
21092         * configure.in: Add AC_CONFIG_AUX_DIR call.
21093         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
21094         test/Makefile.
21095         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
21096
21097 2002-09-28  Karl Berry  <karl@gnu.org>
21098
21099         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
21100         installed automake until the next release, since changes have been
21101         made.
21102
21103 2002-09-25  Karl Berry  <karl@gnu.org>
21104
21105         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
21106         * lib/getopt*: copy from libc/posix.
21107         * lib/gettext.h: copy from gettext.
21108         * lib/.cppi-disable: add strdup.c, gettext.h.
21109
21110 2002-09-25  Karl Berry  <karl@gnu.org>
21111
21112         * config/srclist.txt: enable gettext.h check.
21113         * config/config.{guess,sub}: update from prep.
21114         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
21115                 from automake 1.6.3.
21116         See srclist*.
21117
21118 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
21119
21120         * regex.c (PATFETCH): Remove the translating fetch.
21121         (PATFETCH_RAW): Rename to PATFETCH.
21122         (set_image_of_range): New fun.
21123         (SET_RANGE_TABLE_WORK_AREA): Use it.
21124         (regex_compile): Don't translate the pattern chars so eagerly.
21125         Only do it when inserting an `exactn' bytecode or when handling
21126         a char-range.
21127         (mutually_exclusive_p): Avoid empty statement.
21128
21129 2002-07-06  Jim Meyering  <meyering@lucent.com>
21130
21131         * m4/README: Don't mention Makefile.am.in.
21132         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
21133
21134 2002-07-01  Jim Meyering  <meyering@lucent.com>
21135
21136         * lib/c-stack.c: Include sys/time.h.
21137         From Volker Borchert.
21138
21139 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21140
21141         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
21142
21143 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21144
21145         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
21146         New macro.  Use it uniformly instead of
21147         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
21148         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
21149         reported by Vin Shelton.
21150
21151 2002-06-22  Paul Eggert  <eggert@twinsun.com>
21152
21153         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
21154         Do not assume SA_SIGINFO behavior.
21155         Bug reported by Jim Meyering on NetBSD 1.5.2.
21156
21157 2002-06-22  Jim Meyering  <meyering@lucent.com>
21158
21159         * m4/c-stack.m4: New file, from diffutils-2.8.2.
21160         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
21161
21162         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
21163         now that configure.ac uses AC_GNU_SOURCE.
21164         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
21165         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
21166
21167         Update to latest tools.  Suggestions from Paul Eggert.
21168         * m4/stdbool.m4: New file, from diffutils-2.8.2.
21169         * m4/gnu-source.m4: Update from diffutils-2.8.2.
21170         * m4/fnmatch.m4: Likewise.
21171         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
21172         to AC_HEADER_STDBOOL
21173
21174 2002-06-22  Jim Meyering  <meyering@lucent.com>
21175
21176         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
21177         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
21178
21179 2002-06-22  Jim Meyering  <meyering@lucent.com>
21180
21181         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
21182
21183         * lib/exitfail.c, exitfail.h: Likewise.
21184         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
21185
21186         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
21187         of fnmatch.h.
21188         (EXTRA_DIST): Add fnmatch_loop.c.
21189         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
21190
21191         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
21192         * lib/fnmatch.c: Update from diffutils-2.8.2.
21193         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
21194         * lib/fnmatch.h: Remove file.
21195
21196 2002-06-21  Jim Meyering  <meyering@lucent.com>
21197
21198         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
21199         * m4/mbrtowc.m4: Likewise.
21200
21201         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
21202         * m4/mbswidth.m4: Reflect name change:
21203         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
21204         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21205
21206         * m4/lib-link.m4: Update from gettext-0.11.2.
21207         * m4/gettext.m4: Likewise.
21208
21209         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
21210         From Alfred M. Szmidt.
21211
21212 2002-06-18  Paul Eggert  <eggert@twinsun.com>
21213
21214         * lib/file-type.h: Report an error if neither S_ISREG nor
21215         S_IFREG is defined, instead of using a test specific to glibc
21216         2.2.  This should be safe, since POSIX requires S_ISREG and
21217         Unix Version 7 had S_IFREG.  We don't need to check for
21218         <sys/types.h> since we don't use any symbols that it defines.
21219
21220 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
21221
21222         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
21223         $@-t, so that each temporary file name is unique and valid in the first
21224         8 characters, for operation under DOS.
21225
21226 2002-06-15  Paul Eggert  <eggert@twinsun.com>
21227
21228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
21229
21230 2002-06-15  Jim Meyering  <meyering@lucent.com>
21231
21232         Work even with DJGPP 2.03, which lacks support for symlinks.
21233         From Richard Dawe.
21234         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
21235         is defined.
21236         * lib/lchown.c (S_ISLNK): Likewise.
21237
21238 2002-06-15  Jim Meyering  <meyering@lucent.com>
21239
21240         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
21241         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
21242         have been included before this file.
21243
21244 2002-06-14  Jim Meyering  <meyering@lucent.com>
21245
21246         * lib/file-type.h: Use the version from diffutils-2.8.2.
21247         * lib/file-type.c: Likewise.
21248
21249 2002-06-07  Jim Meyering  <meyering@lucent.com>
21250
21251         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
21252         They're needed at least for NetBSD 1.5.2.
21253         ($statxfs_includes): Include those same headers.
21254         ($statxfs_includes): Include sys/vfs.h if available.
21255         ($statxfs_includes): Likewise for sys/statvfs.h.
21256         Check for the following members in both structs statfs and statvfs:
21257         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
21258
21259 2002-06-01  Jim Meyering  <meyering@lucent.com>
21260
21261         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
21262         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
21263
21264 2002-05-28  Jim Meyering  <meyering@lucent.com>
21265
21266         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
21267         Reported by Volker Borchert.
21268
21269 2002-05-27  Jim Meyering  <meyering@lucent.com>
21270
21271         Fix a problem seen only on nonconforming systems whereby ls.c's
21272         use of localtime, and then of gettimeofday would cause trouble:
21273         the localtime call used to initialize rpl_gettimeofday's save
21274         mechanism would clobber ls's current local time information so
21275         that in any long listing the first file would always be listed
21276         with date 1970-01-01.  Analysis by Volker Borchert.
21277
21278         * lib/gettimeofday.c (localtime): Undefine.
21279         (rpl_localtime): New function.
21280
21281 2002-05-27  Jim Meyering  <meyering@lucent.com>
21282
21283         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
21284         localtime.
21285
21286         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
21287         use the replacement function; it wouldn't resolve at link time.
21288         Reported by Volker Borchert.
21289
21290 2002-05-22  Jim Meyering  <meyering@lucent.com>
21291
21292         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
21293         file-type.h.
21294         * lib/file-type.h: New file.
21295         * lib/file-type.c (file_type): New file/function.  Extracted from
21296         diffutils.
21297
21298 2002-04-30  Jim Meyering  <meyering@lucent.com>
21299
21300         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
21301
21302 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21303
21304         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
21305
21306 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21307
21308         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
21309         Do not check for alloca.h (no longer used) or stdbool.h (was never
21310         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
21311
21312 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21313
21314         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
21315
21316 2002-04-29  Jim Meyering  <meyering@lucent.com>
21317
21318         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
21319         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
21320         Use AC_FUNC_STRNLEN here instead.
21321
21322         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
21323         With autoconf-2.53a, it's part of AC_PROG_CC.
21324
21325 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21326
21327         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
21328         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
21329
21330 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21331
21332         * lib/sig2str.h, lib/sig2str.c: New files.
21333         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
21334
21335 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21336
21337         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
21338         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
21339         of 127, since 64 is the largest conceivable number for ancient
21340         nonstandard hosts.
21341         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
21342
21343 2002-04-28  Jim Meyering  <meyering@lucent.com>
21344
21345         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
21346
21347 2002-04-24  Jim Meyering  <meyering@lucent.com>
21348
21349         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
21350         (jm_PREREQ): Use it.
21351
21352         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
21353         mach/mach.h fcntl.h.
21354         Check for this function: setlocale.
21355
21356 2002-04-24  Jim Meyering  <meyering@lucent.com>
21357
21358         * lib/gettext.h: New file, from Gettext.
21359         * lib/Makefile.am (INCLUDES): Remove -I../intl.
21360         (libfetish_a_SOURCES): Add gettext.h.
21361
21362 2002-04-16  Jim Meyering  <meyering@lucent.com>
21363
21364         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
21365         ut_pid, ut_id, ut_exit.
21366
21367 2002-04-16  Jim Meyering  <meyering@lucent.com>
21368
21369         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
21370         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
21371         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
21372
21373 2002-04-12  Jim Meyering  <meyering@lucent.com>
21374
21375         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
21376         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
21377         existence of the getmntinfo function.  Needed for Darwin 5.3.
21378
21379         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
21380         This is necessary at least on Darwin 5.3.
21381
21382         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
21383         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
21384         strnlen.o in the library, and that makes some versions of ranlib
21385         object.
21386
21387 2002-04-12  Jim Meyering  <meyering@lucent.com>
21388
21389         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
21390
21391 2002-04-09  Jim Meyering  <meyering@lucent.com>
21392
21393         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
21394         to be more precise.  Rather than saying we're checking whether the
21395         function `works', say what we're testing.
21396         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
21397         Reported by Bruno Haible.
21398
21399 2002-03-10  Jim Meyering  <meyering@lucent.com>
21400
21401         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
21402         Suggestion from Santiago Vila.
21403
21404 2002-03-08  Jim Meyering  <meyering@lucent.com>
21405
21406         * lib/rename.c: Mention that this wrapper is needed also on
21407         mips-dec-ultrix4.4 systems.
21408
21409 2002-03-02  Jim Meyering  <meyering@lucent.com>
21410
21411         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
21412         not HAVE_CLOCK_SETTIME.
21413
21414 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21415
21416         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
21417         Check for clock_settime.
21418
21419 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21420
21421         * lib/nanosleep.h: Rename to....
21422         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
21423
21424         * lib/gettime.c: New file.
21425         * lib/settime.c: New file.
21426         * lib/stime.c: Remove.
21427
21428         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
21429         timespec.h.  Remove nanosleep.h.
21430
21431 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21432
21433         * m4/acl.m4: New file.
21434         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
21435         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
21436
21437 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21438
21439         * lib/acl.c, lib/acl.h: New files.
21440         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
21441
21442 2002-02-24  Jim Meyering  <meyering@lucent.com>
21443
21444         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
21445         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
21446         cause trouble.  Reported by Nelson Beebe.
21447
21448 2002-02-23  Paul Eggert  <eggert@twinsun.com>
21449
21450         * lib/path-concat.c (xpath_concat): Reorder code to pacify
21451         compilers that don't know that xalloc_die never returns.
21452
21453 2002-02-20  Jim Meyering  <meyering@lucent.com>
21454
21455         * lib/getdate.c: Regenerate using bison-1.33.
21456
21457 2002-02-17  Jim Meyering  <meyering@lucent.com>
21458
21459         * config/config.guess (main): Don't use `head -1'; it's no longer
21460         portable. Use `sed 1q' instead.
21461
21462 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
21463
21464         * m4/codeset.m4: Upgrade to gettext-0.11.
21465         * m4/gettext.m4: Upgrade to gettext-0.11.
21466         * m4/glibc21.m4: Upgrade to gettext-0.11.
21467         * m4/iconv.m4: Upgrade to gettext-0.11.
21468         * m4/isc-posix.m4: Upgrade to gettext-0.11.
21469         * m4/lcmessage.m4: Upgrade to gettext-0.11.
21470         * m4/lib-ld.m4: New file, from gettext-0.11.
21471         * m4/lib-link.m4: New file, from gettext-0.11.
21472         * m4/lib-prefix.m4: New file, from gettext-0.11.
21473         * m4/progtest.m4: Upgrade to gettext-0.11.
21474
21475 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21476
21477         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
21478         (jm_PREREQ): Use it.
21479
21480 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21481
21482         * lib/posixver.c, lib/posixver.h: New files.
21483         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21484
21485 2002-02-02  Paul Eggert  <eggert@twinsun.com>
21486             Bruno Haible  <bruno@clisp.org>
21487
21488         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
21489         (fwrite_success_callback): New declaration.
21490         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
21491         print_unicode_char. Call failure callback instead of error.
21492         (fwrite_success_callback): New function.
21493         (exit_failure_callback): New function.
21494         (fallback_failure_callback): New function.
21495         (print_unicode_char): Call unicode_to_mb.
21496
21497 2002-01-26  Jim Meyering  <meyering@lucent.com>
21498
21499         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
21500         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
21501
21502 2002-01-26  Jim Meyering  <meyering@lucent.com>
21503
21504         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
21505
21506 2002-01-22  Paul Eggert  <eggert@twinsun.com>
21507
21508         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
21509
21510 2002-01-22  Jim Meyering  <meyering@lucent.com>
21511
21512         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
21513         Otherwise, some versions of automake would omit the rule that makes
21514         Makefile from Makefile.in.
21515
21516 2002-01-21  Paul Eggert  <eggert@twinsun.com>
21517
21518         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
21519         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21520         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
21521         (memcoll): Set errno to zero if there is no error.
21522
21523         * lib/quotearg.c (quotearg_buffer_restyled):
21524         Fix bug with quoting buffers containing NUL when backslashing escapes.
21525         This bug was exposed by the other changes in this patch.
21526         (quotearg_n_options): New arg ARGSIZE.
21527         All callers changed.
21528         (quoting_options_from_style): New function.
21529         (quotearg_n_style): Use it.
21530         (quotearg_n_style_mem): New function.
21531
21532         * lib/quotearg.h (quotearg_n_style_mem): New function.
21533
21534 2002-01-19  Jim Meyering  <meyering@lucent.com>
21535
21536         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
21537         Remove useless quotes: DF_PROG="df".
21538         * m4/strnlen.m4: New file.
21539
21540 2002-01-16  Paul Eggert  <eggert@twinsun.com>
21541
21542         * lib/backupfile.c (ISDIGIT): Comment fix.
21543         * lib/getdate.y (ISDIGIT): Likewise.
21544         * lib/posixtm.c (ISDIGIT, year): Likewise.
21545         * lib/strverscmp.c (ISDIGIT): Likewise.
21546         * lib/userspec.c (ISDIGIT): Likewise.
21547
21548 2002-01-16  Jim Meyering  <meyering@lucent.com>
21549
21550         * lib/getdate.y: Add three semicolons, each just before a closing
21551         brace. Bison (as of version 1.31) no longer papers over that mistake.
21552
21553 2002-01-05  Jim Meyering  <meyering@lucent.com>
21554
21555         * lib/version-etc.c (version_etc_copyright): Update copyright year.
21556
21557 2001-12-19  Paul Eggert  <eggert@twinsun.com>
21558
21559         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
21560         not silently exit merely because the output buffer happens to
21561         have nothing pending.
21562
21563 2001-12-18  Paul Eggert  <eggert@twinsun.com>
21564
21565         See the big note in ../ChangeLog.
21566         * lib/human.c (suffixes): Prefer K to k for 1024.
21567         (generate_suffix_backwards): New function.
21568         (human_readable_inexact): Use it.
21569         * lib/xstrtol.c (__xstrtol): If there is no number but there
21570         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
21571         Accept 'K' as well as 'k'.
21572
21573 2001-12-15  Jim Meyering  <meyering@lucent.com>
21574
21575         * lib/regex.h (__restrict_arr): Update from libc.
21576
21577         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
21578         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
21579         (STREQ): Define.
21580
21581 2001-12-14  Jim Meyering  <meyering@lucent.com>
21582
21583         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
21584         Suggestion from Bruno Haible.
21585
21586 2001-12-10  Jim Meyering  <meyering@lucent.com>
21587
21588         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
21589         xrealloc, Instead, include "xalloc.h".
21590         (initbuffer): Don't cast xmalloc return value to char*.
21591         (readline): Reword comment.
21592         Don't cast xrealloc return value to char*
21593         Return NULL, not 0.
21594
21595 2001-12-09  Jim Meyering  <meyering@lucent.com>
21596
21597         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
21598         about `signed and unsigned type in conditional expression'.
21599         * lib/posixtm.c (posix_time_parse): Likewise.
21600
21601         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
21602
21603         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
21604         to avoid a pedantic warning.
21605
21606         * lib/getstr.c: Don't include assert.h.
21607         (getstr): Remove warning-evoking assertions.
21608         Return -1 if offset parameter is out of bounds.
21609         Change the type of a local from int to size_t.
21610
21611         * lib/strftime.c (my_strftime_localtime_r): Include this function
21612         definition in the `#if ! HAVE_TM_GMTOFF' block.
21613
21614         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
21615         Include xalloc.h instead.
21616
21617 2001-12-02  Jim Meyering  <meyering@lucent.com>
21618
21619         * lib/tempname.c: Don't declare getenv, thus reverting the change of
21620         2001-11-18.  It's no longer necessary, now that stdlib.h is always
21621         included.
21622
21623         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
21624         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
21625
21626 2001-11-30  Akim Demaille  <akim@epita.fr>
21627
21628         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
21629         before being defined.
21630
21631 2001-11-27  Paul Eggert  <eggert@twinsun.com>
21632
21633         * lib/quotearg.h (quotearg_n, quotearg_n_style):
21634         First arg is int, not unsigned.
21635         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
21636         (SIZE_MAX, UINT_MAX): New macros.
21637         (quotearg_n_options): Abort if N is negative.
21638         Avoid overflow check on hosts where size_t is 64 bits and int
21639         is 32 bits, as overflow is impossible there.
21640         Fix off-by-one typo that caused unnecessary reallocation.
21641
21642 2001-11-27  Jim Meyering  <meyering@lucent.com>
21643
21644         * lib/tempname.c: Merge with version from libc.
21645         * lib/regex.c: Likewise.
21646
21647         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
21648         systems for which STDC_HEADERS is 0, it was not included, resulting in
21649         a warning about an integer-to-pointer conversion problem with getenv.
21650         Reported by Volker Borchert.
21651
21652 2001-11-26  Jim Meyering  <meyering@lucent.com>
21653
21654         * lib/gtod.h: Remove file.
21655         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
21656         * lib/gettimeofday.c: Don't include gtod.h.
21657         (GTOD_init): Remove function.
21658         (rpl_gettimeofday): Do its job here instead, rather than aborting.
21659         Suggestion from Volker Borchert.
21660
21661 2001-11-23  Jim Meyering  <meyering@lucent.com>
21662
21663         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
21664         it.
21665         * lib/hash.c (struct hash_table): Define it here instead.
21666
21667 2001-11-22  Jim Meyering  <meyering@lucent.com>
21668
21669         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
21670
21671 2001-11-20  Jim Meyering  <meyering@lucent.com>
21672
21673         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
21674         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
21675
21676 2001-11-19  Jim Meyering  <meyering@lucent.com>
21677
21678         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
21679         directory.  Use "conftestXXXXXX" as the template.
21680         Suggestion from Paul Eggert.
21681
21682         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
21683         immediately, so the test doesn't mistakenly hit the max-open-files
21684         limit.
21685
21686 2001-11-18  Paul Eggert  <eggert@twinsun.com>
21687
21688         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
21689         (TEMPORARIES): New macro.
21690         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
21691         removes an artificial limitation (e.g. HP-UX 10.20, where
21692         TMP_MAX is 17576).
21693
21694 2001-11-18  Jim Meyering  <meyering@lucent.com>
21695
21696         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
21697
21698 2001-11-18  Jim Meyering  <meyering@lucent.com>
21699
21700         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
21701         on SunOS 4.
21702
21703         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
21704         files will be created before anything else.
21705
21706 2001-11-17  Paul Eggert  <eggert@twinsun.com>
21707
21708         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
21709         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
21710
21711 2001-11-17  Jim Meyering  <meyering@lucent.com>
21712
21713         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
21714         Prompted by a report from Bob Proulx.
21715
21716         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
21717         Instead, require UTILS_FUNC_MKSTEMP.
21718
21719 2001-11-17  Jim Meyering  <meyering@lucent.com>
21720
21721         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
21722         Now, that's done as part of AC_FUNC_STRTOD.
21723
21724 2001-11-17  Jim Meyering  <meyering@lucent.com>
21725
21726         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
21727         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
21728         rather than group writable.  Patch by Juan F. Codagnone.
21729
21730         * lib/readtokens.c: Remove explicit declarations of xmalloc and
21731         xrealloc, Instead, include "xalloc.h".
21732
21733         * lib/mountlist.c: Include unlocked-io.h after all system headers.
21734         Remove explicit declarations of xmalloc, xrealloc,
21735         and xstrdup.  Instead, include "xalloc.h".
21736
21737         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
21738         unlocked-io.h.
21739         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
21740         Likewise.
21741         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
21742
21743         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
21744         Reported by Padraig Brady.
21745
21746         * lib/mkstemp.c: #undef mkstemp.
21747         Include config.h.
21748         (rpl_mkstemp): Rename from mkstemp.
21749         Protoize.
21750
21751 2001-11-16  Jim Meyering  <meyering@lucent.com>
21752
21753         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
21754         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
21755         determine the amount of total physical memory, use pstat_getstatic.
21756         HPUX-11 doesn't define _SC_PHYS_PAGES.
21757         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
21758         If sysconf couldn't be used to determine the amount of available
21759         physical memory, use both pstat_getstatic and pstat_getdynamic.
21760         Based on a patch from Bob Proulx.
21761
21762 2001-11-10  Jim Meyering  <meyering@lucent.com>
21763
21764         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
21765         (jm_PREREQ): Use it.
21766
21767 2001-11-09  Jim Meyering  <meyering@lucent.com>
21768
21769         * m4/jm-macros.m4: Require autoconf-2.52f.
21770         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
21771         Use these AC_-prefixed names, not the AM_-prefixed ones.
21772
21773         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
21774
21775 2001-11-05  Jim Meyering  <meyering@lucent.com>
21776
21777         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
21778
21779 2001-11-04  Jim Meyering  <meyering@lucent.com>
21780
21781         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
21782         $DEFS.
21783
21784 2001-11-03  Jim Meyering  <meyering@lucent.com>
21785
21786         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
21787         of AC_DEFUN.
21788
21789         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
21790         know the name of the variable in the macro definition.
21791
21792 2001-11-03  Jim Meyering  <meyering@lucent.com>
21793
21794         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
21795         in argmatch_to_argument call.
21796
21797         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
21798         argument.
21799
21800         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
21801         e.g., a fault due to an attempt to free a NULL pointer.
21802
21803 2001-11-01  Jim Meyering  <meyering@lucent.com>
21804
21805         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
21806         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
21807
21808 2001-11-01  Jim Meyering  <meyering@lucent.com>
21809
21810         * lib/dirfd.c, lib/dirfd.h: New files.
21811         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
21812
21813         * lib/hash.c (hash_print) [TESTING]: Clean up.
21814
21815 2001-10-22  Paul Eggert  <eggert@twinsun.com>
21816
21817         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
21818         to avoid a warning if -Wall.
21819
21820 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
21821
21822         * README: New file
21823         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
21824         (per RMS's instructions, this is now the canonical source)
21825         * lgpl/, gpl/: New directories.
21826
21827 2001-10-21  Paul Eggert  <eggert@twinsun.com>
21828
21829         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
21830
21831 2001-10-21  Jim Meyering  <meyering@lucent.com>
21832
21833         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
21834         this code would end up calling gettext even in packages built
21835         with --disable-nls.
21836         * lib/getopt.c (_): Likewise.
21837         * lib/regex.c (_): Likewise.
21838
21839 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21840
21841         * m4/error.m4 (jm_PREREQ_ERROR):
21842         Do not invoke AC_CHECK_FUNCS with strerror_r, as
21843         AC_FUNC_STRERROR_R does that.
21844         Check for strerror declaration.
21845
21846         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
21847         are supposed to have them these days.
21848         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
21849         Merge changes from latest Autoconf CVS.
21850         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
21851         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
21852         POSIX decided to standardize on the int flavor of strerror_r.
21853
21854 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21855
21856         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
21857         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
21858         Use strerror_r that is only a macro, even if it is not a function.
21859         (strerror): Check for HAVE_DECL_STRERROR before declaring.
21860         (private_strerror): Use prototypes, not old-style function definition.
21861         (print_errno_message): New function.
21862         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
21863         char*-flavored one.
21864         (error_tail, error, error_at_line): Use it.
21865
21866 2001-10-11  Jim Meyering  <meyering@lucent.com>
21867
21868         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
21869         and quote_n (1, ... to avoid clobbering a buffer.
21870
21871 2001-10-05  Jim Meyering  <meyering@lucent.com>
21872
21873         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
21874         hash-pjw.h.
21875         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
21876         * lib/hash-pjw.h: New file.
21877
21878 2001-09-30  Jim Meyering  <meyering@lucent.com>
21879
21880         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
21881         `struct fsstat' has the `f_fstypename' member.
21882         Use that to define FS_TYPE, which is now used to make
21883         the getfsstat link test tighter.
21884
21885 2001-09-30  Jim Meyering  <meyering@lucent.com>
21886
21887         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
21888         Include <sys/ucred.h>, for Apple Darwin.
21889         Include sys/mount.h and sys/fs_types.h only if available.
21890         (FS_TYPE): Define.
21891         (read_filesystem_list): Use FS_TYPE.
21892
21893 2001-09-29  Paul Eggert  <eggert@twinsun.com>
21894
21895         * lib/exclude.c (excluded_filename): 0 -> false, since it's
21896         a boolean context.
21897
21898 2001-09-29  Jim Meyering  <meyering@lucent.com>
21899
21900         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21901         [one-argument getmntent function]): Include stdio.h before mntent.h.
21902         SunOS 4.1.x needs it for the declaration of `FILE'.
21903         Patch by Volker Borchert.
21904
21905         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21906         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
21907         sys/fs_types.h, and make the link-test for getfsstat guard #include
21908         directives with appropriate #if HAVE_*_H tests so that we can
21909         detect getfsstat on Apple Darwin1.3.7 systems.
21910         Reported by Nelson Beebe.
21911         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
21912
21913 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21914
21915         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21916         #defines strtoimax.  Also treat the other strto* functions
21917         like strtoimax.
21918
21919         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21920         Check for strtoul and strtoumax,
21921         as those declarations are made even in the signed case.
21922         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
21923         Likewise, for strtol and strtoimax.
21924
21925 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21926
21927         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21928         #defines strtoimax.  Also treat the other strto* functions
21929         like strtoimax.
21930
21931         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
21932         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
21933         (strtoimax, strtoumax): Do not declare if already defined as a macro.
21934
21935 2001-09-26  Jim Meyering  <meyering@lucent.com>
21936
21937         Most macros in unlocked-io.h had the wrong number of arguments.
21938         * lib/gen-uio: New script.
21939         (USE_UNLOCKED_IO): Define to 1 if not already defined.
21940         * lib/unlocked-io.hin: Remove file.
21941         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
21942         rather than trying to embed it here.
21943         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
21944         Reported by Padraig Brady.
21945
21946 2001-09-25  Volker Borchert  <bt@teknon.de>
21947
21948         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
21949         `result'.
21950
21951 2001-09-24  Jim Meyering  <meyering@lucent.com>
21952
21953         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
21954
21955 2001-09-23  Jim Meyering  <meyering@lucent.com>
21956
21957         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
21958         instead of the mere test for existence of mntent.h.  The latter
21959         would get a false-positive on AIX 3.4 systems.
21960         In the outer getmntent if-block, don't die if neither of the getmntent
21961         tests succeeds.  Instead, just fall through and continue with the
21962         remaining tests.
21963
21964 2001-09-23  Jim Meyering  <meyering@lucent.com>
21965
21966         * lib/mountlist.c: Remove useless parentheses in #if directives.
21967         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
21968         the deprecated MOUNTED symbol is no longer defined in mntent.h.
21969
21970 2001-09-22  Jim Meyering  <meyering@lucent.com>
21971
21972         * m4/gettext.m4: New file.  From gettext.
21973         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
21974         * m4/progtest.m4: Likewise
21975         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
21976         * m4/glibc21.m4: Likewise.
21977
21978         * m4/libintl.m4: Remove.  No longer used.
21979
21980 2001-09-22  Jim Meyering  <meyering@lucent.com>
21981
21982         * lib/localcharset.c: Update from latest gettext.
21983         * lib/config.charset: Likewise.
21984
21985 2001-09-20  Jim Meyering  <meyering@lucent.com>
21986
21987         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
21988         strtoimax.
21989         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
21990         strtoumax.
21991
21992 2001-09-20  Jim Meyering  <meyering@lucent.com>
21993
21994         * lib/xstrtol.c (strtoimax): Guard declaration with
21995         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
21996         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
21997         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
21998         (strtoumax): Likewise, for completeness (it wasn't necessary).
21999
22000 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22001
22002         * lib/strtoimax.c (HAVE_LONG_LONG):
22003         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22004         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22005         to work around bug in IBM C compiler.
22006
22007 2001-09-17  Jim Meyering  <meyering@lucent.com>
22008
22009         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22010         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22011         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22012         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22013         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22014         whenever the right hand side need not be expanded by the shell.
22015
22016 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22017
22018         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22019         library.  It's not correct, as some older glibcs are buggy.
22020         fnmatch wasn't fixed until glibc 2.2.
22021
22022         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22023         special shell magic here.
22024
22025 2001-09-16  Jim Meyering  <meyering@lucent.com>
22026
22027         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22028         * m4/jm-macros.m4: Require it.
22029
22030 2001-09-16  Jim Meyering  <meyering@lucent.com>
22031
22032         * lib/mkdir.c: New file.
22033
22034 2001-09-15  Jim Meyering  <meyering@lucent.com>
22035
22036         * m4/jm-macros.m4: Check for help2man.
22037
22038 2001-09-11  Jim Meyering  <meyering@lucent.com>
22039
22040         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22041         The body, by Paul Eggert, was moved here from configure.in.
22042         * m4/jm-macros.m4: Require UTILS_HOST_OS.
22043
22044 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22045
22046         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
22047         (jm_PREREQ): Use it.
22048
22049 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22050
22051         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
22052         Use ssize_t, not int, to store result of readlink.
22053         Check for ssize_t overflow as well as size_t overflow,
22054         as POSIX says the result of readlink is implementation-defined
22055         when ssize_t overflows.
22056         Remove unnecessary cast to char*.
22057         Use free+malloc instead of realloc, as the storage doesn't need
22058         to be preserved and it's clearer and can be more efficient that way.
22059         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
22060         * lib/xreadlink.h (xreadlink): Update prototype.
22061
22062 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22063
22064         * lib/xgetcwd.c: Revert some of the previous change; intead,
22065         fix the HAVE_GETCWD_NULL code to behave more like the
22066         !HAVE_GETCWD_NULL code used to.
22067
22068         Include "xalloc.h".
22069         (xgetcwd): Do not return NULL when memory is exhausted; instead,
22070         invoke xalloc_die.
22071
22072 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22073
22074         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
22075         sys/param.h, as pathmax.h includes them.
22076
22077 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22078
22079         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
22080         (jm_PREREQ_XGETCWD): New macro.
22081
22082         * m4/getcwd.m4: New file.
22083
22084 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22085
22086         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
22087         like the HAVE_GETCWD_NULL code.
22088         Include pathmax.h if not HAVE_GETCWD.
22089         Do not include xalloc.h.
22090         (INITIAL_BUFFER_SIZE): New symbol.
22091         Do not use xmalloc / xrealloc, since the caller is responsible for
22092         handling errors.  Preserve errno around `free' during failure.
22093         Do not overrun buffer when using getwd.
22094
22095 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22096
22097         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
22098         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
22099         getcwd (NULL, 0).
22100
22101 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22102
22103         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
22104         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
22105         spotted by Jim Meyering.
22106
22107 2001-09-03  Jim Meyering  <meyering@lucent.com>
22108
22109         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
22110         failure.
22111
22112 2001-09-02  Jim Meyering  <meyering@lucent.com>
22113
22114         * lib/error.c: Update from GNU libc.
22115
22116 2001-09-01  Jim Meyering  <meyering@lucent.com>
22117
22118         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
22119         Used by df.
22120
22121 2001-09-01  Jim Meyering  <meyering@lucent.com>
22122
22123         * lib/xreadlink.c: New file.
22124         * lib/xreadlink.h: New file.
22125         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
22126         xreadlink.h.
22127
22128         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
22129         doesn't conflict with sparc Solaris 7's definition in
22130         /usr/include/sys/int_types.h.
22131
22132         * lib/exclude.c: Use `""', not `<>' to #include non-system header
22133         files.
22134         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
22135         and strncasecmp as r-values.  Unixware didn't have declarations.
22136
22137 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22138
22139         * lib/xstrtol.h: Add copyright notice.
22140         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
22141         LONGINT_INVALID_SUFFIX_CHAR.
22142
22143 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22144
22145         * lib/xstrtol.c (strtoimax): New decl.
22146
22147 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22148
22149         * lib/xgetcwd.c: Don't include pathmax.h.
22150         Include stdlib.h and unistd.h if available.
22151         Include xalloc.h.
22152         (xmalloc, xstrdup, free): Remove decls.
22153         (xgetcwd): Don't assume sizes fit in unsigned.
22154         Check for overflow when computing sizes.
22155         Simplify reallocation code.
22156
22157 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22158
22159         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
22160         a directory's st_size can have an arbitrary value, so the old
22161         usage could waste an arbitrary amount of memory.  All uses
22162         changed.
22163         * lib/savedir.h: Update prototype.
22164
22165 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22166
22167         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
22168
22169         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
22170         old strtoimax.c.
22171
22172         Also, make the following further changes to make this file's
22173         configuration more similar to that of strtol.c:
22174         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
22175         (strtoumax, uintmax_t, strtoull, strtol): Remove.
22176         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
22177         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
22178         changed to signed values.
22179
22180         And make the following changes as well:
22181         Fix copyright notice, as 1999 was missing.
22182         (verify): New macro.
22183         (strtoimax): Check sizes at compile-time, not run-time.
22184         Prefer strtol to strtoll if both work.
22185         (main): Remove; it was not that useful and was a pain to maintain.
22186
22187         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
22188
22189 2001-08-31  Jim Meyering  <meyering@lucent.com>
22190
22191         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
22192         Use an initial, malloc'd, buffer of length 128 rather than
22193         a statically allocated one of length 1024.
22194
22195 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22196
22197         Simplify code, partly by assuming autoconf 2.52 semantics.
22198
22199         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
22200
22201         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
22202         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
22203         All uses removed.
22204         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
22205         Move AC_REQUIRE to next-to-top level, to avoid confusion.
22206         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
22207         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
22208         jm_AC_HEADER_INTTYPES_H.
22209         * m4/jm-macros.m4 (jm_MACROS): Likewise.
22210
22211         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
22212
22213         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22214         Quote first arg of AC_DEFUN.
22215         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
22216         since they are needed to parse the include file even if we need
22217         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
22218         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
22219         but with opposite signedness.
22220
22221 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22222
22223         Merge 'exclude' changes from tar 1.13.22.
22224         This fixes one or two unlikely storage allocation overflow bugs,
22225         but doesn't change user-visible behavior otherwise.
22226
22227 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22228
22229         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
22230         (jm_PREREQ_EXCLUDE): New macro.
22231
22232 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22233
22234         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
22235         tm to be declared.
22236
22237 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22238
22239         * lib/hash.c: Remove '2001' from copyright notice.
22240
22241 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22242
22243         * lib/full-write.h: New file.
22244         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
22245         * lib/full-write.c: Correct credits, as cccp.c no longer
22246         exists and anyway it was so heavily changed from the old cccp
22247         code as to be unrecognizable.  Include full-write.h.
22248         (full_write) Return size_t, with short writes meaning failure.
22249         All callers changed.  This fixes a bug with large buffers
22250         on 64-bit hosts.
22251         * lib/utime.c: Include full-write.h.
22252
22253 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22254
22255         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
22256         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
22257         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
22258         Include if available.
22259         (<xalloc.h>): Include
22260         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
22261         (verify): New macro.  Use it to verify that EXCLUDE macros do not
22262         collide with FNM macros.
22263         (struct patopts): New struct.
22264         (struct exclude): Use it, as exclude patterns now come with options.
22265         (new_exclude): Support above changes.
22266         (new_exclude, add_exclude_file):
22267         Initial size must now be a power of two to simplify overflow checking.
22268         (free_exclude, fnmatch_no_wildcards): New function.
22269         (excluded_filename): No longer requires options arg, as the options
22270         are determined by add_exclude.  Now returns bool, not int.
22271         (excluded_filename, add_exclude):
22272         Add support for the fancy new exclusion options.
22273         (add_exclude, add_exclude_file): Now takes int options arg.
22274         Check for arithmetic overflow when computing sizes.
22275         (add_exclude_file): xrealloc might modify errno, so don't
22276         realloc until after errno might be used.
22277
22278         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
22279         New macros.
22280         (free_exclude): New decl.
22281         (add_exclude, add_exclude_file): Now takes int options arg.
22282         (excluded_filename): No longer requires options arg, as the options
22283         are determined by add_exclude.  Now returns bool, not int.
22284
22285 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22286
22287         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
22288
22289 2001-08-27  Jim Meyering  <meyering@lucent.com>
22290
22291         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
22292
22293         * lib/version-etc.c (N_): Remove definition.
22294         Revert most of last change.
22295         Instead, simply don't mark the `Copyright...' string for translation.
22296         Based on advice from Paul Eggert.
22297
22298         * lib/strtoxmax.c: Tweak comment.
22299
22300 2001-08-26  Jim Meyering  <meyering@lucent.com>
22301
22302         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
22303
22304         * m4/xstrtoimax.m4: New file.
22305         * m4/xstrtoumax.m4: Add comments explaining why we
22306         AC_REPLACE_FUNCS(strtol).
22307
22308 2001-08-26  Jim Meyering  <meyering@lucent.com>
22309
22310         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
22311         of copyright with `%s' so translators don't get an untranslated
22312         message in 2002.
22313         (COPYRIGHT_YEAR): Define.
22314         (version_etc): Use fprintf rather than fputs.
22315         Suggestion from Ulrich Drepper.
22316
22317         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
22318
22319         * lib/strtoll.c: New file, from GNU libc.
22320         * lib/xstrtoimax.c: New file.
22321
22322         * lib/xstrtol.h: Add xstrtoimax.
22323         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
22324         * lib/strtoimax.c: New file.  Likewise, but first define
22325         STRTOUXMAX_SIGNED.
22326
22327         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
22328         ...
22329         * lib/strtoxmax.c: ... then renamed to this.
22330
22331 2001-08-18  Paul Eggert  <eggert@twinsun.com>
22332
22333         * m4/inttypes.m4: Add AC_PREREQ(2.13).
22334         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
22335         (jm_AC_TYPE_INTMAX_T): New macro.
22336         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
22337
22338         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
22339
22340         * m4/longlong.m4: Renamed from ulonglong.m4.
22341         * m4/inttypes.m4: Renamed from inttypes_h.m4.
22342         * m4/uintmax_t.m4: Removed.
22343
22344 2001-08-13  Paul Eggert  <eggert@twinsun.com>
22345
22346         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
22347         Port to Solaris 8, where 'sed' requires a space after the 'r'
22348         command, and where sh dislikes "$/".  Clean up the spacing a bit.
22349         Redirect output to $tmp just once.
22350
22351 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
22352
22353         * lib/addext.c (<errno.h>): Include.
22354         (errno): Declare if not defined.
22355         (addext): Work correctly when pathconf returns -1 and leaves
22356         errno alone because there is no limit.  Also, work even if
22357         pathconf returns a value greater than SIZE_MAX.
22358
22359 2001-08-12  Jim Meyering  <meyering@lucent.com>
22360
22361         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
22362         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
22363         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
22364         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
22365         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
22366         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
22367         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
22368         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
22369         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
22370         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
22371         utime.m4, utimes.m4, xstrtoumax.m4:
22372         Quote the first argument in each use of AC_DEFUN.
22373
22374 2001-08-12  Jim Meyering  <meyering@lucent.com>
22375
22376         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
22377         Simply `return getcwd (NULL, 0);'.
22378         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
22379         Use 1300 as initial value for length, not PATH_MAX.
22380
22381         * lib/pathmax.h: Clean up cpp syntax.
22382
22383 2001-08-12  Jim Meyering  <meyering@lucent.com>
22384
22385         * lib/gettimeofday.c: New file.
22386         * lib/gtod.h: New file.
22387         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
22388
22389 2001-08-05  Jim Meyering  <meyering@lucent.com>
22390
22391         * m4/jm-macros.m4: Require autoconf-2.52.
22392
22393 2001-08-04  Jim Meyering  <meyering@lucent.com>
22394
22395         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
22396         stmt, to get in sync with glibc.
22397
22398 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22399
22400         The following changes are from gettext 0.10.39 as maintained by
22401         Bruno Haible.
22402
22403         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
22404         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
22405         with inverted sense.  All uses changed.
22406
22407         * lib/mbswidth.c: Don't include <limits.h>.
22408         Include <stdlib.h> and <string.h> unconditionally.
22409         (iswcntrl, mbsinit, ISCNTRL): New macros.
22410         (mbsnwidth): Use K&R style function declarations.
22411         Don't bother checking for MB_LEN_MAX == 1, since the compiler
22412         can optimize it when MB_CUR_MAX == 1.
22413         The width of control characters is zero, not 1.
22414
22415 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22416
22417         The following changes are from gettext 0.10.39 as maintained by
22418         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
22419
22420         * m4/codeset.m4: Upgrade to serial AM1.
22421         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
22422         all uses changed.  Quote first arg of AC_DEFUN.
22423         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
22424
22425         * m4/iconv.m4: Upgrade to serial AM2.
22426         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
22427         Add --with-libconv-prefix.
22428         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
22429         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
22430         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
22431         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
22432         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
22433
22434         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
22435         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
22436         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
22437         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
22438         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
22439         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
22440         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22441         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
22442         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
22443
22444         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
22445         string.h any more.
22446
22447         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
22448         not the default value.
22449
22450         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
22451         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
22452         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
22453         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
22454         Also check for iswcntrl, used for wcwidth fallback.
22455         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
22456         to Autoconf 2.13.
22457
22458 2001-08-03  Jim Meyering  <meyering@lucent.com>
22459
22460         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
22461         as it was in the original.  Reported by Paul Eggert.
22462
22463 2001-07-16  Jim Meyering  <meyering@lucent.com>
22464
22465         * m4/gettimeofday.m4: New file.
22466         Prompted by a report from Bernhard Baehr.
22467
22468 2001-07-15  Jim Meyering  <meyering@lucent.com>
22469
22470         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
22471         stuff. Now it's in ../Makefile.cfg.
22472
22473 2001-07-15  Jim Meyering  <meyering@lucent.com>
22474
22475         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
22476         (BUILT_SOURCES): Add unlocked-io.h.
22477         (io_functions): Define.
22478         (unlocked-io.h): New rule.
22479         (DISTCLEANFILES): Add unlocked-io.h.
22480         (all-local): Depend on unlocked-io.h, to ensure it is created.
22481
22482         * lib/unlocked-io.hin: New file
22483
22484         * lib/regex.c: Update from glibc.
22485
22486 2001-07-05  Jim Meyering  <meyering@lucent.com>
22487
22488         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
22489         recommendation.
22490         (libfetish_a_SOURCES): Put all .h files here instead.
22491         Remove a thus-exposed (better checks in automake) duplicate and
22492         two unnecessary .h files.
22493
22494 2001-07-04  Jim Meyering  <meyering@lucent.com>
22495
22496         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
22497         that generates jm-glibc-io.m4 so that it doesn't trigger any make
22498         distcheck failure.
22499
22500 2001-07-02  Jim Meyering  <meyering@lucent.com>
22501
22502         The following changes were prompted by suggestions from Bruno Haible.
22503
22504         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
22505         is now generated.
22506         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
22507         definition of EXTRA_DIST.
22508         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
22509         ensure that the generated file is created/updated whenever the list
22510         of $(unlocked_functions) is changed.
22511         (jm-glibc-io.m4): New rule.
22512         (unlocked-io.h): New rule -- currently unused.
22513
22514 2001-06-24  Jim Meyering  <meyering@lucent.com>
22515
22516         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
22517         unmatched right bracket, rather than kludging it with an extra,
22518         falsely-matching quote in a comment.  Patch by Akim Demaille.
22519
22520 2001-06-11  Jim Meyering  <meyering@lucent.com>
22521
22522         * lib/regex.c: Update from GNU libc.
22523
22524 2001-05-27  Jim Meyering  <meyering@lucent.com>
22525
22526         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
22527         Check for ut_type in struct utmp.
22528
22529 2001-05-27  Jim Meyering  <meyering@lucent.com>
22530
22531         * lib/readutmp.h (UT_TYPE): Define.
22532
22533 2001-05-24  Jim Meyering  <meyering@lucent.com>
22534
22535         * lib/argmatch.c: Include "quote.h".
22536         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
22537         quote function.  Reported by Göran Uddeborg.
22538
22539 2001-05-22  Jim Meyering  <meyering@lucent.com>
22540
22541         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
22542         now that we use the package-supplied version unconditionally.
22543         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
22544
22545 2001-05-21  Jim Meyering  <meyering@lucent.com>
22546
22547         * m4/regex.m4: Change a couple backticks to single quotes to avoid
22548         shell syntax errors.
22549
22550 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22551
22552         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
22553
22554 2001-05-20  Paul Eggert  <eggert@twinsun.com>
22555
22556         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
22557         Don't bother to check library strftime, since
22558         we'll be using our own my_strftime function anyway.
22559         Define my_strftime instead of strftime.
22560
22561 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
22562
22563         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
22564         which is not yet declared.
22565
22566 2001-05-15  Jim Meyering  <meyering@lucent.com>
22567
22568         * m4/regex.m4: Use proper quoting so brackets appear in the test
22569         program.
22570         Reported by, and with help from, Bruno Haible.
22571
22572 2001-05-13  Jim Meyering  <meyering@lucent.com>
22573
22574         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
22575         undefined.
22576
22577 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22578
22579         dirname code cleanup.  base_name now behaves more compatibly
22580         with POSIX basename when given file names that have trailing
22581         slashes, and similarly for dir_name.  Add new primitives
22582         base_len and dir_len.  Put the directory-name-related decls
22583         into dirname.h.
22584
22585         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
22586         * lib/backupfile.c (base_name): Likewise.
22587         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
22588         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
22589         * lib/makepath.c (strip_trailing_slashes): Likewise.
22590         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
22591         ISSLASH): Likewise.
22592         * lib/rename.c (strip_trailing_slashes): Likewise.
22593         * lib/same.c (base_name): Likewise.
22594         * lib/stripslash.c (ISSLASH): Likewise.
22595
22596         * lib/addext.c: Include <dirname.h> after size_t is defined.
22597         * lib/backupfile.c: Likewise.
22598
22599         * lib/addext.c (addext): Use base_len to trim redundant
22600         trailing slashes instead of doing it ourselves.
22601         But do not trim the last slash if it is not redundant.
22602
22603         * lib/backupfile.c (find_backup_file_name,
22604         max_backup_version): Use base_len instead of rolling it ourselves.
22605         Handle the case of "" and (on DOS) "C:" correctly.
22606
22607         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
22608         needed. Include <string.h>, <dirname.h>.
22609         (base_name): Allow file names ending in slashes, other than names
22610         that are all slashes.  In this case, return the basename followed
22611         by the slashes.  This is more general, and can be used in places
22612         where the original base_name purposely had an assertion failure.
22613         (base_len): New function.
22614
22615         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
22616         Do not include <assert.h>; no longer needed.
22617         Include xalloc.h.
22618         (memrchr): Remove decl.
22619         (dir_name_r): Remove.
22620         (dir_len): Renamed from dirlen.  All callers changed.
22621         Rewrite in terms of base_name, for simplicity and consistency.
22622         (dir_name): Never return NULL.  All callers changed.
22623         Do not include <stdlib.h> in test program; no longer needed.
22624         return 0; is fine for test program.
22625
22626         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
22627         New macros.
22628         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
22629
22630         * lib/path-concat.c (path_concat): Use base_len to compute
22631         base length, not strlen; this means we cannot rely on memcpy
22632         to null-terminate.
22633
22634         * lib/same.c (STREQ): Remove.
22635         (same_name): Handle the case where the basename ends in trailing '/'.
22636
22637         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
22638         a slash was stripped.  Do not strip the last slash after a
22639         file system prefix.
22640
22641 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22642
22643         * lib/Makefile.am (libfetish_a_SOURCES):
22644         Add strftime.c, since we now compile it on all hosts.
22645
22646         * lib/strftime.c (my_strftime):
22647         Define to nstrftime if emacs, but only if my_strftime is not defined.
22648         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
22649         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
22650         Add one more extra argument: a nanoseconds value.
22651         All uses changed.
22652         (ns): New macro.
22653         (my_strftime function): Add %N format.
22654         (emacs_strftimeu): Renamed from emacs_strftime,
22655         with extra ut argument.
22656
22657 2001-05-09  Paul Eggert  <eggert@twinsun.com>
22658
22659         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
22660
22661 2001-04-21  Jim Meyering  <meyering@lucent.com>
22662
22663         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
22664         doesn't interfere.
22665
22666 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22667
22668         * m4/ftruncate.m4: Check for chsize.
22669         Link with ftruncate.o unconditionally if ftruncate is missing.
22670         This was required when cross-compiling to i586-mingw32msvc.
22671
22672 2001-04-08  Jim Meyering  <meyering@lucent.com>
22673
22674         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
22675         recomputed; that's necessary when the offset spans a DST transition.
22676         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
22677
22678 2001-04-02  Jim Meyering  <meyering@lucent.com>
22679
22680         * lib/regex.h, regex.c: Update from GNU libc.
22681
22682 2001-03-24  Jim Meyering  <meyering@lucent.com>
22683
22684         * m4/jm-macros.m4: Require autoconf-2.49d.
22685
22686 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
22687
22688         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
22689
22690 2001-03-19  Paul Eggert  <eggert@twinsun.com>
22691
22692         * lib/version-etc.c (version_etc_copyright): Update to 2001.
22693
22694 2001-03-17  Jim Meyering  <meyering@lucent.com>
22695
22696         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
22697         now that the version in autoconf is equivalent.
22698         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
22699
22700         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
22701         Suggestion from Akim Demaille.
22702
22703         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
22704         (jm_PREREQ_TEMPNAME): New function.
22705
22706 2001-03-16  Paul Eggert  <eggert@twinsun.com>
22707
22708         * lib/tempname.c (uint64_t): Define to uintmax_t if
22709         not defined, and if UINT64_MAX is not defined.
22710         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
22711         Reported by John David Anglin.
22712
22713 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
22714
22715         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
22716         resolve alias if codeset is empty.
22717         * lib/config.charset (BeOS): Use wildcard syntax.
22718
22719 2001-03-13  Jim Meyering  <meyering@lucent.com>
22720
22721         * lib/path-concat.c (path_concat)
22722         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
22723         concatenating e.g., `C:' and `foo'.
22724         From Bruno Haible.
22725
22726 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22727
22728         * lib/localcharset.c (locale_charset): Don't use
22729         setlocale(LC_CTYPE,NULL). Don't return NULL.
22730         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
22731
22732 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22733
22734         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
22735         support for DOS/DJGPP.
22736
22737 2001-03-01  Paul Eggert  <eggert@twinsun.com>
22738
22739         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
22740         lacks mkstemp.  Compile our own tempname.c if we compile our own
22741         mkstemp.c, as mkstemp relies on tempname.
22742
22743 2001-03-01  Jim Meyering  <meyering@lucent.com>
22744
22745         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
22746         AH_VERBATIM really does output its argument verbatim.
22747
22748 2001-02-28  Paul Eggert  <eggert@twinsun.com>
22749
22750         * lib/Makefile.am (libfetish_a_SOURCES):
22751         Add dup-safer.c, fopen-safer.c.
22752         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
22753
22754         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
22755         * lib/unistd-safer.h: New files.
22756
22757 2001-02-25  Paul Eggert  <eggert@twinsun.com>
22758
22759         The mkstemp replacement is taken from glibc 2.2.2, with some
22760         portability fixes for use outside glibc, as follows:
22761
22762         * lib/tempname.c (struct_stat64): New macro.
22763         (direxists, __gen_tempname): Use it.
22764         This avoids a portability problem with Solaris 8.
22765
22766         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
22767         (<stddef.h>, <stdint.h>, <string.h>):
22768         Include only if STDC_HEADERS || _LIBC.
22769         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
22770         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
22771         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
22772         (__set_errno): Define this macro if <errno.h> doesn't.
22773         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
22774         Define these macros if <stdio.h> doesn't.
22775         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
22776         Define these macros if <sys/stat.h>
22777         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
22778         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
22779         __xstat64): Define if not _LIBC.
22780         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
22781         (__gen_tempname): Invoke gettimeofday only if
22782         HAVE_GETTIMEOFDAY || _LIBC;
22783         otherwise, fall back on plain "time".
22784         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
22785
22786         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
22787
22788         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
22789
22790 2001-02-18  Paul Eggert  <eggert@twinsun.com>
22791
22792         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
22793
22794 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22795
22796         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
22797         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
22798         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
22799         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22800
22801 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22802
22803         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
22804         Remove workaround macros for hosts that have mbrtowc but not
22805         mbstate_t, as we now insist on proper declarations for both
22806         before using mbrtowc.
22807
22808 2001-02-17  Jim Meyering  <meyering@lucent.com>
22809
22810         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
22811         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
22812         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
22813         UnixWare 7.1.1.
22814
22815         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
22816         rather than AC_CACHE_VAL.
22817
22818 2001-02-17  Jim Meyering  <meyering@lucent.com>
22819
22820         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
22821         around included file name.
22822
22823         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
22824
22825         * lib/strftime.c: Update from GNU libc (the only changes were to
22826         comments).
22827
22828 2001-02-17  Jim Meyering  <meyering@lucent.com>
22829
22830         * lib/regex.c: Update from libc.
22831
22832 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
22833
22834         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
22835         clash.
22836
22837 2001-02-16  Paul Eggert  <eggert@twinsun.com>
22838
22839         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
22840         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
22841         Reported by Mark Hounschell via Paul Eggert.
22842
22843 2001-02-07  Jim Meyering  <meyering@lucent.com>
22844
22845         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
22846
22847 2001-02-05  Jim Meyering  <meyering@lucent.com>
22848
22849         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
22850         it includes the patch required for `large file' support with at least
22851         HP-UX's 10.20 /bin/cc.
22852
22853 2001-02-03  Jim Meyering  <meyering@lucent.com>
22854
22855         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
22856         AS_IF, now that it works once again (mysteriously).
22857         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22858
22859 2001-01-30  Jim Meyering  <meyering@lucent.com>
22860
22861         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
22862         * m4/chown.m4: Rename conftestchown to conftest.chown.
22863         * m4/rename.m4: s/conftestdir/conftest.d1/ and
22864         s/conftestdir2/conftest.d2/.
22865         * m4/utimes.m4: s/conftestdata/conftest.data/
22866         Inspired by Pavel Roskin's change in autoconf.
22867
22868 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
22869
22870         * lib/config.charset: Update for FreeBSD 4.2.
22871
22872 2001-01-27  Jim Meyering  <meyering@lucent.com>
22873
22874         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
22875         a use of AS_IF.
22876         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22877
22878 2001-01-26  Jim Meyering  <meyering@lucent.com>
22879
22880         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
22881         quotearg.c includes it.
22882
22883 2001-01-26  Jim Meyering  <meyering@lucent.com>
22884
22885         * lib/quotearg.c: Include stddef.h.
22886         * lib/quote.c: Include stddef.h.
22887         Reported by Axel Kittenberger.
22888
22889         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
22890         line in double quotes so that it evokes a better diagnostic.
22891         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
22892         Reported by Axel Kittenberger.
22893
22894 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
22895
22896         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
22897         as if it was a `charset'.
22898
22899 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22900
22901         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
22902         has const.
22903
22904 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22905
22906         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
22907         to avoid a warning.  Add back 'const' to inptr.
22908
22909 2001-01-20  Jim Meyering  <meyering@lucent.com>
22910
22911         Be sure that headers are checked before used in code compiled
22912         for the type checks.
22913         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
22914         In place of that, invoke jm_CHECK_ALL_TYPES.
22915         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
22916         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
22917         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
22918         The check for ssize_t was mistakenly run before the test for unistd.h.
22919
22920         The configure-time check for stdbool.h was missing.
22921         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
22922         (jm_PREREQ_HASH): New function.
22923
22924 2001-01-17  Jim Meyering  <meyering@lucent.com>
22925
22926         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
22927         for autoconf-2.49c.
22928         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
22929
22930 2001-01-16  Jim Meyering  <meyering@lucent.com>
22931
22932         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
22933         From Bruno Haible.
22934
22935 2001-01-14  Jim Meyering  <meyering@lucent.com>
22936
22937         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
22938         foo and bar.  Create conftestdir/ in the script, not in the C code.
22939         Remove directories in the script, not in the C code.
22940         Remove conftestdir{,2} before trying to create the directory.
22941         Make the entire configure script fail if the mkdir fails.
22942
22943 2001-01-14  Jim Meyering  <meyering@lucent.com>
22944
22945         * lib/rename.c: New file.  From Volker Borchert.
22946         Include stdlib.h, string.h or strings.h, and xalloc.h.
22947         Use strip_trailing_slashes rather than open-coding it.
22948
22949 2001-01-03  Paul Eggert  <eggert@twinsun.com>
22950
22951         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
22952
22953 2001-01-03  Jim Meyering  <meyering@lucent.com>
22954
22955         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
22956         of local `inptr' to avoid warning with some system declarations of
22957         iconv.
22958
22959 2001-01-02  Volker Borchert  <bt@teknon.de>
22960
22961         * m4/rename.m4: New file.
22962         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
22963
22964 2001-01-01  Jim Meyering  <meyering@lucent.com>
22965
22966         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
22967         even on systems with utmpx.h.  It's necessary for the declaration of
22968         utmp's ut_user member.  Reported by Andreas Jaeger.
22969
22970         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
22971         available. They are required for the declarations of getgrgid and
22972         getpwuid resp.
22973         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
22974         Reported by Andreas Jaeger.
22975
22976 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
22977
22978         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
22979         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
22980         so `make install' also works in VPATH builds.
22981
22982 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
22983
22984         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
22985         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
22986         can be used in subdirectories.
22987
22988 2000-12-29  Paul Eggert  <eggert@twinsun.com>
22989
22990         * lib/modechange.c: Do not assume that mode_t uses the
22991         traditional octal encoding.  E.g. "chmod 1 FOO" should set
22992         the other-execute bit of FOO even if S_IXOTH != 1.
22993
22994         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
22995         WOTH, XOTH, ALLM): New macros.
22996         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
22997          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
22998         Use them.
22999         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23000         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23001         (mode_compile):
23002         No need to use uintmax_t; unsigned long is long enough.
23003         Don't bother to get suffix since we don't use it.
23004
23005 2000-12-26  Jim Meyering  <meyering@lucent.com>
23006
23007         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23008         better with autoheader.
23009
23010 2000-12-24  Jim Meyering  <meyering@lucent.com>
23011
23012         * lib/hash.c (is_prime): Return explicit boolean values.
23013         (hash_get_first): Return NULL to appease Irix5.6's 89.
23014         Reported by Nelson Beebe.
23015
23016 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23017
23018         * lib/localcharset.c (locale_charset): Add support for Win32.
23019
23020 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23021
23022         * lib/physmem.h, lib/physmem.c: New files.
23023
23024         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23025         (noinst_HEADERS): Add physmem.h.
23026
23027         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23028         't' for compatibility with Solaris 8 sort.
23029
23030 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23031
23032         * lib/config.charset: Add support for BeOS.
23033
23034 2000-12-17  Jim Meyering  <meyering@lucent.com>
23035
23036         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23037         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23038
23039 2000-12-16  Jim Meyering  <meyering@lucent.com>
23040
23041         This bug had a serious impact on chown: `chown N:M FILE' (for integer
23042         N and M) would have treated it like `chown N:N FILE'.
23043
23044         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
23045
23046 2000-12-16  Jim Meyering  <meyering@lucent.com>
23047
23048         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
23049         SHELLS_FILE to a file name that's useful on djgpp systems.
23050         Include stdlib.h.
23051         (ADDITIONAL_DEFAULT_SHELLS): Define.
23052         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
23053         Based mostly on a patch from Prashant TR.
23054
23055 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
23056
23057         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
23058         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
23059         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
23060
23061 2000-12-08  Andreas Schwab  <schwab@suse.de>
23062
23063         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
23064         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
23065
23066 2000-12-07  Jim Meyering  <meyering@lucent.com>
23067
23068         * lib/stripslash.c (ISSLASH): Define.
23069         (strip_trailing_slashes): Use ISSLASH rather than comparing against
23070         `/'.
23071         From Prashant TR.
23072
23073         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
23074         (dir_name_r): Declare this function as static.
23075         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
23076         manifest itself on a name containing a mix of slashes and
23077         backslashes.
23078         Make this function work with names starting with a DOS-style
23079         drive letter and colon prefix.
23080         (dir_name): Append `.' if necessary.
23081         Based mostly on patches from Prashant TR and Eli Zaretskii.
23082
23083         * lib/dirname.h (dir_name_r): Remove prototype.
23084
23085 2000-12-06  Paul Eggert  <eggert@twinsun.com>
23086
23087         * m4/off_t-format.m4: Remove this file.
23088         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
23089
23090 2000-12-06  Jim Meyering  <meyering@lucent.com>
23091
23092         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
23093         replacement strtoull, we may well need the replacement strtoul, too.
23094         Check for declarations of strtoul and strtoull.
23095         Check for strtol.  Mainly as a cue to cause automake to include
23096         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
23097         Check for limits.h -- strtol.c needs it.
23098
23099 2000-12-05  Jim Meyering  <meyering@lucent.com>
23100
23101         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
23102
23103 2000-12-04  Jim Meyering  <meyering@lucent.com>
23104
23105         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
23106         Also include memory.h, stdlib.h, unistd.h if appropriate.
23107         Reported by Andreas Jaeger (conflicting declaration of malloc).
23108
23109 2000-12-02  Jim Meyering  <meyering@lucent.com>
23110
23111         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
23112         * m4/jm-macros.m4 (jm_MACROS): require it.
23113
23114 2000-12-02  Jim Meyering  <meyering@lucent.com>
23115
23116         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
23117
23118 2000-12-01  Paul Eggert  <eggert@twinsun.com>
23119
23120         * lib/memrchr.c: Include <config.h> before any system include file.
23121
23122 2000-11-30  Jim Meyering  <meyering@lucent.com>
23123
23124         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
23125
23126 2000-11-30  Jim Meyering  <meyering@lucent.com>
23127
23128         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
23129
23130 2000-11-29  Paul Eggert  <eggert@twinsun.com>
23131
23132         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
23133
23134 2000-11-26  Jim Meyering  <meyering@lucent.com>
23135
23136         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
23137
23138 2000-11-22  Paul Eggert  <eggert@twinsun.com>
23139
23140         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
23141         size of (size_t) -1; it's not portable.
23142
23143 2000-11-17  Jim Meyering  <meyering@lucent.com>
23144
23145         * lib/strstr.c: Update from GNU libc.
23146
23147 2000-11-17  Akim Demaille  <akim@epita.fr>
23148
23149         * lib/obstack.h: Formatting changes.
23150         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
23151         prevent type checking.
23152         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
23153         cast the value to (void *): assigning a `foo *' to a `void *'
23154         variable is valid.
23155         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
23156
23157 2000-11-16  Jim Meyering  <meyering@lucent.com>
23158
23159         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
23160
23161 2000-11-11  Jim Meyering  <meyering@lucent.com>
23162
23163         * lib/error.c: Add a couple #includes, merging from GNU libc version.
23164
23165 2000-11-10  Jim Meyering  <meyering@lucent.com>
23166
23167         * lib/obstack.h: Update from GNU libc.
23168         * lib/obstack.c: Likewise.
23169
23170 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
23171
23172         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
23173
23174 2000-11-06  Paul Eggert  <eggert@twinsun.com>
23175
23176         * lib/getusershell.c (setusershell): Use rewind rather than
23177         fseek/fseeko, to avoid configuration hassles with fseeko.
23178         Don't bother opening SHELLS_FILE if shellstream is NULL;
23179         it's not necessary.
23180
23181 2000-11-05  Jim Meyering  <meyering@lucent.com>
23182
23183         * lib/makepath.h (make_dir): Declare.
23184         * lib/makepath.c (make_dir): Remove `static' attribute.
23185         Tweak a comment.
23186
23187 2000-11-04  Jim Meyering  <meyering@lucent.com>
23188
23189         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
23190
23191 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
23192
23193         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
23194         last one in a bucket, advance to the next bucket.
23195
23196 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
23197
23198         * lib/fnmatch.c: Do not comment out all the code if we are using
23199         the GNU C library, because in some cases we are replacing buggy
23200         code in the GNU C library itself.
23201
23202 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23203
23204         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
23205         (regex_compile): Catch bogus \(\1\).
23206
23207 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23208
23209         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
23210         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
23211         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
23212
23213 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23214
23215         * lib/error.h, getline.h, modechange.h:
23216         Remove "2000" from Copyright line, as the file hasn't been
23217         changed this year other than in the copyright notice.
23218
23219         * lib/xalloc.h: Add "2000" to Copyright line, as this file
23220         was changed this year.
23221
23222 2000-10-29  Jim Meyering  <meyering@lucent.com>
23223
23224         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
23225         renaming.
23226         * m4/ls-mntd-fs.m4: Likewise
23227
23228 2000-10-29  Jim Meyering  <meyering@lucent.com>
23229
23230         * lib/xstat.in: Fix grammar in comment.
23231
23232 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
23233
23234         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
23235         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
23236         doesn't define __restrict_arr.
23237
23238 2000-10-28  Jim Meyering  <meyering@lucent.com>
23239
23240         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
23241         (jm_PREREQ_MEMCHR): New function.
23242
23243 2000-10-28  Jim Meyering  <meyering@lucent.com>
23244
23245         * lib/memchr.c: Update from libc.
23246         Adjust for portability:
23247         [HAVE_STDLIB_H]: Include stdlib.h.
23248         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
23249         Undef __memchr, too.
23250         [!weak_alias]: Define __memchr to memchr.
23251
23252         * lib/regex.c: Update from libc.
23253         * lib/regex.h: Likewise.
23254         * lib/getopt1.c: Likewise.
23255         * lib/memcmp.c: Likewise.
23256
23257         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
23258         Avoid using fseek, when possible -- it's broken by design.
23259         Patch by Ulrich Drepper.
23260
23261 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
23262
23263         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
23264         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
23265         Giving in to popular pressure to shut up the compiler with casts.
23266
23267 2000-10-26  Jim Meyering  <meyering@lucent.com>
23268
23269         * lib/strftime.c: Update from libc.
23270
23271 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
23272
23273         * regex.c: More `unsigned char' -> `re_char' changes.
23274         Also change several `int' into `re_wchar_t'.
23275         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
23276         (PUSH_FAILURE_POINTER): Don't cast any more.
23277         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
23278         We want GCC to complain, since this piece of code makes
23279         re_match non-reentrant, which *should* be fixed.
23280         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
23281         (EXTEND_BUFFER): Use RETALLOC.
23282         (SET_LIST_BIT): Don't cast.
23283         (re_wchar_t): New type.
23284         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
23285         that those two functions will always properly return.
23286         (IMMEDIATE_QUIT_CHECK): Cast to void.
23287         (analyse_first): Use recursion rather than an explicit stack.
23288         (re_compile_fastmap): Can't fail anymore.
23289         (re_search_2): Don't check re_compile_fastmap for failure.
23290         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
23291         Now also sets the new value (passed in a new argument).
23292         (re_match_2_internal): Use it.
23293         Also, use a new var `reg' of type size_t when looping through regs
23294         rather than reuse the inappropriate `mcnt'.
23295
23296 2000-10-25  Jim Meyering  <meyering@lucent.com>
23297
23298         * lib/obstack.c: Update from libc.
23299
23300 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
23301
23302         * regex.c (regex_compile): Change the way of handling a range from
23303         a char less than 256 to a char not less than 256.
23304
23305 2000-10-24  Andrew Innes  <andrewi@gnu.org>
23306
23307         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
23308         NT-Emacs only.
23309         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
23310         so that re_search functions only quit when callers expect them to.
23311
23312 2000-10-23  Jim Meyering  <meyering@lucent.com>
23313
23314         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
23315         wrong.  That set_locale call must not have any side effects.
23316         From Paul Eggert.
23317
23318 2000-10-22  Jim Meyering  <meyering@lucent.com>
23319
23320         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
23321         [CYCLIC]: Remove now-unused definition.
23322
23323         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
23324         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
23325         Suggestion from Ulrich Drepper.
23326
23327 2000-10-21  Jim Meyering  <meyering@lucent.com>
23328
23329         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
23330         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
23331         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
23332
23333 2000-10-21  Jim Meyering  <meyering@lucent.com>
23334
23335         * lib/dirname.c (memrchr): Declare if necessary.
23336         (dir_name): Remove the restriction that there be no
23337         trailing slashes.  Now, this code skips past them, effectively
23338         ignoring them.
23339         [TEST_DIRNAME] (main): New unit tests.
23340
23341         * lib/memrchr.c: New file from GNU libc.
23342         Undef __memrchr, too.
23343         [!weak_alias]: Define __memrchr to memrchr.
23344         Guard weak_alias use with `#ifdef weak_alias'.
23345
23346 2000-10-21  Jim Meyering  <meyering@lucent.com>
23347
23348         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
23349         (dir_name): Use dir_name_r.
23350         * lib/dirname.h (dir_name_r): Declare it.
23351
23352 2000-10-17  Jim Meyering  <meyering@lucent.com>
23353
23354         * lib/quote.h (PARAMS): Define and use.
23355         Reported by Akim Demaille.
23356
23357         * lib/getopt.c: Update from libc.
23358
23359 2000-10-16  Jim Meyering  <meyering@lucent.com>
23360
23361         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
23362         setlocale.
23363         From Jan Fedak.
23364
23365 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
23366
23367         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
23368
23369 2000-09-25  Jim Meyering  <meyering@lucent.com>
23370
23371         * lib/md5.h (rol): Define (from GnuPG).
23372
23373         * lib/sha.c: Give credit (GnuPG) where due.
23374         (M): Use rol rather than open-coding it.
23375         Add a FIXME comment.
23376
23377 2000-09-21  Jim Meyering  <meyering@lucent.com>
23378
23379         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
23380         Reported by Michael Stone.
23381
23382 2000-09-20  Jim Meyering  <meyering@lucent.com>
23383
23384         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
23385         (noinst_HEADERS): Add sha.h.
23386         Based on code from Scott G. Miller and from GnuPG.
23387
23388 2000-09-18  Jim Meyering  <meyering@lucent.com>
23389
23390         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
23391         LIBS. Otherwise, everyone ends up linking with -lelf for some
23392         configurations.
23393         Reported by Mike Stone.
23394
23395 2000-09-15  Jim Meyering  <meyering@lucent.com>
23396
23397         * lib/regex.c: Update from libc.
23398
23399 2000-09-10  Jim Meyering  <meyering@lucent.com>
23400
23401         * lib/getopt.c (_getopt_internal): Update from glibc.
23402
23403 2000-09-09  Jim Meyering  <meyering@lucent.com>
23404
23405         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
23406         think it should be used as a general replacement for isascii.
23407         * lib/fnmatch.c: Likewise.
23408         * lib/mbswidth.c: Likewise
23409         * lib/regex.c: Likewise.
23410
23411         Don't use atoi.
23412         * lib/userspec.c: Include sys/param.h and limits.h.
23413         Include xstrtol.h.
23414         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23415         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
23416         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
23417         UID, GID.  Check range.
23418
23419 2000-09-06  Jim Meyering  <meyering@lucent.com>
23420
23421         * lib/getopt.c (_getopt_internal): Update from glibc.
23422
23423 2000-08-30  Jim Meyering  <meyering@lucent.com>
23424
23425         * lib/strftime.c: Merge in changes from GNU libc.
23426
23427 2000-08-26  Jim Meyering  <meyering@lucent.com>
23428
23429         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
23430         * m4/fpending.m4: New file.
23431
23432 2000-08-26  Jim Meyering  <meyering@lucent.com>
23433
23434         * lib/closeout.c: Include "__fpending.h".
23435         (close_stdout_status): Return right away if there's nothing to flush.
23436
23437         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
23438         * lib/__fpending.c: New file.
23439         * lib/__fpending.h: New file.
23440
23441 2000-08-20  Jim Meyering  <meyering@lucent.com>
23442
23443         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
23444         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
23445         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
23446
23447 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
23448
23449         Improve fileutils installation on systems where running
23450         programs (like install) can't be unlinked.
23451         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
23452         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
23453
23454 2000-08-07  Paul Eggert  <eggert@twinsun.com>
23455
23456         Standardize on "memory exhausted" instead of "Memory exhausted"
23457         or "virtual memory exhausted".
23458         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
23459         "virtual memory exhausted".
23460         * lib/same.c (same_name): Invoke xalloc_die instead of printing
23461         our own message.
23462         * lib/userspec.c (parse_user_spec): Likewise.
23463         * lib/bumpalloc.h: comment fix
23464         * lib/same.c, userspec.c: Include xalloc.h.
23465
23466         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
23467         not char *const and pointing to a constant array.
23468         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
23469         (xrealloc): Comment fix.
23470
23471         * lib/userspec.c (parse_user_spec):
23472         Don't translate a message until just before returning,
23473         to avoid unnecessary translation.
23474
23475 2000-08-07  Jim Meyering  <meyering@lucent.com>
23476
23477         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
23478         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
23479         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
23480         getgroups.c, gethostname.c, getopt.h, group-member.c,
23481         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
23482         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
23483         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
23484         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
23485         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
23486         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
23487         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
23488         yesno.c: Back out Copyright date changes for each file with no change
23489         this year.  This eases coordination with other programs using the same
23490         source code modules.  From Paul Eggert.
23491
23492 2000-08-06  Paul Eggert  <eggert@twinsun.com>
23493
23494         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
23495         not char, for compatibility with glibc 2.1.3 strftime.c.
23496
23497 2000-08-03  Greg McGary  <greg@mcgary.org>
23498
23499         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
23500         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
23501         (EXTEND_BUFFER): Use them.
23502
23503 2000-08-01  Jim Meyering  <meyering@lucent.com>
23504
23505         * lib/dirname.c (ISSLASH): Define.
23506         (BACKSLASH_IS_PATH_SEPARATOR): Define.
23507         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
23508         both `\' and `/' may be use as path separators.
23509         Based on a patch from Prashant TR.
23510
23511 2000-07-31  Paul Eggert  <eggert@twinsun.com>
23512
23513         * lib/quotearg.c (quotearg_n_options): Don't make the initial
23514         slot vector a constant, since it might get modified.
23515
23516 2000-07-31  Jim Meyering  <meyering@lucent.com>
23517
23518         * lib/xmalloc.c: Use `virtual memory exhausted', not
23519         `Memory exhausted'.
23520         * lib/obstack.c (print_and_abort): Likewise.
23521
23522 2000-07-30  Paul Eggert  <eggert@twinsun.com>
23523
23524         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
23525         buffer, so that the caller can always quote one small
23526         component of a "memory exhausted" message in slot 0.
23527         From a suggestion by Jim Meyering.
23528
23529 2000-07-30  Jim Meyering  <meyering@lucent.com>
23530
23531         * lib/makepath.c (make_path): Quote the other instance, too.
23532
23533         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
23534         (STATIC_BUF_SIZE): Define.
23535         (quotearg_n_options): Use only statically allocated storage when
23536         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
23537         than STATIC_BUF_SIZE.
23538
23539 2000-07-29  Jim Meyering  <meyering@lucent.com>
23540
23541         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
23542         * lib/dirname.c (dir_name): Likewise.
23543
23544         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
23545         `/'.
23546
23547         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
23548         (dir_name): Assert that there are no trailing slashes.
23549
23550 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
23551
23552         * lib/mbswidth.h (mbswidth): Add a flags argument.
23553         (mbswidth): New declaration.
23554         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
23555         * lib/mbswidth.c (mbswidth): Add a flags argument.
23556         (mbsnwidth): New function.
23557
23558 2000-07-24  Jim Meyering  <meyering@lucent.com>
23559
23560         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
23561
23562 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23563
23564         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
23565
23566 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23567
23568         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
23569         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
23570         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
23571         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
23572         invoke multibyte primitives.
23573
23574 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23575
23576         * lib/quotearg.c:
23577         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
23578         so that mbstate_t is always defined.
23579
23580         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
23581         be 1 in at least one GCC installation, and this configuration
23582         error is likely to be common.  Ignoring MB_LEN_MAX hurts
23583         performance on hosts that have mbrtowc but have only unibyte
23584         locales, but I assume these hosts are rare.
23585
23586 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23587
23588         * lib/mbswidth.c (_XOPEN_SOURCE):
23589         Don't define; this causes problems on Solaris 7.
23590         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
23591
23592 2000-07-23  Jim Meyering  <meyering@lucent.com>
23593
23594         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
23595         too: getgrgid, getpwuid, getuid.
23596
23597 2000-07-23  Jim Meyering  <meyering@lucent.com>
23598
23599         * lib/basename.c (base_name): Add an assertion.
23600
23601 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
23602
23603         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
23604         shadow its mbsinit function.
23605
23606 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23607
23608         * lib/mbswidth.h: New file.
23609         * lib/mbswidth.c: New file.
23610         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
23611         (noinst_HEADERS): Add mbswidth.h.
23612
23613 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23614
23615         * lib/config.charset: Add support for FreeBSD. Improve support for
23616         HP-UX and IRIX 6.
23617
23618 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
23619
23620         * m4/mbswidth.m4: New file.
23621         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
23622
23623 2000-07-15  Jim Meyering  <meyering@lucent.com>
23624
23625         * lib/makepath.c: Include quote.h.
23626         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
23627         corresponding argument in a `quote (...)' call.
23628         Give better diagnostics.
23629
23630         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
23631         (noinst_HEADERS): Add quote.h.
23632
23633         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
23634         from tar's src/misc.c.
23635         * lib/quote.h: New file.  Prototypes for same.
23636
23637 2000-07-14  Paul Eggert  <eggert@twinsun.com>
23638
23639         From a suggestion by Bruno Haible.
23640         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
23641         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
23642         to decide whether to define the BeOS workaround macro;
23643         this adjusts to the change to AC_MBSTATE_T.
23644
23645 2000-07-14  Jim Meyering  <meyering@lucent.com>
23646
23647         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
23648         jm_AC_TYPE_UINTMAX_T.
23649
23650 2000-07-13  Paul Eggert  <eggert@twinsun.com>
23651
23652         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
23653
23654         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
23655         quotearg_buffer_restyled): Add support for
23656         clocale_quoting_style.  Undo previous change to
23657         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
23658         and "{RIGHT QUOTATION MARK}" msgids.
23659
23660 2000-07-10  Paul Eggert  <eggert@twinsun.com>
23661
23662         From a suggestion by Bruno Haible.
23663         * m4/mbstate_t.m4 (AC_MBSTATE_T):
23664         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
23665         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
23666         and mbstate_t, to a single-part test that simply defines mbstate_t.
23667         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
23668         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
23669
23670 2000-07-10  Jim Meyering  <meyering@lucent.com>
23671
23672         * m4/strerror_r.m4: Mirror the correction made in autoconf.
23673
23674         * m4/gnu-source.m4: Output to confdefs.h directly.
23675         Suggestion from Akim Demaille.
23676
23677 2000-07-09  Paul Eggert  <eggert@twinsun.com>
23678
23679         The old behavior of quoting `like this' doesn't look good with
23680         newer, ISO-style fonts.  See:
23681         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
23682
23683         Instead, quote "like this" by default.  Let the translator
23684         tailor the locale-specific quoting behavior by providing
23685         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
23686
23687         * lib/quotearg.c (N_): New macro.
23688         (gettext_default): New function.
23689         (quotearg_buffer_restyled): Use
23690         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
23691         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
23692
23693 2000-07-09  Jim Meyering  <meyering@lucent.com>
23694
23695         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
23696         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
23697
23698         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
23699         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
23700
23701 2000-07-09  Jim Meyering  <meyering@lucent.com>
23702
23703         * lib/Most files: Update copyright dates to include 2000.
23704
23705 2000-07-08  Jim Meyering  <meyering@lucent.com>
23706
23707         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
23708         if not defined.
23709         (xgethostname): Remove now-unnecessary #ifdef.
23710         Move declaration of `err' into loop where it's used.
23711
23712 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23713         and Bruno Haible  <haible@clisp.cons.org>
23714
23715         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
23716         only if the test for an object-type mbstate_t fails.  This
23717         prevents us from mistakenly reporting that mbstate_t is a
23718         system object type after we "#define mbstate_t int" to work
23719         around its lack.
23720
23721 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23722         and Bruno Haible  <haible@clisp.cons.org>
23723
23724         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
23725
23726 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23727
23728         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
23729         to strerror_r.
23730         Include <ctype.h> for use of isalpha.
23731
23732 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23733
23734         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
23735         by allocating a larger buffer. Test the gethostname return value for
23736         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
23737         returns an error and ENAMETOOLONG isn't defined.
23738
23739 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23740
23741         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
23742         dimension.
23743
23744 2000-07-04  Jim Meyering  <meyering@lucent.com>
23745
23746         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
23747         of the deprecated AC_CHECKING.
23748
23749 2000-07-04  Jim Meyering  <meyering@lucent.com>
23750
23751         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
23752         Reported by Bruno Haible.
23753
23754 2000-07-04  Jim Meyering  <meyering@lucent.com>
23755
23756         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
23757         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
23758         lacks mbrtowc.
23759
23760 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23761
23762         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
23763         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
23764
23765 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23766         and Bruno Haible  <haible@clisp.cons.org>
23767
23768         * lib/quotearg.c (mbrtowc):
23769         Assign to *pwc, and return 1 only if result is nonzero.
23770         (iswprint): Use ISPRINT when substituting our own mbrtowc.
23771
23772 2000-07-03  Jim Meyering  <meyering@lucent.com>
23773
23774         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
23775
23776 2000-07-03  Jim Meyering  <meyering@lucent.com>
23777
23778         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
23779         This is necessary to get a definition of e.g., UTMP_FILE on
23780         HP-UX 10.20.
23781         From Bob Proulx.
23782
23783 2000-07-02  Jim Meyering  <meyering@lucent.com>
23784
23785         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
23786
23787         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
23788         AC_LIBOBJ(function_name).
23789         * m4/chown.m4: Likewise.
23790         * m4/fnmatch.m4: Likewise.
23791         * m4/ftruncate.m4: Likewise.
23792         * m4/getgroups.m4: Likewise.
23793         * m4/getline.m4: Likewise.
23794         * m4/group-member.m4: Likewise.
23795         * m4/jm-macros.m4: Likewise.
23796         * m4/lstat.m4: Likewise.
23797         * m4/malloc.m4: Likewise.
23798         * m4/memcmp.m4: Likewise.
23799         * m4/nanosleep.m4: Likewise.
23800         * m4/putenv.m4: Likewise.
23801         * m4/realloc.m4: Likewise.
23802         * m4/regex.m4: Likewise.
23803         * m4/stat.m4: Likewise.
23804         * m4/strftime.m4: Likewise.
23805
23806 2000-07-02  Jim Meyering  <meyering@lucent.com>
23807
23808         * lib/quotearg.c (mbstate_t): Don't define here.
23809
23810 2000-07-02  Jim Meyering  <meyering@lucent.com>
23811
23812         * lib/nanosleep.c (SIGCONT): Define if not already defined.
23813
23814 2000-07-01  Jim Meyering  <meyering@lucent.com>
23815
23816         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
23817
23818 2000-07-01  Jim Meyering  <meyering@lucent.com>
23819
23820         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
23821         problem.
23822
23823 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23824
23825         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
23826         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
23827
23828 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23829
23830         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
23831         per change in ../m4/ls-mntd-fs.m4.
23832         (read_filesystem_list): Ignore symbolic links.
23833
23834 2000-06-29  Jim Meyering  <meyering@lucent.com>
23835
23836         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
23837         for declaration of strcmp.
23838
23839         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
23840
23841         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
23842         Avoid warning by casting result to `char *' to remove `const'.
23843
23844 2000-06-28  Jim Meyering  <meyering@lucent.com>
23845
23846         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
23847         included by quotearg.c, for which we perform this test.  From
23848         Bruno Haible.
23849
23850 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23851
23852         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
23853         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
23854         <utmpx.h> exists, put readutmp.o into LIBOBJS.
23855
23856 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23857
23858         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
23859
23860 2000-06-26  Paul Eggert  <eggert@twinsun.com>
23861
23862         savedir now sets errno on failure and invokes xmalloc to get memory.
23863         Fix a couple of other minor bugs while we're at it.
23864
23865         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
23866         (NAMLEN): Remove macro.
23867         (malloc, realloc): Remove decls.
23868         (stpcpy): Likewise.
23869         ("xalloc.h"): Include.
23870         (NAME_SIZE_DEFAULT): New macro.
23871         (savedir): Use xmalloc / xrealloc to allocate memory.
23872         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
23873         Skip "" directory entries.
23874         Use strlen to calculate directory entry length, since the old method
23875         is rarely used these days and isn't worth supporting.
23876         Don't use a pointer after freeing it.
23877         Check for integer overflow when calculating allocation size.
23878         Use memcpy to copy entries, instead of stpcpy.
23879         Set errno properly when returning NULL.
23880         Check for readdir error.
23881
23882 2000-06-26  Jim Meyering  <meyering@lucent.com>
23883
23884         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
23885
23886 2000-06-25  Jim Meyering  <meyering@lucent.com>
23887
23888         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
23889         Linux header bug when _XOPEN_SOURCE is defined to 500.
23890
23891 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23892
23893         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
23894         deficiency.
23895
23896 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23897
23898         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
23899         Include xalloc.h.
23900         Don't include <stdlib.h>.  Don't declare malloc, realloc.
23901
23902 2000-06-24  Jim Meyering  <meyering@lucent.com>
23903
23904         * m4/strerror_r.m4: Revive this file -- to try out an experimental
23905         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
23906         for which strerror does return char*, but which lacks a conveniently
23907         accessible declaration of the function.  If the compile-test says
23908         strerror_r doesn't work, then resort to a `run'-test that works on
23909         BeOS and segfaults on DEC Unix.
23910
23911 2000-06-24  Jim Meyering  <meyering@lucent.com>
23912
23913         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
23914
23915 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23916
23917         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
23918         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
23919
23920 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23921
23922         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
23923         (mbrtowc, mbstate_t): Define substitutes if
23924         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
23925         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
23926         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
23927
23928 2000-06-23  Jim Meyering  <meyering@lucent.com>
23929
23930         * m4/afs.m4: Add missing AC_MSG_RESULT.
23931         Reported by Bruno Haible.
23932
23933         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
23934         Suggestion from Bruno Haible.
23935
23936 2000-06-23  Jim Meyering  <meyering@lucent.com>
23937
23938         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
23939
23940 2000-06-21  Jim Meyering  <meyering@lucent.com>
23941
23942         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
23943
23944 2000-06-21  Jim Meyering  <meyering@lucent.com>
23945
23946         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
23947         (noinst_HEADERS): Add getstr.h.
23948
23949         * lib/getline.c (getstr): Move into a separate file.
23950         * lib/getstr.c (getstr): New file, extracted from getline.c, with
23951         the following changes: new parameter, delim2; both delim[12]
23952         parameters have type `int', not `char'.  The latter would lose
23953         with 8-bit delimiters.
23954         * lib/getstr.h: New file.
23955
23956 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23957
23958         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
23959         than 1024, return a memory chunk of least possible size, instead
23960         of size PATH_MAX + 2. In the loop, increment the size proportionally.
23961         Use free/xmalloc instead of xrealloc to avoid copying for very long
23962         paths.
23963
23964 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23965
23966         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
23967         the empty string.
23968
23969 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23970
23971         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
23972         address, not strdup.  Include <stdlib.h> and don't declare free().
23973
23974 2000-06-19  Jim Meyering  <meyering@lucent.com>
23975
23976         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
23977
23978 2000-06-18  Jim Meyering  <meyering@lucent.com>
23979
23980         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
23981
23982         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
23983         `checking whether...' message to be consistent with that of the
23984         lstat test.
23985
23986 2000-06-18  Jim Meyering  <meyering@lucent.com>
23987
23988         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
23989         Besides, these days every porting target provides a mkdir function.
23990
23991         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
23992         needed. (this snippet comes from src/system.h).
23993
23994 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
23995
23996         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
23997
23998 2000-06-15  Paul Eggert  <eggert@twinsun.com>
23999
24000         * lib/human.c (adjust_value): New function.
24001         (human_readable_inexact): Apply rounding style even when
24002         printing approximate values.
24003
24004 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24005
24006         * lib/human.c (human_readable_inexact): Allow an input block
24007         size that is not a multiple of the output block size, and vice versa.
24008         Reported by Piergiorgio Sartor.
24009
24010 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24011
24012         * lib/getdate.y (get_date): Apply relative times after time
24013         zone indicator, not before.  Reported by Todd A. Jacobs.
24014
24015 2000-06-13  Jim Meyering  <meyering@lucent.com>
24016
24017         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24018
24019         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24020
24021 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24022
24023         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24024
24025 2000-06-12  Jim Meyering  <meyering@lucent.com>
24026
24027         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24028         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24029         optional argument.
24030         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24031         the optional argument, `lib'.
24032
24033 2000-06-08  Jim Meyering  <meyering@lucent.com>
24034
24035         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24036
24037 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24038
24039         Rewrite largefile configuration so that we don't need to run
24040         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24041         AC_CANONICAL_HOST in configure.in -- jmm]
24042
24043         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
24044         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
24045         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
24046         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
24047         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
24048         All uses changed.
24049         Instead of inspecting the output of getconf, try to compile the
24050         test program without and with the macro definition.
24051         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
24052         for getconf.  Instead, check for the needed flags by compiling
24053         test programs.
24054
24055 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24056
24057         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
24058
24059 2000-06-04  Jim Meyering  <meyering@lucent.com>
24060
24061         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
24062         SunOS 4.1.4 for which gid_t is an unsigned type.
24063
24064 2000-06-03  Jim Meyering  <meyering@lucent.com>
24065
24066         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
24067         now that autoconf requires that.
24068
24069         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
24070         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
24071         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
24072
24073 2000-06-03  Jim Meyering  <meyering@lucent.com>
24074
24075         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
24076
24077 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24078
24079         * m4/glibc21.m4: New file.
24080         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
24081
24082 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24083
24084         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
24085         newer, don't install charset.alias.
24086         * lib/config.charset: Change the Linux/glibc rules so they become empty
24087         on glibc-2.1 or newer.
24088
24089 2000-06-02  Jim Meyering  <meyering@lucent.com>
24090
24091         * lib/mountlist.c: Back out last change.  Instead, do this...
24092         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
24093         me_dummy member using the same `ignore'-testing code.
24094         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
24095         fs_type strings.
24096         From Mark D. Roth.
24097
24098 2000-05-29  Jim Meyering  <meyering@lucent.com>
24099
24100         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
24101         mounts with the `ignore' attribute.  Based on a patch from
24102         Mark D. Roth.
24103
24104 2000-05-28  Jim Meyering  <meyering@lucent.com>
24105
24106         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
24107         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24108         * m4/stat.m4: Likewise.
24109         * m4/lstat.m4: Likewise.
24110         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
24111
24112         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
24113         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
24114
24115 2000-05-26  Jim Meyering  <meyering@lucent.com>
24116
24117         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
24118
24119 2000-05-24  Jim Meyering  <meyering@lucent.com>
24120
24121         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
24122         autoconf requires that.
24123         * m4/lib-check.m4: Likewise.
24124         * m4/jm-macros.m4: Likewise.
24125         * m4/strftime.m4: Likewise.
24126
24127         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
24128         AC_CHECK_DECLS, now that autoconf requires that.
24129
24130 2000-05-22  Jim Meyering  <meyering@lucent.com>
24131
24132         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24133         * m4/lstat.m4: Likewise.
24134
24135 2000-05-22  Jim Meyering  <meyering@lucent.com>
24136
24137         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
24138
24139 2000-05-20  Jim Meyering  <meyering@lucent.com>
24140
24141         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
24142         (jm_PREREQ): Use it.
24143
24144 2000-05-18  Jim Meyering  <meyering@lucent.com>
24145
24146         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
24147         back, too, since it may have been modified by allocate_entry.
24148         (hash_delete): Rewrite to use neither the assignment operator
24149         nor the comma operator in an if-expression.
24150
24151 2000-05-15  Paul Eggert  <eggert@twinsun.com>
24152
24153         * lib/closeout.c:
24154         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
24155         Remove; no longer needed.
24156         "quotearg.h": Add include.
24157         (file_name): Do not bother to explicitly initialize to NULL; it's less
24158         efficient on some hosts.
24159         (close_stdout_status): Remove test as to whether stdout was already
24160         closed; it breaks for the case "echo x | sort >&-".
24161         Quote file name colons.
24162         Do not assume that _("write error") lacks format strings.
24163
24164 2000-05-15  Jim Meyering  <meyering@lucent.com>
24165
24166         * lib/version-etc.c (version_etc_copyright): Update the copyright
24167         string used in all --version output.
24168
24169 2000-05-14  Jim Meyering  <meyering@lucent.com>
24170
24171         * lib/closeout.c (close_stdout_set_file_name): New function.
24172         (close_stdout_status): Use new file-scoped global.
24173         Return right away if fstat says the stdout file descriptor is invalid.
24174         * lib/closeout.h (close_stdout_set_file_name): Declare.
24175
24176 2000-05-10  Jim Meyering  <meyering@lucent.com>
24177
24178         * lib/closeout.c [default_exit_status]: New file-scoped variable.
24179         (close_stdout_set_status): New function.
24180         * lib/closeout.h (close_stdout_set_status): Declare.
24181
24182 2000-05-09  Jim Meyering  <meyering@lucent.com>
24183
24184         * m4/gettext.m4: Rename this...
24185         * m4/libintl.m4: ...to this.
24186
24187 2000-05-08  Jim Meyering  <meyering@lucent.com>
24188
24189         * lib/long-options.c: Don't include closeout.h.
24190         (parse_long_options): Don't call close_stdout for --version.
24191
24192 2000-05-06  Paul Eggert  <eggert@twinsun.com>
24193
24194         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
24195         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
24196         2.1.3 bug.  This avoids a clash when files like regex.c define
24197         _GNU_SOURCE.
24198
24199 2000-05-06  Jim Meyering  <meyering@lucent.com>
24200
24201         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
24202         (AC_REPLACE_FUNCS): Add strnlen.
24203
24204         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
24205         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
24206
24207         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
24208         AC_SEARCH_LIBS call for nanosleep.
24209         (LIB_NANOSLEEP): Set and AC_SUBST.
24210
24211 2000-05-06  Jim Meyering  <meyering@lucent.com>
24212
24213         * lib/strnlen.c: Undefine __strnlen and strnlen.
24214         [!weak_alias]: Define __strnlen to strnlen.
24215
24216         * lib/atexit.c: New file, from libiberty.
24217
24218 2000-05-06  Jim Meyering  <meyering@lucent.com>
24219
24220         * lib/closeout.c (close_stdout_status): Also check for errors on the
24221         stderr stream.
24222
24223 2000-05-05  Jim Meyering  <meyering@lucent.com>
24224
24225         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
24226         AC_SEARCH_LIBS call for clock_gettime.
24227         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
24228
24229         * m4/search-libs.m4: Update from autoconf.
24230
24231         su doesn't work on Solaris 2.6.
24232         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
24233         <shadow.h>.  Reported by Dragos Harabor.
24234
24235 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
24236
24237         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
24238         memcpy instead of xmalloc, xrealloc, path_concat.
24239         (locale_charset): Treat empty environment variables as absent.
24240         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
24241
24242 2000-05-04  Jim Meyering  <meyering@lucent.com>
24243
24244         * lib/getopt.c: Update from glibc.
24245         * lib/obstack.c: Likewise.
24246         * lib/obstack.h: Likewise.
24247         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
24248         file
24249
24250         * lib/regex.h: Likewise.
24251         * lib/strndup.c: Likewise.
24252         * lib/strnlen.c: New file, from glibc.
24253
24254 2000-05-03  Jim Meyering  <meyering@lucent.com>
24255
24256         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
24257
24258 2000-05-02  Paul Eggert  <eggert@twinsun.com>
24259
24260         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
24261         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
24262         compile-time test, rather than inspecting host and OS, to
24263         decide whether to define _LARGEFILE_SOURCE.
24264
24265 2000-05-01  Jim Meyering  <meyering@lucent.com>
24266
24267         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
24268
24269         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
24270         Based on a patch from Bruno Haible.
24271
24272 2000-05-01  Jim Meyering  <meyering@lucent.com>
24273
24274         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
24275
24276 2000-04-29  Jim Meyering  <meyering@lucent.com>
24277
24278         * lib/path-concat.c: Declare strdup only if it's not defined.
24279         * lib/canon-host.c: Likewise.
24280
24281 2000-04-28  Jim Meyering  <meyering@lucent.com>
24282
24283         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
24284         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
24285         is included first, then limits.h is included by locale.h by libintl.h.
24286         From John David Anglin.
24287
24288 2000-04-25  Jim Meyering  <meyering@lucent.com>
24289
24290         * lib/makepath.c (S_IRWXUGO): Define.
24291         (make_path): Always perform explicit chmod if MODE specifies any
24292         of the `special' permission bits.  Prompted by a bug report against
24293         install from Mate Wierdl and Joost van Baal.
24294
24295 2000-04-18  Jim Meyering  <meyering@lucent.com>
24296
24297         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
24298         (jm_PREREQ): Use it.
24299
24300 2000-04-18  Jim Meyering  <meyering@lucent.com>
24301
24302         * lib/README: New file.
24303
24304         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
24305         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
24306
24307 2000-04-17  Jim Meyering  <meyering@lucent.com>
24308
24309         Get it right :-)
24310         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
24311         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
24312         Suggestion from Akim Demaille.
24313
24314 2000-04-17  Jim Meyering  <meyering@lucent.com>
24315
24316         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
24317         the definition of it to rpl_strftime also defined-away the system's
24318         declaration.
24319
24320 2000-04-15  Jim Meyering  <meyering@lucent.com>
24321
24322         Use `C' to denote so-called `contiguous' files, the same way
24323         that tar does.
24324         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
24325         (ftypelet): Use S_ISCTG.
24326         From Michael Deutschmann.
24327
24328 2000-04-14  Jim Meyering  <meyering@lucent.com>
24329
24330         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
24331         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
24332         clobbered.
24333
24334 2000-04-14  Jim Meyering  <meyering@lucent.com>
24335
24336         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
24337
24338 2000-04-13  Jim Meyering  <meyering@lucent.com>
24339
24340         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
24341         AH_VERBATIM to insert required #ifndef into config.h.in.
24342         Suggestion from Akim Demaille.
24343
24344 2000-04-12  Jim Meyering  <meyering@lucent.com>
24345
24346         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
24347         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
24348         Christian Krackowizer.
24349
24350         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
24351         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
24352         (AC_SYS_LARGEFILE): Require.
24353         (AM_C_PROTOTYPES): Require.
24354
24355 2000-04-08  Jim Meyering  <meyering@lucent.com>
24356
24357         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
24358         names don't conflict.  Reported by Eli Zaretskii.
24359
24360 2000-04-07  Jim Meyering  <meyering@lucent.com>
24361
24362         * lib/putenv.c: Move inclusion of errno.h so it follows that of
24363         sys/types.h, to work around system header problems on AIX 3.2.5.
24364         From Bruno Haible.
24365
24366 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
24367
24368         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
24369         bug.  Deal with the different error behavior of Irix iconv.
24370
24371 2000-04-05  Paul Eggert  <eggert@twinsun.com>
24372
24373         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
24374         IRIX if the installer said otherwise.
24375
24376 2000-04-05  Jim Meyering  <meyering@lucent.com>
24377
24378         Portability tweaks required for ultrix4.3.
24379         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
24380         (jm_CHECK_DECLS): Add getutent to the list of functions.
24381         (_jm_DECL_HEADERS): Add utmpx.h.
24382         From John David Anglin.
24383
24384         * m4/strftime.m4: Back out the 2000-04-02 change.
24385         Instead of that change, simply undefine putenv in the test program.
24386
24387 2000-04-05  Jim Meyering  <meyering@lucent.com>
24388
24389         Portability tweaks required for ultrix4.3.
24390         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
24391         getutent.
24392         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
24393         * lib/canon-host.c: Declare strdup.
24394         * lib/path-concat.c: Likewise.
24395         From John David Anglin.
24396
24397 2000-04-04  Jim Meyering  <meyering@lucent.com>
24398
24399         Be more DOS 8.3-friendly.
24400         * lib/ref-add.sin: Renamed from ref-add.sed.in.
24401         * lib/ref-del.sin: Renamed from ref-del.sed.in.
24402         * lib/Makefile.am: Reflect renaming.
24403         Reported by Eli Zaretskii.
24404
24405         Use a temporary file name that won't clash with `charset.alias'
24406         in the DOS 8.3 name space.
24407         * lib/Makefile.am (charset_tmp): Define.
24408         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
24409         (uninstall-local): Likewise.
24410         Reported by Eli Zaretskii.
24411
24412 2000-04-03  Jim Meyering  <meyering@lucent.com>
24413
24414         * m4/gettext.m4: Fix typo in comment.
24415
24416         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
24417         textutils/configure.in).  Suggestion from Paul Eggert.
24418         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
24419
24420 2000-04-02  Paul Eggert  <eggert@twinsun.com>
24421
24422         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
24423         variable in the shell rather than using putenv, which isn't
24424         portable.  This avoids the configure-time inter-test dependency
24425         on the potentially-renamed putenv function.
24426
24427 2000-03-30  Paul Eggert  <eggert@twinsun.com>
24428
24429         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
24430         before checking struct stat.st_blksize, so that
24431         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
24432
24433 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24434
24435         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
24436         since strftime.c uses HAVE_STRFTIME to decide whether to use
24437         the underlying strftime.
24438
24439 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24440
24441         * lib/time/strftime.c (my_strftime): Make sure we call the system
24442         strftime, not ourselves, when invoking the underlying strftime.
24443
24444 2000-03-24  Jim Meyering  <meyering@lucent.com>
24445
24446         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
24447         (charset_alias): Define.
24448         (install-exec-local): Factor out common code.
24449         (uninstall-local): Split lines longer than 80.
24450         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
24451         (SUFFIXES): Define.
24452         (.sed.in.sed): New rule.  Don't redirect directly to $@.
24453         (CLEANFILES): Add ref-add.sed and ref-del.sed.
24454
24455 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
24456
24457         * lib/config.charset: Output a line containing "Packages using this
24458         file".
24459         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
24460         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
24461         ref-del.sed): New rules.
24462
24463 2000-03-17  Jim Meyering  <meyering@lucent.com>
24464
24465         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
24466         Otherwise, include <strings.h>
24467
24468 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
24469
24470         * lib/unicodeio.c (utf8_wctomb): New function.
24471         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
24472         format instead of in UCS-4 with platform dependent endianness.
24473
24474 2000-03-10  Jim Meyering  <meyering@lucent.com>
24475
24476         * m4/lib-check.m4: Look for getspnam in -lgen, too.
24477         From Marco Franzen.
24478
24479 2000-03-07  Paul Eggert  <eggert@twinsun.com>
24480
24481         * lib/savedir.c (savedir): Work even if directory size is
24482         negative; this can happen with some screwy NFS configurations.
24483
24484 2000-03-06  Jim Meyering  <meyering@lucent.com>
24485
24486         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
24487         if it's NULL (because we ran out of memory).  From Bruno Haible.
24488
24489 2000-03-05  Jim Meyering  <meyering@lucent.com>
24490
24491         * lib/localcharset.c ("path-concat.h"): Include.
24492         (get_charset_aliases): Use path_concat instead of ANSI string
24493         concatenation.
24494
24495         * lib/unicodeio.h (PARAMS): Define.
24496         Use it to guard prototype.
24497
24498 2000-03-04  Jim Meyering  <meyering@lucent.com>
24499
24500         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
24501         for lib/localcharset.c.
24502
24503 2000-03-04  Jim Meyering  <meyering@lucent.com>
24504
24505         * lib/Makefile.am (install-exec-local): Create $(libdir) before
24506         installing into it.
24507         (uninstall-local): Uncomment this rule so `make distcheck' works
24508         once again.
24509
24510         * lib/unicodeio.c (<errno.h>): Include it.
24511         (errno): Declare if not defined.
24512
24513         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
24514
24515         * lib/config.charset: New version, incorporating remarks from a linux
24516         i18n mailing list.  From Bruno Haible.
24517
24518 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
24519
24520         * m4/codeset.m4: New file.
24521         * m4/iconv.m4: New file.
24522         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
24523
24524 2000-03-03  Jim Meyering  <meyering@lucent.com>
24525
24526         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
24527
24528 2000-03-02  Jim Meyering  <meyering@lucent.com>
24529
24530         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
24531         the messages come out on separate lines.
24532
24533         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
24534         rather than jm_CHECK_DECLARATIONS.
24535         * m4/decl.m4: Remove now-unused file.
24536
24537         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
24538         geteuid.
24539
24540 2000-03-02  Jim Meyering  <meyering@lucent.com>
24541
24542         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
24543
24544 2000-03-01  Jim Meyering  <meyering@lucent.com>
24545
24546         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
24547         * lib/unicodeio.c: Likewise.
24548
24549 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
24550
24551         * lib/config.charset: New file.
24552         * lib/localcharset.c: New file.
24553         * lib/unicodeio.h, lib/unicodeio.c: New files.
24554         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
24555         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
24556         (noinst_HEADERS): Add unicodeio.h.
24557         (all-local, install-exec-local, charset.alias): New targets.
24558
24559 2000-02-28  Paul Eggert  <eggert@twinsun.com>
24560
24561         * lib/quotearg.c (ALERT_CHAR): New macro.
24562         (quotearg_buffer_restyled): Use it.
24563
24564 2000-02-27  Jim Meyering  <meyering@lucent.com>
24565
24566         * m4/check-decl.m4: Add getenv to the list.
24567
24568 2000-02-27  Jim Meyering  <meyering@lucent.com>
24569
24570         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
24571         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
24572
24573         * lib/backupfile.c: Guard inclusion of stdlib.h with
24574         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
24575         Declare malloc if needed.
24576
24577         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
24578         `#ifndef HAVE_DECL..'
24579         now that autoconf always defines the HAVE_DECL_ symbols.
24580         * lib/human.c: Likewise.
24581         * lib/same.c: Likewise.
24582         * lib/strtoumax.c: Likewise.
24583
24584         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
24585         declaration check was not run.
24586         * lib/hash.c: Likewise.
24587         * lib/human.c: Likewise.
24588         * lib/same.c: Likewise.
24589         * lib/strtoumax.c: Likewise.
24590
24591         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
24592         `.', then first look up the entire `.'-containing string as a login
24593         name.
24594
24595 2000-02-23  Jim Meyering  <meyering@lucent.com>
24596
24597         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
24598         in place of my hack.
24599
24600 2000-02-18  Paul Eggert  <eggert@twinsun.com>
24601
24602         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
24603         (textint): New typedef.
24604         (parser_control): Member year changed from int to textint.
24605         All uses changed.
24606         (YYSTYPE): Removed; replaced by %union with int and textint members.
24607         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
24608         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
24609         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
24610         (tSNUMBER, tUNUMBER): Now of type <textintval>.
24611         (date, number, to_year): Use width of number in digits, not its value,
24612         to determine whether it's a 2-digit year, or a 2-digit time.
24613         (yylex): Store number of digits of numeric tokens.
24614         Reported by John Kendall.
24615
24616         (parser_control): Changed from struct parser_control to typedef (for
24617         consistency).  All uses changed.
24618
24619         (tID): Removed; not used.
24620         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
24621
24622 2000-02-14  Paul Eggert  <eggert@twinsun.com>
24623
24624         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
24625         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
24626
24627 2000-02-12  Jim Meyering  <meyering@lucent.com>
24628
24629         * lib/userspec.c (ISDIGIT): Define it.
24630         (isdigit): Remove definition.
24631         (is_number): Use ISDIGIT, not isdigit.
24632         <libintl.h>: Include.
24633         (_ and N_): Define.
24634         (parse_user_spec): Mark translatable strings.
24635
24636 2000-02-10  Jim Meyering  <meyering@lucent.com>
24637
24638         With these changes, nanosleep.[ch] are finally enough like the other
24639         lib/* replacement files to compile on a few more losing systems.
24640
24641         * lib/nanosleep.h: Don't include config.h.
24642         Remove prototype from declaration of nanosleep.
24643         (PARAMS): Remove now-unneeded definition.
24644         * lib/nanosleep.c: #undef nanosleep.
24645         (rpl_nanosleep): Rename from nanosleep.
24646
24647 2000-02-10  Jim Meyering  <meyering@lucent.com>
24648
24649         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
24650         gnu_nanosleep to rpl_nanosleep.
24651
24652 2000-02-09  Jim Meyering  <meyering@lucent.com>
24653
24654         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
24655         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
24656
24657 2000-02-08  Akim Demaille  <akim@epita.fr>
24658
24659         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
24660         `[' and `]' and remove uses of `changequote'.
24661         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
24662         (AC_SYS_LARGEFILE): Likewise.
24663         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
24664         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
24665         of changequote.
24666         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
24667         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
24668         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
24669         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
24670
24671 2000-02-05  Jim Meyering  <meyering@lucent.com>
24672
24673         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
24674         Remove explicit use of AC_HEADER_TIME.  It is required by
24675         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
24676         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
24677         in autoconf whereby the expansion of the latter ended up preceding
24678         the expansion of its prerequisite, AC_HEADER_TIME.
24679         Reported by Volker Borchert.
24680
24681 2000-02-03  Jim Meyering  <meyering@lucent.com>
24682
24683         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
24684
24685 2000-02-03  Jim Meyering  <meyering@lucent.com>
24686
24687         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
24688         rather than with `#if HAVE_UTMPNAME'.
24689
24690 2000-02-02  Jim Meyering  <meyering@lucent.com>
24691
24692         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
24693         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
24694         Reported by Eli Zaretskii.
24695
24696 2000-02-01  Jim Meyering  <meyering@lucent.com>
24697
24698         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
24699
24700 2000-01-31  Jim Meyering  <meyering@lucent.com>
24701
24702         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
24703         functions.  Add the time.h and sys/time.h headers along with the
24704         AC_REQUIRE'ment of AC_HEADER_TIME.
24705
24706 2000-01-31  Jim Meyering  <meyering@lucent.com>
24707
24708         * lib/nanosleep.h (nanosleep): Guard declaration with
24709         `#if ! HAVE_DECL_NANOSLEEP'.
24710         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
24711         the declaration in that vendor's sys/timers.h.
24712         Reported by Christian Krackowizer.
24713
24714         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
24715         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
24716         (ISPRINT): Likewise.
24717         Reported by Tom Tromey.
24718
24719 2000-01-30  Jim Meyering  <meyering@lucent.com>
24720
24721         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
24722
24723         * m4/prereq.m4 (utmp_includes): Define.
24724         Check for ut_user and ut_name members in both struct utmpx
24725         and struct utmp.
24726
24727 2000-01-30  Jim Meyering  <meyering@lucent.com>
24728
24729         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
24730         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
24731         header files where only utmpx.ut_user is declared.
24732
24733         * lib/readutmp.h (UT_USER): Define.
24734
24735 2000-01-29  Jim Meyering  <meyering@lucent.com>
24736
24737         * m4/lib-check.m4: New file containing library-related checks from
24738         fileutils and sh-utils (textutils had none).
24739
24740 2000-01-28  Jim Meyering  <meyering@lucent.com>
24741
24742         * m4/perl.m4: Change format of warning message to look more like that
24743         from the missing script.  Suggestion from François Pinard.
24744
24745 2000-01-25  Jim Meyering  <meyering@lucent.com>
24746
24747         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
24748         well as time.h in the compile check.
24749         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
24750         Fix typo in cross-compiling case: s/yes/no/.
24751
24752 2000-01-23  Jim Meyering  <meyering@lucent.com>
24753
24754         * m4/jm-macros.m4: Move df-related tests here from
24755         fileutils/configure.in
24756
24757         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
24758         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
24759
24760         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
24761         s/space/ac_fsusage_space/.
24762         (jm_FILE_SYSTEM_USAGE): Take two parameters.
24763
24764         * m4/ftruncate.m4: New file (derived from part of
24765         fileutils/configure.in).
24766         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
24767         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
24768
24769         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
24770         AC_SUBST these here, rather than just in sh-util/configure.in, so
24771         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
24772         all the same.
24773         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
24774         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
24775         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
24776         (AC_SUBST(POW_LIBM)): Likewise.
24777         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
24778
24779 2000-01-23  Jim Meyering  <meyering@lucent.com>
24780
24781         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
24782         obstack.c.
24783
24784 2000-01-22  Jim Meyering  <meyering@lucent.com>
24785
24786         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
24787
24788         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
24789
24790         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
24791         configure.in
24792         (AC_CHECK_HEADERS): Likewise for sh-utils.
24793         (AC_CHECK_HEADERS): Likewise for textutils.
24794         Merge the three lists of headers.
24795
24796         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
24797         from fileutils' configure.in.
24798
24799         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
24800         code. Moved tests into their own function (_jm_DECL_HEADERS) in
24801         check-decl.m4.
24802
24803         * m4/check-decl.m4: Use #if rather than #ifdef.
24804         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
24805         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
24806         (_jm_DECL_HEADERS): Define new function.
24807         (jm_CHECK_DECLARATIONS): Require it.
24808
24809 2000-01-22  Jim Meyering  <meyering@lucent.com>
24810
24811         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
24812         [! HAVE_DECL_STRTOULL]: Declare strtoull.
24813         Required for some AIX systems.  Reported by Christian Krackowizer.
24814         [TESTING] (main): New function.
24815
24816         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
24817         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
24818         letters.
24819
24820         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
24821         iswprint.
24822
24823         * lib/strverscmp.c (ISDIGIT): Define.
24824         (strverscmp): Use ISDIGIT, not isdigit.
24825
24826 2000-01-19  Jim Meyering  <meyering@lucent.com>
24827
24828         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
24829         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
24830         defines `struct timespec' in <sys/time.h>
24831
24832         * m4/c-bs-a.m4: Remove uses of changequote altogether.
24833         Thanks to Akim for explaining.
24834
24835 2000-01-17  Paul Eggert  <eggert@twinsun.com>
24836
24837         * lib/nanosleep.c (nanosleep):
24838         Don't use SA_INTERRUPT to decide whether to call sigaction, as
24839         POSIX.1 doesn't require SA_INTERRUPT and some systems
24840         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
24841         it's been part of POSIX.1 since day 1 (in 1988).
24842
24843 2000-01-17  Jim Meyering  <meyering@lucent.com>
24844
24845         * lib/interlock: Remove unused file.  Reported by François Pinard.
24846
24847 2000-01-16  Paul Eggert  <eggert@twinsun.com>
24848
24849         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
24850         alert, backslash, formfeed, and vertical tab unnecessarily in
24851         shell quoting style.
24852
24853 2000-01-16  Jim Meyering  <meyering@lucent.com>
24854
24855         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
24856         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
24857         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
24858         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
24859
24860 2000-01-16  Jim Meyering  <meyering@lucent.com>
24861
24862         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
24863         because the latter didn't work.
24864
24865 2000-01-15  Jim Meyering  <meyering@lucent.com>
24866
24867         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
24868         (AC_REPLACE_FUNCS): Add memcpy and memset.
24869         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
24870         Add strpbrk.
24871         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
24872
24873 2000-01-12  Jim Meyering  <meyering@lucent.com>
24874
24875         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
24876         (jm_PREREQ): Use it.
24877         (jm_PREREQ_READUTMP): New macro.
24878         (jm_PREREQ): Use it.
24879
24880 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24881
24882         Quote multibyte characters correctly.
24883         * m4/c-bs-a.m4: New file.
24884         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
24885         (jm_PREREQ): Use it.
24886
24887 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24888
24889         * m4/uintmax_t.m4: Port to autoconf 2.13.
24890
24891 2000-01-08  Jim Meyering  <meyering@ascend.com>
24892
24893         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
24894         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
24895
24896 2000-01-04  Jim Meyering  <meyering@ascend.com>
24897
24898         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
24899         jm_STRUCT_DIRENT_D_TYPE.
24900         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
24901         jm_STRUCT_DIRENT_D_INO.
24902         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
24903         jm_STRUCT_UTIMBUF.
24904         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
24905         renamings.
24906         * m4/utime.m4: Likewise.
24907
24908         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
24909         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
24910
24911 2000-01-03  Paul Eggert  <eggert@twinsun.com>
24912
24913         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
24914         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
24915
24916 2000-01-02  Jim Meyering  <meyering@ascend.com>
24917
24918         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
24919         remember if this is necessary.
24920
24921 1999-12-26  Jim Meyering  <meyering@ascend.com>
24922
24923         * m4/jm-macros.m4: Use it here.
24924         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
24925
24926 1999-12-23  Jim Meyering  <meyering@ascend.com>
24927
24928         * m4/jm-macros.m4: Check for clock_gettime (moved from
24929         fileutils/configure.in)
24930         Check for gettimeofday.
24931
24932 1999-12-20  Jim Meyering  <meyering@ascend.com>
24933
24934         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
24935         autoconf-2.14a-1999-12-20.
24936
24937 1999-12-19  Jim Meyering  <meyering@ascend.com>
24938
24939         * m4/lstat-slash.m4: New file.
24940         * m4/jm-macros.m4: Use the new macro:
24941         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24942
24943 1999-12-07  Jim Meyering  <meyering@ascend.com>
24944
24945         * m4/perl.m4: Require that File::Compare be available, too.
24946         Too many systems seem to lack it.
24947
24948         * m4/strftime.m4: Add checks for most of the cpp macros tested in
24949         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
24950
24951 1999-11-18  Paul Eggert  <eggert@twinsun.com>
24952
24953         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
24954         problem with the QNX 4.25 shell, which doesn't propagate exit
24955         status of failed commands inside shell assignments.
24956
24957 1999-11-17  Jim Meyering  <meyering@ascend.com>
24958
24959         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
24960
24961 1999-11-07  Jim Meyering  <meyering@ascend.com>
24962
24963         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
24964
24965 1999-11-06  Jim Meyering  <meyering@ascend.com>
24966
24967         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
24968         * m4/jm-macros.m4 (jm_MACROS): Use it here.
24969
24970 1999-11-05  Jim Meyering  <meyering@ascend.com>
24971
24972         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
24973         configure.in of textutils, fileutils, and sh-utils into this one
24974         (shared between those packages) file.
24975         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
24976         AC_STRUCT_ST_BLKSIZE.
24977
24978 1999-11-03  Jim Meyering  <meyering@ascend.com>
24979
24980         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
24981         of AC_CHECK_TYPE checks includes unistd.h.
24982         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
24983         Suggestion from Akim Demaille.
24984
24985 1999-10-30  Jim Meyering  <meyering@ascend.com>
24986
24987         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
24988         m4-quoted string.
24989         * m4/ls-mntd-fs.m4: Likewise.
24990         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
24991         * m4/jm-winsz1.m4: Likewise.
24992
24993         * m4/const.m4: Remove file, since the fix made it into the experimental
24994         version of autoconf.
24995         * m4/mktime.m4: Likewise.
24996
24997         * m4/check-type.m4: Remove file, now that the latest version of
24998         AC_CHECK_TYPE takes a third arg to specify additional #includes.
24999
25000         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25001         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25002         AC_CHECK_TYPE.
25003
25004 1999-10-04  Jim Meyering  <meyering@ascend.com>
25005
25006         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25007
25008 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25009
25010         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25011         2.95.1 bug with HP-UX 10.20.
25012
25013 1999-09-17  Jim Meyering  <meyering@ascend.com>
25014
25015         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25016         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25017         due to missing strdup (against sh-utils-2.0).
25018
25019 1999-08-29  Jim Meyering  <meyering@ascend.com>
25020
25021         * m4/jm-macros.m4: Require jm_BISON.
25022         * m4/bison.m4: New file.
25023
25024 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25025
25026         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25027         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25028
25029 1999-08-05  Jim Meyering  <meyering@ascend.com>
25030
25031         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25032         to avoid conflicts with `conftest' on 8+3 filesystems.
25033         Suggestion from Eli Zaretskii.
25034
25035 1999-08-04  Jim Meyering  <meyering@ascend.com>
25036
25037         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25038         fileutils and sh-utils (textutils's getline test was inadequate).
25039         (AM_FUNC_GETLINE): Run this test.
25040         (AC_CHECK_FUNCS): Check for getdelim.
25041         Reported by Bob Proulx.
25042
25043 1999-08-02  Jim Meyering  <meyering@ascend.com>
25044
25045         * m4/jm-macros.m4: Add a comment.
25046
25047 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25048
25049         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
25050         <inttypes.h> defines strtoumax as a macro (and not as a
25051         function).
25052
25053 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25054
25055         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
25056         that we can shift, multiply and divide unsigned long long
25057         values; Ultrix cc can't do it.
25058
25059 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25060
25061         * m4/mktime.m4: New file, which is a preview of what should appear
25062         in the next public autoconf release.
25063
25064 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25065
25066         * m4/lfs.m4: Remove this file.
25067         * m4/largefile.m4: New file.  It contains the old contents of
25068         lfs.m4, except that all names with prefix AC_LFS have been
25069         changed to use the prefix AC_SYS_LARGEFILE instead, to be
25070         compatible with future autoconf versions.  Also, some minor m4
25071         quoting problems have been fixed.
25072
25073 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25074
25075         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
25076         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
25077         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
25078         and simplify the shell code.
25079
25080 1999-08-01  Jim Meyering  <meyering@ascend.com>
25081
25082         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
25083         m4.
25084
25085 1999-07-20  Jim Meyering  <meyering@ascend.com>
25086
25087         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
25088
25089 1999-07-15  Jim Meyering  <meyering@ascend.com>
25090
25091         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
25092
25093 1999-05-22  Jim Meyering  <meyering@ascend.com>
25094
25095         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
25096
25097 1999-05-20  Jim Meyering  <meyering@ascend.com>
25098
25099         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
25100         Add a colon after each `then' in case $4 is empty.
25101
25102 1999-05-16  Jim Meyering  <meyering@ascend.com>
25103
25104         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
25105
25106 1999-05-10  Jim Meyering  <meyering@ascend.com>
25107
25108         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
25109
25110         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
25111         AC_FUNC_MKTIME.
25112
25113 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25114
25115         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
25116
25117 1999-05-04  Paul Eggert  <eggert@twinsun.com>
25118
25119         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
25120         not CPPFLAGS, so that linking works correctly in IRIX.
25121
25122 1999-04-30  Paul Eggert  <eggert@twinsun.com>
25123
25124         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
25125
25126 1999-04-20  Paul Eggert  <eggert@twinsun.com>
25127
25128         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
25129         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
25130         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
25131         jm_AC_TYPE_UNSIGNED_LONG_LONG.
25132         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
25133
25134         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
25135
25136 1999-04-20  Jim Meyering  <meyering@ascend.com>
25137
25138         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
25139         AC_REPLACE xstroull if necessary.  From Paul Eggert.
25140         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
25141
25142 1999-04-18  Jim Meyering  <meyering@ascend.com>
25143
25144         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
25145         * m4/jm-macros.m4: Use it.
25146
25147 1999-04-06  Jim Meyering  <meyering@ascend.com>
25148
25149         * m4/strftime.m4: Remove test for %f.
25150
25151 1999-03-29  Jim Meyering  <meyering@ascend.com>
25152
25153         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
25154         superset of the AC_TYPE_* checks in the textutils, fileutils,
25155         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
25156         AC_TYPE_PID_T.
25157
25158 1999-03-28  Jim Meyering  <meyering@ascend.com>
25159
25160         * m4/jm-macros.m4: Define GNU_PACKAGE here.
25161         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
25162         replaced e.g., in the *.sh files of the sh-utils.
25163
25164 1999-03-20  Jim Meyering  <meyering@ascend.com>
25165
25166         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
25167         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
25168         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
25169
25170 1999-03-19  Jim Meyering  <meyering@ascend.com>
25171
25172         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
25173
25174 1999-03-12  Jim Meyering  <meyering@ascend.com>
25175
25176         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
25177
25178 1999-03-07  Jim Meyering  <meyering@ascend.com>
25179
25180         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
25181         declared.
25182
25183 1999-02-17  Jim Meyering  <meyering@ascend.com>
25184
25185         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
25186         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
25187
25188 1999-02-07  Jim Meyering  <meyering@ascend.com>
25189
25190         * m4/group-member.m4: New file -- extracted from sh-utils'
25191         configure.in.
25192
25193         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
25194         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
25195
25196 1999-02-06  Jim Meyering  <meyering@ascend.com>
25197
25198         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
25199         * m4/fnmatch.m4: Likewise.
25200         * m4/getgroups.m4: Likewise.
25201         * m4/lstat.m4: Likewise.
25202         * m4/malloc.m4: Likewise.
25203         * m4/putenv.m4: Likewise.
25204         * m4/realloc.m4: Likewise.
25205         * m4/regex.m4: Likewise.
25206         * m4/stat.m4: Likewise.
25207         * m4/strftime.m4: Likewise.
25208         Suggestion from Alain Magloire.
25209
25210         * m4/chown.m4: Use `.$ac_objext', not `.o'.
25211         * m4/fnmatch.m4: Likewise.
25212         * m4/getgroups.m4: Likewise.
25213         * m4/getline.m4: Likewise.
25214         * m4/lstat.m4: Likewise.
25215         * m4/malloc.m4: Likewise.
25216         * m4/memcmp.m4: Likewise.
25217         * m4/putenv.m4: Likewise.
25218         * m4/realloc.m4: Likewise.
25219         * m4/regex.m4: Likewise.
25220         * m4/stat.m4: Likewise.
25221         * m4/strftime.m4: Likewise.
25222         Suggestion from Alain Magloire.
25223
25224         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
25225         an argument.
25226
25227         * m4/regex.m4: Add a run-time Test for proper operation of
25228         re_compile_pattern.
25229
25230 1999-01-31  Jim Meyering  <meyering@ascend.com>
25231
25232         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
25233
25234 1999-01-30  Jim Meyering  <meyering@ascend.com>
25235
25236         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
25237
25238         * m4/jm-mktime.m4: Make this a wrapper around the official
25239         AM_FUNC_MKTIME rather than my private copy, now that the official one
25240         is up to date.
25241         * m4/mktime.m4: Remove file.
25242
25243         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
25244         * m4/uptime.m4: Likewise.
25245         * m4/uintmax_t.m4: Likewise.
25246
25247 1999-01-28  Jim Meyering  <meyering@ascend.com>
25248
25249         * m4/jm-macros.m4: Use jm_AFS.
25250         * m4/afs.m4: New file (from fileutils' configure.in).
25251
25252         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
25253         * m4/chown.m4: Likewise.
25254         * m4/d-ino.m4: Likewise.
25255         * m4/d-type.m4: Likewise.
25256         * m4/fnmatch.m4: Likewise.
25257         * m4/getgroups.m4: Likewise.
25258         * m4/gettext.m4: Likewise.
25259         * m4/jm-mktime.m4: Likewise.
25260         * m4/jm-winsz2.m4: Likewise.
25261         * m4/lcmessage.m4: Likewise.
25262         * m4/ls-mntd-fs.m4: Likewise.
25263         * m4/malloc.m4: Likewise.
25264         * m4/memcmp.m4: Likewise.
25265         * m4/putenv.m4: Likewise.
25266         * m4/realloc.m4: Likewise.
25267         * m4/st_mtim.m4: Likewise.
25268         * m4/strftime.m4: Likewise.
25269
25270 1999-01-16  Jim Meyering  <meyering@ascend.com>
25271
25272         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
25273         (ARGMATCH_DIE_DECL): Define.
25274
25275 1999-01-12  Jim Meyering  <meyering@ascend.com>
25276
25277         * m4/Makefile.am.in: Rewrite to avoid using fmt.
25278         Reported by Lars Hecking.
25279
25280 1999-01-10  Jim Meyering  <meyering@ascend.com>
25281
25282         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
25283         gross kludge.
25284         * m4/inttypes_h.m4: Likewise.
25285         * m4/lstat.m4: Likewise.
25286         * m4/malloc.m4: Likewise.
25287         * m4/readdir.m4: Likewise.
25288         * m4/realloc.m4: Likewise.
25289         * m4/st_dm_mode.m4: Likewise.
25290         * m4/stat.m4: Likewise.
25291         * m4/utimbuf.m4: Likewise.
25292         * m4/utimes.m4: Likewise.
25293
25294         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
25295         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
25296         comments in config.h.in are meaningful.
25297
25298         * m4/jm-macros.m4: Require autoconf-2.13 here.
25299
25300         * m4/regex.m4: By default, don't use the included regex.c on systems
25301         with glibc 2.  Suggestion from Uli Drepper.
25302
25303 1999-01-02  Jim Meyering  <meyering@ascend.com>
25304
25305         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
25306
25307 1998-12-18  Jim Meyering  <meyering@ascend.com>
25308
25309         * m4/Makefile.am.in (Makefile.am): Simplify rule.
25310         Based on a suggestion from Lars Hecking.
25311
25312 1998-11-16  Paul Eggert  <eggert@twinsun.com>
25313
25314         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
25315
25316 1998-11-16  Jim Meyering  <meyering@ascend.com>
25317
25318         * m4/lfs.m4: Double-quote the `uname...` expression.
25319
25320 1998-11-14  Jim Meyering  <meyering@ascend.com>
25321
25322         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
25323         * m4/stat.m4: Likewise.
25324
25325 1998-11-03  Jim Meyering  <meyering@ascend.com>
25326
25327         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
25328         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
25329
25330 1998-10-18  Jim Meyering  <meyering@ascend.com>
25331
25332         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
25333
25334 1998-10-17  Jim Meyering  <meyering@ascend.com>
25335
25336         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
25337         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
25338         calls for those previously hard-coded headers.  Instead, take a new
25339         parameter.
25340         (jm_CHECK_DECLARATIONS): Reflect interface change.
25341         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
25342         (jm_CHECK_DECL_LOCALTIME_R): New macro.
25343
25344         * m4/mktime.m4: Test for spring-forward gap before long-running test.
25345
25346 1998-10-14  Jim Meyering  <meyering@ascend.com>
25347
25348         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
25349         instead of "TZ=America/Vancouver".  From Paul Eggert.
25350
25351 1998-10-11  Jim Meyering  <meyering@ascend.com>
25352
25353         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
25354         This adds a test for a recently added compatibility fix for mktime.c.
25355         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
25356
25357 1998-09-27  Jim Meyering  <meyering@ascend.com>
25358
25359         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
25360
25361         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
25362         ../configure.in, including a change from Gordon Matzigkeit to allow
25363         cross-compiling for the Hurd.
25364
25365         * m4/glibc.m4: New file/macro to test for the GNU C Library
25366         versions 1 and 2.  From Gordon Matzigkeit.
25367         Indent.
25368
25369 1998-09-21  Jim Meyering  <meyering@ascend.com>
25370
25371         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
25372
25373 1998-08-18  Paul Eggert  <eggert@twinsun.com>
25374
25375         Port nanosecond-resolution times to UnixWare 2.1.2 and
25376         pedantic Solaris 2.6.
25377
25378         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
25379         AC_STRUCT_ST_MTIM.
25380         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
25381         Generate name of ns member, instead of just 1 or undef.
25382         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
25383
25384 1998-08-15  Jim Meyering  <meyering@ascend.com>
25385
25386         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
25387         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
25388         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
25389         instead of jm_TYPE_SSIZE_T.
25390
25391 1998-08-12  Jim Meyering  <meyering@ascend.com>
25392
25393         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
25394
25395 1998-08-02  Jim Meyering  <meyering@ascend.com>
25396
25397         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
25398         in acconfig.h manually.
25399
25400 1998-07-31  Paul Eggert  <eggert@twinsun.com>
25401
25402         * m4/st_mtim.m4: New file.
25403
25404 1998-07-28  Jim Meyering  <meyering@ascend.com>
25405
25406         * m4/utimes.m4: Undef stat.
25407
25408 1998-07-25  Jim Meyering  <meyering@ascend.com>
25409
25410         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
25411         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
25412
25413 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
25414
25415         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
25416         uid and gid actually remain unchanged.
25417
25418 1998-07-07  Jim Meyering  <meyering@ascend.com>
25419
25420         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
25421
25422 1998-07-04  Jim Meyering  <meyering@ascend.com>
25423
25424         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
25425         to prove that this macro can be used in packages without regex.c.
25426
25427 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25428
25429         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
25430         is to be used.
25431
25432 1998-07-03  Jim Meyering  <meyering@ascend.com>
25433
25434         * m4/gettext.m4: Add -lintl if it's found to be necessary.
25435
25436         * m4/gettext.m4: New file -- from gettext-0.10.35.
25437         * m4/lcmessage.m4: Likewise.
25438         * m4/progtest.m4: Likewise.
25439
25440         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
25441         * m4/jm-macros.m4: Require the new macro.
25442
25443 1998-06-29  Jim Meyering  <meyering@ascend.com>
25444
25445         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
25446         for the definition of NGROUPS (used in a system header included
25447         by sys/mount.h).
25448
25449 1998-06-28  Jim Meyering  <meyering@ascend.com>
25450
25451         * m4/ls-mntd-fs.m4: New file.
25452         * m4/fstypename.m4: New file.
25453
25454         * m4/jm-macros.m4: Require the new macro.
25455         * m4/jm-glibc-io.m4: New file.
25456
25457 1998-05-19  Jim Meyering  <meyering@ascend.com>
25458
25459         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
25460         * m4/lchown.m4: New file.
25461
25462         * m4/Makefile.am.in: New file.
25463         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
25464
25465 1998-05-14  Jim Meyering  <meyering@ascend.com>
25466
25467         * m4/Makefile.am (EXTRA_DIST): Add them.
25468         * m4/jm-macros.m4: New file.
25469         * m4/utimbuf.m4: New file.
25470
25471 1998-05-12  Jim Meyering  <meyering@ascend.com>
25472
25473         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
25474
25475 1998-05-11  Jim Meyering  <meyering@ascend.com>
25476
25477         * m4/isc-posix.m4: New file.
25478
25479 1998-05-10  Jim Meyering  <meyering@ascend.com>
25480
25481         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
25482
25483 1998-05-09  Jim Meyering  <meyering@ascend.com>
25484
25485         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
25486         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
25487         with automake.
25488
25489         * m4/ssize_t.m4: New file.
25490         * m4/mktime.m4: Remove file -- the new automake has this now.
25491
25492 1998-04-26  Jim Meyering  <meyering@ascend.com>
25493
25494         * m4/assert.m4: New file.
25495         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
25496
25497 1998-04-05  Jim Meyering  <meyering@ascend.com>
25498
25499         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
25500         (jm_PREREQ): Use it here.
25501
25502 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25503
25504         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
25505         in acconfig.h.
25506
25507 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
25508
25509         * m4/prereq.m4: New file.
25510         * m4/error.m4: New file.
25511         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
25512
25513 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
25514
25515         * m4/getline.m4: Don't set am_cv_func_working_getline before the
25516         cache-check for the same variable -- that defeated the purpose of
25517         the test; the test program was never run.  This was a problem only
25518         on systems with losing getline functions -- HP-UX 10.20 is one.
25519         Reported by Bjorn Helgaas.
25520
25521 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
25522
25523         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
25524
25525 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
25526
25527         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
25528
25529         * m4/const.m4: New file.  Use an initializer in this declaration
25530         typedef int charset[2]; const charset x;
25531         Reported by Bob Glickstein.
25532
25533 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
25534
25535         * m4/chown.m4: Fix reversed types on -1 args to chown.
25536         From Kaveh Ghazi.
25537
25538 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
25539
25540         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
25541         Add lseek and memchr.
25542
25543         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
25544         T.E.Dickey <dickey@clark.net> said that some older preprocessors
25545         have a 20-character limit on names.
25546
25547 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
25548
25549         * m4/inttypes_h.m4: New file.
25550         * m4/uintmax_t.m4: New file.
25551         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
25552
25553 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
25554   Free Software Foundation, Inc.
25555 Copying and distribution of this file, with or without modification,
25556 are permitted provided the copyright notice and this notice are preserved.