* modules/gettimeofday (License): Change from GPL to LGPL, since
[gnulib.git] / ChangeLog
1 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * modules/gettimeofday (License): Change from GPL to LGPL, since
4         gettimeofday is a library function.
5
6 2007-01-22  James Youngman  <jay@gnu.org>
7
8         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): If AC_PROG_MKDIR_P is already
9         provided, call AC_SUBST on MKDIR_P anyway, since the version of
10         AC_PROG_MKDIR_P in Autoconf-2.61 (at least) doesn't do that.
11
12 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13
14         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
15
16 2007-01-21  Bruno Haible  <bruno@clisp.org>
17
18         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
19
20 2007-01-21  Bruno Haible  <bruno@clisp.org>
21
22         * modules/striconveha: New file.
23         * lib/striconveha.h: New file.
24         * lib/striconveha.c: New file.
25         * MODULES.html.sh (Internationalization functions): Add striconveha.
26         * lib/striconv.c (str_iconv): Optimize the case of an empty input
27         string.
28         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
29
30 2007-01-21  Bruno Haible  <bruno@clisp.org>
31
32         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
33         * lib/striconveh.c (str_iconveh): Likewise.
34
35 2007-01-21  Bruno Haible  <bruno@clisp.org>
36
37         * lib/striconveh.h (mem_iconveh): New declaration.
38         * lib/striconveh.c (mem_iconveh): New function.
39         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
40
41 2007-01-21  Bruno Haible  <bruno@clisp.org>
42
43         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
44
45         * lib/striconveh.h (mem_cd_iconveh): Change specification.
46         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
47         original result buffer.
48         (str_cd_iconveh): Update.
49         * tests/test-striconveh.c (main): Update.
50
51         * lib/striconv.h (mem_cd_iconv): Change specification.
52         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
53         result buffer.
54         (str_cd_iconv): Update.
55         * tests/test-striconv.c (main): Update.
56
57 2007-01-21  Bruno Haible  <bruno@clisp.org>
58
59         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
60
61 2007-01-20  Jim Meyering  <jim@meyering.net>
62
63         * lib/userspec.c (parse_with_separator): If a user or group string
64         starts with "+", skip the corresponding name-to-ID look-up, since
65         such a look-up must fail: user and group names may not include "+".
66
67 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
68
69         * lib/poll.c: Include sys/time.h and time.h unconditionally,
70         since we now assume the sys_time module.
71         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
72         check for sys/time.h; no longer needed.
73         * modules/poll (Depends-on): Depend on sys_time.
74
75 2007-01-18  Bruno Haible  <bruno@clisp.org>
76
77         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
78         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
79
80         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
81         gettimeofday.
82
83         * tests/test-gettimeofday.c: Include <time.h>.
84         (dummy): Remove variable.
85
86         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
87         gl_HEADER_SYS_TIME_H.
88         (gl_HEADER_SYS_TIME_H): New macro.
89
90         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
91         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
92         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
93         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
94         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
95         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
96         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
97         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
98         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
99         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
100         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
101
102         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
103         last change; it caused a compilation error when cross-compiling to
104         Cygwin.
105
106 2007-01-18  Jim Meyering  <jim@meyering.net>
107
108         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
109         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
110         than the race-prone "test -d sys || mkdir sys".
111         (configure.ac): Use AC_PROG_MKDIR_P.
112         * modules/sys_select: Likewise.
113         * modules/sys_socket: Likewise.
114         * modules/sys_time: Likewise.
115
116 2007-01-18  Eric Blake  <ebb9@byu.net>
117
118         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
119         replace gettimeofday.
120         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
121         name, to avoid infinite recursion.
122
123 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
124
125         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
126         module sys_time.
127         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
128         assume timespec.h defines struct timeval.
129         * lib/settime.c: Likewise.
130         * lib/utimens.c: Likewise.
131         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
132         since we now assume the gettimeofday module.
133         * lib/tempname.c (__gen_tempname): Likewise.
134         * lib/gettimeofday.h: Remove.
135         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
136         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
137         Include <time.h>, for 'time()'.
138         (localtime_buffer_addr): Also use this workaround if
139         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
140         to simplify the uses.  All uses changed.
141         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
142         that #undef is inside {}, and 'const' follows type name consistently.
143         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
144         (gettimeofday): Do not use the maximum possible value for
145         tv->tv_usec, since that might break usages other than ls.c.
146         Instead, we'll leave ls.c alone.  This undoes today's patch
147         by Bruno.  Add a compile-time warning for 1s-clock resolution;
148         we've never observed the problem but might as well keep the
149         canary.
150         * lib/nanosleep.c: Include timespec.h first, for interface check.
151         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
152         now assume the sys_time module.
153         * lib/tempname.c: Likewise.
154         * lib/timespec.h: Likewise.
155         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
156         needed.
157         * lib/strftime.c: Likewise.
158         * lib/timespec.h: Likewise.
159         * lib/posixtm.c: Include posixtm.h first, for interface check.
160         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
161         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
162         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
163         * lib/sys_time_.h: New file.
164         * lib/timespec.h (struct timespec): Use long int, not long.
165         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
166         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
167         Remove obsolescent call to AC_HEADER_TIME.
168         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
169         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
170         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
171         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
172         Likewise.
173         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
174         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
175         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
176         into the sys_time module.  Check for gettimeofday just once.
177         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
178         for gettimeofday signature to just check the signature.  Merely
179         compile it, since linking doesn't test signature.  Improve test for
180         whether gettimeofday.o is actually needed.
181         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
182         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
183         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
184         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
185         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
186         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
187         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
188         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
189         than worrying about sys/time.h.
190         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
191         Don't bother worrying about TIME_WITH_SYS_TIME.
192         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
193         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
194         * m4/sys_time_h.m4: New file.
195         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
196         Don't include sys/time.h.  Return from main rather than exiting.
197         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
198         all uses changed.
199         * modules/gethrxtime (Depends-on): Add sys_time.
200         * modules/gettime (Depends-on): Likewise.
201         * modules/gettimeofday (Depends-on): Likewise.
202         * modules/nanosleep (Depends-on): Likewise.
203         * modules/settime (Depends-on): Likewise.
204         * modules/tempname (Depends-on): Likewise.
205         * modules/utimens (Depends-on): Likewise.
206         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
207         (Include:) Change back to <sys/time.h>.
208         (Maintainer:) Add self.
209         * modules/sys_time: New file.
210         * modules/tempname (Depends-on): Add gettimeofday.
211         * tests/test-gettimeofday.c: Include <sys/time.h>
212         rather than gettimeofday.h.
213
214 2007-01-17  Bruno Haible  <bruno@clisp.org>
215
216         * gnulib-tool (func_get_license): Revert last patch. Instead, let
217         the license default to GPL.
218         (func_create_testdir): Don't complain if a module is LGPL and its
219         tests module depends on GPLed modules.
220
221 2007-01-17  Bruno Haible  <bruno@clisp.org>
222
223         * lib/gettimeofday.c (gettimeofday): Add code for the case
224         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
225         maximum possible value for tv->tv_usec, rather than the minimum one.
226
227 2005-10-08  Martin Lambers  <marlam@marlam.de>
228 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
229 2007-01-16  Bruno Haible  <bruno@clisp.org>
230
231         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
232         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
233         gl_FUNC_GETTIMEOFDAY.
234         (Include): Add gettimeofday.h.
235         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
236         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
237         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
238         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
239         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
240         * lib/gettimeofday.h: New file.
241         * lib/gettimeofday.c: Include <sys/timeb.h>.
242         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
243         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
244         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
245         fall back on time().
246
247         * tests/test-gettimeofday.c: New file.
248         * modules/gettimeofday-tests: New file.
249
250 2007-01-16  Eric Blake  <ebb9@byu.net>
251
252         * modules/fnmatch (Depends-on): Depend on wchar.
253         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
254         * m4/fnmatch.m4: Likewise.
255         * modules/mbchar (Makefile.am): Assume <wchar.h>.
256         * m4/mbchar.m4: Likewise.
257         * modules/mbswidth (Depends-on): Depend on wchar.
258         * lib/mbswidth.c: Assume <wchar.h>.
259         * m4/mbswidth.m4: Likewise.
260         * modules/quotearg (Depends-on): Depend on wchar.
261         * lib/quotearg.c: Assume <wchar.h>.
262         * m4/quotearg.m4: Likewise.
263         * modules/regex (Depends-on): Depend on wchar.
264         * lib/regex_internal.h: Assume <wchar.h>.
265         * m4/regex.m4: Likewise.
266         * modules/stdint (Depends-on): Depend on wchar.
267         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
268         * m4/stdint.m4: Likewise.
269         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
270         * modules/strftime (Depends-on): Depend on wchar.
271         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
272         * modules/strtol (Depends-on): Depend on wchar.
273         * lib/strtol.c: Assume <wchar.h>.
274         * modules/wcwidth (Depends-on): Depend on wchar.
275         * lib/wcwidth.h: Assume <wchar.h>.
276         * m4/wcwidth.m4: Likewise.
277
278 2007-01-16  Bruno Haible  <bruno@clisp.org>
279
280         * modules/csharpexec-script: New, created from...
281         * modules/csharpexec: ... this.
282
283 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
284
285         * modules/javaexec-script: New, created from...
286         * modules/javaexec: ... this.
287
288 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
289
290         * modules/poll (Dependencies): Add sys_select.
291
292 2007-01-15  Jim Meyering  <jim@meyering.net>
293
294         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
295         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
296         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
297         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
298
299 2007-01-15  Bruno Haible  <bruno@clisp.org>
300
301         * modules/striconveh: New file.
302         * lib/striconveh.h: New file.
303         * lib/striconveh.c: New file.
304         * MODULES.html.sh (Internationalization functions): Add striconveh.
305
306         * modules/striconveh-tests: New file.
307         * tests/test-striconveh.c: New file.
308
309 2007-01-15  Bruno Haible  <bruno@clisp.org>
310
311         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
312         not from GNU libiconv or GNU libc.
313
314 2007-01-15  Bruno Haible  <bruno@clisp.org>
315
316         * doc/gnulib-intro.texi (Copyright): Explain the different license
317         terms for module descriptions, autoconf macros, tests, documentation.
318
319 2007-01-14  Bruno Haible  <bruno@clisp.org>
320
321         * modules/striconv-tests: New file.
322         * tests/test-striconv.c: New file.
323
324 2007-01-14  Bruno Haible  <bruno@clisp.org>
325
326         * modules/iconv-tests: New file.
327         * tests/test-iconv.c: New file.
328
329 2007-01-14  Bruno Haible  <bruno@clisp.org>
330
331         * gnulib-tool (func_get_license): For test modules, use the license of
332         the main module.
333
334 2007-01-14  Bruno Haible  <bruno@clisp.org>
335
336         * modules/iconv (Include): Clarify that <iconv.h> can only be included
337         if iconv is found to exist.
338
339 2007-01-14  Bruno Haible  <bruno@clisp.org>
340
341         * modules/c-ctype-tests: New file.
342         * tests/test-c-ctype.c: New file.
343
344 2007-01-14  Bruno Haible  <bruno@clisp.org>
345
346         * modules/binary-io-tests: New file.
347         * tests/test-binary-io.sh: New file.
348         * tests/test-binary-io.c: New file.
349
350 2007-01-14  Bruno Haible  <bruno@clisp.org>
351
352         * modules/array-oset-tests: New file.
353         * tests/test-array_oset.c: New file.
354
355 2007-01-14  Bruno Haible  <bruno@clisp.org>
356
357         * modules/array-list-tests: New file.
358         * tests/test-array_list.c: New file.
359
360 2007-01-14  Bruno Haible  <bruno@clisp.org>
361
362         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
363         and make.
364         Reported by Simon Josefsson in
365         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
366
367 2007-01-14  Bruno Haible  <bruno@clisp.org>
368
369         * modules/allocsa-tests: New file.
370         * tests/test-allocsa.c: New file.
371
372 2007-01-14  Bruno Haible  <bruno@clisp.org>
373
374         * modules/fchdir (Depends-on): Add absolute-header.
375         * modules/unistd (Depends-on): Likewise.
376
377 2006-12-30  Bruno Haible  <bruno@clisp.org>
378
379         * modules/fchdir: New file.
380         * modules/unistd (Files): Add lib/unistd_.h.
381         (Makefile.am): Generate unistd.h from unistd_.h.
382         * lib/fchdir.c: New file.
383         * lib/dirent_.h: New file.
384         * lib/unistd_.h: New file.
385         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
386         * m4/fchdir.m4: New file.
387         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
388         (gl_HEADER_UNISTD): Invoke it.
389         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
390         function.
391         * lib/backupfile.c (opendir, closedir): Undefine.
392         * lib/chown.c (open, close): Undefine.
393         * lib/clean-temp.c (open, close): Undefine.
394         * lib/copy-file.c (open, close): Undefine.
395         * lib/execute.c (open, close): Undefine.
396         * lib/fsusage.c (open, close): Undefine.
397         * lib/gc-gnulib.c (open, close): Undefine.
398         * lib/getcwd.c (opendir, closedir): Undefine.
399         * lib/glob.c (opendir, closedir): Undefine.
400         * lib/javacomp.c (open, close): Undefine.
401         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
402         * lib/openat-proc.c (open, close): Undefine.
403         * lib/pagealign_alloc.c (open, close): Undefine.
404         * lib/pipe.c (open, close): Undefine.
405         * lib/progreloc.c (open, close): Undefine.
406         * lib/savedir.c (opendir, closedir): Undefine.
407         * lib/utime.c (open, close): Undefine.
408         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
409
410 2007-01-10  Bruno Haible  <bruno@clisp.org>
411
412         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
413
414 2007-01-12  Eric Blake  <ebb9@byu.net>
415
416         Provide a robust <wchar.h>.  Further simplifications are now
417         possible in other modules, but not included here.
418         * modules/wchar: New module.
419         * m4/wchar.m4: New file.
420         * lib/wchar_.h: Likewise.
421         * modules/mbchar (Depends-on): Depend on wchar, as the first use
422         of the new module.
423         * MODULES.html.sh (Extended multibyte and wide character utilities):
424         New section.
425
426 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
427
428         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
429         to a reasonable default for memory allocation.
430         (xreadlink): Don't allocate a huge buffer, to work around a buggy
431         file system that reports garbage st_size values for symlinks.
432         Problem reported by Liyang Hu.
433
434 2007-01-11  Simon Josefsson  <simon@josefsson.org>
435
436         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
437         Emacs .#* auto-save files).
438
439 2007-01-11  Bruno Haible  <bruno@clisp.org>
440
441         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
442         directory.
443
444 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
445
446         Use @...@ consistently in lib/wctype_.h.
447         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
448         on it being set to 1 or 0.
449         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
450         go back to AC_SUBSTing it.
451         * modules/wctype (Makefile.am): Undo previous change.
452
453 2007-01-10  Eric Blake  <ebb9@byu.net>
454
455         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
456         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
457         * modules/wctype (Makefile.am): Likewise.
458         Reported by Chris McGuire.
459
460 2007-01-10  Jim Meyering  <jim@meyering.net>
461
462         fts.c: a small readability/maintainability improvement
463         * lib/fts.c (fts_read): Make this code slightly more readable and
464         maintainable by hoisting the "sp->fts_cur = p" assignments to
465         immediately follow the statements that set P.  Derived from
466         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
467
468 2007-01-10  Eric Blake  <ebb9@byu.net>
469
470         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
471         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
472         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
473         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
474         Reported by Chris McGuire.
475
476 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
477
478         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
479         in sed script.
480
481 2007-01-09  Bruno Haible  <bruno@clisp.org>
482
483         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
484         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
485         variables.
486         (func_module): Use them.
487
488 2007-01-09  Bruno Haible  <bruno@clisp.org>
489
490         * modules/unistr/base: New file.
491         * lib/unistr.h: New file.
492
493         * modules/unistr/u8-to-u16: New file.
494         * lib/unistr/u8-to-u16.c: New file.
495
496         * modules/unistr/u8-to-u32: New file.
497         * lib/unistr/u8-to-u32.c: New file.
498
499         * modules/unistr/u16-to-u8: New file.
500         * lib/unistr/u16-to-u8.c: New file.
501
502         * modules/unistr/u16-to-u32: New file.
503         * lib/unistr/u16-to-u32.c: New file.
504
505         * modules/unistr/u32-to-u8: New file.
506         * lib/unistr/u32-to-u8.c: New file.
507
508         * modules/unistr/u32-to-u16: New file.
509         * lib/unistr/u32-to-u16.c: New file.
510
511         * modules/unistr/u8-check: New file.
512         * modules/unistr/u16-check: New file.
513         * modules/unistr/u32-check: New file.
514         * lib/unistr/u8-check.c: New file.
515         * lib/unistr/u16-check.c: New file.
516         * lib/unistr/u32-check.c: New file.
517
518         * modules/unistr/u8-chr: New file.
519         * modules/unistr/u16-chr: New file.
520         * modules/unistr/u32-chr: New file.
521         * lib/unistr/u8-chr.c: New file.
522         * lib/unistr/u16-chr.c: New file.
523         * lib/unistr/u32-chr.c: New file.
524
525         * modules/unistr/u8-cmp: New file.
526         * modules/unistr/u16-cmp: New file.
527         * modules/unistr/u32-cmp: New file.
528         * lib/unistr/u8-cmp.c: New file.
529         * lib/unistr/u16-cmp.c: New file.
530         * lib/unistr/u32-cmp.c: New file.
531
532         * modules/unistr/u8-cpy: New file.
533         * modules/unistr/u16-cpy: New file.
534         * modules/unistr/u32-cpy: New file.
535         * lib/unistr/u8-cpy.c: New file.
536         * lib/unistr/u16-cpy.c: New file.
537         * lib/unistr/u32-cpy.c: New file.
538         * lib/unistr/u-cpy.h: New file.
539
540         * modules/unistr/u8-cpy-alloc: New file.
541         * modules/unistr/u16-cpy-alloc: New file.
542         * modules/unistr/u32-cpy-alloc: New file.
543         * lib/unistr/u8-cpy-alloc.c: New file.
544         * lib/unistr/u16-cpy-alloc.c: New file.
545         * lib/unistr/u32-cpy-alloc.c: New file.
546         * lib/unistr/u-cpy-alloc.h: New file.
547
548         * modules/unistr/u8-endswith: New file.
549         * modules/unistr/u16-endswith: New file.
550         * modules/unistr/u32-endswith: New file.
551         * lib/unistr/u8-endswith.c: New file.
552         * lib/unistr/u16-endswith.c: New file.
553         * lib/unistr/u32-endswith.c: New file.
554         * lib/unistr/u-endswith.h: New file.
555
556         * modules/unistr/u8-mblen: New file.
557         * modules/unistr/u16-mblen: New file.
558         * modules/unistr/u32-mblen: New file.
559         * lib/unistr/u8-mblen.c: New file.
560         * lib/unistr/u16-mblen.c: New file.
561         * lib/unistr/u32-mblen.c: New file.
562
563         * modules/unistr/u8-mbtouc: New file.
564         * modules/unistr/u16-mbtouc: New file.
565         * modules/unistr/u32-mbtouc: New file.
566         * lib/unistr/u8-mbtouc.c: New file.
567         * lib/unistr/u16-mbtouc.c: New file.
568         * lib/unistr/u32-mbtouc.c: New file.
569
570         * modules/unistr/u8-mbtouc-safe: New file.
571         * modules/unistr/u16-mbtouc-safe: New file.
572         * modules/unistr/u32-mbtouc-safe: New file.
573         * lib/unistr/u8-mbtouc-safe.c: New file.
574         * lib/unistr/u16-mbtouc-safe.c: New file.
575         * lib/unistr/u32-mbtouc-safe.c: New file.
576
577         * modules/unistr/u8-move: New file.
578         * modules/unistr/u16-move: New file.
579         * modules/unistr/u32-move: New file.
580         * lib/unistr/u8-move.c: New file.
581         * lib/unistr/u16-move.c: New file.
582         * lib/unistr/u32-move.c: New file.
583         * lib/unistr/u-move.h: New file.
584
585         * modules/unistr/u8-next: New file.
586         * modules/unistr/u16-next: New file.
587         * modules/unistr/u32-next: New file.
588         * lib/unistr/u8-next.c: New file.
589         * lib/unistr/u16-next.c: New file.
590         * lib/unistr/u32-next.c: New file.
591
592         * modules/unistr/u8-prev: New file.
593         * modules/unistr/u16-prev: New file.
594         * modules/unistr/u32-prev: New file.
595         * lib/unistr/u8-prev.c: New file.
596         * lib/unistr/u16-prev.c: New file.
597         * lib/unistr/u32-prev.c: New file.
598
599         * modules/unistr/u8-set: New file.
600         * modules/unistr/u16-set: New file.
601         * modules/unistr/u32-set: New file.
602         * lib/unistr/u8-set.c: New file.
603         * lib/unistr/u16-set.c: New file.
604         * lib/unistr/u32-set.c: New file.
605         * lib/unistr/u-set.h: New file.
606
607         * modules/unistr/u8-startswith: New file.
608         * modules/unistr/u16-startswith: New file.
609         * modules/unistr/u32-startswith: New file.
610         * lib/unistr/u8-startswith.c: New file.
611         * lib/unistr/u16-startswith.c: New file.
612         * lib/unistr/u32-startswith.c: New file.
613         * lib/unistr/u-startswith.h: New file.
614
615         * modules/unistr/u8-stpcpy: New file.
616         * modules/unistr/u16-stpcpy: New file.
617         * modules/unistr/u32-stpcpy: New file.
618         * lib/unistr/u8-stpcpy.c: New file.
619         * lib/unistr/u16-stpcpy.c: New file.
620         * lib/unistr/u32-stpcpy.c: New file.
621         * lib/unistr/u-stpcpy.h: New file.
622
623         * modules/unistr/u8-stpncpy: New file.
624         * modules/unistr/u16-stpncpy: New file.
625         * modules/unistr/u32-stpncpy: New file.
626         * lib/unistr/u8-stpncpy.c: New file.
627         * lib/unistr/u16-stpncpy.c: New file.
628         * lib/unistr/u32-stpncpy.c: New file.
629         * lib/unistr/u-stpncpy.h: New file.
630
631         * modules/unistr/u8-strcat: New file.
632         * modules/unistr/u16-strcat: New file.
633         * modules/unistr/u32-strcat: New file.
634         * lib/unistr/u8-strcat.c: New file.
635         * lib/unistr/u16-strcat.c: New file.
636         * lib/unistr/u32-strcat.c: New file.
637         * lib/unistr/u-strcat.h: New file.
638
639         * modules/unistr/u8-strchr: New file.
640         * modules/unistr/u16-strchr: New file.
641         * modules/unistr/u32-strchr: New file.
642         * lib/unistr/u8-strchr.c: New file.
643         * lib/unistr/u16-strchr.c: New file.
644         * lib/unistr/u32-strchr.c: New file.
645
646         * modules/unistr/u8-strcmp: New file.
647         * modules/unistr/u16-strcmp: New file.
648         * modules/unistr/u32-strcmp: New file.
649         * lib/unistr/u8-strcmp.c: New file.
650         * lib/unistr/u16-strcmp.c: New file.
651         * lib/unistr/u32-strcmp.c: New file.
652
653         * modules/unistr/u8-strcpy: New file.
654         * modules/unistr/u16-strcpy: New file.
655         * modules/unistr/u32-strcpy: New file.
656         * lib/unistr/u8-strcpy.c: New file.
657         * lib/unistr/u16-strcpy.c: New file.
658         * lib/unistr/u32-strcpy.c: New file.
659         * lib/unistr/u-strcpy.h: New file.
660
661         * modules/unistr/u8-strcspn: New file.
662         * modules/unistr/u16-strcspn: New file.
663         * modules/unistr/u32-strcspn: New file.
664         * lib/unistr/u8-strcspn.c: New file.
665         * lib/unistr/u16-strcspn.c: New file.
666         * lib/unistr/u32-strcspn.c: New file.
667         * lib/unistr/u-strcspn.h: New file.
668
669         * modules/unistr/u8-strdup: New file.
670         * modules/unistr/u16-strdup: New file.
671         * modules/unistr/u32-strdup: New file.
672         * lib/unistr/u8-strdup.c: New file.
673         * lib/unistr/u16-strdup.c: New file.
674         * lib/unistr/u32-strdup.c: New file.
675         * lib/unistr/u-strdup.h: New file.
676
677         * modules/unistr/u8-strlen: New file.
678         * modules/unistr/u16-strlen: New file.
679         * modules/unistr/u32-strlen: New file.
680         * lib/unistr/u8-strlen.c: New file.
681         * lib/unistr/u16-strlen.c: New file.
682         * lib/unistr/u32-strlen.c: New file.
683         * lib/unistr/u-strlen.h: New file.
684
685         * modules/unistr/u8-strmblen: New file.
686         * modules/unistr/u16-strmblen: New file.
687         * modules/unistr/u32-strmblen: New file.
688         * lib/unistr/u8-strmblen.c: New file.
689         * lib/unistr/u16-strmblen.c: New file.
690         * lib/unistr/u32-strmblen.c: New file.
691
692         * modules/unistr/u8-strmbtouc: New file.
693         * modules/unistr/u16-strmbtouc: New file.
694         * modules/unistr/u32-strmbtouc: New file.
695         * lib/unistr/u8-strmbtouc.c: New file.
696         * lib/unistr/u16-strmbtouc.c: New file.
697         * lib/unistr/u32-strmbtouc.c: New file.
698
699         * modules/unistr/u8-strncat: New file.
700         * modules/unistr/u16-strncat: New file.
701         * modules/unistr/u32-strncat: New file.
702         * lib/unistr/u8-strncat.c: New file.
703         * lib/unistr/u16-strncat.c: New file.
704         * lib/unistr/u32-strncat.c: New file.
705         * lib/unistr/u-strncat.h: New file.
706
707         * modules/unistr/u8-strncmp: New file.
708         * modules/unistr/u16-strncmp: New file.
709         * modules/unistr/u32-strncmp: New file.
710         * lib/unistr/u8-strncmp.c: New file.
711         * lib/unistr/u16-strncmp.c: New file.
712         * lib/unistr/u32-strncmp.c: New file.
713
714         * modules/unistr/u8-strncpy: New file.
715         * modules/unistr/u16-strncpy: New file.
716         * modules/unistr/u32-strncpy: New file.
717         * lib/unistr/u8-strncpy.c: New file.
718         * lib/unistr/u16-strncpy.c: New file.
719         * lib/unistr/u32-strncpy.c: New file.
720         * lib/unistr/u-strncpy.h: New file.
721
722         * modules/unistr/u8-strnlen: New file.
723         * modules/unistr/u16-strnlen: New file.
724         * modules/unistr/u32-strnlen: New file.
725         * lib/unistr/u8-strnlen.c: New file.
726         * lib/unistr/u16-strnlen.c: New file.
727         * lib/unistr/u32-strnlen.c: New file.
728         * lib/unistr/u-strnlen.h: New file.
729
730         * modules/unistr/u8-strpbrk: New file.
731         * modules/unistr/u16-strpbrk: New file.
732         * modules/unistr/u32-strpbrk: New file.
733         * lib/unistr/u8-strpbrk.c: New file.
734         * lib/unistr/u16-strpbrk.c: New file.
735         * lib/unistr/u32-strpbrk.c: New file.
736         * lib/unistr/u-strpbrk.h: New file.
737
738         * modules/unistr/u8-strrchr: New file.
739         * modules/unistr/u16-strrchr: New file.
740         * modules/unistr/u32-strrchr: New file.
741         * lib/unistr/u8-strrchr.c: New file.
742         * lib/unistr/u16-strrchr.c: New file.
743         * lib/unistr/u32-strrchr.c: New file.
744
745         * modules/unistr/u8-strspn: New file.
746         * modules/unistr/u16-strspn: New file.
747         * modules/unistr/u32-strspn: New file.
748         * lib/unistr/u8-strspn.c: New file.
749         * lib/unistr/u16-strspn.c: New file.
750         * lib/unistr/u32-strspn.c: New file.
751         * lib/unistr/u-strspn.h: New file.
752
753         * modules/unistr/u8-strstr: New file.
754         * modules/unistr/u16-strstr: New file.
755         * modules/unistr/u32-strstr: New file.
756         * lib/unistr/u8-strstr.c: New file.
757         * lib/unistr/u16-strstr.c: New file.
758         * lib/unistr/u32-strstr.c: New file.
759         * lib/unistr/u-strstr.h: New file.
760
761         * modules/unistr/u8-strtok: New file.
762         * modules/unistr/u16-strtok: New file.
763         * modules/unistr/u32-strtok: New file.
764         * lib/unistr/u8-strtok.c: New file.
765         * lib/unistr/u16-strtok.c: New file.
766         * lib/unistr/u32-strtok.c: New file.
767         * lib/unistr/u-strtok.h: New file.
768
769         * modules/unistr/u8-uctomb: New file.
770         * modules/unistr/u16-uctomb: New file.
771         * modules/unistr/u32-uctomb: New file.
772         * lib/unistr/u8-uctomb.c: New file.
773         * lib/unistr/u16-uctomb.c: New file.
774         * lib/unistr/u32-uctomb.c: New file.
775
776         * MODULES.html.sh (Unicode string functions): Add the new modules.
777
778 2007-01-08  Bruno Haible  <bruno@clisp.org>
779
780         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
781         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
782         subdirectories.
783
784 2007-01-08  Karl Berry  <karl@gnu.org>
785
786         * doc/error.texi: mention that main() fns must set program_name
787         when progname is used.
788
789 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
790
791         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
792         WCTYPE_H is empty, for the benefit of builds from non-distclean
793         directories.  Problem reported by Eric Blake in
794         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
795
796 2007-01-08  Bruno Haible  <bruno@clisp.org>
797
798         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
799         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
800         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
801         PROVIDE_CANONICALIZE_FILENAME_MODE.
802         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
803
804 2007-01-08  Bruno Haible  <bruno@clisp.org>
805
806         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
807         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
808         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
809         * lib/fts.c: Likewise.
810         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
811
812 2006-12-25  Bruno Haible  <bruno@clisp.org>
813
814         * modules/utf8-ucs4-safe: New file.
815         * lib/utf8-ucs4-safe.h: New file.
816         * lib/unistr/utf8-ucs4-safe.c: New file.
817
818         * modules/utf16-ucs4-safe: New file.
819         * lib/utf16-ucs4-safe.h: New file.
820         * lib/unistr/utf16-ucs4-safe.c: New file.
821
822         * MODULES.html.sh (Unicode string functions): Add the new modules.
823
824 2007-01-08  Bruno Haible  <bruno@clisp.org>
825
826         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
827         (Depends-on): Add unitypes.
828         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
829         (u8_mbtouc_aux): Move out to separate file.
830         (u8_mbtouc): Use ucs4_t, uint8_t types.
831         * lib/unistr/utf8-ucs4.c: New file.
832
833         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
834         (Depends-on): Add unitypes.
835         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
836         (u16_mbtouc_aux): Move out to separate file.
837         (u16_mbtouc): Use ucs4_t, uint16_t types.
838         * lib/unistr/utf16-ucs4.c: New file.
839
840         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
841         (Depends-on): Add unitypes.
842         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
843         (u8_uctomb_aux): Move out to separate file.
844         (u8_uctomb): Use ucs4_t, uint8_t types.
845         * lib/unistr/ucs4-utf8.c: New file.
846
847         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
848         (Depends-on): Add unitypes.
849         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
850         (u16_uctomb_aux): Move out to separate file.
851         (u16_uctomb): Use ucs4_t, uint16_t types.
852         * lib/unistr/ucs4-utf16.c: New file.
853
854 2006-12-25  Bruno Haible  <bruno@clisp.org>
855
856         * modules/unitypes: New file.
857         * lib/unitypes.h: New file.
858         * MODULES.html.sh (func_all_modules): New section "Unicode string
859         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
860         this section. Add unitypes.
861
862 2007-01-08  Bruno Haible  <bruno@clisp.org>
863
864         Avoid variable names that conflict with those from libtool.
865         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
866         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
867         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
868         library_names_spec to acl_library_names_spec, hardcode_* to
869         acl_hardcode_*.
870         Reported by Ralf Wildenhues.
871
872 2007-01-08  Bruno Haible  <bruno@clisp.org>
873
874         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
875         definition.
876         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
877         definition.
878         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
879         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
880         definition.
881         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
882         definition.
883         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
884         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
885         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
886         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
887         definition.
888         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
889         definition.
890         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
891         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
892         GC_USE_<algorithm>.
893         * lib/gc-libgcrypt.c: Likewise.
894         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
895         * modules/gc-arctwo (configure.ac): Likewise.
896         * modules/gc-des (configure.ac): Likewise.
897         * modules/gc-hmac-md5 (configure.ac): Likewise.
898         * modules/gc-hmac-sha1 (configure.ac): Likewise.
899         * modules/gc-md2 (configure.ac): Likewise.
900         * modules/gc-md4 (configure.ac): Likewise.
901         * modules/gc-md5 (configure.ac): Likewise.
902         * modules/gc-random (configure.ac): Likewise.
903         * modules/gc-rijndael (configure.ac): Likewise.
904         * modules/gc-sha1 (configure.ac): Likewise.
905
906 2007-01-08  Bruno Haible  <bruno@clisp.org>
907
908         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
909         macro definition.
910         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
911         definition.
912         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
913         definition.
914         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
915         * modules/fcntl-safer (configure.ac): Likewise.
916         * modules/fopen-safer (configure.ac): Likewise.
917         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
918         GNULIB_FWRITEERROR macro definition.
919
920 2007-01-08  Bruno Haible  <bruno@clisp.org>
921
922         * m4/gnulib-common.m4: New file.
923         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
924         (func_get_filelist): Add m4/gnulib-common.m4.
925
926 2007-01-08  Bruno Haible  <bruno@clisp.org>
927
928         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
929         command.
930
931 2007-01-08  Jim Meyering  <jim@meyering.net>
932
933         Use a more robust test for a "can't happen" condition.
934         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
935         narrowed the st_size value.  Presuming the "can't happen" condition
936         is true, that narrowing could conceivably convert an invalid st_size
937         value into a valid one.  Instead, use a change based on Matthew
938         Woehlke's original patch.
939
940         Slight readability improvement: use an assert-like macro
941         in place of literal "abort ()" uses.
942         * lib/fts.c (fts_assert): Define.
943         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
944         Use this macro instead of a bare 'abort'.
945
946 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
947
948         Don't worry about using IRIX 5.3's wctype.h broken definitions;
949         simply work around them.
950         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
951         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
952         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
953         Don't bother to define as macros, since the standard doesn't require it.
954         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
955         longer worry about IRIX 5.3.
956         (HAVE_WCTYPE_CTMP_BUG): Remove.
957
958 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
959
960         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
961         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
962         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
963         Problems reported by Georg Schwarz for IRIX 5.3.
964
965         * gnulib-tool (autoconf_minversion): Take the maximum version number
966         found, not the minimum.  Problem reported by James Youngman.
967
968 2007-01-03  Karl Berry  <karl@gnu.org>
969
970         * doc/error.texi: new file, explaining interaction with progname.
971         * doc/gnulib.texi: include it.  Update copyright.
972
973 2007-01-03  Simon Josefsson  <simon@josefsson.org>
974
975         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
976         AC_CANONICAL_HOST, to improve autobuild outputs.
977
978 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
979             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
980
981         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
982         sockets, server sockets, and other file descriptors.  Count errors
983         to compute the return value.  Reorder the code a bit to be easier
984         to follow.  Don't set event bits that were not requested (except
985         POLLERR and POLLHUP).
986
987 2007-01-01  Bruno Haible  <bruno@clisp.org>
988
989         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
990
991 2007-01-03  Jim Meyering  <jim@meyering.net>
992
993         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
994
995 2007-01-02  Bruno Haible  <bruno@clisp.org>
996
997         * modules/settime (Include): Require timespec.h.
998         * modules/nanosleep (Include): Likewise.
999
1000 2007-01-01  Bruno Haible  <bruno@clisp.org>
1001
1002         * gnulib-tool (func_emit_copyright_notice): Bump year.
1003         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1004
1005 2007-01-01  Bruno Haible  <bruno@clisp.org>
1006
1007         Improve support for OpenBSD.
1008         * build-aux/config.rpath (libname_spec): Export.
1009         (library_names_spec): New variable. Export.
1010         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1011         library_names_spec from the config.rpath output. Locate shared library
1012         through the name pattern in library_names_spec.
1013
1014 2007-01-01  Eric Blake  <ebb9@byu.net>
1015
1016         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1017
1018 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1019
1020         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1021         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1022         assume the C locale, and avoid an "eval" that could cause trouble.
1023         Problem with SORT reported by Bob Proulx.
1024
1025         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1026         Define.  Trivial patch from Henning Nielsen Lund, originally
1027         sent to bug-grep@gnu.org today.
1028
1029 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1030
1031         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1032         struct stat.  Problem reported by Henning Nielsen Lund.
1033         * lib/acl.c: Include acl.h first, to check interface.  Don't
1034         bother to include sys/types.h and sys/stat.h again.
1035
1036 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1037
1038         Import the following change from libc; problem reported by
1039         Sven Verdoolaege.
1040
1041         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1042
1043         [BZ #1373]
1044         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1045
1046 2006-12-28  Jim Meyering  <jim@meyering.net>
1047
1048         * build-aux/announce-gen: Do not assume that the package
1049         builds any of tar.gz, tar.bz2, and .xdelta files.
1050         Suggestion from Simon Josefsson.
1051
1052 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1053
1054         * modules/announce-gen: New file.
1055
1056 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1057
1058         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1059         handles its gotchas now.
1060         * lib/mbswidth.c: Likewise.
1061         * lib/wcwidth.h: Likewise.
1062         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1063         and iswcntrl; the wctype module does this stuff now.
1064         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1065         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1066         * modules/mbchar (Depends-on): Add wctype.
1067         * modules/mbswidth (Depends-on): Likewise.
1068         * modules/wcwidth (Depends-on): Likewise.
1069
1070 2006-12-27  Eric Blake  <ebb9@byu.net>
1071
1072         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1073         module uses more than what <wctype.h> is required to provide.
1074
1075 2006-12-26  Eric Blake  <ebb9@byu.net>
1076
1077         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1078
1079 2006-12-26  Eric Blake  <ebb9@byu.net>
1080
1081         * modules/absolute-header: New module.
1082         * modules/fcntl (Depends-on): Depend on it.
1083         * modules/inttypes (Depends-on): Likewise.
1084         * modules/stdint (Depends-on): Likewise.
1085         * modules/sys_stat (Depends-on): Likewise.
1086         * modules/wctype (Depends-on): Likewise.
1087         * MODULES.html.sh (Support for building libraries and
1088         executables): Document it.
1089
1090 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1091
1092         * gnulib-tool (SED): Remove, undoing previous change.
1093         The problem was that it broke coreutils on Solaris, because
1094         "sed --posix" leaked into a makefile.
1095         (sed): New alias, if 'alias' and GNU sed.
1096
1097 2006-12-24  Jim Meyering  <jim@meyering.net>
1098
1099         Work around an fchownat bug in glibc-2.4:
1100         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
1101         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
1102         in spite of the -P option.
1103         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
1104         New macros.
1105         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
1106         * modules/openat (Files): Add lib/fchownat.c.
1107         * lib/openat.c (fchownat): Don't define here.  Move to...
1108         * lib/fchownat.c: ...this new file.
1109
1110 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1111
1112         Fix bug reported by Bruno Haible in
1113         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
1114         where quotearg.c didn't compile on Mac OS X 10.2 because it
1115         lacks <wchar.h> and wint_t.
1116         * lib/wctype_.h (__wctype_wint_t): New type.
1117         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
1118         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
1119         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
1120         Arg is now of type __wctype_wint_t, not wint_t.
1121         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
1122         substitute HAVE_WINT_T.
1123         * modules/wctype (Files): Add m4/wint_t.m4.
1124         (wctype.h): Substitute HAVE_WINT_T.
1125
1126 2006-12-23  Bruno Haible  <bruno@clisp.org>
1127
1128         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
1129
1130 2006-12-23  Bruno Haible  <bruno@clisp.org>
1131
1132         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
1133         S_ISLNK.
1134         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
1135         mingw.
1136
1137 2006-12-22  Bruno Haible  <bruno@clisp.org>
1138
1139         * lib/copy-file.c: Include acl.h.
1140         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
1141         Close the file descriptors only after being done with copy_acl.
1142         * modules/copy-file (Depends-on): Add acl.
1143
1144 2006-12-22  Bruno Haible  <bruno@clisp.org>
1145
1146         * gnulib-tool (SED): New variable.
1147         Use $SED instead of sed everywhere.
1148
1149 2006-12-22  Bruno Haible  <bruno@clisp.org>
1150
1151         * modules/no-c++: New file.
1152         * m4/no-c++.m4: New file.
1153         * MODULES.html.sh (Support for building libraries and executables):
1154         Add no-c++.
1155
1156 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
1157
1158         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1159         Include <limits.h>, and use its INT_MAX to rewrite the
1160         j loop so that it does not overflow 'int'.  Problem reported by
1161         Ralf Wildenhues in
1162         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
1163         Play it safe by shifting left by 1 rather than multiplying by 2,
1164         as GCC is less likely to optimize this away when the value
1165         is signed (when it assumes overflow leads to undefined behavior).
1166         Also, don't assume time_t uses two's complement.
1167
1168 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1169
1170         * MODULES.html.sh: New module wctype.
1171         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
1172         * lib/fnmatch.c: Don't bother to include <wchar.h> before
1173         <wctype.h>, since the new wctype module should fix this.
1174         * lib/quotearg.c: Include <wctype.h> unconditionally, since
1175         the wctype module should arrange for it.
1176         * lib/regex_internal.h: Likewise.
1177         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
1178         since the wctype module should handle this now.
1179         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
1180         * modules/fnmatch (Depends-on): Add wctype.
1181         * modules/quotearg (Depends-on): Likewise.
1182         * modules/regex (Depends-on): Likewise.
1183
1184 2006-12-19  Bruno Haible  <bruno@clisp.org>
1185
1186         * lib/strdup.h [C++]: Wrap definitions in extern "C".
1187         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
1188
1189 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1190
1191         * modules/savewd (Depends-on): Fix dependency on fcntl.
1192
1193 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1194
1195         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
1196         conforms to C99, rather than relying on the user's environment
1197         setting of STDINT_H.
1198
1199 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1200         and Eric Blake  <ebb9@byu.net>
1201
1202         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
1203         This is more consistent with the other defines here.
1204         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
1205         Port to z/OS.  Problem reported by Paul Gilmartin.
1206         Change local vars to use gl_ prefix rather than ac_.
1207         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
1208         with other defines.
1209         * modules/double-slash-root: New module.
1210         * modules/dirname (Files): Remove m4/double-slash-root.m4.
1211         (Depends-on): Add double-slash-root.
1212         * MODULES.html.sh (File system functions): Mention new module.
1213
1214 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1215
1216         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
1217         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
1218         This is for the benefit of gzip, which doesn't do i18n.
1219
1220 2006-12-12  Jim Meyering  <jim@meyering.net>
1221
1222         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
1223         Reported by Andreas Schwab <schwab@suse.de>.
1224
1225 2006-12-12  Bruno Haible  <bruno@clisp.org>
1226
1227         Merge these changes.
1228         2006-09-05  Bruno Haible  <bruno@clisp.org>
1229         * lib/iconvme.c (iconv_string): No need to save and restore errno when
1230         iconv_alloc succeeded.
1231         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
1232         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
1233         test for " && dest " at the end - dest is always != NULL there. Call
1234         iconv with 4xNULL arguments initially, to reset the state. Call iconv
1235         with 2xNULL arguments, also to flush the state storage. Handle the
1236         IRIX iconv behaviour. Realloc the final result, to throw away unused
1237         memory.
1238
1239 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1240
1241         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
1242         and fchmodat unconditionally, since glibc 2.4 has them.
1243         Problem reported by Arkadiusz Miskiewicz.
1244
1245 2006-12-10  Bruno Haible  <bruno@clisp.org>
1246
1247         * gnulib-tool (func_import): Show the include files only for those
1248         modules that are copied and specified.
1249         Reported by Karl Berry.
1250
1251 2006-12-08  Jim Meyering  <jim@meyering.net>
1252
1253         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
1254         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
1255
1256         * build-aux/announce-gen: Add two new options, both optional:
1257         --bootstrap-tools=TOOL_LIST
1258               a comma-separated list of tools, e.g.,
1259               autoconf,automake,bison,gnulib
1260         --gnulib-snapshot-date=DATE
1261               if gnulib is in the bootstrap tool list,
1262               then report this as the snapshot date.
1263               If not specified, use the current date/time.
1264               If you specify a date here, be sure it's UTC.
1265
1266 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1267
1268         * tests/test-argp-2.sh: Fix test to match actual output.
1269         (func_compare): Fix sed script to be portable.
1270
1271 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1272
1273         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
1274         workaround for this case.  It is not autoconfigured now; offhand
1275         it's hard to see how to autoconfigure it.
1276
1277 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1278
1279         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
1280         a directory that is about to be chowned.  Such a directory's
1281         initial file permissions should permit the owner only and this
1282         should not be changed until after the chown, since the group and
1283         other bits would be incorrect if they granted permission before
1284         the chown.
1285
1286         Fix porting problem for iswctype reported by Georg Schwarz in:
1287         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
1288         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
1289         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
1290         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
1291         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1292
1293 2006-12-03  Jim Meyering  <jim@meyering.net>
1294
1295         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
1296         p->fts_statp may not yet be defined.
1297         (fts_read): Instead, set it in the caller, once p->fts_statp is
1298         sure to be defined, and corresponds to a top-level directory.
1299         This bug made du -x fail.  Here's the coreutils test case:
1300         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
1301         Reported by Mike Frysinger.
1302
1303 2006-12-01  Jim Meyering  <jim@meyering.net>
1304
1305         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
1306         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
1307         Reported by Simon Josefsson.
1308
1309 2006-11-30  Jim Meyering  <jim@meyering.net>
1310
1311         * m4/warning.m4: Use the all-permissive copyright notice
1312         recommended by RMS (rather than LGPL).
1313         * m4/vararrays.m4: Likewise.
1314         * m4/flexmember.m4: Likewise.
1315
1316 2006-11-29  Bruno Haible  <bruno@clisp.org>
1317
1318         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1319         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
1320         using +=.
1321         Reported by Simon Josefsson <simon@josefsson.org>.
1322
1323 2006-11-28  James Youngman <jay@gnu.org>
1324
1325         * README: Advise users that they might find the bug-gnulib@gnu.org
1326         and autotools-announce@gnu.org mailing lists useful.
1327
1328 2006-11-28  Bruno Haible  <bruno@clisp.org>
1329
1330         * m4/ptrdiff_max.m4: Remove file.
1331
1332 2006-11-21  Bruno Haible  <bruno@clisp.org>
1333
1334         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
1335         _AC_COMPUTE_INT.
1336         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1337         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
1338         _AC_COMPUTE_INT.
1339         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1340         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
1341         _AC_COMPUTE_INT.
1342         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1343
1344 2006-11-28  Jim Meyering  <jim@meyering.net>
1345
1346         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
1347         warning from "gcc -Wshadow" about shadowing the builtin.
1348
1349 2006-11-27  Bruno Haible  <bruno@clisp.org>
1350
1351         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
1352         _AC_COMPUTE_INT.
1353         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1354
1355 2006-11-27  Bruno Haible  <bruno@clisp.org>
1356             Paul Eggert  <eggert@cs.ucla.edu>
1357
1358         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
1359
1360 2006-11-26  Bruno Haible  <bruno@clisp.org>
1361
1362         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1363         noinst_LTLIBRARIES.
1364
1365 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1366             Bruno Haible  <bruno@clisp.org>
1367
1368         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
1369         if compiling with "gcc -ansi".
1370
1371 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1372
1373         Fix some incompatibilities with gcc -ansi -pedantic.
1374         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
1375         if compiling pedantically with GCC, unless it's C99 or later.
1376         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
1377         it mishandles gcc -ansi -pedantic as well.
1378         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
1379         if gcc -pedantic.
1380         * lib/regexec.c (check_node_accept_bytes): Don't use auto
1381         initializers for struct if -pedantic, unless it's C99 or later.
1382
1383 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
1384
1385         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
1386         Don't close an fd more than once. Identical atimes indicate
1387         success, not failure.
1388
1389 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
1390
1391         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
1392
1393 2006-11-23  Jim Meyering  <jim@meyering.net>
1394
1395         * build-aux/announce-gen: New file.  From coreutils.
1396
1397 2006-11-22  Jim Meyering  <jim@meyering.net>
1398
1399         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
1400         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
1401         (fts_read): Use a temporary to narrow the overused st_size member
1402         before using it in a switch statement.  Reported by Matthew Woehlke.
1403
1404         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
1405         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1406
1407 2006-11-20  Bruno Haible  <bruno@clisp.org>
1408
1409         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
1410         changequote instead of pairs of brackets.
1411         Reported by Andreas Schwab <schwab@suse.de>.
1412
1413 2006-11-21  Jim Meyering  <jim@meyering.net>
1414
1415         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
1416         so as to remain compatible with older compilers.
1417         Patch from Michael Deutschmann.
1418
1419 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1420
1421         * MODULES.html.sh (File system functions): Add openat.
1422
1423         * lib/openat.h (rpl_fstatat): New macro, if
1424         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
1425         (fstatat): Define to rpl_fstatat under the same conditions,
1426         unless COMPILING_FSTATAT.
1427         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
1428         seems to have the bug.
1429         * lib/fstatat.c: New file.
1430         * modules/openat (Files): Add it.
1431
1432 2006-11-20  Bruno Haible  <bruno@clisp.org>
1433
1434         * Makefile: New file.
1435
1436 2006-11-20  Jim Meyering  <jim@meyering.net>
1437
1438         The beginnings of syntax-related checks for gnulib.
1439         * lib/Makefile: New file.
1440         * lib/t-idcache: New script.  Ensure that the two halves of
1441         idcache.c stay in sync.
1442
1443         * lib/idcache.c: Adjust comments in user- and group- portions to
1444         be more accurate, and to be consistent with one another.
1445
1446 2006-11-20  Jim Meyering  <jim@meyering.net>
1447
1448         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
1449         continue using the flexible array member (thus, this module performs
1450         half as many malloc calls), with the addition that...
1451         (getgroup, getuser): Consistently record a non-match via an empty
1452         "name" string, and map an empty string match to a NULL return value.
1453         * modules/idcache (Depends-on): Re-add flexmember.
1454
1455         * lib/idcache.c (getuser): Remove all uses of the register keyword.
1456         (getuidbyname, getgroup, getgidbyname): Likewise.
1457
1458         Use cleaner syntax: NULL rather than 0.
1459         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
1460
1461 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1462
1463         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
1464         It mishandled the case where the group was missing.
1465         Problem reported by Greg Schafer.
1466         * modules/idcache: Likewise.
1467
1468 2006-11-18  Jim Meyering  <jim@meyering.net>
1469
1470         * check-module (%exempt_header): Add exception for some
1471         conditionally-included headers.
1472
1473         * modules/i-ring (Depends-on): Add verify.
1474         (License): Change to LGPL.
1475
1476 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1477
1478         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
1479         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
1480         and inttostr.h.  Use snprintf rather than uinttostr, so that
1481         LGPLed code doesn't depend on GPLed.
1482
1483 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1484
1485         * modules/inline (License): Change from GPL to LGPL.
1486
1487 2006-11-17  Jim Meyering  <jim@meyering.net>
1488
1489         * modules/d-type (License): Switch to LGPL.
1490
1491 2006-11-15  Bruno Haible  <bruno@clisp.org>
1492
1493         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
1494
1495 2006-11-15  Eric Blake  <ebb9@byu.net>
1496
1497         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
1498         the module dependency.
1499
1500 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1501             Bruno Haible  <bruno@clisp.org>
1502
1503         * gnulib-tool (func_create_testdir): Add license consistency check.
1504
1505 2006-11-15  Eric Blake  <ebb9@byu.net>
1506
1507         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
1508         random "(cached)" in configure output.
1509
1510 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1511
1512         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
1513         test for conforming inttypes.h is both announced and cached.
1514
1515         * MODULES.html.sh (seen_modules, seen_files): New variables.
1516         (func_module): Rewrite to use a few less gnulib-tool and sed
1517         invocations.  Avoid a couple of quadratic algorithms for ...
1518         (missed_modules, missed_files): ... these, with ...
1519         (func_append, func_tmpdir): ... these new functions, from
1520         gnulib-tool.  Analogously, install traps for cleanup.
1521
1522         * tests/test-gc.c (main): Remove unused variables.
1523         * tests/test-read-file.c: Include stdlib.h, for 'free'.
1524
1525 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1526
1527         * modules/inttostr (License): Change to LGPL.
1528
1529 2006-11-14  Eric Blake  <ebb9@byu.net>
1530
1531         * modules/tempname (License): Change to LGPL.
1532
1533 2006-11-14  Eric Blake  <ebb9@byu.net>
1534
1535         * doc/functions.texi (Function Portability): *printf functions on
1536         Cygwin now understand all POSIX size specifiers.
1537
1538 2006-11-14  Bruno Haible  <bruno@clisp.org>
1539
1540         * modules/c-ctype (License): Change to LGPL.
1541
1542 2006-11-12  Bruno Haible  <bruno@clisp.org>
1543
1544         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1545         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
1546         for GNOME libraries, for which the include files are installed in
1547         subdirectories of $prefix/include.
1548
1549 2006-11-12  Bruno Haible  <bruno@clisp.org>
1550
1551         * m4/lib-link.m4: Require at least autoconf-2.54.
1552         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
1553         name to underscores for the --with option.
1554
1555 2006-11-13  Bruno Haible  <bruno@clisp.org>
1556
1557         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
1558         the tests directory.
1559         Reported by Ralf Wildenhues.
1560
1561 2006-11-13  Bruno Haible  <bruno@clisp.org>
1562
1563         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
1564         (func_emit_initmacro_end): Undo the override here.
1565         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
1566         Works around the famous automake error in coreutils.
1567
1568 2006-11-13  Eric Blake  <ebb9@byu.net>
1569
1570         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
1571         element, not its node.
1572
1573 2006-11-12  Bruno Haible  <bruno@clisp.org>
1574
1575         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
1576         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
1577
1578 2006-11-12  Bruno Haible  <bruno@clisp.org>
1579
1580         * gnulib-tool: New option --local-symlink.
1581         (func_usage): Document it.
1582         (lsymbolic): New variable.
1583         (func_import, func_create_testdir): If --symlink was not specified,
1584         test whether --local-symlink was specified and the file comes from
1585         the local_gnulib_dir.
1586
1587 2006-11-12  Bruno Haible  <bruno@clisp.org>
1588
1589         * gnulib-tool (func_ln): New function.
1590         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
1591
1592 2006-11-12  Bruno Haible  <bruno@clisp.org>
1593
1594         Finish support for source files in subdirectories.
1595         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
1596         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
1597         AUTOMAKE_OPTIONS.
1598         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
1599
1600 2006-11-12  Bruno Haible  <bruno@clisp.org>
1601
1602         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1603         EXTRA_lib_SOURCES augmentation.
1604         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
1605
1606 2006-11-12  Jim Meyering  <jim@meyering.net>
1607
1608         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
1609         file descriptors.  This also averts a failure on systems with
1610         native openat support when a traversed directory lacks "x" access.
1611         * lib/fts_.h: Include "i-ring.h"
1612         (struct FTS) [fts_fd_ring]: New member.
1613         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
1614         (FCHDIR): Add parentheses.
1615         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
1616         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
1617         When descending, rather than simply closing the previous
1618         fts_cwd_fd value, push that file descriptor onto the ring.
1619         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
1620         (fts_open): Initialize the new fd_ring member.
1621         (fts_close): Clear the ring.
1622         (fts_safe_changedir): When possible, use our new fd_ring to skip
1623         the diropen and fstat and dev/ino comparison that would normally
1624         accompany a virtual `chdir ("..")'.
1625
1626         * modules/fts (Depends-on): Add i-ring.
1627         * modules/i-ring: New module.
1628         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
1629         * m4/i-ring.m4: New file.
1630
1631 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1632
1633         * gnulib-tool (func_create_testdir): Fix replacement of
1634         `build-aux' in configure.ac.  Run autotools in gltests
1635         subdirectory.
1636         (func_create_testdir, func_create_megatestdir, test): There is
1637         no need for '--force' in most autotool invocations in a new
1638         tree.  Actually fail the whole test if any of the tools, or the
1639         configure or make stages fail.
1640
1641         Sync from Automake.
1642         * build-aux/gnupload: Revert last change.  Add pointer to upload
1643         instructions of the GNU Maintenance Instructions.
1644         Suggestion by Karl Berry.
1645
1646 2006-11-10  Jim Meyering  <jim@meyering.net>
1647
1648         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
1649
1650 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1651
1652         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
1653         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
1654         (bind_textdomain_codeset) [! ENABLE_NLS]:
1655         Evaluate all the arguments.  That way, callers get compatible behavior
1656         if the arguments have side effects.  Also, it avoids some GCC
1657         diagnostics in some cases; Joel E. Denny reported problems when Bison
1658         was configured with --enable-gcc-warnigs.
1659
1660 2006-11-10  Jim Meyering  <jim@meyering.net>
1661
1662         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
1663         relevant options in CFLAGS (like -O, -fno-inline) are taken into
1664         account.
1665
1666 2006-11-10  Jim Meyering  <jim@meyering.net>
1667
1668         * modules/inline: New file/module.
1669         * modules/xalloc (Files): Remove m4/inline.m4.
1670         (Depends-on): Add inline, instead.
1671         * modules/oset: Likewise.
1672         * modules/list: Likewise.
1673
1674 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1675
1676         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
1677         Problem reported by Matthew Woehlke.
1678
1679 2006-11-09  Bruno Haible  <bruno@clisp.org>
1680
1681         * lib/tempname.c (gen_tempname): Remove variant that invokes
1682         __gen_tempname.
1683         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
1684         __gen_tempname.
1685
1686 2006-11-08  Bruno Haible  <bruno@clisp.org>
1687
1688         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
1689         to 'yes' instead of 'cross-compiling'.
1690
1691 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1692
1693         * lib/quotearg.h (quotearg_free): New decl.
1694         * lib/quotearg.c (quotearg_free): New function.
1695         (slot0, nslots, slotvec0, slotvec):
1696         Now file-scope so that quotearg_free can get at them.
1697
1698 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1699
1700         Sync from Automake.
1701         * build-aux/gnupload: Add missing 'gnu' to example URL.
1702         Report by Karl Berry.
1703
1704 2006-11-08  Bruno Haible  <bruno@clisp.org>
1705
1706         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
1707         Suggested by Paul Eggert.
1708
1709 2006-11-08  Jim Meyering  <jim@meyering.net>
1710
1711         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
1712         It's already included if !_LIBC.
1713         (fts_safe_changedir): Add a comment.
1714
1715 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1716
1717         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1718         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1719         Matthew Woehlke.
1720
1721         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
1722         definitions up, to avoid colliding with change below.
1723         (static_inline) [HAVE_INLINE]: New macro.
1724         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
1725         Provide extern decls when !HAVE_INLINE.  Do not define unless
1726         static_inline is defined, either by us or by xmalloc.c.  Use
1727         static_inline rather than static inline.
1728         (XCALLOC): Optimize sizeof(T) = 1 case.
1729         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
1730
1731 2006-11-07  Bruno Haible  <bruno@clisp.org>
1732
1733         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
1734         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
1735         AC_C_INLINE.
1736         * modules/xalloc (Files): Add m4/inline.m4.
1737
1738 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1739
1740         * README: Fix typo.
1741         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
1742         (Miscellanous Notes): ...from this.
1743
1744 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1745
1746         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
1747         Mention that offsetof should be used instead of sizeof.
1748         From Bruno Haible.
1749
1750 2006-11-07  Bruno Haible  <bruno@clisp.org>
1751
1752         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
1753
1754 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1755
1756         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1757         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
1758         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1759         (gl_tree_add_before, gl_tree_add_after):
1760         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
1761         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
1762         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1763         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
1764         (gl_linked_add_after, gl_linked_add_at): Likewise.
1765         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
1766         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1767         (gl_tree_add_before, gl_tree_add_after): Likewise.
1768         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
1769         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
1770         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1771
1772 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1773
1774         * lib/gl_oset.h: Use C comment style, not C++ comment style.
1775
1776 2006-11-06  Bruno Haible  <bruno@clisp.org>
1777
1778         * m4/inline.m4: New file.
1779         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
1780         * modules/list (Files): Add m4/inline.m4.
1781         * modules/oset (Files): Likewise.
1782
1783 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1784
1785         * lib/idcache.c: Include <stddef.h>, for offsetof.
1786         (struct userid.name): Change from char * to a flexible array member.
1787         All uses changed.
1788         * modules/idcache (Depends-on): Add flexmember.
1789
1790         * MODULES.html.sh (Core language properties): New module flexmember.
1791         * modules/flexmember, m4/flexmember.m4: New files.
1792
1793         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
1794         inline functions that are identical with the old xnmalloc_inline,
1795         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
1796         that we can avoid some unnecessary integer multiplications and
1797         divisions in the common case where the element size is known at
1798         compile time.
1799         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
1800         needed.
1801         (xnboundedmalloc): Remove.
1802         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
1803         arguments, for consistency with rest of this header.
1804         (xcharalloc): Rewrite using XNMALLOC.
1805         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
1806         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
1807         versions have been moved to lib/xalloc.h and renamed to be the
1808         non-*_inline versions.
1809         (xmalloc, xrealloc): Implement without reference to the xnmalloc
1810         and xnrealloc functions, since those functions are now inline and
1811         now call us.
1812         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
1813         renaming described above.
1814         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
1815         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
1816         captures the dependency in AC_C_INLINE.
1817
1818         New module canonicalize-lgpl, proposed by Charles Wilson in
1819         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
1820         with a few small changes afterwards.
1821         * MODULES.html.sh (File system functions): New module
1822         canonicalize-lgpl.
1823         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
1824         and canonicalize_file_name.
1825         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
1826         * modules/canonicalize-lgpl: New files.
1827
1828 2006-11-05  Bruno Haible  <bruno@clisp.org>
1829
1830         * gnulib-tool (func_import, func_create_testdir): Create directories
1831         also for files in subdirectories of lib/.
1832
1833 2006-11-05  Bruno Haible  <bruno@clisp.org>
1834
1835         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
1836         ANSI C compliant.
1837
1838 2006-11-03  Bruno Haible  <bruno@clisp.org>
1839
1840         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1841         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
1842         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
1843         (xnboundedmalloc): New inline function.
1844         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
1845         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
1846         xmalloc.
1847         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
1848         xmalloc.
1849         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
1850         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
1851         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
1852         xmalloc.
1853         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1854         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
1855         xmalloc.
1856         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
1857         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1858         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
1859         xmalloc.
1860         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1861         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
1862         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1863         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
1864         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
1865         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
1866         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
1867
1868 2006-11-03  Bruno Haible  <bruno@clisp.org>
1869
1870         * lib/c-ctype.h [C++]: Define functions without name mangling.
1871         * lib/fwriteerror.h [C++]: Likewise.
1872         * lib/gcd.h [C++]: Likewise.
1873         * lib/linebreak.h [C++]: Likewise.
1874
1875 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
1876
1877         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
1878         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
1879         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
1880         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
1881         Check for functions and headers just once.
1882         Check for declaration of canonicalize_file_name.
1883         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
1884
1885 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1886
1887         * gnulib-tool (func_import): Fix typo in actioncmd.
1888
1889 2006-11-02  Bruno Haible  <bruno@clisp.org>
1890
1891         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
1892         newline sequence in the Makefile.am snippet as a space, like "make"
1893         does.
1894         Reported by Roger Persson <perrog@gmail.com>.
1895
1896 2006-11-01  Bruno Haible  <bruno@clisp.org>
1897
1898         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
1899         already declared in <string.h>.
1900         * lib/strcase.h (strncasecmp): Don't declare it if yes.
1901
1902 2006-11-01  Bruno Haible  <bruno@clisp.org>
1903
1904         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
1905         * lib/strcase.h: Include <string.h>.
1906         (strcasecmp): Define to rpl_strcasecmp here.
1907
1908 2006-11-01  Bruno Haible  <bruno@clisp.org>
1909
1910         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
1911
1912 2006-11-01  Eric Blake  <ebb9@byu.net>
1913
1914         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
1915
1916         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
1917
1918 2006-10-29  Bruno Haible  <bruno@clisp.org>
1919
1920         Make it compile in C++ mode.
1921         * lib/full-write.c (full_rw): Add a cast.
1922
1923 2006-11-01  Bruno Haible  <bruno@clisp.org>
1924
1925         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
1926         be POSIX compliant.
1927         Reported by Roger Persson <perrog@gmail.com>.
1928
1929 2006-11-01  Eric Blake  <ebb9@byu.net>
1930
1931         * lib/getopt_.h: Fix comments.
1932
1933 2006-10-31  Eric Blake  <ebb9@byu.net>
1934
1935         * modules/tmpdir (Depends-on): Add sys_stat.
1936         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
1937         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
1938         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
1939         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
1940         tempname.
1941
1942 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
1943
1944         Avoid some C++ diagnostics reported by Bruno Haible.
1945         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
1946         xmalloc.
1947         (quotearg_alloc): Use xcharalloc rather than xmalloc.
1948         (struct slotvec): Move to top level.
1949         (quotearg_n_options): Rewrite to avoid xmalloc.
1950         * lib/xalloc.h (xcharalloc): New function.
1951         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
1952         [defined __cplusplus]: Add function template that provides result
1953         type propagation.  This part of the change is from Bruno Haible.
1954
1955 2006-10-29  Bruno Haible  <bruno@clisp.org>
1956
1957         Make it compile in C++ mode.
1958         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
1959         * lib/strnlen1.c (strnlen1): Cast memchr result.
1960         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
1961         * lib/clean-temp.c (string_equals, string_hash): Add casts.
1962         (create_temp_dir): Rename local variable 'template'.
1963         (compile_csharp_using_sscli): Add cast.
1964         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
1965         * lib/findprog.c (find_in_path): Likewise.
1966         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
1967         * lib/wait-process.c (register_slave_subprocess): Likewise.
1968
1969 2006-10-22  Bruno Haible  <bruno@clisp.org>
1970
1971         * modules/tsearch: New file.
1972         * lib/tsearch.h: New file.
1973         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
1974         * m4/tsearch.m4: New file.
1975         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
1976
1977 2006-10-29  Eric Blake  <ebb9@byu.net>
1978
1979         * lib/arcfour.c: Assume config.h.
1980         * lib/arctwo.c: Likewise.
1981         * lib/base64.c: Likewise.
1982         * lib/check-version.c: Likewise.
1983         * lib/crc.c: Likewise.
1984         * lib/des.c: Likewise.
1985         * lib/gc-gnulib.c: Likewise.
1986         * lib/gc-libgcrypt.c: Likewise.
1987         * lib/gc-pbkdf2-sha1.c: Likewise.
1988         * lib/getaddrinfo.c: Likewise.
1989         * lib/getdelim.c: Likewise.
1990         * lib/getline.c: Likewise.
1991         * lib/hmac-md5.c: Likewise.
1992         * lib/hmac-sha1.c: Likewise.
1993         * lib/iconvme.c: Likewise.
1994         * lib/md2.c: Likewise.
1995         * lib/md4.c: Likewise.
1996         * lib/memxor.c: Likewise.
1997         * lib/read-file.c: Likewise.
1998         * lib/readline.c: Likewise.
1999         * lib/rijndael-alg-fst.c: Likewise.
2000         * lib/rijndael-api-fst.c: Likewise.
2001         * lib/xgetdomainname.c: Likewise.
2002
2003 2006-10-28  Eric Blake  <ebb9@byu.net>
2004
2005         * lib/xstrndup.c: Assume config.h.
2006
2007 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2008
2009         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2010         stat-macros.h is now for our own macros, whereas stat_h is for
2011         macros in the <sys/stat.h> name space.
2012         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2013         (STAT_MACROS_H): Remove.
2014         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2015         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2016         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2017         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2018         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2019         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2020         Move these macros to ...
2021         * lib/stat_.h: here.  Don't include stat-macros.h.
2022         * lib/canonicalize.c: Don't include stat-macros.h.
2023         * lib/chown.c: Likewise.
2024         * lib/euidaccess.c: Likewise.
2025         * lib/file-type.c: Likewise.
2026         * lib/filemode.c: Likewise.
2027         * lib/glob.c: Likewise.
2028         * lib/isapipe.c: Likewise.
2029         * lib/lchown.c: Likewise.
2030         * lib/lstat.c: Likewise.
2031         * lib/mkdir-p.c: Likewise.
2032         * lib/rmdir.c: Likewise.
2033         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2034         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2035         unless mkdir isn't declared, to speed up 'configure'.
2036         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2037         would define all the S_* symbols.
2038         * modules/canonicalize (Depends-on):
2039         Depend on sys_stat, not stat-macros.
2040         * modules/chown: Likewise.
2041         * modules/euidaccess: Likewise.
2042         * modules/filemode: Likewise.
2043         * modules/file-type: Likewise.
2044         * modules/glob: Likewise.
2045         * modules/isapipe: Likewise.
2046         * modules/lchown: Likewise.
2047         * modules/lstat: Likewise.
2048         * modules/mkancesdirs: Likewise.
2049         * modules/rmdir: Likewise.
2050         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2051         * modules/modechange: Likewise.
2052         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2053         (configure.ac): Remove gl_STAT_MACROS.
2054         * modules/sys_stat (Depends-on): Remove stat-macros.
2055
2056 2006-10-27  Bruno Haible  <bruno@clisp.org>
2057
2058         * m4/signed.m4: Remove file.
2059         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2060         invocation.
2061         * modules/vasnprintf (Files): Remove m4/signed.m4.
2062
2063 2006-10-27  Bruno Haible  <bruno@clisp.org>
2064
2065         Update to GNU gettext 0.16.
2066         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2067         m4/inttypes-h.m4, m4/signed.m4.
2068         * m4/gettext.m4: Update to GNU gettext 0.16.
2069         * m4/intl.m4: New file, from GNU gettext.
2070         * m4/intldir.m4: New file, from GNU gettext.
2071         * config/srclist.txt: Update
2072
2073 2006-10-27  Eric Blake  <ebb9@byu.net>
2074
2075         * MODULES.html.sh: Document tempname.
2076         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2077         dependencies.
2078         (Files): Move lib/tempname.c...
2079         * modules/tempname: ...to this new module.
2080         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2081         (gl_PREREQ_TEMPNAME): Move...
2082         * m4/tempname.m4: ...to this new file.
2083         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2084         * modules/sys_stat (Depends-on): Add stat-macros.
2085         * lib/stat_.h (includes): Pick up stat macros.
2086         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2087         if stat macros are broken.
2088         * lib/tempname.c (includes): No need to include "stat-macros.h".
2089         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2090         (direxists, __path_search) [!_LIBC]: Don't compile these in
2091         gnulib; the tmpdir module covers that.
2092         * lib/tempname.h: New file.
2093
2094 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2095
2096         * COPYING: Explain how gnulib-tool converts licence headers.
2097         Almost all wording by Eric Blake.
2098
2099 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2100
2101         * lib/mbchar.h (is_basic_table): Make read-only.
2102         * lib/mbchar.c (is_basic_table): Likewise.
2103         Reported by John Darrington.
2104
2105 2006-10-25  Bruno Haible  <bruno@clisp.org>
2106
2107         * lib/progname.h (set_program_name): Undefine before defining.
2108
2109 2006-10-25  Bruno Haible  <bruno@clisp.org>
2110
2111         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
2112         false for non-gcc C++ compilers.
2113         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2114
2115 2006-10-24  Bruno Haible  <bruno@clisp.org>
2116
2117         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
2118         iconv implementations like Irix iconv.
2119
2120 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2121
2122         * modules/vararrays: New file.
2123         * m4/vararrays.m4: New file, taken from diffutils.
2124         * MODULES.html.sh: New module vararrays.
2125
2126 2006-10-24  Karl Berry  <karl@gnu.org>
2127
2128         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
2129         Don't call GNU Unix.
2130
2131 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2132
2133         * users.txt: Add Libtool.
2134
2135         Sync from Libtool:
2136
2137         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2138
2139         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2140         to gnulib's policy of including config.h unconditionally.
2141
2142 2006-10-24  Bruno Haible  <bruno@clisp.org>
2143
2144         * modules/wcwidth (Files): Add m4/wint_t.m4.
2145         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
2146         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
2147
2148 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2149
2150         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
2151         to pacify GCC with some -W flags enabled.  Problem reported by
2152         Bruno Haible.
2153
2154 2006-10-24  Jim Meyering  <jim@meyering.net>
2155
2156         * MODULES.html.sh: Remove uinttostr.  It's not a module.
2157         Reported by Karl Berry.
2158
2159 2006-10-23  Bruno Haible  <bruno@clisp.org>
2160
2161         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
2162
2163 2006-10-24  Bruno Haible  <bruno@clisp.org>
2164
2165         * lib/gl_list.h: Use C comment style, not C++ comment style.
2166
2167 2006-10-23  Eric Blake  <ebb9@byu.net>
2168
2169         * lib/getaddrinfo.c (includes): Add missing include.
2170
2171 2006-10-23  Bruno Haible  <bruno@clisp.org>
2172             Paul Eggert  <eggert@cs.ucla.edu>
2173
2174         Ability to rename obstack_free.
2175         * lib/obstack.h (__obstack_free): New macro. Declare instead of
2176         obstack_free.
2177         (obstack_free): Invoke the __obstack_free macro.
2178         * lib/obstack.c (obstack_free): Use __obstack_free macro.
2179
2180 2006-10-23  Bruno Haible  <bruno@clisp.org>
2181             Paul Eggert  <eggert@cs.ucla.edu>
2182
2183         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
2184         __argc, __argv from the declaration. (They are defined as macros on
2185         mingw.)
2186
2187 2006-10-22  Bruno Haible  <bruno@clisp.org>
2188
2189         * doc/gnulib-intro.texi: New file.
2190         * doc/gnulib.texi: Include it.
2191
2192 2006-10-21  Bruno Haible  <bruno@clisp.org>
2193
2194         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
2195         "Introduction", "Miscellanous Notes", "Particular Modules".
2196
2197 2006-10-21  Bruno Haible  <bruno@clisp.org>
2198
2199         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2200         Change mostlyclean-local rule to avoid sh syntax error from bash
2201         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
2202
2203 2006-10-23  Jim Meyering  <jim@meyering.net>
2204
2205         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
2206         in place of snprintf.
2207
2208         * modules/inttostr (Files): Add lib/uinttostr.c.
2209         * lib/uinttostr.c (inttostr): New file/function.
2210         * lib/inttostr.h (uinttostr): Declare.
2211         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
2212         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
2213         Add uinttostr.
2214         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
2215
2216 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2217
2218         * lib/canonicalize.c (ELOOP): Define if not already defined.
2219         Problem reported by Bruno Haible in
2220         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
2221
2222 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2223
2224         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
2225         Problem reported by Perry Smith and Ville Laurikari.
2226
2227         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
2228         uses.
2229
2230 2006-10-19  Bruno Haible  <bruno@clisp.org>
2231
2232         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
2233         for mingw.
2234
2235 2006-10-19  Bruno Haible  <bruno@clisp.org>
2236
2237         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
2238         Needed for mingw.
2239
2240 2006-10-19  Bruno Haible  <bruno@clisp.org>
2241
2242         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
2243
2244 2006-10-19  Bruno Haible  <bruno@clisp.org>
2245
2246         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
2247         it.
2248
2249 2006-10-19  Bruno Haible  <bruno@clisp.org>
2250
2251         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
2252         invocation.
2253
2254 2006-10-19  Bruno Haible  <bruno@clisp.org>
2255
2256         * gnulib-tool (func_create_testdir): Don't include ftruncate and
2257         mountlist by default.
2258
2259 2006-10-16  Bruno Haible  <bruno@clisp.org>
2260
2261         * lib/c-strstr.c: Include c-strstr.h.
2262
2263 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2264
2265         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
2266         in a slash.
2267
2268 2006-10-18  Bruno Haible  <bruno@clisp.org>
2269
2270         * lib/lock.h [C++]: Wrap definitions in extern "C".
2271
2272 2006-10-18  Bruno Haible  <bruno@clisp.org>
2273
2274         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
2275         gl_LIBOBJS list.
2276
2277 2006-10-18  Bruno Haible  <bruno@clisp.org>
2278
2279         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
2280
2281 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2282
2283         * lib/xstrtol.h: Include gettext.h.
2284         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
2285         Problem reported by Eric Blake.
2286         * modules/xstrtol (Depends-on): Add gettext-h.
2287
2288 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
2289
2290         * lib/strftime.c (advance): New macro.
2291         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
2292         incomplete type, so you can't add 0 to it.  Problem and patch
2293         reported by Eelco Dolstra for dietlibc.
2294
2295 2006-10-18  Jim Meyering  <jim@meyering.net>
2296
2297         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
2298         type for a local, and rename it: s/up/user_proc/.
2299
2300 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2301
2302         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
2303         READ_UTMP_USER_PROCESS.
2304         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
2305
2306 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2307
2308         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
2309         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
2310
2311 2006-10-17  Eric Blake  <ebb9@byu.net>
2312
2313         * lib/sigprocmask.c (sigprocmask): Fix typo.
2314
2315         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
2316
2317         * modules/clean-temp (Makefile.am): Don't add to make output...
2318         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
2319         config.h.
2320
2321 2006-10-17  Bruno Haible  <bruno@clisp.org>
2322
2323         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
2324         differently if DEFAULT_TEXT_DOMAIN is set.
2325
2326 2006-10-16  Bruno Haible  <bruno@clisp.org>
2327
2328         * lib/clean-temp.c: Include fwriteerror.h.
2329
2330 2006-10-16  Bruno Haible  <bruno@clisp.org>
2331
2332         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
2333
2334 2006-10-16  Bruno Haible  <bruno@clisp.org>
2335
2336         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
2337         * lib/sigprocmask.h: Include <sys/types.h>.
2338         (sigset_t): Use the system's definition if present.
2339
2340 2006-10-17  Eric Blake  <ebb9@byu.net>
2341
2342         * lib/xvasprintf.c (includes): Assume config.h.
2343         * lib/xasprintf.c (includes): Likewise.
2344
2345 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2346
2347         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
2348         at least as wide as intmax_t.
2349
2350 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
2351
2352         (Imported from Automake.)
2353         * build-aux/gnupload: Update to version 1.1 of directive file.
2354
2355 2006-10-16  Eric Blake  <ebb9@byu.net>
2356
2357         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
2358         match Automake 1.10a.
2359
2360 2006-10-14  Bruno Haible  <bruno@clisp.org>
2361
2362         * modules/sigprocmask: New file.
2363         * lib/sigprocmask.h: New file.
2364         * lib/sigprocmask.c: New file.
2365         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
2366         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
2367         request sigprocmask.o.
2368         (gl_PREREQ_SIGPROCMASK): New macro.
2369         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
2370         (Depends-on): Add sigprocmask.
2371         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
2372         gt_SIGNALBLOCKING. Test for 'raise' only once.
2373         * lib/fatal-signal.c: Include sigprocmask.h.
2374         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
2375         unblock_fatal_signals): Define always.
2376         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2377         sigprocmask.
2378
2379 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2380
2381         Sync from Automake.
2382         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2383         which incorrectly sets the mode of an existing destination
2384         directory.  In some cases the unpatched install-sh could do the
2385         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2386         system.  We hope this is rare in practice, but it's clearly worth
2387         fixing.  Problem reported by Alex Unleashed in
2388         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2389         Also, don't bother to check for -m bugs unless we're using -m;
2390         suggested by Stepan Kasal.
2391
2392 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2393
2394         Sync from Automake.
2395         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
2396         `-c' flag, so they appear at the same position as in %FASTDEP%
2397         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2398         which ignores unknown options only after the first non-option.
2399         Bug report against M4 by Nelson H. F. Beebe.
2400
2401 2006-10-13  Jim Meyering  <jim@meyering.net>
2402
2403         Fix a bug in yesterday's change.
2404         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
2405         p->fts_statp->st_dev would be used uninitialized.
2406         Ensures that we always call fts_stat on the very first entry.
2407         Miklos Szeredi reported that find -xdev stopped working.
2408
2409 2006-10-12  Bruno Haible  <bruno@clisp.org>
2410
2411         * gnulib-tool (func_get_automake_snippet): Append an automatically
2412         computed EXTRA_DIST augmentation.
2413         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
2414         * modules/alloca-opt (Makefile.am): Likewise.
2415         * modules/allocsa (Makefile.am): Likewise.
2416         * modules/arcfour (Makefile.am): Likewise.
2417         * modules/arctwo (Makefile.am): Likewise.
2418         * modules/argmatch (Makefile.am): Likewise.
2419         * modules/argz (Makefile.am): Likewise.
2420         * modules/atexit (Makefile.am): Likewise.
2421         * modules/backupfile (Makefile.am): Likewise.
2422         * modules/byteswap (Makefile.am): Likewise.
2423         * modules/c-strtod (Makefile.am): Likewise.
2424         * modules/c-strtold (Makefile.am): Likewise.
2425         * modules/calloc (Makefile.am): Likewise.
2426         * modules/canon-host (Makefile.am): Likewise.
2427         * modules/canonicalize (Makefile.am): Likewise.
2428         * modules/chdir-long (Makefile.am): Likewise.
2429         * modules/chdir-safer (Makefile.am): Likewise.
2430         * modules/check-version (Makefile.am): Likewise.
2431         * modules/chown (Makefile.am): Likewise.
2432         * modules/cloexec (Makefile.am): Likewise.
2433         * modules/close-stream (Makefile.am): Likewise.
2434         * modules/closeout (Makefile.am): Likewise.
2435         * modules/crc (Makefile.am): Likewise.
2436         * modules/csharpexec (Makefile.am): Likewise.
2437         * modules/cycle-check (Makefile.am): Likewise.
2438         * modules/des (Makefile.am): Likewise.
2439         * modules/dev-ino (Makefile.am): Likewise.
2440         * modules/dirfd (Makefile.am): Likewise.
2441         * modules/dirname (Makefile.am): Likewise.
2442         * modules/dup2 (Makefile.am): Likewise.
2443         * modules/eealloc (Makefile.am): Likewise.
2444         * modules/error (Makefile.am): Likewise.
2445         * modules/euidaccess (Makefile.am): Likewise.
2446         * modules/exclude (Makefile.am): Likewise.
2447         * modules/exitfail (Makefile.am): Likewise.
2448         * modules/fcntl-safer (Makefile.am): Likewise.
2449         * modules/fcntl (Makefile.am): Likewise.
2450         * modules/file-type (Makefile.am): Likewise.
2451         * modules/fileblocks (Makefile.am): Likewise.
2452         * modules/filemode (Makefile.am): Likewise.
2453         * modules/filenamecat (Makefile.am): Likewise.
2454         * modules/fnmatch (Makefile.am): Likewise.
2455         * modules/fopen-safer (Makefile.am): Likewise.
2456         * modules/fpending (Makefile.am): Likewise.
2457         * modules/fprintftime (Makefile.am): Likewise.
2458         * modules/free (Makefile.am): Likewise.
2459         * modules/fsusage (Makefile.am): Likewise.
2460         * modules/ftruncate (Makefile.am): Likewise.
2461         * modules/fts (Makefile.am): Likewise.
2462         * modules/gc-arcfour (Makefile.am): Likewise.
2463         * modules/gc-des (Makefile.am): Likewise.
2464         * modules/gc-hmac-md5 (Makefile.am): Likewise.
2465         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
2466         * modules/gc-md4 (Makefile.am): Likewise.
2467         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2468         * modules/gc-sha1 (Makefile.am): Likewise.
2469         * modules/gc (Makefile.am): Likewise.
2470         * modules/getaddrinfo (Makefile.am): Likewise.
2471         * modules/getcwd (Makefile.am): Likewise.
2472         * modules/getdelim (Makefile.am): Likewise.
2473         * modules/getdomainname (Makefile.am): Likewise.
2474         * modules/getgroups (Makefile.am): Likewise.
2475         * modules/gethostname (Makefile.am): Likewise.
2476         * modules/gethrxtime (Makefile.am): Likewise.
2477         * modules/getline (Makefile.am): Likewise.
2478         * modules/getloadavg (Makefile.am): Likewise.
2479         * modules/getlogin_r (Makefile.am): Likewise.
2480         * modules/getndelim2 (Makefile.am): Likewise.
2481         * modules/getopt (Makefile.am): Likewise.
2482         * modules/getpagesize (Makefile.am): Likewise.
2483         * modules/getpass-gnu (Makefile.am): Likewise.
2484         * modules/getpass (Makefile.am): Likewise.
2485         * modules/getsubopt (Makefile.am): Likewise.
2486         * modules/gettime (Makefile.am): Likewise.
2487         * modules/gettimeofday (Makefile.am): Likewise.
2488         * modules/getugroups (Makefile.am): Likewise.
2489         * modules/getusershell (Makefile.am): Likewise.
2490         * modules/glob (Makefile.am): Likewise.
2491         * modules/group-member (Makefile.am): Likewise.
2492         * modules/hard-locale (Makefile.am): Likewise.
2493         * modules/hash (Makefile.am): Likewise.
2494         * modules/hmac-md5 (Makefile.am): Likewise.
2495         * modules/hmac-sha1 (Makefile.am): Likewise.
2496         * modules/human (Makefile.am): Likewise.
2497         * modules/idcache (Makefile.am): Likewise.
2498         * modules/imaxabs (Makefile.am): Likewise.
2499         * modules/imaxdiv (Makefile.am): Likewise.
2500         * modules/inet_ntop (Makefile.am): Likewise.
2501         * modules/inet_pton (Makefile.am): Likewise.
2502         * modules/intprops (Makefile.am): Likewise.
2503         * modules/inttostr (Makefile.am): Likewise.
2504         * modules/inttypes (Makefile.am): Likewise.
2505         * modules/isapipe (Makefile.am): Likewise.
2506         * modules/javaversion (Makefile.am): Likewise.
2507         * modules/lchmod (Makefile.am): Likewise.
2508         * modules/lchown (Makefile.am): Likewise.
2509         * modules/localcharset (Makefile.am): Likewise.
2510         * modules/long-options (Makefile.am): Likewise.
2511         * modules/lstat (Makefile.am): Likewise.
2512         * modules/malloc (Makefile.am): Likewise.
2513         * modules/mathl (Makefile.am): Likewise.
2514         * modules/mbchar (Makefile.am): Likewise.
2515         * modules/md2 (Makefile.am): Likewise.
2516         * modules/md4 (Makefile.am): Likewise.
2517         * modules/md5 (Makefile.am): Likewise.
2518         * modules/memcasecmp (Makefile.am): Likewise.
2519         * modules/memchr (Makefile.am): Likewise.
2520         * modules/memcmp (Makefile.am): Likewise.
2521         * modules/memcoll (Makefile.am): Likewise.
2522         * modules/memcpy (Makefile.am): Likewise.
2523         * modules/memmem (Makefile.am): Likewise.
2524         * modules/memmove (Makefile.am): Likewise.
2525         * modules/mempcpy (Makefile.am): Likewise.
2526         * modules/memrchr (Makefile.am): Likewise.
2527         * modules/memset (Makefile.am): Likewise.
2528         * modules/memxor (Makefile.am): Likewise.
2529         * modules/mkancesdirs (Makefile.am): Likewise.
2530         * modules/mkdir-p (Makefile.am): Likewise.
2531         * modules/mkdir (Makefile.am): Likewise.
2532         * modules/mkdtemp (Makefile.am): Likewise.
2533         * modules/mkstemp (Makefile.am): Likewise.
2534         * modules/mktime (Makefile.am): Likewise.
2535         * modules/modechange (Makefile.am): Likewise.
2536         * modules/mountlist (Makefile.am): Likewise.
2537         * modules/nanosleep (Makefile.am): Likewise.
2538         * modules/obstack (Makefile.am): Likewise.
2539         * modules/openat (Makefile.am): Likewise.
2540         * modules/pagealign_alloc (Makefile.am): Likewise.
2541         * modules/pathmax (Makefile.am): Likewise.
2542         * modules/physmem (Makefile.am): Likewise.
2543         * modules/poll (Makefile.am): Likewise.
2544         * modules/posixtm (Makefile.am): Likewise.
2545         * modules/posixver (Makefile.am): Likewise.
2546         * modules/putenv (Makefile.am): Likewise.
2547         * modules/quote (Makefile.am): Likewise.
2548         * modules/quotearg (Makefile.am): Likewise.
2549         * modules/raise (Makefile.am): Likewise.
2550         * modules/read-file (Makefile.am): Likewise.
2551         * modules/readline (Makefile.am): Likewise.
2552         * modules/readlink (Makefile.am): Likewise.
2553         * modules/readtokens (Makefile.am): Likewise.
2554         * modules/readutmp (Makefile.am): Likewise.
2555         * modules/realloc (Makefile.am): Likewise.
2556         * modules/regex (Makefile.am): Likewise.
2557         * modules/rename-dest-slash (Makefile.am): Likewise.
2558         * modules/rename (Makefile.am): Likewise.
2559         * modules/rijndael (Makefile.am): Likewise.
2560         * modules/rmdir (Makefile.am): Likewise.
2561         * modules/rpmatch (Makefile.am): Likewise.
2562         * modules/safe-read (Makefile.am): Likewise.
2563         * modules/safe-write (Makefile.am): Likewise.
2564         * modules/same-inode (Makefile.am): Likewise.
2565         * modules/same (Makefile.am): Likewise.
2566         * modules/save-cwd (Makefile.am): Likewise.
2567         * modules/savedir (Makefile.am): Likewise.
2568         * modules/setenv (Makefile.am): Likewise.
2569         * modules/settime (Makefile.am): Likewise.
2570         * modules/sha1 (Makefile.am): Likewise.
2571         * modules/sig2str (Makefile.am): Likewise.
2572         * modules/snprintf (Makefile.am): Likewise.
2573         * modules/stat-macros (Makefile.am): Likewise.
2574         * modules/stat-time (Makefile.am): Likewise.
2575         * modules/stdbool (Makefile.am): Likewise.
2576         * modules/stdint (Makefile.am): Likewise.
2577         * modules/stdlib-safer (Makefile.am): Likewise.
2578         * modules/stpcpy (Makefile.am): Likewise.
2579         * modules/stpncpy (Makefile.am): Likewise.
2580         * modules/strcase (Makefile.am): Likewise.
2581         * modules/strcasestr (Makefile.am): Likewise.
2582         * modules/strchrnul (Makefile.am): Likewise.
2583         * modules/strcspn (Makefile.am): Likewise.
2584         * modules/strdup (Makefile.am): Likewise.
2585         * modules/strerror (Makefile.am): Likewise.
2586         * modules/strftime (Makefile.am): Likewise.
2587         * modules/strndup (Makefile.am): Likewise.
2588         * modules/strnlen (Makefile.am): Likewise.
2589         * modules/strpbrk (Makefile.am): Likewise.
2590         * modules/strsep (Makefile.am): Likewise.
2591         * modules/strstr (Makefile.am): Likewise.
2592         * modules/strtod (Makefile.am): Likewise.
2593         * modules/strtoimax (Makefile.am): Likewise.
2594         * modules/strtok_r (Makefile.am): Likewise.
2595         * modules/strtol (Makefile.am): Likewise.
2596         * modules/strtoll (Makefile.am): Likewise.
2597         * modules/strtoul (Makefile.am): Likewise.
2598         * modules/strtoull (Makefile.am): Likewise.
2599         * modules/strtoumax (Makefile.am): Likewise.
2600         * modules/strverscmp (Makefile.am): Likewise.
2601         * modules/sys_socket (Makefile.am): Likewise.
2602         * modules/sys_stat (Makefile.am): Likewise.
2603         * modules/sysexits (Makefile.am): Likewise.
2604         * modules/time_r (Makefile.am): Likewise.
2605         * modules/timegm (Makefile.am): Likewise.
2606         * modules/timespec (Makefile.am): Likewise.
2607         * modules/tmpfile-safer (Makefile.am): Likewise.
2608         * modules/trim (Makefile.am): Likewise.
2609         * modules/unistd-safer (Makefile.am): Likewise.
2610         * modules/unlinkdir (Makefile.am): Likewise.
2611         * modules/unlocked-io (Makefile.am): Likewise.
2612         * modules/userspec (Makefile.am): Likewise.
2613         * modules/utime (Makefile.am): Likewise.
2614         * modules/utimecmp (Makefile.am): Likewise.
2615         * modules/utimens (Makefile.am): Likewise.
2616         * modules/vasnprintf (Makefile.am): Likewise.
2617         * modules/vasprintf (Makefile.am): Likewise.
2618         * modules/vsnprintf (Makefile.am): Likewise.
2619         * modules/xalloc (Makefile.am): Likewise.
2620         * modules/xgetcwd (Makefile.am): Likewise.
2621         * modules/xnanosleep (Makefile.am): Likewise.
2622         * modules/xreadlink (Makefile.am): Likewise.
2623         * modules/xstrtod (Makefile.am): Likewise.
2624         * modules/xstrtol (Makefile.am): Likewise.
2625         * modules/xstrtold (Makefile.am): Likewise.
2626         * modules/yesno (Makefile.am): Likewise.
2627         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
2628
2629 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2630
2631         * modules/error (Makefile.am): Distribute files through
2632         EXTRA_DIST, not lib_SOURCES.
2633
2634 2006-10-12  Eric Blake  <ebb9@byu.net>
2635
2636         * modules/error (Makefile.am): Distribute files in /lib.
2637         * modules/obstack (Makefile.am): Likewise.
2638
2639 2006-10-12  Bruno Haible  <bruno@clisp.org>
2640
2641         * modules/acl (Makefile.am): Distribute all files in lib/ through
2642         EXTRA_DIST.
2643         * modules/arcfour (Makefile.am): Likewise.
2644         * modules/arctwo (Makefile.am): Likewise.
2645         * modules/argmatch (Makefile.am): Likewise.
2646         * modules/argz (Makefile.am): Likewise.
2647         * modules/atexit (Makefile.am): Likewise.
2648         * modules/backupfile (Makefile.am): Likewise.
2649         * modules/c-strtod (Makefile.am): Likewise.
2650         * modules/c-strtold (Makefile.am): Likewise.
2651         * modules/calloc (Makefile.am): Likewise.
2652         * modules/canon-host (Makefile.am): Likewise.
2653         * modules/canonicalize (Makefile.am): Likewise.
2654         * modules/chdir-long (Makefile.am): Likewise.
2655         * modules/chdir-safer (Makefile.am): Likewise.
2656         * modules/check-version (Makefile.am): Likewise.
2657         * modules/chown (Makefile.am): Likewise.
2658         * modules/cloexec (Makefile.am): Likewise.
2659         * modules/close-stream (Makefile.am): Likewise.
2660         * modules/closeout (Makefile.am): Likewise.
2661         * modules/crc (Makefile.am): Likewise.
2662         * modules/cycle-check (Makefile.am): Likewise.
2663         * modules/des (Makefile.am): Likewise.
2664         * modules/dirfd (Makefile.am): Likewise.
2665         * modules/dirname (Makefile.am): Likewise.
2666         * modules/dup2 (Makefile.am): Likewise.
2667         * modules/euidaccess (Makefile.am): Likewise.
2668         * modules/exclude (Makefile.am): Likewise.
2669         * modules/exitfail (Makefile.am): Likewise.
2670         * modules/fcntl-safer (Makefile.am): Likewise.
2671         * modules/file-type (Makefile.am): Likewise.
2672         * modules/fileblocks (Makefile.am): Likewise.
2673         * modules/filemode (Makefile.am): Likewise.
2674         * modules/filenamecat (Makefile.am): Likewise.
2675         * modules/fnmatch (Makefile.am): Likewise.
2676         * modules/fopen-safer (Makefile.am): Likewise.
2677         * modules/fpending (Makefile.am): Likewise.
2678         * modules/fprintftime (Makefile.am): Likewise.
2679         * modules/free (Makefile.am): Likewise.
2680         * modules/fsusage (Makefile.am): Likewise.
2681         * modules/ftruncate (Makefile.am): Likewise.
2682         * modules/fts (Makefile.am): Likewise.
2683         * modules/gc (Makefile.am): Likewise.
2684         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2685         * modules/getaddrinfo (Makefile.am): Likewise.
2686         * modules/getcwd (Makefile.am): Likewise.
2687         * modules/getdelim (Makefile.am): Likewise.
2688         * modules/getdomainname (Makefile.am): Likewise.
2689         * modules/getgroups (Makefile.am): Likewise.
2690         * modules/gethostname (Makefile.am): Likewise.
2691         * modules/gethrxtime (Makefile.am): Likewise.
2692         * modules/getline (Makefile.am): Likewise.
2693         * modules/getloadavg (Makefile.am): Likewise.
2694         * modules/getlogin_r (Makefile.am): Likewise.
2695         * modules/getopt (Makefile.am): Likewise.
2696         * modules/getpass (Makefile.am): Likewise.
2697         * modules/getpass-gnu (Makefile.am): Likewise.
2698         * modules/getsubopt (Makefile.am): Likewise.
2699         * modules/gettime (Makefile.am): Likewise.
2700         * modules/gettimeofday (Makefile.am): Likewise.
2701         * modules/getugroups (Makefile.am): Likewise.
2702         * modules/getusershell (Makefile.am): Likewise.
2703         * modules/glob (Makefile.am): Likewise.
2704         * modules/group-member (Makefile.am): Likewise.
2705         * modules/hard-locale (Makefile.am): Likewise.
2706         * modules/hash (Makefile.am): Likewise.
2707         * modules/hmac-md5 (Makefile.am): Likewise.
2708         * modules/hmac-sha1 (Makefile.am): Likewise.
2709         * modules/human (Makefile.am): Likewise.
2710         * modules/idcache (Makefile.am): Likewise.
2711         * modules/imaxabs (Makefile.am): Likewise.
2712         * modules/imaxdiv (Makefile.am): Likewise.
2713         * modules/inet_ntop (Makefile.am): Likewise.
2714         * modules/inet_pton (Makefile.am): Likewise.
2715         * modules/inttostr (Makefile.am): Likewise.
2716         * modules/isapipe (Makefile.am): Likewise.
2717         * modules/lchown (Makefile.am): Likewise.
2718         * modules/long-options (Makefile.am): Likewise.
2719         * modules/lstat (Makefile.am): Likewise.
2720         * modules/malloc (Makefile.am): Likewise.
2721         * modules/mathl (Makefile.am): Likewise.
2722         * modules/mbchar (Makefile.am): Likewise.
2723         * modules/md2 (Makefile.am): Likewise.
2724         * modules/md4 (Makefile.am): Likewise.
2725         * modules/md5 (Makefile.am): Likewise.
2726         * modules/memcasecmp (Makefile.am): Likewise.
2727         * modules/memchr (Makefile.am): Likewise.
2728         * modules/memcmp (Makefile.am): Likewise.
2729         * modules/memcoll (Makefile.am): Likewise.
2730         * modules/memcpy (Makefile.am): Likewise.
2731         * modules/memmem (Makefile.am): Likewise.
2732         * modules/memmove (Makefile.am): Likewise.
2733         * modules/mempcpy (Makefile.am): Likewise.
2734         * modules/memrchr (Makefile.am): Likewise.
2735         * modules/memset (Makefile.am): Likewise.
2736         * modules/memxor (Makefile.am): Likewise.
2737         * modules/mkancesdirs (Makefile.am): Likewise.
2738         * modules/mkdir (Makefile.am): Likewise.
2739         * modules/mkdir-p (Makefile.am): Likewise.
2740         * modules/mkdtemp (Makefile.am): Likewise.
2741         * modules/mkstemp (Makefile.am): Likewise.
2742         * modules/mktime (Makefile.am): Likewise.
2743         * modules/modechange (Makefile.am): Likewise.
2744         * modules/mountlist (Makefile.am): Likewise.
2745         * modules/nanosleep (Makefile.am): Likewise.
2746         * modules/openat (Makefile.am): Likewise.
2747         * modules/pagealign_alloc (Makefile.am): Likewise.
2748         * modules/physmem (Makefile.am): Likewise.
2749         * modules/poll (Makefile.am): Likewise.
2750         * modules/posixtm (Makefile.am): Likewise.
2751         * modules/posixver (Makefile.am): Likewise.
2752         * modules/putenv (Makefile.am): Likewise.
2753         * modules/quote (Makefile.am): Likewise.
2754         * modules/quotearg (Makefile.am): Likewise.
2755         * modules/raise (Makefile.am): Likewise.
2756         * modules/read-file (Makefile.am): Likewise.
2757         * modules/readline (Makefile.am): Likewise.
2758         * modules/readlink (Makefile.am): Likewise.
2759         * modules/readtokens (Makefile.am): Likewise.
2760         * modules/readutmp (Makefile.am): Likewise.
2761         * modules/realloc (Makefile.am): Likewise.
2762         * modules/regex (Makefile.am): Likewise.
2763         * modules/rename (Makefile.am): Likewise.
2764         * modules/rename-dest-slash (Makefile.am): Likewise.
2765         * modules/rijndael (Makefile.am): Likewise.
2766         * modules/rmdir (Makefile.am): Likewise.
2767         * modules/rpmatch (Makefile.am): Likewise.
2768         * modules/safe-read (Makefile.am): Likewise.
2769         * modules/safe-write (Makefile.am): Likewise.
2770         * modules/same (Makefile.am): Likewise.
2771         * modules/save-cwd (Makefile.am): Likewise.
2772         * modules/savedir (Makefile.am): Likewise.
2773         * modules/setenv (Makefile.am): Likewise.
2774         * modules/settime (Makefile.am): Likewise.
2775         * modules/sha1 (Makefile.am): Likewise.
2776         * modules/sig2str (Makefile.am): Likewise.
2777         * modules/snprintf (Makefile.am): Likewise.
2778         * modules/stdlib-safer (Makefile.am): Likewise.
2779         * modules/stpcpy (Makefile.am): Likewise.
2780         * modules/stpncpy (Makefile.am): Likewise.
2781         * modules/strcase (Makefile.am): Likewise.
2782         * modules/strcasestr (Makefile.am): Likewise.
2783         * modules/strchrnul (Makefile.am): Likewise.
2784         * modules/strcspn (Makefile.am): Likewise.
2785         * modules/strdup (Makefile.am): Likewise.
2786         * modules/strerror (Makefile.am): Likewise.
2787         * modules/strftime (Makefile.am): Likewise.
2788         * modules/strndup (Makefile.am): Likewise.
2789         * modules/strnlen (Makefile.am): Likewise.
2790         * modules/strpbrk (Makefile.am): Likewise.
2791         * modules/strsep (Makefile.am): Likewise.
2792         * modules/strstr (Makefile.am): Likewise.
2793         * modules/strtod (Makefile.am): Likewise.
2794         * modules/strtoimax (Makefile.am): Likewise.
2795         * modules/strtok_r (Makefile.am): Likewise.
2796         * modules/strtol (Makefile.am): Likewise.
2797         * modules/strtoll (Makefile.am): Likewise.
2798         * modules/strtoul (Makefile.am): Likewise.
2799         * modules/strtoull (Makefile.am): Likewise.
2800         * modules/strtoumax (Makefile.am): Likewise.
2801         * modules/strverscmp (Makefile.am): Likewise.
2802         * modules/time_r (Makefile.am): Likewise.
2803         * modules/timegm (Makefile.am): Likewise.
2804         * modules/tmpfile-safer (Makefile.am): Likewise.
2805         * modules/unistd-safer (Makefile.am): Likewise.
2806         * modules/unlinkdir (Makefile.am): Likewise.
2807         * modules/userspec (Makefile.am): Likewise.
2808         * modules/utime (Makefile.am): Likewise.
2809         * modules/utimecmp (Makefile.am): Likewise.
2810         * modules/utimens (Makefile.am): Likewise.
2811         * modules/vasnprintf (Makefile.am): Likewise.
2812         * modules/vasprintf (Makefile.am): Likewise.
2813         * modules/vsnprintf (Makefile.am): Likewise.
2814         * modules/xalloc (Makefile.am): Likewise.
2815         * modules/xgetcwd (Makefile.am): Likewise.
2816         * modules/xnanosleep (Makefile.am): Likewise.
2817         * modules/xreadlink (Makefile.am): Likewise.
2818         * modules/xstrtod (Makefile.am): Likewise.
2819         * modules/xstrtol (Makefile.am): Likewise.
2820         * modules/xstrtold (Makefile.am): Likewise.
2821         * modules/yesno (Makefile.am): Likewise.
2822
2823 2006-10-12  Jim Meyering  <jim@meyering.net>
2824
2825         * m4/getloadavg.m4: Revert the change below.
2826
2827         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
2828         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
2829         fail with a symlink, which is what coreutils' ./bootstrap now
2830         creates by default.
2831
2832 2006-10-12  Bruno Haible  <bruno@clisp.org>
2833
2834         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
2835         mingw.
2836         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
2837         MSVC and mingw explicitly.
2838
2839 2006-10-11  Simon Josefsson  <jas@extundo.com>
2840             Bruno Haible  <bruno@clisp.org>
2841
2842         Add support for multiple gnulib-tool invocations in the scope of a
2843         single configure.ac file.
2844         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
2845         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
2846         with the same contents as the _LIBADD variable.
2847         (func_emit_initmacro_start, func_emit_initmacro_end,
2848         func_emit_initmacro_done): New functions.
2849         (func_import, func_create_testdir): Invoke them. Allow the identifiers
2850         gl_LIBOBJS and gl_LTLIBOBJS.
2851
2852 2006-10-11  Bruno Haible  <bruno@clisp.org>
2853
2854         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
2855         (func_create_testdir): Don't create po/Makefile.am, don't invoke
2856         autoreconf. Instead, invoke autopoint explicitly but move back the
2857         *.m4 files from gnulib.
2858
2859 2006-10-11  Bruno Haible  <bruno@clisp.org>
2860
2861         * gnulib-tool (func_usage): Make module names after --create-testdir
2862         optional.
2863         (func_create_testdir): If no module was specified, use nearly all
2864         modules.
2865
2866 2006-10-12  Jim Meyering  <jim@meyering.net>
2867
2868         Big performance improvement for fts-based tools that use FTS_NOSTAT.
2869         Avoid spurious inode-mismatch problems on non-POSIX file systems.
2870         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
2871         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
2872         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
2873         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
2874         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
2875         (fts_set_stat_required): New function.
2876         (fts_open): Defer the calls to fts_stat, if possible or requested.
2877         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
2878         into fts_stat itself.
2879         (fts_read): Perform any required (deferred) fts_stat call.
2880         (fts_build): Likewise, for the directory we're about to open and read.
2881         In the readdir loop, carefully decide whether each entry will require
2882         an eventual call to fts_stat, using dirent.d_type info if available.
2883         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
2884         a command line argument into this function.  Update all callers.
2885         Map a return value of FTS_DOT to FTS_D for a command line argument.
2886         * modules/fts (Depends-on): Add d-type.  Alphabetize.
2887         Thanks to Miklos Szeredi for his tenacity and for the initial
2888         bug report about "find" failing on a FUSE-based file system.
2889
2890         * lib/fts.c (fts_open): Use consistent indentation.
2891
2892 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2893
2894         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
2895         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
2896         reported by Jim Meyering.  All uses of cache variables renamed
2897         to match Autoconf's.
2898         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
2899         the other one.
2900
2901         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
2902         Fix misspelling in diagnostic.
2903
2904 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2905
2906         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
2907         defined.  Problem reported by Matthew Woehlke.
2908
2909         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2910         Add support for Tandem NonStop R series.
2911         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
2912         Use new macro.
2913
2914         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
2915         (has_trailing_slash): Omit size arg; all callers changed.
2916         Omit 'inline', since it doesn't help performance and we'd
2917         need to configure it.
2918         Don't count //, ///, etc. as having a trailing slash.
2919         As a side effect, this removes a C99ism reported by Matthew Woehlke.
2920         (rpl_rename_dest_slash): On failure, use rename's errno rather
2921         than (in some cases) an incorrect or junk errno.
2922         Simplify code by removing need to compute length; this does
2923         cause it to make two passes instead of one over the file name,
2924         but it's worth it.
2925
2926         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
2927         change, since Autoconf's version may no longer be appropriate now
2928         that we are using CVS Autoconf's version.  Add support for Tandem.
2929
2930 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2931             Bruno Haible  <bruno@clisp.org>
2932
2933         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
2934         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2935         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
2936         gl_AC_TYPE_LONG_LONG.
2937
2938         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
2939         instead of HAVE_LONG_LONG.
2940         * lib/printf-args.c (printf_fetchargs): Likewise.
2941         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
2942         * lib/vasnprintf.c (VASNPRINTF): Likewise.
2943         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
2944         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
2945         gl_AC_TYPE_LONG_LONG.
2946
2947 2006-10-11  Bruno Haible  <bruno@clisp.org>
2948
2949         * m4/longlong.m4: Add comments.
2950         * m4/ulonglong.m4: Likewise.
2951
2952 2006-10-10  Bruno Haible  <bruno@clisp.org>
2953
2954         Make it possible to #define stpcpy, strdup to aliases.
2955         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
2956         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
2957
2958 2006-10-10  Bruno Haible  <bruno@clisp.org>
2959
2960         Make it possible to #define gcd to an alias.
2961         * lib/gcd.c: Include config.h.
2962
2963 2006-10-10  Bruno Haible  <bruno@clisp.org>
2964
2965         Make it possible to #define c_isascii to an alias.
2966         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
2967         defined. Undefine the macros before defining them, to avoid gcc
2968         warnings.
2969         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
2970         define NO_C_CTYPE_MACROS early.
2971
2972 2006-10-10  Bruno Haible  <bruno@clisp.org>
2973
2974         Make it possible to #define set_program_name to an alias.
2975         * lib/progname.c: Don't undefine set_program_name; instead, undefine
2976         ENABLE_RELOCATABLE early.
2977
2978 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
2979
2980         Port to Tandem NSK OSS, which has 64-bit signed int but at most
2981         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
2982         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
2983         More generally, don't assume that 64-bit signed int is available
2984         if unsigned int is, and vice versa.
2985         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
2986         unsigned symbols, not on their signed counterparts.
2987         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
2988         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
2989         (UINT64_C, UINTMAX_C):
2990         Likewise.
2991         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
2992         unsigned counterparts.
2993         (Have_long_long, Unsigned): New macros.
2994         (Int): Renamed from INT.
2995         (strtoimax): Use the new macros.
2996         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
2997         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
2998         * modules/inttypes (inttypes.h): Substitute
2999         HAVE_UNSIGNED_LONG_LONG_INT.
3000         * modules/stdint (stdint.h): Likewise.
3001         (Files): Add m4/ulonglong.m4.
3002
3003 2006-10-10  Bruno Haible  <bruno@clisp.org>
3004
3005         Fix a gcc -Wshadow warning.
3006         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3007         to 'bucket'.
3008         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3009         gl_linked_indexof_from_to): Likewise.
3010         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3011         Likewise.
3012         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3013         Likewise.
3014         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3015         Reported by Eric Blake.
3016
3017 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3018
3019         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3020         for NetBSD.  Problem reported by Bruno Haible.
3021
3022 2006-10-09  Jim Meyering  <jim@meyering.net>
3023
3024         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3025         Patch from Bruno Haible.
3026
3027 2006-10-09  Jim Meyering  <jim@meyering.net>
3028
3029         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3030         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3031         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3032
3033 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3034
3035         Don't include <config.h> twice; this doesn't work in some cases,
3036         e.g., when config.h has "#define intmax_t long long int" and
3037         we include <config.h>, <inttypes.h>, <config.h> in that order.
3038         Problem reported by Matthew Woehlke in:
3039         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3040         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3041         * lib/fts-cycle.c: Don't include config.h.
3042         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3043         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3044         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3045         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3046         inttypes.h.
3047         * lib/xstrtoumax.c: Likewise.
3048         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3049         __strtol and the like, so that this module is more like its siblings.
3050         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3051         Remove; no longer needed now that we assume gnulib inttypes.h.
3052
3053 2006-10-08  Bruno Haible  <bruno@clisp.org>
3054
3055         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3056         option.
3057
3058 2006-10-07  Jim Meyering  <jim@meyering.net>
3059
3060         * modules/inttypes (inttypes.h): Revert what seems to have been
3061         an inadvertent part of today's change: use "|", not "/" in the
3062         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3063
3064 2006-10-07  Bruno Haible  <bruno@clisp.org>
3065
3066         * modules/sublist: New file.
3067
3068 2006-10-07  Bruno Haible  <bruno@clisp.org>
3069
3070         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3071         * modules/argz (argz.h): Likewise.
3072         * modules/arpa_inet (arpa/inet.h): Likewise.
3073         * modules/byteswap (byteswap.h): Likewise.
3074         * modules/configmake (configmake.h): Likewise.
3075         * modules/fcntl (fcntl.h): Likewise.
3076         * modules/fnmatch (fnmatch.h): Likewise.
3077         * modules/getopt (getopt.h): Likewise.
3078         * modules/glob (glob.h): Likewise.
3079         * modules/inttypes (inttypes.h): Likewise.
3080         * modules/netinet_in (netinet/in.h): Likewise.
3081         * modules/poll (poll.h): Likewise.
3082         * modules/stdbool (stdbool.h): Likewise.
3083         * modules/stdint (stdint.h): Likewise.
3084         * modules/sys_select (sys/select.h): Likewise.
3085         * modules/sys_socket (sys/socket.h): Likewise.
3086         * modules/sys_stat (sys/stat.h): Likewise.
3087         * modules/sysexits (sysexits.h): Likewise.
3088         * modules/unistd (unistd.h): Likewise.
3089         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3090         Add a "DO NOT EDIT" comment to the generated file.
3091         (func_import): Likewise for gnulib-comp.m4.
3092
3093 2006-10-07  Bruno Haible  <bruno@clisp.org>
3094
3095         * lib/gl_sublist.h: New file.
3096         * lib/gl_sublist.c: New file.
3097
3098 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3099
3100         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
3101         name (relative to the original working directory) and the file
3102         name component (relative to the temporary working directory).  All
3103         callers changed.
3104         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
3105         * lib/mkdir-p.c (make_dir_parents): Likewise.
3106         * lib/mkdir-p.h (make_dir_parents): Likewise.
3107
3108 2006-10-06  Eric Blake  <ebb9@byu.net>
3109
3110         Define several macros for use by the clean-temp module.
3111         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
3112         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
3113         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
3114
3115         * lib/clean-temp.h (close_stream_temp): New declaration.
3116         * lib/clean-temp.c (includes): Pull in headers according to what
3117         other modules are in use.
3118         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
3119
3120 2006-10-06  Bruno Haible  <bruno@clisp.org>
3121
3122         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
3123         instead of fopen, fwriteerror.
3124
3125 2006-10-06  Bruno Haible  <bruno@clisp.org>
3126
3127         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
3128         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
3129         int.
3130         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
3131         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
3132         Return an error indicator.
3133         Suggested by Eric Blake.
3134
3135 2006-10-06  Bruno Haible  <bruno@clisp.org>
3136
3137         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
3138         Reported by Eric Blake.
3139
3140 2006-10-06  Bruno Haible  <bruno@clisp.org>
3141
3142         * modules/closeout (Description): Mention stderr too.
3143
3144 2006-10-06  Bruno Haible  <bruno@clisp.org>
3145         and Paul Eggert  <eggert@cs.ucla.edu>
3146
3147         * lib/closeout.c (close_stdout): Also close stderr.
3148         * lib/closeout.h: Update comment.
3149
3150 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3151
3152         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
3153         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
3154         * lib/dirchownmod.c: Include lchown.h.
3155         * lib/lchown.c: Don't include files that lchown.h now includes.
3156         Don't declare chown, since lchown.h now does that.
3157         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
3158         (lchown): Define to rpl_chown if lchown is declared but
3159         does not exist.  Declare using a prototype if lchown is not
3160         declared.  Add a copyright notice.
3161         * lib/mkstemp.h: Include <unistd.h>.
3162         * lib/openat.c: Include lchown.h.
3163
3164         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
3165         we now test for that separately.
3166         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
3167         rather than O_NOFOLLOW, when testing whether it's possible to
3168         avoid a race condition reliably.
3169         * lib/savewd.c (savewd_chdir): Likewise.
3170
3171         Remove macros that are no longer needed now that stdint.h is
3172         reliable.
3173         * lib/fsusage.c (UINTMAX_MAX): Remove.
3174         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
3175         * lib/utimecmp.c (SIZE_MAX): Remove.
3176
3177         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
3178
3179         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
3180         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
3181         O_NOATIME works.
3182
3183 2006-10-05  Bruno Haible  <bruno@clisp.org>
3184
3185         * lib/gl_list.h (gl_sortedlist_search_from_to,
3186         gl_sortedlist_indexof_from_to): New declarations.
3187         (gl_list_implementation): New fields sortedlist_search_from_to,
3188         sortedlist_indexof_from_to.
3189         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
3190         inline functions.
3191         * lib/gl_list.c (gl_sortedlist_search_from_to,
3192         gl_sortedlist_indexof_from_to): New functions.
3193         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
3194         function.
3195         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
3196         (gl_array_sortedlist_search_from_to): New function.
3197         (gl_array_list_implementation): Update.
3198         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
3199         function.
3200         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
3201         (gl_carray_sortedlist_search_from_to): New function.
3202         (gl_carray_list_implementation): Update.
3203         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
3204         gl_linked_sortedlist_indexof_from_to): New functions.
3205         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3206         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3207         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
3208         gl_tree_sortedlist_indexof_from_to): New functions.
3209         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3210         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3211         Update.
3212         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3213         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
3214         Update.
3215
3216 2006-10-05  Bruno Haible  <bruno@clisp.org>
3217
3218         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
3219         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
3220         (struct gl_list_implementation): Add fields search_from_to,
3221         indexof_from_to. Remove fields search, indexof.
3222         (gl_list_search): Use the search_from_to method.
3223         (gl_list_search_from, gl_list_search_from_to): New functions.
3224         (gl_list_indexof): Use the indexof_from_to method.
3225         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3226         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
3227         (gl_list_search_from, gl_list_search_from_to): New functions.
3228         (gl_list_indexof): Use the indexof_from_to method.
3229         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3230         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
3231         gl_array_indexof. Add start_index, end_index arguments.
3232         (gl_array_search_from_to): Renamed from gl_array_search. Add
3233         start_index, end_index arguments.
3234         (gl_array_remove, gl_array_list_implementation): Update.
3235         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
3236         gl_carray_indexof. Add start_index, end_index arguments.
3237         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
3238         start_index, end_index arguments.
3239         (gl_carray_remove, gl_carray_list_implementation): Update.
3240         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
3241         gl_linked_search. Add start_index, end_index arguments.
3242         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
3243         start_index, end_index arguments.
3244         (gl_linked_remove): Update.
3245         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3246         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3247         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
3248         field to 'size_t'.
3249         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
3250         gl_tree_search. Add start_index, end_index arguments.
3251         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3252         start_index, end_index arguments.
3253         (gl_tree_remove): Update.
3254         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3255         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3256         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
3257         function.
3258         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
3259         gl_tree_search. Add start_index, end_index arguments.
3260         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3261         start_index, end_index arguments.
3262         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3263         Update.
3264         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3265
3266 2006-10-05  Bruno Haible  <bruno@clisp.org>
3267
3268         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
3269
3270         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
3271         fwriteerror_temp): New declarations.
3272         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
3273         (descriptors): New variable.
3274         (cleanup): First, close the descriptors.
3275         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
3276         fclose_temp, fwriteerror_temp): New functions.
3277
3278 2006-10-04  Jim Meyering  <jim@meyering.net>
3279
3280         * lib/fts.c (fts_open): Tiny comment change.
3281
3282 2006-10-04  Bruno Haible  <bruno@clisp.org>
3283
3284         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
3285         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
3286         gl_LOCK_BODY.
3287         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
3288         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
3289         gl_LOCK_EARLY_BODY.
3290         (gl_LOCK): Require gl_LOCK_BODY.
3291
3292 2006-10-04  Bruno Haible  <bruno@clisp.org>
3293
3294         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
3295         (gl_oset_search_atleast): New declaration.
3296         (struct gl_oset_implementation): Add field 'search_atleast'.
3297         (gl_oset_search_atleast): New inline function.
3298         * lib/gl_oset.c (gl_oset_search_atleast): New function.
3299         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
3300         (gl_array_oset_implementation): Update.
3301         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
3302         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
3303         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
3304
3305 2006-10-04  Bruno Haible  <bruno@clisp.org>
3306
3307         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
3308
3309 2006-10-03  Bruno Haible  <bruno@clisp.org>
3310
3311         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
3312         from gl_avltreehash_list_implementation.
3313
3314 2006-10-03  Bruno Haible  <bruno@clisp.org>
3315
3316         * lib/gl_oset.c (gl_oset_add): Fix return type.
3317
3318 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
3319
3320         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
3321
3322 2006-10-02  Eric Blake  <ebb9@byu.net>
3323
3324         * modules/strnlen (Depends-on): Add extensions.
3325
3326 2006-10-02  Eric Blake  <ebb9@byu.net>
3327
3328         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
3329         definition in 2.60+.
3330
3331 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
3332
3333         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
3334         checks.
3335
3336 2006-10-02  Bruno Haible  <bruno@clisp.org>
3337
3338         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
3339         to the AUTOMAKE_OPTIONS.
3340         Reported by Jim Meyering.
3341
3342 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
3343
3344         Work around bug in Solaris 10 /proc file system:
3345         /proc/self/fd/NNN/.. isn't the parent directory of
3346         the directory whose file descriptor is NNN.  This needs to
3347         be worked around at run time, not compile time, since a
3348         program might be built on Solaris 8, where things work, and
3349         run on Solaris 10.
3350         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
3351         to use the following interface instead:
3352         (OPENAT_BUFFER_SIZE): New macro.
3353         (openat_proc_name): New function.
3354         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
3355         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
3356         Likewise.
3357         * lib/openat-proc.c: New file.
3358         * modules/openat (Files): Add lib/openat-proc.c.
3359         (Depends-on): Add same-inode, stdbool.
3360         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
3361
3362 2006-09-29  Bruno Haible  <bruno@clisp.org>
3363
3364         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
3365         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
3366         argument. Set stdout_closed before testing for ferror, not after.
3367         (fwriteerror, fwriteerror_no_ebadf): New functions.
3368
3369 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3370
3371         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
3372
3373 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
3374
3375         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
3376         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
3377
3378 2006-09-28  Jim Meyering  <jim@meyering.net>
3379
3380         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
3381         Include <unistd.h>.
3382
3383 2006-09-28  Bruno Haible  <bruno@clisp.org>
3384
3385         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
3386         * modules/linkedhash-list (Depends-on): Likewise.
3387         * modules/rbtreehash-list (Depends-on): Likewise.
3388
3389 2006-09-28  Bruno Haible  <bruno@clisp.org>
3390
3391         * lib/strndup.h: Simplify the redefinition of strndup.
3392         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
3393         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
3394
3395 2006-09-28  Bruno Haible  <bruno@clisp.org>
3396
3397         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
3398         * lib/gl_linkedhash_list.c: Likewise.
3399         * lib/gl_rbtreehash_list.c: Likewise.
3400
3401 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
3402
3403         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
3404         getaddrinfo.
3405
3406         * lib/__fpending.h: Don't include <stdio_ext.h> unless
3407         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
3408         it causes <stdio_ext.h> to cause a compile-time error.
3409         Problem reported by Nelson H. F. Beebe.
3410         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
3411         of HAVE_DECL___PENDING.
3412
3413         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
3414         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
3415         declaration.
3416
3417 2006-09-27  Jim Meyering  <jim@meyering.net>
3418
3419         This file could end up with a definition for a function
3420         named __strndup, rather than rpl_strndup on a system with
3421         incomplete weak_alias support.
3422         * lib/strndup.c (strndup): Rename from __strndup.
3423         Remove #defines that used to map __strndup to strndup.
3424         Don't use K&R prototypes.
3425         Remove LIBC-related code, since this file is not sync'd with glibc.
3426         * lib/strndup.h: Revamp, accordingly.
3427         * m4/strndup.m4: Modernize.
3428
3429 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3430
3431         * modules/savewd (Depends-on): Add 'raise'.
3432         * lib/savewd.c: Include <signal.h>, for 'raise'.
3433
3434 2006-09-26  Jim Meyering  <jim@meyering.net>
3435
3436         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
3437         when we detect Darwin 8.7.0's acl_get_file bug.
3438         Rearrange to perform the new (below) run-test while $LIBS
3439         contains any acl-related library.  Set USE_ACL at the end.
3440         (gl_ACL_GET_FILE): New function.
3441
3442 2006-09-26  Eric Blake  <ebb9@byu.net>
3443
3444         * lib/verror.c: Include <config.h> unconditionally.
3445
3446 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3447
3448         * modules/clock-time (Maintainer): Add self.
3449         * modules/getlogin_r (Depends-on): Add extensions.
3450
3451 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3452
3453         * modules/clock-time: New module.
3454         * modules/nanosleep (Depends-on): Add clock-time.
3455         * modules/gethrxtime (Depends-on): Likewise.
3456         * modules/gettime (Depends-on): Likewise.
3457         * modules/settime (Depends-on): Likewise.
3458
3459         * modules/fts-lgpl: Depend on openat.
3460         * modules/mkancesdirs: Depend on savewd.
3461         * modules/mkdir-p: Likewise.
3462
3463 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3464
3465         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
3466
3467         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
3468         `gl_have_arbitrary_file_name_length_limit' to
3469         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
3470         actually works between configure runs.
3471
3472 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3473             Bruno Haible  <bruno@clisp.org>
3474
3475         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
3476
3477 2006-09-25  Jim Meyering  <jim@meyering.net>
3478
3479         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
3480         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
3481
3482 2006-09-25  Eric Blake  <ebb9@byu.net>
3483
3484         * gnulib-tool (func_import, func_create_testdir): Fix typos in
3485         exec's in 2006-09-18 patch when shuffling fds.
3486
3487 2006-09-25  Bruno Haible  <bruno@clisp.org>
3488
3489         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
3490         Reported by Jim Meyering.
3491
3492 2006-09-24  Jim Meyering  <jim@meyering.net>
3493
3494         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
3495         compare a pointer against a literal "0".  That caused failures with
3496         at least HP-UX's hpcc.
3497
3498 2006-09-22  Simon Josefsson  <jas@extundo.com>
3499
3500         * modules/gc-sha1:
3501         * modules/gc-md4:
3502         * modules/gc-hmac-sha1:
3503         * modules/gc-hmac-md5:
3504         * modules/gc-des:
3505         * modules/gc-arcfour: Distribute more files.
3506
3507 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3508
3509         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
3510         (gl_linked_iterator_from_to): Initialize struct completely.
3511         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
3512         (gl_tree_iterator_from_to): Likewise
3513         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
3514         * lib/gl_array_list.c [lint] (gl_array_iterator)
3515         (gl_array_iterator_from_to): Likewise.
3516         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
3517         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
3518         (gl_carray_iterator_from_to): Likewise.
3519
3520         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
3521         * lib/md4.c (md4_process_block): Remove unused variable.
3522         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
3523         parentheses for clarity.
3524
3525 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3526
3527         * modules/bison-i18n (Depends-on): Add gettext.
3528
3529 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3530
3531         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
3532         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3533         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
3534         also add missing comma that caused broken test.
3535         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
3536         stdlib.h, for `abort'.
3537         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
3538         variables.
3539         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
3540         include unistd.h if present, for `rmdir'.
3541         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
3542         variables.
3543         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
3544         in the process include standard headers for prototypes.
3545         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
3546         gets declared on GNU/Linux.
3547         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
3548         unistd.h, for `rmdir'.
3549         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
3550
3551         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
3552         always true.
3553         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
3554
3555         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
3556
3557 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3558
3559         * gnulib-tool (func_version): Create output all at once.  This
3560         may help avoid triggering unnecessary SIGPIPEs, and at any
3561         rate it doesn't hurt.
3562
3563 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3564             Bruno Haible  <bruno@clisp.org>
3565
3566         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
3567         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3568         * m4/signed.m4 (bh_C_SIGNED): Likewise.
3569
3570         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
3571         (gl_FUNC_VASPRINTF): Invoke it.
3572
3573 2006-09-22  Bruno Haible  <bruno@clisp.org>
3574
3575         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
3576         getloadavg.c as first argument.
3577
3578 2006-09-22  Bruno Haible  <bruno@clisp.org>
3579
3580         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
3581         at the beginning of the gl_INIT macro.
3582         * modules/getloadavg (configure.ac): Pass $gl_source_base to
3583         gl_GETLOADAVG.
3584
3585 2006-09-22  Bruno Haible  <bruno@clisp.org>
3586
3587         * gnulib-tool (func_create_megatestdir): Don't include the config-h
3588         module.
3589         Suggested by Ralf Wildenhues.
3590
3591 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
3592
3593         Import this patch from libc:
3594
3595         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3596
3597         * lib/regex_internal.c (re_string_reconstruct): Handle
3598         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3599         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3600         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3601         re_string_context_at.
3602
3603         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
3604         now requires it.
3605         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
3606         gl_REGEX now does it for us.
3607         (gl_REGEX): Add test taken from
3608         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
3609
3610         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
3611         Check that large offsets work.  Modernize Autoconf usages.
3612         Prefer "yes" to mean a good thing rather than a bad.
3613         Don't put "#define mkstemp" in config.h, as this might interfere
3614         with standard system headers that "#define mkstemp mkstemp64".
3615
3616         * modules/mkstemp (Depends-on): Add extensions, so that
3617         mkstemp is visible on some platforms.
3618         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
3619         (Include): Change to "mkstemp.h" from <stdlib.h>.
3620         (Files): Add mkstemp.h.
3621
3622         * lib/mkstemp.h: New file, since some standard headers
3623         #define mkstemp.
3624         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
3625         Include "mkstemp.h".
3626         Make the _LIBC code resemble glibc original more,
3627         e.g., use K&R style.
3628         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
3629         (mkstemp): Remove, since mkstemp.h does this for us.
3630         * lib/stdlib--.h: Include mkstemp.h.
3631
3632         Import this patch from libc:
3633
3634         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3635
3636         * lib/tempname.c (__gen_tempname): Change attempts_min
3637         into a macro.  Use preprocessor to decide how to initialize
3638         attempts [Coverity CID 67].
3639
3640 2006-09-20  Bruno Haible  <bruno@clisp.org>
3641
3642         * lib/mkdtemp.c: Import from libc.
3643         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3644                 * sysdeps/posix/tempname.c (__gen_tempname): Change
3645                 attempts_min into a macro.  Use preprocessor to decide how to
3646                 initialize attempts [Coverity CID 67].
3647         2001-11-27  Paul Eggert  <eggert@twinsun.com>
3648                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
3649                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
3650
3651 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3652
3653         * gnulib-tool (func_exit): New function, to allow to pass the
3654         exit status portably through the trap.  Use everywhere.
3655         (--help, --version): Signal a write error.
3656         (trap): catch SIGPIPE, for write errors.
3657         Exit at the end of the trap, with the correct exit status.
3658
3659 2006-09-19  Karl Berry  <karl@gnu.org>
3660
3661         * doc/gnulib.texi: note about the license texinfo files.
3662
3663 2006-09-19  Eric Blake  <ebb9@byu.net>
3664
3665         * gnulib-tool: Avoid space-tab.
3666
3667 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3668
3669         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
3670         that prevented coreutils 6.1 from building.  Problem reported
3671         by Petter Reinholdtsen.
3672
3673 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3674
3675         * gnulib-tool (avoidlist): Fix typo that broke options like
3676         --avoid=lock that are used by coreutils bootstrap.
3677
3678 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
3679
3680         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
3681         more systematically.
3682
3683 2006-09-18  Jim Meyering  <jim@meyering.net>
3684
3685         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
3686
3687 2006-09-18  Bruno Haible  <bruno@clisp.org>
3688
3689         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
3690
3691 2006-09-18  Bruno Haible  <bruno@clisp.org>
3692
3693         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
3694         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
3695         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
3696         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
3697         * m4/gettext.m4: Require autoconf >= 2.52.
3698         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
3699         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
3700         of gl_cv_header_inttypes_h.
3701
3702 2006-09-18  Bruno Haible  <bruno@clisp.org>
3703
3704         * lib/javaversion.c: Include configmake.h.
3705
3706 2006-09-18  Bruno Haible  <bruno@clisp.org>
3707
3708         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
3709         avoid that the while loops be executed in a subshell.
3710
3711 2006-09-18  Bruno Haible  <bruno@clisp.org>
3712
3713         * MODULES.html.sh (func_module): Break long lines.
3714         Suggested by Bruce Korb <bkorb@gnu.org>.
3715
3716 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3717
3718         Speed up by a factor of 1.12.
3719         * gnulib-tool (nl): New variable.
3720         (func_import): Rewrite include directive extraction to only read each
3721         directive once.
3722
3723 2006-09-17  Bruno Haible  <bruno@clisp.org>
3724
3725         * modules/javaversion (Makefile.am): Remove DEFS setting.
3726         (Depends-on): Add configmake, for PKGDATADIR definition.
3727
3728 2006-09-17  Bruno Haible  <bruno@clisp.org>
3729
3730         * gnulib-tool (func_create_testdir): Rewrite all files at once.
3731
3732 2006-09-17  Bruno Haible  <bruno@clisp.org>
3733
3734         * gnulib-tool (func_append): New function, stolen from libtool.m4.
3735         (func_modules_transitive_closure, func_modules_add_dummy,
3736         func_modules_to_filelist, func_import, func_create_testdir,
3737         func_create_megatestdir, ...): Use it wherever possible.
3738         Suggested by Ralf Wildenhues.
3739
3740 2006-09-16  Karl Berry  <karl@gnu.org>
3741
3742         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
3743         to avoid sectioning errors.
3744         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
3745         [ifinfo]: blank line after @center-ed titles.
3746         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
3747         Spell FSF address consistently with others.
3748         (These changes approved by rms.)
3749
3750 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3751
3752         Speed up by a factor of 1.61.
3753         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
3754         already checked module names again.
3755
3756 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3757
3758         Speed up by a factor of 1.13.
3759         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
3760         for new_files, and the input to func_add_or_update.
3761
3762 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3763
3764         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
3765         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
3766
3767 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3768
3769         * modules/mkancesdirs (Depends-on): Add fcntl.
3770         * modules/savewd: New file.
3771         * MODULES.html.sh (File system functions): Add savewd.
3772
3773         * modules/configmake (Makefile.am): Add support for the
3774         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
3775
3776 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3777
3778         * m4/savewd.m4: New file.
3779
3780 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3781
3782         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
3783         (dirchownmod): New arg FD.  All callers changed.
3784         Use FD rather than opening the directory ourself, as opening is
3785         now the caller's responsibility.
3786         * lib/dirchownmod.h: Likewise.
3787         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
3788         hosts that require <sys/types.h> before <sys/stat.h>.  Include
3789         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
3790         (test_dir): Remove.
3791         (mkancesdirs): Return length of prefix of FILE that has already
3792         been made, or -2 if there is a child doing the work.  Redo
3793         algorithm so that it is O(N) rather than O(N**2).  Optimize away
3794         ".", and treat ".." specially since it might stray back into
3795         already-created areas.  Use a subprocess if necessary.  New arg
3796         WD; all users changed.  MAKE_DIR function should now return 1
3797         if it creates a directory that is not readable.  Return -2 if
3798         a child process is spun off.
3799         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
3800         Adjust signature to match code.
3801         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
3802         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
3803         all users changed.
3804         * lib/savewd.c, lib/savewd.h: New files.
3805
3806 2006-09-15  Jim Meyering  <jim@meyering.net>
3807
3808         * modules/rename-dest-slash: New module.
3809         * MODULES.html.sh (posix_compat): Add it here.
3810
3811         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
3812
3813 2006-09-15  Jim Meyering  <jim@meyering.net>
3814
3815         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
3816         file.
3817
3818         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
3819
3820 2006-09-15  Jim Meyering  <jim@meyering.net>
3821
3822         * lib/rename-dest-slash.c (has_trailing_slash): Use
3823         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
3824         (rpl_rename_dest_slash): Perform the cheaper trailing slash
3825         test before testing whether SRC is a directory.
3826         Suggestions from Bruno Haible.
3827
3828         Avoid a warning about an unused variable.
3829         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
3830         into the #ifdef block where it's used.
3831
3832         * lib/rename-dest-slash.c: New file.
3833
3834 2006-09-14  Bruno Haible  <bruno@clisp.org>
3835
3836         * lib/allocsa.c: Include <config.h> unconditionally.
3837         * lib/asnprintf.c: Likewise.
3838         * lib/asprintf.c: Likewise.
3839         * lib/c-strcasecmp.c: Likewise.
3840         * lib/c-strcasestr.c: Likewise.
3841         * lib/c-strncasecmp.c: Likewise.
3842         * lib/c-strstr.c: Likewise.
3843         * lib/classpath.c: Likewise.
3844         * lib/clean-temp.c: Likewise.
3845         * lib/concatpath.c: Likewise.
3846         * lib/copy-file.c: Likewise.
3847         * lib/csharpcomp.c: Likewise.
3848         * lib/csharpexec.c: Likewise.
3849         * lib/execute.c: Likewise.
3850         * lib/fatal-signal.c: Likewise.
3851         * lib/findprog.c: Likewise.
3852         * lib/fwriteerror.c: Likewise.
3853         * lib/gl_array_list.c: Likewise.
3854         * lib/gl_array_oset.c: Likewise.
3855         * lib/gl_avltree_list.c: Likewise.
3856         * lib/gl_avltree_oset.c: Likewise.
3857         * lib/gl_avltreehash_list.c: Likewise.
3858         * lib/gl_carray_list.c: Likewise.
3859         * lib/gl_linked_list.c: Likewise.
3860         * lib/gl_linkedhash_list.c: Likewise.
3861         * lib/gl_list.c: Likewise.
3862         * lib/gl_oset.c: Likewise.
3863         * lib/gl_rbtree_list.c: Likewise.
3864         * lib/gl_rbtree_oset.c: Likewise.
3865         * lib/gl_rbtreehash_list.c: Likewise.
3866         * lib/imaxabs.c: Likewise.
3867         * lib/imaxdiv.c: Likewise.
3868         * lib/javacomp.c: Likewise.
3869         * lib/javaexec.c: Likewise.
3870         * lib/javaversion.c: Likewise.
3871         * lib/linebreak.c: Likewise.
3872         * lib/localcharset.c: Likewise.
3873         * lib/lock.c: Likewise.
3874         * lib/mbchar.c: Likewise.
3875         * lib/mbswidth.c: Likewise.
3876         * lib/mkdtemp.c: Likewise.
3877         * lib/pipe.c: Likewise.
3878         * lib/printf-args.c: Likewise.
3879         * lib/printf-parse.c: Likewise.
3880         * lib/progname.c: Likewise.
3881         * lib/progreloc.c: Likewise.
3882         * lib/readlink.c: Likewise.
3883         * lib/sh-quote.c: Likewise.
3884         * lib/stpcpy.c: Likewise.
3885         * lib/stpncpy.c: Likewise.
3886         * lib/strcasecmp.c: Likewise.
3887         * lib/strcasestr.c: Likewise.
3888         * lib/strcspn.c: Likewise.
3889         * lib/striconv.c: Likewise.
3890         * lib/strncasecmp.c: Likewise.
3891         * lib/strnlen1.c: Likewise.
3892         * lib/strstr.c: Likewise.
3893         * lib/strtok_r.c: Likewise.
3894         * lib/tls.c: Likewise.
3895         * lib/tmpdir.c: Likewise.
3896         * lib/unicodeio.c: Likewise.
3897         * lib/unsetenv.c: Likewise.
3898         * lib/vasnprintf.c: Likewise.
3899         * lib/vasprintf.c: Likewise.
3900         * lib/wait-process.c: Likewise.
3901         * lib/xallocsa.c: Likewise.
3902         * lib/xsetenv.c: Likewise.
3903         * lib/xstriconv.c: Likewise.
3904
3905 2006-09-13  Simon Josefsson  <jas@extundo.com>
3906
3907         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
3908         that internally, suggested by Ralf Wildenhues
3909         <Ralf.Wildenhues@gmx.de>.
3910
3911 2006-09-13  Simon Josefsson  <jas@extundo.com>
3912
3913         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
3914         @LIBOBJS@.
3915         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3916
3917 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3918
3919         * lib/_fpending.c: Include <config.h> unconditionally, since we no
3920         longer worry about uses that don't define HAVE_CONFIG_H.
3921         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
3922         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
3923         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
3924         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
3925         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
3926         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
3927         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
3928         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
3929         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
3930         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
3931         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
3932         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
3933         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
3934         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
3935         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
3936         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
3937         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
3938         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
3939         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
3940         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
3941         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
3942         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
3943         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
3944         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
3945         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
3946         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
3947         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
3948         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
3949         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
3950         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
3951         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
3952         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
3953         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
3954         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
3955         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
3956         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
3957         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
3958         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
3959         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
3960         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
3961         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
3962         Likewise.
3963
3964 2006-09-13  Eric Blake  <ebb9@byu.net>
3965
3966         * lib/getopt.c: Fix typo in last commit.
3967
3968 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3969
3970         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
3971         dgettext.
3972
3973 2006-09-12  Jim Meyering  <jim@meyering.net>
3974
3975         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
3976         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
3977         Reported by Nelson H. F. Beebe.
3978
3979 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3980
3981         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
3982         program_invocation_name and program_invocation_short_name are
3983         initialized.
3984         * lib/argp-namefrob.h: Move declarations of program_invocation_name
3985         and program_invocation_short_name to argp.h, so they are visible
3986         to user programs.
3987         * lib/argp.h: Likewise
3988
3989 2006-09-10  Bruno Haible  <bruno@clisp.org>
3990
3991         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3992         m4/inttypes_h.m4, m4/uintmax_t.m4.
3993
3994 2006-09-10  Bruno Haible  <bruno@clisp.org>
3995
3996         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
3997         gl_AC_TYPE_UINTMAX_T.
3998
3999 2006-09-10  Bruno Haible  <bruno@clisp.org>
4000
4001         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4002
4003 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4004
4005         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4006         convention.  Text proposed by Bruno Haible.
4007         (struct argp_option): Document the use of N_() wrappers.
4008
4009         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4010         '\v', and translate the two parts separately, instead of feeding
4011         the whole string to gettext.  This allows to exclude
4012         '\v' from the strings visible to the translator by writing doc
4013         strings as N_("..") "\v" N_("..").
4014
4015 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4016
4017         * config/srclist.txt: Undo latest change; the bug was fixed.
4018
4019 2006-09-09  Bruno Haible  <bruno@clisp.org>
4020
4021         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4022         assignments if building a library without libtool.
4023         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4024         in func_emit_lib_Makefile_am.
4025         (func_import): When building a static library libfoo.a, arrange to
4026         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4027         (func_create_testdir): Likewise.
4028         * modules/gc (configure.ac, Makefile.am): If building statically,
4029         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4030         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4031         * modules/striconv (configure.ac, Makefile.am): Likewise.
4032         Based on a suggestion by Ralf Wildenhues.
4033
4034 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4035
4036         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4037         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4038         Also:
4039
4040         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4041         Add year_2050_test to catch glibc bug 2821
4042         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4043
4044         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4045         Prefer #ifdef to #if.
4046
4047         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4048         Return from 'main' instead of calling 'exit'.
4049
4050 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4051
4052         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4053         returned the maximum time_t value rather than (time_t) -1.
4054         Problem originally reported by William Bardwell
4055         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4056
4057         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4058         Moved to here ...
4059         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4060         ... from here.
4061
4062 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4063
4064         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4065         2821 is fixed.
4066
4067 2006-09-08  Jim Meyering  <jim@meyering.net>
4068
4069         Don't make generated files read-only.  That would bother too many
4070         people.  However, do retain the ability to work when targets are
4071         read-only: remove the destination and temporary files before writing
4072         them (when generated via sed or echo), or by using the -f option for
4073         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4074         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4075         * modules/byteswap, modules/configmake, modules/fcntl:
4076         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4077         * modules/localcharset, modules/netinet_in, modules/poll:
4078         * modules/stdbool, modules/stdint, modules/sys_select:
4079         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4080
4081 2006-09-08  Jim Meyering  <jim@meyering.net>
4082
4083         Avoid new build failure on FreeBSD 6.0.
4084         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4085         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4086         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4087
4088 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4089
4090         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4091
4092 2006-09-07  Jim Meyering  <jim@meyering.net>
4093
4094         Fix global typo in last change: use chmod u-w, not chmod u-x.
4095         Spotted by Paul Eggert and Bruce Korb.
4096         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4097         * modules/byteswap, modules/configmake, modules/fcntl:
4098         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4099         * modules/localcharset, modules/netinet_in, modules/poll:
4100         * modules/stdbool, modules/stdint, modules/sys_select:
4101         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4102
4103 2006-09-06  Jim Meyering  <jim@meyering.net>
4104
4105         Make generated files be read-only.
4106         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
4107         Ensure that each generated file is now read-only.
4108         * modules/argz: Likewise.
4109         * modules/arpa_inet: Likewise.
4110         * modules/byteswap: Likewise.
4111         * modules/configmake: Likewise.
4112         * modules/fcntl: Likewise.
4113         * modules/fnmatch: Likewise.
4114         * modules/getopt: Likewise.
4115         * modules/glob: Likewise.
4116         * modules/inttypes: Likewise.
4117         * modules/netinet_in: Likewise.
4118         * modules/poll: Likewise.
4119         * modules/stdbool: Likewise.
4120         * modules/stdint: Likewise.
4121         * modules/sys_select: Likewise.
4122         * modules/sys_socket: Likewise.
4123         * modules/sys_stat: Likewise.
4124         * modules/sysexits: Likewise.
4125         * modules/localcharset: Same as above, but continue using temporary
4126         file named "t-$@" (why different?) rather than the "$@-t" used
4127         everywhere else.
4128
4129         * modules/sysexits (Makefile.am): Replace literal occurrences
4130         of "sysexit.h" more readable, and more consistent, "$@".
4131
4132 2006-09-06  Bruno Haible  <bruno@clisp.org>
4133
4134         * modules/striconv: New file.
4135         * modules/xstriconv: New file.
4136         * MODULES.html.sh (Internationalization functions): Add striconv,
4137         xstriconv.
4138
4139 2006-09-06  Bruno Haible  <bruno@clisp.org>
4140
4141         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
4142         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
4143         not using libtool correctly.
4144
4145 2006-09-06  Bruno Haible  <bruno@clisp.org>
4146
4147         * lib/striconv.h: New file.
4148         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
4149         iconvstring.c.
4150         * lib/xstriconv.h: New file.
4151         * lib/xstriconv.c: New file.
4152
4153 2006-09-06  Bruno Haible  <bruno@clisp.org>
4154
4155         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4156         lib_..._LDFLAGS.
4157
4158 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4159
4160         * lib/argz_.h: Sync from Libtool.
4161
4162         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
4163                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4164
4165         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
4166
4167 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4168
4169         * modules/trim: New file.
4170
4171 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4172
4173         * lib/trim.h: New file.
4174         * lib/trim.c: New file.
4175
4176 2006-09-05  Bruno Haible  <bruno@clisp.org>
4177
4178         * MODULES.html.sh (String handling): Add trim.
4179
4180 2006-09-04  Karl Berry  <karl@gnu.org>
4181
4182         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
4183         until next release.
4184
4185 2006-09-03  Bruno Haible  <bruno@clisp.org>
4186
4187         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
4188         correctly.
4189
4190 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4191
4192         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
4193         not gl_GETLOADAVG.  Omit unneeded semicolons.
4194         Problems reported by Ralf Wildenhues in
4195         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4196         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
4197         at the end, which is the usual gnulib style.
4198
4199         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
4200         of doing all the work ourselves.
4201         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
4202         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
4203
4204 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4205
4206         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
4207         Problem reported by Ralf Wildenhues in
4208         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4209
4210         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
4211         HAVE_STRUCT_STATFS_F_FSTYPENAME.
4212
4213 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4214
4215         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
4216         yesterday's patch by changing test -n to test -z.
4217
4218 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4219
4220         * modules/getloadavg (Files): Add m4/getloadavg.m4.
4221         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
4222         the former is now obsolescent.
4223
4224         * modules/chdir-long (Depends-on): Add fcntl.
4225
4226 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4227
4228         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
4229         obsolescent, and programs should use gnulib instead.
4230         * m4/getloadavg.m4: New file, with contents taken from Autoconf
4231         but with prefixes changed.
4232
4233 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4234
4235         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
4236         or stdbool.h, because they might not exist while configuring.
4237
4238         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
4239         Don't include unistd.h or limits.h; not needed, since chdir-long.h
4240         does that for us.
4241         (O_DIRECTORY): Remove.
4242
4243 2006-08-31  Eric Blake  <ebb9@byu.net>
4244
4245         * gnulib-tool: Don't let emacs change spaces to TAB.
4246
4247 2006-08-31  Bruno Haible  <bruno@clisp.org>
4248
4249         * gnulib-tool: When calling func_import more than once, do it in a
4250         subshell.
4251         Reported by Eric Blake <ebb9@byu.net>.
4252
4253 2006-08-31  Bruno Haible  <bruno@clisp.org>
4254
4255         * gnulib-tool (nl): Remove variable.
4256         (sed_transform_lib_file): Use more robust test for config-h module.
4257         (func_import): Fix typo in 2006-08-25 patch.
4258
4259 2006-08-31  Bruno Haible  <bruno@clisp.org>
4260
4261         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
4262         specified, augment Makefile.am variables instead of assigning them.
4263
4264 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4265
4266         Work around a bug in both the Linux and SunOS 64-bit kernels:
4267         nanosleep mishandles sleeps for longer than 2**31 seconds.
4268         Problem reported by Frank v Waveren in
4269         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4270         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
4271         Check for nanosleep bug.
4272         (LIB_NANOSLEEP): Append clock_gettime library if needed.
4273
4274 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4275
4276         Work around a bug in both the Linux and SunOS 64-bit kernels:
4277         nanosleep mishandles sleeps for longer than 2**31 seconds.
4278         Problem reported by Frank v Waveren in
4279         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4280         * lib/nanosleep.c (BILLION): New constant.
4281         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
4282         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
4283         implementation.
4284
4285 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4286
4287         * modules/nanosleep (Depends-on): Add gettime.
4288
4289 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4290         and Simon Josefsson  <jas@extundo.com>
4291         and Oskar Liljeblad  <oskar@osk.mine.nu>
4292
4293         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
4294         * gnulib-tool (func_import): New license type 'unmodifiable license
4295         text'.
4296         * modules/fdl: Use it.  Longer description.
4297         * module/gpl, module/lgpl: New files.
4298
4299 2006-08-30  Jim Meyering  <jim@meyering.net>
4300
4301         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
4302         shadowing the parameter.
4303
4304 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4305
4306         Sync from Libtool:
4307
4308         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4309
4310         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
4311         sharing with gnulib.  Report by Eric Blake.
4312
4313 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4314
4315         * modules/isapipe: New file.
4316         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
4317
4318 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4319
4320         * modules/configmake (Makefile.am): Add a comment, and omit
4321         the CONFIGMAKE_ prefix from generated macro names.  Suggested
4322         by Bruno Haible.
4323
4324 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4325
4326         * m4/isapipe.m4: New file.
4327
4328 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4329
4330         * lib/isapipe.c, lib/isapipe.h: New files.
4331
4332 2006-08-29  Jim Meyering  <jim@meyering.net>
4333
4334         * modules/configmake (Makefile.am): Make configmake.h depend on
4335         Makefile.  Otherwise, a stale configmake.h could hang around.
4336
4337 2006-08-29  Eric Blake  <ebb9@byu.net>
4338
4339         * lib/error.c (error_at_line, print_errno_message): Match libc, after
4340         resolution of upstream bug 3044.
4341
4342 2006-08-29  Bruno Haible  <bruno@clisp.org>
4343
4344         * modules/localcharset (Depends-on): Add configmake.
4345         (Makefile.am): Remove setting of LIBDIR through DEFS.
4346
4347 2006-08-29  Bruno Haible  <bruno@clisp.org>
4348
4349         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
4350         defined.
4351
4352 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4353
4354         * modules/fcntl: New file.
4355         * modules/chdir-safer (Depends-on): Add fcntl.
4356         * modules/fts: Likewise.
4357         * modules/mkdir-p: Likewise.
4358
4359         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
4360         This undoes the most recent change, since we're now addressing the
4361         problem in a different way.
4362
4363         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
4364         into output, since the output might be called Makefile.am even
4365         if $makefile_name is something different.
4366         (func_import): Use $makefile_am rather than
4367         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
4368         empty.
4369
4370         * modules/inttypes (Files): Add m4/inttypes-h.m4.
4371
4372 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4373
4374         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
4375         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
4376         recent change to stdint.m4, since we're now addressing the problem in a
4377         different way.
4378
4379 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4380
4381         * m4/fcntl_h.m4: New file.
4382
4383 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4384
4385         * lib/fcntl_.h: New file.
4386         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
4387         the fcntl module.
4388         * lib/dirchownmod.c: Likewise.
4389         * lib/fts.c: Likewise.
4390
4391         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
4392         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
4393         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
4394         just before including <inttypes.h>, to avoid circular inclusion.
4395
4396 2006-08-28  Jim Meyering  <jim@meyering.net>
4397
4398         * doc/visibility.texi: Actually read and correct the grammar of the
4399         sentence affected by yesterday's change.
4400
4401 2006-08-28  Eric Blake  <ebb9@byu.net>
4402
4403         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
4404         needs wrapper.
4405
4406 2006-08-28  Eric Blake  <ebb9@byu.net>
4407
4408         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
4409
4410 2006-08-28  Eric Blake  <ebb9@byu.net>
4411
4412         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
4413
4414 2006-08-28  Bruno Haible  <bruno@clisp.org>
4415
4416         * modules/c-strstr: New file, from GNU gettext.
4417         * MODULES.html.sh (String handling): Add c-strstr.
4418
4419 2006-08-28  Bruno Haible  <bruno@clisp.org>
4420
4421         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
4422         macros.
4423         Reported by Eric Blake.
4424
4425 2006-08-28  Bruno Haible  <bruno@clisp.org>
4426
4427         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
4428         (VASNPRINTF): Return a string of length > INT_MAX without failing.
4429         * lib/vasprintf.c: Include errno.h, limits.h.
4430         (EOVERFLOW): New fallback definition.
4431         (vasprintf): Test here whether the string length is > INT_MAX.
4432         * lib/vsnprintf.c: Include errno.h, limits.h.
4433         (EOVERFLOW): New fallback definition.
4434         (vsnprintf): Fix bug when generated string was too long for the buffer.
4435         Test here whether the string length is > INT_MAX.
4436
4437 2006-08-28  Bruno Haible  <bruno@clisp.org>
4438
4439         * lib/inttypes_.h (SCNX*): Remove definitions.
4440         Reported by Eric Blake.
4441
4442 2006-08-28  Bruno Haible  <bruno@clisp.org>
4443
4444         * lib/c-strstr.h: New file, from GNU gettext.
4445         * lib/c-strstr.c: New file, from GNU gettext.
4446
4447 2006-08-28  Bruno Haible  <bruno@clisp.org>
4448
4449         * gnulib-tool: Reorder some statements.
4450
4451 2006-08-28  Bruno Haible  <bruno@clisp.org>
4452
4453         * gnulib-tool: New option --makefile-name.
4454         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
4455         $makefile_name.
4456         (func_import): Write $makefile_name to the cache file, and read it from
4457         there unless explicitly specified. Use $makefile_name as file name
4458         instead of Makefile.am. Adjust the recommendations accordingly.
4459
4460 2006-08-28  Bruno Haible  <bruno@clisp.org>
4461
4462         * gnulib-tool (func_verify_module): Check against misapplying patch.
4463
4464 2006-08-28  Bruno Haible  <bruno@clisp.org>
4465
4466         * gnulib-tool (func_relativize, func_relconcat): New functions.
4467         Give an error if --local-dir is given with --update.
4468         Remove trailing slashes from $local_gnulib_dir.
4469         (func_import): Store the relativized $local_gnulib_dir in
4470         gnulib-cache.m4, and read it from there if not specified explicitly.
4471
4472 2006-08-28  Bruno Haible  <bruno@clisp.org>
4473
4474         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
4475         is the current directory. Respect also $local_gnulib_dir.
4476
4477 2006-08-28  Bruno Haible  <bruno@clisp.org>
4478             Simon Josefsson  <jas@extundo.com>
4479
4480         BeOS portability.
4481         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
4482
4483 2006-08-27  Jim Meyering  <jim@meyering.net>
4484
4485         * doc/visibility.texi: Remove duplicate word: "pointer".
4486
4487 2006-08-26  Bruno Haible  <bruno@clisp.org>
4488
4489         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
4490         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
4491         (Makefile.am): Create inttypes.h from inttypes_.h.
4492         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
4493
4494         * modules/imaxabs: New file.
4495
4496         * modules/imaxdiv: New file.
4497
4498 2006-08-26  Bruno Haible  <bruno@clisp.org>
4499
4500         * m4/inttypes.m4: New file.
4501         * m4/_inttypes_h.m4: Remove file.
4502         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
4503         PRI_MACROS_BROKEN.
4504         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
4505
4506         * m4/imaxabs.m4: New file.
4507
4508         * m4/imaxdiv.m4: New file.
4509
4510 2006-08-26  Bruno Haible  <bruno@clisp.org>
4511
4512         * lib/inttypes_.h: New file.
4513         * lib/inttypes.h: Remove file.
4514         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
4515
4516         * lib/imaxabs.c: New file.
4517
4518         * lib/imaxdiv.c: New file.
4519
4520 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4521
4522         New config-h module, so that "make" output needn't be cluttered
4523         by -DHAVE_CONFIG_H.
4524         * MODULES.html.sh (Support for building libraries and executables):
4525         Add config-h.
4526         * modules/config-h: New file.
4527         * gnulib-tool (nl, sed_transform_lib_file): New vars.
4528         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
4529         the config-h module is used.
4530
4531         New configmake module, so that "make" output needn't be cluttered
4532         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
4533         * MODULES.html.sh (Support for building libraries and executables):
4534         Add configmake.
4535         * modules/configmake: New file.
4536
4537 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4538
4539         * m4/config-h.m4: New file.
4540
4541 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4542
4543         * config/srclist.txt: Add elisp-comp.
4544
4545 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4546
4547         * MODULES.html.sh (Support for building libraries and executables):
4548         Add elisp-comp.
4549         * build-aux/elisp-comp: New file.
4550         * modules/elisp-comp: New file.
4551
4552 2006-08-24  Bruno Haible  <bruno@clisp.org>
4553
4554         * gnulib-tool (func_create_testdir): Use non-default values of
4555         sourcebase and m4base.
4556
4557 2006-08-24  Bruno Haible  <bruno@clisp.org>
4558
4559         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
4560         HTML structure.
4561
4562 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
4563
4564         * modules/openat (Depends-on): Add lchown.
4565
4566 2006-08-23  Bruno Haible  <bruno@clisp.org>
4567
4568         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
4569         of gl_LOCK_EARLY instead of gl_LOCK.
4570
4571 2006-08-23  Bruno Haible  <bruno@clisp.org>
4572
4573         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
4574         on OSF/1 to no.
4575         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
4576
4577 2006-08-23  Bruno Haible  <bruno@clisp.org>
4578
4579         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
4580         as unusable.
4581
4582         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
4583         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
4584         (gl_LOCK): New macro.
4585
4586 2006-08-22  Simon Josefsson  <jas@extundo.com>
4587
4588         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
4589         to md5 module.
4590
4591 2006-08-22  Simon Josefsson  <jas@extundo.com>
4592
4593         * MODULES.html.sh: Add "Support for maintaining and release
4594         projects".
4595
4596         * build-aux/gnupload: New file, from coreutils.
4597
4598 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4599
4600         Avoid the need for AC_LIBSOURCES in m4 macros.
4601         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
4602         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
4603         * modules/check-version (EXTRA_DIST): Add check-version.h.
4604         * modules/crc (EXTRA_DIST): Add crc.h.
4605         * modules/des (EXTRA_DIST): Add des.h.
4606         * modules/gc (EXTRA_DIST): Add gc.h.
4607         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
4608         * modules/getline (EXTRA_DIST): Add getline.h.
4609         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
4610         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
4611         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
4612         * modules/md2 (EXTRA_DIST): Add md2.h.
4613         * modules/md4 (EXTRA_DIST): Add md4.h.
4614         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
4615         * modules/read-file (EXTRA_DIST): Add read-file.h.
4616         * modules/readline (EXTRA_DIST): Add readline.h.
4617         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
4618         rijndael-api-fst.h.
4619
4620 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4621
4622         * m4/rijndael.m4 (gl_ARCFOUR):
4623         * m4/arctwo.m4 (gl_ARCTWO):
4624         * m4/check-version.m4 (gl_CHECK_VERSION):
4625         * m4/crc.m4 (gl_CRC):
4626         * m4/des.m4 (gl_DES):
4627         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
4628         * m4/gc.m4 (gl_GC):
4629         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
4630         * m4/getline.m4 (gl_FUNC_GETLINE):
4631         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
4632         * m4/hmac-md5.m4 (gl_HMAC_MD5):
4633         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
4634         * m4/md2.m4 (gl_MD2):
4635         * m4/md4.m4 (gl_MD4):
4636         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
4637         * m4/read-file.m4 (gl_FUNC_READ_FILE):
4638         * m4/readline.m4 (gl_FUNC_READLINE):
4639         * m4/rijndael.m4 (gl_RIJNDAEL):
4640         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4641         to get the necessary .h files and whatnot.
4642
4643 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4644
4645         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
4646         gnulib rather than the other way around.
4647         * config/srclistvars.sh (COREUTILS): Remove.
4648
4649 2006-08-22  Jim Meyering  <jim@meyering.net>
4650
4651         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
4652
4653         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
4654
4655 2006-08-22  Eric Blake  <ebb9@byu.net>
4656
4657         * modules/regexprops-generic: New file.
4658         * MODULES.html.sh (Support for building documentation): List it.
4659
4660 2006-08-22  Eric Blake  <ebb9@byu.net>
4661
4662         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
4663         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4664         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
4665         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
4666
4667 2006-08-22  Bruno Haible  <bruno@clisp.org>
4668
4669         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
4670         and lib_LTLIBRARIES like the other lib_* variables.
4671
4672 2006-08-22  Bruno Haible  <bruno@clisp.org>
4673
4674         * build-aux/x-to-1.in: New file, from GNU gettext.
4675
4676 2006-08-22  Bruno Haible  <bruno@clisp.org>
4677
4678         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
4679         <utmpx.h> exists.
4680
4681 2006-08-22  Bruno Haible  <bruno@clisp.org>
4682
4683         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
4684         <utmpx.h> exists.
4685
4686 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4687
4688         BeOS portability.
4689         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
4690         exist.
4691         Problem reported by Bruno Haible.
4692
4693 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4694
4695         Avoid the need for AC_LIBSOURCES in m4 macros.
4696         * modules/acl (EXTRA_DIST): Add acl.h.
4697         * modules/argmatch (Files): Add m4/argmatch.m4.
4698         (configure.ac): Add gl_ARGMATCH.
4699         (EXTRA_DIST): Renamed from lib_SOURCES, for
4700         consistency with the other modules.  Remove argmatch.c.
4701         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
4702         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
4703         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
4704         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
4705         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
4706         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
4707         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
4708         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
4709         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
4710         * modules/closeout (EXTRA_DIST): Add closeout.h.
4711         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
4712         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
4713         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
4714         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
4715         dirname.h; remove basename.c and stripslash.c.
4716         * modules/exclude (EXTRA_DIST): Add exclude.h.
4717         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
4718         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
4719         * modules/file-type (EXTRA_DIST): Add file-type.h.
4720         * modules/filemode (EXTRA_DIST): Add filemode.h.
4721         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
4722         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4723         * modules/fpending (EXTRA_DIST): Add __fpending.h.
4724         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
4725         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
4726         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
4727         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
4728         * modules/getdate (EXTRA_DIST): Add getdate.c.
4729         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
4730         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
4731         * modules/getpass (EXTRA_DIST): Add getpass.h.
4732         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
4733         * modules/group-member (EXTRA_DIST): Add group-member.h.
4734         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
4735         * modules/hash (EXTRA_DIST): Add hash.h.
4736         * modules/human (EXTRA_DIST): Add human.h.
4737         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
4738         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
4739         * modules/lchown (EXTRA_DIST): Add lchown.h.
4740         * modules/long-options (EXTRA_DIST): Add long-options.h.
4741         * modules/lstat (EXTRA_DIST): Add lstat.h.
4742         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
4743         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
4744         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
4745         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
4746         * modules/memxor (EXTRA_DIST): Add memxor.h.
4747         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
4748         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
4749         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
4750         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
4751         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
4752         * modules/physmem (EXTRA_DIST): Add physmem.h.
4753         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
4754         * modules/posixver (EXTRA_DIST): Add posixver.h.
4755         * modules/quote (EXTRA_DIST): Add quote.h.
4756         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
4757         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
4758         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
4759         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
4760         regex_internal.h regexec.c.
4761         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
4762         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
4763         * modules/same (EXTRA_DIST): Add same.h.
4764         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
4765         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
4766         * modules/savedir (EXTRA_DIST): Add savedir.h.
4767         * modules/sha1 (EXTRA_DIST): Add sha1.h.
4768         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
4769         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
4770         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
4771         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
4772         * modules/strdup (EXTRA_DIST): Add strdup.h.
4773         * modules/strftime (EXTRA_DIST): Add strftime.h.
4774         * modules/strndup (EXTRA_DIST): Add strndup.h.
4775         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
4776         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
4777         * modules/time_r (EXTRA_DIST): Add time_r.h.
4778         * modules/timespec (EXTRA_DIST): Add timespec.h.
4779         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4780         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
4781         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
4782         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
4783         * modules/userspec (EXTRA_DIST): Add userspec.h.
4784         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
4785         * modules/utimens (EXTRA_DIST): Add utimens.h.
4786         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
4787         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
4788         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
4789         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
4790         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
4791         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
4792         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
4793         * modules/yesno (EXTRA_DIST): Add yesno.h.
4794
4795 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4796
4797         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
4798
4799         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
4800         * m4/dev-ino.m4, same-inode.m4: Remove.
4801
4802         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
4803         * m4/acl.m4 (AC_FUNC_ACL):
4804         * m4/backupfile.m4 (gl_BACKUPFILE):
4805         * m4/c-strtod.m4 (gl_C99_STRTOLD):
4806         * m4/canon-host.m4 (gl_CANON_HOST):
4807         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4808         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
4809         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
4810         * m4/cloexec.m4 (gl_CLOEXEC):
4811         * m4/close-stream.m4 (gl_CLOSE_STREAM):
4812         * m4/closeout.m4 (gl_CLOSEOUT):
4813         * m4/dirfd.m4 (gl_FUNC_DIRFD):
4814         * m4/dirname.m4 (gl_DIRNAME):
4815         * m4/exclude.m4 (gl_EXCLUDE):
4816         * m4/exitfail.m4 (gl_EXITFAIL):
4817         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
4818         * m4/file-type.m4 (gl_FILE_TYPE):
4819         * m4/filemode.m4 (gl_FILEMODE):
4820         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
4821         * m4/fpending.m4 (gl_FUNC_FPENDING):
4822         * m4/fprintftime.m4 (gl_FPRINTFTIME):
4823         * m4/fts.m4 (gl_FUNC_FTS):
4824         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
4825         * m4/getdate.m4 (gl_GETDATE):
4826         * m4/gethrxtime.m4 (gl_GETHRXTIME):
4827         * m4/getpagesize.m4 (gl_GETPAGESIZE):
4828         * m4/getpass.m4 (gl_FUNC_GETPASS):
4829         * m4/gettime.m4 (gl_GETTIME):
4830         * m4/getugroups.m4 (gl_GETUGROUPS):
4831         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
4832         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
4833         * m4/hard-locale.m4 (gl_HARD_LOCALE):
4834         * m4/hash.m4 (gl_HASH):
4835         * m4/idcache.m4 (gl_IDCACHE):
4836         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
4837         * m4/lchown.m4 (gl_FUNC_LCHOWN):
4838         * m4/long-options.m4 (gl_LONG_OPTIONS):
4839         * m4/lstat.m4 (gl_FUNC_LSTAT):
4840         * m4/md5.m4 (gl_MD5):
4841         * m4/memcasecmp.m4 (gl_MEMCASECMP):
4842         * m4/memcoll.m4 (gl_MEMCOLL):
4843         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
4844         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
4845         * m4/memxor.m4 (gl_MEMXOR):
4846         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
4847         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
4848         * m4/modechange.m4 (gl_MODECHANGE):
4849         * m4/mountlist.m4 (gl_MOUNTLIST):
4850         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4851         * m4/openat.m4 (gl_FUNC_OPENAT):
4852         * m4/pathmax.m4 (gl_PATHMAX):
4853         * m4/physmem.m4 (gl_PHYSMEM):
4854         * m4/posixtm.m4 (gl_POSIXTM):
4855         * m4/posixver.m4 (gl_POSIXVER):
4856         * m4/quote.m4 (gl_QUOTE):
4857         * m4/quotearg.m4 (gl_QUOTEARG):
4858         * m4/readtokens.m4 (gl_READTOKENS):
4859         * m4/readutmp.m4 (gl_READUTMP):
4860         * m4/regex.m4 (gl_REGEX):
4861         * m4/safe-read.m4 (gl_SAFE_READ):
4862         * m4/safe-write.m4 (gl_SAFE_WRITE):
4863         * m4/same.m4 (gl_SAME):
4864         * m4/save-cwd.m4 (gl_SAVE_CWD):
4865         * m4/savedir.m4 (gl_SAVEDIR):
4866         * m4/settime.m4 (gl_SETTIME):
4867         * m4/sha1.m4 (gl_SHA1):
4868         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
4869         * m4/stat-macros.m4 (gl_STAT_MACROS):
4870         * m4/stat-time.m4 (gl_STAT_TIME):
4871         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
4872         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
4873         * m4/strdup.m4 (gl_FUNC_STRDUP):
4874         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
4875         * m4/strndup.m4 (gl_FUNC_STRNDUP):
4876         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
4877         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
4878         * m4/time_r.m4 (gl_TIME_R):
4879         * m4/timespec.m4 (gl_TIMESPEC):
4880         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
4881         * m4/unlinkdir.m4 (gl_UNLINKDIR):
4882         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
4883         * m4/userspec.m4 (gl_USERSPEC):
4884         * m4/utimecmp.m4 (gl_UTIMECMP):
4885         * m4/utimens.m4 (gl_UTIMENS):
4886         * m4/xalloc.m4 (gl_XALLOC):
4887         * m4/xgetcwd.m4 (gl_XGETCWD):
4888         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
4889         * m4/xreadlink.m4 (gl_XREADLINK):
4890         * m4/xstrtod.m4 (gl_XSTRTOD):
4891         * m4/yesno.m4 (gl_YESNO):
4892         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4893         to get the necessary .h files and whatnot.
4894
4895 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
4896             Bruno Haible  <bruno@clisp.org>
4897
4898         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
4899         /bin/sh understanding of '!' conditional negation.
4900
4901 2006-08-21  Jim Meyering  <jim@meyering.net>
4902
4903         * modules/openat (Depends-on): Really alphabetize.
4904
4905         * modules/acl (Depends-on): Add error and quote.
4906
4907         * check-module (find_included_lib_files): Add at-func.c to the
4908         ok-to-include-more-than-once white list.
4909
4910         * modules/openat (Depends-on): Add lstat.  Alphabetize.
4911
4912 2006-08-21  Bruno Haible  <bruno@clisp.org>
4913
4914         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4915         Emit a pkgdata_DATA variable only if some snippets add contents to it.
4916         Reported by Martin Lambers <marlam@marlam.de>.
4917
4918 2006-08-21  Bruno Haible  <bruno@clisp.org>
4919
4920         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
4921         specify an installation location, don't emit a noinst_LIBRARIES or
4922         noinst_LTLIBRARIES assignment.
4923
4924 2006-08-21  Bruno Haible  <bruno@clisp.org>
4925
4926         BeOS portability.
4927         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
4928         BeOS has mbrtowc() but no <wctype.h>.
4929
4930 2006-08-21  Bruno Haible  <bruno@clisp.org>
4931
4932         BeOS portability.
4933         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
4934         exist.
4935
4936 2006-08-21  Bruno Haible  <bruno@clisp.org>
4937
4938         BeOS portability.
4939         * lib/mbchar.h: Include <wctype.h> only if it exists.
4940
4941 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4942
4943         Remove files that are no longer needed by their respective modules.
4944         * m4/obstack.m4: Remove.
4945         * m4/strerror_r.m4: Remove.
4946         * m4/uint32_t.m4: Remove.
4947         * m4/uintptr_t.m4: Remove.
4948         * m4/ullong_max.m4: Remove.
4949         * m4/xstrtoimax.m4: Remove.
4950         * m4/xstrtoumax.m4: Remove.
4951
4952         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
4953         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
4954         dependencies now capture this.
4955
4956         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
4957         Do not use AC_LIBSOURCES, since gnulib modules now do this.
4958         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
4959         * m4/human.m4 (gl_HUMAN): Likewise.
4960         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
4961         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
4962
4963         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
4964
4965         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
4966         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
4967         stdint.
4968         * m4/human.m4 (gl_HUMAN): Likewise.
4969         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
4970         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
4971         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4972         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4973         * m4/xstrtol (gl_XSTRTOL): Likewise.
4974
4975         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
4976         AC_TYPE_LONG_LONG_INT.
4977         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4978         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
4979         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
4980         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4981
4982         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
4983         on stdbool.
4984
4985         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
4986         (gl_PREREQ_XSTRTOUL): Remove.
4987
4988         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
4989
4990         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
4991         mode.
4992
4993 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4994
4995         Add and change modules to make it easier for coreutils to use
4996         gnulib-tool.
4997         * modules/backupfile (Files): Remove m4/d-ino.m4.
4998         (Depends-on): Add d-ino.
4999         * modules/cycle-check (Depends-on): Add stdint.
5000         (lib_SOURCES): Add cycle-check.h.
5001         * modules/d-ino: New module.
5002         * modules/d-type: New module.
5003         * modules/error (Files): Remove m4/strerror_r.m4.
5004         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5005         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5006         m4/inttypes_h.m4, m4/uintmax_t.m4.
5007         (Depends-on): Add stdint.
5008         (lib_SOURCES): Add fsusage.h.
5009         * modules/getcwd (Files): Remove d-ino.m4.
5010         (Depends-on): Add d-ino.
5011         * modules/getndelim2 (Depends-on): Add stdint.
5012         * modules/glob (Files): Remove m4/d-type.m4.
5013         (Depends-on): Add d-type.
5014         * modules/host-os: New module.
5015         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5016         m4/inttypes_h.m4, m4/uintmax_t.m4.
5017         * Depends-on: Add stdint.
5018         (lib_SOURCES): Add human.h.
5019         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5020         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5021         m4/uintmax_t.m4, m4/ulonglong.m4.
5022         (Depends-on): Add stdint.
5023         (EXTRA_DIST): Add inttostr.h.
5024         * modules/lchmod: New module.
5025         * modules/link-follow: New module.
5026         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5027         (Depends-on): Add lchmod.
5028         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5029         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5030         (Depends-on): Add stdint.
5031         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5032         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5033         (Depends-on): Add stdint.
5034         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5035         * modules/perl: New module.
5036         * modules/regex (Depends-on): Add stdint.
5037         * modules/rmdir-errno: New module.
5038         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5039         m4/intmax_t.m4.
5040         (Depends-on): Add stdint.
5041         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5042         m4/uintmax_t.m4.
5043         (Depends-on): Add stdint.
5044         * modules/unlink-busy: New module.
5045         * modules/utimecmp (Depends-on): Add stdint.
5046         * modules/uptime: New module.
5047         * modules/winsz-ioctl: New module.
5048         * modules/winsz-termios: New module.
5049         * modules/xnanosleep (Depends-on): Add nanosleep.
5050         * modules/ullong_max: Remove.
5051         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5052         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5053         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5054         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5055         (Depends-on): Add inttypes.
5056         (lib_SOURCES): Add xstrtol.h.
5057         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5058         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5059         * MODULES.html.sh: Move 'assert' into the assert section.
5060         Move 'dummy' into the linking section.
5061         Remove ullong_max.
5062         Add section for compatibility checks for POSIX:2001 functions,
5063         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5064         winsz-ioctl, and winsz-termios into it.
5065         Add lchmod.
5066         Add top-level Misc section and put host-os, perl, and uptime
5067         into it.
5068
5069 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5070
5071         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5072         now assume the stdint module.  Do not include inttypes.h.
5073         * lib/fsusage.h: Likewise.
5074         * lib/getndelim2.c: Likewise.
5075         * lib/human.h: Likewise.
5076         * lib/inttostr.h: Likewise.
5077         * lib/obstack.c: Likewise.
5078         * lib/regex_internal.h: Likewise.
5079         * lib/tempname.c: Likewise.
5080         * lib/utimecmp.c: Likewise.
5081         * lib/xstrtol.h: Likewise.
5082
5083         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5084
5085         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5086         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5087         * lib/xtime.h: Likewise.
5088
5089 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5090
5091         * modules/openat (Files): Add lib/fchmodat.c.
5092         Fixes problem reported by Jay Youngman.
5093
5094 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5095
5096         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5097         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
5098
5099 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5100             Bruno Haible  <bruno@clisp.org>
5101
5102         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5103         and is a script that invokes bison. Tighten the code. Add comments.
5104
5105 2006-08-18  Jim Meyering  <jim@meyering.net>
5106
5107         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
5108         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
5109         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
5110         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
5111
5112 2006-08-18  Bruno Haible  <bruno@clisp.org>
5113
5114         * modules/bison-i18n: New file.
5115         * MODULES.html.sh (Internationalization functions): Add it.
5116
5117 2006-08-18  Bruno Haible  <bruno@clisp.org>
5118
5119         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
5120         sys/statvfs.h. When getmntinfo was found, check its declaration and
5121         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
5122
5123 2006-08-18  Bruno Haible  <bruno@clisp.org>
5124
5125         * m4/bison-i18n.m4: New file, from bison.
5126
5127 2006-08-18  Bruno Haible  <bruno@clisp.org>
5128
5129         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
5130         (ME_DUMMY): Treat "kernfs" as a dummy.
5131         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
5132
5133 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5134
5135         Update from coreutils.
5136
5137         2006-08-15  Jim Meyering  <jim@meyering.net>
5138
5139         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
5140
5141         2006-01-17  Jim Meyering  <jim@meyering.net>
5142
5143         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
5144
5145         2006-01-11  Jim Meyering  <jim@meyering.net>
5146
5147         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
5148         Check for the lchmod function.
5149
5150 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5151
5152         Update from coreutils.
5153
5154         * lib/__fpending.h: Add copyright notice.
5155         * lib/fprintftime.h: Likewise.
5156         * lib/savedir.c: Use (C) in copyright notice.
5157         * lib/savedir.h: Likewise.
5158
5159         2006-08-15  Jim Meyering  <jim@meyering.net>
5160
5161         * lib/at-func.c: New file, with the logic of all emulated at-functions.
5162         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
5163         in support of the EXPECTED_ERRNO macro.
5164         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
5165         definitions.  Instead, define the appropriate symbols and include
5166         "at-func.c".
5167         * lib/mkdirat.c (mkdirat): Likewise.
5168         * lib/fchmodat.c (fchmodat): Likewise.
5169         (ENOSYS): Remove definition.
5170         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
5171         it.  Don't include "unistd--.h" -- it wasn't ever used.
5172
5173         2006-01-17  Jim Meyering  <jim@meyering.net>
5174
5175         Rewrite fts.c not to change the current working directory,
5176         by using openat, fstatat, fdopendir, etc..
5177
5178         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
5179         (HAVE_OPENAT_SUPPORT): Define.
5180         [_LIBC] (fchdir): Don't undef or define; no longer used.
5181         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
5182         Now, this `function' always succeeds, and consumes its file descriptor
5183         parameter -- so callers must not close such FDs.  Update callers.
5184         (diropen_fd, opendirat, cwd_advance_fd): New functions.
5185         (diropen): Add parameter, SP.  Adjust all callers.
5186         Implement using diropen_fd, rather than open.
5187         (fts_open): Initialize new member, fts_cwd_fd.
5188         Remove fts_rft-setting code.
5189         (fts_close): Close fts_cwd_fd, if necessary.
5190         (__opendir2): Define in terms of opendir or opendirat,
5191         depending on whether the FST_NOCHDIR flag is set.
5192         (fts_build): Since fts_safe_changedir consumes its FD, and since
5193         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
5194         and close the dup'd file descriptor upon failure.
5195         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
5196         (fts_safe_changedir): Tweak semantics to reflect that this function
5197         now calls cwd_advance_fd and hence consumes its FD argument.
5198         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
5199         [struct FTS] (fts_rft): Remove now-unused member.
5200         [struct FTS] (fts_cycle.state): Improve comment.
5201
5202         * lib/openat.c (openat_needs_fchdir): New function.
5203         * lib/openat.h (openat_needs_fchdir): Declare it.
5204
5205 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
5206
5207         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
5208         Problem and fix reported by Pádraig Brady in
5209         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
5210
5211 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5212
5213         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
5214
5215 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5216
5217         * lib/memcoll.c (memcoll): Optimize for the common case where the
5218         arguments are bytewise equal.
5219
5220 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5221
5222         * doc/regexprops-generic.texi: Add a copyright notice.
5223
5224 2006-08-15  Bruno Haible  <bruno@clisp.org>
5225
5226         * modules/tmpdir (License): Change to LGPL.
5227
5228 2006-08-15  Bruno Haible  <bruno@clisp.org>
5229
5230         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
5231         module.
5232
5233 2006-08-14  Simon Josefsson  <jas@extundo.com>
5234
5235         * config/srclist.txt: Add gnupload.
5236
5237 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5238
5239         Change copyright notice from LGPL 2 to GPL 2, since that's the
5240         standard form used in the gnulib repository.
5241         * tests/test-lock.c: Likewise.
5242         * tests/test-stdint.c: Likewise.
5243         * tests/test-tls.c: Likewise.
5244
5245         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
5246         prelude-manager.  User shorter URLs for GNU projects, without '?'.
5247         Add copyright notice.
5248
5249         * check-module: Add copyright notice.  Output a copyright
5250         notice if "--version" is specified.
5251         * modules/COPYING: New file.
5252         * tests/test-getaddrinfo.c: Add copyright notice.
5253         * tests/test-verify.c: Likewise.
5254
5255 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5256
5257         Change copyright notice from LGPL 2 to GPL 2, since that's the
5258         standard form used in the gnulib repository.
5259         * lib/lock.c: LGPL -> GPL.
5260         * lib/lock.h: Likewise.
5261         * lib/strnlen1.c: Likewise.
5262         * lib/strnlen1.h: Likewise.
5263         * lib/tls.c: Likewise.
5264         * lib/tls.h: Likewise.
5265         * lib/tmpdir.c: Likewise.
5266
5267         * lib/TODO: Remove; this belongs only in coreutils.
5268
5269 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5270
5271         Add copyright notices to long-enough files that lack them, since
5272         otherwise the files aren't clearly free.  Use the same notice that
5273         getdate.texi already uses.
5274         * doc/alloca-opt.texi: Add copyright notice.
5275         * doc/alloca.texi: Likewise.
5276         * doc/ctime.texi: Likewise.
5277         * doc/functions.texi: Likewise.
5278         * doc/gcd.texi: Likewise.
5279         * doc/gnulib-tool.texi: Likewise.
5280         * doc/inet_ntoa.texi: Likewise.
5281         * doc/visibility.texi: Likewise.
5282
5283         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
5284         * doc/quote.texi: Add copyright notice.
5285
5286         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
5287         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
5288         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
5289         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
5290         is now obsolete, and give a pointer to the Sun list.
5291         Add copyright notice.
5292
5293 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5294
5295         * config/srclistvars.sh: Add copyright notice.
5296
5297 2006-08-14  Eric Blake  <ebb9@byu.net>
5298
5299         Import the following change from libc:
5300
5301         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
5302
5303         Upstream bug 2997.
5304         * lib/misc/error.c: Add space between program name and message if file
5305         name is missing.
5306
5307 2006-08-12  Karl Berry  <karl@gnu.org>
5308
5309         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
5310         remove, these originate in gnulib now.
5311
5312 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5313
5314         * doc/Makefile (standards.info standards.html standards.dvi):
5315         Also depend on make-stds.texi.
5316
5317 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5318
5319         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
5320         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
5321
5322         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
5323         in wchar_t.  Problem reported by Eric Blake.
5324
5325         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
5326         LEN is smaller than SIZE.  Suggested by Bruno Haible.
5327         Also, help the compiler to keep LEN in a register.
5328
5329 2006-08-11  Eric Blake  <ebb9@byu.net>
5330
5331         * users.txt: Sort.  Add tar.
5332
5333 2006-08-11  Bruno Haible  <bruno@clisp.org>
5334
5335         * users.txt: New file.
5336
5337 2006-08-11  Bruno Haible  <bruno@clisp.org>
5338
5339         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
5340         before <wchar.h>. Needed for OSF/1 and BSD/OS.
5341
5342 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5343
5344         * modules/snprintf (Depends-on): Remove minmax.
5345         (Maintainer): Add self and Bruno.
5346
5347 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5348
5349         * lib/.cppi-disable: Add snprintf.h, socket_.h.
5350         * lib/snprintf.c: Include <errno.h> and <limits.h>.
5351         (EOVERFLOW): Define if the system does not.
5352         Do not include "minmax.h"; it wasn't used.
5353         (snprintf): Don't assume size_t promotes to an unsigned type.
5354         Fix bug when generated string was too long for the buffer: the
5355         buffer's contents are supposed to be the initial prefix of the
5356         output.  Don't assume vasnprintf returns EOVERFLOW if the size
5357         exceeds INT_MAX; do the check ourselves.
5358
5359         Import the following changes from libc:
5360
5361         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5362
5363         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
5364         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
5365         set wc to the byte which couldn't be converted.
5366         (re_string_reconstruct): Don't clear valid_raw_len before calling
5367         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5368         tip_context using re_string_context_at.
5369
5370         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
5371
5372         * lib/posix/regex.h: g++ still cannot handled [restrict].
5373
5374         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
5375
5376         * lib/posix/regex.h: Remove special handling for VMS.
5377
5378 2006-08-10  Jim Meyering  <jim@meyering.net>
5379
5380         * modules/same-inode: New module.
5381         * modules/dev-ino: New module.
5382         * modules/cycle-check: Depend on these modules, rather than simply
5383         including their .h files.
5384         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
5385         required via m4/cycle-check.m4.
5386         * modules/same: Depend on new same-inode module, rather than
5387         including same-inode.h.
5388         * modules/chdir-safer: New file.
5389
5390         * modules/chown (Depends-on): Add stat-macros.
5391
5392 2006-08-10  Jim Meyering  <jim@meyering.net>
5393
5394         * m4/cycle-check.m4: New file.
5395         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
5396         * m4/dev-ino.m4, m4/same-inode.m4: New files.
5397
5398 2006-08-10  Eric Blake  <ebb9@byu.net>
5399
5400         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
5401         in from original proposal.
5402
5403 2006-08-10  Eric Blake  <ebb9@byu.net>
5404         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5405
5406         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
5407         namespace.
5408
5409 2006-08-10  Bruno Haible  <bruno@clisp.org>
5410
5411         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
5412         as well.
5413
5414 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5415
5416         Sync from coreutils.
5417
5418         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
5419
5420         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
5421         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
5422
5423 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5424
5425         * modules/restrict: Remove; no longer needed now that we assume
5426         Autoconf 2.59 or later.
5427         * MODULES.html.sh: Remove 'restrict'.
5428         * modules/argp (Depends-on): Remove 'restrict'.
5429         * modules/base64 (Depends-on): Likewise.
5430         * modules/gc (Depends-on): Likewise.
5431         * modules/getaddrinfo (Depends-on): Likewise.
5432         * modules/glob (Depends-on): Likewise.
5433         * modules/inet_ntop (Depends-on): Likewise.
5434         * modules/inet_pton (Depends-on): Likewise.
5435         * modules/memxor (Depends-on): Likewise.
5436         * modules/regex (Depends-on): Likewise.
5437         * modules/strtok_r (Depends-on): Likewise.
5438         * modules/time_r (Depends-on): Likewise.
5439
5440 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5441
5442         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
5443         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
5444         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5445         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
5446         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
5447         * m4/memxor.m4 (gl_MEMXOR): Likewise.
5448         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
5449         gl_C_RESTRICT replaced by AC_C_RESTRICT.
5450
5451         Merge from coreutils.
5452         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
5453         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
5454         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5455         * m4/time_r.m4 (gl_TIME_R): Likewise.
5456
5457 2006-08-09  Karl Berry  <karl@gnu.org>
5458
5459         * config/srclist.txt: no more gettext-tools, per Bruno.
5460
5461 2006-08-08  Eric Blake  <ebb9@byu.net>
5462
5463         * modules/verror: New module.
5464         * MODULES.html.sh: Document it.
5465
5466 2006-08-08  Eric Blake  <ebb9@byu.net>
5467
5468         * lib/verror.h, lib/verror.c: New files.
5469
5470 2006-08-08  Eric Blake  <ebb9@byu.net>
5471
5472         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
5473         verror_at_line output complies with GNU Coding Standards even when
5474         file is NULL.
5475
5476 2006-08-07  Bruno Haible  <bruno@clisp.org>
5477
5478         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
5479         versions of AIX.
5480         Reported by Ralf Wildenhues.
5481
5482 2006-08-07  Bruno Haible  <bruno@clisp.org>
5483
5484         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
5485         in an AC_DEFUN. Needed so that the autoconf snippets can use
5486         AC_REQUIRE.
5487
5488 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5489
5490         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5491         Initialize pkgdata_DATA.
5492         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
5493         overriding it.
5494
5495 2006-08-06  Eric Blake  <ebb9@byu.net>
5496
5497         * lib/error.h: Fold in some upstream changes from glibc.
5498         * lib/error.c: Likewise.
5499
5500 2006-08-04  Bruno Haible  <bruno@clisp.org>
5501
5502         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5503         Make the mostlyclean-local rule depend on mostlyclean-generic.
5504         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
5505
5506 2006-07-31  Bruno Haible  <bruno@clisp.org>
5507
5508         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
5509         <stdlib.h>, <string.h>.
5510
5511 2006-07-30  Bruno Haible  <bruno@clisp.org>
5512
5513         * modules/readlink (License): Change to LGPL.
5514
5515 2006-07-30  Bruno Haible  <bruno@clisp.org>
5516
5517         * modules/javaversion (Makefile.am): Distribute javaversion.java and
5518         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
5519         set PKGDATADIR to point to it.
5520
5521 2006-07-30  Bruno Haible  <bruno@clisp.org>
5522
5523         * modules/csharpexec (configure.ac): Comment out macro invocation.
5524         * modules/javaexec (configure.ac): Likewise.
5525         * modules/javacomp-script (configure.ac): Likewise.
5526
5527         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
5528
5529 2006-07-30  Bruno Haible  <bruno@clisp.org>
5530
5531         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
5532         linked-list.
5533
5534 2006-07-30  Bruno Haible  <bruno@clisp.org>
5535
5536         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
5537
5538 2006-07-30  Bruno Haible  <bruno@clisp.org>
5539
5540         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5541         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
5542         get removed.
5543
5544 2006-07-29  Bruno Haible  <bruno@clisp.org>
5545
5546         Make it possible for gnulib-tool to work with locally modified or
5547         augmented gnulib repositories.
5548         * gnulib-tool (func_usage): Document --local-dir option.
5549         (local_gnulib_dir): New variable.
5550         Handle --local-dir option.
5551         (func_lookup_file): New function.
5552         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
5553         (func_get_description, func_get_filelist, func_get_description,
5554         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
5555         func_get_automake_snippet, func_get_include_directive,
5556         func_get_license, func_get_maintainer): Use func_lookup_file.
5557         (func_import, func_create_testdir): Use func_lookup_file.
5558
5559 2006-07-29  Bruno Haible  <bruno@clisp.org>
5560
5561         * modules/setenv (Depends-on): Add unistd.
5562
5563 2006-07-29  Bruno Haible  <bruno@clisp.org>
5564
5565         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
5566
5567 2006-07-29  Bruno Haible  <bruno@clisp.org>
5568
5569         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
5570
5571 2006-07-29  Bruno Haible  <bruno@clisp.org>
5572
5573         * gnulib-tool (import, update): If there is no Makefile.am, look at
5574         aclocal.m4, instead of bailing out.
5575
5576 2006-07-29  Bruno Haible  <bruno@clisp.org>
5577
5578         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
5579         Categorize the options by when they are useful.
5580
5581 2006-07-29  Bruno Haible  <bruno@clisp.org>
5582
5583         * gnulib-tool (func_usage): Document option --no-libtool.
5584         Handle option --no-libtool.
5585         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
5586         for changed semantics of $libtool variable.
5587         (func_import): Likewise. If libtool is not used, show this through
5588         an option --no-libtool.
5589         (func_create_testdir): Update.
5590
5591 2006-07-29  Bruno Haible  <bruno@clisp.org>
5592
5593         * gnulib-tool (func_import): Extend error message about missing
5594         --doc-base.
5595
5596 2006-07-29  Bruno Haible  <bruno@clisp.org>
5597
5598         * gnulib-tool (func_import): Don't create the $docbase directory if
5599         there is no file to store there.
5600
5601 2006-07-29  Bruno Haible  <bruno@clisp.org>
5602
5603         * gnulib-tool (autoconf_minversion): If a --dir option is given and
5604         relevant, look for configure.ac there, not in the current directory.
5605         Also use a simple search for AC_PREREQ, not "autoconf --trace".
5606
5607 2006-07-29  Bruno Haible  <bruno@clisp.org>
5608
5609         * gnulib-tool (SORT): New variable.
5610         (func_usage): Undocument --assume-autoconf option.
5611         Remove --assume-autoconf option handling.
5612         (autoconf_minversion): Determine from the contents of configure.ac.
5613         (func_import): Remove autoconf_minversion handling.
5614         Suggested by Eric Blake.
5615
5616 2006-07-29  Bruno Haible  <bruno@clisp.org>
5617
5618         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
5619
5620 2006-07-29  Bruno Haible  <bruno@clisp.org>
5621
5622         * config/srclist.txt (*setenv.[ch]): Remove rules.
5623
5624 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5625
5626         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
5627
5628 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5629
5630         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
5631         arpa/inet.h.
5632
5633 2006-07-28  Simon Josefsson  <jas@extundo.com>
5634
5635         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
5636         * modules/inet_pton (Depends-on): Likewise.
5637
5638 2006-07-28  Simon Josefsson  <jas@extundo.com>
5639
5640         * m4/netinet_in_h.m4: New file.
5641
5642 2006-07-28  Simon Josefsson  <jas@extundo.com>
5643
5644         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
5645         #include's.
5646
5647 2006-07-28  Simon Josefsson  <jas@extundo.com>
5648
5649         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
5650         #include's.
5651
5652 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
5653
5654         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
5655         setgid on directories only if they set these bits.
5656         * lib/modechange.h: Remove obsolete comment about masks.
5657
5658 2006-07-28  Eric Blake  <ebb9@byu.net>
5659
5660         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
5661         macro expansion.
5662
5663 2006-07-28  Bruno Haible  <bruno@clisp.org>
5664
5665         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
5666
5667 2006-07-28  Bruno Haible  <bruno@clisp.org>
5668
5669         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
5670
5671 2006-07-28  Bruno Haible  <bruno@clisp.org>
5672
5673         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5674         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5675         Define fallbacks.
5676         Avoids link error on FreeBSD 4.x.
5677         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5678
5679         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
5680         encoding.
5681         * lib/mbswidth.c (iswcntrl): Likewise.
5682
5683 2006-07-27  Bruno Haible  <bruno@clisp.org>
5684
5685         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
5686         test.
5687
5688 2006-07-27  Bruno Haible  <bruno@clisp.org>
5689
5690         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
5691         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
5692         defined.
5693
5694 2006-07-26  Eric Blake  <ebb9@byu.net>
5695
5696         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
5697
5698 2006-07-26  Eric Blake  <ebb9@byu.net>
5699
5700         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
5701         like mingw that lack mkstemp.
5702         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
5703         avoid compilation warning on mingw.
5704
5705 2006-07-26  Bruno Haible  <bruno@clisp.org>
5706
5707         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
5708         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
5709         INT_FAST*_MIN, INTPTR_MIN.
5710
5711 2006-07-25  Bruno Haible  <bruno@clisp.org>
5712
5713         * modules/version-etc (Depends-on): Add stdarg.
5714
5715 2006-07-25  Bruno Haible  <bruno@clisp.org>
5716
5717         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
5718         complex commands.
5719
5720 2006-07-25  Bruno Haible  <bruno@clisp.org>
5721
5722         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
5723         defined in <stdarg.h> or config.h.
5724
5725 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5726
5727         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
5728         (gl_STDIO_SAFER): Remove.
5729
5730 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5731
5732         * MODULES.html.sh (File stream based Input/Output):
5733         Add fopen-safer, tmpfile-safer; remove stdio-safer.
5734         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
5735         * modules/fopen-safer, modules/tmpfile-safer: New files.
5736         * modules/stdio-safer: Remove.
5737
5738 2006-07-24  Bruno Haible  <bruno@clisp.org>
5739
5740         * modules/tmpdir: New file.
5741         * MODULES.html.sh (File system functions): Add it.
5742
5743 2006-07-24  Bruno Haible  <bruno@clisp.org>
5744
5745         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
5746         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
5747
5748 2006-07-24  Bruno Haible  <bruno@clisp.org>
5749
5750         * modules/clean-temp: New file.
5751
5752 2006-07-24  Bruno Haible  <bruno@clisp.org>
5753
5754         * m4/tmpdir.m4: New file, from GNU gettext.
5755
5756 2006-07-24  Bruno Haible  <bruno@clisp.org>
5757
5758         * lib/tmpdir.h: New file, from GNU gettext.
5759         * lib/tmpdir.c: New file, from GNU gettext.
5760
5761 2006-07-24  Bruno Haible  <bruno@clisp.org>
5762
5763         * lib/clean-temp.h: New file, from GNU gettext.
5764         * lib/clean-temp.c: New file, from GNU gettext.
5765
5766 2006-07-23  Eric Blake  <ebb9@byu.net>
5767
5768         * modules/stdio-safer (Files): Add tmpfile-safer.c.
5769         (Depends-on): Add binary-io.
5770
5771 2006-07-23  Eric Blake  <ebb9@byu.net>
5772
5773         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
5774
5775 2006-07-23  Eric Blake  <ebb9@byu.net>
5776
5777         * lib/tmpfile-safer.c: New file.
5778         * lib/stdio-safer.h (fopen_safer): Add prototype.
5779         * lib/stdio--.h (tmpfile): Make safer.
5780
5781 2006-07-23  Bruno Haible  <bruno@clisp.org>
5782
5783         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
5784         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
5785         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
5786         gl_linked_remove_at): Use it.
5787
5788 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5789         and Simon Josefsson <jas@extundo.com>
5790
5791         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
5792
5793         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
5794
5795 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5796
5797         * modules/close-stream: New file.
5798         * modules/closeout (Description): Make it clear that it exits
5799         with a diagnostic on error.
5800         (Depends-on): Add close-stream.  Remove fpending, stdbool.
5801         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
5802
5803 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5804
5805         * m4/close-stream.m4: New file.
5806
5807 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5808
5809         * lib/close-stream.c, lib/close-stream.h: New files.
5810
5811 2006-07-22  Bruno Haible  <bruno@clisp.org>
5812
5813         Merge from GNU gettext 0.15.
5814
5815         2006-05-01  Bruno Haible  <bruno@clisp.org>
5816
5817                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
5818
5819         2006-07-22  Bruno Haible  <bruno@clisp.org>
5820
5821                 * modules/javaversion: New file.
5822                 * MODULES.html.sh (Java): Add javaversion.
5823
5824         2006-03-12  Bruno Haible  <bruno@clisp.org>
5825
5826                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
5827
5828         2005-12-04  Bruno Haible  <bruno@clisp.org>
5829
5830                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
5831                 (untested).
5832
5833         2006-06-21  Bruno Haible  <bruno@clisp.org>
5834
5835                 Avoid warnings from recent versions of mcs.
5836                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
5837                 -o, -L, -r any more. Use options documented since mcs-1.0
5838                 instead. Similarly for -g.
5839
5840         2005-12-04  Bruno Haible  <bruno@clisp.org>
5841
5842                 * build-aux/csharpcomp.sh.in: Suffix for resources is
5843                 .resources, not .resource.
5844
5845         2005-07-09  Bruno Haible  <bruno@clisp.org>
5846
5847                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
5848                 add a .dll suffix.
5849                 Reported by Mark Junker <mjscod@gmx.de>.
5850
5851         2006-07-22  Bruno Haible  <bruno@clisp.org>
5852
5853                 * modules/gettext: Upgrade to gettext-0.15.
5854                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
5855                 m4/visibility.m4.
5856                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
5857
5858 2006-07-22  Bruno Haible  <bruno@clisp.org>
5859
5860         Merge from GNU gettext 0.15.
5861
5862         2006-03-25  Bruno Haible  <bruno@clisp.org>
5863
5864                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
5865
5866         2006-07-21  Bruno Haible  <bruno@clisp.org>
5867
5868                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
5869                 "1.1".
5870
5871         2006-05-09  Bruno Haible  <bruno@clisp.org>
5872
5873                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
5874                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
5875                 for the conftestver execution.
5876
5877         2006-05-01  Bruno Haible  <bruno@clisp.org>
5878
5879                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
5880                 optional target-version argument. Verify that the compiler
5881                 groks source of the specified source-version, or add -source
5882                 option as necessary. Verify that the compiler produces
5883                 bytecode in the specified target-version, or add -target and
5884                 -source options as necessary. Make the result of the test
5885                 available as variable CONF_JAVAC. Also log error output in
5886                 config.log.
5887
5888         2006-03-11  Bruno Haible  <bruno@clisp.org>
5889
5890                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
5891
5892         2006-05-09  Bruno Haible  <bruno@clisp.org>
5893
5894                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
5895                 CLASSPATH_SEPARATOR to a semicolon.
5896
5897         2006-03-12  Bruno Haible  <bruno@clisp.org>
5898
5899                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
5900                 available as variable CONF_JAVA, for subsequent autoconf
5901                 tests. Also log error output in config.log.
5902
5903         2006-07-19  Bruno Haible  <bruno@clisp.org>
5904
5905                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
5906                 that getline works on glibc2 systems. Needed to avoid trouble
5907                 in relocatable.c.
5908                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
5909
5910         2005-12-04  Bruno Haible  <bruno@clisp.org>
5911
5912                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
5913                 launcher (untested).
5914
5915         2005-12-04  Bruno Haible  <bruno@clisp.org>
5916
5917                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
5918
5919         2006-07-22  Bruno Haible  <bruno@clisp.org>
5920
5921                 * gettext.m4: Update from GNU gettext-0.15.
5922                 * nls.m4: Likewise.
5923                 * po.m4: Likewise.
5924                 * inttypes-pri.m4: Likewise.
5925                 * inttypes-h.m4: Renamed from inttypes.m4.
5926                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
5927
5928 2006-07-22  Bruno Haible  <bruno@clisp.org>
5929
5930         Merge from GNU gettext 0.15.
5931
5932         2005-07-05  Bruno Haible  <bruno@clisp.org>
5933
5934                 * printf-args.c (printf_fetchargs): Work around broken
5935                 definition of wint_t on mingw.
5936
5937         2005-02-12  Bruno Haible  <bruno@clisp.org>
5938
5939                 * xallocsa.h: Add extern "C" for C++.
5940
5941         2006-05-17  Bruno Haible  <bruno@clisp.org>
5942
5943                 Cygwin portability.
5944                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
5945
5946         2006-04-30  Bruno Haible  <bruno@clisp.org>
5947
5948                 * progreloc.c: Include <mach-o/dyld.h> if available.
5949                 (find_executable): Use _NSGetExecutablePath when possible.
5950
5951         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5952
5953                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
5954                 function.
5955
5956         2005-12-29  Bruno Haible  <bruno@clisp.org>
5957
5958                 * progreloc.c (set_program_name_and_installdir): Fix
5959                 compilation error.
5960
5961         2005-12-04  Bruno Haible  <bruno@clisp.org>
5962
5963                 Cygwin portability.
5964                 * progreloc.c: Include <windows.h> also on Cygwin.
5965                 (find_executable): Add support for Cygwin.
5966                 (set_program_name_and_installdir): Handle also platforms with
5967                 nonempty EXEEXT.
5968
5969         2006-07-11  Bruno Haible  <bruno@clisp.org>
5970
5971                 * javacomp.c: Fix a comment.
5972                 Reported by Jim Meyering.
5973
5974         2006-04-30  Bruno Haible  <bruno@clisp.org>
5975
5976                 * javacomp.h (compile_java_class): Add source_version,
5977                 target_version arguments.
5978                 * javacomp.c: Rewritten to choose only a compiler that
5979                 respects the specified source_version and target_version.
5980
5981         2006-06-27  Bruno Haible  <bruno@clisp.org>
5982
5983                 Assume correct S_ISDIR macro.
5984                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
5985
5986         2006-07-22  Bruno Haible  <bruno@clisp.org>
5987
5988                 * javaversion.h: New file, from GNU gettext.
5989                 * javaversion.c: New file, from GNU gettext.
5990                 * javaversion.java: New file, from GNU gettext.
5991                 * javaversion.class: New file, from GNU gettext.
5992
5993         2006-05-17  Bruno Haible  <bruno@clisp.org>
5994
5995                 Cygwin portability.
5996                 * javaexec.c (execute_java_class): Test for jview program
5997                 also on Cygwin.
5998
5999         2006-04-09  Bruno Haible  <bruno@clisp.org>
6000
6001                 * fatal-signal.c: Don't include string.h.
6002                 (at_fatal_signal): Use a copying loop instead of memcpy.
6003
6004         2005-12-04  Bruno Haible  <bruno@clisp.org>
6005
6006                 * csharpexec.c: Add support for 'clix' launcher (untested).
6007                 (execute_csharp_using_sscli): New function.
6008                 (execute_csharp_program): Call it.
6009
6010         2006-06-21  Bruno Haible  <bruno@clisp.org>
6011
6012                 Avoid warnings from recent versions of mcs.
6013                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6014                 -o, -L, -r any more. Use options documented since mcs-1.0
6015                 instead. Similarly for -g.
6016
6017         2005-07-09  Bruno Haible  <bruno@clisp.org>
6018
6019                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6020                 add a .dll suffix.
6021                 Reported by Mark Junker <mjscod@gmx.de>.
6022
6023         2006-06-17  Bruno Haible  <bruno@clisp.org>
6024
6025                 * config.charset: Update for NetBSD 3.0.
6026
6027         2006-05-17  Bruno Haible  <bruno@clisp.org>
6028
6029                 Cygwin portability.
6030                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6031
6032         2006-05-16  Bruno Haible  <bruno@clisp.org>
6033
6034                 * localcharset.c [CYGWIN]: Include <windows.h>.
6035                 (get_charset_aliases): For Cygwin, return the same CPxxx
6036                 aliases list as under WIN32.
6037                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6038                 the environment variables. Fall back to GetACP().
6039
6040         2006-04-05  Bruno Haible  <bruno@clisp.org>
6041
6042                 * config.charset: Update Juan Manuel Guerrero's address.
6043
6044         2005-02-12  Bruno Haible  <bruno@clisp.org>
6045
6046                 * allocsa.h: Add extern "C" for C++.
6047
6048         2005-02-10  Bruno Haible  <bruno@clisp.org>
6049
6050                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6051                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6052
6053         2006-07-22  Bruno Haible  <bruno@clisp.org>
6054
6055                 * gettext.h: Update to GNU gettext-0.15.
6056
6057 2006-07-22  Bruno Haible  <bruno@clisp.org>
6058
6059         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6060         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6061         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6062
6063 2006-07-21  Eric Blake  <ebb9@byu.net>
6064
6065         * modules/stdlib-safer: New file.
6066         * MODULES.html.sh (File stream based Input/Output): Add
6067         stdlib-safer.
6068
6069 2006-07-21  Eric Blake  <ebb9@byu.net>
6070
6071         * lib/stdlib-safer.h: New file from coreutils, required by
6072         stdlib--.h.
6073
6074 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6075
6076         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6077
6078 2006-07-20  Bruno Haible  <bruno@clisp.org>
6079
6080         * gnulib-tool: Recognize new option --assume-autoconf.
6081         (autoconf_minversion): New variable.
6082         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6083
6084 2006-07-20  Bruno Haible  <bruno@clisp.org>
6085
6086         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6087
6088 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6089
6090         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6091         Reindent and repaginate.
6092
6093 2006-07-19  Derek Price  <derek@ximbiot.com>
6094
6095         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6096         Correct grammar.
6097
6098 2006-07-17  Bruno Haible  <bruno@clisp.org>
6099
6100         * modules/list: New file.
6101         * modules/array-list: New file.
6102         * modules/carray-list, modules/carray-list-tests: New files.
6103         * modules/linked-list, modules/linked-list-tests: New files.
6104         * modules/avltree-list, modules/avltree-list-tests: New files.
6105         * modules/rbtree-list, modules/rbtree-list-tests: New files.
6106         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
6107         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
6108         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
6109         * modules/oset: New file.
6110         * modules/array-oset: New file.
6111         * modules/avltree-oset, modules/avltree-oset-tests: New files.
6112         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
6113         * tests/test-carray_list.c: New file.
6114         * tests/test-linked_list.c: New file.
6115         * tests/test-avltree_list.c: New file.
6116         * tests/test-rbtree_list.c: New file.
6117         * tests/test-linkedhash_list.c: New file.
6118         * tests/test-avltreehash_list.c: New file.
6119         * tests/test-rbtreehash_list.c: New file.
6120         * tests/test-avltree_oset.c: New file.
6121         * tests/test-rbtree_oset.c: New file.
6122         * MODULES.html.sh (Container data structures): New section.
6123
6124 2006-07-17  Bruno Haible  <bruno@clisp.org>
6125
6126         * m4/gl_list.m4: New file.
6127
6128 2006-07-17  Bruno Haible  <bruno@clisp.org>
6129
6130         * lib/gl_list.h: New file.
6131         * lib/gl_list.c: New file.
6132         * lib/gl_array_list.h: New file.
6133         * lib/gl_array_list.c: New file.
6134         * lib/gl_carray_list.h: New file.
6135         * lib/gl_carray_list.c: New file.
6136         * lib/gl_linked_list.h: New file.
6137         * lib/gl_linked_list.c: New file.
6138         * lib/gl_anylinked_list1.h: New file.
6139         * lib/gl_anylinked_list2.h: New file.
6140         * lib/gl_avltree_list.h: New file.
6141         * lib/gl_avltree_list.c: New file.
6142         * lib/gl_anyavltree_list1.h: New file.
6143         * lib/gl_anyavltree_list2.h: New file.
6144         * lib/gl_rbtree_list.h: New file.
6145         * lib/gl_rbtree_list.c: New file.
6146         * lib/gl_anyrbtree_list1.h: New file.
6147         * lib/gl_anyrbtree_list2.h: New file.
6148         * lib/gl_anytree_list1.h: New file.
6149         * lib/gl_anytree_list2.h: New file.
6150         * lib/gl_linkedhash_list.h: New file.
6151         * lib/gl_linkedhash_list.c: New file.
6152         * lib/gl_anyhash_list1.h: New file.
6153         * lib/gl_anyhash_list2.h: New file.
6154         * lib/gl_avltreehash_list.h: New file.
6155         * lib/gl_avltreehash_list.c: New file.
6156         * lib/gl_rbtreehash_list.h: New file.
6157         * lib/gl_rbtreehash_list.c: New file.
6158         * lib/gl_anytreehash_list1.h: New file.
6159         * lib/gl_anytreehash_list2.h: New file.
6160
6161         * lib/gl_oset.h: New file.
6162         * lib/gl_oset.c: New file.
6163         * lib/gl_array_oset.h: New file.
6164         * lib/gl_array_oset.c: New file.
6165         * lib/gl_avltree_oset.h: New file.
6166         * lib/gl_avltree_oset.c: New file.
6167         * lib/gl_rbtree_oset.h: New file.
6168         * lib/gl_rbtree_oset.c: New file.
6169         * lib/gl_anytree_oset.h: New file.
6170
6171 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6172
6173         * m4/mkancesdirs.m4: New file.
6174         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
6175         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
6176         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
6177         it.
6178
6179 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6180
6181         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
6182         * lib/mkancesdirs.h: New files.
6183         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
6184         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
6185         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
6186         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
6187         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
6188         callers changed.  Revamp internals significantly, by not
6189         attempting to create directories that are temporarily more
6190         permissive than the final results.  Do not attempt to use
6191         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
6192         This removes some race conditions, fixes some bugs, and simplifies
6193         things.  Use new dirchownmod function to do owner and mode changes.
6194         * lib/mkdir-p.h: Likewise.
6195         * lib/modechange.c (octal_to_mode): New function.
6196         (struct mode_change): New member mentioned.
6197         (make_node_op_equals): New arg mentioned.  All callers changed.
6198         (mode_compile): Keep track of which mode bits the user has explicitly
6199         mentioned.
6200         (mode_adjust): New arg DIR, so that we implement the X op correctly.
6201         New arg PMODE_BITS, to keep track of which mode bits the user
6202         mentioned; it treats S_ISUID and S_ISGID speciall.
6203         All callers changed.
6204         * lib/modechange.h: Likewise.
6205
6206 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6207
6208         * MODULES.html.sh: Add mkancestors.
6209         * modules/mkancesdirs: New module.
6210         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
6211         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
6212         The chdir-safer and afs files are now orphans; I'll remove them
6213         unless someone speaks up.
6214         Add lib/dirchownmod.c, lib/dirchownmod.h.
6215         (Depends-on): Remove alloca, chown, save-cwd, dirname.
6216         Add lchown, mkancesdirs.
6217         (Maintainer): Add self.
6218
6219 2006-07-15  Karl Berry  <karl@gnu.org>
6220
6221         * gnulib-tool: help message wording/arrangement.
6222
6223 2006-07-14  Simon Josefsson  <jas@extundo.com>
6224
6225         * doc/gnulib.texi (Libtool and Windows): New section.
6226
6227 2006-07-12  Simon Josefsson  <jas@extundo.com>
6228
6229         * modules/gendocs (License): Fix license, approved by Karl.
6230
6231 2006-07-12  Eric Blake  <ebb9@byu.net>
6232
6233         * MODULES.html.sh: Add gendocs.
6234
6235 2006-07-11  Eric Blake  <ebb9@byu.net>
6236
6237         * modules/fdl: New module, to install doc/fdl.texi.
6238         * MODULES.html.sh: Add new section for documentation modules.
6239         * gnulib-tool: Avoid space-tab.
6240         (--doc-base): New option, to manage files from doc.
6241
6242 2006-07-11  Eric Blake  <ebb9@byu.net>
6243
6244         * m4/absolute-header.m4: Fix comments to match recent change.
6245
6246 2006-07-11  Eric Blake  <ebb9@byu.net>
6247
6248         * gnulib-tool: List --doc-base before --tests-base.
6249
6250 2006-07-11  Derek R. Price  <derek@ximbiot.com>
6251
6252         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
6253
6254 2006-07-11  Bruno Haible  <bruno@clisp.org>
6255
6256         * README: Mention where to put documentation.
6257
6258 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6259
6260         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
6261
6262 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6263
6264         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
6265         to stdint.m4.
6266
6267 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6268
6269         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
6270         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
6271         "no/such/file/stdint.h" when there is no such file, so that
6272         the resulting C code can be parsed by dodgy compilers.
6273         Problems reported by Bob Proulx.
6274
6275 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6276
6277         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
6278         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6279         macros into the GNU _D_EXACT_NAMLEN.
6280         * lib/savedir.c:  Likewise.
6281         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
6282
6283 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6284         and Paul Eggert  <eggert@cs.ucla.edu>
6285
6286         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
6287         * m4/savedir.m4:
6288         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6289         macros into the GNU _D_EXACT_NAMLEN.
6290
6291 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6292
6293         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
6294         around the absolute name, to work around a problem with the HP-UX
6295         11.23 native C compiler, reported by Bob Proulx.
6296
6297 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6298
6299         * doc/maintain.texi, make-stds.texi: Sync from
6300         <http://savannah.gnu.org/projects/gnustandards>.
6301
6302 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6303
6304         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
6305
6306 2006-07-09  Jim Meyering  <jim@meyering.net>
6307
6308         * m4/glob.m4: Remove a doubled word in a comment.
6309
6310 2006-07-09  Jim Meyering  <jim@meyering.net>
6311
6312         * lib/argp-pv.c: Remove a doubled word in a comment.
6313         * lib/check-version.c (check_version): Likewise.
6314         * lib/javacomp.c (compile_java_class): Likewise.
6315
6316 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
6317
6318         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
6319         for the benefit of people using Autoconf 2.60.  If you want to
6320         support older Autoconf versions you can copy m4/onceonly_2_57.m4
6321         (or m4/onceonly.m4, if pre-2.57) manually.
6322
6323 2006-07-08  Jim Meyering  <jim@meyering.net>
6324
6325         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
6326         comment.
6327         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
6328         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
6329         comment.
6330
6331 2006-07-08  Jim Meyering  <jim@meyering.net>
6332
6333         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
6334
6335 2006-07-07  Simon Josefsson  <jas@extundo.com>
6336
6337         * tests/test-crc.c: Change expected crc value, the test vector
6338         were probably computed using the old broken crc.c?
6339
6340 2006-07-06  Simon Josefsson  <jas@extundo.com>
6341
6342         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
6343         now the canonical place for the M4 file).
6344
6345         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
6346         from the sys_socket dependency now.
6347
6348         * modules/inet_pton (Files): Ditto.
6349
6350         * modules/inet_ntop (Files): Ditto.
6351
6352 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6353
6354         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
6355         not gl_PREREQ_GETUSERSHELL.
6356
6357 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6358
6359         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
6360         with only one argument, for Autoconf 2.60.
6361         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
6362         expand to nothing, so add a shell command to avoid syntax error.
6363         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6364
6365 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6366
6367         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
6368
6369 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6370
6371         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
6372         no longer needed.  Check for isblank decl.
6373         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
6374         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
6375         of existence.
6376
6377 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6378
6379         * lib/getloadavg.c: Use __VMS, not VMS.
6380         * lib/getopt.c: Likewise.
6381         * lib/getpagesize.h: Likewise.
6382         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
6383         and probably does not work.
6384
6385 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6386
6387         * lib/.cppi-disable: Add wcwidth.
6388         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
6389         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
6390         (ISGRAPH): Remove.  All uses changed to isgraph.
6391         (FOLD) [!defined _LIBC]: Remove special case.
6392         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
6393         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
6394         HAVE_ISBLANK.
6395         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
6396         case.
6397
6398 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6399
6400         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
6401         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
6402         brackets.  Other minor changes to suppress some compiler
6403         warnings.
6404
6405 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6406         and Paul Eggert  <eggert@cs.ucla.edu>
6407
6408         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
6409         of invoking obsolescent AC_HEADER_DIRENT macro.
6410         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
6411         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
6412         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6413         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
6414         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
6415         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6416         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
6417         * m4/readdir.m4: Remove; no longer needed.
6418
6419 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6420         and Paul Eggert  <eggert@cs.ucla.edu>
6421
6422         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
6423         Don't worry about this obsolete case any more.
6424         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
6425         directories.
6426         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
6427         worry about this obsolete case any more.
6428         * lib/fts.c: Likewise.
6429         * lib/getcwd.c: Likewise.
6430         * lib/glob.h: Likewise.
6431         * lib/savedir.c: Likewise.
6432
6433 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6434
6435         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
6436         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
6437         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
6438         needed.
6439         All uses removed.
6440         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6441         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6442         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
6443         needed.
6444         * m4/getdate.m4 (gl_GETDATE): Likewise.
6445         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6446         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6447         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6448         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6449         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6450         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6451         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
6452         needed.
6453
6454 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6455
6456         * lib/memcasecmp.c: Include <limits.h>.
6457         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
6458         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
6459         Don't assume isdigit succeeds only on '0' through '9'.
6460
6461 2006-07-05  Eric Blake  <ebb9@byu.net>
6462
6463         * modules/getaddrinfo (Depends-on): Add snprintf.
6464
6465 2006-07-05  Eric Blake  <ebb9@byu.net>
6466
6467         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
6468         to avoid 'header present but could not be compiled' on cygwin.
6469
6470 2006-07-05  Eric Blake  <ebb9@byu.net>
6471
6472         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
6473         missing from netdb.h.
6474         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
6475
6476 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6477
6478         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
6479         no longer needed.
6480         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
6481         * m4/getdate.m4 (gl_GETDATE): Likewise.
6482         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6483         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6484         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6485         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6486         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6487
6488 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6489
6490         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
6491         All uses of is_space replaced by isspace.
6492         * lib/exit.h: Don't talk about STDC_HEADERS.
6493         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
6494         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
6495         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
6496         replaced by isprint etc.
6497         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
6498         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6499         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
6500         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
6501         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
6502         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6503
6504 2006-07-05  Bruno Haible  <bruno@clisp.org>
6505
6506         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
6507         the function exists, before testing against AIX.
6508         Reported by Martin Lambers <marlam@marlam.de>.
6509
6510 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6511
6512         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
6513         From Mark D. Baushke.
6514
6515 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6516
6517         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
6518         to the absolute name, not just one, to bypass Sun C 5.8's
6519         "warning: #include of /usr/include/... may be non-portable".
6520
6521 2006-07-04  Eric Blake  <ebb9@byu.net>
6522
6523         * modules/dirname-tests: New test module.
6524         * tests/test-dirname.c: New file, replacing dirname.c
6525         TEST_DIRNAME section that was recently deleted.
6526
6527 2006-07-04  Bruno Haible  <bruno@clisp.org>
6528
6529         Assume ANSI C header files and <ctype.h> functions.
6530         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
6531         (mbsnwidth): Use isprint, iscntrl instead.
6532
6533 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6534
6535         Merge from coreutils.
6536         * MODULES.html.sh: Add xstrtold.
6537         * modules/xstrtold: New file.
6538         * modules/cycle-check (Files): Add lib/same-inode.h.
6539         * modules/dirname (Files): Add m4/double-slash-root.m4.
6540         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
6541         * modules/mkdir-p (Files): Add lib/same-inode.h.
6542         * modules/same (Files): Add lib/same-inode.h.
6543
6544 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6545
6546         * m4/absolute-header.m4: Renamed from full-header-path.m4.
6547         This is to keep the terminology clean; POSIX talks about
6548         "absolute pathnames", not "full pathnames", but the GNU
6549         Coding Standards say to use "path" for something else;
6550         so use "absolute" to keep both sides happy.
6551         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
6552         Set gl_absolute_header, not gl_full_header_path.
6553         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
6554         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
6555         All uses changed.
6556
6557         Merge from coreutils.
6558
6559         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6560
6561         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
6562         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
6563         want to require the building of c-strtod.o.
6564         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
6565         needs -lm directly.
6566         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
6567
6568         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6569
6570         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
6571         --as-needed option if available.  Problem reported by Albert Chin in
6572         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
6573         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
6574         cc merely issues a bunch of annoying warnings for --as-needed
6575         (this problem was reported by Bob Proulx).  Also, try linking with
6576         -lm to detect a bug in binutils 2.16 (this problem was reported
6577         by Ralf Wildenhues).
6578
6579         2006-06-18  Jim Meyering  <jim@meyering.net>
6580
6581         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
6582         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
6583         macro.
6584         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
6585         also check for glibc-2.4's abort-inducing bug.
6586
6587         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
6588         Low-probability clean-up should be to use rmdir to get rid of
6589         the just-created directory, not unlink.
6590
6591         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
6592         configure fail, and request a bug report to inform us about it.
6593         Add a comment that, barring reports to the contrary, in 2007 we'll
6594         assume ftruncate is universally available.
6595
6596         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6597
6598         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
6599
6600         2006-03-12  Jim Meyering  <jim@meyering.net>
6601
6602         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
6603         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
6604         * m4/same.m4 (gl_SAME): Likewise.
6605         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
6606
6607         2006-03-11  Eric Blake  <ebb9@byu.net>
6608
6609         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
6610         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
6611         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
6612         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
6613
6614 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6615
6616         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
6617         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
6618         reported by Mark D. Baushke, one in
6619         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
6620
6621         Merge from coreutils.
6622
6623         * lib/.cppi-disable: Add stdint_.h.
6624         * lib/.cvsignore: Add stdint.h.
6625
6626         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6627
6628         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
6629         both double and long double versions.
6630         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
6631         * lib/xstrtold.c: New file.
6632         * lib/xstrtod.h (xstrtold): New decl.
6633
6634         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
6635
6636         * lib/filemode.c (setst): Remove.
6637         (strmode): Rewrite to avoid setst.  This makes the code shorter,
6638         (arguably) clearer, and the generated code is a bit smaller on my
6639         Debian GNU/Linux stable x86 host.
6640
6641         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6642
6643         * lib/filemode.c: Include "filemode.h" first, to test the interface.
6644         Assume that filemode.h includes sys/types.h and sys/stat.h.
6645         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
6646         (ftypelet): Reorder to put common cases first, for efficiency.
6647         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
6648         to do 'M'.
6649         (strmode): Renamed from mode_string, and now stores 12 bytes instead
6650         of 10, for compatibility with FreeBSD.  All callers changed.
6651         (filemodestring): Now stores 12 bytes instead of 10, and sets file
6652         types that can't be deduced solely from st_mode.  First arg is now a
6653         const pointer.
6654         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
6655         (strmode): Renamed from mode_string.
6656         (filemodestring): New decl.
6657         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
6658         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
6659         needed.
6660         (S_ISPORT, S_ISWHT): New macros, if not already defined.
6661
6662         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
6663
6664         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
6665         fsusage.h now does that.  Include fsusage.h first, to test interface.
6666         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
6667         at most one method (the old code could have generated decls that
6668         didn't conform to C89, not that this was ever exercised).
6669         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
6670
6671         2006-03-19  Jim Meyering  <jim@meyering.net>
6672
6673         Work even in a chroot where d_ino values for entries in "/"
6674         don't match the stat.st_ino values for the same names.
6675         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
6676         number, iterate through all entries again, using lstat instead.
6677         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
6678         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
6679
6680         * lib/getcwd.c (__getcwd): Clarify a comment.
6681         Use memcpy in place of a call to strcpy.
6682
6683         2006-03-12  Jim Meyering  <jim@meyering.net>
6684
6685         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
6686         matches that of the current directory (which we're about to chdir ".."
6687         out of), then save the dev-ino of the parent, instead.
6688
6689         * lib/same-inode.h (SAME_INODE): New file/macro.
6690         * lib/chdir-safer.c (SAME_INODE): Remove definition.
6691         Include "same-inode.h", instead.
6692         * lib/same.c: Likewise.
6693         * lib/cycle-check.h: Include "same-inode.h".
6694         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
6695         * lib/cycle-check.c (SAME_INODE): Remove definition.
6696         * lib/root-dev-ino.h: Include "same-inode.h".
6697
6698         2006-03-11  Eric Blake  <ebb9@byu.net>
6699
6700         * lib/same.c (same_name): s/base_name/last_component/
6701         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
6702         * lib/filenamecat.c (file_name_concat): Likewise.
6703
6704         2006-03-11  Eric Blake  <ebb9@byu.net>,
6705                     Paul Eggert  <eggert@cs.ucla.edu>
6706
6707         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
6708         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
6709         drive prefix.
6710         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
6711         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
6712         (last_component): New method.
6713         * lib/dirname.c (dir_len): Determine when drive letters need a
6714         subsequent slash.  Preserve // when it is special.
6715         (dir_name): Don't append dot when drive letter is absolute.
6716         [TEST_DIRNAME]: Move into a full-blown gnulib test.
6717         * lib/basename.c (base_name): New semantics - malloc the result.
6718         Preserve // when it is special.  Preserve relative files that look
6719         like drive letters.
6720         (base_len): Preserve // when it is special.
6721         (last_component): New method, similar to old base_name semantics.
6722         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
6723         base_name.  Strip redundant slashes from ///.
6724
6725 2006-07-03  Jim Meyering  <jim@meyering.net>
6726
6727         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
6728         macro is used before the first cycle_check call.
6729
6730 2006-07-03  Eric Blake  <ebb9@byu.net>
6731
6732         * modules/dirname (Depends-on): Add xstrndup.
6733
6734 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6735
6736         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
6737         test cases, so that config.log is a bit easier to follow.
6738
6739 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6740
6741         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
6742         both are 64 bits, since this seems to be the tradition, and this
6743         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
6744         we ever run into a host that prefers long long to long in this
6745         case, we'll need another configure-time test.  Problem reported by
6746         Jim Meyering.
6747
6748 2006-07-02  Eric Blake  <ebb9@byu.net>
6749
6750         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
6751
6752 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6753
6754         * modules/inttypes (Depends-on): No longer depends on stdint.
6755         * modules/stdint (Description): Say more about assumptions.
6756         Say that the fast types might differ.  Say macros are used.
6757         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
6758         (Makefile.am): Revise list of substituted symbols to match
6759         new stdint.m4.
6760         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
6761         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
6762         * tests/test-stdint.c (verify_same_types)
6763         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
6764         the code conforms to C99/C89.
6765         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
6766         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
6767
6768 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6769
6770         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
6771         but fix a bug, by requiring at least 64 bits.
6772         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6773         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
6774         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
6775         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
6776
6777         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
6778         changes.  Make 2.59 a prerequisite.  Check and substitute for
6779         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
6780         inttypes.h.  Do not use special include files; just use the
6781         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
6782         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
6783         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
6784         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
6785         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
6786         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
6787         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
6788         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
6789         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
6790         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
6791         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
6792         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
6793         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
6794         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
6795         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
6796         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
6797         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
6798         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
6799         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
6800         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
6801         WINT_MAX.  Check for C99 conformance more strictly, by detecting
6802         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
6803         not check for things that C99 does not require, e.g., int8_t.  If
6804         a test isn't needed unless <stdint.h> isn't working, and is
6805         unlikely to be needed for any other reason, then don't do it
6806         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
6807         size_t, since we assume C89 freestanding at least.  Do not check
6808         for sig_atomic_t, wchar_t, or wint_t, since the code now does
6809         the right thing even if the types are not defined.  Instead use:
6810         (gl_STDINT_TYPE_PROPERTIES): New macro.
6811         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
6812         testing whether <sys/types.h> clashes, as Autoconf does this for
6813         us now.  All uses removed.
6814         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
6815         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
6816         (gl_CHECK_TYPE_SAME):
6817         Remove; no longer needed.
6818         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
6819         exists, since we'll return 0 anyway in that case.
6820         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
6821
6822 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6823
6824         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
6825         possible collision with system files.
6826         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
6827         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
6828         WCHAR_MIN and WCHAR_MAX in this case.
6829         (<stddef.h>): Do not include; no longer needed.
6830         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
6831         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
6832         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
6833         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
6834         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
6835         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
6836         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
6837         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
6838         !defined(__c99))]: Include in this case too, since it's harmless
6839         now.
6840         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
6841         dangerous to do so.
6842         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
6843         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
6844         (_STDINT_MIN, _STDINT_MAX): New macros.
6845         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
6846         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
6847         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
6848         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
6849         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
6850         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
6851         macros, not typedefs; this simplifies things quite a bit.
6852         Use long int for all types narrower than int64_t.
6853         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
6854         Define in terms of long long int or int64_t or long int,
6855         not int64_t or int32_t.  This saves some compile-time testing.
6856         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
6857         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
6858         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
6859         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
6860         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
6861         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
6862         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
6863         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
6864         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
6865         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
6866         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6867         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6868         undef any previous version and define our own version, for
6869         simplicity and consistency with the new macros for types.
6870         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6871         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6872         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
6873         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
6874         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
6875         @WINT_T_SUFFIX@ to keep things simple here.
6876         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
6877         Simplify by assuming typical 8/16/32/64 host, since we're
6878         already doing that elsewhere anyway.
6879         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
6880         and assume long long int is 64 bits if available.  This
6881         speeds up 'configure'.
6882
6883 2006-07-01  Eric Blake  <ebb9@byu.net>
6884
6885         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
6886         Reported by Andreas Buening.
6887
6888 2006-07-01  Eric Blake  <ebb9@byu.net>
6889
6890         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
6891
6892 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6893
6894         * lib/getaddrinfo.c: fixed typo
6895
6896 2006-06-29  Jim Meyering  <jim@meyering.net>
6897
6898         * modules/strftime (Maintainer): Add my name, since with the
6899         FPRINTFTIME changes strftime.c has forked from glibc.
6900
6901 2006-06-29  Eric Blake  <ebb9@byu.net>
6902
6903         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
6904
6905 2006-06-29  Eric Blake  <ebb9@byu.net>
6906
6907         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
6908
6909 2006-06-29  Eric Blake  <ebb9@byu.net>
6910
6911         * lib/stat_.h: New file.
6912
6913 2006-06-29  Eric Blake  <ebb9@byu.net>
6914
6915         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
6916         unused static function.
6917
6918 2006-06-29  Eric Blake  <ebb9@byu.net>
6919
6920         * doc/functions.texi (Function Portability): Document missing lstat
6921         on mingw.
6922
6923 2006-06-29  Eric Blake  <ebb9@byu.net>
6924
6925         * MODULES.html.sh: Add sys_stat.
6926         * modules/sys_stat: New module.
6927         * modules/mkstemp (Depends-on): Add sys_stat.
6928
6929 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6930
6931         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
6932
6933 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6934
6935         * m4/c-bs-a.m4: Removed.
6936
6937 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6938
6939         * lib/strftime.c: Assume strftime() exists.
6940
6941 2006-06-29  Derek Price  <derek@ximbiot.com>
6942
6943         * modules/c-bs-a: Removed - \a is C89.
6944         * MODULES.html.sh: Remove c-bs-a.
6945
6946 2006-06-29  Bruno Haible  <bruno@clisp.org>
6947
6948         * modules/wcwidth (License): Change to LGPL.
6949
6950 2006-06-28  Simon Josefsson  <jas@extundo.com>
6951
6952         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
6953         on _WIN32.
6954
6955         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
6956         getnameinfo.
6957
6958 2006-06-28  Simon Josefsson  <jas@extundo.com>
6959
6960         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
6961
6962 2006-06-28  Simon Josefsson  <jas@extundo.com>
6963
6964         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
6965         functions there.  It will succeed on Windows XP, but on Windows
6966         2000 and (presumably) earlier, it will fail, and use the internal
6967         re-implementation.
6968         (use_win32_p): New function.
6969         (getaddrinfo): Use strtoul on servname, to support numeric ports.
6970         Support AI_NUMERICSERV to disable getservbyname.
6971         (getnameinfo): New function, only supports
6972         NI_NUMERICHOST|NI_NUMERICSERV for now.
6973
6974         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
6975         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
6976         getnameinfo.
6977
6978 2006-06-28  Eric Blake  <ebb9@byu.net>
6979
6980         * modules/wcwidth: New file.
6981         * modules/mbchar (Depends-on): Add wcwidth.
6982         * modules/mbswidth (Depends-on): Add wcwidth.
6983         * MODULES.html.sh: Add wcwidth.
6984
6985 2006-06-28  Eric Blake  <ebb9@byu.net>
6986
6987         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
6988         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
6989
6990 2006-06-28  Eric Blake  <ebb9@byu.net>
6991
6992         * lib/xvasprintf.h: Fix comments.
6993
6994 2006-06-28  Eric Blake  <ebb9@byu.net>
6995
6996         * lib/mbchar.h (wcwidth): Include wcwidth.h.
6997         * lib/mbswidth.c (wcwidth): Move from here...
6998         * lib/wcwidth.h: ...to this new file.
6999
7000 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7001
7002         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7003
7004         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7005         it's obsolete.
7006         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7007
7008 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7009
7010         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7011         Autoconf 2.60 says this stuff was obsolete.
7012
7013 2006-06-28  Bruno Haible  <bruno@clisp.org>
7014
7015         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7016
7017 2006-06-28  Bruno Haible  <bruno@clisp.org>
7018
7019         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7020         gt_TYPE_WCHAR_T.
7021
7022 2006-06-28  Bruno Haible  <bruno@clisp.org>
7023
7024         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7025         declaration for wcwidth.
7026         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7027
7028 2006-06-28  Bruno Haible  <bruno@clisp.org>
7029
7030         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7031         (mkdir): Define using _mkdir.
7032
7033 2006-06-28  Bruno Haible  <bruno@clisp.org>
7034
7035         * lib/getaddrinfo.h: Fix POSIX URL.
7036         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7037         _WIN32.
7038         (use_win32_p): Make static.
7039         (getaddrinfo): Reject service name if it is empty or does not consist
7040         solely of decimal digits, or if its value is > 65535.
7041         (getnameinfo): Remove useless casts.
7042
7043 2006-06-27  Simon Josefsson  <jas@extundo.com>
7044
7045         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7046         Eggert and Martin Lambers.
7047
7048 2006-06-27  Simon Josefsson  <jas@extundo.com>
7049
7050         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7051         Eggert and Martin Lambers.
7052
7053 2006-06-27  Bruno Haible  <bruno@clisp.org>
7054
7055         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7056         result to 0, not to empty.
7057         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7058
7059 2006-06-27  Bruno Haible  <bruno@clisp.org>
7060
7061         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7062
7063 2006-06-26  Simon Josefsson  <jas@extundo.com>
7064
7065         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7066         present.
7067
7068 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7069
7070         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7071         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7072         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7073
7074 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7075
7076         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7077
7078 2006-06-26  Bruno Haible  <bruno@clisp.org>
7079
7080         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7081
7082 2006-06-26  Bruno Haible  <bruno@clisp.org>
7083
7084         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7085
7086 2006-06-26  Bruno Haible  <bruno@clisp.org>
7087
7088         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7089         SGI C compiler in pre-C99 mode.
7090         Suggested by Mark D. Baushke and Larry Jones.
7091
7092 2006-06-26  Bruno Haible  <bruno@clisp.org>
7093
7094         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7095         WCHAR_MAX.
7096         Reported by Mark D. Baushke and Larry Jones.
7097
7098 2006-06-26  Bruno Haible  <bruno@clisp.org>
7099
7100         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
7101         in pre-C99 mode.
7102         Suggested by Mark D. Baushke and Larry Jones.
7103
7104 2006-06-23  Simon Josefsson  <jas@extundo.com>
7105             Bruno Haible  <bruno@clisp.org>
7106
7107         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
7108         Emit mostlyclean-local rule.
7109         (func_emit_tests_Makefile_am): Likewise.
7110         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
7111
7112 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
7113
7114         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
7115
7116 2006-06-23  Bruno Haible  <bruno@clisp.org>
7117
7118         * tests/test-stdint.c: Update to match ISO C 99 Technical
7119         Corrigendum 1.
7120
7121 2006-06-23  Bruno Haible  <bruno@clisp.org>
7122
7123         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
7124
7125 2006-06-23  Bruno Haible  <bruno@clisp.org>
7126
7127         * lib/stdint_.h: Treat IRIX like OpenBSD.
7128
7129 2006-06-23  Bruno Haible  <bruno@clisp.org>
7130
7131         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
7132         ISO C 99 Technical Corrigendum 1.
7133
7134 2006-06-22  Simon Josefsson  <jas@extundo.com>
7135
7136         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
7137         MinGW.
7138
7139 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7140
7141         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
7142         needed.  Some compiler complained about some of them.  Problem reported
7143         by Larry Jones in
7144         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
7145
7146 2006-06-21  Simon Josefsson  <jas@extundo.com>
7147
7148         * tests/test-getaddrinfo.c: New file.
7149
7150         * modules/getaddrinfo-tests: New file.
7151
7152         * MODULES.html.sh: Add inet_pton.
7153
7154         * modules/inet_pton: New file.
7155
7156 2006-06-21  Simon Josefsson  <jas@extundo.com>
7157
7158         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
7159         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
7160         of using the (limited) gnulib implementation on Windows XP.
7161
7162         * m4/inet_pton.m4: New file.
7163
7164 2006-06-21  Simon Josefsson  <jas@extundo.com>
7165
7166         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
7167         variable.
7168
7169         * lib/socket_.h: Don't define WINVER.
7170
7171         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
7172         slightly modified to work in gnulib.
7173
7174 2006-06-21  Simon Josefsson  <jas@extundo.com>
7175
7176         * doc/gnulib.texi (Windows sockets): Add.
7177
7178 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7179
7180         * lib/read-file.c (fread_file): Start with buffer allocation of
7181         0 bytes rather than 1 byte; this simplifies the code.
7182         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
7183         code to free buffer and save/restore errno.
7184         (internal_read_file): Remove unused local.
7185
7186 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7187
7188         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
7189         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
7190         Problem reported by Denis Excoffier in
7191         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
7192
7193 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7194
7195         * modules/sys_socket, modules/socklen: Include sys/types since
7196         FreeBSD 4.x's sys/socket.h needs it.
7197
7198 2006-06-19  Simon Josefsson  <jas@extundo.com>
7199
7200         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
7201
7202 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7203
7204         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
7205
7206 2006-06-19  Bruno Haible  <bruno@clisp.org>
7207
7208         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
7209         and FULL_PATH_INTTYPES_H in angle brackets.
7210         Reported by Mark D. Baushke <mdb@gnu.org>.
7211
7212 2006-06-17  Eric Blake  <ebb9@byu.net>
7213
7214         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
7215         errno.
7216
7217 2006-06-17  Bruno Haible  <bruno@clisp.org>
7218
7219         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
7220         <sys/inttypes.h>.
7221
7222 2006-06-17  Bruno Haible  <bruno@clisp.org>
7223
7224         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
7225         whether errno is declared. Assume <errno.h> declares errno.
7226
7227 2006-06-17  Bruno Haible  <bruno@clisp.org>
7228
7229         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
7230
7231 2006-06-17  Bruno Haible  <bruno@clisp.org>
7232
7233         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
7234         problem on Solaris 2.5.1.
7235
7236 2006-06-16  Eric Blake  <ebb9@byu.net>
7237
7238         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
7239         * lib/unicodeio.c [!defined errno]: Likewise.
7240         * lib/strtol.c [!defined errno]: Likewise.
7241         * lib/strtod.c [!defined errno]: Likewise.
7242
7243 2006-06-15  Eric Blake  <ebb9@byu.net>
7244
7245         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
7246
7247 2006-06-15  Eric Blake  <ebb9@byu.net>
7248
7249         * config/srclist.txt (ssize_t.m4): Lose sync.
7250
7251 2006-06-15  Bruno Haible  <bruno@clisp.org>
7252
7253         * modules/stdint (Files): Include m4/full-header-path.m4,
7254         m4/size_max.m4, m4/wchar_t.m4.
7255         (Makefile.am): Many more substitutions.
7256         * modules/stdint-tests: New file.
7257         * tests/test-stdint.c: New file.
7258
7259 2006-06-15  Bruno Haible  <bruno@clisp.org>
7260
7261         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
7262         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
7263         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
7264         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
7265         gl_CHECK_TYPE_SAME): New macros.
7266
7267 2006-06-15  Bruno Haible  <bruno@clisp.org>
7268
7269         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
7270
7271 2006-06-15  Bruno Haible  <bruno@clisp.org>
7272
7273         * lib/stdint_.h: Rewritten to be fully auto-configured.
7274         Fixes bug on HP-UX/IA64.
7275
7276 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
7277
7278         * lib/getdate.y (__attribute__): Don't define if already defined.
7279         Problem reported by Larry Jones.
7280         * lib/utimens.c (__attribute__): Likewise.
7281
7282 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
7283
7284         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
7285         reported by Andreas Schwab.
7286
7287 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7288             Bruno Haible  <bruno@clisp.org>
7289
7290         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
7291         check for the declaration of strnlen and a run test that exposes the
7292         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
7293         rpl_strndup.
7294
7295 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7296             Bruno Haible  <bruno@clisp.org>
7297
7298         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
7299
7300 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7301
7302         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
7303         compile test, for Tru64 4.0D.
7304
7305 2006-05-28  Karl Berry  <karl@gnu.org>
7306
7307         * config/srclist.txt (printf-args.c): lose sync.
7308
7309 2006-05-26  Martin Lambers  <marlam@marlam.de>
7310
7311         * lib/getpass.c: Updates the test for the native W32 API, and adds
7312         missing includes, thus fixing compilation warnings.
7313
7314 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7315
7316         * lib/exclude.c (exclude_fnmatch): New function.
7317         (excluded_file_name): Call exclude_fnmatch.
7318         * lib/exclude.h (excluded_file_name): New prototype
7319
7320 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7321
7322         * lib/tempname.c (small_open, large_open): New macros.
7323         (__open, __open64) [!_LIBC]: Remove.
7324         (__gen_tempname): Use small_open and large_open instead of __open
7325         and __open64.  This fixes a portability bug on HP-UX 11.11i
7326         reported by Simon Wing-Tang in
7327         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
7328
7329 2006-05-24  Bruno Haible  <bruno@clisp.org>
7330
7331         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
7332         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
7333         Reported by Thorsten Maerz <torte@netztorte.de> via
7334         Aaron Stone <aaron@serendipity.cx>.
7335
7336 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7337
7338         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
7339         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
7340         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
7341         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
7342         not really conditional on the cache.
7343         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
7344
7345 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7346
7347         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
7348         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
7349         (my_usleep): Don't mishandle maximum value.
7350
7351 2006-05-19  Jim Meyering  <jim@meyering.net>
7352
7353         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
7354
7355 2006-05-17  Bruno Haible  <bruno@clisp.org>
7356
7357         Cygwin portability.
7358         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
7359
7360 2006-05-17  Bruno Haible  <bruno@clisp.org>
7361
7362         * lib/stdint_.h: Fix recognition of Cygwin.
7363
7364 2006-05-15  Bruno Haible  <bruno@clisp.org>
7365
7366         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
7367         on libtool patch by Ralf Wildenhues.
7368
7369 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7370
7371         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
7372         test for C99 conformance; (bool) 0.5 is an integer constant
7373         expression, but (bool) -0.5 is not.  Problem reported by Fedor
7374         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
7375
7376 2006-05-11  Simon Josefsson  <jas@extundo.com>
7377
7378         * m4/xvasprintf.m4: Fix obvious typo.
7379
7380 2006-05-11  Jim Meyering  <jim@meyering.net>
7381
7382         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
7383         James Lemley.
7384
7385 2006-05-10  Simon Josefsson  <jas@extundo.com>
7386
7387         * lib/md4.c: Typo fix, update copyright years.
7388         (K1, K2): Don't use L because it turn computations into 64-bit on
7389         64-bit platforms.
7390
7391 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7392
7393         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
7394         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
7395         unwanted sign propagation, e.g., on hosts with 64-bit int.
7396         There still are some problems with reeelly weird theoretical hosts
7397         (e.g., 33-bit int) but it's not worth worrying about now.
7398         * lib/sha1.c (rol): Likewise.
7399         (K1, K2, K3, K4): Remove unnecessary L suffix.
7400
7401 2006-05-10  Bruno Haible  <bruno@clisp.org>
7402
7403         * lib/des.c: Cast to avoid warnings.
7404
7405 2006-05-09  Bruno Haible  <bruno@clisp.org>
7406
7407         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
7408         (Depends-on): Depend also on xsize, stdarg.
7409         (configure.ac): Add gl_XVASPRINTF.
7410
7411 2006-05-09  Bruno Haible  <bruno@clisp.org>
7412
7413         * m4/xvasprintf.m4: New file.
7414
7415 2006-05-09  Bruno Haible  <bruno@clisp.org>
7416
7417         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
7418         (EOVERFLOW): Define fallback value.
7419         (xstrcat): New function.
7420         (xvasprintf): Recognize the special case of a string concatenation.
7421
7422 2006-05-08  Eric Blake  <ebb9@byu.net>
7423
7424         * gnulib-tool (func_version): Base copyright year on CVS date.
7425         (func_emit_copyright_notice): New function.
7426         (func_emit_lib_Makefile_am): Use it.
7427         (func_emit_tests_Makefile_am): Likewise.
7428         (func_import): Likewise.
7429
7430 2006-05-08  Bruno Haible  <bruno@clisp.org>
7431
7432         * modules/stdarg: New file.
7433         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
7434
7435 2006-05-08  Bruno Haible  <bruno@clisp.org>
7436
7437         * m4/stdarg.m4: New file, from GNU gettext.
7438
7439 2006-05-08  Bruno Haible  <bruno@clisp.org>
7440
7441         * config/srclist.txt (build-aux/config.rpath): different from latest
7442         release.
7443
7444 2006-05-08  Bruno Haible  <bruno@clisp.org>
7445
7446         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
7447
7448 2006-05-05  Jim Meyering  <jim@meyering.net>
7449
7450         * m4/warning.m4: New file, derived from bison's file by the same name.
7451
7452 2006-05-03  Bruno Haible  <bruno@clisp.org>
7453
7454         * lib/stdint_.h: Shorter URL.
7455         * lib/inttypes.h: Likewise.
7456
7457 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7458
7459         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
7460
7461 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7462
7463         * lib/verify.h: Document the internals better.  Most of this change
7464         was written by Bruno Haible.
7465
7466 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7467
7468         * doc/verify.texi: New file, partly based on a proposal by
7469         Bruno Haible.
7470
7471 2006-05-02  Bruno Haible  <bruno@clisp.org>
7472
7473         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
7474         test from here...
7475         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
7476
7477 2006-04-29  Bruno Haible  <bruno@clisp.org>
7478
7479         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
7480         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
7481
7482 2006-04-29  Bruno Haible  <bruno@clisp.org>
7483
7484         * gnulib-tool: Make --update option actually work.
7485
7486 2006-04-29  Bruno Haible  <bruno@clisp.org>
7487
7488         * doc/gcd.texi: New file.
7489         * doc/gnulib.texi: Include it.
7490
7491 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7492
7493         * lib/getdate.y (get_date): When adding relative date, start with the
7494         initial time, not with the result of the first mktime call.
7495
7496 2006-04-25  Bruno Haible  <bruno@clisp.org>
7497
7498         * gnulib-tool (func_import): Output the include directives in three
7499         blocks, sorted separately.
7500         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7501
7502 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7503
7504         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
7505         to define main with arguments, for C++.  Reported by Eric Blake.
7506         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
7507         Prefer 'int main ()' to 'int main (void)', for C++.
7508         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
7509         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
7510         for 'main', for C99 and C++.
7511
7512 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7513
7514         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
7515         Don't assume that exit status -1 is valid.
7516         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7517         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7518         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7519         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
7520         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
7521         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
7522         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
7523         functions can be used without declaring them, or that you can
7524         exit with status -1.
7525         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7526
7527 2006-04-24  Karl Berry  <karl@gnu.org>
7528
7529         * config/srclist.txt (longdouble.m4): sync lost.
7530
7531 2006-04-24  Eric Blake  <ebb9@byu.net>
7532
7533         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
7534
7535 2006-04-24  Bruno Haible  <bruno@clisp.org>
7536
7537         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
7538         poll() implementation in AIX.
7539         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7540
7541 2006-04-24  Bruno Haible  <bruno@clisp.org>
7542
7543         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
7544         assigned exactly once.
7545
7546 2006-04-23  Claudio Fontana  <claudio@gnu.org>
7547             Bruno Haible  <bruno@clisp.org>
7548
7549         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
7550         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
7551         for AM_CPPFLAGS.
7552
7553 2006-04-23  Bruno Haible  <bruno@clisp.org>
7554
7555         * modules/copy-file: Depend on unistd.
7556         * modules/execute: Likewise.
7557         * modules/fatal-signal: Likewise.
7558         * modules/findprog: Likewise.
7559         * modules/mkdtemp : Likewise.
7560         * modules/pipe: Likewise.
7561         * modules/wait-process: Likewise.
7562
7563 2006-04-23  Bruno Haible  <bruno@clisp.org>
7564
7565         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
7566         condition was already detected.
7567         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7568
7569 2006-04-23  Bruno Haible  <bruno@clisp.org>
7570
7571         * lib/copy-file.c: Include <unistd.h> unconditionally.
7572         * lib/execute.c: Likewise.
7573         * lib/fatal-signal.c: Likewise.
7574         * lib/findprog.c: Likewise.
7575         * lib/mkdtemp.c: Likewise.
7576         * lib/pipe.h: Likewise.
7577         * lib/pipe.c: Likewise.
7578         * lib/wait-process.h: Likewise.
7579
7580 2006-04-23  Bruno Haible  <bruno@clisp.org>
7581
7582         * gnulib-tool (func_usage): Fix --import description. Document
7583         --update.
7584         (func_import): Create temporary file in a temporary directory, if
7585         --dry-run is specified. Silence errors from 'grep' when there are no
7586         m4 files in $m4dir.
7587         (func_create_testdir): Silence errors from 'grep' when there are no
7588         m4 files in $m4dir.
7589         Reported by Karl Berry <karl@freefriends.org>.
7590
7591 2006-04-20  Bruno Haible  <bruno@clisp.org>
7592
7593         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
7594         one argument, so that the code will be portable to Autoconf 2.60.
7595         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
7596         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7597         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
7598
7599 2006-04-19  Derek Price  <derek@ximbiot.com>
7600             Eric Blake  <ebb9@byu.net>
7601
7602         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
7603         rather than "/full/path.h".  Update comment to match.  Shorten &
7604         generalize m4_translit call via AS_TR_CPP.
7605
7606 2006-04-19  Derek Price  <derek@ximbiot.com>
7607             Eric Blake  <ebb9@byu.net>
7608
7609         * lib/inttypes.h: Correct grammar in comment.
7610
7611 2006-04-18  Derek Price  <derek@ximbiot.com>
7612             Paul Eggert  <eggert@cs.ucla.edu>
7613
7614         * modules/inttypes: New file.
7615         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
7616
7617 2006-04-18  Derek Price  <derek@ximbiot.com>
7618             Paul Eggert  <eggert@cs.ucla.edu>
7619
7620         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
7621         New files.
7622
7623 2006-04-18  Derek Price  <derek@ximbiot.com>
7624             Paul Eggert  <eggert@cs.ucla.edu>
7625
7626         * lib/inttypes.h: New file.
7627         * lib/strtoimax.c: Assume <inttypes.h>.
7628
7629 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
7630
7631         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
7632         isn't mounted.  Problem reported by Kir Kolyshkin.
7633
7634 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7635
7636         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
7637         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
7638         Derek R. Price.
7639         * lib/regex.h (RE_DUP_MAX): Update comment to match current
7640         implementation.
7641
7642 2006-04-12  Eric Blake  <ebb9@byu.net>
7643
7644         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
7645         is now done automatically by the corresponding Autoconf macro.
7646
7647 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
7648
7649         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
7650         time_r.h.
7651
7652 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7653
7654         Merge regex changes from libc, removing some of our
7655         POSIX-conformance changes that were rejected and redoing them in a
7656         less-intrusive way.
7657
7658         * lib/regcomp.c (re_compile_internal, init_dfa):
7659         Length arg is now size_t, not Idx.  All uses changed.
7660         (peek_token): Forward decl now says internal_function.
7661         (__re_error_msgid, __re_error_msgid_idx):
7662         Now static rather than extern with attribute_hidden.
7663         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
7664         For some reason libc prefers K&R style defns for external functions.
7665         (regerror) [!defined _LIBC]: Likewise.
7666         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
7667         (seek_collating_symbol_entry, lookup_collation_sequence_value):
7668         (build_range_exp, build_collating_symbol):
7669         Use K&R-style defn.
7670         (re_compile_fastmap): Use '\0' to memset, not 0.
7671         (utf8_sb_map): Make the calculations more obvious.
7672         (init_dfa, parse_bracket_exp, build_charclass_op):
7673         Call calloc and cast result, as glibc does.
7674         (init_word_char, fetch_token, peek_token, peek_token_bracket):
7675         (build_range_exp, build_collating_symbol):
7676         Now internal functions.
7677
7678         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
7679
7680         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
7681         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
7682         Don't depend on VMS; depend on __VMS instead, for POSIX
7683         namespace cleanness.
7684         (regoff_t): Define to ssize_t, not long int.
7685
7686         Remove the REG_ macros named below.  Instead, make the old names
7687         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
7688         __USE_GNU_REGEX.
7689         (REG_BACKSLASH_ESCAPE_IN_LISTS):
7690         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
7691         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
7692         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
7693         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
7694         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
7695         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
7696         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
7697         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
7698         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
7699         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
7700         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
7701         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
7702         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
7703         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
7704         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
7705         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
7706         (REG_NREGS):
7707         Remove.  All uses replaced by the old RE_* names.
7708         (RE_BACKSLASH_ESCAPE_IN_LISTS):
7709         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
7710         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
7711         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
7712         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
7713         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
7714         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
7715         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
7716         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
7717         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
7718         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
7719         Don't bother having these macros be independent of each others'
7720         values, since they no longer exist in the POSIX name space.
7721
7722         Rename the following member names back to their old names,
7723         unless !__USE_GNU_REGEX.  All uses changed back.
7724         (buffer): Renamed from re_buffer.
7725         (allocated): Renamed from re_allocated.
7726         (used): Renamed from re_used.
7727         (syntax): Renamed from re_syntax.
7728         (fastmap): Renamed from re_fastmap.
7729         (translate): Renamed from re_translate.
7730         (can_be_null): Renamed from re_can_be_null.
7731         (regs_allocated): Renamed from re_regs_allocated.
7732         (fastmap_accurate): Renamed from re_fastmap_accurate.
7733         (no_sub): Renamed from re_no_sub.
7734         (not_bol): Renamed from re_not_bol.
7735         (not_eol): Renamed from re_not_eol.
7736         (newline_anchor): Renamed from re_newline_anchor.
7737         (num_regs): Renamed from rm_num_regs.
7738         (start): Renamed from rm_start.
7739         (end): Renamed from rm_end.
7740
7741         (free_state): Move up a bit.
7742
7743         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
7744         #define to be empty.
7745         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
7746         when that is what is intended.
7747         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
7748         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
7749         (MAX): New macro.
7750         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
7751         All uses changed back to re_malloc, etc.  It's now the caller's
7752         responsibility to check for overflow; all callers changed.
7753         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
7754         (re_x2nrealloc): Remove.
7755         (free_state): Remove decl.
7756
7757         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
7758         (re_set_registers, re_exec):
7759         Use K&R-style defn.
7760
7761         2006-01-31  Roland McGrath  <roland@redhat.com>
7762
7763         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
7764         Reported by Mike Frysinger <vapier@gentoo.org>.
7765
7766         2006-01-15  Andreas Jaeger  <aj@suse.de>
7767
7768         [BZ #1950]
7769         * lib/regex_internal.c (re_string_reconstruct): Adjust for
7770         build_wcs_upper_buffer change.
7771         (build_wcs_upper_buffer): Change return type.
7772
7773         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
7774
7775         * lib/regex_internal.h: Include <stdint.h> if available.
7776
7777         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
7778
7779         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
7780
7781         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7782
7783         * lib/regcomp.c: Adjust for changed secondary hash function.
7784
7785         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
7786
7787         * lib/regex.h: Pretty printing.
7788         Clean up namespace a bit.
7789
7790         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
7791
7792         * lib/regexec.c (update_cur_sifted_state, check_arrival,
7793         check_arrival_add_next_nodes): Avoid using uninitialized variable.
7794
7795         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7796                     Ulrich Drepper  <drepper@redhat.com>
7797
7798         [BZ #1302]
7799         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
7800         changed.
7801         (bitset_word_t): Renamed from bitset_word.  All uses changed.
7802
7803         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
7804
7805         [BZ #281]
7806         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
7807         * lib/regcomp.c: Remove unnecessary uses of
7808         unsigned RE_TRANSLATE_TYPE.
7809         * lib/regex_internal.h: Likewise.
7810         * lib/regex_internal.c: Likewise.
7811         * lib/regexec.c: Likewise.
7812         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
7813
7814         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
7815
7816         * lib/regexec.c (find_recover_state): Remove unnecessary
7817         initialization.
7818         (transit_state_bkref): Make DFA a const pointer.
7819         (get_subexp): Likewise.
7820         (check_arrival): Likewise.
7821         (update_cur_sifted_state): Likewise.
7822         (re_search_internal): Likewise.
7823         (prune_impossible_nodes): Likewise.
7824         (acquire_init_state_context): Likewise.
7825         (proceed_next_node): Likewise.
7826         (set_regs): Likewise.
7827         (free_fail_stack_return): Likewise.
7828         (check_arrival_expand_ecl): Mark DFA parameter as const.
7829         (check_arrival_expand_ecl_sub): Likewise.
7830         (check_subexp_limits): Likewise.
7831         (sub_epsilon_src_nodes):  Likewise.
7832         (add_epsilon_src_nodes):  Likewise.
7833         (merge_state_array): Likewise.
7834         (update_regs): Likewise.
7835         (build_trtable): Likewise.
7836         (sift_states_backward): Mark MCTX parameter as const.
7837         (build_sifted_states): Likewise.
7838         (update_cur_sifted_state): Likewise.
7839         (sift_states_mkref): Likewise.
7840         (check_arrival_expand_ecl): Mark eclosure as const.
7841         (check_dst_limits_calc_pos_1): Likewise.
7842         * lib/regex_internal.h (re_match_context_t): Make dfa a const
7843         pointer.
7844
7845         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
7846
7847         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
7848         (transit_state_sb): Likewise.
7849         (transit_state_mb): Likewise.
7850         (sift_states_iter_mb): Likewise.
7851         (check_arrival_add_next_nodes): Likewise.
7852         (check_node_accept_bytes): Change first parameter to pointer-to-const.
7853         [_LIBC] (re_search_2_stub): Use mempcpy.
7854
7855         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
7856         mbrtowc for very simple UTF-8 case.
7857
7858         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
7859         a pointer-to-const.
7860         (re_acquire_state_context): Likewise.
7861         * lib/regex_internal.h: Adjust prototypes.
7862
7863         * lib/regex.c: Prevent using C++ compilers.
7864
7865         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
7866         (re_acquire_state_context): Likewise.
7867
7868 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7869
7870         * modules/regex (Depends-on): Add ssize_t.
7871
7872 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7873
7874         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
7875         translation table.
7876
7877 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7878
7879         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
7880
7881 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
7882             Bruno Haible  <bruno@clisp.org>
7883
7884         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
7885         <sys/types.h> and <inttypes.h>.
7886
7887 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7888
7889         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
7890         `__error_t_defined', so argp.h will not typedef the former.
7891
7892 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
7893
7894         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
7895         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
7896         glibc names.  Even if glibc is changed to conform to POSIX, the
7897         traditional names will be available anyway, since regex depends on
7898         the extensions module.  Also, fix a longstanding typo in the
7899         implementation of Spencer ERE test #75 from grep 2.3.  Problems
7900         reported by Emanuele Giaquinta.  Also, change sense of cached
7901         variable, so that the message makes sense.
7902
7903 2006-03-24  Simon Josefsson  <jas@extundo.com>
7904
7905         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
7906         including some doc fixes.
7907         (base64_encode_alloc): Fix +1 bug on allocation failures.
7908
7909 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7910
7911         * lib/base64.c (base64_encode): Do not read past end of array with
7912         unsanitized input on systems with CHAR_BIT > 8.
7913
7914 2006-03-24  Eric Blake  <ebb9@byu.net>
7915
7916         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
7917
7918 2006-03-22  Karl Berry  <karl@gnu.org>
7919
7920         * config/srclist.txt (*setenv.[ch]): get from coreutils.
7921         * config/srclistvars.sh (COREUTILS): new var.
7922
7923 2006-03-17  Jim Meyering  <jim@meyering.net>
7924
7925         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
7926         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
7927
7928 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7929
7930         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
7931         no longer needs it.  Instead, check that regoff_t is as least
7932         as wide as ptrdiff_t.
7933
7934         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
7935         so that our regex.h stays compatible with the installed regex.
7936         This is helpful for installers who configure --without-included-regex.
7937         Problem reported by Emanuele Giaquinta.
7938
7939 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7940
7941         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
7942         Typedef to long int, not to off_, as POSIX will likely change
7943         in that direction.
7944
7945 2006-03-15  Eric Blake  <ebb9@byu.net>
7946
7947         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
7948
7949 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7950
7951         * lib/argp-help.c (validate_uparams): Fix typo
7952         * lib/argp-parse.c (argp_default_options): Consistently begin help
7953         messages with a lowercase letter.
7954
7955 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
7956
7957         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
7958         overrun buffers and shouldn't be used (much as gets shouldn't be
7959         used).
7960         * lib/time_r.c (asctime_r, ctime_r): Likewise.
7961
7962 2006-03-08  Simon Josefsson  <jas@extundo.com>
7963
7964         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
7965         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7966
7967 2006-03-08  Simon Josefsson  <jas@extundo.com>
7968
7969         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
7970         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7971
7972 2006-03-08  Simon Josefsson  <jas@extundo.com>
7973
7974         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
7975         signal that configure disabled the device.
7976
7977 2006-03-08  Simon Josefsson  <jas@extundo.com>
7978
7979         * build-aux/maint.mk: Fix refresh-po, to handle no translated
7980         languages.
7981
7982 2006-03-07  Simon Josefsson  <jas@extundo.com>
7983
7984         * modules/getopt (Depends-on): Add unistd.
7985
7986         * modules/unistd: New file.
7987
7988 2006-03-07  Simon Josefsson  <jas@extundo.com>
7989
7990         * modules/gc-random: New file.
7991
7992 2006-03-07  Simon Josefsson  <jas@extundo.com>
7993
7994         * m4/unistd_h.m4: New file.
7995
7996 2006-03-07  Simon Josefsson  <jas@extundo.com>
7997
7998         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
7999         test to be side-effect free by storing the result in the cache
8000         variable gl_cv_lib_readline, and moving the assignment of
8001         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8002         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8003
8004 2006-03-07  Simon Josefsson  <jas@extundo.com>
8005
8006         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8007         error on missing devices (the functions will return an error).
8008
8009         * m4/gc.m4: Move random stuff to gc-random.m4
8010
8011 2006-03-07  Simon Josefsson  <jas@extundo.com>
8012
8013         * lib/unistd_.h: New file.
8014
8015 2006-03-07  Simon Josefsson  <jas@extundo.com>
8016
8017         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8018
8019 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8020
8021         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8022         Problem reported by Juan Manuel Guerrero.
8023
8024 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8025
8026         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8027         the unistd module.
8028         * lib/getlogin_r.c: Likewise.
8029         * lib/getlogin_r.h: Likewise.
8030         * lib/glob.c: Likewise.
8031         * lib/pagealign_alloc.c: Likewise.
8032         * lib/unistd_.h: Remove; no longer needed.
8033
8034 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8035
8036         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8037         Add unistd.
8038         * modules/c-stack (Depends-on): Add unistd.
8039         * modules/getlogin_r: Likewise.
8040         * modules/glob: Likewise.
8041         * modules/pagealign_alloc: Likewise.
8042         * modules/unistd (Files): Remove lib/unistd_.h.
8043         (EXTRA_DIST): Remove.
8044         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8045         need unistd_.h.
8046         (MOSTLYCLEANFILES): Remove unistd.h-t.
8047
8048 2006-03-03  Simon Josefsson  <jas@extundo.com>
8049
8050         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8051
8052 2006-03-03  Simon Josefsson  <jas@extundo.com>
8053
8054         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8055         libidn and bison.
8056
8057 2006-03-03  Simon Josefsson  <jas@extundo.com>
8058
8059         * build-aux/maint.mk: Add indent target.
8060
8061 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8062
8063         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8064         our replacement poll.h in any case, to avoid a differing
8065         declaration from a system header.  Seen on AIX.
8066
8067 2006-03-01  Simon Josefsson  <jas@extundo.com>
8068
8069         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8070         <kasal@ucw.cz>.
8071
8072 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8073
8074         * modules/gettime (Depends-on): Add extensions module.
8075         * modules/nanosleep (Depends-on): Likewise.
8076         * modules/settime (Depends-on): Likewise.
8077
8078 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8079
8080         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8081         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8082         pedantically.
8083         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8084         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8085
8086         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8087         not "==".  Reported by Ralf Wildenhues.
8088
8089 2006-03-01  Karl Berry  <karl@gnu.org>
8090
8091         * doc/Copyright/request-*: new files, synced from gnuorg.
8092
8093 2006-03-01  Karl Berry  <karl@gnu.org>
8094
8095         * config/srclist.txt (Copyright/*): new entries.
8096
8097 2006-02-28  Simon Josefsson  <jas@extundo.com>
8098
8099         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
8100
8101 2006-02-27  Simon Josefsson  <jas@extundo.com>
8102
8103         * lib/base64.h: Indent #define's.  From Jim Meyering
8104         <jim@meyering.net>.
8105
8106 2006-02-27  Jim Meyering  <jim@meyering.net>
8107
8108         Revert the change of 2006-02-24, so these files can continue
8109         to be sync'd from gettext.
8110         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
8111         of `config.h'.
8112
8113 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8114
8115         * modules/intprops: New file.
8116         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8117         Add intprops.
8118         * modules/getloadavg (Files): Remove lib/intprops.h.
8119         (Depends-on): Add intprops.
8120         * modules/human: Likewise.
8121         * modules/inttostr: Likewise.
8122         * modules/openat: Likewise.
8123         * modules/sig2str: Likewise.
8124         * modules/userspec: Likewise.
8125         * modules/utimecmp: Likewise.
8126         * modules/xnanosleep: Likewise.
8127         * modules/xstrtol: Likewise.
8128
8129 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
8130
8131         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
8132         * modules/lock-tests (TESTS): Use $(EXEEXT).
8133         * modules/tls-tests: Likewise.
8134         * modules/argp-tests: Likewise.
8135         (check_PROGRAMS): New var, replacing...
8136         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
8137
8138 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8139
8140         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
8141         `config.h'.
8142
8143 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8144
8145         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
8146
8147 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8148
8149         Sync from coreutils.
8150         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
8151         gl_CHDIR_SAFER.
8152
8153 2006-02-22  Jim Meyering  <jim@meyering.net>
8154
8155         Sync from coreutils.
8156         * m4/chdir-safer.m4: New file.
8157
8158 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8159
8160         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
8161         AT_FDCWD exceeds INT_MAX.
8162         * lib/openat.h (AT_FDCWD): Likewise.
8163
8164 2006-02-17  Eric Blake  <address@hidden>
8165
8166         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
8167
8168 2006-02-16  Simon Josefsson  <jas@extundo.com>
8169
8170         * modules/getaddrinfo (Depends-on): Add sys_socket.
8171
8172 2006-02-15  Simon Josefsson  <jas@extundo.com>
8173
8174         * build-aux/maint.mk: Add dsyntax-check rule.
8175
8176 2006-02-15  Eric Blake  <ebb9@byu.net>
8177
8178         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
8179         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
8180         'present but cannot compile' warnings on cygwin.
8181         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
8182         use ws2tcpip.h if sys/socket.h works.
8183         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
8184         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
8185
8186 2006-02-14  Simon Josefsson  <jas@extundo.com>
8187
8188         * modules/maintainer-makefile (Files): Rename.
8189
8190         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
8191         and (the local) Makefile.cfg to maint-cfg.mk.
8192
8193         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
8194         to the latter.
8195
8196         * modules/maintainer-makefile: New module.
8197
8198         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
8199         severaly stripped to make it possible to build it up from scratch
8200         with reliable tests.
8201
8202         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
8203         fixes to permit overriding the default actions when configure and
8204         makefile are not available.
8205
8206 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8207
8208         Sync from coreutils.
8209         * modules/lstat (Depends-on): Don't depend on xalloc.
8210         (License): Change from GPL to LGPL, since this is now simply a
8211         replacement for a libc function.
8212
8213 2006-02-14  Jim Meyering  <jim@meyering.net>
8214
8215         Sync from coreutils.
8216
8217         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
8218         failure on deficient systems, and simplify gnulib lgpl dependencies.
8219         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
8220         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
8221
8222         * lib/xalloc-die.c: Remove unused definition of N_.
8223
8224 2006-02-14  Jim Meyering  <jim@meyering.net>
8225
8226         Sync from coreutils.
8227         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
8228         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8229         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
8230         double-quote uses of that variable, to accommodate the rare case in
8231         which getmntent is available in none of the libraries checked.  This
8232         happens at least on FreeBSD 5.0.
8233
8234 2006-02-13  Simon Josefsson  <jas@extundo.com>
8235
8236         * gnulib-tool (Usage): Fix --import, from
8237         karl@freefriends.org (Karl Berry).
8238
8239 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8240
8241         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
8242
8243 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
8244
8245         * lib/argp-namefrob.h: Restore changes accidentally lost during the
8246         "autoupdate" on 2005-12-12.
8247
8248 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8249
8250         * modules/closeout (Depends-on): Remove atexit.
8251
8252 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8253
8254         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
8255         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
8256
8257 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8258
8259         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
8260         __EXTENSIONS__ if this causes compilation to fail.  Problem
8261         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
8262         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
8263
8264 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
8265
8266         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
8267         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
8268         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
8269         All uses changed.
8270
8271 2006-01-26  Simon Josefsson  <jas@extundo.com>
8272
8273         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
8274         prototype is visible on mingw32.
8275
8276         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
8277         for mingw32.
8278
8279         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
8280         mingw32).
8281
8282 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8283
8284         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
8285         attempt to open for write; this always fails, at least on POSIX
8286         hosts.  This reinstates the 2006-01-09 change, which was
8287         inadvertently removed.
8288
8289 2006-01-26  Bruno Haible  <bruno@clisp.org>
8290
8291         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
8292         Reported by Paul Eggert.
8293
8294 2006-01-26  Bruno Haible  <bruno@clisp.org>
8295             Paul Eggert  <eggert@cs.ucla.edu>
8296
8297         * lib/stdbool_.h (_Bool)
8298         [(! (defined __cplusplus || defined __BEOS__)
8299           && !defined __GNUC__
8300           && !(defined __HP_cc || defined __xlc__
8301                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
8302                || defined __sgi))]:
8303         #define to signed char in these cases too; this simplifies
8304         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
8305         etc., separately) and makes it more conservative.
8306
8307 2006-01-25  Simon Josefsson  <jas@extundo.com>
8308
8309         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
8310         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
8311         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
8312
8313 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8314
8315         * lib/argp-namefrob.h: Bugfix. Remove stray #
8316
8317 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8318
8319         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
8320         so that we test the test.
8321         Check for yet another HP-UX cc bug involving *bool |= bool.
8322
8323 2006-01-25  Karl Berry  <karl@gnu.org>
8324
8325         * config/srclist.txt (vasnprintf.c): sync lost.
8326
8327 2006-01-25  Jim Meyering  <jim@meyering.net>
8328
8329         Sync from the stable (b5) branch of coreutils:
8330
8331         * lib/fts.c (fts_children): Don't let close() clobber errno from
8332         failed fchdir().
8333
8334         * lib/fts.c (fts_stat): When following a symlink-to-directory,
8335         don't necessarily interpret stat-fails+lstat-succeeds as indicating
8336         a dangling symlink.  That can also happen at least for ELOOP.
8337         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
8338         FYI, this bug predates the inclusion of fts.c in coreutils.
8339
8340         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
8341         in their own block, so pre-c99 compilers don't object.
8342
8343         Avoid the double-free (first in fts_read, second in fts_close) that
8344         would occur when an `active' directory is made inaccessible (e.g.,
8345         via chmod a-x) during a traversal.
8346         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8347         before returning.  Reproduce this failure by
8348         mkdir -p a/b; cd a; chmod a-x . b
8349         Reported by Stavros Passas.
8350
8351 2006-01-25  Jim Meyering  <jim@meyering.net>
8352
8353         * lib/fileblocks.c: Remove more useless parentheses.
8354         * lib/readutmp.h: Likewise.
8355
8356 2006-01-25  Bruno Haible  <bruno@clisp.org>
8357
8358         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
8359         warnings.
8360         Reported by Paul Eggert.
8361
8362 2006-01-25  Bruno Haible  <bruno@clisp.org>
8363
8364         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
8365         rid of a trap command. For Solaris sh.
8366         Reported by Mark D. Baushke <mdb@gnu.org>.
8367
8368 2006-01-24  Simon Josefsson  <jas@extundo.com>
8369
8370         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
8371         Bruno.
8372
8373 2006-01-24  Karl Berry  <karl@gnu.org>
8374
8375         * config/srclist.txt (argp-namefrob.h): sync lost.
8376
8377 2006-01-24  Jim Meyering  <jim@meyering.net>
8378
8379         * modules/openat (Files): Add lib/intprops.h.
8380         From Mark D. Baushke.
8381
8382 2006-01-24  Jim Meyering  <jim@meyering.net>
8383
8384         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
8385         Reported by Mark D. Baushke.
8386
8387 2006-01-24  Jim Meyering  <jim@meyering.net>
8388
8389         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
8390
8391 2006-01-24  Bruno Haible  <bruno@clisp.org>
8392
8393         * modules/strnlen (Maintainer): Change from glibc to all.
8394
8395 2006-01-24  Bruno Haible  <bruno@clisp.org>
8396
8397         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
8398         Patch by Paul Eggert.
8399
8400 2006-01-24  Bruno Haible  <bruno@clisp.org>
8401
8402         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
8403         already has it.
8404         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
8405         2005-11-26.
8406
8407         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
8408         'signed char' to avoid problems with the built-in _Bool type.
8409         Reported by Paul Eggert on 2005-11-26.
8410
8411 2006-01-24  Bruno Haible  <bruno@clisp.org>
8412
8413         * gnulib-tool (func_import): Avoid constructing complicated sed
8414         expressions inside backquote.
8415         Report and solution by Mark D. Baushke <mdb@gnu.org>.
8416
8417 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
8418
8419         These changes imported from libc.
8420         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
8421         test and two separate function calls.
8422         * lib/strndup.c (__strndup): Add libc_hidden_def.
8423
8424 2006-01-23  Simon Josefsson  <jas@extundo.com>
8425
8426         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
8427         Remove the test_*_SOURCES variable: automake infers it by default.
8428         * modules/tls-tests: Likewise.
8429
8430 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8431
8432         Work around porting bugs reported by Dieter in
8433         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
8434         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
8435         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
8436         Include "getopt.h" first, to check interface.
8437         (getenv): Declare only if defined HAVE_DECL_GETENV &&
8438         !HAVE_DECL_GETENV.
8439         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
8440         (__strndup): Revert to K&R-style function dfns, the glibc style.
8441         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
8442         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
8443         Include strnlen.h first, to get prototype properly.
8444         (strnlen): Renamed from __strnlen.
8445         Remove weak alias.
8446
8447 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8448
8449         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
8450
8451 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8452
8453         * config/srclist.txt: Adjust to reflect glibc reorganization.
8454         This affects only comments.
8455
8456 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8457
8458          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
8459          Reported by Bruce Korb <bkorb@gnu.org>.
8460
8461 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
8462
8463         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
8464         to pacify gcc -Wswitch-default.
8465
8466 2006-01-22  Bruno Haible  <bruno@clisp.org>
8467
8468         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
8469         temporary buffer for sprintf, take into account the precision also
8470         for 'd', 'i', 'u', 'o', 'x', 'X'.
8471
8472 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8473
8474         * modules/argp-tests: New module
8475         * tests/test-argp.c: New file
8476         * tests/test-argp-2.sh: New file
8477
8478 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8479
8480         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
8481         (__argp_base_name): Removed
8482         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
8483         typo.
8484         (__argp_base_name): Provide macro definition or extern declaration
8485         depending on the configuration
8486
8487 2006-01-20  Simon Josefsson  <jas@extundo.com>
8488
8489         * modules/inet_ntop (Depends-on): Depend on sys_socket.
8490
8491 2006-01-20  Simon Josefsson  <jas@extundo.com>
8492
8493         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
8494
8495 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8496
8497         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
8498         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
8499         Suggested by Bruno Haible.
8500
8501 2006-01-20  Karl Berry  <karl@gnu.org>
8502
8503         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
8504         until changes propagate, I guess.
8505
8506 2006-01-19  Simon Josefsson  <jas@extundo.com>
8507
8508         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
8509
8510 2006-01-19  Simon Josefsson  <jas@extundo.com>
8511
8512         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
8513
8514 2006-01-19  Simon Josefsson  <jas@extundo.com>
8515
8516         * gnulib-tool: Set check_PROGRAMS.
8517
8518         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8519         modules/des-tests, modules/gc-arcfour-tests,
8520         modules/gc-arctwo-tests, modules/gc-des-tests,
8521         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8522         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8523         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8524         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8525         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8526         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
8527         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
8528         test_*_SOURCES.
8529
8530 2006-01-18  Simon Josefsson  <jas@extundo.com>
8531
8532         * modules/socklen (Depends-on): Depend on sys_socket.
8533
8534 2006-01-18  Simon Josefsson  <jas@extundo.com>
8535
8536         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8537         modules/des-tests, modules/gc-arcfour-tests,
8538         modules/gc-arctwo-tests, modules/gc-des-tests,
8539         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8540         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8541         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8542         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8543         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8544         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
8545         $(EXEEXT) to automake TESTS variable, for mingw32.
8546
8547 2006-01-17  Simon Josefsson  <jas@extundo.com>
8548
8549         * modules/socklen (Include): Need sys/socket.h.
8550
8551 2006-01-17  Bruno Haible  <bruno@clisp.org>
8552
8553         * modules/ssize_t (Include): Add <sys/types.h>.
8554
8555 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
8556
8557         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
8558         it's not portable and it doesn't work with cross-compiles.
8559         Problem reported by Bruno Haible.  Fix missing-$ typo in
8560         'test "gl_cv_ignore_unused_libraries" ...' that prevented
8561         -zignore from being used with Sun's C compiler.
8562
8563 2006-01-12  Simon Josefsson  <jas@extundo.com>
8564
8565         * lib/base64.c: Fix warning, reported by Bruno Haible
8566         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
8567
8568 2006-01-12  Bruno Haible  <bruno@clisp.org>
8569
8570         * modules/ldd: New file.
8571         * build-aux/ldd.sh.in: New file.
8572         * MODULES.html.sh (Support for building libraries and executables): Add
8573         ldd.
8574
8575 2006-01-12  Bruno Haible  <bruno@clisp.org>
8576
8577         * m4/ldd.m4: New file.
8578
8579 2006-01-12  Bruno Haible  <bruno@clisp.org>
8580
8581         * gnulib-tool (func_import, func_create_testdir): Don't go into an
8582         endless loop while replacing $auxdir with build-aux.
8583
8584 2006-01-11  Simon Josefsson  <jas@extundo.com>
8585
8586         * lib/stdint_.h (SIZE_MAX): Add missing (.
8587
8588 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
8589
8590         Sync from coreutils.
8591         * lib/md5.c: Fix commentary typos.
8592         (alignof, UNALIGNED_P): No need for a GCC-specific version.
8593         * lib/md5.h (__attribute__): Remove; unused.
8594         * lib/sha1.c: Fix commentary to match md5 better.
8595         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
8596         so that we don't need to worry about alignment.  All uses changed.
8597         This merges the 2005-10-28 md5 change into sha1.
8598
8599 2006-01-11  Jim Meyering  <jim@meyering.net>
8600
8601         Sync from coreutils.
8602         * lib/md5.c (OP): Fix spacing.
8603
8604 2006-01-11  Bruno Haible  <bruno@clisp.org>
8605
8606         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8607         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
8608         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
8609
8610 2006-01-11  Bruno Haible  <bruno@clisp.org>
8611
8612         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8613         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
8614         the "early" section as well.
8615
8616 2006-01-11  Bruno Haible  <bruno@clisp.org>
8617
8618         Avoid "ar: no archive members specified" error on MacOS X.
8619         * gnulib-tool (func_modules_add_dummy): New function.
8620         (func_import, func_create_testdir): Invoke it.
8621
8622 2006-01-11  Bruno Haible  <bruno@clisp.org>
8623
8624         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
8625         with $auxdir in AC_CONFIG_FILES statements.
8626
8627 2006-01-11  Bruno Haible  <bruno@clisp.org>
8628
8629         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8630         Initialize also noinst_HEADERS to empty.
8631
8632 2006-01-11  Bruno Haible  <bruno@clisp.org>
8633
8634         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
8635         variables.
8636         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
8637         autoreconf.
8638
8639 2006-01-11  Bruno Haible  <bruno@clisp.org>
8640
8641         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
8642         overridable by the user.
8643         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8644
8645 2006-01-10  Simon Josefsson  <jas@extundo.com>
8646
8647         * modules/sys_socket: New file.
8648
8649 2006-01-10  Simon Josefsson  <jas@extundo.com>
8650
8651         * m4/sys_socket_h.m4: New file.
8652
8653 2006-01-10  Simon Josefsson  <jas@extundo.com>
8654
8655         * lib/socket_.h: New file.
8656
8657 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8658
8659         * modules/readutmp (Maintainer): Add myself.
8660
8661 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8662
8663         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
8664         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
8665         People who are still concerned with buggy memcmp implementations
8666         can invoke gl_FUNC_MEMCMP themselves.
8667
8668 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8669
8670         * lib/regex_internal.h (BITSET_WORD_BITS):
8671         Work around a bug in 64-bit PGC (before version 6.1-2), where the
8672         preprocessor mishandles large unsigned values as if they were signed.
8673         Problem reported by Claudio Fontana in
8674         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
8675
8676 2006-01-10  Jim Meyering  <jim@meyering.net>
8677
8678         Avoid the double-free (first in fts_read, second in fts_close) that
8679         would occur when an `active' directory is made inaccessible (e.g.,
8680         via chmod a-x) during a traversal.
8681         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8682         before returning.  Reproduce this failure by
8683         mkdir -p a/b; cd a; chmod a-x . b
8684         Reported by Stavros Passas.
8685
8686         Sync from coreutils.
8687         * lib/sha1.c: Tweak grammar in a comment.
8688
8689 2006-01-10  Jim Meyering  <jim@meyering.net>
8690
8691         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
8692         Patch by Joerg Sonnenberger.
8693
8694 2006-01-10  Bruno Haible  <bruno@clisp.org>
8695
8696         * modules/readutmp: Depend on module free.
8697         * modules/strtok_r: Depend on module restrict.
8698
8699 2006-01-10  Bruno Haible  <bruno@clisp.org>
8700
8701         * modules/gettext (configure.ac): Add an invocation of
8702         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
8703
8704 2006-01-10  Bruno Haible  <bruno@clisp.org>
8705
8706         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
8707         Reported by Werner Lemberg <wl@gnu.org>.
8708
8709 2006-01-10  Bruno Haible  <bruno@clisp.org>
8710
8711         * lib/localcharset.c: Update from GNU gettext.
8712
8713 2006-01-10  Bruno Haible  <bruno@clisp.org>
8714
8715         * lib/argp.h (__const): Remove macro. Use const instead.
8716         * lib/argp-fmtstream.h (__const): Likewise.
8717         * lib/glob_.h (__const): Remove macro.
8718         * lib/glob-libc.h: Use const instead of __const.
8719
8720 2006-01-10  Bruno Haible  <bruno@clisp.org>
8721
8722         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
8723         variable.
8724         Needed to avoid an automake error regarding the 'gettext' module.
8725
8726 2006-01-09  Simon Josefsson  <jas@extundo.com>
8727
8728         * modules/inet_ntop (Depends-on): Add restrict.
8729
8730 2006-01-09  Simon Josefsson  <jas@extundo.com>
8731
8732         * modules/gc-rijndael-tests (License): Put under LGPL.
8733
8734         * modules/gc-des-tests (License): Likewise.
8735
8736         * modules/gc-arcfour-tests (License): Likewise.
8737
8738         * modules/gc-arctwo-tests (License): Likewise.
8739
8740         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
8741
8742         * modules/gc-hmac-sha1-tests (Files): Likewise.
8743
8744         * modules/gc-hmac-md5-tests (License): Likewise.
8745
8746         * modules/gc-sha1-tests (License): Likewise.
8747
8748         * modules/gc-md5-tests (License): Likewise.
8749
8750         * modules/gc-md4-tests (License): Likewise.
8751
8752         * modules/gc-md2-tests (License): Likewise.
8753
8754         * modules/gc-tests (License): Likewise.
8755
8756         * modules/des-tests (License): Likewise.
8757
8758         * modules/md4-tests (License): Likewise.
8759
8760         * modules/md2-tests (License): Likewise.
8761
8762 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8763
8764         Sync from coreutils:
8765
8766         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
8767         * modules/lib-ignore: New file.
8768         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
8769         chdir-safer.m4, lchmod.m4.
8770         * modules/openat: Add mkdirat.c, openat-priv.h.
8771
8772 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8773
8774         Sync from coreutils.
8775         * m4/lib-ignore.m4: New file.
8776         * m4/lchmod.m4: New file.
8777
8778 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8779
8780         Sync from coreutils.
8781         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
8782         for write access: POSIX says that must fail.
8783         * lib/fts.c (diropen): Likewise.
8784         * lib/save-cwd.c (save_cwd): Likewise.
8785         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
8786         well, for minor improvements on hosts that lack O_DIRECTORY.
8787         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
8788         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
8789         Fall back on chown if open failed with EACCES.
8790
8791         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
8792         Report an error at compile-time if only a 1-second nominal clock
8793         resolution is found.
8794
8795         * lib/lchmod.h: New file.
8796         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
8797         (make_dir_parents): Use lchown rather than chown, and
8798         lchmod rather than chmod.
8799
8800         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
8801         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
8802         "proc" reported by n0dalus.
8803
8804         * lib/mountlist.c: Include <limits.h>.
8805         (dev_from_mount_options)
8806         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
8807         New function.  It no longer assumes "dev=" has the System V meaning
8808         on Linux (since it doesn't).  It also parses "dev=" more carefully.
8809         (read_file_system_list)
8810         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
8811         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
8812         dev= in that case.
8813
8814         * lib/posixtm.h (PDS_PRE_2000): New macro.
8815         * lib/posixtm.c (year): Arg is now syntax_bits rather than
8816         allow_century.  All usages changed.  Reject dates outside the range
8817         1969-1999 if PDS_PRE_2000 is used.
8818
8819 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8820
8821         Sync from coreutils.
8822         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
8823         (Time of day items): Mention the possibility of leap seconds.
8824         Problem reported by Dr. David Alan Gilbert.
8825
8826 2006-01-09  Jim Meyering  <jim@meyering.net>
8827
8828         Sync from coreutils.
8829
8830         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
8831
8832         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
8833
8834         * lib/modechange.c (mode_compile): Reject an invalid mode string
8835         that starts with an octal digit.  From Andreas Gruenbacher.
8836
8837         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
8838         and dup to open_safer and dup_safer, respectively.
8839         (openat_permissive): Fix typo in comment.
8840
8841         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
8842         "gettext.h"; either no longer needed or are guaranteed by openat.h.
8843         (_): Remove; no longer needed.
8844         (openat): Renamed from rpl_openat; no need for rpl_openat
8845         since openat.h renames openat for us.
8846         Replace most of the body with a call to openat_permissive,
8847         to avoid duplicate code.
8848         Port to (probably hypothetical) environments were mode_t is
8849         wider than int.
8850         (openat_permissive): Require mode arg, so that we can check
8851         types better.  Put it just after flags.  Change cwd failure
8852         indicator from pointer-to-bool to pointer-to-errno-value.
8853         All callers changed.
8854         Invoke openat_save_fail and/or openat_restore_fail if
8855         cwd_errno is null, so that openat can call us.
8856         (openat_permissive, fdopendir, fstatat, unlinkat):
8857         Simplify errno handling to avoid some duplicate code,
8858         as it's OK to set errno on success.
8859         * lib/openat.h: Revamp code so that function macros depend on
8860         __OPENAT_PREFIX only, not also on AT_FDCWD.
8861         (openat_ro): Remove.  Caller changed to use openat_permissive.
8862         (openat_permissive): Now a macro, if not a function.
8863         (openat_restore_fail, openat_save_fail): Now always functions,
8864         since mkdirat needs them even if __OPENAT_PREFIX is defined.
8865
8866         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
8867         and openat.c.
8868         * lib/mkdirat.c: Include openat-priv.h.
8869         Remove definitions of macros defined therein.
8870         * lib/openat.c: Likewise.
8871
8872         * lib/mkdirat.c (mkdirat): New file and function.
8873         * lib/openat.h (mkdirat): Declare.
8874
8875         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
8876
8877         * lib/openat.h (openat_permissive): Declare.
8878         (openat_ro): Define.
8879
8880         * lib/openat.c (EXPECTED_ERRNO): New macro.
8881         (openat_permissive): New function -- used in remove.c rewrite.
8882         (all functions): Set errno just before returning, only if there
8883         was an actual failure.
8884         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
8885
8886         Emulate openat-family functions using Linux's procfs, if possible.
8887         Idea and some code based on Ulrich Drepper's glibc changes.
8888
8889         * lib/openat.c: (BUILD_PROC_NAME): New macro.
8890         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
8891         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
8892         before falling back on save_cwd and restore_cwd.
8893         (fdopendir, fstatat, unlinkat): Likewise.
8894
8895         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
8896         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
8897
8898         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
8899         as second argument to va_arg.  Otherwise, some versions of gcc
8900         warn that `if this code is reached, the program will abort'.
8901
8902 2006-01-09  Jim Meyering  <jim@meyering.net>
8903
8904         Sync from coreutils.
8905         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
8906         Require openat-priv.h.
8907
8908 2006-01-09  Bruno Haible  <bruno@clisp.org>
8909
8910         * modules/strnlen (Include): Use strnlen.h.
8911
8912 2006-01-09  Bruno Haible  <bruno@clisp.org>
8913
8914         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
8915
8916 2006-01-09  Bruno Haible  <bruno@clisp.org>
8917
8918         * lib/sysexit_.h (EX_OK): New macro.
8919         Suggested by Martin Lambers <marlam@marlam.de>.
8920
8921 2006-01-09  Bruno Haible  <bruno@clisp.org>
8922
8923         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
8924         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
8925
8926 2006-01-09  Bruno Haible  <bruno@clisp.org>
8927
8928         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
8929         numbers.
8930
8931 2006-01-09  Bruno Haible  <bruno@clisp.org>
8932
8933         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
8934         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
8935         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
8936         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
8937
8938 2006-01-09  Bruno Haible  <bruno@clisp.org>
8939
8940         * build-aux/javacomp.sh.in: New file, moved from lib/.
8941         * modules/javacomp-script (Files): Update.
8942         (configure.ac): Add AC_CONFIG_FILES invocation.
8943         (EXTRA_DIST): Remove variable.
8944
8945         * build-aux/javaexec.sh.in: New file, moved from lib/.
8946         * modules/javaexec (Files): Update.
8947         (configure.ac): Add AC_CONFIG_FILES invocation.
8948         (EXTRA_DIST): Remove javaexec.sh.in.
8949
8950         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
8951         * modules/csharpcomp-script (Files): Update.
8952         (configure.ac): Add AC_CONFIG_FILES invocation.
8953         (EXTRA_DIST): Remove variable.
8954
8955         * build-aux/csharpexec.sh.in: New file, moved from lib/.
8956         * modules/csharpexec (Files): Update.
8957         (configure.ac): Add AC_CONFIG_FILES invocation.
8958         (EXTRA_DIST): Remove csharpexec.sh.in.
8959
8960 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8961
8962         Sync from coreutils.
8963
8964         Add POSIX ACL support
8965         * lib/acl.h (copy_acl, set_acl): Add declarations.
8966         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
8967         systems other than Linux.
8968         (chmod_or_fchmod): New function: use fchmod when possible,
8969         and chmod otherwise.
8970         (file_has_acl): Add a POSIX ACL implementation, with a
8971         Linux-specific subcase.
8972         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
8973         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
8974         acls are unsupported.
8975         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
8976         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
8977         are unsupported.
8978
8979 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8980
8981         Sync from coreutils.
8982         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
8983
8984 2006-01-07  Bruno Haible  <bruno@clisp.org>
8985
8986         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
8987         gl_EARLY.
8988
8989 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8990
8991         * lib/strftime.c (tzname): Don't declare if it is already #defined.
8992         Problem reported for Mingw by Mark Junker.
8993
8994 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8995
8996         * README: Gnulib normally doesn't generate a tarball.
8997
8998 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
8999
9000         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9001         long int, not int, for nanosecond counts, so that people who are
9002         used to POSIX struct timespec won't be surprised.  Reported by Jim
9003         Meyering.
9004
9005 2005-12-28  Bruno Haible  <bruno@clisp.org>
9006
9007         * build-aux/config.rpath: Update from GNU gettext.
9008
9009 2005-12-16  Jim Meyering  <jim@meyering.net>
9010
9011         * modules/fprintftime: New module.
9012         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9013
9014 2005-12-16  Jim Meyering  <jim@meyering.net>
9015
9016         * m4/fprintftime.m4: New file.
9017
9018 2005-12-16  Jim Meyering  <jim@meyering.net>
9019
9020         * lib/fprintftime.c, lib/fprintftime.h: New files.
9021
9022 2005-12-15  Simon Josefsson  <jas@extundo.com>
9023
9024         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9025         new m4/socklen.m4.
9026
9027 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9028
9029         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9030         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9031
9032 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9033
9034         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9035         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9036         struct uparams is valid. Fall back to the default values if it is
9037         not.
9038
9039 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9040
9041         * modules/argp (Files): Add argp-pin.c
9042         (Depends-on): dirname
9043         (lib_SOURCES): Add argp-pin.c
9044
9045 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9046
9047         * m4/argp.m4:  Check if program_invocation_name and
9048         program_invocation_short_name are declared and define appropriate
9049         macros if they are not.
9050
9051 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9052
9053         * lib/argp-help.c (__argp_base_name): New function
9054         (__argp_short_program_name): Rewrite using __argp_base_name
9055         * lib/argp-namefrob.h: Define program_invocation_name and
9056         program_invocation_short_name if requested
9057         (__argp_base_name): Add prototype
9058         * lib/argp-parse.c (argp_def): Use gettext wrappers
9059         (argp_default_parser): Use __argp_base_name
9060         * lib/argp-pin.c: New file. Defines program_invocation_name and
9061         program_invocation_short_name on systems that lack them.
9062
9063 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9064
9065         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9066         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9067         porting problem reported by Georg Schwarz in
9068         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9069
9070 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9071
9072         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9073         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9074         porting problem reported by Georg Schwarz in
9075         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9076
9077 2005-12-05  Bruno Haible  <bruno@clisp.org>
9078
9079         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9080         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9081         Reported by Mark Junker <mjscod@gmx.de>.
9082
9083 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9084
9085         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9086         Use implementation from Albert Chin, with some
9087         comments/corrections by Stepan Kasal and myself.
9088
9089 2005-12-02  Bruno Haible  <bruno@clisp.org>
9090
9091         * gnulib-tool (func_import): Accept GPLed build tool modules when
9092         --lgpl is given.
9093         * modules/csharpcomp-script: New file.
9094         * modules/csharpcomp: Depend on it.
9095         * modules/javacomp-script: New file.
9096         * modules/javacomp: Depend on it.
9097         Suggested by Simon Josefsson.
9098
9099 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9100
9101         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
9102         statement, to work around an HP-UX 10.20 compiler bug reported by
9103         Peter O'Gorman.
9104
9105 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9106
9107         * modules/savedir (Depends-on): Add openat.
9108
9109 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9110
9111         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
9112         (uintmax_t) [defined uintmax_t]: Do not declare.
9113         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
9114         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
9115         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
9116         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
9117         sake of portability to weird hosts that C allows (though we don't
9118         know of any practical examples).
9119
9120         * lib/savedir.h (fdsavedir): New decl.
9121         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
9122         contains most of the former guts of savedir.
9123         (savedir): Use savedirstream.
9124         Include "openat.h".
9125
9126 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9127
9128         * modules/obstack (Files): Add m4/ulonglong.m4.
9129         Problem reported by Davide Angelocola.
9130
9131 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9132
9133         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
9134         coreutils no longer futzes with rounding modes.
9135
9136 2005-11-14  Jim Meyering  <jim@meyering.net>
9137
9138         * lib/mkstemp-safer.c: Include <config.h>, required for possible
9139         replacement of mkstemp.
9140
9141 2005-11-10  Simon Josefsson  <jas@extundo.com>
9142
9143         * lib/readline.c: Remove EOL.
9144
9145 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9146
9147         * modules/gethrxtime (Depends-on): Add gettime.
9148
9149 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9150
9151         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
9152         or gettimeofday; no longer needed.
9153
9154 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9155
9156         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
9157         time business.
9158         (gethrxtime) [! (HAVE_NANOUPTIME
9159         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
9160         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
9161         our own approximation.
9162
9163 2005-11-08  Eric Blake  <ebb9@byu.net>
9164
9165         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9166
9167 2005-11-08  Eric Blake  <ebb9@byu.net>
9168
9169         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9170
9171 2005-11-04  Bruno Haible  <bruno@clisp.org>
9172
9173         * gnulib-tool: Implement --update mode.
9174
9175 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9176
9177         Fix porting problem reported by Theodoros V. Kalamatianos.
9178         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
9179         Don't assume that futimes failing means we must fail.
9180
9181 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9182
9183         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
9184         variables to suggest the intended function of the PATH_MAX check.
9185
9186 2005-10-30  Kean Johnston  <jkj@sco.com>
9187
9188         Trivial changes to support SCO systems.
9189         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
9190         as PATH_MAX.
9191         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
9192         where __ptr is null when no I/O is pending.
9193
9194 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
9195
9196         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
9197         leave errno alone.  Problem reported by Dmitry V. Levin.
9198
9199 2005-10-28  Simon Josefsson  <jas@extundo.com>
9200
9201         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
9202         Test more.
9203
9204         * tests/test-gc-md2.c, tests/test-md2.c: New files.
9205
9206         * modules/md2, modules/md2-tests: New files.
9207
9208 2005-10-28  Simon Josefsson  <jas@extundo.com>
9209
9210         * m4/inet_ntop.m4: More tests.
9211
9212         * m4/gc-md2.m4, md2.m4: New file.
9213
9214 2005-10-28  Simon Josefsson  <jas@extundo.com>
9215
9216         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
9217         "restrict" keywords, as per POSIX.  Protect the function
9218         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
9219         Don't use K&R prototypes.  Check the sprintf return values.
9220         Re-define EAFNOSUPPORT if not present.  Indent.
9221
9222         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
9223         suggested by Bruno Haible <bruno@clisp.org>.
9224
9225         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
9226
9227         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
9228
9229         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
9230         libgcrypt).
9231
9232         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
9233
9234         * lib/md2.h, lib/md2.c: New files.
9235
9236 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
9237
9238         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
9239         errno alone.  Problem reported by Frederic Jolliton.
9240
9241 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9242
9243         * modules/verify (License): Change from GPL to LGPL.  This is a
9244         tiny module and there are apparently near-equivalents that are
9245         under the BSD license.
9246
9247 2005-10-24  Simon Josefsson  <jas@extundo.com>
9248
9249         * modules/sha1: Relicense to LGPL.
9250
9251 2005-10-24  Simon Josefsson  <jas@extundo.com>
9252
9253         * lib/md4.h: Shrink buffer size, now that we changed the type.
9254
9255 2005-10-23  Simon Josefsson  <jas@extundo.com>
9256
9257         * gnulib-tool (func_import): Fix --tests-base.
9258
9259 2005-10-22  Simon Josefsson  <jas@extundo.com>
9260
9261         * modules/arcfour (Depends-on): Need stdint.
9262
9263 2005-10-22  Simon Josefsson  <jas@extundo.com>
9264
9265         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
9266         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
9267
9268 2005-10-22  Simon Josefsson  <jas@extundo.com>
9269
9270         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
9271         suggested by Bruno Haible <bruno@clisp.org>.
9272
9273 2005-10-22  Simon Josefsson  <jas@extundo.com>
9274
9275         * lib/crc.h: Include stddef.h, for size_t.
9276
9277 2005-10-22  Simon Josefsson  <jas@extundo.com>
9278
9279         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
9280         arcfour_context struct (simplify test vector testing in GNU
9281         Shishi).
9282
9283 2005-10-21  Simon Josefsson  <jas@extundo.com>
9284
9285         * modules/des, modules/des-tests: New files.
9286
9287         * modules/gc-des, modules/gc-des-tests: New files.
9288
9289         * tests/test-des.c, tests/test-gc-des.c: New file.
9290
9291 2005-10-21  Simon Josefsson  <jas@extundo.com>
9292
9293         * modules/arctwo, modules/arctwo-tests: New files.
9294
9295         * tests/test-arctwo.c: New file.
9296
9297         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
9298
9299         * tests/test-gc-arctwo.c: New file.
9300
9301 2005-10-21  Simon Josefsson  <jas@extundo.com>
9302
9303         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
9304         Bruno Haible <bruno@clisp.org>.
9305
9306         * m4/gc-des.m4: New file.
9307
9308 2005-10-21  Simon Josefsson  <jas@extundo.com>
9309
9310         * m4/arctwo.m4: New file.
9311
9312         * m4/gc-arctwo.m4: New file.
9313
9314 2005-10-21  Simon Josefsson  <jas@extundo.com>
9315
9316         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
9317         block.
9318
9319 2005-10-21  Simon Josefsson  <jas@extundo.com>
9320
9321         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
9322         <bruno@clisp.org>.
9323
9324         * lib/hmac-sha1.c (hmac_sha1): Likewise.
9325
9326         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
9327         Bruno Haible <bruno@clisp.org>.
9328
9329         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
9330         <bruno@clisp.org>.
9331
9332 2005-10-21  Simon Josefsson  <jas@extundo.com>
9333
9334         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
9335
9336 2005-10-21  Simon Josefsson  <jas@extundo.com>
9337
9338         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
9339
9340 2005-10-21  Simon Josefsson  <jas@extundo.com>
9341
9342         * lib/des.h, lib/des.c: New files.
9343
9344         * lib/gc-gnulib.c: Support DES.c
9345
9346 2005-10-21  Simon Josefsson  <jas@extundo.com>
9347
9348         * lib/arctwo.h, lib/arctwo.c: New files.
9349
9350         * lib/gc-gnulib.c: Support ARCTWO.
9351
9352 2005-10-21  Simon Josefsson  <jas@extundo.com>
9353
9354         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
9355         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9356
9357 2005-10-21  Simon Josefsson  <jas@extundo.com>
9358
9359         * gnulib-tool (func_import, func_create_testdir): Define automake
9360         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
9361         Makefile.am snippet),
9362         suggested by Bruno Haible <bruno@clisp.org>.
9363
9364         * modules/gc (Makefile.am): Use it.
9365
9366 2005-10-21  Bruno Haible  <bruno@clisp.org>
9367
9368         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
9369         patch.
9370
9371 2005-10-19  Simon Josefsson  <jas@extundo.com>
9372
9373         * tests/test-gc-rijndael.c: New file.
9374
9375         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
9376
9377 2005-10-19  Simon Josefsson  <jas@extundo.com>
9378
9379         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
9380         interface too.
9381
9382 2005-10-19  Simon Josefsson  <jas@extundo.com>
9383
9384         * tests/test-gc-arcfour.c: New file.
9385
9386         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
9387
9388 2005-10-19  Simon Josefsson  <jas@extundo.com>
9389
9390         * modules/gc-md4, modules/gc-md4-tests: New file.
9391
9392         * tests/test-gc-md4.c: New file.
9393
9394 2005-10-19  Simon Josefsson  <jas@extundo.com>
9395
9396         * m4/gc-md4.m4: New file.
9397
9398 2005-10-19  Simon Josefsson  <jas@extundo.com>
9399
9400         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
9401         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
9402         <kasal@ucw.cz>.
9403
9404 2005-10-19  Simon Josefsson  <jas@extundo.com>
9405
9406         * m4/gc-arcfour.m4: New file.
9407
9408         * m4/gc-rijndael.m4: New file.
9409
9410 2005-10-19  Simon Josefsson  <jas@extundo.com>
9411
9412         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
9413
9414 2005-10-19  Simon Josefsson  <jas@extundo.com>
9415
9416         * lib/gc-gnulib.c: Support ARCFOUR.
9417
9418 2005-10-19  Simon Josefsson  <jas@extundo.com>
9419
9420         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
9421         support.
9422
9423         * lib/gc.h: Add ECB enum type.
9424
9425         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
9426
9427 2005-10-18  Simon Josefsson  <jas@extundo.com>
9428
9429         * tests/test-md5.c: New file.
9430
9431         * modules/md5-tests: New file.
9432
9433 2005-10-18  Simon Josefsson  <jas@extundo.com>
9434
9435         * tests/test-md4.c: New file.
9436
9437         * modules/md4, modules/md4-tests: New files.
9438
9439 2005-10-18  Simon Josefsson  <jas@extundo.com>
9440
9441         * m4/md4.m4: New file.
9442
9443 2005-10-18  Simon Josefsson  <jas@extundo.com>
9444
9445         * lib/md4.h, lib/md4.c: New files, based on md5.?.
9446
9447 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
9448
9449         * gnulib-tool (func_create_testdir): Omit the second check whether
9450         BUILT_SOURCES in nonempty.
9451
9452 2005-10-17  Simon Josefsson  <jas@extundo.com>
9453
9454         * tests/test-rijndael.c: New file.
9455
9456 2005-10-17  Simon Josefsson  <jas@extundo.com>
9457
9458         * modules/sha1: Depend on stdint instead of md5.
9459
9460         * modules/md5: Depend on stdint, remove uint32_t.
9461
9462 2005-10-17  Simon Josefsson  <jas@extundo.com>
9463
9464         * modules/gc-sha1-tests: New file.
9465
9466         * tests/test-gc-sha1.c: New file.
9467
9468 2005-10-17  Simon Josefsson  <jas@extundo.com>
9469
9470         * m4/md5.m4: Remove call to uint32_t.m4.
9471
9472 2005-10-17  Simon Josefsson  <jas@extundo.com>
9473
9474         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
9475
9476         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
9477         md5.h.
9478
9479         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
9480
9481         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
9482
9483 2005-10-17  Simon Josefsson  <jas@extundo.com>
9484
9485         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
9486
9487 2005-10-17  Simon Josefsson  <jas@extundo.com>
9488
9489         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
9490
9491 2005-10-17  Simon Josefsson  <jas@extundo.com>
9492
9493         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
9494
9495         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
9496
9497 2005-10-17  Bruno Haible  <bruno@clisp.org>
9498
9499         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
9500         that it can also be used in a test.
9501
9502 2005-10-16  Bruno Haible  <bruno@clisp.org>
9503
9504         * gnulib-tool (func_emit_tests_Makefile_am): Also define
9505         TESTS_ENVIRONMENT, so that individual tests can augment it.
9506
9507         * gnulib-tool (func_create_testdir): Use an intermediate target for
9508         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
9509         macros, like $(ALLOCA_H), which cannot be passed through the command
9510         line.
9511
9512 2005-10-15  Simon Josefsson  <jas@extundo.com>
9513
9514         * modules/rijndael-tests: New file.
9515
9516         * modules/rijndael: New file.
9517
9518 2005-10-15  Simon Josefsson  <jas@extundo.com>
9519
9520         * m4/rijndael.m4: New file.
9521
9522 2005-10-15  Simon Josefsson  <jas@extundo.com>
9523
9524         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
9525
9526         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
9527
9528 2005-10-14  Simon Josefsson  <jas@extundo.com>
9529
9530         * tests/test-arcfour.c: New file.
9531
9532         * modules/arcfour, modules/arcfour-tests: New files.
9533
9534 2005-10-14  Simon Josefsson  <jas@extundo.com>
9535
9536         * m4/arcfour.m4: New file.
9537
9538 2005-10-14  Simon Josefsson  <jas@extundo.com>
9539
9540         * lib/arcfour.h, lib/arcfour.c: New files.
9541
9542 2005-10-14  Roland McGrath  <roland@redhat.com>
9543
9544         Import from libc.  [BZ #1331]
9545         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
9546         macro argument.
9547         Reported by Matej Vela <vela@debian.org>.
9548
9549 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9550
9551         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
9552         include <wchar.h>; no longer needed.
9553
9554 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9555
9556         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
9557
9558 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
9559         and  Ulrich Drepper  <drepper@redhat.com>
9560
9561         Import from libc.
9562         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
9563         instead of inline stream orientation test and two separate
9564         function calls.  Pay no attention to USE_IN_LIBIO.
9565
9566 2005-10-13  Simon Josefsson  <jas@extundo.com>
9567
9568         * modules/gc-hmac-md5-tests: New file.
9569
9570         * tests/test-gc-hmac-sha1.c: New file.
9571
9572         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
9573
9574         * modules/gc-hmac-md5-tests: New file.
9575
9576         * tests/test-gc-md5.c: New file.
9577
9578         * modules/gc-md5-tests: New file.
9579
9580 2005-10-13  Simon Josefsson  <jas@extundo.com>
9581
9582         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
9583         Move memory allocation outside of loop.
9584
9585 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
9586
9587         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
9588         intermediate directory is in a read-only file system.  Problem
9589         reported by Eric Blake.
9590
9591 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
9592
9593         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
9594
9595 2005-10-12  Simon Josefsson  <jas@extundo.com>
9596
9597         * tests/test-hmac-sha1.c: New file.
9598
9599         * modules/hmac-sha1-tests: New file.
9600
9601         * modules/hmac-sha1: New file.
9602
9603 2005-10-12  Simon Josefsson  <jas@extundo.com>
9604
9605         * modules/gc-sha1: New file.
9606
9607 2005-10-12  Simon Josefsson  <jas@extundo.com>
9608
9609         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
9610
9611         * tests/test-gc-pbkdf2-sha1.c: New file.
9612
9613 2005-10-12  Simon Josefsson  <jas@extundo.com>
9614
9615         * modules/gc-md5, modules/gc-hmac-md5: New files.
9616
9617         * modules/gc (Files): Remove md5, memxor and hmac files.
9618
9619 2005-10-12  Simon Josefsson  <jas@extundo.com>
9620
9621         * m4/gc-pbkdf2-sha1.m4: New file.
9622
9623         * m4/gc-hmac-sha1.m4: New file.
9624
9625         * m4/gc-sha1: New file.
9626
9627         * m4/hmac-sha1.m4: New file.
9628
9629 2005-10-12  Simon Josefsson  <jas@extundo.com>
9630
9631         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
9632
9633         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
9634
9635 2005-10-12  Simon Josefsson  <jas@extundo.com>
9636
9637         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
9638         suggested by Bruno Haible <bruno@clisp.org>.
9639
9640 2005-10-12  Simon Josefsson  <jas@extundo.com>
9641
9642         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
9643
9644 2005-10-12  Simon Josefsson  <jas@extundo.com>
9645
9646         * lib/gc-pbkdf2-sha1.c: New file.
9647
9648         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
9649
9650 2005-10-12  Simon Josefsson  <jas@extundo.com>
9651
9652         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
9653
9654         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
9655
9656 2005-10-12  Simon Josefsson  <jas@extundo.com>
9657
9658         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
9659         GC_USE_HMAC_MD5, respectively.
9660
9661         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
9662         (gc_md5): Fix typo.
9663
9664         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
9665
9666         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
9667
9668         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
9669
9670 2005-10-12  Bruno Haible  <bruno@clisp.org>
9671
9672         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
9673         Reported by Stepan Kasal <kasal@ucw.cz>.
9674
9675 2005-10-11  Simon Josefsson  <jas@extundo.com>
9676
9677         * tests/test-crc.c: New file.
9678
9679         * modules/crc, modules/crc-tests: New files.
9680
9681 2005-10-11  Simon Josefsson  <jas@extundo.com>
9682
9683         * m4/crc.m4: New file.
9684
9685 2005-10-11  Simon Josefsson  <jas@extundo.com>
9686
9687         * lib/gc.h: Add gc_hash and gc_hash_buffer.
9688
9689         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
9690
9691         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
9692
9693 2005-10-11  Simon Josefsson  <jas@extundo.com>
9694
9695         * lib/crc.h, lib/crc.c: New files.
9696
9697         * lib/gc.h (gc_hash_buffer): Add doc.
9698
9699 2005-10-11  Bruno Haible  <bruno@clisp.org>
9700
9701         * modules/c-strcasestr: New file.
9702         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
9703
9704 2005-10-11  Bruno Haible  <bruno@clisp.org>
9705
9706         * modules/c-strcase: New file.
9707         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
9708
9709 2005-10-11  Bruno Haible  <bruno@clisp.org>
9710
9711         * lib/strcasecmp.c: Include limits.h.
9712         (strcasecmp): Avoid integer overflow on exotic platforms.
9713         * lib/strncasecmp.c: Include limits.h.
9714         (strncasecmp): Avoid integer overflow on exotic platforms.
9715         Reported by Paul Eggert.
9716
9717 2005-10-11  Bruno Haible  <bruno@clisp.org>
9718
9719         * lib/c-strcasestr.h: New file, from GNU gettext.
9720         * lib/c-strcasestr.c: New file, from GNU gettext.
9721
9722 2005-10-11  Bruno Haible  <bruno@clisp.org>
9723
9724         * lib/c-strcase.h: New file, from GNU gettext.
9725         * lib/c-strcasecmp.c: New file, from GNU gettext.
9726         * lib/c-strncasecmp.c: New file, from GNU gettext.
9727
9728 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9729
9730         * modules/mempcpy (License): GPL -> LGPL.
9731         * modules/strchrnul (License): Likewise.
9732         * modules/sysexits (License): Likewise.
9733
9734 2005-10-08  Simon Josefsson  <jas@extundo.com>
9735
9736         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
9737
9738 2005-10-07  Simon Josefsson  <jas@extundo.com>
9739
9740         * m4/memxor.m4: Remove gl_C_RESTRICT call.
9741
9742 2005-10-06  Simon Josefsson  <jas@extundo.com>
9743
9744         * tests/test-hmac-md5.c: New file.
9745
9746         * modules/hmac-md5-tests: New file.
9747
9748         * modules/hmac-md5: New file.
9749
9750 2005-10-06  Simon Josefsson  <jas@extundo.com>
9751
9752         * m4/hmac-md5.m4: New file.
9753
9754         * m4/memxor.m4: Require gl_C_RESTRICT.
9755
9756 2005-10-06  Simon Josefsson  <jas@extundo.com>
9757
9758         * lib/memxor.c (memxor): Avoid casts and warnings.
9759
9760 2005-10-06  Simon Josefsson  <jas@extundo.com>
9761
9762         * lib/hmac-md5.c: New file.
9763
9764         * lib/hmac.h: New file.
9765
9766 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9767
9768         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
9769         promotes to int, not unsigned int, to catch the AIX 5.3
9770         compiler bug.
9771
9772 2005-10-05  Simon Josefsson  <jas@extundo.com>
9773
9774         * modules/memxor: New file.
9775
9776         * modules/iconv (Files): Move config.rpath to havelib, it is used
9777         there.
9778
9779         * modules/havelib (Files): Add config.rpath.
9780
9781 2005-10-05  Simon Josefsson  <jas@extundo.com>
9782
9783         * m4/memxor.m4: New file.
9784
9785 2005-10-05  Simon Josefsson  <jas@extundo.com>
9786
9787         * lib/memxor.c (memxor): Fix compiler error.
9788
9789         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
9790         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
9791
9792         * lib/memxor.h, lib/memxor.c: New files.
9793
9794         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
9795         we assume all systems have it, suggested by Jim Meyering
9796         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
9797         any systems lack sys/socket.h; mingw32 is known to lack it, but we
9798         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
9799         same reasons.
9800
9801 2005-10-05  Simon Josefsson  <jas@extundo.com>
9802
9803         * config/srclist.txt: Add glibc bug 1423 for md5.h.
9804
9805 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9806
9807         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
9808         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
9809         needed, since the source code now assumes these .h files.
9810
9811 2005-10-05  Derek Price  <derek@ximbiot.com>
9812
9813         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
9814
9815 2005-10-05  Bruno Haible  <bruno@clisp.org>
9816
9817         * modules/stdint (License): Change to LGPL.
9818
9819 2005-10-04  Simon Josefsson  <jas@extundo.com>
9820
9821         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
9822         D. Baushke" <mdb@gnu.org>.
9823
9824 2005-10-04  Bruno Haible  <bruno@clisp.org>
9825
9826         * lib/verify.h (verify_true): Provide alternative definition for C++.
9827
9828 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
9829
9830         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
9831         (SSIZE_MAX): New macro, if not already defined.
9832         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
9833         than 2 GiB.
9834
9835 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9836
9837         Sync from coreutils.
9838         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
9839         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
9840         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
9841         ULLONG_MAX doesn't work with 2.7.2.1.
9842
9843 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9844
9845         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
9846         From Ben Pfaff.
9847
9848         * modules/exclude (Depends-on): Depend on verify.
9849         * modules/strtoimax (Depends-on): Likewise.
9850         * modules/utimecmp (Depends-on): Likewise.
9851
9852 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9853
9854         * lib/exclude.c: Include verify.h.
9855         (verify): Remove.  All callers changed to use verify.h's version.
9856         * lib/strtoimax.c: Likewise.
9857         * lib/utimecmp.c: Likewis.e
9858
9859         Sync from coreutils.
9860         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
9861         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
9862         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
9863         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
9864         bother returning ENOSYS if settimeofday or stime fails; just let
9865         them return whatever errno they want to return.
9866         * lib/utimens.c: Include unistd.h, for dup2.
9867         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
9868         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
9869
9870 2005-10-02  Jim Meyering  <jim@meyering.net>
9871
9872         Sync from coreutils.
9873         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
9874         from glibc-2.2.5 that fails for read-only files.
9875
9876 2005-10-02  Jim Meyering  <jim@meyering.net>
9877
9878         Sync from coreutils.
9879         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
9880         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
9881         `#if HAVE_CONFIG_H'.
9882         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
9883         Remove AT_FDCWD test.
9884         Do not consume the fd unless successful.
9885         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
9886         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
9887         block, so that we don't even try to compile it if settimeofday is
9888         available.  This works around a compilation failure on OSF1 V5.1,
9889         due to stime requiring a `long int*' while tv_sec is `int'.
9890
9891 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
9892
9893         Sync from coreutils.
9894         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
9895         against `yes', rather than just testing for nonempty.
9896
9897 2005-10-01  Simon Josefsson  <jas@extundo.com>
9898
9899         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
9900         and Darwin.
9901
9902         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
9903         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
9904         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
9905         freeaddrinfo and gai_strerror are declared by the POSIX headers.
9906         Check if struct addrinfo is declared.
9907
9908 2005-10-01  Simon Josefsson  <jas@extundo.com>
9909
9910         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
9911         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
9912         AI_* and EAI_* definitions.  Protect function declarations.
9913
9914 2005-10-01  Jim Meyering  <jim@meyering.net>
9915
9916         Sync from coreutils.
9917
9918         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
9919         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
9920         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
9921         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9922         in the inet and nsl libraries.  Required on Solaris 5.7.
9923
9924 2005-10-01  Jim Meyering  <jim@meyering.net>
9925
9926         Sync from coreutils.
9927         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9928         in the inet and nsl libraries.  Required on Solaris 5.7.
9929
9930 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
9931
9932         * lib/getdelim.c (getdelim): Remove unused variables.
9933
9934 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9935
9936         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
9937         so that the code works even with ancient cpp.  Portability problem
9938         with GCC 2.7.2.1 reported by Thomas M.Ott.
9939
9940 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9941
9942         * modules/regex (Depends-on): Add strcase.
9943
9944         * modules/gethostname (Licence): Change from GPL to LGPL, since
9945         gethostname.c is a trivial implementation of a standard library
9946         function.
9947         * modules/poll (License): Change from GPL to LGPL, since it's
9948         derived from LGPL code.
9949
9950 2005-09-27  Jim Meyering  <jim@meyering.net>
9951
9952         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
9953         HAVE_CONFIG_H.
9954
9955         * lib/intprops.h (signed_type_or_expr__): Define.
9956         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
9957         for unsigned types.
9958
9959 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9960
9961         * lib/verify.h (verify_expr): Remove, replacing with:
9962         (verify_true): New macro that returns true instead of void.
9963         (verify_type__): Remove.
9964         (verify): Use verify_true rather than verify_type__.
9965
9966 2005-09-26  Bruno Haible  <bruno@clisp.org>
9967
9968         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
9969         is necessary.
9970         (lib_SOURCES): Remove mbchar.c.
9971         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
9972         (Files): Add m4/mbrtowc.m4.
9973         * modules/mbiter: Likewise.
9974         * modules/mbuiter: Likewise.
9975
9976 2005-09-26  Bruno Haible  <bruno@clisp.org>
9977
9978         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
9979         compile mbchar.c if they are not both present.
9980         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
9981         * m4/mbiter.m4 (gl_MBITER): Likewise.
9982         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
9983         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
9984         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
9985
9986 2005-09-25  Jim Meyering  <jim@meyering.net>
9987
9988         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
9989         also uses socklen_t.
9990
9991 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
9992
9993         * lib/utimens.c (ENOSYS): Define if not already defined.
9994         (futimens): Support having a null PATH if the file descriptor
9995         is nonnegative.
9996
9997         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
9998         Remove.
9999         (__attribute): Define to empty unless GCC 3.1 or later.
10000         This works around a core dump on OpenBSD 3.4, which has GCC
10001         2.95.3, which dumps core when given __attribute__(()).  It also
10002         simplifies other tests, since we really don't want to bother with
10003         worrying about which ancient version of GCC supported what.
10004         Original problem reported by Yoann Vandoorselaere, with part of
10005         the fix suggested by Derek Price.
10006
10007 2005-09-24  Jim Meyering  <jim@meyering.net>
10008
10009         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10010         so we can once again use a positive bitfield width of 1 -- now we
10011         don't have to explain why we were using a bitfield width of 2.
10012
10013 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10014
10015         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10016         and similarly for the other external symbols.  Problem reported
10017         by James Gallager.
10018
10019         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10020         bug reported by Jim Meyering.
10021
10022         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10023         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10024         not needed, since socklen is a prerequisite module.
10025
10026 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10027
10028         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10029         Problem reported by Eric Blake.
10030         (getaddrinfo): Initialize se so that it's not garbage.
10031         Redo internal storage allocation so that it doesn't make unportable
10032         assumptions about alignment.
10033         Fix a memory leak.
10034
10035         * lib/utimens.c (futimens): Use futimesat if available.
10036         Prefer it to futimes since it doesn't have the futimes bug.
10037
10038         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10039         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10040         Instead, declare a function that returns a pointer to an array,
10041         and use verify_type__ to declare the size of the array.
10042         Problem and germ of a solution reported by Bruno Haible.
10043         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10044         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10045
10046 2005-09-23  Jim Meyering  <jim@meyering.net>
10047
10048         Sync from coreutils.
10049         Correct build failure (socklen_t not defined) on at least
10050         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10051         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10052
10053 2005-09-23  Jim Meyering  <jim@meyering.net>
10054
10055         * modules/getaddrinfo (Depends-on): Add socklen.
10056
10057 2005-09-23  Bruno Haible  <bruno@clisp.org>
10058
10059         * tests/test-verify.c: New file.
10060
10061 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10062
10063         Sync from coreutils.
10064
10065         * modules/argmatch (Depends-on): Add verify.
10066         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10067         unistd-safer.
10068         * modules/save-cwd (Depends-on): Likewise.
10069
10070         * modules/openat (Files): Add lib/openat-die.c.
10071         (Depends-on): Remove error, exitfail.
10072         Add dirname.
10073
10074         * modules/verify: New file.
10075         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10076         with "verify" module.
10077
10078 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10079
10080         Sync from coreutils.
10081
10082         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10083         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10084         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10085         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10086         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10087         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10088         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10089         Don't bother checking for string.h, stdlib.h, unistd.h.
10090         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10091         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10092         module's job.
10093         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10094         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10095
10096         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10097         (gl_GETDATE): Use it.
10098
10099         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
10100
10101 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10102
10103         Sync from coreutils.
10104
10105         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
10106         stat-time.h.
10107         * lib/argmatch.h: Include verify.h
10108         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
10109         (ARGMATCH_ASSERT): Remove; unused.
10110         * lib/canonicalize.c: Assume STDC_HEADERS.
10111         * lib/exclude.c: Include "strcase.h".
10112         * lib/regex_internal.h [!defined _LIBC]: Likewise.
10113         * lib/getusershell.c: Include stdio--.h rather than stdio.h
10114         and stdio-safer.h.
10115         (getusershell): Call fopen, not fopen_safer.
10116         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
10117         Do not include unistd-safer.h.
10118         (save_cwd): Don't call fd_safer; no longer needed
10119         now that we include fcntl--.h.
10120
10121         * lib/getdate.y (relative_time): New type.
10122         (RELATIVE_TIME_0): New constant.
10123         (parser_control): Use relative_time instead of doing it ourselves.
10124         (%union): Add new relative_time rel member.
10125         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
10126         Now typeless.
10127         (relunit, relunit_snumber): Now of type rel.
10128         (zone, rel, relunit, get_date): Adjust to above changes.
10129
10130         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
10131         Do not include unistd-safer.h.
10132         (getloadavg): Don't call fd_safer; no longer needed
10133         now that we include fcntl--.h.
10134
10135         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
10136         (make_dir_parents): Treat ENOSYS like EEXIST.
10137
10138         Improve quality of diagnostics on restore_cwd failure.
10139         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
10140         (make_dir_parents): Last arg is now int * (for errno), not bool *.
10141         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
10142         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
10143         each time through the loop.  Do not diagnose restore_cwd failure;
10144         that is the caller's job (and perhaps the caller does not care).
10145
10146         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
10147         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
10148         If the file already exists but is not a directory, don't bother
10149         to try to make its parents.
10150         Close potential file descriptor leak if we can't chdir("/") (!).
10151         Don't always return true if chdir($PWD) fails; return true only
10152         if the requested action was done successfully (except for the
10153         chdir($PWD)).
10154         Don't log final directory unless we actually made it.
10155         Refactor to avoid duplicate code to fix up permissions.
10156         Don't attempt to fix up parent permissions if chdir($PWD) fails.
10157
10158         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
10159         to make it a bit faster and (I hope) clearer.
10160         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
10161         Fix bug in formats like %2N.
10162
10163         * lib/verify.h: New file.
10164
10165 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10166
10167         Sync from coreutils.
10168         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
10169
10170 2005-09-22  Jim Meyering  <jim@meyering.net>
10171
10172         Sync from coreutils.
10173
10174         * m4/lstat.m4 (gl_FUNC_LSTAT):
10175         Use AC_LIBSOURCES to require lstat.c and lstat.h.
10176         Remove obsolete comment.
10177         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
10178         * m4/xstrtod.m4: Likewise.
10179
10180         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
10181
10182 2005-09-22  Jim Meyering  <jim@meyering.net>
10183
10184         Sync from coreutils.
10185
10186         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
10187
10188         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
10189         the .tm_year member, since otherwise gcc-4.0 would now warn about
10190         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
10191
10192         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
10193         order to avoid an unsuppressible warning from gcc on 64-bit systems.
10194
10195         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
10196         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
10197         when run in a time zone for which daylight savings time is in effect
10198         for the starting date.
10199
10200         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
10201         stop us from restricting permissions of just-created absolute-named
10202         directories.
10203         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
10204         to restore initial working directory.
10205         * lib/mkdir-p.c (make_dir_parents): New parameter:
10206         different_working_dir, to tell caller if/when we change the working
10207         directory and are unable to return to the initial one.
10208         * lib/mkdir-p.h (make_dir_parents): Update prototype.
10209         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
10210         `return false'.  This fixes a bug introduced on 2004-07-30.
10211
10212         * lib/openat.c (fdopendir): Be sure to close the supplied
10213         file descriptor before returning.  This makes our replacement
10214         implementation a little closer to Solaris's, where fdopendir
10215         ties the file descriptor to the returned DIR* pointer.
10216         * lib/openat.c (unlinkat): New function.
10217         * lib/openat.h (unlinkat): Add prototype.
10218         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
10219         (openat_restore_fail): Rename from openat_restore_die.
10220         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
10221
10222         Provide an alternative to exiting immediately upon save_cwd or
10223         restore_cwd failure.  Now, an application can arrange e.g.,
10224         to perform a longjump in that case.
10225         * lib/openat.c: Include dirname.h.
10226         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
10227         (rpl_openat, fdopendir, fstatat): Call openat_save_die
10228         and openat_restore_die rather than calling error directly.
10229         Don't include "error.h" or "exitfail.h"; they're no longer needed.
10230
10231         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
10232         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
10233         define.
10234
10235         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
10236         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
10237                             int utc, int nanoseconds);
10238         Background:
10239         date should not have to allocate a megabyte of virtual memory to
10240         handle a format argument like +%1048575T.  When implemented with
10241         strftime, it must allocate such a buffer, use strftime to fill it
10242         in, print it, then free it.
10243         With fprintftime, it simply prints everything and exits.
10244         With no need for memory allocation, that's one fewer way to fail.
10245         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
10246         optional field width, not before, so we accept %9:z, not %:9z.
10247         (my_strftime): Be sure to use L_('x') for literals.
10248
10249         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
10250         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
10251         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
10252         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
10253         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
10254         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
10255         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
10256         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
10257         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
10258         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
10259         * lib/xgethostname.c, lib/xreadlink.c:
10260         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
10261
10262         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
10263         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
10264         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
10265         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
10266         and don't include <sys/file.h>).
10267
10268 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
10269
10270         Sync from coreutils.
10271
10272         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
10273         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
10274         [!LDAV_DONE]: Avoid unused variable warning.
10275
10276 2005-09-21  Bruno Haible  <bruno@clisp.org>
10277
10278         * lib/unicodeio.h (unicode_to_mb): New declaration.
10279
10280 2005-09-20  Derek Price  <derek@ximbiot.com>
10281
10282         * lib/getaddrinfo.c: Don't include <netdb.h> included from
10283         getaddrinfo.h.
10284
10285 2005-09-20  Bruno Haible  <bruno@clisp.org>
10286
10287         * gnulib-tool: Remove trailing slashes from the values specified for
10288         --source-base, --m4-base, --tests-base, --aux-dir.
10289         Suggested by Simon Josefsson <jas@extundo.com>.
10290
10291 2005-09-20  Bruno Haible  <bruno@clisp.org>
10292
10293         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
10294         func_modules_to_filelist, func_import, func_create_testdir): Make all
10295         sorting results locale-independent, so that gnulib-cache.m4 doesn't
10296         change when gnulib-tool is invoked in a different locale.
10297
10298 2005-09-19  Simon Josefsson  <jas@extundo.com>
10299
10300         * m4/socklen.m4: Fix typo.
10301
10302 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10303
10304         Use a consistent style for including <config.h>.
10305         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
10306         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
10307         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
10308         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
10309         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
10310         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
10311         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
10312         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
10313         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
10314         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
10315         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
10316         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
10317         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
10318         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
10319         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
10320         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
10321         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
10322         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
10323         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
10324         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
10325         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
10326         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
10327         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
10328         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
10329         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
10330         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
10331         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
10332         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
10333         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
10334         lib/xstrtoumax.c, lib/yesno.c:
10335         Standardize inclusion of config.h.
10336         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
10337         lib/inttostr.h:  Removed inclusion of config.h from header files.
10338         * lib/inttostr.c:  Adjusted in-tree users.
10339         * lib/timespec.h: Remove superfluous warning to include config.h.
10340         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
10341         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
10342         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
10343         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
10344         config.h with HAVE_CONFIG_H.
10345
10346 2005-09-19  Jim Meyering  <jim@meyering.net>
10347
10348         * modules/pathmax (License): Change to LGPL.
10349
10350 2005-09-19  Derek Price  <derek@ximbiot.com>
10351
10352         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
10353
10354 2005-09-19  Bruno Haible  <bruno@clisp.org>
10355
10356         * gnulib-tool (import): Provide default for --tests-base.
10357
10358 2005-09-19  Bruno Haible  <bruno@clisp.org>
10359
10360         * doc/quote.texi: New file, extracted from gnulib.texi.
10361         * doc/ctime.texi: New file, extracted from gnulib.texi.
10362         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
10363         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
10364         * doc/gnulib.texi: Include them.
10365
10366 2005-09-18  Bruno Haible  <bruno@clisp.org>
10367
10368         Portability fix.
10369         * gnulib-tool (func_readlink): New function.
10370         (func_ln_if_changed): Use it.
10371
10372 2005-09-18  Bruno Haible  <bruno@clisp.org>
10373
10374         * gnulib-tool: Support --with-tests also with --import.
10375         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
10376         (func_import): Use variables $testsbase and $inctests. Emit a
10377         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
10378         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
10379         SUBDIRS += $testsdir.
10380         (func_create_testdir): Update.
10381
10382 2005-09-18  Bruno Haible  <bruno@clisp.org>
10383
10384         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
10385         instead of $dry_run.
10386         (func_cp_if_changed, func_mv_if_changed): Remove functions.
10387         (func_ln_if_changed): Don't handle dry-run here.
10388         (func_import): In dry-run mode, detect more precisely which actions
10389         would be performed, and don't use "...ing" verbs.
10390
10391 2005-09-18  Bruno Haible  <bruno@clisp.org>
10392
10393         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
10394         (func_import): Use join on two temporary files instead of three nested
10395         loops, in order to determine which files are new or old.
10396
10397 2005-09-18  Bruno Haible  <bruno@clisp.org>
10398
10399         * gnulib-tool (func_import): Comment out code that spits out the
10400         new files with --dry-run.
10401
10402 2005-09-18  Bruno Haible  <bruno@clisp.org>
10403
10404         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
10405
10406 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10407
10408         * lib/stat-time.h: New file.
10409         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
10410         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
10411         in a different way.
10412         (timespec_cmp): New function.
10413         * lib/utimecmp.c: Include stat-time.h.
10414         (SYSCALL_RESOLUTION): Depend on whether various struct stat
10415         members exist, not on the obsolescent ST_MTIM_NSEC.
10416         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
10417
10418 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10419
10420         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
10421
10422 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10423
10424         * MODULES.html.sh (File system functions): Add stat-time.
10425         * modules/stat-time: New file.
10426         * modules/timespec (Files): Remove m4/st_mtim.m4; this
10427         is now done in a different way, by the stat-time module.
10428         * modules/utimecmp (Depends-on): Add stat-time.
10429
10430 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10431
10432         * m4/st_mtim.m4: Remove.  Superseded by...
10433         * m4/stat-time.m4: New file.
10434         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
10435         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
10436
10437 2005-09-15  Derek Price  <derek@ximbiot.com>
10438
10439         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
10440
10441 2005-09-15  Derek Price  <derek@ximbiot.com>
10442
10443         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
10444         * lib/regex_internal.c: Ditto, using this...
10445         (__GNUC_PREREQ): ...new macro.
10446         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
10447         using...
10448         (__GNUC_PREREQ): ...this new macro.
10449
10450         * lib/strstr.h: Include string.h. Define strstr as a macro here.
10451
10452 2005-09-15  Derek Price  <derek@ximbiot.com>
10453             Paul Eggert  <eggert@cs.ucla.edu>
10454
10455         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
10456         changes, consolidating in...
10457         * lib/regex_internal.h: ...this file.
10458
10459 2005-09-13  Jim Meyering  <jim@meyering.net>
10460
10461         * lib/canon-host.c: Filter through gnu indent and reword comments
10462         slightly.
10463         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
10464
10465 2005-09-13  Derek Price  <derek@ximbiot.com>
10466
10467         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
10468         failure.
10469         Reported by Jim Meyering  <jim@meyering.net>.
10470
10471 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10472
10473         * lib/base64.c: Typo.
10474         (base64_encode): Put b64str in initialized data section.
10475
10476 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10477
10478         Merge glibc and coreutils changes into gnulib, plus a few
10479         extra fixes.
10480         * lib/md5.c: Use #error rather than a string.
10481         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
10482         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
10483         (__attribute__): Define to empty for non recent-GCC.
10484         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
10485         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
10486         Renamed from their non-__ counterparts, with new macros replacing
10487         them if not _LIBC.  Add __THROW attribute.
10488         (rol): Remove.
10489         (struct md5_ctx): Align buffer if using GCC.
10490         * lib/sha1.h (struct sha1_ctx): Likewise.
10491         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
10492         The old name was backwards.
10493         (NOTSWAP): Remove; not used.
10494         (rol): New macro, moved here from md5.h.
10495         (sha1_process_block): Remove a FIXME that doesn't make sense.
10496
10497 2005-09-12  Derek Price  <derek@ximbiot.com>
10498
10499         Return usable errors from canon-host.
10500         * lib/canon-host.h: New file.
10501         * lib/canon-host.c (canon_host): Wrap...
10502         (canon_host_r): ...this new function, which now relies exclusively on
10503         getaddrinfo.
10504         (ch_strerror): New function.
10505         (last_cherror): New global.
10506         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
10507         interface.
10508         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
10509         void *.
10510         (freeaddrinfo): Free ai->ai_canonname when set.
10511
10512 2005-09-12  Derek Price  <derek@ximbiot.com>
10513
10514         Make canon-host require getaddrinfo.
10515         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
10516         AC_LIBSOURCE canon-host.h.  Call...
10517         (gl_PREREQ_CANON_HOST): ...this new function, which requires
10518         gl_GETADDRINFO.
10519         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
10520
10521 2005-09-12  Derek Price  <derek@ximbiot.com>
10522
10523         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
10524         LGPL.
10525         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
10526
10527 2005-09-12  Derek Price  <derek@ximbiot.com>
10528
10529         * lib/gai_strerror.c: Include config.h when available.  Include
10530         getaddrinfo.h before other headers to test interface.
10531         Reported by Larry Jones <lawrence.jones@ugs.com>.
10532
10533 2005-09-12  Derek Price  <derek@ximbiot.com>
10534             Paul Eggert  <eggert@cs.ucla.edu>
10535
10536         * modules/glob (Files): Add glob-libc.h.
10537
10538 2005-09-12  Derek Price  <derek@ximbiot.com>
10539             Paul Eggert  <eggert@cs.ucla.edu>
10540
10541         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
10542         glob_.h, glob-libc.h.
10543         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
10544
10545 2005-09-12  Derek Price  <derek@ximbiot.com>
10546             Paul Eggert  <eggert@cs.ucla.edu>
10547
10548         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
10549         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
10550         protecting things that should be done only in gnulib contexts.
10551         * lib/glob_.h: New file, containing only the glob things needed for
10552         gnulib.
10553         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
10554         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
10555         (glob, globfree, glob_pattern_p): Now defined simply in terms of
10556         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
10557         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
10558         and to respect the namespace rules better.
10559
10560 2005-09-08  Simon Josefsson  <jas@extundo.com>
10561
10562         * modules/socklen: New file.
10563
10564 2005-09-08  Simon Josefsson  <jas@extundo.com>
10565
10566         * m4/socklen.m4: New file.
10567
10568 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10569
10570         * modules/utimens (Files): Add m4/utimbuf.m4, since
10571         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
10572         Reported by Sergey Poznyakoff.
10573
10574 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10575
10576         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
10577         definitions, since that's the preferred style in glibc.
10578         Fix a minor spacing issue, and update copyright notice to match
10579         glibc's.
10580
10581 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10582
10583         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
10584
10585 2005-09-06  Simon Josefsson  <jas@extundo.com>
10586
10587         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
10588         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
10589
10590 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10591
10592         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
10593         warning.
10594
10595 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10596
10597         * config/srclist.txt: Add glibc bug 1302.
10598
10599 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
10600
10601         Change bitset word type from unsigned int to unsigned long int,
10602         as this has better performance on typical 64-bit hosts.
10603         Port bitset code to hosts with unusual word sizes.
10604         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
10605         (build_collating_symbol):
10606         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
10607         argument is a bitset.  This is merely a style issue, but it makes
10608         it clearer that an entire array is expected.
10609         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
10610         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
10611         Port to the case where bitset_word is not the same as unsigned int.
10612         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10613         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
10614         Likewise.
10615         * lib/regexec.c (check_dst_limits_calc_pos_1,
10616         check_subexp_matching_top):
10617         (build_trtable, group_nodes_into_DFAstates):
10618         Likewise.
10619         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
10620         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
10621         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
10622         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
10623         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
10624         * lib/regcomp.c (optimize_subexps, lower_subexp):
10625         Work even if bitset_word has holes in its bitwise representation.
10626         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
10627         * lib/regexec.c (check_dst_limits_calc_pos_1,
10628         check_subexp_matching_top):
10629         Likewise.
10630         * lib/regex_internal.c (re_string_reconstruct):
10631         Don't assume UCHAR_MAX == 255.
10632         * lib/regex_internal.h (bitset_set_all): Likewise.
10633         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
10634         All uses changed.
10635         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
10636         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
10637         All uses changed.
10638         (BITSET_WORD_MAX): New macro.
10639         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
10640         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
10641         (bitset_empty, bitset_copy):
10642         Prefer sizeof (bitset) to multiplying it out ourselves.
10643         (bitset_not_merge): Remove; unused.
10644         (bitset_contain): Return bool, not unsigned int with one bit on.
10645         All callers changed.
10646         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
10647         alignment than re_node_set; do this by defining a new internal
10648         type struct dests_alloc and using it to allocate memory.
10649
10650 2005-09-05  Bruno Haible  <bruno@clisp.org>
10651
10652         * gnulib-tool (func_import): Fix comparison in handling of symbolic
10653         links.
10654
10655 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
10656
10657         * modules/size_max (Makefile.am): Add size_max.h
10658
10659 2005-09-04  Derek Price  <derek@ximbiot.com>
10660
10661         * gnulib-tool (func_import): Fix reversed $symbolic logic.
10662
10663 2005-09-03  Simon Josefsson  <jas@extundo.com>
10664
10665         * gnulib-tool: Fix typo.
10666
10667 2005-09-03  Simon Josefsson  <jas@extundo.com>
10668
10669         * config/srclist.txt: Add glibc bug 1293.
10670
10671 2005-09-03  Derek Price  <derek@ximbiot.com>
10672
10673         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
10674         From Larry Jones <lawrence.jones@ugs.com>.
10675
10676 2005-09-02  Simon Josefsson  <jas@extundo.com>
10677
10678         * modules/socklen: New file.
10679
10680 2005-09-02  Simon Josefsson  <jas@extundo.com>
10681
10682         * modules/havelib: New module.
10683
10684         * modules/gettext, modules/iconv, modules/lock, modules/readline:
10685         Use havelib.
10686
10687 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10688
10689         Check for arithmetic overflow when calculating sizes, to prevent
10690         some buffer-overflow issues.  These patches are conservative, in the
10691         sense that when I couldn't determine whether an overflow was possible,
10692         I inserted a run-time check.
10693         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
10694         macros.
10695         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
10696         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
10697         (re_xnrealloc, re_x2nrealloc): New inline functions.
10698         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
10699         parse_bracket_exp):
10700         (build_equiv_class, build_charclass): Check for arithmetic overflow
10701         in size expression calculations.
10702         * lib/regex_internal.c (re_string_realloc_buffers):
10703         (build_wcs_upper_buffer, re_node_set_add_intersect):
10704         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
10705         (re_dfa_add_node, register_state): Likewise.
10706         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
10707         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
10708         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
10709         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
10710
10711 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10712
10713         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
10714         m4/ulonglong.m4.  Problem reported by Martin Lambers.
10715
10716 2005-09-02  Bruno Haible  <bruno@clisp.org>
10717
10718         Support for lib vs. lib64 distinction on biarch platforms.
10719         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
10720         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
10721         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
10722
10723 2005-09-02  Bruno Haible  <bruno@clisp.org>
10724
10725         * gnulib-tool (import): In the other first-use case, provide defaults
10726         as well.
10727
10728 2005-09-02  Bruno Haible  <bruno@clisp.org>
10729
10730         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
10731         patches not yet found in the latest gettext release.
10732
10733 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10734
10735         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
10736         to avoid a collision with bits/local_lim.h in glibc.
10737         All uses changed.  Problem reported by Dmitry V. Levin in
10738         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
10739
10740         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
10741         bugs in int versus size_t comparisons.
10742         (re_string_context_at): Fix bug where the code assumed that
10743         Idx is signed.
10744
10745         Use bool where appropriate.
10746         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
10747         All callers changed.
10748         (calc_eclosure_iter): Likewise, for ROOT arg.
10749         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
10750         (build_charclass_op): Likewise, for NON_MATCH arg.
10751         * lib/regex_internal.c (re_string_allocate, re_string_construct):
10752         (re_string_construct_common): Likewise, for ICASE arg.
10753         * lib/regexec.c (re_search_2_stub, re_search_stub):
10754         Likewise, for RET_LEN arg.
10755         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
10756         (set_regs): Likewise, for FL_BACKTRACK arg.
10757         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
10758         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
10759         (calc_eclosure_iter, parse_bracket_exp):
10760         Use bool for internal variables that are booleans.
10761         * lib/regexec.c (re_search_internal, check_matching,
10762         proceed_next_node):
10763         (set_regs, build_sifted_states, sift_states_bkref):
10764         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
10765         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10766         (find_collation_sequence_value):
10767         Likewise.
10768         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
10769         (re_node_set_compare):
10770         Return bool, not int. All callers changed.
10771         * lib/regexec.c (check_halt_node_context, check_dst_limits):
10772         (build_trtable, check_node_accept): Likewise.
10773         * lib/regex_internal.h: Include stdbool.h.
10774
10775         Fix bugs uncovered when converting to bool.
10776         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
10777         failure instead of charging ahead blindly.
10778         * lib/regex_internal.c (register_state): Likewise.
10779         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
10780         for freeing internal storage.
10781         (group_nodes_into_DFA_states): Use unsigned int, not int, for
10782         bitset pieces used as boolean, to avoid undefined behavior
10783         on hosts that do int overflow checking.
10784
10785 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10786
10787         * config/srclist.txt: Add glibc bugs 1285-1287.
10788
10789 2005-09-01  Jim Meyering  <jim@meyering.net>
10790
10791         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
10792         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
10793         Require gl_STAT_MACROS, too.
10794
10795 2005-09-01  Bruno Haible  <bruno@clisp.org>
10796
10797         * gnulib-tool (import): In the first-use case, provide defaults.
10798
10799 2005-09-01  Bruno Haible  <bruno@clisp.org>
10800
10801         * gnulib-tool (func_import): Remove the .tmp files.
10802
10803 2005-09-01  Bruno Haible  <bruno@clisp.org>
10804
10805         * gnulib-tool (func_import): Fix handling of symbolic links.
10806
10807 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10808
10809         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
10810         old glibc regex code mishandles strings longer than 2**31 bytes.
10811         This patch fixes this when the regex code is used in gnulib
10812         (i.e., outside glibc).
10813
10814         This patch should not affect the use of the regex code inside
10815         glibc.  No doubt this problem also needs to be handled for glibc
10816         as well, but the result will be an incompatible change to the
10817         glibc ABI, and the old ABI will have to be supported too.  That
10818         can be the the subject for another patch.
10819
10820         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
10821         governing whether the rest of this patch is active.  By default,
10822         the macro is disabled and the patch has no effect.
10823         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
10824         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
10825         (struct re_pattern_buffer, re_search, re_search_2, re_match):
10826         (re_match_2, re_set_registers): Use the new types.
10827         * lib/regex_internal.h (Idx, re_hashval_t): New types.
10828         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
10829         New macros.
10830         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
10831         (re_string_context_at, bin_tree_t, re_dfastate_t):
10832         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
10833         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
10834         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
10835         (re_string_char_size_at, re_string_wchar_at):
10836         (re_string_elem_size_at):
10837         Use the new types and macros to port to 64-bit hosts.
10838         Use unsigned types for internal values, so that the code
10839         mostly works even for arrays larger than SSIZE_MAX.
10840         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
10841         (search_duplicated_node, calc_eclosure_iter, fetch_number):
10842         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
10843         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
10844         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
10845         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
10846         (calc_inveclosure, parse_dup_op, build_range_exp):
10847         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
10848         (fetch_number, create_token_tree, mark_opt_subexp):
10849         Likewise.
10850         * lib/regex_internal.c (re_string_construct_common,
10851         create_ci_newstate):
10852         (create_cd_newstate, re_string_allocate, re_string_construct):
10853         (re_string_realloc_buffers, build_wcs_upper_buffer):
10854         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10855         (re_string_reconstruct, re_string_peek_byte_case):
10856         (re_string_fetch_byte_case, re_string_context_at):
10857         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10858         (re_node_set_init_copy, re_node_set_add_intersect):
10859         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10860         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10861         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10862         (re_acquire_state, re_acquire_state_context, register_state):
10863         Likewise.
10864         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
10865         search_cur_bkref_entry):
10866         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
10867         (re_search_internal, re_search_2_stub, re_search_stub)
10868         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
10869         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
10870         (update_cur_sifted_state, check_dst_limits):
10871         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10872         (check_subexp_limits, sift_states_bkref, merge_state_array):
10873         (check_subexp_matching_top, get_subexp, get_subexp_sub):
10874         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
10875         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10876         (expand_bkref_cache, check_node_accept_bytes):
10877         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
10878         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
10879         (acquire_init_state_context, check_halt_node_context):
10880         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
10881         (sift_states_backward, clean_state_log_if_needed):
10882         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
10883         (find_recover_state, transit_state_sb, transit_state_mb):
10884         (transit_state_bkref, build_trtable, match_ctx_clean):
10885         Likewise.
10886         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
10887         to work around an assumption that REG_MISSING is negative.
10888
10889         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
10890         (seek_collating_symbol_entry) [defined _LIBC]:
10891         (lookup_collation_sequence_value) [defined _LIBC]:
10892         (build_range_exp, build_collating_symbol) [defined _LIBC]:
10893         Use prototypes rather than old-style function definitions.
10894         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
10895         (transit_state_sb) [0]:
10896         (find_collation_sequence_value) [defined _LIBC]: Likewise.
10897
10898         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
10899         rm_eo.
10900
10901         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
10902         (optimize_subexps, lower_subexp):
10903         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
10904         since the signed shift might overflow.  Use 1u<<31 instead.
10905         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10906         Likewise.
10907         * lib/regexec.c (check_dst_limits_calc_pos_1,
10908         check_subexp_matching_top): Likewise.
10909
10910         * lib/regcomp.c (optimize_subexps, lower_subexp):
10911         Use CHAR_BIT rather than 8, for clarity.
10912         * lib/regexec.c (check_dst_limits_calc_pos_1):
10913         (check_subexp_matching_top): Likewise.
10914         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
10915         have to worry about portability issues when shifting it left.
10916         Remove no-longer-needed test for table_size > 0.
10917         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
10918         in a word, as the resulting behavior is undefined.
10919         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
10920         in one case, a <= should have been an <, and in another case the
10921         whole test was missing.
10922         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
10923         the standard name CHAR_BIT.
10924         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
10925         this is not true on one's complement and signed-magnitude hosts.
10926
10927         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
10928         next_last_offset.
10929         (struct re_dfa_t): Remove unused member states_alloc.
10930         * lib/regcomp.c (init_dfa): Don't initialize unused members.
10931
10932 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10933
10934         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
10935         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
10936         and large-file glibc and in 32-bit large-file Solaris.
10937
10938 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10939
10940         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
10941         lengths fit in regoff_t; this isn't true if regoff_t is the same
10942         width as size_t.
10943         * lib/regex.c (re_search_internal): 5th arg is LAST_START
10944         (= START + RANGE) instead of RANGE.  This avoids overflow
10945         problems when regoff_t is the same width as size_t.
10946         All callers changed.
10947         (re_search_2_stub): Check for overflow when adding the
10948         sizes of the two strings.
10949         (re_search_stub): Check for overflow when adding START
10950         to RANGE; if it occurs, substitute the extreme value.
10951
10952 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10953
10954         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
10955
10956 2005-08-31  Jim Meyering  <jim@meyering.net>
10957
10958         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
10959         a pointer-to-const.
10960         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
10961         (register_state): Likewise.
10962         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
10963         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10964         (group_nodes_into_DFAstates): Likewise.
10965
10966 2005-08-31  Jim Meyering  <jim@meyering.net>
10967
10968         * check-module: Add a FIXME comment.
10969
10970 2005-08-31  Eric Blake  <ebb9@byu.net>
10971
10972         * modules/unistd-safer (Files): Add unistd--.h.
10973         * modules/stdio-safer (Files): Add stdio--.h.
10974
10975 2005-08-31  Derek Price  <derek@ximbiot.com>
10976
10977         * lib/getdelim.c (getdelim): Return EOF on EOF.
10978         Reported by Larry Jones <lawrence.jones@ugs.com>.
10979
10980 2005-08-31  Bruno Haible  <bruno@clisp.org>
10981
10982         Avoid unnecessary diffs in the generated lib/Makefile.am.
10983         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
10984         the generated files.
10985         (func_import): Don't set cmd.
10986
10987 2005-08-31  Bruno Haible  <bruno@clisp.org>
10988
10989         * lib/strstr.c: Include <stddef.h>, for NULL.
10990         * lib/strcasestr.c: Likewise.
10991         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10992
10993 2005-08-31  Bruno Haible  <bruno@clisp.org>
10994
10995         * gnulib-tool: New option --macro-prefix.
10996         (func_import): Use macro_prefix.
10997         (import): Handle option --macro-prefix.
10998
10999 2005-08-31  Bruno Haible  <bruno@clisp.org>
11000
11001         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11002         Also use new variables cached_lgpl, cached_libtool.
11003
11004 2005-08-31  Bruno Haible  <bruno@clisp.org>
11005
11006         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11007         always instantiating them.
11008
11009 2005-08-31  Bruno Haible  <bruno@clisp.org>
11010
11011         * gnulib-tool (func_import): Read the previous cached settings
11012         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11013         earlier added by gnulib but are now dropped. Warn when a gnulib file
11014         overwrites a non-gnulib file.
11015
11016 2005-08-31  Bruno Haible  <bruno@clisp.org>
11017
11018         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11019         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11020         projects that don't keep autogenerated files in CVS. Put into
11021         actioncmd only the specified modules, not the transitive closure.
11022
11023 2005-08-31  Bruno Haible  <bruno@clisp.org>
11024
11025         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11026         Create directories that shall be filled.
11027         (import): Don't look for gl_* macros in configure.ac. Recurse across
11028         all directories containing a gnulib-cache.m4 files, if meaningful.
11029
11030 2005-08-31  Bruno Haible  <bruno@clisp.org>
11031
11032         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11033         (import): Set seen_libtool when we see gl_LIBTOOL.
11034
11035 2005-08-31  Bruno Haible  <bruno@clisp.org>
11036
11037         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11038         declaration macro definitions from generated gnulib.m4.
11039
11040 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11041
11042         * lib/iconvme.h: Add prototype for iconv_alloc.
11043
11044 2005-08-29  Simon Josefsson  <jas@extundo.com>
11045
11046         * lib/iconvme.c: Fix errno.
11047
11048 2005-08-29  Bruno Haible  <bruno@clisp.org>
11049
11050         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11051         that it works when the directory contains spaces.
11052
11053 2005-08-29  Bruno Haible  <bruno@clisp.org>
11054
11055         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11056
11057 2005-08-29  Bruno Haible  <bruno@clisp.org>
11058
11059         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11060         Emit more advice.
11061
11062 2005-08-29  Bruno Haible  <bruno@clisp.org>
11063         and Stepan Kasal  <kasal@ucw.cz>
11064
11065         * check-module: If more parameters are given, check each of them
11066         separately; add more exceptions, as noted by Jim Meyering.
11067         (check_module): New procedure.
11068         (%exempt_header): Now contains all exceptions.
11069
11070 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11071
11072         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11073
11074 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11075
11076         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11077
11078 2005-08-28  Bruno Haible  <bruno@clisp.org>
11079
11080         * m4/gnulib-tool.m4: New file.
11081
11082 2005-08-27  Jim Meyering  <jim@meyering.net>
11083
11084         * modules/unistd-safer (Files): Add pipe-safer.c.
11085         * modules/fcntl-safer (Files): Add creat-safer.c.
11086
11087 2005-08-27  Jim Meyering  <jim@meyering.net>
11088
11089         * m4/stdlib-safer.m4: New file.  From coreutils.
11090         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11091         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11092         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11093         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11094         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11095
11096 2005-08-27  Jim Meyering  <jim@meyering.net>
11097
11098         * lib/fopen-safer.c: Merge minor changes from coreutils.
11099         * lib/dup-safer.c: Likewise.
11100         * lib/fd-safer.c: Likewise.
11101
11102         Merge from coreutils.
11103         * lib/stdio--.h: New file.
11104         * lib/stdlib--.h: New file.
11105         * lib/mkstemp-safer.c: New file.
11106
11107         GNU tar needs these.
11108         * lib/pipe-safer.c: New file.
11109         * lib/creat-safer.c: New file.
11110         * lib/fcntl--.h (creat): Define to creat_safer.
11111         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
11112         * lib/unistd--.h (pipe): Define to pipe_safer.
11113         * lib/unistd-safer.h: Declare pipe_safer.
11114
11115 2005-08-26  Simon Josefsson  <jas@extundo.com>
11116
11117         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
11118         Haible <bruno@clisp.org>.
11119
11120 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11121
11122         * lib/regex_internal.h: Remove all references to
11123         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
11124         or better.
11125         (bitset_not, bitset_merge, bitset_not_merge):
11126         (bitset_mask, re_string_allocate, re_string_construct):
11127         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
11128         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
11129         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
11130         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
11131         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11132         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11133         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
11134         (re_acquire_state_context):
11135         Remove unnecessary forward decls.
11136         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
11137         Put __attribute at function definition,
11138         now that the function decl has been removed.
11139         * lib/regex_internal.c (re_string_peek_byte_case):
11140         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
11141         Likewise.
11142
11143 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
11144
11145         * m4/regex.m4: Add AC_PREREQ(2.50).
11146         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
11147
11148 2005-08-25  Simon Josefsson  <jas@extundo.com>
11149
11150         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
11151         __fsetlocking.
11152
11153 2005-08-25  Simon Josefsson  <jas@extundo.com>
11154
11155         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
11156         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
11157         GLIBC specific code.
11158
11159 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11160
11161         Make regex safe for g++.  This fixes one real bug (an "err"
11162         that should have been "*err").  g++ problem reported by
11163         Sam Steingold.
11164         * lib/regex_internal.h (re_calloc): New macro, consistent with
11165         re_malloc etc.  All callers of calloc changed to use re_calloc.
11166         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
11167         not int.  All callers changed.
11168         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
11169         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
11170         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
11171         (find_recover_state): Change "err" to "*err"; this fixes what
11172         appears to be a real bug.
11173         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
11174         versus int.
11175
11176 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11177
11178         * modules/regex (Depends-on): Add malloc, since the code
11179         assumes that !malloc(0) means failure.
11180
11181 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11182
11183         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
11184
11185         alloca modernization/simplification for regex.
11186         * lib/regex.c: Remove portability cruft for alloca.  This no longer
11187         needs to be at the start of the file, and can be moved into
11188         regex_internal.h and simplified.
11189         * lib/regex_internal.h: Include <alloca.h>.
11190         (__libc_use_alloca) [!defined _LIBC]: New macro.
11191         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
11192         now works outside glibc.
11193
11194 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11195
11196         * config/srclist.txt: Add glibc bugs 1241, 1245.
11197
11198 2005-08-25  Jim Meyering  <jim@meyering.net>
11199
11200         * lib/open-safer.c: Include <config.h>.
11201         Otherwise, we'd lose LARGEFILE support in any file using
11202         e.g. "fcntl--.h"
11203
11204 2005-08-25  Bruno Haible  <bruno@clisp.org>
11205
11206         * m4/minmax.m4: Require autoconf 2.52.
11207         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
11208         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
11209         alternatives of translit over the alphabet.
11210         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
11211
11212 2005-08-24  Simon Josefsson  <jas@extundo.com>
11213
11214         * tests/test-getpass.c: New file.
11215
11216 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11217
11218         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
11219         for GNU regex features.
11220
11221 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11222
11223         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
11224         * lib/regex.h (regerror): Likewise.
11225
11226         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
11227         requires this.  (The code never needed it.)
11228
11229         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
11230         All uses of recently-renamed identifiers changed to use the new,
11231         POSIX-compliant names.  The code will build and run just fine
11232         without these changes, but it's better to eat our own dog food
11233         and use the standard-conforming names.
11234
11235         * lib/regex.h: Fix a multitude of POSIX name space violations.
11236         These changes have an effect only for programs that define
11237         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
11238         do not change anything for programs compiled in the normal way.
11239         Also, there is no effect on the ABI.
11240
11241         (_REGEX_SOURCE): New macro.
11242         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
11243         defined and _GNU_SOURCE is not; this fixes a name space violation.
11244
11245         Rename the following macros to obey POSIX requirements.
11246         The old names are still visible as macros if _REGEX_SOURCE is defined.
11247         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
11248         RE_BACKSLASH_ESCAPE_IN_LISTS.
11249         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
11250         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
11251         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
11252         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
11253         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
11254         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
11255         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
11256         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
11257         (REG_INTERVALS): renamed from RE_INTERVALS.
11258         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
11259         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
11260         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
11261         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
11262         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
11263         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
11264         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
11265         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
11266         RE_UNMATCHED_RIGHT_PAREN_ORD.
11267         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
11268         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
11269         (REG_DEBUG): renamed from RE_DEBUG.
11270         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
11271         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
11272         unusual, since we can't clash with the POSIX REG_ICASE.
11273         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
11274         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
11275         (REG_NO_SUB): renamed from RE_NO_SUB.
11276         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
11277         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
11278         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
11279         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
11280         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
11281         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
11282         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
11283         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
11284         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
11285         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
11286         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
11287         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
11288         RE_SYNTAX_POSIX_MINIMAL_BASIC.
11289         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
11290         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
11291         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
11292         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
11293         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
11294         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
11295         (REG_FIXED): Renamed from REGS_FIXED.
11296         (REG_NREGS): Renamed from RE_NREGS.
11297
11298         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
11299         of other REG_* macros, since POSIX says the user is allowed to
11300         #undef these macros selectively.
11301
11302         (reg_errcode_t): Update comment stating what other tables need
11303         to be consistent.
11304
11305         Rename the following enum values to obey POSIX requirements.
11306         The old names are still visible as macros.
11307         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
11308         is not defined, since GNU is supposed to be a superset of POSIX as
11309         much as possible, and since we want reg_errcode_t to be a signed
11310         type for implementation consistency.
11311         (_REG_NOERROR): Renamed from REG_NOERROR.
11312         (_REG_NOMATCH): Renamed from REG_NOMATCH.
11313         (_REG_BADPAT): Renamed from REG_BADPAT.
11314         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
11315         (_REG_ECTYPE): Renamed from REG_ECTYPE.
11316         (_REG_EESCAPE): Renamed from REG_EESCAPE.
11317         (_REG_ESUBREG): Renamed from REG_ESUBREG.
11318         (_REG_EBRACK): Renamed from REG_EBRACK.
11319         (_REG_EPAREN): Renamed from REG_EPAREN.
11320         (_REG_EBRACE): Renamed from REG_EBRACE.
11321         (_REG_BADBR): Renamed from REG_BADBR.
11322         (_REG_ERANGE): Renamed from REG_ERANGE.
11323         (_REG_ESPACE): Renamed from REG_ESPACE.
11324         (_REG_BADRPT): Renamed from REG_BADRPT.
11325         (_REG_EEND): Renamed from REG_EEND.
11326         (_REG_ESIZE): Renamed from REG_ESIZE.
11327         (_REG_ERPAREN): Renamed from REG_ERPAREN.
11328         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
11329         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
11330         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
11331         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
11332
11333         (_REG_RE_NAME, _REG_RM_NAME): New macros.
11334         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
11335         changed.  But support the old name if the new one is not defined
11336         and if _REGEX_SOURCE.
11337
11338         Change the following member names in struct re_pattern_buffer.
11339         The old names are still supported if !_REGEX_SOURCE.
11340         The new names are always supported, regardless of _REGEX_SOURCE.
11341         (re_buffer): Renamed from buffer.
11342         (re_allocated): Renamed from allocated.
11343         (re_used): Renamed from used.
11344         (re_syntax): Renamed from syntax.
11345         (re_fastmap): Renamed from fastmap.
11346         (re_translate): Renamed from translate.
11347         (re_can_be_null): Renamed from can_be_null.
11348         (re_regs_allocated): Renamed from regs_allocated.
11349         (re_fastmap_accurate): Renamed from fastmap_accurate.
11350         (re_no_sub): Renamed from no_sub.
11351         (re_not_bol): Renamed from not_bol.
11352         (re_not_eol): Renamed from not_eol.
11353         (re_newline_anchor): Renamed from newline_anchor.
11354
11355         Change the following member names in struct re_registers.
11356         The old names are still supported if !_REGEX_SOURCE.
11357         The new names are always supported, regardless of _REGEX_SOURCE.
11358         (rm_num_regs): Renamed from num_regs.
11359         (rm_start): Renamed from start.
11360         (rm_end): Renamed from end.
11361
11362         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
11363         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
11364         Prepend __ to parameter names.
11365
11366         Undo yesterday's changes.
11367
11368 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11369
11370         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
11371         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
11372         lib/regex.c.
11373
11374 2005-08-24  Jim Meyering  <jim@meyering.net>
11375
11376         Sync from coreutils.
11377         * m4/fcntl-safer.m4: New file.
11378
11379         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
11380         and object files for this module.
11381
11382 2005-08-24  Jim Meyering  <jim@meyering.net>
11383
11384         Sync from coreutils.
11385         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
11386
11387 2005-08-24  Jim Meyering  <jim@meyering.net>
11388
11389         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
11390         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
11391
11392 2005-08-24  Jim Meyering  <jim@meyering.net>
11393
11394         * modules/fcntl-safer: New module.
11395         * modules/fts (Depends-on): Add fcntl-safer.
11396         * MODULES.html.sh (File descriptor based Input/Output):
11397         Add fcntl-safer.
11398
11399 2005-08-24  Bruno Haible  <bruno@clisp.org>
11400
11401         Support for unit test modules.
11402         * modules/README: Mention tests modules.
11403         * modules/TEMPLATE-TESTS: New file.
11404         * gnulib-tool: New options --extract-tests-module, --with-tests and
11405         --tests-base (unused for the moment).
11406         (testsbase, inctests): New variables.
11407         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
11408         (func_verify_module): Exclude TEMPLATE-TESTS.
11409         (func_verify_nontests_module, func_verify_tests_module): New functions.
11410         (func_get_dependencies): Add implicit dependency for tests modules.
11411         (func_get_tests_module): New function.
11412         (func_modules_transitive_closure): When --with-tests was specified,
11413         include the unit tests as well, unless explicitly avoided.
11414         (func_emit_lib_Makefile_am): Ignore the tests modules here.
11415         (func_emit_tests_Makefile_am): New function.
11416         (func_create_testdir): When --with-tests was specified, emit a
11417         tests/ directory.
11418         * MODULES.html.sh (Future developments): Update.
11419
11420 2005-08-24  Bruno Haible  <bruno@clisp.org>
11421
11422         * modules/tls-tests: New file.
11423         * tests/test-tls.c: New file, from GNU gettext.
11424
11425 2005-08-24  Bruno Haible  <bruno@clisp.org>
11426
11427         * modules/lock-tests: New file.
11428         * tests/test-lock.c: New file, from GNU gettext.
11429
11430 2005-08-24  Bruno Haible  <bruno@clisp.org>
11431
11432         * lib/lock.h: Add multiple inclusion guard.
11433         * lib/tls.h: Add multiple inclusion guard.
11434
11435 2005-08-24  Bruno Haible  <bruno@clisp.org>
11436
11437         * gnulib-tool: Add support for the --aux-dir option to
11438         --create-testdir, --create-megatestdir, --test, --megatest.
11439         (func_create_testdir, func_create_megatestdir): Optionally emit a
11440         AC_CONFIG_AUX_DIR directive.
11441         (create-testdir, create-megatestdir, test, megatest): Provide a
11442         default value for $auxdir.
11443
11444 2005-08-24  Bruno Haible  <bruno@clisp.org>
11445
11446         * gnulib-tool (import): Use compound statement instead of subshell
11447         where possible.
11448
11449 2005-08-24  Bruno Haible  <bruno@clisp.org>
11450
11451         * gnulib-tool (import): Change --aux-dir default to "build-aux".
11452
11453 2005-08-24  Bruno Haible  <bruno@clisp.org>
11454
11455         * gnulib-tool (func_version): Update.
11456
11457 2005-08-24  Bruno Haible  <bruno@clisp.org>
11458
11459         * gnulib-tool (func_import, func_create_testdir,
11460         func_create_megatestdir): Quote all autoconf macro arguments.
11461
11462 2005-08-24  Bruno Haible  <bruno@clisp.org>
11463
11464         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
11465         option --force, because --force causes the aclocal.m4 of each
11466         subdirectory to be newer than the corresponding config.h.in.
11467
11468 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11469
11470         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
11471         All contents moved to gl_REGEX.
11472         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
11473         assume that it does.
11474
11475 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11476
11477         * lib/regex.h (REG_NOSYS)
11478         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
11479         Define, since POSIX requires it as of 2001.
11480         (_REG_ENOSYS)
11481         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
11482         New private symbol, used to keep the enum signed in all cases.
11483         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
11484         Youngman in
11485         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
11486
11487         * lib/regex_internal.c (re_string_skip_chars, register_state):
11488         (calc_state_hash):
11489         Remove forward decls; no longer needed now that we use prototypes.
11490         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
11491         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
11492         (clean_state_log_if_needed): Likewise.
11493
11494 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11495
11496         * config/srclist.txt: Add glibc bugs 1231-1233.
11497
11498 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11499
11500         Fix problems reported by Sam Steingold in
11501         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
11502         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
11503         assumed that reg_errcode_t is a signed type, which is not
11504         necessarily true if _XOPEN_SOURCE is not defined.
11505         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
11506         since some compilers warn about it otherwise.
11507
11508 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11509
11510         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
11511         (init_word_char, create_initial_state, duplicate_node_closure):
11512         (fetch_token, peek_token_bracket, build_range_exp):
11513         (build_collating_symbol): Remove forward decls; no longer needed
11514         now that we use prototypes.
11515
11516         * lib/regcomp.c:
11517         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
11518         (re_compile_fastmap_iter, regcomp, regerror, regfree):
11519         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
11520         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
11521         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
11522         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
11523         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
11524         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
11525         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
11526         (build_range_exp, build_collating_symbol, parse_bracket_exp):
11527         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
11528         (build_charclass, build_charclass_op, fetch_number, create_tree):
11529         (create_token_tree, mark_opt_subexp, duplicate_tree):
11530         Use prototypes rather than old-style definitions.
11531
11532         * lib/regex_internal.c:
11533         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
11534         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
11535         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11536         (re_string_reconstruct, re_string_peek_byte_case):
11537         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
11538         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11539         (re_node_set_init_copy, re_node_set_add_intersect):
11540         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11541         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11542         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11543         (re_acquire_state, re_acquire_state_context, register_state):
11544         (create_ci_newstate, create_cd_newstate, free_state):
11545         Likewise.
11546         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
11547         re_search_2):
11548         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
11549         (re_search_internal, prune_impossible_nodes):
11550         (acquire_init_state_context, check_matching, static):
11551         (check_halt_node_context, check_halt_state_context, proceed_next_node):
11552         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
11553         (update_regs, sift_states_backward, build_sifted_states):
11554         (clean_state_log_if_needed, merge_state_array):
11555         (update_cur_sifted_state, add_epsilon_src_nodes):
11556         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
11557         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
11558         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
11559         (find_recover_state, check_subexp_matching_top, transit_state_mb):
11560         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
11561         (check_arrival, check_arrival_add_next_nodes):
11562         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11563         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11564         (check_node_accept_bytes, check_node_accept, extend_buffers):
11565         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
11566         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
11567         (sift_ctx_init):
11568         Likewise.
11569
11570         * lib/regex_internal.h:
11571         (re_string_allocate, re_string_construct, re_string_reconstruct):
11572         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
11573         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
11574         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
11575         (re_string_context_at, re_string_peek_byte_case):
11576         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
11577         is defined, since we now use prototypes always.
11578
11579         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
11580         C89 or better.  All uses removed.
11581
11582 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11583
11584         * config/srclist.txt: Add glibc bugs 1220-1227.
11585
11586 2005-08-20  Jim Meyering  <jim@meyering.net>
11587
11588         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
11589         of unused local, dfa.
11590
11591 2005-08-20  Bruno Haible  <bruno@clisp.org>
11592
11593         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
11594
11595 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11596
11597         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
11598         (re_node_set_insert_last, re_dfa_add_node):
11599         Rename local variables to avoid GCC shadowing warnings.
11600
11601 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11602
11603         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
11604         [defined lint]: Suppress bogus uninitialized-variable warnings.
11605
11606         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
11607         and let the caller return REG_ESPACE if out of space.  This
11608         removes an uninitialied-variable warning with GCC 4.0.1, and also
11609         avoids taking the address of a local variable.  All callers
11610         changed.
11611
11612 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11613
11614         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
11615         $LIBCSRC/posix/regexec.c.
11616         Add glibc bug 1217 for regcomp.c.
11617
11618 2005-08-19  Jim Meyering  <jim@meyering.net>
11619
11620         * lib/regexec.c (proceed_next_node): Redo local variables to
11621         avoid GCC shadowing warnings.
11622
11623 2005-08-18  Bruno Haible  <bruno@clisp.org>
11624
11625         * lib/strstr.c (strstr): Fix return value in multibyte case.
11626         * lib/strcasestr.c (strcasestr): Likewise.
11627
11628 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11629
11630         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
11631
11632 2005-08-17  Jim Meyering  <jim@meyering.net>
11633
11634         Make the %s format (seconds since the epoch) work for a negative
11635         number and when used with a zero-padded field width, e.g. %015s.
11636
11637         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
11638         label so that it precedes the code to set `digits'.  Otherwise,
11639         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
11640         print `00-22'.  Now, it prints `-0022', as it should.
11641
11642 2005-08-17  Bruno Haible  <bruno@clisp.org>
11643
11644         * modules/strstr (Files): Add m4/mbrtowc.m4.
11645         (Depends-on): Add mbuiter.
11646
11647 2005-08-17  Bruno Haible  <bruno@clisp.org>
11648
11649         * modules/strcasestr: New file.
11650         * MODULES.html.sh (String handling, based on ANSI C 89): Add
11651         strcasestr.
11652
11653 2005-08-17  Bruno Haible  <bruno@clisp.org>
11654
11655         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
11656
11657 2005-08-17  Bruno Haible  <bruno@clisp.org>
11658
11659         * modules/mbuiter: New file.
11660         * MODULES.html.sh (Extended multibyte and wide character utilities):
11661         Add mbuiter.
11662
11663 2005-08-17  Bruno Haible  <bruno@clisp.org>
11664
11665         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
11666         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
11667
11668 2005-08-17  Bruno Haible  <bruno@clisp.org>
11669
11670         * m4/strcasestr.m4: New file.
11671
11672 2005-08-17  Bruno Haible  <bruno@clisp.org>
11673
11674         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
11675         * lib/strstr.c: Completely rewritten, with multibyte locale support.
11676
11677 2005-08-17  Bruno Haible  <bruno@clisp.org>
11678
11679         * lib/strcasestr.h: New file.
11680         * lib/strcasestr.c: New file.
11681
11682 2005-08-17  Bruno Haible  <bruno@clisp.org>
11683
11684         * lib/strcasecmp.c: Use mbuiter.h.
11685
11686 2005-08-17  Bruno Haible  <bruno@clisp.org>
11687
11688         * lib/mbuiter.h: New file.
11689
11690 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11691
11692         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
11693         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
11694         and gl_GETOPT are both invoked via different paths (as happens
11695         with GNU tar CVS because it uses both argp and getopt), the former
11696         wins.
11697
11698 2005-08-16  Bruno Haible  <bruno@clisp.org>
11699
11700         * modules/tls: New file.
11701         * MODULES.html.sh (Multithreading): Add tls.
11702
11703 2005-08-16  Bruno Haible  <bruno@clisp.org>
11704
11705         * modules/strnlen1: New file.
11706         * MODULES.html.sh (String handling): Add strnlen1.
11707
11708 2005-08-16  Bruno Haible  <bruno@clisp.org>
11709
11710         * modules/strcase (Files): Add m4/mbrtowc.m4.
11711         (Depends-on): Add strnlen1, mbchar.
11712
11713 2005-08-16  Bruno Haible  <bruno@clisp.org>
11714
11715         * modules/mbiter: New file.
11716         * MODULES.html.sh (Extended multibyte and wide character utilities):
11717         Add mbiter.
11718
11719 2005-08-16  Bruno Haible  <bruno@clisp.org>
11720
11721         * modules/mbfile: New file.
11722         * MODULES.html.sh (Extended multibyte and wide character utilities):
11723         Add mbfile.
11724
11725 2005-08-16  Bruno Haible  <bruno@clisp.org>
11726
11727         * modules/mbchar: New file.
11728         * MODULES.html.sh (Extended multibyte and wide character utilities):
11729         New section.
11730
11731 2005-08-16  Bruno Haible  <bruno@clisp.org>
11732
11733         * m4/tls.m4: New file, from GNU gettext.
11734
11735 2005-08-16  Bruno Haible  <bruno@clisp.org>
11736
11737         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
11738         always.
11739         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
11740
11741 2005-08-16  Bruno Haible  <bruno@clisp.org>
11742
11743         * m4/mbiter.m4: New file.
11744
11745 2005-08-16  Bruno Haible  <bruno@clisp.org>
11746
11747         * m4/mbfile.m4: New file.
11748
11749 2005-08-16  Bruno Haible  <bruno@clisp.org>
11750
11751         * m4/mbchar.m4: New file.
11752
11753 2005-08-16  Bruno Haible  <bruno@clisp.org>
11754
11755         * lib/tls.h: New file, from GNU gettext.
11756         * lib/tls.c: New file, from GNU gettext.
11757
11758 2005-08-16  Bruno Haible  <bruno@clisp.org>
11759
11760         * lib/strnlen1.h: New file.
11761         * lib/strnlen1.c: New file.
11762
11763 2005-08-16  Bruno Haible  <bruno@clisp.org>
11764
11765         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
11766         (mbi_init): Update.
11767         (mbi_avail, mbi_advance): Let the iteration end before the terminating
11768         NUL byte, not after it.
11769
11770 2005-08-16  Bruno Haible  <bruno@clisp.org>
11771
11772         * lib/strcase.h (strcasecmp): Add note in comments.
11773         * lib/strncasecmp.c: Use code from strcasecmp.c.
11774         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
11775         (strcasecmp): Work correctly in multibyte locales.
11776
11777 2005-08-16  Bruno Haible  <bruno@clisp.org>
11778
11779         * lib/mbiter.h: New file.
11780
11781 2005-08-16  Bruno Haible  <bruno@clisp.org>
11782
11783         * lib/mbfile.h: New file.
11784
11785 2005-08-16  Bruno Haible  <bruno@clisp.org>
11786
11787         * lib/mbchar.h: New file.
11788         * lib/mbchar.c: New file.
11789
11790 2005-08-16  Bruno Haible  <bruno@clisp.org>
11791
11792         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
11793         the valid ones. Makes the comparison operations transitive:
11794         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
11795         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
11796
11797 2005-08-15  Simon Josefsson  <jas@extundo.com>
11798
11799         * modules/ssize_t (License): Change to 'unlimited'.
11800
11801         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
11802
11803 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11804
11805         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
11806         Add comments for each pending glibc patch.
11807
11808 2005-08-15  Bruno Haible  <bruno@clisp.org>
11809
11810         * lib/regex.h (__restrict_arr): Don't define to __restrict if
11811         __cplusplus is defined.
11812
11813 2005-08-14  Jim Meyering  <jim@meyering.net>
11814
11815         Sync from coreutils.
11816
11817         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
11818         Use the hash-table-based cycle-detection code not just when
11819         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
11820         Reported by James Youngman in
11821         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
11822         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
11823         FTS_TIGHT_CYCLE_CHECK.
11824         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
11825         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
11826         once again.
11827         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
11828         * lib/fts.c (fd_safer): Remove decl.
11829         Include fcntl--.h rather than unistd-safer.h
11830         (fts_safe_changedir): Don't call fd_safer; no longer needed
11831         now that we include fcntl--.h.
11832
11833 2005-08-12  Simon Josefsson  <jas@extundo.com>
11834
11835         * modules/getndelim2: Use ssize_t module.
11836         * modules/getnline: Likewise.
11837         * modules/safe-read: Likewise.
11838         * modules/xreadlink: Likewise.
11839
11840         * modules/ssize_t: New file.
11841
11842 2005-08-12  Simon Josefsson  <jas@extundo.com>
11843
11844         * m4/readline.m4: Look for termcap, curses or ncurses if required.
11845
11846 2005-08-12  Simon Josefsson  <jas@extundo.com>
11847
11848         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11849         ssize_t.
11850
11851 2005-08-12  Simon Josefsson  <jas@extundo.com>
11852
11853         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
11854         readline, getdelim and check_version.
11855         (Support for systems lacking ISO C 99: Sizes of integer types):
11856         Add size_max.
11857
11858 2005-08-12  Bruno Haible  <bruno@clisp.org>
11859
11860         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
11861
11862 2005-08-11  Simon Josefsson  <jas@extundo.com>
11863
11864         * modules/readline: New file.
11865
11866         * modules/strnlen (Files): Add strnlen.h.
11867
11868 2005-08-11  Simon Josefsson  <jas@extundo.com>
11869
11870         * m4/readline.m4: New file.
11871
11872 2005-08-11  Simon Josefsson  <jas@extundo.com>
11873
11874         * lib/readline.h, readline.c: New file.
11875
11876 2005-08-11  Simon Josefsson  <jas@extundo.com>
11877
11878         * doc/gnulib.texi (Initial import, Finishing touches): Mention
11879         gl_AVOID.
11880
11881 2005-08-11  Bruno Haible  <bruno@clisp.org>
11882
11883         * lib/strnlen.h (strnlen): Change parameter name to match comment.
11884
11885 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
11886
11887         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
11888
11889 2005-08-10  Simon Josefsson  <jas@extundo.com>
11890
11891         * tests/test-iconvme.c: New file.
11892
11893 2005-08-10  Simon Josefsson  <jas@extundo.com>
11894
11895         * m4/strnlen.m4: New file.
11896
11897         * m4/strndup.m4: Don't check for strnlen declaration, done in
11898         strnlen.m4.
11899
11900 2005-08-10  Simon Josefsson  <jas@extundo.com>
11901
11902         * lib/strndup.c: Use strnlen.h.
11903
11904         * lib/strnlen.h: New file.
11905
11906 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11907
11908         * README: Typos.
11909
11910 2005-08-02  Simon Josefsson  <jas@extundo.com>
11911
11912         * modules/readline: New file.
11913
11914 2005-08-02  Simon Josefsson  <jas@extundo.com>
11915
11916         * modules/getdelim: New file.
11917
11918         * modules/getline: Rewrite, don't use getndelim2.
11919
11920 2005-08-02  Simon Josefsson  <jas@extundo.com>
11921
11922         * m4/getline.m4: Separate out getdelim stuff into separate module.
11923
11924         * m4/getdelim.m4: New file.
11925
11926 2005-08-02  Simon Josefsson  <jas@extundo.com>
11927
11928         * lib/getline.h, getline.c: Rewrite.
11929
11930         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
11931
11932 2005-07-31  Bruno Haible  <bruno@clisp.org>
11933
11934         * lib/lock.h (gl_lock_initializer): New macro.
11935         (gl_lock_define_initialized): Use it.
11936         (gl_rwlock_initializer): New macro.
11937         (gl_rwlock_define_initialized): Use it.
11938         (gl_recursive_lock_initializer): New macro.
11939         (gl_recursive_lock_define_initialized): Use it.
11940
11941 2005-07-30  Karl Berry  <karl@gnu.org>
11942
11943         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
11944         Report from Ben Pfaff, regarding getopt.
11945
11946 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
11947
11948         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
11949         normal way.
11950         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
11951         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
11952         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
11953         (gl_GETOPT): Use the new macros.  Most of the implementation
11954         is moved to the new macros.  This is for programs like Emacs
11955         that don't want all the functionality of gl_GETOPT.
11956
11957 2005-07-26  Bruno Haible  <bruno@clisp.org>
11958
11959         * m4/lock.m4: Update from GNU gettext.
11960
11961 2005-07-26  Bruno Haible  <bruno@clisp.org>
11962
11963         * lib/lock.h: Update from GNU gettext.
11964         * lib/lock.c: Update from GNU gettext.
11965
11966 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11967
11968         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
11969         obsolescent AC_TRY_RUN.  Include the default includes files, for
11970         'exit'.
11971
11972 2005-07-24  Bruno Haible  <bruno@clisp.org>
11973
11974         * modules/visibility: New file.
11975         * MODULES.html.sh (Misc): Add visibility.
11976
11977 2005-07-24  Bruno Haible  <bruno@clisp.org>
11978
11979         * m4/visibility.m4: New file.
11980
11981 2005-07-24  Bruno Haible  <bruno@clisp.org>
11982
11983         * doc/visibility.texi: New file.
11984
11985 2005-07-22  Bruno Haible  <bruno@clisp.org>
11986
11987         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
11988         $(ALLOCA_H), redundant through BUILT_SOURCES.
11989         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
11990         redundant through BUILT_SOURCES.
11991         * modules/byteswap (Makefile.am): Remove explicit dependency on
11992         $(BYTESWAP_H), redundant through BUILT_SOURCES.
11993         * modules/fnmatch (Makefile.am): Remove explicit dependency on
11994         $(FNMATCH_H), redundant through BUILT_SOURCES.
11995         * modules/getopt (Makefile.am): Remove explicit dependency on
11996         $(GETOPT_H), redundant through BUILT_SOURCES.
11997         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
11998         redundant through BUILT_SOURCES.
11999         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12000         redundant through BUILT_SOURCES.
12001         * modules/stdbool (Makefile.am): Remove explicit dependency on
12002         $(STDBOOL_H), redundant through BUILT_SOURCES.
12003         * modules/stdint (Makefile.am): Remove explicit dependency on
12004         $(STDINT_H), redundant through BUILT_SOURCES.
12005         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12006         Remove explicit dependency on $(SYSEXITS_H).
12007         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12008
12009 2005-07-18  Simon Josefsson  <jas@extundo.com>
12010
12011         * lib/check-version.c (check_version): Accept identical versions too.
12012
12013 2005-07-18  Bruno Haible  <bruno@clisp.org>
12014
12015         * modules/lock: New file.
12016         * MODULES.html.sh (Multithreading): New section.
12017
12018 2005-07-18  Bruno Haible  <bruno@clisp.org>
12019
12020         * m4/lock.m4: New file, from GNU gettext.
12021
12022 2005-07-18  Bruno Haible  <bruno@clisp.org>
12023
12024         * lib/lock.h: New file, from GNU gettext.
12025         * lib/lock.c: New file, from GNU gettext.
12026
12027 2005-07-18  Bruno Haible  <bruno@clisp.org>
12028
12029         * lib/lock.h (gl_once_t): New type.
12030         (gl_once_define, gl_once): New macros.
12031         * lib/lock.c (fresh_once): New variable.
12032         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12033         functions.
12034
12035 2005-07-16  Simon Josefsson  <jas@extundo.com>
12036
12037         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12038         workaround, suggested by Bruno.
12039
12040 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12041
12042         * modules/xalloc (Depends-on): Add xalloc-die.
12043         * modules/xvasprintf (Depends-on): Add xalloc-die.
12044
12045 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12046
12047         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12048         with a minor change.
12049
12050 2005-07-15  Bruno Haible  <bruno@clisp.org>
12051
12052         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12053         When using lib/poll.c, define poll as rpl_poll.
12054
12055 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12056
12057         * modules/argp (Depends-on): Remove unlocked-io.
12058
12059 2005-07-14  Derek Price  <derek@ximbiot.com>
12060
12061         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12062         for glob symlink bug.
12063
12064 2005-07-14  Bruno Haible  <bruno@clisp.org>
12065
12066         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12067         Instead, test for *_unlocked function declarations directly.
12068
12069 2005-07-11  Simon Josefsson  <jas@extundo.com>
12070
12071         * modules/size_max: New file.
12072
12073         * modules/xsize: Depend on size_max module for size_max.m4.
12074
12075 2005-07-11  Simon Josefsson  <jas@extundo.com>
12076
12077         * lib/size_max.h: New file.
12078
12079 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12080
12081         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12082         copyright symbol and the year.
12083         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12084         (version_etc_va): Use parameterized copyright notice.
12085         Reword to conform to the current GNU coding standards.
12086
12087 2005-07-11  Karl Berry  <karl@gnu.org>
12088
12089         * doc/gnulib.texi (Quoting): new node.
12090         (Initial import): more info, from Patrice.
12091
12092 2005-07-11  Bruno Haible  <bruno@clisp.org>
12093
12094         * gnulib-tool (func_usage): Document option --avoid.
12095         (Command line options): Handle --avoid.
12096         (func_acceptable): New function.
12097         (func_modules_transitive_closure): Use it.
12098
12099 2005-07-11  Bruno Haible  <bruno@clisp.org>
12100
12101         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
12102         Reported by Jim Meyering.
12103
12104 2005-07-10  Bruno Haible  <bruno@clisp.org>
12105
12106         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
12107         Needed when size_t is smaller than 'unsigned int'.
12108         Reported by Paul Eggert.
12109
12110 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12111
12112         * modules/argp (Depends-on): Add unlocked-io
12113
12114 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12115
12116         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
12117         block of defines.
12118
12119 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12120
12121         * config/srclist.txt: Comment out regcomp.c, since we have a porting
12122         fix now.
12123
12124 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
12125         and Paul Eggert  <eggert@cs.ucla.edu>
12126
12127         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
12128         in wint_t, not wchar_t.  Remove now-unnecessary cast.
12129
12130 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12131
12132         * modules/regex (Files): Add lib/regex_internal.c,
12133         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
12134         (Depends-on): Add extensions.
12135         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
12136
12137 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12138
12139         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
12140         pathconf.
12141         * m4/same.m4 (gl_SAME): Likewise.
12142         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
12143
12144         * m4/regex.m4: Adjust to new libc regex implementation.
12145         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
12146         all the .c and .h parts of (the new) regex.
12147         Quote the m4 stuff better.
12148         Check for RE_ICASE bug of old gnulib.
12149         Check for REG_STARTEND of recent libc.
12150         Rename local variables from jm_* to gl_*.
12151         Quote operand of "test -f".
12152         Say "recent enough" version of libc, not "version 2".
12153         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
12154         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
12155         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
12156         Remove check for btowc, isascii.
12157         Require AM_LANGINFO_CODESET.
12158
12159 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12160
12161         * lib/regex.c, regex.h: Sync from libc.
12162         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
12163         * lib/regexec.c:
12164         New files, synced from libc, except that regex_internal.h
12165         currently has a small porting fix.
12166
12167 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12168
12169         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
12170         regex_internal.c, regexec.c.
12171         Add regex_internal.h too, but as a comment, since the libc version
12172         is currently broken in gnulib mode.
12173
12174 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12175
12176         Support programs like Emacs that use gnulib but not gettext.
12177         * MODULES.html.sh (Internationalization functions): Add gettext-h.
12178         * modules/gettext-h: New file.
12179         * modules/gettext (Files): Remove lib/gettext.h.
12180         (Depends-on): Add gettext-h.
12181         (Makefile.am): Remove lib_SOURCES.
12182         * modules/argmatch, modules/c-stack, modules/closeout:
12183         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
12184         * modules/execute, modules/file-type, modules/getaddrinfo:
12185         * modules/getopt, modules/human, modules/javacomp:
12186         * modules/javaexec, modules/mkdir-p, modules/obstack:
12187         * modules/openat, modules/pagealign_alloc, modules/pipe:
12188         * modules/quotearg, modules/regex, modules/rpmatch:
12189         * modules/unicodeio, modules/userspec, modules/version-etc:
12190         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
12191         * modules/xsetenv:
12192         Depend on gettext-h, not gettext.
12193
12194 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12195
12196         * gnulib-tool (func_import): Add support for 'public domain' license.
12197         * modules/alloca, modules/atexit, modules/memmove:
12198         Now public domain, not GPL.
12199         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
12200         * modules/realloc, modules/strerror, modules/strtod:
12201         Now LGPL, not GPL.
12202
12203 2005-07-05  Bruno Haible  <bruno@clisp.org>
12204
12205         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
12206         autoconf CVS. Needed for mingw.
12207
12208 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12209
12210         Remove the dependency of the strftime module on the tzset module.
12211         * modules/strftime (Depends-on): Remove dependency on tzset.
12212
12213 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12214
12215         Remove the dependency of the strftime module on the tzset module.
12216         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
12217         gl_FUNC_TZSET_CLOBBER.
12218
12219 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12220
12221         Remove the dependency of the strftime module on the tzset module.
12222         * lib/strftime.c (my_strftime)
12223         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
12224         Copy the input structure, to work around some of the bug with
12225         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
12226         Solaris releases, you should also use the tzset module, but we won't
12227         require it as a dependency any more since we don't want LGPLed code
12228         to depend on GPLed code.
12229
12230 2005-07-02  Jim Meyering  <jim@meyering.net>
12231
12232         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
12233         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
12234         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
12235         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
12236
12237 2005-07-02  Jim Meyering  <jim@meyering.net>
12238
12239         * lib/backupfile.c (backup_args): Change a `0' to NULL.
12240
12241 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12242
12243         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
12244         declares only 'struct timespec;' (!).
12245
12246 2005-07-01  Jim Meyering  <jim@meyering.net>
12247
12248         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
12249         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
12250         * lib/save-cwd.c, tempname.c:
12251         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12252         and don't include <sys/file.h>).
12253
12254 2005-06-29  Jim Meyering  <jim@meyering.net>
12255
12256         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
12257         type name.  Use the variable name instead.
12258         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
12259         Likewise.
12260
12261 2005-06-28  Simon Josefsson  <jas@extundo.com>
12262
12263         * modules/check-version (Files): Add check-version.m4.
12264
12265 2005-06-28  Simon Josefsson  <jas@extundo.com>
12266
12267         * m4/check-version.m4: New file, suggested by Jim Meyering
12268         <jim@meyering.net>.
12269
12270 2005-06-28  Simon Josefsson  <jas@extundo.com>
12271
12272         * lib/check-version.h, lib/check-version.c: New files.
12273
12274 2005-06-28  Simon Josefsson  <jas@extundo.com>
12275
12276         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
12277         collision with global variable.  Better indentation.  Don't
12278         increment buffer pointer beyond buffer end.  Based on comments
12279         from Paul Eggert <eggert@cs.ucla.edu>.
12280
12281         * lib/base64.h: Indent.
12282
12283 2005-06-28  Simon Josefsson  <jas@extundo.com>
12284
12285         * doc/gnulib.texi (Library version handling): New section.
12286
12287 2005-06-28  Jim Meyering  <jim@meyering.net>
12288
12289         * check-module (find_included_lib_files): Hard-code another
12290         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
12291         but modules/fts-lgpl (correctly) does not list those files.
12292
12293         * modules/canonicalize (Files): Add lib/pathmax.h.
12294
12295 2005-06-25  Simon Josefsson  <jas@extundo.com>
12296
12297         * modules/check-version: New file.
12298
12299 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
12300
12301         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
12302         initializer of struct addrinfo, as an indication that we don't
12303         care how many members the structure has.
12304
12305 2005-06-24  Derek Price  <derek@ximbiot.com>
12306         and Bruno Haible  <bruno@clisp.org>
12307
12308         Remove stat module & update lstat.
12309         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
12310         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
12311         * m4/stat.m4: Remove this file.
12312
12313 2005-06-24  Derek Price  <derek@ximbiot.com>
12314         and Bruno Haible  <bruno@clisp.org>
12315
12316         Remove stat module & update lstat.
12317         * lib/stat.c: Remove this file...
12318         (slash_aware_lstat): ...moving this content and its support...
12319         * lib/lstat.c (rpl_lstat): ...into here.
12320         * lib/lstat.h: New file.
12321
12322 2005-06-24  Derek Price  <derek@ximbiot.com>
12323         and Bruno Haible  <bruno@clisp.org>
12324
12325         Remove stat module & update lstat.
12326         * config/srclist.txt (libc sources): Remove stat.
12327
12328 2005-06-24  Derek Price  <derek@ximbiot.com>
12329         and Bruno Haible  <bruno@clisp.org>
12330
12331         Remove stat module & update lstat.
12332         * MODULES.html.sh (stat): Remove.
12333         * MODULES.html: Regenerated.
12334         * modules/lstat (Description): Correct function name.
12335         (Files): Add "lstat.h".
12336         (Depends-on): Remove stat, add xalloc, stat-macros.
12337         * modules/stat: Remove this file.
12338         (Include): Add "lstat.h", remove <sys/stat.h>.
12339
12340 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12341
12342         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
12343         (ranged_convert): Don't save conversion in a temporary struct.
12344         This causes a warning with GCC 4.0.0, and anyway in the typical
12345         case it's not worth the extra 100 bytes or so of code.
12346         (ranged_convert, __mktime_internal): When calling a function via a
12347         pointer P, use P () rather than (*P) (), as we now assume C89 or
12348         better.
12349
12350 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12351
12352         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
12353         "who -r" failed to give output.  Problem reported by Tim Waugh.
12354
12355         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
12356         (xcalloc): Use it to avoid needless tests.
12357         Problem reported by Jim Meyering.
12358
12359 2005-06-20  Derek Price  <derek@ximbiot.com>
12360
12361         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
12362         unnecessary for Autoconfs > 2.59c.
12363
12364 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12365
12366         * lib/argp.h (__option_is_short): Check upper limit of
12367         __key. Isprint() requires its argument to have the value
12368         of an unsigned char or EOF.
12369
12370 2005-06-16  Jim Meyering  <jim@meyering.net>
12371
12372         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
12373         when either N or S is zero.
12374
12375 2005-06-16  Derek Price  <derek@ximbiot.com>
12376
12377         * m4/bison.m4: Declare YACC & YFLAGS precious.
12378
12379 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12380
12381         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
12382         multibyte string or pattern, fall back on unibyte matching.
12383         Problem reported by James Youngman.
12384
12385 2005-06-08  Bruno Haible  <bruno@clisp.org>
12386
12387         * modules/csharpcomp: New file.
12388         * MODULES.html.sh (C#): Add csharpcomp.
12389
12390 2005-06-08  Bruno Haible  <bruno@clisp.org>
12391
12392         * m4/csharpcomp.m4: New file, from GNU gettext.
12393
12394 2005-06-08  Bruno Haible  <bruno@clisp.org>
12395
12396         * lib/csharpcomp.h: New file, from GNU gettext.
12397         * lib/csharpcomp.c: New file, from GNU gettext.
12398         * lib/csharpcomp.sh.in: New file, from GNU gettext.
12399
12400 2005-06-08  Bruno Haible  <bruno@clisp.org>
12401
12402         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
12403         warning on mingw.
12404
12405 2005-06-07  Derek Price  <derek@ximbiot.com>
12406
12407         Sync from CVS.
12408         * lib/glob_.h: Indent nested #ifdef.
12409
12410 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12411
12412         Sync from coreutils.
12413         Use "file name" when talking about file names, instead of "filename"
12414         or "path", as per the GNU coding standards.
12415         * lib/mkdir-p.c: Renamed from makepath.c.
12416         (make_dir_parents): Renamed from make_path.  All callers changed.
12417         * lib/mkdir-p.h: Likewise.  All includers changed.
12418         * lib/filenamecat.c: Renamed from path-concat.c.
12419         (file_name_concat): Renamed from path_concat.  All callers changed.
12420         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
12421         * lib/filenamecat.h: Likewise.  All includers changed.
12422         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
12423         in comments or local variable names.
12424         * lib/basename.c: Likewise.
12425         * lib/canonicalize.c, canonicalize.h: Likewise.
12426         * lib/dirname.c, dirname.h: Likewise.
12427         * lib/euidaccess.c: Likewise.
12428         * lib/exclude.c: Likewise
12429         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
12430         * lib/fsusage.c, fsuage.h: Likewise.
12431         * lib/fts.c, fts_.h: Likewise.
12432         * lib/getcwd.c: Likewise.
12433         * lib/getloadavg.c: Likewise.
12434         * lib/mkstemp.c: Likewise.
12435         * lib/mountlist.c, mountlist.h: Likewise.
12436         * lib/openat.c, openat.h: Likewise.
12437         * lib/readlink-stub.c: Likewise.
12438         * lib/readutmp.c, readutmp.h: Likewise.
12439         * lib/rename.c: Likewise.
12440         * lib/rmdir.c: Likewise.
12441         * lib/same.c: Likewise.
12442         * lib/savedir.c: Likewise.
12443         * lib/stripslash.c: Likewise.
12444         * lib/tempname.c: Likewise.
12445         * lib/xreadlink.c: Likewise.
12446         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
12447         All uses changed.
12448         * lib/exclude.h: Likewise.
12449
12450         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
12451         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12452         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
12453         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12454         * lib/pathmax.h: Include <limits.h> unconditionally, since other
12455         files have been getting away with it for years (MORE/BSD 4.3
12456         is extinct now).
12457         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
12458         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12459
12460         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
12461         Define to 256, not 255, as per modern POSIX.
12462
12463 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12464
12465         Sync from coreutils.
12466         Use "file name" when talking about file names, instead of "filename"
12467         or "path", as per the GNU coding standards.
12468         * MODULES.html.sh: mkdir-p renamed from makepath.
12469         filenamecat renamed from path-concat.
12470         * modules/filenamecat: Renamed from modules/path-concat.
12471         (Files): filenamecat.h and filenamecat.c renamed from
12472         path-concat.h and path-concat.c.
12473         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
12474         (Include): filenamecat.h, not path-concat.h.
12475         * modules/mkdir-p: Renamed from modules/makepath.
12476         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
12477         makepath.c.
12478         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
12479         (Include): mkdir-p.h, not makepath.h.
12480
12481 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12482
12483         Sync from coreutils.
12484         * m4/mkdir-p.m4: Renamed from makepath.m4.
12485         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
12486         Rename files from makepath.c to mkdir-p.c, and from
12487         makepath.h to mkdir-p.h.
12488         * m4/filenamecat.m4: Renamed from path-concat.m4.
12489         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
12490         Rename files from path-concat.c to filenamecat.c,
12491         and from path-concat.h to filenamecat.h.
12492         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
12493         "file name" in local variables or comments.
12494         * m4/rename.m4: Likewise.
12495
12496 2005-06-01  Bruno Haible  <bruno@clisp.org>
12497
12498         * modules/csharpexec: New file.
12499         * MODULES.html.sh (C#): New section.
12500
12501 2005-06-01  Bruno Haible  <bruno@clisp.org>
12502
12503         * m4/csharp.m4: New file, from GNU gettext.
12504         * m4/csharpexec.m4: New file, from GNU gettext.
12505
12506 2005-06-01  Bruno Haible  <bruno@clisp.org>
12507
12508         * lib/csharpexec.h: New file, from GNU gettext.
12509         * lib/csharpexec.c: New file, from GNU gettext.
12510         * lib/csharpexec.sh.in: New file, from GNU gettext.
12511
12512 2005-05-31  Derek Price  <derek@ximbiot.com>
12513             Paul Eggert  <eggert@cs.ucla.edu>
12514
12515         Sync from cvs.
12516         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12517
12518 2005-05-31  Derek Price  <derek@ximbiot.com>
12519             Paul Eggert  <eggert@cs.ucla.edu>
12520
12521         Sync from cvs.
12522         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12523
12524 2005-05-29  Derek Price  <derek@ximbiot.com>
12525
12526         * config/srclist.txt (glob_.h, glob.c): Add these files.
12527
12528 2005-05-29  Derek Price  <derek@ximbiot.com>
12529
12530         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
12531         * modules/glob: New file.
12532         * modules/getlogin_r: Add link to POSIX spec in description.
12533
12534 2005-05-29  Derek Price  <derek@ximbiot.com>
12535             Paul Eggert  <eggert@cs.ucla.edu>
12536
12537         * m4/glob.m4: New file.
12538
12539 2005-05-29  Derek Price  <derek@ximbiot.com>
12540             Paul Eggert  <eggert@cs.ucla.edu>
12541
12542         * lib/glob_.h, lib/glob.c: New files.
12543
12544 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12545
12546         * modules/fts (Files): Remove m4/inttypes-pri.m4.
12547         * modules/fts-lgpl (Depends-on): Remove gettext.
12548
12549 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12550
12551         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
12552         and don't require gt_INTTYPES_PRI.
12553
12554 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12555
12556         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
12557
12558         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
12559         the configuration hassle isn't worth it.
12560         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
12561         (LONGEST_MODIFIER, PRIuMAX): Remove.
12562
12563 2005-05-27  Bruno Haible  <bruno@clisp.org>
12564
12565         * lib/getlogin_r.h: Remove second include of <stddef.h>.
12566
12567 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
12570         _POSIX_PTHREAD_SEMANTICS for Solaris.
12571
12572 2005-05-25  Derek Price  <derek@ximbiot.com>
12573
12574         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
12575
12576 2005-05-25  Derek Price  <derek@ximbiot.com>
12577             Paul Eggert  <eggert@cs.ucla.edu>
12578
12579         * modules/getlogin_r, m4/getlogin_r.m4: New files.
12580         * lib/getlogin_r.c, getlogin_r.h: New files.
12581
12582 2005-05-25  Bruno Haible  <bruno@clisp.org>
12583             Derek Price  <derek@ximbiot.com>
12584
12585         * lib/getlogin_r.h: Simplify API documentation.
12586
12587 2005-05-23  Derek Price  <derek@ximbiot.com>
12588
12589         * modules/minmax (Files): Add m4/minmax.m4.
12590         (configure.ac): Add gl_MINMAX.
12591
12592 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12593
12594         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
12595         so that unistd-safer.h (GPL'ed code) need not be included.
12596
12597 2005-05-22  Bruno Haible  <bruno@clisp.org>
12598
12599         * m4/minmax.m4: New file.
12600         Based on a patch by Derek Price <derek@ximbiot.com>.
12601
12602 2005-05-22  Bruno Haible  <bruno@clisp.org>
12603
12604         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
12605         (INT64_MIN): Fix definition.
12606         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
12607
12608         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
12609         NEED_SIGNED_INT_TYPES.
12610
12611         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
12612         HAVE_SYSTEM_INTTYPES.
12613
12614 2005-05-22  Bruno Haible  <bruno@clisp.org>
12615
12616         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
12617         Also include <sys/param.h> if it defines MIN, MAX.
12618         Based on a patch by Derek Price <derek@ximbiot.com>.
12619
12620 2005-05-21  Jim Meyering  <jim@meyering.net>
12621
12622         * modules/fts (Files): Add m4/inttypes-pri.m4.
12623         (Depends-on): Add lstat and remove gettext.  Alphabetize.
12624
12625 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12626
12627         New fts module.
12628         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
12629         (setup_dir, free_dir): New functions.
12630         (enter_dir, leave_dir): Define trivial
12631         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
12632         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
12633         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
12634         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
12635         Move to fts-cycle.c.
12636         (fts_open): Use setup_dir.
12637         (fts_close): Use free_dir.
12638         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
12639         This adds a label and some gotos, but the alternatives were messier.
12640         Check for memory allocation failure when entering a dir.
12641         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
12642         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
12643         (FTS): New member fts_cycle, that is a union that contains the
12644         old active_dir_ht and cycle_state.  All uses changed to mention
12645         fts_cycle.ht and fts_cycle.state.
12646         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
12647         fts.c, with the following changes:
12648         (setup_dir, free_dir): New functions.
12649         (enter_dir): Now returns bool.  Return true if successful, false
12650         if memory exhausted.  All callers changed.
12651         Do not bother partly cleaning up on
12652         memory allocation failure; that is free_dir's job.
12653         However, free ad if hash_insert fails, to avoid memory leak.
12654         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
12655         fts->fts_options to see which union member to use.
12656
12657 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12658
12659         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
12660         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
12661
12662 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12663
12664         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
12665
12666 2005-05-20  Jim Meyering  <jim@meyering.net>
12667
12668         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
12669         Now a macro, to pacify GCC.
12670
12671 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12672
12673         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
12674         of -1.
12675
12676 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12677
12678         * lib/chown.c (rpl_chown): Return -1 on failure.
12679
12680 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12681
12682         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
12683         Don't check for stddef.h.
12684         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
12685         don't use its results.
12686         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
12687         since we include them unconditionally.  Don't require
12688         AM_STDBOOL_H, since stdbool is a prerequisite.
12689         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
12690         since we assume C89 or better.
12691         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
12692         as we don't use their results.
12693         Don't check for fchdir, memmove, memset, strrchr, as we use
12694         them unconditionally.
12695         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
12696         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
12697
12698 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12699
12700         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
12701         Include <stddef.h> unconditionally, since we assume C89 now.
12702         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
12703         * lib/fts.c: Include fts_.h first, to check interface.
12704         Do not include intprops.h; no longer needed.
12705         Include cycle-check.h and hash.h, since fts_.h no longer does.
12706         Remove unnecessary casts of closedir to void.
12707         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
12708         decide whether to decrement nlinks.
12709         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
12710         (FTS): Use struct hash_table * instead of Hash_table, so that
12711         we no longer need to include hash.h here.
12712
12713 2005-05-18  Jim Meyering  <jim@meyering.net>
12714
12715         * modules/dirfd (License): Change to LGPL.  Most of the code
12716         is already in the public domain.
12717
12718 2005-05-18  Jim Meyering  <jim@meyering.net>
12719
12720         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
12721         Reported by Yoann Vandoorselaere.
12722
12723 2005-05-17  Jim Meyering  <jim@meyering.net>
12724
12725         * m4/fts.m4: New file, from coreutils.
12726
12727 2005-05-17  Jim Meyering  <jim@meyering.net>
12728
12729         * lib/fts.c, lib/fts_.h: New files, from coreutils.
12730
12731 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12732
12733         Sync from coreutils.
12734         * m4/unlinkdir.m4: New file.
12735
12736 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12737
12738         Sync from coreutils.
12739         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
12740         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
12741         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
12742         White space changes only.
12743         * lib/makepath.c (make_path): Port to hosts where leading "//" is
12744         special.
12745         * lib/yesno.c: Include getline.h, not ctype.h.
12746         (yesno): Don't remove leading white space; POSIX doesn't allow it.
12747         Use getline to remove arbitrary restriction on response length.
12748
12749 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12750
12751         * config/srclist-update: Spell out "Street" in FSF postal
12752         mail address; this is the style the FSF seems to prefer.
12753
12754         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
12755         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
12756         this updates FSF postal mail address.
12757
12758         Sync from coreutils.
12759         * modules/unlinkdir: New file.
12760         * modules/yesno (Depends-on): Add getline.
12761         * MODULES.html.sh (File system functions): Add unlinkdir.
12762
12763 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12764
12765         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
12766         lib/strsep.h:
12767         Change the initial comment to refer to GPL, not LGPL.
12768         gnulib-tool will change it to LGPL as needed.
12769
12770         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
12771         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
12772         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
12773         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
12774         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
12775         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
12776         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
12777         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
12778         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
12779         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
12780         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
12781         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
12782         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
12783         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
12784         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
12785         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
12786         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
12787         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
12788         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
12789         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
12790         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
12791         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
12792         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
12793         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
12794         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
12795         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
12796         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
12797         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
12798         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
12799         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
12800         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
12801         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
12802         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
12803         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
12804         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
12805         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
12806         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
12807         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
12808         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
12809         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
12810         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
12811         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
12812         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
12813         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
12814         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
12815         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
12816         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
12817         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
12818         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
12819         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
12820         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
12821         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
12822         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
12823         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
12824         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
12825         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
12826         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
12827         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
12828         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
12829         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
12830         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
12831         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
12832         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
12833         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
12834         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
12835         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
12836         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
12837         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
12838         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
12839         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
12840         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
12841         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
12842         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
12843         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
12844         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
12845         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
12846         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
12847         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
12848         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
12849         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
12850         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
12851         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
12852         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
12853         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
12854         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
12855         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
12856         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
12857         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
12858         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
12859         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
12860         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
12861         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
12862         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
12863         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
12864         lib/yesno.c, lib/yesno.h:
12865         Update FSF postal mail address.
12866
12867 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
12870         tests/test-memmem.c, tests/test-stpncpy.c:
12871         Update FSF postal mail address.
12872
12873 2005-05-13  Bruno Haible  <bruno@clisp.org>
12874
12875         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
12876         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
12877         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
12878         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
12879         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
12880         Add support for 64-bit integers in the MSVC compiler.
12881
12882 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12883
12884         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
12885
12886 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
12887
12888         * gnulib-tool (func_import): Sort and uniquify recommended includes.
12889
12890 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
12891
12892         * doc/getdate.texi (General date syntax): Don't say that date
12893         date --iso-8601=ns generates acceptable dates; it doesn't yet.
12894         Problem reported by Nic Ferrier.
12895
12896 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12897
12898         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
12899         specified in ai_socktype. Fix invalid ai_protocol
12900         check. ai_protocol is usually set to 0 or depending on
12901         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
12902         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
12903         ai_socktype / ai_protocol in the returned addrinfo structure.
12904
12905 2005-05-10  Simon Josefsson  <jas@extundo.com>
12906
12907         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
12908         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12909
12910 2005-05-10  Karl Berry  <karl@gnu.org>
12911
12912         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
12913         (from http://www.gnu.org/licenses).
12914         * doc/COPYING.LIB: also rename to COPYING.LESSER.
12915         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
12916         fdl.texi suffices.
12917
12918 2005-05-10  Karl Berry  <karl@gnu.org>
12919
12920         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
12921         (COPYING.DOC): remove.
12922
12923         * config/srclist-update: new FSF address.
12924
12925 2005-05-10  Derek Price  <derek@ximbiot.com>
12926
12927         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
12928         possible.
12929
12930 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12931             Bruno Haible  <bruno@clisp.org>
12932
12933         * modules/inet_ntop: New file.
12934         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12935         inet_ntop.
12936
12937 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12938             Bruno Haible  <bruno@clisp.org>
12939
12940         * m4/inet_ntop.m4: New file.
12941
12942 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12943             Bruno Haible  <bruno@clisp.org>
12944
12945         * lib/inet_ntop.h: New file.
12946         * lib/inet_ntop.c: New file, from glibc with modifications.
12947
12948 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
12949
12950         * modules/time_r (License): Change to LGPL.
12951         * modules/extensions (License): Change to LGPL.  Actually,
12952         the license is more permissive than that, but currently gnulib-tool
12953         doesn't know how to handle more-permissive licenses.
12954
12955         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
12956         Problem reported by Dave Love.
12957
12958 2005-05-08  Jim Meyering  <jim@meyering.net>
12959
12960         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
12961         blank.
12962
12963 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
12964
12965         * modules/argmatch (Depends-on): Add stdbool.
12966         * modules/backupfile (Depends-on): Likewise.
12967         * modules/chdir-long (Depends-on): Likewise.
12968         * modules/closeout (Depends-on): Likewise.
12969         * modules/cycle-check (Depends-on): Likewise.
12970         * modules/dirname (Depends-on): Likewise.
12971         * modules/fnmatch (Depends-on): Likewise.
12972         * modules/fsusage (Depends-on): Likewise.
12973         * modules/fwriteerror (Depends-on): Likewise.
12974         * modules/getcwd (Depends-on): Likewise.
12975         * modules/getloadavg (Depends-on): Likewise.
12976         * modules/hard-locale (Depends-on): Likewise.
12977         * modules/makepath (Depends-on): Likewise.
12978         * modules/mountlist (Depends-on): Likewise.
12979         * modules/nanosleep (Depends-on): Likewise.
12980         * modules/posixtm (Depends-on): Likewise.
12981         * modules/quotearg (Depends-on): Likewise.
12982         * modules/readtokens (Depends-on): Likewise.
12983         * modules/readtokens0 (Depends-on): Likewise.
12984         * modules/readutmp (Depends-on): Likewise.
12985         * modules/save-cwd (Depends-on): Likewise.
12986         * modules/strftime (Depends-on): Likewise.
12987         * modules/userspec (Depends-on): Likewise.
12988         * modules/utimecmp (Depends-on): Likewise.
12989         * modules/xgetcwd (Depends-on): Likewise.
12990         * modules/xnanosleep (Depends-on): Likewise.
12991         * modules/xstrtod (Depends-on): Likewise.
12992         * modules/yesno (Depends-on): Likewise.
12993
12994 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12995
12996         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
12997         needless checks.
12998
12999 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13000
13001         Merge from coreutils.  Among other things,
13002         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13003         * lib/fd-safer.c: New file.
13004         * lib/fcntl-safer.h, open-safer.c: Remove.
13005         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13006         * lib/dup-safer.c: Include unistd-safer.h first.
13007         Don't include errno.h.
13008         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13009         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13010         * lib/file-type.c: Rely on file-type.h change.
13011         * lib/getloadavg.c: Include unistd-safer.h.
13012         (getloadavg): Use safer open.
13013         * lib/getusershell.c: Include "stdio-safer.h".
13014         (getusershell): Use safer fopen.
13015         * lib/long-options.c (long_options): Use NULL rather than 0.
13016         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13017         'free'.
13018         * lib/modechange.c: Likewise.
13019         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13020         (MODE_DONE): New constant.
13021         (struct mode_change): Remove 'next' member.
13022         (make_node_op_equals): New function; like the old one of the
13023         same name, except it allocates an array.
13024         (mode_compile, mode_create_from_ref): Use it.
13025         (mode_compile): Allocate result as an array, not a linked list.
13026         Parse octal string ourself, so that we catch mistakes like "+0".
13027         (mode_adjust): Arg is an array, not a linked list.
13028         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13029         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13030         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13031         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13032         Remove.  This is now stat-macros.h's job.
13033         (talloc): Remove.  All callers replaced by xalloc, so that
13034         our invokers don't have to worry about reporting memory failures.
13035         (make_node_op_equals): Remove.
13036         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13037         New constants.
13038         (struct mode_change): Moved here from modechange.h.
13039         (mode_append_entry): Remove.
13040         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13041         apps to have incorrect behavior.  Use simpler algorithm for head
13042         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13043         Detect more invalid usages rather than having somewhat-random behavior.
13044         Don't insert an "a=" action, as that leads to incorrect behavior.
13045         (mode_compile, mode_create_from_ref): Return NULL on error instead
13046         of an enum, since now there's only one way to have an error.  All
13047         callers changed.
13048         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13049         at the correct time.  Simplify calculation of "+u" and its ilk.
13050         Don't mishandle "+X".
13051         (mode_free): Remove "register" and localize decls.
13052         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13053         (struct mode_change): Move to modechange.c; callers don't
13054         need to see this stuff.
13055         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13056         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13057         (mode_change, mode_adjust): Reflect the new signatures noted above.
13058         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13059         that might redefine system include files.
13060         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13061         (my_usleep): Use NULL rather than (void *) 0.
13062         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13063         Use siginterrupt to specify that system calls should be interrupted.
13064         (rpl_nanosleep): Move initialization of suspended closer to call of
13065         my_usleep.
13066         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13067         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13068         (desirable_utmp_entry): New function.
13069         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13070         using x2nrealloc, to simplify logic.
13071         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13072         size calculation.  Do not assume utmp file is a regular file.
13073         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13074         (READ_UTMP_CHECK_PIDS): New constant.
13075         * lib/save-cwd.c: Include unistd-safer.h.
13076         (save_cwd): Use fd_safer.
13077         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13078         [!_LIBC] Include "stat-macros.h" instead.
13079         * lib/unistd-safer.h (fd_safer): New decl.
13080
13081 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13082
13083         * modules/getloadavg (Depends-on): Add unistd-safer.
13084         * modules/getusershell (Depends-on): Add stdio-safer.
13085         * modules/lstat (Depends-on): Remove xalloc.
13086         * modules/mkstemp (Depends-on): Add stat-macros.
13087         * modules/modechange (Depends-on): Remove xstrtol.
13088         Add stat-macros, xalloc.
13089         * modules/save-cwd (Depends-on): Add unistd-safer.
13090         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13091         * modules/unistd-safer (Files): Add lib/fd-safer.c
13092         (Makefile.am): Remove lib_SOURCES.
13093
13094         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13095         Remove fcntl-safer; unistd-safer supersedes it.
13096
13097 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13098
13099         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
13100         AC_HEADER_STAT.
13101         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
13102         (gl_PREREQ_CHOWN): Remove.
13103         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
13104         it.  Don't require AC_HEADER_STAT.
13105         (gl_PREREQ_LSTAT): Remove.
13106         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
13107         Don't require AC_HEADER_STAT.
13108         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
13109         (gl_PREREQ_RMDIR): Remove.
13110         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
13111         mention stat-macros.h or AC_HEADER_STAT, since we'll make
13112         the stat-macros module a prerequisite.
13113         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
13114         * m4/filemode.m4 (gl_FILEMODE): Likewise.
13115         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
13116         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
13117         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
13118         variable names.
13119         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
13120         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
13121         variable prefixes.
13122         * m4/fcntl-safer.m4: Remove.
13123         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
13124         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
13125         Invoke gl_PREREQ_FD_SAFER.
13126         (gl_PREREQ_FD_SAFER): New macro.
13127         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
13128         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
13129         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
13130         Remove duplicate call to AC_LIBOBJ(readutmp).
13131         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
13132
13133         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
13134         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
13135
13136 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13137
13138         * MODULES.html.sh (Misc): Add byteswap.
13139
13140 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13141
13142         * modules/getcwd (Depends-on): Add extensions.
13143         * modules/openat (Depends-on): Likewise.
13144
13145 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13146
13147         * modules/byteswap: New file.
13148
13149 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13150
13151         * m4/byteswap.m4: New file.
13152
13153 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13154
13155         * lib/byteswap_.h: New file.
13156
13157 2005-04-25  Karl Berry  <karl@gnu.org>
13158
13159         * m4/gettext.m4: Update from GNU gettext 0.14.4.
13160
13161 2005-04-25  Albert Chin  <china@thewrittenword.com>
13162
13163         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
13164         Toolkit C bug.
13165
13166 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
13167
13168         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
13169         (func_ln_if_changed) Remove forcibly for no error message
13170         in case file does not exist.
13171
13172 2005-04-19  Simon Josefsson  <jas@extundo.com>
13173
13174         * gnulib-tool (Options): Make --symlink mean --symbolic.
13175
13176 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
13177
13178         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
13179
13180 2005-04-16  Simon Josefsson  <jas@extundo.com>
13181
13182         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
13183
13184 2005-04-15  Simon Josefsson  <jas@extundo.com>
13185
13186         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
13187
13188 2005-04-15  Simon Josefsson  <jas@extundo.com>
13189
13190         * gnulib-tool: Rename --symlink to --symbolic.
13191
13192 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
13193
13194         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
13195         symbolic links to files instead of copying/moving.  Add --aux-dir,
13196         specifying directory relative --dir where auxiliary build tools
13197         are placed.
13198
13199 2005-04-14  Bruno Haible  <bruno@clisp.org>
13200
13201         * modules/allocsa (License): Change to LGPL.
13202         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13203
13204 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13205
13206         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
13207         that "UTC +1 second" continues to work.  Problem reported
13208         by Dmitry V. Levin.
13209         (relunit_snumber): New rule.
13210         (relunit): Use it.
13211
13212 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13213
13214         * lib/getdate.y (universal_time_zone_table): New constant.
13215         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
13216         universal_time_zone_table.
13217         (lookup_zone): Prefer universal_time_zone_table to
13218         local_time_zone_table, so that "GMT" time stamps are allowed in
13219         London during the summer.  Problem reported by Ian Abbott.
13220
13221 2005-04-12  Jim Meyering  <jim@meyering.net>
13222
13223         * lib/human.c (humblock): Set *options even when returning due to
13224         xstrtoumax conversion failure.  Thanks to a used-uninitialized
13225         warning from gcc-4.
13226
13227 2005-04-09  Jim Meyering  <jim@meyering.net>
13228
13229         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
13230         -Wuninitialized: initialize tm0.tm_year.
13231
13232 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13233
13234         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
13235         count, since there's no maximum.  All uses changed.
13236         Add member dsts_seen.
13237         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
13238         not being INT_MAX.
13239         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
13240         Use pc_rels_seen to decide whther a date is absolute.
13241
13242         * lib/getdate.y (number): Don't overwrite year.
13243         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
13244         check.
13245
13246 2005-04-02  Simon Josefsson  <jas@extundo.com>
13247
13248         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
13249         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
13250
13251 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
13252
13253         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
13254         where no absolute path name can be longer than PATH_MAX.
13255
13256 2005-03-27  Jim Meyering  <jim@meyering.net>
13257
13258         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
13259
13260 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
13261
13262         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
13263         "one's complement" -> "ones' complement" in comment, as per Knuth.
13264         "value of type" -> "type or expression" in comment.
13265         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
13266
13267 2005-03-26  Jim Meyering  <jim@meyering.net>
13268
13269         Comment nits.
13270         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
13271         Correct typos: s/or/of/.
13272
13273 2005-03-26  Jim Meyering  <jim@meyering.net>
13274
13275         * modules/check-include-files: Move to ../ and rename to...
13276         * check-module: ...this.
13277
13278 2005-03-25  Jim Meyering  <jim@meyering.net>
13279
13280         * modules/xvasprintf (Files): Add xalloc.h.
13281
13282 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13283
13284         * modules/gettext (Files): config/config.rpath ->
13285         build-aux/config.rpath
13286         * modules/iconv (Files): Likewise.
13287         Problem reported by Oskar Liljeblad.
13288
13289 2005-03-23  Jim Meyering  <jim@meyering.net>
13290
13291         * modules/check-include-files: New script to check for
13292         missing dependencies, multiple includes, etc.
13293
13294         * modules/c-strtold (Depends-on): Add xalloc.
13295         * modules/c-strtod (Depends-on): Add xalloc.
13296         * modules/hash (Depends-on): Add xalloc.
13297         (Files): Remove lib/xalloc.h.
13298
13299         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
13300         * modules/userspec (Files): Add lib/inttostr.h.
13301
13302 2005-03-23  Jim Meyering  <jim@meyering.net>
13303
13304         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
13305
13306 2005-03-22  Jim Meyering  <jim@meyering.net>
13307
13308         * modules/stat-macros: New module.
13309         * modules/canonicalize, modules/euidaccess, modules/file-type,
13310         * modules/filemode, modules/lchown, modules/makepath,
13311         * modules/rmdir, modules/stat: Depend on new stat-macros module
13312         rather than listing lib/stat-macros.h manually.
13313         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
13314
13315 2005-03-22  Jim Meyering  <jim@meyering.net>
13316
13317         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
13318
13319 2005-03-22  Bruno Haible  <bruno@clisp.org>
13320
13321         * config/srclist.txt: Replace target directory 'config' with
13322         'build-aux'.
13323         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
13324         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
13325         ../build-aux/.
13326
13327 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
13328
13329         * modules/chdir-long (Depends-on): Add mempcpy.
13330
13331         * modules/acl, modules/backupfile, modules/c-strtod,
13332         modules/c-strtold, modules/canon-host, modules/canonicalize,
13333         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
13334         modules/exclude, modules/exitfail, modules/file-type,
13335         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
13336         modules/getdate, modules/getline, modules/getpagesize,
13337         modules/getpass, modules/getugroups, modules/group-member,
13338         modules/hard-locale, modules/hash, modules/human, modules/idcache,
13339         modules/inttostr, modules/long-options, modules/makepath,
13340         modules/md5, modules/memcasecmp, modules/memcoll,
13341         modules/modechange, modules/mountlist, modules/path-concat,
13342         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
13343         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
13344         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
13345         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
13346         modules/strftime, modules/strndup, modules/strverscmp,
13347         modules/timespec, modules/unlocked-io, modules/userspec,
13348         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
13349         modules/yesno:
13350         Remove lib_SOURCES line from Makefile.am section, as this is now
13351         done automatically by the corresponding Autoconf macro.
13352
13353 2005-03-21  Jim Meyering  <jim@meyering.net>
13354
13355         Changes imported from coreutils.
13356
13357         * lib/cycle-check.c: Don't include xalloc.h.
13358
13359         * lib/path-concat.c: Don't include assert.h.
13360         (path_concat): Remove assertion that would have triggered
13361         for ABASE starting with more than one slash.
13362         Reported by Andreas Schwab.
13363
13364         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
13365         properly when ABASE is an absolute file name.
13366         Correct the description of this function.
13367         Include <assert.h>.
13368         Add an assertion and a test driver.
13369         This fixes a bug introduced on 2004-07-02.
13370         Andreas Schwab reported the resulting failure of cp --parents:
13371         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
13372
13373 2005-03-21  Jim Meyering  <jim@meyering.net>
13374
13375         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
13376         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
13377
13378 2005-03-21  Jim Meyering  <jim@meyering.net>
13379         and  Paul Eggert  <eggert@cs.ucla.edu>
13380
13381         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
13382         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
13383         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
13384         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
13385         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
13386         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
13387         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
13388         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
13389         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
13390         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
13391         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
13392         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
13393         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
13394         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
13395         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
13396         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
13397         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
13398         for these modules.
13399
13400 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13401
13402         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
13403         (which shouldn't happen), generate nothing instead of returning 0
13404         immediately, so that nstrftime (NULL, ...) doesn't return 0.
13405
13406 2005-03-16  Bruno Haible  <bruno@clisp.org>
13407
13408         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
13409         HAVE_LONGLONG_64BIT.
13410
13411 2005-03-16  Bruno Haible  <bruno@clisp.org>
13412
13413         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
13414         HAVE_LONGLONG_64BIT.
13415
13416 2005-03-16  Bruno Haible  <bruno@clisp.org>
13417
13418         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
13419         HAVE_LONGLONG_64BIT.
13420
13421 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13422
13423         * lib/strftime.c (my_strftime): Prepend space to format so that we can
13424         reliably distinguish strftime failure from empty output on POSIX
13425         hosts.
13426
13427 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13428
13429         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
13430         (iconv_string): Don't guess a size-zero buffer, as that might cause
13431         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
13432         result would be 'too large', where 'too large' is (heuristically)
13433         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
13434         overflow concerns.  This will prevent some unwanted malloc failures
13435         when the inputs are very large.
13436
13437 2005-03-15  Karl Berry  <karl@gnu.org>
13438
13439         * config/srclist.txt (config.rpath): from gettext.
13440         * config/config.rpath: update.
13441
13442 2005-03-15  Bruno Haible  <bruno@clisp.org>
13443
13444         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
13445         to 'negate'.
13446
13447         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
13448         variable.
13449
13450         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
13451         results.
13452
13453 2005-03-14  Simon Josefsson  <jas@extundo.com>
13454
13455         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
13456         <fx@gnu.org>.
13457
13458 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
13459
13460         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
13461         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
13462         intprops.h.
13463         * lib/strtol.c: Likewise.
13464
13465 2005-03-14  Jim Meyering  <jim@meyering.net>
13466
13467         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
13468         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
13469         to be nonzero so that we (and caller) can detect the difference
13470         between a valid zero-length expansion and an error return, even
13471         when the underlying strftime fails before writing anything into
13472         that location.
13473
13474 2005-03-14  Bruno Haible  <bruno@clisp.org>
13475
13476         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
13477         Update from GNU gettext 0.14.3.
13478
13479 2005-03-10  Jim Meyering  <jim@meyering.net>
13480
13481         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
13482
13483 2005-03-10  Jim Meyering  <jim@meyering.net>
13484
13485         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
13486         so that this module works on systems without fchdir.
13487
13488 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
13489
13490         Factor int-properties macros into a single file, except for
13491         glibc-related files.
13492         * lib/intprops.h: New file.
13493         * lib/getloadavg.c: Include it instead of limits.h.
13494         (INT_STRLEN_BOUND): Remove.
13495         * lib/human.c: Include intprops.h.
13496         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
13497         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
13498         302/1000.
13499         * lib/inttostr.h: Include intprops.h instead of limits.h.
13500         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
13501         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
13502         for consistency with intprops.h.
13503         (time_t_is_integer, twos_complement_arithmetic): Use them.
13504         * lib/sig2str.h: Include <signal.h>, intprops.h.
13505         (INT_STRLEN_BOUND): Remove.
13506         * lib/strftime.c (TYPE_SIGNED): Remove.
13507         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
13508         * lib/strtol.c: Adjust comments to match intprops.h.
13509         * lib/userspec.c: Include intprops.h.
13510         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
13511         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
13512         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
13513         instead of rolling our own expressions.
13514         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
13515
13516         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
13517         instead of int.
13518         (my_strftime): Do not mishandle years close to INT_MAX, by doing
13519         the right thing even if adding 1900 would overflow.  Similarly
13520         for tm_mon + 1 and tm_yday + 1.
13521         Make %Y always equivalent to %C%y, and similarly for %G and %g.
13522         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
13523         (DO_SIGNED_NUMBER): New macro.
13524         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
13525
13526 2005-03-07  Bruno Haible  <bruno@clisp.org>
13527
13528         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
13529
13530 2005-03-07  Bruno Haible  <bruno@clisp.org>
13531
13532         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
13533
13534 2005-03-04  Derek R. Price  <derek@ximbiot.com>
13535
13536         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
13537         (func_import): Only replace files via --import when they have actually
13538         changed.
13539
13540 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13541
13542         * m4/mmap-anon.m4: New file.
13543         * m4/pagealign_alloc.m4: New file.
13544
13545 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13546             Bruno Haible  <bruno@clisp.org>
13547
13548         * modules/pagealign_alloc: New file.
13549         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
13550
13551 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13552             Bruno Haible  <bruno@clisp.org>
13553
13554         * lib/pagealign_alloc.h: New file.
13555         * lib/pagealign_alloc.c: New file.
13556
13557 2005-03-03  Bruno Haible  <bruno@clisp.org>
13558
13559         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
13560         Use an all-permissive copyright notice, recommended by RMS.
13561
13562 2005-03-02  Bruno Haible  <bruno@clisp.org>
13563
13564         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
13565         of AIX, the replacement has to be done only after <string.h> is
13566         included, therefore not in config.h. stpncpy.h does the replacement,
13567         and stpncpy.c uses it.
13568
13569 2005-03-02  Bruno Haible  <bruno@clisp.org>
13570
13571         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
13572         stpncpy.c uses it.
13573
13574 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13575
13576         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
13577         The workaround isn't strictly needed for POSIX conformance, and
13578         it's too much of a pain to configure and maintain.  We'll ask
13579         people to fix their kernels instead.
13580         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
13581         (NANOSLEEP_BUG_WORKAROUND): Remove.
13582         (xnanosleep): Remove the workaround.
13583
13584 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13585
13586         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
13587         Reported by Derek Price.
13588         (Include): Add "timespec.h".
13589
13590         * modules/xnanosleep (Depends-on): Remove gethrxtime.
13591
13592 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13593
13594         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
13595         to detect nanosleep bug.
13596
13597 2005-03-01  Bruno Haible  <bruno@clisp.org>
13598
13599         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
13600
13601 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13602
13603         * modules/gethrxtime: New file.
13604         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
13605         (Depends-on): Add gethrxtime.
13606         (configure.ac): Add gl_XNANOSLEEP.
13607         (Makefile.am): Remove lib_SOURCES line.
13608
13609 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13610
13611         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
13612         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
13613
13614 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13615
13616         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
13617         * lib/timespec.h (gettime): Return void, since it always
13618         succeeds now.  All uses changed.
13619         * lib/gettime.c (gettime) Likewise.
13620         [HAVE_NANOTIME]: Prefer nanotime.
13621         Assume gettimeofday succeeds, as POSIX requires.
13622         Assime time () succeeds, since other code already does.
13623         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
13624         (timespec_subtract): Remove.
13625         (NANOSLEEP_BUG_WORKAROUND): New constant.
13626         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
13627         things considerably.  Use it only on GNU/Linux hosts, since the
13628         workaround shouldn't be needed elsewhere.
13629
13630 2005-02-24  Bruno Haible  <bruno@clisp.org>
13631
13632         * modules/gettext (Files): Add m4/glibc2.m4.
13633
13634 2005-02-24  Bruno Haible  <bruno@clisp.org>
13635
13636         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
13637         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
13638         * m4/progtest.m4:
13639         Update from GNU gettext 0.14.2.
13640         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
13641
13642 2005-02-24  Bruno Haible  <bruno@clisp.org>
13643
13644         * lib/localcharset.c: Update from GNU gettext 0.14.2.
13645         * lib/config.charset: Update from GNU gettext 0.14.2.
13646
13647 2005-02-24  Bruno Haible  <bruno@clisp.org>
13648
13649         * lib/gettext.h: Update from GNU gettext 0.14.2.
13650
13651 2005-02-23  Simon Josefsson  <jas@extundo.com>
13652
13653         * m4/iconvme.m4: New file.
13654
13655 2005-02-23  Jim Meyering  <jim@meyering.net>
13656
13657         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
13658         change.
13659         Thanks to Bruno Haible for catching it.
13660
13661 2005-02-22  Simon Josefsson  <jas@extundo.com>
13662
13663         * modules/iconvme: New file.
13664
13665         * MODULES.html.sh: Add iconvme.
13666
13667 2005-02-22  Simon Josefsson  <jas@extundo.com>
13668
13669         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
13670
13671 2005-02-22  Simon Josefsson  <jas@extundo.com>
13672
13673         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
13674
13675 2005-02-22  Jim Meyering  <jim@meyering.net>
13676
13677         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
13678         s/ifndef/ifdef/.
13679
13680 2005-02-20  Neil Conway  <neilc@samurai.com>
13681
13682         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
13683         returned by OSX/Darwin if the specified buffer is not large
13684         enough for the hostname.
13685
13686 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13687
13688         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
13689         pass it to _help, otherwise the latter coredumps trying to
13690         dereference state.root_argp.
13691
13692 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13693
13694         * modules/chdir-long (Depends-on): Add memrchr.
13695         * modules/memrchr (Files): Add lib/memrchr.h.
13696         (Include): "memrchr.h".
13697
13698 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13699
13700         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
13701
13702 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13703
13704         * lib/memrchr.h: New file.
13705         * lib/chdir-long.c: Include it.
13706         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
13707         Don't bother including stddef.h.
13708
13709 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13710
13711         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
13712         inclusion.
13713         Include <sys/types.h>, for dev_t.
13714         (ME_DUMMY, ME_REMOTE): Move from here....
13715         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
13716         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
13717         Dmitry V. Levin.
13718         Include mountlist.h first, to test the interface.
13719
13720 2005-01-29  Bruno Haible  <bruno@clisp.org>
13721
13722         * lib/progname.c (program_name): Initialize.
13723         Needed when linking statically on MacOS X.
13724
13725 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13726
13727         Sync from coreutils.
13728         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
13729         (Depends-on): Add c-strtod.
13730         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
13731
13732 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13733
13734         Sync from coreutils.
13735         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
13736
13737         Remove files that are specific to coreutils.
13738         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
13739
13740 2005-01-28  Bruno Haible  <bruno@clisp.org>
13741
13742         * modules/javacomp: New file.
13743         * MODULES.html.sh (Java): Add javacomp.
13744
13745 2005-01-28  Bruno Haible  <bruno@clisp.org>
13746
13747         * m4/javacomp.m4: New file, from GNU gettext.
13748
13749 2005-01-28  Bruno Haible  <bruno@clisp.org>
13750
13751         * lib/javacomp.sh.in: New file, from GNU gettext.
13752         * lib/javacomp.h: New file, from GNU gettext.
13753         * lib/javacomp.c: New file, from GNU gettext.
13754
13755 2005-01-26  Simon Josefsson  <jas@extundo.com>
13756
13757         * lib/gai_strerror.c: Use GPL in header.
13758
13759 2005-01-26  Bruno Haible  <bruno@clisp.org>
13760
13761         * modules/javaexec: New file.
13762         * MODULES.html.sh (Java): Add javaexec.
13763
13764 2005-01-26  Bruno Haible  <bruno@clisp.org>
13765
13766         * m4/javaexec.m4: New file, from GNU gettext.
13767
13768 2005-01-26  Bruno Haible  <bruno@clisp.org>
13769
13770         * lib/javaexec.sh.in: New file, from GNU gettext.
13771         * lib/javaexec.h: New file, from GNU gettext.
13772         * lib/javaexec.c: New file, from GNU gettext.
13773
13774 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13775
13776         * modules/lchown (Depends-on): Remove lchown.h
13777
13778 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13779
13780         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
13781         must be defined if the header file was not found, in order
13782         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
13783
13784 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13785
13786         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
13787         initializers for struct pentry_state.
13788         (__argp_error): Check return value of __asprintf
13789         (__argp_failure): Translate error message
13790
13791         * lib/argp-parse.c: Removed braces around the expansion of N_()
13792
13793 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13794
13795         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
13796         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
13797         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
13798         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
13799         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
13800         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
13801         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
13802         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
13803         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
13804         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
13805         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
13806         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
13807         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
13808         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
13809         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
13810         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
13811         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
13812         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
13813         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
13814         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
13815         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
13816         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
13817         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
13818         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
13819         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
13820         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
13821         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
13822         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
13823         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
13824         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
13825         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
13826         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
13827         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
13828         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
13829         xstrtol.m4, xstrtoumax.m4, yesno.m4:
13830         Use an all-permissive copyright notice, recommended by RMS.
13831
13832 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
13833
13834         * modules/chdir-long (Depends-on): Remove mempcpy.
13835
13836 2005-01-21  Jim Meyering  <jim@meyering.net>
13837
13838         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
13839         same value as for Solaris 9.
13840
13841         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
13842         component length.  This included changing the parameter to be
13843         of type `char *' rather than `char const *'.
13844         * lib/chdir-long.h (chdir_long): Update prototype.
13845
13846         * lib/openat.c (fdopendir, fstatat): New functions.
13847         * lib/openat.h: Include headers required for use of DIR and struct
13848         stat.
13849         [AT_SYMLINK_NOFOLLOW]: Define.
13850         (fdopendir, fstatat): Add prototypes.
13851
13852 2005-01-21  Bruno Haible  <bruno@clisp.org>
13853
13854         * modules/classpath: New file.
13855         * MODULES.html.sh (Java): Add classpath.
13856
13857 2005-01-21  Bruno Haible  <bruno@clisp.org>
13858
13859         * lib/classpath.h: New file, from GNU gettext.
13860         * lib/classpath.c: New file, from GNU gettext.
13861
13862 2005-01-20  Simon Josefsson  <jas@extundo.com>
13863
13864         * modules/version-etc-fsf: New file.
13865
13866 2005-01-20  Simon Josefsson  <jas@extundo.com>
13867
13868         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
13869         * lib/version-etc.c: Remove version_etc_copyright.
13870         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
13871         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
13872
13873 2005-01-20  Simon Josefsson  <jas@extundo.com>
13874
13875         * lib/base64.h (isbase64): Add.
13876
13877         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
13878         using a unsigned prototype, don't inline.
13879         (base64_decode): Use it.
13880
13881 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13882
13883         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
13884         it.
13885
13886 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13887
13888         * lib/save-cwd.c (save_cwd): Remove code to support the case
13889         where fchdir is missing or flaky.
13890
13891 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13892
13893         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
13894
13895 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13896
13897         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
13898         AC_LIBSOURCES now does this.
13899         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
13900         with new ullong_max module.
13901
13902 2005-01-19  Bruno Haible  <bruno@clisp.org>
13903
13904         * modules/sh-quote: New file.
13905         * MODULES.html.sh (Executing programs): Add sh-quote.
13906
13907 2005-01-19  Bruno Haible  <bruno@clisp.org>
13908
13909         * lib/sh-quote.h: New file, from GNU gettext.
13910         * lib/sh-quote.c: New file, from GNU gettext.
13911
13912 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13913
13914         Merge from coreutils.
13915         * m4/ullong_max.m4: New file.
13916         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
13917         (gl_MACROS): Assume localeconv exists.
13918
13919 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13920
13921         Merge changes from coreutils, as described below in several
13922         changelogs dated today.
13923
13924         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
13925         (O_DIRECTORY): Remove; not needed here, since "." must be
13926         a directory.  All uses removed.
13927         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
13928         universal on Suns, and we also need to test for IRIX.
13929         Revamp code to use 'if' rather than '#if'.
13930         Avoid unnecessary comparison of cwd->desc to 0.
13931
13932         * lib/utimens.c (futimens): Robustify the previous patch, by checking
13933         for known valid error numbers rather than observed invalid ones.
13934
13935 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13936
13937         * modules/ullong_max: New file.
13938
13939         * modules/chdir-long, modules/openat: New files.
13940         * modules/save-cwd (Depends-on): Depend on chdir-long.
13941         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
13942
13943 2005-01-18  Jim Meyering  <jim@meyering.net>
13944
13945         Merge from coreutils.
13946         * m4/chdir-long.m4, m4/openat.m4: New files.
13947         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
13948         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
13949         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
13950         is sane and DOES follow symlinks.  Besides, testing 20 different
13951         systems found no broken chown implementations.
13952         Prompted by a change in rsync's copy of this macro.
13953         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
13954
13955         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
13956
13957         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
13958         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
13959         NULL-means-set-to-current-time semantics.
13960         Remove temporary file immediately, rather than waiting
13961         for configure's at-exit trap code to do it.
13962
13963 2005-01-18  Jim Meyering  <jim@meyering.net>
13964
13965         * lib/version-etc.c (version_etc_copyright): Update copyright date.
13966
13967         * lib/utimens.c (futimens): Account for the fact that futimes
13968         can also fail with errno == ENOSYS or errno == ENOENT.
13969         Patch from Dmitry V. Levin.
13970
13971         Change the name of the robust chdir function from chdir to chdir_long.
13972         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
13973         (restore_cwd): Use chdir_long, not chdir.
13974         * lib/chdir-long.c: Renamed from chdir.c.
13975         * lib/chdir-long.h: Renamed from chdir.h.
13976         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
13977         Hurd.
13978
13979 2005-01-18  Bruno Haible  <bruno@clisp.org>
13980
13981         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
13982         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
13983         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
13984         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
13985         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
13986         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
13987         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
13988         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
13989         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
13990         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
13991         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
13992         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
13993         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
13994         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
13995         Use an all-permissive copyright notice, recommended by RMS.
13996
13997 2005-01-18  Bob Proulx  <bob@proulx.com>
13998
13999         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14000         simplify offsetof() macro construct to avoid compile failure with
14001         native HP-UX 11.0 ANSI C compiler.
14002
14003 2005-01-17  Bruno Haible  <bruno@clisp.org>
14004
14005         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14006         redundant because stpncpy.m4 takes care of it.
14007
14008 2005-01-17  Bruno Haible  <bruno@clisp.org>
14009
14010         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14011
14012 2005-01-17  Bruno Haible  <bruno@clisp.org>
14013
14014         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14015         used.
14016
14017 2005-01-17  Bruno Haible  <bruno@clisp.org>
14018
14019         * lib/fwriteerror.h (fwriteerror): Change specification to include
14020         fclose.
14021         * lib/fwriteerror.c: Include <stdbool.h>.
14022         (fwriteerror): At the end, close the file stream. Record whether
14023         stdout was already closed.
14024
14025 2005-01-17  Bruno Haible  <bruno@clisp.org>
14026
14027         * lib/execute.c (environ): Declare if needed.
14028         * lib/pipe.c (environ): Likewise.
14029         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14030
14031 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14032
14033         * modules/argp: Depend on vsnprintf
14034
14035 2005-01-10  Jim Meyering  <jim@meyering.net>
14036
14037         * modules/closeout (Depends-on): Add atexit.
14038
14039 2005-01-06  Bruno Haible  <bruno@clisp.org>
14040
14041         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14042
14043 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14044
14045         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14046         definitions to be after all include files, to avoid collisions.
14047         Problem reported by Bob Proulx.
14048
14049 2005-01-04  Jim Meyering  <jim@meyering.net>
14050
14051         Changes imported from coreutils.
14052         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14053         as the mkstemp template, use a temporary directory and an
14054         8.3-friendly template to avoid trouble on systems like DJGPP.
14055         Reported by Juan M. Guerrero via Stepan Kasal.
14056         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14057         close. Remove the temporary directory right away, rather than waiting
14058         for configure's at-exit trap code to do it.
14059         Suggestion from Stepan Kasal.
14060
14061 2005-01-01  Simon Josefsson  <jas@extundo.com>
14062
14063         * gnulib-tool: Print #include directives when --import'ing.
14064
14065 2004-12-28  Simon Josefsson  <jas@extundo.com>
14066
14067         * tests/test-base64.c: Include required header files.  Remove
14068         unused variables.
14069
14070 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14071
14072         * modules/error (Depends-on): Remove gettext.
14073
14074 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14075
14076         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14077         not needed.  This removes a dependency on the gettext module.
14078         [defined _LIBC]: Do not include <libintl.h>; not needed.
14079
14080 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14081
14082         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14083         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14084
14085 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14086
14087         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14088         HAVE_DECL_STRTOLD.
14089
14090 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14091
14092         * modules/getdate (Depends-on): Remove alloca-opt.
14093
14094 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14095
14096         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14097
14098 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14099
14100         * lib/argp-parse.c: Include <stddef.h>.
14101         (alignof, alignto): New macros.
14102         (parser_init): Don't assume that void * is aligned sufficiently
14103         for struct option.
14104
14105         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
14106         need to extend the stack.
14107         (YYINITDEPTH): New macro, so that the initial stack isn't overly
14108         large.
14109
14110 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14111
14112         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
14113
14114 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
14117         (2004-10-24) change.  Apparently this was a false alarm.
14118
14119         * modules/getdate: Depend on alloca-opt, not alloca.
14120
14121 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14122
14123         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
14124         Remove now-obsolete comment about AIX.
14125         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
14126         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
14127         (YYMAXDEPTH): New macro.
14128
14129 2004-12-18  Simon Josefsson  <jas@extundo.com>
14130
14131         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
14132
14133 2004-12-18  Bruno Haible  <bruno@clisp.org>
14134
14135         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
14136
14137 2004-12-18  Bruno Haible  <bruno@clisp.org>
14138
14139         * lib/fatal-signal.c (fatal_signals): Make non-const.
14140         (init_fatal_signals): New function.
14141         (uninstall_handlers, install_handlers): Ignore signals that were set to
14142         SIG_IGN.
14143         (at_fatal_signal): Call init_fatal_signals.
14144         (init_fatal_signal_set): Likewise. Ignore signals that were set to
14145         SIG_IGN.
14146         Reported by Paul Eggert.
14147
14148 2004-12-18  Bruno Haible  <bruno@clisp.org>
14149
14150         * doc/alloca.texi: New file.
14151         * doc/alloca-opt.texi: New file.
14152
14153 2004-12-17  Jim Meyering  <jim@meyering.net>
14154
14155         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
14156         Otherwise, install-sh could exit with improper exit status when
14157         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
14158
14159 2004-12-16  Simon Josefsson  <jas@extundo.com>
14160
14161         * tests/test-base64.c: Add license.
14162
14163 2004-12-15  Stepan Kasal  <address@hidden>
14164
14165         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
14166
14167 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
14168
14169         * modules/getcwd (Files): Add m4/d-ino.m4.
14170         Suggested by Mark D. Baushke.
14171
14172 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14173
14174         * lib/getdate.y (textint): New member "negative".
14175         (time_zone_hhmm): New function.
14176         Expect 14 shift-reduce conflicts, not 13.
14177         (o_colon_minutes): New rule.
14178         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
14179         (yylex): Set the "negative" member of signed numbers.
14180
14181 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14182
14183         * doc/getdate.texi (Time of day items, Time zone items):
14184         Describe new formats +00:00, UTC+00:00.
14185
14186 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14187
14188         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
14189         spurious "-l"s.  Problem reported by Stepan Kasal.
14190
14191 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
14192
14193         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
14194         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
14195
14196 2004-12-04  Simon Josefsson  <jas@extundo.com>
14197
14198         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
14199         Vandoorselaere <yoann@prelude-ids.org>.
14200
14201 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14202
14203         Changes imported from coreutils.
14204         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
14205         exist.
14206         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
14207
14208 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14209
14210         Changes imported from coreutils.
14211         * lib/hard-locale.c: Assume <locale.h> exists.
14212         Include "strdup.h".
14213         (GLIBC_VERSION): New macro.
14214         (hard_locale): Assume setlocale exists.
14215         Rewrite to avoid #ifdef.
14216         Use strdup rather than malloc + strcpy.
14217         * lib/human.c: Assume <locale.h> exists.
14218         (human_readable): Assume localeconv exists.
14219
14220 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14221
14222         * modules/hard-locale (Depends-on): Add strdup.
14223
14224 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14225
14226         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
14227         convert T2, not T.  (Imported from libc.)
14228
14229 2004-11-30  Simon Josefsson  <jas@extundo.com>
14230
14231         * modules/restrict (License): Change to LGPL.
14232
14233 2004-11-30  Simon Josefsson  <jas@extundo.com>
14234
14235         * m4/restrict.m4: Add copyright and copying conditions.
14236
14237 2004-11-30  Simon Josefsson  <jas@extundo.com>
14238
14239         * m4/base64.m4: New file.
14240
14241 2004-11-30  Simon Josefsson  <jas@extundo.com>
14242
14243         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
14244         base64.
14245
14246         * tests/test-base64.c: New file.
14247
14248         * modules/base64: New file.
14249
14250 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14251
14252         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
14253         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
14254
14255         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
14256
14257 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14258
14259         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
14260         (__getcwd.c): Don't restore errno; glibc doesn't.
14261         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
14262         first, falling back to our code only if its results look suspicious.
14263         Ensure that the resulting buffer is only as large as necessary.
14264
14265         * lib/readutmp.c: Include readutmp.h first.
14266         Include <errno.h>, since readutmp.h no longer does that.
14267         * lib/readutmp.h: Don't include <errno.h>,
14268         <sys/param.h>, <time.h>; not needed to establish interface.
14269         (errno): Remove decl.
14270         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
14271         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
14272         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
14273
14274 2004-11-28  Simon Josefsson  <jas@extundo.com>
14275
14276         * lib/base64.h, base64.c: New file.
14277
14278 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14279
14280         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
14281
14282 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14283
14284         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
14285         (Depends-on): Remove pathmax, same.  Add mempcpy.
14286         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
14287         (Makefile.am): Append getcwd.h to lib_SOURCES.
14288         (Include): Add getcwd.h.
14289         (Maintainer): Change from Jim Meyering to "all, glibc",
14290         since getdate now uses intended-for-glibc code.
14291         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
14292         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
14293
14294 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14295
14296         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
14297         HP's ANSI C compiler.
14298         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
14299         Declaring int functions causes warnings on some modern systems and
14300         shouldn't be needed to compile on ancient ones.
14301         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
14302         defined.
14303
14304         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
14305         with the following changes.
14306         (__set_errno): Parenthesize properly.
14307         Include <stdbool.h>.
14308         (MIN, MAX, MATCHING_INO): New macros.
14309         (__getcwd): Define with prototype, not K&R form.
14310         Use heuristics to allocate default buffer on stack if possible.
14311         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
14312         behavior, and to avoid the PATH_MAX limit when computing
14313         ../../../../...
14314         Use MATCHING_INO to compare inode number to file.
14315         Check for arithmetic overflow in size calculations.
14316         Fix bug in reallocation of dot array that caused getcwd to fail
14317         on directories nested deeper than 75.
14318         Be more careful about saving errno on error.
14319         Do not use realloc; use only free+malloc, as this is a bit
14320         more flexible and avoids a needless copy operation.
14321         Do not inspect st_dev and st_ino for symbolic links; POSIX
14322         doesn't specify the latter.
14323         Check for closedir errors.
14324         Avoid needless casts.
14325         Use "#ifdef weak_alias" around weak_alias, to be like other
14326         glibc code.
14327         The following changes to getcwd.c have effect only when used in
14328         gnulib; they have no effect inside glibc proper.
14329         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
14330         as alloca isn't used.
14331         (alloca, __alloca): Likewise.
14332         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
14333         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
14334         unconditionally, as gnulib assumes C89 or better.
14335         Do not include <sys/param.h>.
14336         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
14337         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
14338         better.
14339         (NULL) [!defined NULL]: Remove; we assume C89 or better.
14340         Include <dirent.h> in a way that is compatible with modern Autoconf.
14341         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
14342         New macros, if not already defined.
14343         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
14344         Use "_LIBC", not "defined _LIBC", for consistency.
14345         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
14346         a mempcpy module.
14347         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
14348         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
14349         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
14350         credit only to Jim Meyering and adjust the copyright dates.
14351         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
14352         <stdlib.h>, <unistd.h>, "pathmax.h".
14353         Instead, include "xgetcwd.h" (first) and "getcwd.h".
14354         (INITIAL_BUFFER_SIZE): Remove.
14355         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
14356
14357 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14358
14359         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
14360         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
14361         Use the _ONCE methods, for efficiency.
14362         Check for fcntl.h.  In test program, include <errno.h>
14363         and <fcntl.h> if available.  Remove old K&R cruft from
14364         test program.  Check for common errors in GNU/Linux,
14365         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
14366         don't do AC_LIBOBJ, as that's getcwd.m4's job.
14367         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
14368         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
14369         name accordingly.
14370         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
14371         accommodate new getcwd.c.
14372         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
14373         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
14374         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
14375         that's all we need now.
14376
14377 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14378
14379         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
14380         argp-parse.c depends on getopt internals, that means we should
14381         always use our getopt, to be on the safe side.
14382         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
14383         order not to spoil the result of an eventual previous invocation
14384         of gl_GETOPT_SUBSTITUTE.
14385
14386 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14387
14388         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
14389         redefinition warnings. To avoid them, include the defines
14390         in `#if !defined __need_getopt ... #endif'. The only place
14391         where __getopt_argv_const is used is in definitions
14392         of getopt_long and getopt_long_only below, which are as well
14393         protected by `#ifndef __need_getopt'.
14394         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
14395         __need_getopt after including <stdio.h> and <unistd.h> These
14396         headers might have defined it.
14397
14398 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14399
14400         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
14401
14402 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14403
14404         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
14405         (futimens): New function, which uses futimes if available.
14406         (futimens, utimens): Support timespec==NULL, with same semantics
14407         as utime and utimens.
14408         * lib/utimens.h (futimens): New decl.
14409
14410 2004-11-23  Jim Meyering  <jim@meyering.net>
14411
14412         * lib/getopt_.h: Remove trailing blanks.
14413
14414 2004-11-23  Jim Meyering  <jim@meyering.net>
14415
14416         * lib/__fpending.c: Add comment.
14417
14418 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
14419
14420         * modules/canonicalize (Depends-on): Add xreadlink.
14421         Problem reported by James Youngman.
14422
14423 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14424
14425         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
14426         New macros.
14427         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
14428         optopt): Use them instead of invoking ## directly; otherwise, the
14429         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
14430
14431 2004-11-19  Bruno Haible  <bruno@clisp.org>
14432
14433         * lib/strtok_r.c: Move comments from here...
14434         * lib/strtok_r.h: ... to here.
14435
14436 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14437
14438         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
14439         implementations that mishandle size_t overflow.
14440
14441 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14442
14443         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
14444         might fail.  Problem reported by Yoann Vandoorselaere.
14445         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
14446         implementations that mishandle size_t overflow.
14447
14448 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14449
14450         * modules/canon-host (Depends-on): Add strdup.
14451
14452 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14453
14454         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
14455
14456 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14457
14458         * lib/canon-host.c: Include "strdup.h".
14459         (canon_host): Use getaddrinfo if available, so that IPv6 works.
14460         Use strdup instead of malloc/strcpy to duplicate strings.
14461
14462         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
14463         (human_space_before_unit): New constant.
14464         * lib/human.c (human_readable): Support it.
14465
14466         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
14467         (xgetcwd): Set errno correctly when failing.
14468         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
14469         the failure is actually due to a PATH_MAX problem.
14470
14471         Further getopt changes to make it more likely that glibc will
14472         buy the changes back.
14473         * lib/getopt.c (POSIXLY_CORRECT): New constant.
14474         (getopt): Use it, so to preserve glibc semantic
14475         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
14476         when compiling for libc.
14477         * lib/getopt_.h (__getopt_argv_const): Bring it back.
14478         (getopt_long, getopt_long_only): Use it.
14479
14480         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14481         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
14482         (getopt): Argv is now char * const *, as per standard.
14483         (_getopt_internal_r, _getopt_internal): Argv is now char **,
14484         not char *__getopt_argv_const *.
14485         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14486         _getopt_long_only_r): Likewise.
14487         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
14488         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14489         _getopt_long_r, _getopt_long_only_r): Likewise.
14490         * lib/getopt_.h (__getopt_argv_const): Remove.
14491         (getopt): Argv is now char * const *, as per standard.
14492
14493         * lib/getdate.y (tORDINAL): New token.
14494         (day, relunit): Allow it for relative times.
14495         (relative_time_table): Use tORDINAL for ordinals.
14496
14497 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14498
14499         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
14500         Document that "second" isn't allowed as an ordinal number.
14501
14502 2004-11-16  Jim Meyering  <jim@meyering.net>
14503
14504         * modules/closeout (Depends-on): Add fpending.
14505
14506 2004-11-15  Jim Meyering  <jim@meyering.net>
14507
14508         * lib/closeout.c: Include "__fpending.h" once again.
14509         Include <stdbool.h>.
14510         (close_stdout): Don't fail just because stdout was closed initially,
14511         since some programs don't write to stdout in the normal course of
14512         operation (other than --version and --help), and we don't want this
14513         function to make e.g. `touch file >&-' fail.
14514         But do fail if it was closed and someone has tried to write to it.
14515         E.g., `printf foo >&-' must fail.
14516
14517 2004-11-13  Jim Meyering  <jim@meyering.net>
14518
14519         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
14520
14521 2004-11-12  Simon Josefsson  <jas@extundo.com>
14522
14523         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
14524         small doc fix is still pending.
14525
14526 2004-11-11  Simon Josefsson  <jas@extundo.com>
14527
14528         * modules/strtok_r: New file.
14529
14530         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14531         strtok_r.
14532
14533 2004-11-11  Simon Josefsson  <jas@extundo.com>
14534
14535         * m4/strtok_r.m4: New file.
14536
14537         * m4/getopt.m4: Replace opterr.
14538
14539 2004-11-11  Simon Josefsson  <jas@extundo.com>
14540
14541         * lib/strtok_r.h, strtok_r.c: New file.
14542
14543 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14544
14545         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
14546         of replacing opterr, getopt, etc.  This should handle the
14547         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
14548
14549 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14550
14551         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
14552         we can stop lying to compilers about the constness of argv when we
14553         are compiled outside glibc.
14554         (getopt, getopt_long, getopt_long_only): Use it.
14555         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14556         _getopt_internal, getopt): Likewise.
14557         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14558         _getopt_long_only_r): Likewise.
14559         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14560         _getopt_long_r, _getopt_long_only_r): Likewise.
14561
14562         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
14563         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
14564         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
14565         the other external symbols.
14566         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
14567         declaration, since the above renaming now works around collisions.
14568
14569 2004-11-11  Jim Meyering  <jim@meyering.net>
14570
14571         * lib/linebreak.c: Remove trailing blanks.
14572         * lib/alloca_.h: Likewise.
14573         * lib/acosl.c: Likewise.
14574         * lib/euidaccess.c: Likewise.
14575         * lib/allocsa.h: Likewise.
14576
14577 2004-11-10  Simon Josefsson  <jas@extundo.com>
14578
14579         * m4/getaddrinfo.m4: New file.
14580
14581 2004-11-10  Simon Josefsson  <jas@extundo.com>
14582
14583         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
14584
14585 2004-11-10  Simon Josefsson  <jas@extundo.com>
14586
14587         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14588         getaddrinfo.
14589
14590         * modules/getaddrinfo: New file.
14591
14592 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14593
14594         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
14595
14596 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14597
14598         * lib/mktime.c (SHR): New macro, which is a portable
14599         substitute for >> that should work even on Crays.
14600         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
14601         Problem reported by Mark D. Baushke in
14602         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
14603         * lib/getdate.y (SHR): Likewise.
14604         (tm_diff): Use it.
14605         * lib/strftime.c (SHR): Likewise.
14606         (tm_diff): Use it.
14607         * lib/quotearg.c (struct quoting_options): Use unsigned int for
14608         quote_these_too, so that right shifts are well defined.  All uses
14609         changed.
14610
14611 2004-11-10  Jim Meyering  <jim@meyering.net>
14612
14613         Ensure that no close failure goes unreported.
14614         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
14615         return early when it seems there's nothing to flush.
14616         Don't include __fpending.h.
14617
14618 2004-11-10  Jim Meyering  <jim@meyering.net>
14619
14620         * modules/closeout (Depends-on): Remove fpending.
14621
14622 2004-11-10  Jim Meyering  <jim@meyering.net>
14623
14624         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
14625
14626 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14627
14628         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
14629         gl_FUNC_STRFTIME.
14630         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
14631         and AC_REQUIRE when possible, to avoid duplicate checks.
14632         Check for <wchar.h>.
14633
14634 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14635
14636         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
14637
14638 2004-11-09  Bruno Haible  <bruno@clisp.org>
14639
14640         * m4/sockpfaf.m4: New file.
14641
14642 2004-11-05  Bruno Haible  <bruno@clisp.org>
14643
14644         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
14645         Reported by Mark D. Baushke <mdb@cvshome.org>.
14646
14647 2004-11-04  Bruno Haible  <bruno@clisp.org>
14648
14649         2004-09-11  Bruno Haible  <bruno@clisp.org>
14650                 * allocsa.valgrind: New file.
14651         2004-02-06  Bruno Haible  <bruno@clisp.org>
14652                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
14653                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
14654                 Reported by Christopher Seip <chris.seip@hp.com>.
14655
14656 2004-11-04  Bruno Haible  <bruno@clisp.org>
14657
14658         * modules/allocsa (Files): Add lib/allocsa.valgrind.
14659         (Makefile.am): Distribute it.
14660
14661 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
14662
14663         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
14664         with errno == ERANGE if the buffer is too small.
14665         Problem reported by Mark D. Baushke.
14666
14667 2004-11-03  Albert Chin  <china@thewrittenword.com>
14668             Paul Eggert  <eggert@cs.ucla.edu>
14669
14670         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
14671         equivalent, substitute $ac_type for equivalent type rather than
14672         blindly using uint32_t *always* which won't work if uint32_t is not
14673         available.  Define _UINT32_T to work around typedef of uint32_t if
14674         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
14675         2.5.1.
14676
14677 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14678
14679         * m4/jm-macros.m4: Sync from coreutils.
14680         (gl_MACROS): Check for mbrlen, for pathchk.
14681         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
14682
14683 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14684
14685         * lib/xreadlink.c (MAXSIZE): New macro.
14686         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
14687         size does not exceed MAXSIZE.  Avoid cast.
14688         As suggested by Mark D. Baushke in
14689         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
14690         if readlink fails with buffer size just under MAXSIZE, try again
14691         with MAXSIZE.
14692
14693 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14694
14695         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
14696
14697 2004-11-02  Derek R. Price  <derek@ximbiot.com>
14698         and  Paul Eggert  <eggert@cs.ucla.edu>
14699
14700         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
14701         (get_date): Overparenthesize to avoid GCC warning.
14702
14703 2004-11-02  Bruno Haible  <bruno@clisp.org>
14704
14705         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
14706         returns void.
14707
14708 2004-11-02  Bruno Haible  <bruno@clisp.org>
14709
14710         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
14711         function returns void.
14712
14713 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14714
14715         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
14716         fflush_unlocked, flockfile, funlockfile, funlockfile,
14717         fputs_unlocked, putc_unlocked.
14718
14719 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14720
14721         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14722         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
14723         already declared.
14724
14725 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14726
14727         * modules/getdate (Files): Add doc/getdate.texi.
14728         (Depends-on): Add setenv, xalloc.
14729
14730 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14731
14732         * lib/getdate.y: Add support for TZ="foo" within a date string.
14733         Fix some bugs near time_t boundaries.  Reject dates with
14734         out-of-range components, e.g., "Sept 31".
14735         Include <stdlib.h>, "setenv.h", "xalloc.h".
14736         (ISDIGIT_LOCALE): Remove; unused.
14737         Note that the TZ and time functions used here are not reentrant.
14738         (mktime_ok, get_tz): New functions.
14739         (TZBUFSIZE): New constant.
14740         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
14741         This requires that we sometimes generate our own TZ="XXX..." setting.
14742
14743 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14744
14745         * doc/getdate.texi: New file, from coreutils with modifications for
14746         the new TZ parsing.
14747
14748 2004-10-27  Derek R. Price  <derek@ximbiot.com>
14749
14750         * lib/mktime.c (not_equal_tm): Remove redundant check.
14751
14752 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14753
14754         * modules/regex (lib_SOURCES): Add regex.c.
14755         Reported by James Youngman in
14756         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
14757
14758 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14759
14760         * lib/getdate.y: Use Bison 1.875 features, and some minor
14761         code cleanups.  This change does not affect semantics.
14762         Don't include <stdlib.h>; no longer needed.
14763         Don't include unlocked-io.h; only the "#if TEST" code uses
14764         stdio, and performance isn't crucial there.
14765         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
14766         Bison 1.875 features as described below.
14767         All uses of "PC." replaced by "pc->".
14768         (YYSTYPE): Add a forward declaration.
14769         (yylex, yyerror): Use full prototypes in forward decls.
14770         Use "%pure-parser" rather than obsolescent "%pure_parser".
14771         Use %parse-param and %lex-param instead of obsolescent
14772         YYPARSE_PARAM and YYLEX_PARAM.
14773         (meridian_table, month_and_day_table, time_units_table,
14774         relative_time_table, time_zone_table, military_table,
14775         lookup_zone, lookup_word, get_date):
14776         Use NULL instead of 0 where appropriate.
14777         (to_hour): Avoid abort (), to avoid a dependency on
14778         stdlib.h.
14779         (yyerror, yylex): Now accepts parser_control * arg.
14780         (main) [TEST]: Use '\0' rather than 0 for char.
14781
14782 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14783
14784         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
14785
14786 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14787
14788         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
14789         It's now the caller's responsibility to handle the case where
14790         !HAVE_GETPAGESIZE && !defined getpagesize.
14791
14792         * lib/mktime.c (leapyear): Arg is long int, not int.
14793
14794 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
14795
14796         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
14797
14798 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14799
14800         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
14801         missing.  Problem reported by James Youngman.
14802
14803 2004-10-16  Simon Josefsson  <jas@extundo.com>
14804
14805         * gnulib-tool: Fix comments.  Fix parse problem.
14806         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
14807
14808 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
14809
14810         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
14811         implementation of getopt_long.  Problem reported by Alexander Taler in:
14812         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
14813
14814 2004-10-15  Bruno Haible  <bruno@clisp.org>
14815
14816         * gnulib-tool: Untabify. Initialize supplied_libname.
14817         (func_usage): More homogenous output.
14818         (func_modules_transitive_closure, func_modules_to_filelist,
14819         func_emit_lib_Makefile_am): New functions.
14820         (func_import): New function, extracted from big case statement. Use
14821         func_get_license, func_modules_transitive_closure,
14822         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
14823         opt_lgpl. Don't use test -a, as it's not portable.
14824         (func_create_testdir): Use func_modules_transitive_closure,
14825         func_modules_to_filelist, func_emit_lib_Makefile_am.
14826
14827 2004-10-15  Bruno Haible  <bruno@clisp.org>
14828
14829         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
14830
14831 2004-10-15  Bruno Haible  <bruno@clisp.org>
14832
14833         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
14834         the portions belonging to each module.
14835         Suggested by Derek Robert Price <derek@ximbiot.com>.
14836
14837 2004-10-12  Simon Josefsson  <jas@extundo.com>
14838
14839         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14840         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
14841         to real functions.
14842
14843 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14844
14845         * modules/vsnprintf: New file.
14846
14847 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14848
14849         * m4/vsnprintf.m4: New file.
14850
14851 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14852
14853         * lib/vsnprintf.h: New file.
14854         * lib/vsnprintf.c: New file.
14855
14856 2004-10-11  Bruno Haible  <bruno@clisp.org>
14857
14858         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
14859         vsnprintf.
14860
14861 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14862
14863         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
14864
14865 2004-10-07  Bruno Haible  <bruno@clisp.org>
14866
14867         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
14868         fits into the provided buffer.
14869
14870 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14871
14872         * lib/diacrit.c, diacrit.h: Add GPL notice.
14873
14874         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
14875         notice.
14876         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
14877         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
14878         This avoids a potential constant-folding bug.
14879
14880 2004-10-05  Bruno Haible  <bruno@clisp.org>
14881
14882         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
14883         for the declaration of strsep.
14884
14885 2004-10-05  Bruno Haible  <bruno@clisp.org>
14886
14887         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
14888
14889 2004-10-04  Simon Josefsson  <jas@extundo.com>
14890
14891         * modules/memmem: New file.
14892         * tests/test-memmem.c: New file.
14893         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
14894
14895 2004-10-04  Simon Josefsson  <jas@extundo.com>
14896
14897         * m4/memmem.m4: New file.
14898
14899 2004-10-04  Simon Josefsson  <jas@extundo.com>
14900
14901         * lib/memmem.h: New file.
14902         * lib/memmem.c: New file, taken from glibc.
14903
14904 2004-10-04  Simon Josefsson  <jas@extundo.com>
14905
14906         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
14907         '#ifdef USE_UNLOCKED_IO'.
14908
14909 2004-10-04  Simon Josefsson  <jas@extundo.com>
14910
14911         * config/srclist.txt: Add memmem from glibc.
14912
14913 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14914
14915         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
14916
14917         * modules/argmatch, modules/argp, modules/closeout, modules/error,
14918         modules/exclude, modules/getdate, modules/getline,
14919         modules/getndelim2, modules/getpass, modules/getpass-gnu,
14920         modules/getusershell, modules/linebuffer, modules/md5,
14921         modules/mountlist, modules/posixtm, modules/readtokens,
14922         modules/readutmp, modules/regex, modules/sha1,
14923         modules/version-etc, modules/yesno:
14924         Remove dependency on unlocked-io.
14925
14926 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14927
14928         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
14929
14930         * m4/unlocked-io.m4: Add copyright notice.
14931         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
14932
14933 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14934
14935         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
14936         * lib/xmalloc.c (xmemdup): Likewise.
14937         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
14938         XFREE): Remove these long-obsolescent macros.
14939         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
14940         * lib/xstrdup.c: Remove.
14941
14942         * lib/regex.c (re_comp): Cast gettext return value to char *,
14943         Problem reported by Martin Neitzel via Mark D. Baushke.
14944
14945 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14946
14947         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
14948         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
14949         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
14950         regex.c, sha1.c, version-etc.c, yesno.c:
14951         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
14952         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
14953         the includer's responsibility.
14954
14955         Sync from coreutils.
14956
14957         * lib/modechange.c (mode_compile): Don't decrement a pointer that
14958         points to the start of a string, as the C Standard says the
14959         resulting behavior is undefined.
14960
14961         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
14962         simple -> simple_backups, numbered_existing ->
14963         numbered_existing_backups, numbered -> numbered_backups
14964         to avoid shadowing problems.  All uses changed.
14965         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
14966         * lib/backupfile.c (check_extension, numbered_backup):
14967         Rename locals to avoid shadowing 'basename'.
14968         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
14969         once.
14970
14971         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
14972         * lib/.cvsignore: Add getopt.h.
14973
14974 2004-10-04  Bruno Haible  <bruno@clisp.org>
14975
14976         * modules/README: New file.
14977         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
14978         not a module.
14979
14980 2004-10-02  Jim Meyering  <jim@meyering.net>
14981
14982         * lib/dirfd.h, getpagesize.h: Add copyright notice.
14983
14984 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14985
14986         * modules/strsep: New file.
14987
14988 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14989
14990         * m4/strsep.m4: New file.
14991
14992 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14993
14994         * lib/strsep.h: New file.
14995         * lib/strsep.c: New file.
14996
14997 2004-10-01  Simon Josefsson  <jas@extundo.com>
14998
14999         * lib/snprintf.c (snprintf): Handle size==0.
15000
15001 2004-10-01  Simon Josefsson  <jas@extundo.com>
15002             Bruno Haible  <bruno@clisp.org>
15003
15004         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15005         (snprintf): Declare 'args'.
15006
15007 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15008
15009         * lib/snprintf.c: Remove comments as to why each header is needed.
15010
15011 2004-10-01  Bruno Haible  <bruno@clisp.org>
15012
15013         * MODULES.html.sh: Add strsep.
15014
15015 2004-09-30  Simon Josefsson  <jas@extundo.com>
15016
15017         * modules/snprintf: New file.
15018
15019 2004-09-30  Simon Josefsson  <jas@extundo.com>
15020
15021         * m4/snprintf.m4: New file.
15022
15023 2004-09-30  Simon Josefsson  <jas@extundo.com>
15024
15025         * lib/snprintf.h, lib/snprintf.c: New files.
15026
15027 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15028
15029         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15030         (hol_entry_help): Never translate an empty string.
15031         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15032         * lib/argp.h (OPTION_NO_TRANS): New option.
15033
15034 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15035
15036         * modules/argp (Maintainer): Replace Simon Josefsson
15037         by Sergey Poznyakoff.
15038
15039 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15040
15041         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15042         changes merged back into glibc.
15043
15044 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15045
15046         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15047
15048 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15049
15050         * lib/xvasprintf.c: Include xalloc.h.
15051         (xvasprintf): Use xalloc_die, not xmalloc_die.
15052
15053 2004-09-29  Bruno Haible  <bruno@clisp.org>
15054
15055         * modules/alloca-opt: New file, derived from modules/alloca.
15056         * modules/allocsa: Depend on alloca-opt instead of alloca.
15057         * modules/setenv: Likewise.
15058         * modules/vasnprintf: Likewise.
15059         * MODULES.html.sh: Add alloca-opt.
15060
15061 2004-09-28  Simon Josefsson  <jas@extundo.com>
15062
15063         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15064         LGPL, and to replace license template from GPL to LGPL.
15065
15066 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15067
15068         * modules/dummy: Change license to LGPL.
15069
15070 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15071
15072         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15073
15074 2004-09-24  Simon Josefsson  <jas@extundo.com>
15075
15076         * modules/minmax (License): Change from GPL to LGPL.
15077
15078 2004-09-23  Simon Josefsson  <jas@extundo.com>
15079
15080         * gnulib-tool (--import): Typo.
15081
15082 2004-09-23  Simon Josefsson  <jas@extundo.com>
15083
15084         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15085
15086 2004-09-22  Bruno Haible  <bruno@clisp.org>
15087
15088         * modules/*: Add 'License' field.
15089         * gnulib-tool: Accept --extract-license option.
15090         (func_get_license): New function.
15091
15092 2004-09-21  Bruno Haible  <bruno@clisp.org>
15093
15094         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15095         Reported by Simon Josefsson.
15096
15097 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15098
15099         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
15100         gl_AC_TYPE_LONG_LONG.
15101
15102 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15103
15104         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
15105
15106 2004-09-18  Simon Josefsson  <jas@extundo.com>
15107         and  Paul Eggert  <eggert@cs.ucla.edu>
15108
15109         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
15110         calls with autoreconf.  Define GL_LIB.
15111
15112 2004-09-14  Karl Berry  <karl@gnu.org>
15113
15114         * config/srclist.txt: unsync setenv.c, sigh.
15115
15116 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15117
15118         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
15119         Problem reported by Bruno Haible in:
15120         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
15121
15122 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15123
15124         * config/srclist.txt: Comment out argp-pvh.c.
15125
15126 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
15127
15128         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
15129         in case some system header has #define'd it.  Problem reported by
15130         Soeren D. Schulze in
15131         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
15132
15133 2004-09-09  Karl Berry  <karl@gnu.org>
15134
15135         * regex.[ch]: delete from the root.  These were supposed to be
15136                 synced with emacs cvs, but this has not happened for about
15137                 a year, and anyway nothing else uses emacs regex.[ch].
15138                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
15139                 lib/regex[.ch] is untouched.
15140
15141 2004-09-09  Bruno Haible  <bruno@clisp.org>
15142
15143         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
15144
15145 2004-09-09  Bruno Haible  <bruno@clisp.org>
15146
15147         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
15148         modifications.
15149         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
15150
15151 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15152
15153         * modules/xvasprintf: New file.
15154         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
15155
15156 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15157
15158         * lib/xvasprintf.h: New file.
15159         * lib/xvasprintf.c: New file.
15160         * lib/xasprintf.c: New file.
15161
15162 2004-09-08  Bruno Haible  <bruno@clisp.org>
15163
15164         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
15165
15166 2004-09-08  Bruno Haible  <bruno@clisp.org>
15167
15168         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
15169         length is > INT_MAX.
15170         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
15171         more.
15172
15173 2004-09-08  Bruno Haible  <bruno@clisp.org>
15174
15175         * lib/stdint_.h: New file, taken from GNU clisp.
15176
15177 2004-09-08  Bruno Haible  <bruno@clisp.org>
15178             Oskar Liljeblad  <oskar@osk.mine.nu>
15179
15180         * modules/stdint: New file.
15181         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
15182
15183 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15184
15185         Import from coreutils.
15186         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
15187         strings on unbounded length.  alloca's performance benefits aren't
15188         that important here.
15189         (V_STRDUP): Remove.
15190         (parse_with_separator): New function, with most of the internals
15191         of the old parse_user_spec.  Allow user to omit both user and group,
15192         for compatibility with FreeBSD.
15193         Clone only the user name, not the entire spec.
15194         Do not set *uid, *gid unless entirely successful.
15195         Avoid memory leak in some failing cases.
15196         Fix regression for USER.GROUP reported by Dmitry V. Levin in
15197         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
15198         (parse_user_spec): Rewrite to use parse_with_separator.
15199
15200 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15201
15202         * modules/userspec: Don't depend on alloca.
15203
15204 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15205
15206         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
15207
15208 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15209
15210         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
15211         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
15212         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
15213
15214 2004-08-16  Simon Josefsson  <jas@extundo.com>
15215
15216         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
15217         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
15218         Add --dry-run for --import.
15219         Let user provided command line parameters override configure.ac
15220         settings.
15221
15222 2004-08-12  Simon Josefsson  <jas@extundo.com>
15223
15224         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
15225         as discussed with Paul Eggert in threads rooted at
15226         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
15227         and
15228         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
15229         Before, the test was empty, and relied on ELIDE_CODE in source
15230         code.)
15231         (gl_PREREQ_GETOPT): New macro.
15232         (gl_GETOPT): Use them.
15233
15234 2004-08-12  Simon Josefsson  <jas@extundo.com>
15235
15236         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
15237         * lib/getopt_.h: Renamed from getopt.h.
15238
15239 2004-08-12  Simon Josefsson  <jas@extundo.com>
15240
15241         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
15242         Change default library name from libfoo to libgnu.
15243         Now, if you have a configure.ac that says:
15244                 gl_SOURCE_BASE(gl)
15245                 gl_M4_BASE(gl/m4)
15246                 gl_MODULES(error getopt etcetera)
15247                 gl_INIT
15248         you can import all you need by running:
15249                 ../gnulib/gnulib-tool --import
15250
15251         * modules/getopt (Files): Rename getopt.h to getopt_.h.
15252         (Makefile.am): Rewrite, use logic from argz.
15253         (Include): Use <getopt.h> instead of "getopt.h".
15254
15255 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15256
15257         * modules/argp (Files): Add m4/unlocked-io.m4.
15258         (Depends-on): Add extensions.
15259
15260 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15261
15262         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
15263         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
15264         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
15265         Check for program_invocation_name, program_invocation_short_name,
15266         flockfile, funlockfile, features.h, _getopt_long_only_r.
15267
15268 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15269
15270         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
15271         its complicated substitute.
15272         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
15273         and program_invocation_name.
15274         (__argp_basename) [!_LIBC]: Remove; the only use was
15275         replaced by its body.
15276         (__argp_short_program_name): Change condition from
15277         !defined __argp_short_program_name to
15278         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
15279         to match argp-namefrob.h.
15280         (__argp_failure): Don't assume strerror_r returns char *.
15281         * lib/argp-parse.c (N_): Define unconditionally.
15282         (argp_default_options): Fill out initializers with 0 to avoid
15283         gcc warnings.
15284
15285 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15286
15287         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
15288         getopt1.c.
15289
15290 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15291
15292         Merge from coreutils.
15293
15294         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
15295
15296         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
15297         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
15298
15299 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15300
15301         Merge from coreutils.
15302
15303         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
15304         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
15305         for Reliant Unix 5.43.
15306
15307         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
15308         (union fooround): Use uintmax_t, not long int.
15309         The rest is a merge from libc:
15310         [defined _LIBC]: Include <shlib-compat.h>.
15311         (_obstack) [defined _LIBC]: Remove after 2.3.4.
15312
15313         * lib/settime.c (settime): Recode to avoid warning with
15314         Sun Forte C 6U2.
15315
15316         * lib/strverscmp.c: Convert to UTF-8.
15317
15318 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15319
15320         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15321         m4/uintmax_t.m4.
15322
15323 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15324
15325         * modules/xalloc-die: New file.
15326         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
15327
15328         * modules/md5 (Files): Add m4/uint32_t.m4.
15329         * modules/sha1: Renamed from modules/sha.
15330         (Files):
15331         Rename lib/sha.h to lib/sha1.h.
15332         Rename lib/sha.c to lib/sha1.c.
15333         Rename m4/sha.m4 to m4/sha1.m4.
15334         (lib_SOURCES): Likewise.
15335         (configure.ac): Rename gl_SHA to gl_SHA1.
15336         (Include): sha.h -> sha1.h.
15337
15338 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15339
15340         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
15341         * m4/sha1.m4: Renamed from sha.m4.
15342         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
15343
15344 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15345
15346         * lib/obstack.h (obstack_empty_p):
15347         Don't assume that chunk->contents is suitably aligned.
15348         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
15349         Likewise. Problem reported by Benno in
15350         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
15351
15352         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
15353         readable.  This could be improved further but it'd take some work.
15354
15355 2004-08-08  Simon Josefsson  <jas@extundo.com>
15356
15357         * modules/xgethostname (Depends-on): Remove exit and error (not
15358         used).
15359
15360         * modules/getpass-gnu: Add getpass.h.
15361         (Depends-on): Add stdbool.
15362         * modules/getpass: Add getpass.h.
15363
15364 2004-08-08  Simon Josefsson  <jas@extundo.com>
15365
15366         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
15367         Check getpass declaration.
15368
15369 2004-08-08  Simon Josefsson  <jas@extundo.com>
15370
15371         * lib/xgethostname.c: Don't include error.h (not used).
15372
15373         * lib/getpass.h: Add.
15374         * lib/getpass.c: Include getpass.h first.
15375
15376 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
15377
15378         * lib/xalloc-die.c: New file.
15379         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
15380         All uses removed.
15381         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
15382         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
15383         xalloc-die.c.
15384         (_, N_, xalloc_die): Move to xalloc-die.c.
15385         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
15386         so that we needn't mess with xalloc_msg_memory_exhausted.
15387
15388         * lib/sha1.h: Renamed from sha.h.
15389         (SHA1_H): Renamed from _SHA_H.
15390         (sha1_ctx): Renamed from sha_ctx.
15391         (sha1_init_ctx): Renamed from sha_init_ctx.
15392         (sha1_process_block): Renamed from sha_process_block.
15393         (sha1_process_bytes): Renamed from sha_process_bytes.
15394         (sha1_finish_ctx): Renamed from sha_finish_ctx.
15395         (sha1_read_ctx): Renamed from sha_read_ctx.
15396         (sha1_stream): Renamed from sha_stream.
15397         (sha1_buffer): Renamed from sha_buffer.
15398         * lib/sha1.c: Likewise; renamed from sha.c.
15399         Do not include <sys/types.h>.
15400         Include <stddef.h> rather than <stdlib.h>.
15401
15402 2004-08-08  Bruno Haible  <bruno@clisp.org>
15403
15404         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
15405         FILESYSTEM_PREFIX_LEN.
15406         * lib/progreloc.c: Likewise.
15407         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
15408
15409 2004-08-06  Simon Josefsson  <jas@extundo.com>
15410
15411         * modules/progname (Depends-on): Don't depend on stdbool.
15412
15413 2004-08-06  Simon Josefsson  <jas@extundo.com>
15414
15415         * modules/getsubopt: New file.
15416         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15417         getsubopt.
15418
15419 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15420
15421         More merge from coreutils.
15422
15423         * m4/utimens.m4, m4/utimecmp.m4: New files.
15424         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
15425         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
15426         prereq.m4, sha.m4: Import changes from coreutils.
15427
15428 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15429
15430         More merge from coreutils.
15431         * modules/raise, modules/readtokens0, modules/utimens:
15432         * modules/utimecmp, module/xnanosleep: New files.
15433         * modules/strftime: Add lib/strftime.h.
15434         Change include from <time.h> to "strftime.h".
15435         * modules/yesno: Add lib/yesno.h.
15436         * modules/backupfile: Remove lib/addext.c.
15437         * modules/euidaccess: Add stat-macros.h.
15438         * modules/canonicalize, modules/euidaccess,
15439         modules/filemode, modules/lchown, modules/makepath,
15440         modules/rmdir, modules/stat: Likewise.
15441
15442 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15443
15444         Merge from tar.
15445         * lib/argp-help.c (make_hol, hol_append): Don't assume that
15446         SIZE_MAX is a valid preprocessor constant.
15447         (__argp_basename): Change from "#ifndef _LIBC"
15448         to "#ifndef __argp_short_program_name", so that
15449         we don't compile these functions for tar.
15450
15451         More merges from coreutils.
15452         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
15453         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
15454         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
15455         * lib/addext.c: Remove; no longer needed.
15456         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
15457         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
15458         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
15459         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
15460         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
15461         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
15462         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
15463         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
15464         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
15465         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15466         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
15467         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
15468         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
15469         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
15470         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
15471         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
15472         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
15473         Import changes from coreutils.
15474
15475 2004-08-05  Simon Josefsson  <jas@extundo.com>
15476
15477         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
15478
15479 2004-08-05  Simon Josefsson  <jas@extundo.com>
15480
15481         * m4/getsubopt.m4: New file.
15482
15483 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15484
15485         Merge from coreutils.
15486
15487         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
15488         * m4/getcwd-path-max.m4: New files.
15489
15490         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
15491         FILESYSTEM_PREFIX_LEN ->
15492         FILE_SYSTEM_PREFIX_LEN.
15493         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
15494         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
15495         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
15496         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
15497
15498         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
15499         prerequisite modules now handle the DOS stuff.
15500         Don't check for unistd.h.
15501
15502 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15503
15504         Merge from coreutils.
15505
15506         * lib/.gdb-history: Remove; this doesn't belong here.
15507
15508         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
15509         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
15510         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
15511         * lib/getcwd.c: New files.
15512
15513         * lib/dirname.h: Include <stdbool.h>.
15514         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
15515         for consistency with POSIX terminology.  All uses changed.
15516         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
15517         (strip_trailing_slashes): Use bool for booleans.
15518         * lib/stripslash.c (strip_trailing_slashes): Likewise.
15519
15520         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
15521         sometimes returns a positive errno value even when it succeeds.
15522         (print_errno_message) [!LIBC]: Fall back on strerror if
15523         __strerror_r fails.
15524
15525         * lib/path-concat.c (mempcpy): Don't define if a system header defines
15526         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
15527         (longest_relative_suffix): New function.
15528         (path_concat): Use it.  Assume first argument is not NULL.
15529         Port to DOS.  Omit redundant separators.
15530         Report an error instead of returning NULL.
15531         Use mempcpy instead of memcpy.
15532         (xpath_concat): Remove: not declared or used.
15533
15534         * lib/same.h: Include <stdbool.h>
15535         (same_name): Return bool, not int.
15536         * lib/same.c (same_name): Likewise.
15537         (errno): Don't declare; we assume C89 or better now.
15538
15539         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
15540         if not already defined.
15541
15542         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
15543         * lib/dup-safer.c (errno): Likewise.
15544
15545 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15546
15547         Merge from coreutils.
15548         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
15549         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
15550         * modules/path-concat: Don't depend on strdup.
15551
15552 2004-08-03  Simon Josefsson  <jas@extundo.com>
15553
15554         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
15555         * lib/progname.h: Don't include stdbool.h.
15556
15557 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15558
15559         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
15560         * MODULES.html.sh (func_all_modules): Remove fatal.
15561
15562 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15563
15564         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
15565
15566 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15567
15568         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
15569         working.
15570
15571 2004-08-02  Simon Josefsson  <jas@extundo.com>
15572
15573         * lib/getsubopt.h: New file, with comments from Bruno Haible.
15574         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
15575         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
15576
15577 2004-08-01  Simon Josefsson  <jas@extundo.com>
15578
15579         * lib/xgetdomainname.c: Include stdlib.h, for free().
15580
15581 2004-07-19  Bruno Haible  <bruno@clisp.org>
15582
15583         * MODULES.html.sh (func_all_modules): Add dummy.
15584
15585 2004-07-16  Simon Josefsson  <jas@extundo.com>
15586
15587         * modules/dummy: New file.
15588
15589 2004-07-16  Simon Josefsson  <jas@extundo.com>
15590
15591         * lib/dummy.c: New file.
15592
15593 2004-07-16  Bruno Haible  <bruno@clisp.org>
15594
15595         * lib/backupfile.h: Add extern "C" for C++.
15596         * lib/closeout.h: Likewise.
15597         * lib/copy-file.h: Likewise.
15598         * lib/findprog.h: Likewise.
15599         * lib/full-write.h: Likewise.
15600         * lib/pathname.h: Likewise.
15601         * lib/progname.h: Likewise.
15602         * lib/stpcpy.h: Likewise.
15603         * lib/stpncpy.h: Likewise.
15604         * lib/strcase.h: Likewise.
15605         * lib/strstr.h: Likewise.
15606         * lib/xalloc.h: Likewise.
15607
15608         * lib/mbswidth.h: Add extern "C" for C++.
15609         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
15610
15611 2004-07-13  Robert Millan  <robertmh@gnu.org>
15612
15613         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
15614
15615 2004-07-09  Simon Josefsson  <jas@extundo.com>
15616
15617         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
15618         failed without this.)
15619
15620 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15621
15622         * modules/chown (Files): Add lib/fchown-stub.c, since
15623         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
15624
15625 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15626
15627         * lib/fchown-stub.c: New file.
15628
15629 2004-06-24  Jim Meyering  <jim@meyering.net>
15630
15631         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
15632
15633 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15634
15635         * modules/argz: Omit "#include".
15636
15637         * MODULES.html.sh (func_all_modules): Add calloc, to match
15638         2004-06-01 addition of calloc module.
15639
15640 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15641
15642         * m4/argz.m4: New file, which is autoupdated from libtool.
15643
15644 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15645
15646         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
15647         libtool.
15648
15649 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15650
15651         * config/srclist-update: Don't insist on "USA." before the
15652         close-comment, as libtool omits the period and puts the */ on a
15653         separate line.
15654         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
15655         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
15656
15657 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
15658
15659         * modules/argz: New file.
15660         * MODULES.html.sh (func_all_modules): Add argz.
15661
15662 2004-06-12  Jim Meyering  <jim@meyering.net>
15663         and  Paul Eggert  <eggert@cs.ucla.edu>
15664
15665         * modules/hash (Files): Add lib/xalloc.h.
15666         * modules/pipe (Depends-on): Add wait-process.
15667         * modules/stat (Depends-on): Add xalloc.
15668         * modules/userspec (Files): Add lib/userspec.h.
15669         * modules/xstrto
15670
15671         Upgrade from gettext-0.13.
15672         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
15673         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
15674         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
15675
15676 2004-06-10  Jim Meyering  <jim@meyering.net>
15677
15678         * lib/calloc.c: New file.
15679
15680 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15681
15682         * lib/getdate.y (yylex): Allow space between sign and number.
15683         Problem reported by Dan Jacobson.
15684
15685 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15686
15687         Merge from coreutils CVS.
15688
15689         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
15690         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
15691         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
15692         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
15693         xstrtol.m4: Fix copyright date and/or serial number.
15694
15695         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
15696         See if we need an fchown replacement.
15697         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
15698         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
15699         and use the replacement function if we detect either defect.
15700
15701         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
15702         gl_UTIMECMP.
15703
15704 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15705         and  Jim Meyering  <jim@meyering.net>
15706
15707         Merge from coreutils CVS.
15708
15709         * lib/stat-macros.h: New file, with contents from file-type.h
15710         and coreutils' system.h.
15711         * lib/file-type.c: Include "stat-macros.h".
15712         * lib/file-type.h (file_type): Move all macro definitions to new file,
15713         stat-macros.h.
15714
15715         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
15716         Wrap old code with this conditional.
15717         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
15718         function that does not dereference symlinks.
15719         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
15720
15721         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
15722         dependency problems.
15723         (xreadlink): Accept new arg SIZE, for efficiency.
15724         All decls and uses changed.
15725         * lib/xreadlink.h: Include <stddef.h>, for size_t.
15726
15727         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
15728         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
15729
15730         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
15731         sysexits.h.
15732
15733 2004-06-01  Jim Meyering  <jim@meyering.net>
15734
15735         * m4/calloc.m4: New file.
15736
15737 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
15738
15739         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
15740         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
15741         Also, fix a typo in a diagnostic.
15742
15743 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15744
15745         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
15746         or AC_FUNC_REALLOC.
15747
15748 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15749
15750         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
15751         macros to be defined.
15752         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
15753         the allocator returns NULL because the requested size is zero.
15754
15755 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15756
15757         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
15758         var.  Add comment explaining why libc still defines it.  This
15759         merges the following patch from glibc:
15760         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
15761
15762 2004-05-20  Andreas Schwab  <schwab@suse.de>
15763
15764         * m4/free.m4: Replace free if it not known to work, not the other
15765         way round.
15766
15767 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15768
15769         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
15770         present in glibc since revision 1.1 of this file.
15771         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
15772         obstack_alignment_mask, obstack_alloc, obstack_base,
15773         obstack_blank, obstack_blank_fast, obstack_chunk_size,
15774         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
15775         obstack_grow0, obstack_init, obstack_int_grow,
15776         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
15777         obstack_next_free, obstack_object_size, obstack_ptr_grow,
15778         obstack_ptr_grow_fast, obstack_room): Remove declarations of
15779         nonexistent functions.
15780
15781 2004-05-18  Karl Berry  <karl@gnu.org>
15782
15783         * config/srclist.txt: break link for vasnprintf.c.
15784
15785 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15786
15787         Port obstack to the AS/400, where pointers are 16 bytes wide and
15788         you cannot cast an integer to a valid pointer.  This patch is
15789         currently waiting to be integrated into glibc; see
15790         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
15791
15792         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
15793         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
15794         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
15795         (struct obstack): temp member is now a union of a pointer and
15796         an integer, instead of an integer.  All integer uses changed.
15797         This does not affect the physical layout of struct obstack,
15798         except on hosts (like the AS/400) where the size or alignment of
15799         void * is greater than that of ptrdiff_t.
15800         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
15801         __STDC__)]: Store temporary in pointer member of union, not
15802         integer member.
15803         * lib/obstack.c: Include <stddef.h>, for offsetof.
15804         (struct fooalign): Remove; it doesn't need a name.
15805         (union fooround): Change double to long double, and add void *.
15806         (DEFAULT_ALIGNMENT): Use offsetof to compute.
15807         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
15808         not a macro.  Hence the values are always int; so remove all
15809         casts-to-int in uses.
15810
15811 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15812
15813         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
15814         we can get this patch merged into glibc.
15815
15816 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15817             Paul Eggert  <eggert@cs.ucla.edu>
15818
15819         * m4/argp: Depend on alloca.
15820
15821 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15822             Paul Eggert  <eggert@cs.ucla.edu>
15823
15824         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
15825         freecoding.
15826
15827 2004-05-17  Bruno Haible  <bruno@clisp.org>
15828
15829         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
15830         precision that consists of a '.' followed by an empty digit string.
15831         Patch by Tor Lillqvist <tml@iki.fi>.
15832
15833 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15834
15835         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
15836         for backward compatibility with older code.  We need our own
15837         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
15838         it under some other name, and our alloca.h will define it.
15839
15840 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15841             Derek Price  <derek@ximbiot.com>
15842
15843         * lib/alloca.c: Include <alloca.h>, to get our interface.
15844         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
15845         include <alloca.h> first.  Use C89 prototype for alloca; this
15846         requires including <stddef.h> for size_t.  Use extern "C" if C++.
15847         Use #elif for simplicity, since we can assume C89 now.
15848         Don't try to source the system alloca.h since it will not be found
15849         and to prevent recursively including its replacement.
15850         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
15851         * lib/regex.c: Likewise.
15852
15853 2004-05-16  Derek Price  <derek@ximbiot.com>
15854             Paul Eggert  <eggert@cs.ucla.edu>
15855
15856         getline cleanup.  This changes the getndelim2 API: both order of
15857         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
15858         no delimiter).
15859
15860         * lib/getline.c: Don't include stddef.h or stdio.h, since our
15861         interface does that.
15862         (getline): Always use getdelim, so that we don't have two
15863         copies of this code.
15864         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
15865         if available.
15866         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
15867         (GETNDELIM2_MAXIMUM): New macro.
15868         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
15869         instead of the old practice of delim2==0.  All callers changed.
15870         Return -1 on overflow, instead of returning junk.
15871         Do not set *linesize unless allocation succeeds.
15872         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
15873         that we include sys/types.h.
15874         * lib/getnline.h: Likewise.
15875         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
15876         (getndelim2): Reorder arguments.
15877         * lib/getnline.c (getnline, getndelim):
15878         Don't discard the NMAX argument.
15879         (getnline): Invoke getndelim, to avoid code duplication.
15880         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
15881         of (size_t) -1 by callers of the getnline family.
15882
15883 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15884
15885         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
15886         Check for gettimeofday.
15887         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
15888         Check for settimeofday, stime.
15889
15890 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15891
15892         * lib/nanosleep.c (suspended): Change its type from int to
15893         sig_atomic_t volatile.
15894         (first_call): Make it private to rpl_nanosleep, and have it
15895         be zero initially as that's a bit faster.
15896         (my_usleep): Round up fractional times instead of truncating them,
15897         as this is the usual meaning for 'sleep'.
15898
15899         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
15900         doesn't work.
15901         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
15902         (ENOSYS): Define if not defined.
15903         (settime): Fall back on stime if it exists and settimeofday fails.
15904         But don't bother with fallbacks if a method fails with errno == EPERM.
15905
15906 2004-05-11  Jim Meyering  <jim@meyering.net>
15907
15908         Prior to this change, the save_cwd caller required read access to the
15909         current directory on most systems (ones with the fchdir function).
15910
15911         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
15912         fails, try write-only, and finally, resort to using xgetcwd.
15913
15914 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15915
15916         * lib/obstack.c, obstack.h: Import changes from libc.
15917
15918 2004-04-28  Bruno Haible  <bruno@clisp.org>
15919
15920         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
15921         also implicitly appends .exe to executables.
15922         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
15923         accepts Windows pathnames.
15924         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15925         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15926         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15927         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15928         Reported by Derek Robert Price <derek@ximbiot.com>.
15929
15930 2004-04-21  Karl Berry  <karl@gnu.org>
15931
15932         * config/srclist.txt (localcharset.c): break sync.
15933
15934 2004-04-20  Paul Eggert  <eggert@twinsun.com>
15935
15936         * m4/host-os.m4: Add a copyright notice.
15937
15938 2004-04-20  Jim Meyering  <jim@meyering.net>
15939
15940         Change UTILS_ to gl_ in AC_DEFINE'd names.
15941         Change utils_- and jm_-prefixed variables, too.
15942         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
15943         UTILS_FUNC_MKDIR_TRAILING_SLASH.
15944         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
15945
15946         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
15947         Don't emit trailing blanks.
15948         Also rename jm_-prefixed variables to have gl_ prefix.
15949
15950         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
15951         Also rename jm_-prefixed variables to have gl_ prefix.
15952
15953         * m4/jm-macros.m4: Reflect the renamings.
15954         * m4/prereq.m4: Likewise.
15955
15956 2004-04-20  Jim Meyering  <jim@meyering.net>
15957
15958         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
15959         memory.
15960
15961 2004-04-20  Jim Meyering  <jim@meyering.net>
15962             Bruno Haible  <bruno@clisp.org>
15963
15964         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
15965         memory when realloc fails.
15966
15967 2004-04-19  Jim Meyering  <jim@meyering.net>
15968
15969         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
15970         now that readutmp.c may call `free (0)'.
15971
15972 2004-04-19  Bruno Haible  <bruno@clisp.org>
15973
15974         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
15975         * m4/inttypes_h.m4: Likewise.
15976         * m4/stdint_h.m4: Likewise.
15977         * m4/intmax_t.m4: Likewise.
15978         * m4/uintmax_t.m4: Likewise.
15979
15980 2004-04-18  Jim Meyering  <jim@meyering.net>
15981
15982         * m4/prereq.m4: Don't forbid jm_ prefix.
15983
15984         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
15985         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
15986         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
15987         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
15988         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
15989         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
15990         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
15991         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
15992         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
15993         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
15994         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
15995         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
15996         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
15997         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
15998         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
15999         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16000         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16001         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16002         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16003
16004 2004-04-18  Jim Meyering  <jim@meyering.net>
16005
16006         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16007         failure, don't leak memory and do call END_UTMP_ENT.
16008
16009 2004-04-16  Jim Meyering  <jim@meyering.net>
16010
16011         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16012         coreutils' stat program.
16013         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16014
16015 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16016
16017         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16018         C89.
16019         (CHAR_BIT): Remove, since we assume C89.
16020         Include <stdint.h> if available, as per current Autoconf CVS advice.
16021
16022 2004-03-31  Jim Meyering  <jim@meyering.net>
16023
16024         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16025         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16026         * m4/xalloc.m4: Likewise.
16027
16028 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16029
16030         Merge from coreutils.
16031
16032         * m4/inttostr.m4: New file.
16033         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16034         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16035         Require gl_CLOCK_TIME.
16036         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16037
16038 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16039
16040         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16041         not bool, to be more consistent with Unix conventions.
16042         Suggested by Bruno Haible.
16043
16044         Merge from coreutils.
16045
16046         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16047         * lib/umaxtostr.c: New files.
16048
16049         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16050         the usual <time.h> dance.
16051         (get_date): Change signature to support fractional time stamps.
16052         All callers changed.
16053         * lib/getdate.y: Include "getdate.h" first, as we can now
16054         assume C89 and don't need to worry about 'const'.
16055         Similarly, include "unlocked-io.h" near start, not in middle.
16056         Include <limits.h>.
16057         (textint.value): Use long int rather than int.
16058         (textint.digits): Use size_t rather than int.
16059         (BILLION, LOG10_BILLION): New constants.
16060         (parser_control): New member rel_ns.  Members day_ordinal,
16061         time_zone, month, day, hour, minutes, rel_year, rel_month,
16062         rel_day, rel_hour, rel_minutes, rel_seconds
16063         are now long int, not int.  Member seconds is now struct timespec,
16064         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16065         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16066         not int.
16067         (%union.intval): Now long int, not int.
16068         New member timespec.
16069         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16070         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16071         (spec): Now is a timespec or an item list.
16072         (timespec, items): New nonterminals.
16073         (time, rel, relunit, number, get_date):
16074         Add support for fractional seconds.
16075         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16076         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16077         (to_hour): First arg is now long int, not int.
16078         (to_year): Returns long int, not int.
16079         Don't treat year -70 like 70.
16080         (tm_diff): Returns long int, not int.
16081         (lookup_word): Use bool instead of int when appropriate.
16082         (yylex): Use size_t for count, not int.
16083         Detect overflow when parsing large integer constants.
16084         Add support for fractions.
16085         (get_date): Make pointers 'const' if possible.
16086         Use more-portable code to detect integer overflow.
16087         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16088         Don't use ctime; it's not reliable if the year has >4 digits.
16089
16090         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16091         This is for compatibility with BSD.
16092
16093         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16094         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16095         From coreutils' system.h.
16096
16097         * lib/userspec.c: Don't include "posixver.h".
16098         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
16099         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
16100         compatible extension.  Simplify code by removing a boolean int
16101         that was always nonzero if a string was nonnull.
16102
16103 2004-03-30  Jim Meyering  <jim@meyering.net>
16104
16105         Merge from coreutils.
16106
16107         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
16108         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
16109         on some systems one must include <grp.h> before it.
16110         Reported by Christian Krackowizer.
16111
16112 2004-03-30  Jim Meyering  <jim@meyering.net>
16113
16114         Merge from coreutils.
16115
16116         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
16117
16118         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
16119         an empty input stream.
16120
16121         * lib/readtokens.c: Include <stdbool.h>.
16122         (readtoken): Use `size_t' rather than int/long.
16123         All callers adjusted.
16124         Use `bool' rather than `int' where appropriate.
16125         Use memset rather than an explicit loop.
16126         Use x2nrealloc rather than xrealloc.
16127         Allow the use of `\0' as a delimiter.
16128         (readtokens): Likewise.
16129         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
16130
16131 2004-03-30  Jim Meyering  <jim@meyering.net>
16132
16133         * m4/realloc.m4: Remove file, since now it does no more than
16134         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
16135         the `configure.ac' section of module/realloc.
16136         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
16137
16138 2004-03-30  Bruno Haible  <bruno@clisp.org>
16139
16140         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
16141         nonnull.
16142
16143 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16144
16145         Merge changes to getloadavg.c from coreutils and Emacs.
16146
16147         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
16148         Define to an expression, not to the empty string.
16149         Include cloexec.h and xalloc.h.
16150         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
16151         Use set_cloexec_flag rather than rolling our own.
16152         * lib/cloexec.c, lib/cloexec.h: New files.
16153
16154 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16155
16156         * m4/cloexec.m4: New file.
16157
16158 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16159
16160         * lib/getopt.h: Sync with libc CVS.
16161
16162 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16163             Bruno Haible  <bruno@clisp.org>
16164
16165         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
16166         mbswidth.
16167
16168 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16169             Bruno Haible  <bruno@clisp.org>
16170
16171         * lib/mbswidth.h: Include <wchar.h> only if
16172         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
16173         <wchar.h>.
16174         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
16175
16176 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16177
16178         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
16179         Sync with libc CVS.
16180         * lib/getopt_int.h: New file, also synced from libc.
16181
16182 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16183
16184         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
16185         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
16186         Bring back getopt.c, getopt.h, getopt1.c.
16187
16188 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16189
16190         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
16191         All uses changed.  Check for sa_sigaction member; this fixes
16192         a bug first reported by Jason Andrade in
16193         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16194
16195 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16196
16197         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
16198         '#if' expressions.  Unlike the code it replaces, it does not
16199         depend on (defined _SC_PAGESIZE).  However, it does depend on
16200         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
16201         first reported by Jason Andrade in
16202         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16203
16204 2004-02-25  Simon Josefsson  <jas@extundo.com>
16205
16206         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
16207
16208 2004-02-25  Simon Josefsson  <jas@extundo.com>
16209
16210         * lib/strdup.h: New file.
16211         * lib/strdup.c: Include it.
16212         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
16213         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
16214
16215 2004-02-23  Karl Berry  <karl@gnu.org>
16216
16217         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
16218         (from fencepost.gnu.org:/gd/gnuorg).
16219
16220 2004-02-23  Karl Berry  <karl@gnu.org>
16221
16222         * config/srclistvars.sh (GNUORG) [karl]: redefine.
16223         * config/srclist.txt: add maintain/standards documents.
16224
16225 2004-02-18  Bruno Haible  <bruno@clisp.org>
16226
16227         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
16228         Reported by Derek Robert Price <derek@ximbiot.com>.
16229
16230 2004-02-16  Karl Berry  <karl@gnu.org>
16231
16232         * config/mkinstalldirs, install-sh: update from automake.
16233
16234 2004-02-06  Karl Berry  <karl@gnu.org>
16235
16236         * m4/po.m4: update from gettext 0.14.1.
16237
16238 2004-02-06  Karl Berry  <karl@gnu.org>
16239
16240         * lib/config.charset: update from gettext 0.14.1.
16241
16242 2004-02-05  Paul Eggert  <eggert@twinsun.com>
16243
16244         Add comments and code, prompted by suggestions from Bruno Haible
16245         for sh-quote.
16246         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
16247         describing the enum quoting_style values.
16248         * lib/quotearg.c (quotearg_alloc): New function.
16249         (quotearg_buffer_restyled): Treat lone { and } as special.
16250         Treat = as special.  Work around bug with older shells
16251         that "see" a '\' that is really the 2nd byte of a multibyte char.
16252         Quote empty string with shell_quoting_style.
16253
16254 2004-02-03  Bruno Haible  <bruno@clisp.org>
16255
16256         * m4/pipe.m4: New file, from GNU gettext.
16257
16258 2004-02-03  Bruno Haible  <bruno@clisp.org>
16259
16260         * lib/pipe.h: New file, from GNU gettext.
16261         * lib/pipe.c: New file, from GNU gettext.
16262
16263 2004-01-27  Bruno Haible  <bruno@clisp.org>
16264
16265         * m4/execute.m4: New file, from GNU gettext.
16266
16267 2004-01-27  Bruno Haible  <bruno@clisp.org>
16268
16269         * lib/execute.h: New file, from GNU gettext.
16270         * lib/execute.c: New file, from GNU gettext.
16271         * lib/w32spawn.h: New file, from GNU gettext.
16272
16273 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16274
16275         Merge from diffutils.
16276
16277         * lib/file-type.c (file_type): Add typed memory objects.
16278         * lib/file-type.h (S_TYPEISTMO): New macro.
16279
16280         * lib/c-stack.h (c_stack_action): Remove argv argument.
16281         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
16282         (die): Don't calculate message unless segv_action returns.
16283         (get_stack_location, min_address_from_argv, max_address_from_argv,
16284         volatile stack_base, volatile_stack_size): Remove.
16285         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
16286         that every segmentation violation is a stack overflow.  (Ouch!)
16287         See Debian bug 136249 (still outstanding) for more info about why
16288         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
16289
16290 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16291
16292         Exit-status fix from coreutils.
16293
16294         Use exit_failure consistently in place of EXIT_FAILURE,
16295         so that program exit statuses are consistent on failure.
16296
16297         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
16298         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
16299         * lib/argmatch.h: Comment fix to match the above.
16300         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
16301         Now a macro referring to exit_failure, instead of a separate
16302         variable.  Include "exitfail.h" to get it.
16303         * lib/xstrtol.h: Include "exitfail.h".
16304         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
16305
16306         * lib/long-options.c (parse_long_options): Use prototype
16307         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
16308         for clarity.
16309
16310 2004-01-21  Jim Meyering  <jim@meyering.net>
16311
16312         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
16313         so as not to conflict with a different-sized __mktime_internal
16314         function in GNU libc.
16315         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
16316         Problem building statically-linked `ls' reported by Michael Brunnbauer.
16317
16318 2004-01-20  Karl Berry  <karl@gnu.org>
16319
16320         * config/config.guess: update from config.
16321
16322         * config/srclistvars.sh: GNUWWWLICENSES for karl.
16323
16324 2004-01-20  Bruno Haible  <bruno@clisp.org>
16325
16326         Safer stack allocation.
16327         * lib/setenv.c: Include allocsa.h.
16328         (alloca): Remove fallback definition.
16329         (freea): Remove macro.
16330         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
16331         instead of freea.
16332
16333 2004-01-20  Bruno Haible  <bruno@clisp.org>
16334
16335         * m4/eealloc.m4: New file, from GNU gettext.
16336
16337 2004-01-20  Bruno Haible  <bruno@clisp.org>
16338
16339         * m4/allocsa.m4: New file, from GNU gettext.
16340
16341 2004-01-20  Bruno Haible  <bruno@clisp.org>
16342
16343         * lib/xallocsa.h: New file, from GNU gettext.
16344         * lib/xallocsa.c: New file, from GNU gettext.
16345
16346 2004-01-20  Bruno Haible  <bruno@clisp.org>
16347
16348         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
16349
16350 2004-01-20  Bruno Haible  <bruno@clisp.org>
16351
16352         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
16353         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
16354         specially.
16355
16356 2004-01-20  Bruno Haible  <bruno@clisp.org>
16357
16358         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
16359         patch.
16360
16361 2004-01-20  Bruno Haible  <bruno@clisp.org>
16362
16363         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
16364
16365 2004-01-20  Bruno Haible  <bruno@clisp.org>
16366
16367         * lib/eealloc.h: New file.
16368
16369 2004-01-20  Bruno Haible  <bruno@clisp.org>
16370
16371         * lib/binary-io.h: Avoid warnings on Cygwin.
16372
16373 2004-01-20  Bruno Haible  <bruno@clisp.org>
16374
16375         * lib/allocsa.h: New file, from GNU gettext.
16376         * lib/allocsa.c: New file, from GNU gettext.
16377
16378 2004-01-18  Karl Berry  <karl@gnu.org>
16379
16380         * doc/gpl.texi, doc/lgpl.texi: new files.
16381
16382 2004-01-18  Karl Berry  <karl@gnu.org>
16383
16384         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
16385         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
16386
16387 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16388
16389         Merge from coreutils.
16390
16391         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
16392         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
16393         (gl_DEFAULT_POSIX2_VERSION): Move
16394         the documentation from 'configure' into 'config.hin',
16395         so that 'configure --help' isn't burdened by it and
16396         we don't have to worry about its formatting there.
16397         Reword the documentation so that it's more succinct
16398         and can be run together into a single paragraph.
16399         * m4/same.m4 (gl_SAME): Check for pathconf.
16400
16401 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16402
16403         Merge from coreutils.
16404
16405         * lib/posixver.c: Include posixver.h.
16406
16407         * lib/same.c: Include <stdbool.h>, <limits.h>.
16408         (_POSIX_NAME_MAX): Define if not defined.
16409         (MIN): New macro.
16410         (same_name): If file names are silently truncated, report
16411         that the file names are the same if they are the same after
16412         the silent truncation.
16413
16414         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
16415         conversion function.
16416         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
16417         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
16418         longer needed.
16419
16420 2004-01-15  Jim Meyering  <jim@meyering.net>
16421
16422         Merge from coreutils.
16423
16424         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
16425         if no library is required.
16426         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
16427         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
16428         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
16429         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
16430         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
16431         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
16432         value, $ac_cv_search_crypt, if it's "none required".
16433         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
16434         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
16435         not gl_FUNC_GETLOADAVG.
16436         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
16437         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
16438
16439 2004-01-15  Jim Meyering  <jim@meyering.net>
16440
16441         Merge from coreutils.
16442
16443         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
16444         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
16445         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
16446
16447         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
16448         optional configure-time default.
16449
16450         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16451
16452         * lib/xreadlink.c (xreadlink): Correct outdated comment.
16453
16454 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
16455
16456         Merge from coreutils.
16457
16458         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
16459         value, $ac_cv_search_nanosleep, if it's "none required".
16460
16461 2004-01-14  Paul Eggert  <eggert@twinsun.com>
16462
16463         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
16464         with like-named macro in fnmatch.c.
16465         (EXT): Use an internal constant instead.
16466
16467         Merge fnmatch patches from glibc.
16468         * lib/fnmatch.c (mbsinit): Remove define.
16469         Add libc_hidden_ver (__fnmatch, fnmatch).
16470         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
16471         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
16472
16473 2004-01-14  Karl Berry  <karl@gnu.org>
16474
16475         * config/install-sh: update from automake.
16476
16477 2004-01-13  Karl Berry  <karl@gnu.org>
16478
16479         * config/install-sh: update from automake.
16480
16481 2004-01-09  Karl Berry  <karl@gnu.org>
16482
16483         * config/install-sh: update from automake.
16484
16485 2004-01-05  Karl Berry  <karl@gnu.org>
16486
16487         * config/config.{sub,guess}: update from config.
16488
16489 2003-12-31  Karl Berry  <karl@gnu.org>
16490
16491         * config/depcomp: update from automake.
16492
16493 2003-12-14  Karl Berry  <karl@gnu.org>
16494
16495         * lib/config.charset: update from gettext-runtime.
16496
16497 2003-12-03  Paul Eggert  <eggert@twinsun.com>
16498
16499         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
16500         Bug reported by Alfred M. Szmidt.
16501
16502 2003-12-03  Bruno Haible  <bruno@clisp.org>
16503
16504         * m4/gettext.m4: Upgrade from gettext-0.13.
16505         * m4/po.m4: Upgrade from gettext-0.13.
16506         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
16507         * m4/intmax.m4: New file, from gettext-0.13.
16508         * m4/printf-posix.m4: New file, from gettext-0.13.
16509
16510 2003-11-29  Karl Berry  <karl@gnu.org>
16511
16512         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
16513
16514 2003-11-25  Paul Eggert  <eggert@twinsun.com>
16515             Bruno Haible  <bruno@clisp.org>
16516
16517         * lib/printf-parse.h: Don't include sys/types.h.
16518         (ARG_NONE): New macro.
16519         (char_directive): Change type of *arg_index fields to size_t.
16520         * lib/printf-parse.c: Don't include sys/types.h.
16521         (SSIZE_MAX): Remove macro.
16522         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
16523         Remove unnecessary overflow check.
16524         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
16525         fields.
16526
16527 2003-11-25  Bruno Haible  <bruno@clisp.org>
16528
16529         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
16530
16531 2003-11-25  Bruno Haible  <bruno@clisp.org>
16532
16533         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
16534         gt_TYPE_SSIZE_T.
16535
16536 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16537
16538         * modules/alloca: Remove dependency on xalloc.
16539
16540 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16541
16542         * lib/alloca.c: Remove dependency on xalloc module.
16543         (xalloc_die): Remove.
16544         (memory_full) [!defined emacs]: New macro.
16545         [!defined emacs]: Don't include xalloc.h.
16546         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
16547         address arithmetic overflows.  Change datatypes a bit to avoid
16548         unnecessary casts.
16549
16550 2003-11-22  Jim Meyering  <jim@meyering.net>
16551
16552         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
16553         s/size/size_t/.
16554
16555 2003-11-21  Karl Berry  <karl@gnu.org>
16556
16557         * config/config.{sub,guess}: update from config.
16558
16559 2003-11-18  Karl Berry  <karl@gnu.org>
16560
16561         * config/config.{sub,guess}: update from config.
16562
16563         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
16564
16565 2003-11-17  Paul Eggert  <eggert@twinsun.com>
16566
16567         * README: Mention that S+T cannot overflow if S is the size of
16568         an existing object and T is sufficiently small.
16569
16570 2003-11-17  Jim Meyering  <jim@meyering.net>
16571
16572         On systems without utime and without a utimes function capable of
16573         dealing with a NULL struct utimbuf* argument, this utime replacement
16574         could -- in unusual circumstances -- leak a file descriptor.
16575         * lib/utime.c: Include <unistd.h> and <errno.h>.
16576         (utime_null): Be sure to close `fd' and to preserve errno.
16577         Reported by Geoff Collyer via Arnold Robbins.
16578
16579 2003-11-17  Bruno Haible  <bruno@clisp.org>
16580
16581         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
16582         (Depends-on): Add xsize.
16583
16584 2003-11-17  Bruno Haible  <bruno@clisp.org>
16585
16586         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
16587
16588 2003-11-17  Bruno Haible  <bruno@clisp.org>
16589
16590         * lib/vasnprintf.c (alloca): Remove fallback definition.
16591         (freea): Remove definition.
16592         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
16593         Reported by Paul Eggert.
16594
16595 2003-11-16  Paul Eggert  <eggert@twinsun.com>
16596             Bruno Haible  <bruno@clisp.org>
16597
16598         Protect against address arithmetic overflow.
16599         * lib/printf-args.h: Include stddef.h.
16600         (arguments): Change type of field 'count' to size_t.
16601         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
16602         'unsigned int' where appropriate.
16603         * lib/printf-parse.h: Include sys/types.h.
16604         (char_directive): Change type of *arg_index fields to ssize_t.
16605         (char_directives): Change type of fields 'count', max_*_length to
16606         size_t.
16607         * lib/printf-parse.c: Include sys/types.h and xsize.h.
16608         (SSIZE_MAX): Define fallback value.
16609         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
16610         instead of 'int' where appropriate. Check a_allocated, d_allocated
16611         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
16612         * lib/vasnprintf.c: Include xsize.h.
16613         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
16614         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
16615         overflow. Avoid wraparound when converting a width or precision from
16616         decimal to binary.
16617
16618 2003-11-16  Bruno Haible  <bruno@clisp.org>
16619
16620         Update from GNU gettext.
16621         * lib/printf-parse.c: Generalize to it can be compiled for wide
16622         strings.
16623         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
16624         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
16625         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
16626         SNPRINTF): New macros.
16627         Don't include <alloca.h> if the file is used inside libintl.
16628         (local_wcslen): New function, for Solaris 2.5.1.
16629         (VASNPRINTF): Use it instead of wcslen.
16630
16631 2003-11-16  Bruno Haible  <bruno@clisp.org>
16632
16633         * lib/xsize.h (xmax): New function.
16634         (xsum, xsum3, xsum4): Declare as "pure" functions.
16635
16636 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16637
16638         * modules/xalloc (Files): Undo latest change, since xalloc.h
16639         no longer needs SIZE_MAX or PTRDIFF_MAX.
16640
16641 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16642
16643         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
16644         gl_PTRDIFF_MAX.
16645
16646 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16647
16648         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
16649         "return", to pacify some unknown compiler.  Problem reported
16650         by Joerg Schilling.
16651
16652 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16653
16654         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
16655         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
16656         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
16657         heuristic is just as accurate as far as we know, and it removes a
16658         dependency on size_max.m4 and ptrdiff_max.m4.
16659
16660 2003-11-11  Bruno Haible  <bruno@clisp.org>
16661
16662         * modules/xsize (Files): Add m4/size_max.m4.
16663         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
16664
16665 2003-11-11  Bruno Haible  <bruno@clisp.org>
16666
16667         * m4/size_max.m4: New file.
16668         * m4/ptrdiff_max.m4: New file.
16669         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
16670         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
16671         (gl_XALLOC): Invoke it.
16672
16673 2003-11-11  Bruno Haible  <bruno@clisp.org>
16674
16675         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
16676         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
16677         defined.
16678
16679 2003-11-10  Paul Eggert  <eggert@twinsun.com>
16680
16681         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
16682         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
16683         rejected some allocations of exactly SIZE_MAX - 2 bytes.
16684         From Bruno Haible.
16685         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
16686         not (size_t) -1, since it's defined here.
16687
16688 2003-11-09  Karl Berry  <karl@gnu.org>
16689
16690         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
16691
16692 2003-11-06  Paul Eggert  <eggert@twinsun.com>
16693
16694         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
16695         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
16696         Reject sizes of exactly SIZE_MAX bytes.
16697         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
16698         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
16699
16700 2003-11-05  Bruno Haible  <bruno@clisp.org>
16701
16702         * lib/xsize.h: Include limits.h, to avoid a possible collision with
16703         SIZE_MAX defined in <limits.h> on Solaris.
16704
16705 2003-11-04  Jim Meyering  <jim@meyering.net>
16706
16707         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
16708         variable names, rather than @VAR@.
16709         * modules/poll: Likewise.
16710
16711 2003-11-04  Bruno Haible  <bruno@clisp.org>
16712
16713         * modules/xsize: New file.
16714         * modules/linebreak: Depend on xsize.
16715         * MODULES.html.sh (func_all_modules): Add xsize.
16716
16717 2003-11-04  Bruno Haible  <bruno@clisp.org>
16718
16719         * m4/xsize.m4: New file.
16720
16721 2003-11-04  Bruno Haible  <bruno@clisp.org>
16722
16723         * lib/xsize.h: New file.
16724         * lib/linebreak.c: Include xsize.h.
16725         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
16726         argument for overflow.
16727         Suggested by Paul Eggert.
16728
16729 2003-11-03  Karl Berry  <karl@gnu.org>
16730
16731         * config/config.{guess,sub}: update from config.
16732
16733 2003-11-03  Jim Meyering  <jim@meyering.net>
16734
16735         * modules/userspec (lib_SOURCES): Add userspec.h.
16736         (Include): Add "userspec.h".
16737         Improve description.
16738
16739 2003-11-03  Jim Meyering  <jim@meyering.net>
16740
16741         * lib/userspec.c: Include "userspec.h".
16742         * lib/userspec.h: New file.
16743
16744 2003-11-03  Bruno Haible  <bruno@clisp.org>
16745
16746         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
16747
16748 2003-11-03  Bruno Haible  <bruno@clisp.org>
16749
16750         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
16751         available, to avoid (extremely rare) race condition.
16752         Suggested by Paul Eggert.
16753
16754 2003-11-02  Karl Berry  <karl@gnu.org>
16755
16756         * config/srclist.txt (vasprintf.c): sync broken, sigh.
16757
16758 2003-10-31  Paul Eggert  <eggert@twinsun.com>
16759
16760         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
16761         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
16762         (read_filesystem_list): Set and use me_type_malloced.
16763         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
16764         whatever the type happens to be), for brevity and consistency.
16765         Check for size calculation overflow on Alphas running OSF/1.
16766
16767 2003-10-31  Jim Meyering  <jim@meyering.net>
16768
16769         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
16770
16771         * lib/linebuffer.c: Include <string.h> for declaration of memset.
16772
16773 2003-10-30  Paul Eggert  <eggert@twinsun.com>
16774             Bruno Haible  <bruno@clisp.org>
16775
16776         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
16777         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
16778
16779 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16780
16781         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
16782         netbsd*-gnu*.  Suggested by Robert Millan.
16783
16784 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16785
16786         * modules/group-member: Depend on stdbool.
16787
16788 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16789
16790         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
16791
16792 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16793
16794         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
16795         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
16796         after the 'gnu' in these cases.  This fixes some bugs in the
16797         previous change, and is based on suggestions by Robert Millan.
16798
16799 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16800
16801         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
16802         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
16803         no longer needed.
16804         * lib/quotearg.c (quotearg_n_options): Use it.
16805         * lib/group-member.c: Include <stdbool.h>.
16806         (free_group_info): Arg is now const *; don't free arg.
16807         (get_group_info): Now returns bool and accepts struct group_info *,
16808         rather than returning a malloc'ed struct group_info *.
16809         All uses changed.  Check for overflow in internal size calculation.
16810
16811         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
16812         rather than xmalloc/xrealloc.
16813         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
16814         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
16815         conformance bug: the old code used a pointer after freeing the
16816         storage that it addressed.
16817         * lib/hash.c (hash_initialize): Simplify the code by using
16818         xalloc_oversized rather than doing it by hand.
16819         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
16820         the buffer preserved.  Use free and xmalloc instead.
16821         * lib/quotearg.c (quotearg_n_options): Likewise.
16822         Use a simpler test for size overflow.  Don't use xalloc_oversized
16823         because unsigned int might be wider than size_t (!); this suggests
16824         that we should switch from unsigned int to size_t for slot numbers.
16825
16826 2003-10-28  Paul Eggert  <eggert@twinsun.com>
16827
16828         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
16829         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
16830         NetBSD kernels.  Requested by Richard Stallman.
16831
16832 2003-10-27  Paul Eggert  <eggert@twinsun.com>
16833
16834         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
16835         to allocate the returned structure.  Do not allocate a subarray,
16836         as x2nrealloc will do that.
16837         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
16838         instead of xnrealloc.
16839         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
16840
16841 2003-10-27  Bruno Haible  <bruno@clisp.org>
16842
16843         * lib/stdbool_.h: Better support for BeOS.
16844
16845 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16846
16847         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
16848         now uses inline.
16849
16850 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16851
16852         * lib/xalloc.h (xalloc_oversized): New static inline function, for
16853         callers that want to do their own size-overflow checking.  Include
16854         <stdbool.h>, since xalloc_oversized returns bool.
16855         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
16856         to use xalloc_oversized.
16857
16858         Add two functions x2realloc, x2nrealloc, for programs that grow
16859         arrays dynamically by doubling their sizes.
16860         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
16861         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
16862         New functions.
16863
16864         Port to C99 semantics for 'inline' of external functions.
16865         Bug reported by Bruno Haible.
16866         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
16867         with the old contents of xnmalloc.
16868         (xnmalloc, xmalloc): Use it.
16869         (xnrealloc_inline): New static inline function,
16870         with the old contents of xnrealloc.
16871         (xnrealloc, xrealloc): Use it.
16872
16873         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
16874         that.
16875
16876 2003-10-26  Karl Berry  <karl@gnu.org>
16877
16878         * config/srclist.txt (COPYING.DOC): no longer available from
16879         /gd/gnuorg; don't know where the ultimate source is.
16880
16881 2003-10-25  Paul Eggert  <eggert@twinsun.com>
16882
16883         Fix several address-calculation bugs in the hash modules,
16884         plus some minor code cleanup.
16885
16886         * lib/hash.h: Include <stdbool.h>, for bool.
16887         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
16888         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
16889         hash_get_n_entries, hash_get_max_bucket_length,
16890         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
16891         hash_rehash): Use size_t rather than unsigned.
16892         * lib/hash.c (struct hash_table, hash_get_n_buckets,
16893         hash_get_n_buckets_used, hash_get_n_entries,
16894         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
16895         hash_get_entries, hash_do_for_each, hash_string, is_prime,
16896         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
16897         Likewise.
16898         (SIZE_MAX): Define if not defined.
16899         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
16900         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
16901         hash_print):
16902         Use const * when possible.
16903         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
16904         (check_tuning): Fix bug: if tuning parameters were very close to
16905         0 or 1, rounding errors could have caused subscript violations.
16906         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
16907         (hash_initialize): Add 'fail:' label
16908         to free table and return NULL, and use it to simplify code.
16909         Use calloc rather than clearing the storage ourself.
16910         (hash_initialize, hash_rehash): Check for arithmetic overflow in
16911         buffer size calculations.
16912         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
16913         Include <stddef.h>, for size_t.
16914         * lib/hash-pjw.c (hash_pjw): Likewise.
16915         Switch to method described by Bruno Haible.
16916         Include <limits.h>, for CHAR_BIT.
16917         (SIZE_BITS): New macro.
16918
16919 2003-10-23  Paul Eggert  <eggert@twinsun.com>
16920
16921         * m4/getline.m4 (AM_FUNC_GETLINE):
16922         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
16923         hosts.  Problem reported by Derek Robert Price in
16924         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
16925         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
16926         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
16927
16928 2003-10-21  Paul Eggert  <eggert@twinsun.com>
16929
16930         * lib/getndelim2.c (getndelim2): When size calculation overflows,
16931         ceiling the allocation at NMAX bytes rather than silently
16932         discarding input bytes before NMAX is reached.  This makes
16933         a difference only if NMAX exceeds SIZE_MAX / 2.
16934
16935         * lib/obstack.c: Merge from glibc.
16936         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
16937         Add libc_hidden_def (_obstack_newchunk).
16938         (_obstack_free) [! defined _LIBC]: Remove.
16939         [defined _LIBC]: Make a strong alias from obstack_free, rather than
16940         a clone of the function body.
16941         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
16942         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
16943
16944         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
16945         glibc.
16946         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
16947         arg to memcpy.
16948
16949         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
16950         (obstack_ptr_grow_fast, obstack_int_grow_fast):
16951         Don't use lvalue casts, as GCC plans to remove support for them
16952         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
16953         was also present in the non-GCC version, indicating that this
16954         code had always been buggy and had never been widely used.
16955         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
16956         Use the fast variant of each macro, rather than copying the
16957         definiens of the fast variant; that way, we'll be more likely to
16958         catch future bugs in the fast variants.
16959
16960 2003-10-20  Bruno Haible  <bruno@clisp.org>
16961
16962         * modules/wait-process: New file.
16963         * MODULES.html.sh (func_all_modules): Add wait-process.
16964
16965 2003-10-20  Bruno Haible  <bruno@clisp.org>
16966
16967         * m4/wait-process.m4: New file.
16968
16969 2003-10-20  Bruno Haible  <bruno@clisp.org>
16970
16971         * lib/wait-process.h: New file, from GNU gettext.
16972         * lib/wait-process.c: New file, from GNU gettext.
16973
16974 2003-10-19  Jim Meyering  <jim@meyering.net>
16975
16976         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
16977         HPUX 10.20.
16978
16979 2003-10-18  Karl Berry  <karl@gnu.org>
16980
16981         * config/config.guess: update from config.
16982
16983 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16984
16985         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
16986         (getgroups): First arg is int, not size_t.
16987         Don't let 'free' mangle errno.
16988
16989 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16990
16991         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
16992
16993 2003-10-16  Karl Berry  <karl@gnu.org>
16994
16995         * config/config.{guess,sub}: update from config.
16996
16997 2003-10-16  Jim Meyering  <jim@meyering.net>
16998
16999         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17000         memcpy.
17001
17002 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17003
17004         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17005         (SIZE_MAX): Remove.
17006         (new_exclude, add_exclude_file): Initial size no longer needs to
17007         be a power of 2.
17008         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17009         our own address arithmetic overflow checking.
17010
17011         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17012         (fnmatch): Do not alloca more than 2000 wide characters;
17013         instead, use malloc for large buffers.
17014         Check for address arithmetic overflow, and return -1
17015         with errno set to ENOMEM in that case.
17016         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17017         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17018         instead, return -1.  Check for address arithmetic overflow.
17019
17020 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17021
17022         Handle invalid suffixes and overflow independently, so that
17023         callers can treat them independently as needed.  Fix some bugs in
17024         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17025         suffix for a human-readable blocksize.  The major caller-visible
17026         change is the addition of a new
17027         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17028         that both overflow and suffix chars were found.
17029
17030         * lib/human.c (humblock): Don't check separately for invalid suffix
17031         char; that is xstrtoumax's job (now that its bug is fixed).
17032         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17033         INTMAX_MAX]: New macros.
17034         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17035         TYPE_MAXIMUM): New macros.
17036         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17037         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17038         if overflow occurs, as it's what __strtol does and it's more useful
17039         in practice.
17040         (__xstrtol): If __strtol reports some error other than ERANGE,
17041         reflect it to the caller as LONGINT_INVALID.  If it reports
17042         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17043         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17044         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17045         value.
17046         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17047         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17048         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17049         [defined UINTMAX_MAX]: New macros.
17050
17051 2003-10-14  Bruno Haible  <bruno@clisp.org>
17052
17053         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17054
17055 2003-10-14  Bruno Haible  <bruno@clisp.org>
17056
17057         * m4/sig_atomic_t: New file, from GNU gettext.
17058         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17059
17060 2003-10-14  Bruno Haible  <bruno@clisp.org>
17061
17062         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17063         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17064         Also use volatile where needed.
17065
17066 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17067
17068         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17069         Change maintainer from Bruno Haible to 'all'.
17070
17071 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17072
17073         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17074
17075 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17076
17077         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17078         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17079         and define in terms of the other primitives.
17080         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17081         (SIZE_MAX): Define if not already defined.
17082         (array_size_overflow): New function.
17083         (xalloc_die): Abort instead of exiting if 'error' returns.
17084         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17085         (xmalloc, xrealloc): Use them.
17086         (xcalloc): Check for address arithmetic overflow.
17087         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17088         a bit faster than strcpy.
17089
17090 2003-10-10  Simon Josefsson  <jas@extundo.com>
17091
17092         * modules/argp (Depends-on): Add restrict and strcase.
17093
17094 2003-10-10  Simon Josefsson  <jas@extundo.com>
17095
17096         * m4/argp.m4: Add AC_C_INLINE.
17097
17098 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17099
17100         Merge getpass from libc, plus a few fixes.
17101
17102         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
17103         Include <stdbool.h>.
17104         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
17105         __fsetlocking to empty.
17106         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
17107         do include <bits/libc-lock.h>.
17108         Do not include <fcntl.h>; not needed.
17109         [_LIBC]: Include <wchar.h>.
17110         (NOTCANCEL_MODE): New macro.
17111         (flockfile, funlockfile) [_LIBC]: New macros.
17112         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
17113         [!_LIBC]: New macros.
17114         (call_fclose): New function.
17115         (getpass): Use it.  Save tty stream separately; this simplifies the
17116         code and makes it more reliable if stdin happens to equal stdout.
17117         Invoke __fsetlocking on tty.
17118         Handle thread cancellation if needed.
17119         Namespace cleanup (use __tcgetattr, __getline).
17120         Use bool for Booleans.
17121         [USE_IN_LIBIO]: Handle wide streams.
17122         [!_LIBC]: Unconditionally do the fseek, since we don't know what
17123         stream might go where.
17124
17125         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
17126         doesn't have to include <stdio.h> before us.
17127         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
17128         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
17129         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
17130         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
17131         if not declared, so that we can use getpass.c code from libc without
17132         rewriting it.
17133         (flockfile, ftrylockfile, funlockfile): New macros.
17134
17135 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17136
17137         * modules/getpass: Depend on stdbool.
17138
17139 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17140
17141         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
17142
17143 2003-10-07  Karl Berry  <karl@gnu.org>
17144
17145         * config/config.{guess,sub}: update from config.
17146
17147 2003-10-06  Jim Meyering  <jim@meyering.net>
17148             Bruno Haible  <bruno@clisp.org>
17149
17150         This lets translators provide better translations for the
17151         "Written by ..." part of --version output.
17152         * lib/version-etc.h: Include stdarg.h.
17153         (version_etc_copyright): Declare as readonly.
17154         (version_etc): Make this function variadic with a NULL-terminated list
17155         of author name strings.
17156         (version_etc_va): New declaration.
17157         * lib/version-etc.c: Include stdarg.h, stdlib.h.
17158         (version_etc_copyright): Declare as readonly.
17159         (version_etc_va): New function. Provide a different translatable string
17160         for each possible number of authors < 10. Abbreviate when there are 10
17161         authors or more.
17162         (version_etc): Make this function variadic. Call version_etc_va.
17163         Suggestion from Gary V. Vaughan.
17164
17165         * lib/long-options.h (parse_long_options): Change prototype: the
17166         authors string is moved to the end and becomes variadic.
17167         * lib/long-options.c: Include stdarg.h.
17168         (parse_long_options): Make this function variadic, too.
17169         Call version_etc_va, not version_etc.
17170
17171 2003-10-06  Bruno Haible  <bruno@clisp.org>
17172
17173         * modules/version-etc-2: Remove file.
17174         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
17175
17176 2003-10-06  Bruno Haible  <bruno@clisp.org>
17177
17178         * modules/fatal-signal: New file.
17179         * MODULES.html.sh (func_all_modules): Add fatal-signal.
17180
17181 2003-10-06  Bruno Haible  <bruno@clisp.org>
17182
17183         * m4/fatal-signal.m4: New file.
17184         * m4/signalblocking.m4: New file, from GNU gettext.
17185
17186 2003-10-06  Bruno Haible  <bruno@clisp.org>
17187
17188         * lib/version-etc-2.h: Remove file.
17189         * lib/version-etc-2.c: Remove file.
17190
17191 2003-10-06  Bruno Haible  <bruno@clisp.org>
17192
17193         * lib/fatal-signal.h: New file, from GNU gettext.
17194         * lib/fatal-signal.c: New file, from GNU gettext.
17195
17196 2003-10-05  Paul Eggert  <eggert@twinsun.com>
17197
17198         * README: Rework advice for preventing empty .o files.
17199         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
17200         not <sys/types.h>.
17201
17202 2003-10-04  Karl Berry  <karl@gnu.org>
17203
17204         * lib/argp*: update from libc.
17205
17206 2003-10-04  Karl Berry  <karl@gnu.org>
17207
17208         * config/config.{guess,sub}: update from config.
17209
17210 2003-10-02  Bruno Haible  <bruno@clisp.org>
17211
17212         * modules/lchown (Include): Add lchown.h.
17213         * modules/time_r (Include): Use "..." syntax.
17214         * modules/xgetdomainname (Include): Add xgetdomainname.h.
17215
17216 2003-10-01  Simon Josefsson  <jas@extundo.com>
17217
17218         * MODULES.html.sh (func_all_modules): Move gethostname from section
17219         'based on' to section 'lacking' POSIX:2001.
17220
17221 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
17222
17223         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
17224         to output mode on the same stream.
17225
17226 2003-09-29  Paul Eggert  <eggert@twinsun.com>
17227
17228         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
17229         Fix arg typo in previous patch.
17230
17231 2003-09-28  Jim Meyering  <jim@meyering.net>
17232
17233         * lib/error.c: Correct cpp indentation.
17234
17235 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17236
17237         * modules/free: New file.
17238
17239 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17240
17241         * m4/free.m4: New file.
17242
17243 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17244
17245         * lib/minmax.h (MIN, MAX)
17246         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
17247         Omit the special code that used __typeof__, since we worry that
17248         it could be more trouble than it's worth.  See:
17249         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
17250         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
17251
17252         * lib/free.c: New file.
17253
17254 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
17255
17256         Trivial fixes to Makefile.am parts of module listings.
17257         * modules/strstr: Append strstr.h to lib_SOURCES.
17258         * modules/strcase: Likewise, for strcase.h.
17259
17260 2003-09-27  Karl Berry  <karl@gnu.org>
17261
17262         * config/mkinstalldirs: update from automake.
17263
17264 2003-09-26  Paul Eggert  <eggert@twinsun.com>
17265
17266         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
17267         (error_tail): Do not loop, reallocating temporary buffer, since
17268         the output cannot contain more wide characters than the input
17269         contains bytes, the size must be big enough already.  This avoids
17270         one potential size overflow calculation.  Check for size overflow
17271         when calculating temporary buffer size.  Free temporary buffer
17272         when done, if it was allocated with malloc; this plugs a memory
17273         leak.  Remove casts from void * to pointers, that are no longer
17274         needed now that we're assuming C89 or better.
17275
17276         Merge error changes from glibc.
17277
17278         * lib/error.c, error.h: Update copyright notice header to match glibc.
17279         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
17280         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
17281         Disable cancellation while printing error.
17282         * lib/error.h: Prepend __ to parameter names.
17283
17284 2003-09-26  Jim Meyering  <jim@meyering.net>
17285
17286         * lib/error.c (error_tail): Move some declarations
17287         into inner scope where the local variables are used.
17288
17289 2003-09-26  Bruno Haible  <bruno@clisp.org>
17290
17291         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
17292         stpncpy().
17293         Don't define stpncpy through config.h; it's now done through stpncpy.h.
17294
17295 2003-09-26  Bruno Haible  <bruno@clisp.org>
17296
17297         * lib/stpncpy.h (gnu_stpncpy): New declaration.
17298         (stpncpy): Define as alias for gnu_stpncpy.
17299         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
17300
17301 2003-09-25  Simon Josefsson  <jas@extundo.com>
17302
17303         * lib/xgetdomainname.h: New file.
17304         * lib/xgetdomainname.c: New file.
17305
17306 2003-09-25  Simon Josefsson  <jas@extundo.com>
17307             Bruno Haible  <bruno@clisp.org>
17308
17309         * modules/getdomainname: New file.
17310         * modules/xgetdomainname: New file.
17311         * MODULES.html.sh (func_all_modules): Add getdomainname,
17312         xgetdomainname.
17313
17314 2003-09-25  Simon Josefsson  <jas@extundo.com>
17315             Bruno Haible  <bruno@clisp.org>
17316
17317         * m4/getdomainname.m4: New file.
17318
17319 2003-09-25  Simon Josefsson  <jas@extundo.com>
17320             Bruno Haible  <bruno@clisp.org>
17321
17322         * lib/getdomainname.h: New file.
17323         * lib/getdomainname.c: New file.
17324
17325 2003-09-25  Karl Berry  <karl@gnu.org>
17326
17327         * lib/argp-fmtstream.c, argp-help.c: update from libc.
17328
17329 2003-09-25  Karl Berry  <karl@gnu.org>
17330
17331         * config/install-sh: update from automake.
17332
17333 2003-09-25  Bruno Haible  <bruno@clisp.org>
17334
17335         * modules/version-etc-2: New file, from modules/version-etc with
17336         modifications.
17337         * MODULES.html.sh (func_all_modules): Add version-etc-2.
17338
17339 2003-09-25  Bruno Haible  <bruno@clisp.org>
17340
17341         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
17342         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
17343
17344 2003-09-24  Simon Josefsson  <jas@extundo.com>
17345
17346         * modules/xgethostname: Add xgethostname.h.
17347
17348 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17349
17350         * lib/linebuffer.c (freebuffer): Don't free the argument, just
17351         the buffer associated with the argument.  Bug reported by
17352         Simon Josefsson.
17353
17354 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17355
17356         * README: Document assumptions that 'int' is at least 32 bits
17357         wide, that integer arithmetic is 2's complement without overflow,
17358         that there are no holes in integer values, that adding sizes of
17359         two nonoverlapping objects can't overflow, and that all-bits-zero
17360         yields scalar zero.  Fix spelling and capitalization typos.
17361
17362 2003-09-19  Karl Berry  <karl@gnu.org>
17363
17364         * lib/argp.h: update from libc.
17365
17366 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17367
17368         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
17369         to avoid spurious warnings like "AC_RUN_IFELSE was called before
17370         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
17371
17372 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17373
17374         * gnulib-tool: Use "test -h", not "test -L", for portability
17375         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
17376         (tags_regexp): Remove, since \| doesn't conform to POSIX.
17377         (sed_extract_prog): Issue s commands one-by-one, rather than
17378         using \| in one s command.
17379
17380 2003-09-16  Paul Eggert  <eggert@twinsun.com>
17381
17382         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
17383         input error, instead of returning NULL the next time we are called
17384         (and therefore losing track of errno).
17385
17386 2003-09-16  Bruno Haible  <bruno@clisp.org>
17387
17388         * gnulib-tool (func_create_testdir): Warn about duplicated
17389         dependencies.
17390
17391 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17392
17393         * modules/argmatch, modules/fatal, modules/obstack,
17394         modules/xalloc, modules/xgethostname: Sort dependencies by
17395         importance, not alphabetically.
17396
17397 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17398
17399         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
17400         fails, so that the caller gets the proper errno.
17401
17402         * lib/readutmp.c (read_utmp): Likewise.
17403         Check for fstat error.  Close stream and free storage
17404         when failing.
17405
17406 2003-09-14  Karl Berry  <karl@gnu.org>
17407
17408         * config/srclist.txt (strdup.c): disable for c89 changes.
17409
17410 2003-09-14  Jim Meyering  <jim@meyering.net>
17411
17412         * lib/getloadavg.c: Correct cpp indentation.
17413         * lib/strdup.c: Likewise.
17414         * lib/vasnprintf.c: Likewise.
17415
17416 2003-09-14  Bruno Haible  <bruno@clisp.org>
17417
17418         * modules/fwriteerror: New file.
17419         * MODULES.html.sh (func_all_modules): Add fwriteerror.
17420
17421 2003-09-14  Bruno Haible  <bruno@clisp.org>
17422
17423         * lib/fwriteerror.h: New file.
17424         * lib/fwriteerror.c: New file.
17425
17426 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17427
17428         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
17429         modules/xgethostname, modules/xalloc: Depend on exit.
17430
17431 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17432
17433         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
17434
17435         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
17436         and AC_MINIX, too, so that their extensions are available.
17437
17438         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
17439         This macro has been superseded by gl_BACKUPFILE.
17440
17441         More patches to assume C89 or better.
17442
17443         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
17444
17445         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
17446         unconditionally.
17447         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
17448         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
17449         Include <string.h>, <stdlib.h> unconditionally.
17450         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
17451         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
17452         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
17453         headers or for string.h.
17454         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
17455         or strtoul.
17456
17457         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
17458         headers.
17459         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
17460         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17461         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
17462         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
17463         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17464         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
17465         memcpy, memset.
17466         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
17467         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
17468         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
17469         strtol.
17470         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
17471         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
17472         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
17473         strtoul.
17474
17475 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17476
17477         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
17478         * lib/obstack.c [!defined _LIBC]: Likewise.
17479         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
17480         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
17481         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
17482
17483         More changes to assume C89 or better.
17484
17485         * lib/error.c (error_tail): Assume vprintf.
17486
17487         * lib/argmatch.c (getenv): Remove decl.
17488         * lib/progreloc.c (get_full_program_name): Define via prototype.
17489         * lib/setenv.c (clearenv): Likewise.
17490         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
17491         needed.
17492         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
17493         (malloc, memcpy): Remove decls.
17494         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
17495         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
17496         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17497         (memcpy): Remove macro.
17498         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
17499         (__P): Remove.  All uses removed.
17500         (PTR): Remove.  All uses changed to void *.
17501         (CHAR_BIT, NULL): Remove.
17502         (spaces, zeros, memset_space, memset_zero)
17503         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
17504         Remove.
17505         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
17506         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
17507         Define with prototype.
17508         Remove now-unnecessary prototype decl.
17509         (extra_args_spec): Assume ANSI C.  All uses changed.
17510         (extra_args_spec_iso): Remove.
17511         (my_strftime, emacs_strftimeu): Define via prototype.
17512         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
17513         unconditionally.
17514         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
17515         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
17516         (strtoul, strtol): Remove decls.
17517         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
17518         LONG_MAX): Remove.
17519         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17520         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
17521         (LOCALE_PARAM_PROTO): New macro.
17522         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
17523         (INTERNAL (strtol), strtol): Define with a prototype.
17524         (PARAMS): Remove.  All uses removed.
17525         * lib/tempname.c: Include <string.h> unconditionally.
17526         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
17527         * lib/xgethostname.c (main): Define with a prototype.
17528         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
17529         Include <stdlib.h> unconditionally.
17530         (calloc, malloc, realloc, free): Remove decls.
17531         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
17532         Include <stdlib.h> unconditionally.  Sort include file names.
17533         (strtod): Remove.
17534         (xstrtod): Define with a prototype.
17535         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
17536         (strtol, strtoul): Remove decls.
17537
17538 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17539
17540         More patches to assume C89 or better.
17541         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
17542         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
17543         string.h, memchr, STDC_HEADERS.
17544
17545 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17546
17547         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
17548         Include <stdlib.h>, <string.h> unconditionally.
17549         Remove now-unnecessary cast to char *.
17550         * lib/strnlen.c: Include <string.h> unconditionally.
17551         * lib/yesno.c (yesno): Define with a prototype.
17552
17553 2003-09-11  Bruno Haible  <bruno@clisp.org>
17554
17555         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
17556
17557 2003-09-10  Jim Meyering  <jim@meyering.net>
17558
17559         * lib/error.c: Correct indentation of cpp directives.
17560
17561 2003-09-10  Bruno Haible  <bruno@clisp.org>
17562
17563         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
17564         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
17565         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
17566         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
17567         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
17568         <stdlib.h> and <string.h> checks.
17569         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
17570         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
17571
17572 2003-09-10  Bruno Haible  <bruno@clisp.org>
17573
17574         * lib/strcspn.c: Include <string.h> unconditionally.
17575         * lib/strpbrk.c: Include <string.h> unconditionally.
17576         * lib/strstr.c: Include <string.h> unconditionally.
17577         * lib/unicodeio.c: Include <string.h> unconditionally.
17578         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
17579         * lib/unsetenv.c: Likewise.
17580         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
17581         * lib/yesno.c: Include <stdlib.h> unconditionally.
17582         (rpmatch): Add prototype.
17583
17584 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17585
17586         More patches to assume C89 or better.
17587         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
17588         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
17589         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
17590         or for string.h.
17591         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
17592         stdlib.h.
17593         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
17594         C headers.
17595         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
17596         string.h.
17597         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
17598         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
17599         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
17600         or for string.h.
17601         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
17602         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
17603         C headers.
17604         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
17605         memcpy.
17606         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
17607         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
17608         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
17609         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
17610         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
17611         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
17612         string.h, free.
17613         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
17614         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
17615         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
17616         C headers, or for string.h.
17617         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
17618         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
17619         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
17620         headers, memory.h, stdlib.h, string.h, strings.h.
17621         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
17622         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
17623         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
17624         strchr.
17625         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
17626         headers, memory.h, string.h.
17627         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
17628         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
17629         free.
17630         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
17631         headers.
17632         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
17633         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
17634         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
17635         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
17636         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
17637
17638 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17639
17640         More K&R removal.
17641
17642         * lib/acosl.c (main): Use a prototype.
17643         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
17644         tanl.c: Likewise.
17645
17646         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
17647
17648         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
17649         (getopt, etopt_long, getopt_long_only, _getopt_internal)
17650         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
17651         with a prototype.
17652         * lib/getopt.c (const): Remove macro.
17653         Include <string.h> unconditionally.
17654         (my_index): Remove; all uses changed to strchr.
17655         (strlen): Remove decl.
17656         (exchange): Remove forward decl; no longer needed.
17657         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
17658         Define with prototype.
17659         * lib/getopt1.c (const): Remove macro.
17660         (getopt_long, getopt_long_only, main): Define with prototype.
17661
17662         * lib/getugroups.c: Include <string.h> unconditionally.
17663
17664         * lib/getusershell.c: Include <stdlib.h> unconditionally.
17665         (getusershell, setusershell, endusershell, readname, main):
17666         Define with prototypes.
17667
17668         * lib/group-member.c: Include group-member.h first.
17669         Include <stdlib.h> unconditionally.
17670
17671         * lib/hard-locale.c: Include hard-locale.h first.
17672         Include <stdlib.h>, <string.h> unconditionally.
17673
17674         * lib/hash.c (free, malloc): Remove decls.
17675         Include <stdlib.h> unconditionally.
17676
17677         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
17678         (getenv): Do not declare.
17679
17680         * lib/idcache.c: Include <string.h> unconditionally.
17681
17682         * lib/long-options.c: Include long-options.h first, to test interface.
17683         Include <stdlib.h> unconditionally.
17684
17685         * lib/makepath.c: Include makepath.h first, to test interface.
17686         Include <stdlib.h> and <string.h> unconditionally.
17687
17688         * lib/linebuffer.c: Include <stdlib.h>.
17689         (free): Remove decl.
17690
17691         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
17692         stddef.h. rpl_malloc returns void *, not char *.
17693         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
17694         prototype.
17695
17696         * lib/md5.h: Include <limits.h> unconditionally.
17697         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
17698         (__P): Remove; all uses removed.
17699         * lib/md5.c: Include "md5.h" first.
17700         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
17701         md5_buffer, md5_process_bytes, md5_process_block):
17702         Define with prototypes.
17703         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
17704         * lib/sha.c: Include "sha.h" first.
17705         Include <stdlib.h>, <string.h> unconditionally.
17706
17707         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
17708         * lib/memcmp.c (__ptr_t): Likewise.
17709         * lib/memrchr.c (__ptr_t): Likewise.
17710         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
17711         Include <string.h> unconditionally.
17712         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
17713         * lib/memchr.c: Include <stdlib.h> unconditionally.
17714         * lib/memchr.c (LONG_MAX): Remove.
17715         * lib/memrchr.c (LONG_MAX): Likewise.
17716         * lib/memchr.c (__memchr): Define via a prototype.
17717         * lib/memrchr.c (__memrchr): Likewise.
17718         * lib/memcmp.c (__P): Remove, and remove all uses.
17719         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
17720         Remove forward decls; no longer needed.
17721         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
17722         Use types required by C89 in prototype.
17723
17724         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
17725         * lib/savedir.c: Likewise.
17726         * lib/mkdir.c (free): Remove decl.
17727         * lib/rmdir.c (rmdir): Define with a prototype.
17728         * lib/savedir.c: Include savedir.h first, to test interface.
17729
17730         * lib/mktime.c (STDC_HEADERS): Remove.
17731         Include <stdlib.h>, <string.h> unconditionally.
17732
17733         * lib/modechange.c: Include <stdlib.h> unconditionally.
17734         (malloc): Remove decl.
17735
17736         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
17737         (free): Remove decl.
17738
17739         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
17740         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
17741         (This type really should be intptr_t, but that's a C99ism.)
17742         (_obstack_memcpy): Remove: all uses changed to memcpy.
17743         Include <string.h> unconditionally.
17744         (struct obstack): Assume __STDC__ for types of members
17745         chunkfun, freefun, extra_arg.
17746         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
17747         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
17748         obstack_begin, obstack_specify_allocation,
17749         obstack_specify_allocation_with_arg, obstack_chunkfun,
17750         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
17751         Remove unprototyped decls and the macros that use them.
17752         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
17753         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
17754         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
17755         (defined __STDC__ && __STDC__)]:
17756         Remove nonprototyped code.
17757         Include <stdlib.h> unconditionally.
17758         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
17759         _obstack_allocated_p, _obstack_free, obstack_free,
17760         _obstack_memory_used, print_and_abort):
17761         Define using prototypes.
17762         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
17763         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
17764         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
17765         obstack_next_free, obstack_object_size, obstack_room) [0]:
17766         Remove unused, unprototyped code.
17767
17768         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
17769
17770         * lib/physmem.c (physmem_total, physmem_available, main): Define
17771         with prototypes.
17772
17773         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
17774         (main): Define with a prototype.
17775
17776         * lib/posixver.c (getenv): Remove decl.
17777
17778         * lib/putenv.c (malloc): Returns void *, not char *.
17779         Include <string.h> unconditionally.
17780         (strchr, memcpy, NULL): Do not define.
17781
17782         * lib/readtokens.c: Include readtokens.h first, to test interface.
17783         Include <stdlib.h>, <string.h> unconditionally.
17784         (init_tokenbuffer): Define with a prototype.
17785
17786         * lib/regex.c (PARAMS): Remove.  All uses removed.
17787         All uses of _RE_ARGS removed, too.
17788         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17789         unconditionally.
17790         (bzero): Assume memset exists.
17791         (memcmp, memcpy, NULL): Remove.
17792         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
17793         char, or assignments to local vars of type signed char.
17794         (init_syntax_once, PREFIX(extract_number_and_incr),
17795         PREFIX(print_partial_compiled_pattern),
17796         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
17797         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
17798         PREFIX(regex_grow_registers), PREFIX(regex_compile),
17799         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
17800         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
17801         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
17802         wcs_compile_range, byte_compile_range, truncate_wchar,
17803         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
17804         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
17805         count_mbs_length, wcs_re_match_2_internal,
17806         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
17807         PREFIX(alt_match_null_string_p),
17808         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
17809         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
17810         regfree, PREFIX(extract_number)): Define with prototype.  Remove
17811         now-unnecessary declaration, if any.
17812         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
17813         regcomp, regexec):
17814         Remove now-unnecessary casts among pointer types.
17815         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
17816
17817         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
17818         (free): Remove decl.
17819
17820         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
17821
17822         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
17823         (free): Remove decl.
17824
17825         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
17826         * lib/xgetcwd.c: Likewise.
17827
17828         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
17829         (free): Remove decl.
17830
17831         * lib/strchrnul.c (strchrnul): Define with a prototype.
17832         Fix bug: c_in was not converted to char before searching.
17833
17834         The following changes are not K&R related:
17835
17836         * lib/group-member.h: Include <sys/types.h>, so that this file is
17837         self-contained.
17838         * lib/makepath.h: Likewise.
17839
17840         * lib/getusershell.c (readname, default_index, line_size, readname):
17841         Use size_t, not int, for sizes.
17842         (readname): If the size overflows, report an error instead of
17843         looping forever.
17844
17845 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17846
17847         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
17848         libc.
17849
17850 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17851
17852         * README: New section: portability guidelines.
17853
17854 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17855
17856         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
17857         C89 spec.
17858
17859 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17860
17861         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
17862
17863 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17864
17865         Assume C89 or better; remove K&R cruft.
17866         A few of these changes were first proposed by Derek Robert Price
17867         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
17868
17869         * lib/addext.c: Include <string.h> unconditionally.
17870         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
17871         Don't declare getenv or malloc.
17872
17873         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
17874         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
17875         (NULL): Remove.
17876         (find_stack_direction, alloca): Use prototypes.
17877
17878         * lib/atexit.c (atexit): Define using a prototype.
17879
17880         * lib/basename.c, dirname.c, stripslash.c:
17881         Include <string.h> unconditionally.
17882
17883         * lib/bcopy.c: Include <stddef.h>.
17884         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
17885
17886         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
17887
17888         * lib/error.h (error, error_at_line, error_print_progname)
17889         [! (defined (__STDC__) && __STDC__)]: Remove decls.
17890         * lib/error.c: Include error.h first, to check interface.
17891         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17892         (VA_START): Remove; all uses changeed to va_start.
17893         (exit, strerror): Remove decls.
17894         (error_print_progname): Prototype uncondionally.
17895         Don't include <errno.h>; no longer needed.
17896         (private_strerror): Remove.
17897         (error_tail): Always define.
17898         (error, error_at_line): Assume C89 or better; always use prototypes.
17899         * lib/fatal.c: Include "fatal.h" first, to test interface.
17900         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17901         (VA_START): Remove; all uses changed to va_start.
17902         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
17903         this case.
17904         (exit): Remove decl.
17905         (fatal): Prototype unconditionally.  Assume va_start works.
17906         Abort at end, to pacify gcc.
17907
17908         * lib/euidaccess.c (main): Define with a prototype.
17909
17910         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
17911
17912         * lib/exitfail.c: Include <stdlib.h> unconditionally.
17913
17914         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
17915         prototypes.
17916         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
17917         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
17918         (getenv): Remove decl.
17919         (fnmatch): Define using a prototype.
17920         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
17921         (FCT): Define using a prototype.
17922
17923         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
17924
17925         * lib/gethostname.c: Include <stddef.h>.
17926         (gethostname): Define with prototype.  Length is size_t, not int.
17927
17928 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17929
17930         Assume C89 or better; remove K&R cruft.
17931         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
17932         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
17933         string.h, getenv, malloc.
17934         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
17935         headers.
17936         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
17937         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
17938         do not check for strerror.
17939         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
17940         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
17941         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
17942         do not check for doprnt or vprintf.
17943         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
17944         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
17945
17946 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17947
17948         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
17949         getversion.c should have been removed then, but was accidentally
17950         preserved.
17951
17952         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
17953         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
17954
17955 2003-09-08  Karl Berry  <karl@gnu.org>
17956
17957         * config/config.sub, config.guess, srclistvars.sh: update from savannah
17958                 config, forget about prep.
17959
17960         * config/depcomp, missing: update from automake.
17961
17962 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17963
17964         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
17965         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17966
17967 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17968
17969         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
17970         copy_tm_result.  Bug reported by Simon Josefsson in
17971         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17972
17973 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17974
17975         * m4/time_r.m4: New file.
17976         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
17977         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
17978         is. Check for timegm declaration.
17979         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
17980         Do not check for gmtime_r.
17981         Replace mktime if __mktime_internal does not exist and if mktime
17982         hasn't been replaced already.
17983
17984 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17985
17986         * lib/time_r.c, lib/time_r.h: New files.
17987
17988         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
17989         __localtime_r.
17990         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
17991         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
17992
17993         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
17994         __gmtime_r.
17995         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
17996         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
17997         Include <time_r.h>.
17998
17999         * lib/timegm.c: Switch to glibc implementation, with the following
18000         changes:
18001         [defined HAVE_CONFIG_H]: Include <config.h>.
18002         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18003         (__mktime_internal) [!defined _LIBC]: New decl.
18004         (__gmtime_r) [!defined _LIBC]: New macro and function.
18005         (timegm): Use a prototype, since gnulib assumes C89.
18006         Do not bother declaring tmp to be const, as it's not really usefu.
18007         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18008         (timegm): Declare only if HAVE_DECL_TIMEGM.
18009
18010 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18011
18012         * MODULES.html.sh (func_all_modules): Add time_r.
18013         * modules/time_r: New file.
18014         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18015         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18016
18017 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18018
18019         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18020         Bug reported by Lute Kamstra in
18021         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18022
18023         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18024         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18025         course with correspondingly smaller numbers for tomorrow and
18026         yesterday.  From Tadayoshi Funaba.  Originally installed into
18027         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18028         coreutils merge?).
18029
18030 2003-08-31  Simon Josefsson  <jas@extundo.com>
18031
18032         * modules/timegm: New file.
18033         * MODULES.html.sh (func_all_modules): Add timegm.
18034
18035 2003-08-31  Simon Josefsson  <jas@extundo.com>
18036
18037         * m4/timegm.m4: New file.
18038
18039 2003-08-31  Simon Josefsson  <jas@extundo.com>
18040
18041         * lib/timegm.h: New file.
18042         * lib/timegm.c: New file.  Based on
18043         wget-1.8.2/src/http.c:mktime_from_utc.
18044
18045 2003-08-31  Karl Berry  <karl@gnu.org>
18046
18047         * lib/argp.h: update from libc.
18048
18049 2003-08-28  Bruno Haible  <bruno@clisp.org>
18050
18051         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18052         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18053         followed by '#define fnmatch fnmatch_posix' gives an error.
18054
18055 2003-08-28  Bruno Haible  <bruno@clisp.org>
18056
18057         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18058         warning on QNX, which defines O_BINARY to 000000.
18059
18060 2003-08-27  Jim Meyering  <jim@meyering.net>
18061
18062         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18063         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18064         would fail after 32.  Reported by Danny Levinson.  Details here:
18065         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18066
18067 2003-08-24  Bruno Haible  <bruno@clisp.org>
18068
18069         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18070         MSVC7 <stdio.h> is included later.
18071
18072 2003-08-22  Simon Josefsson  <jas@extundo.com>
18073
18074         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18075
18076 2003-08-20  Karl Berry  <karl@gnu.org>
18077
18078         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18079
18080 2003-08-20  Bruno Haible  <bruno@clisp.org>
18081
18082         * modules/progname: New file.
18083         * MODULES.html.sh (func_all_modules): Add progname.
18084
18085 2003-08-20  Bruno Haible  <bruno@clisp.org>
18086
18087         * lib/progname.h: New file, from GNU gettext.
18088         * lib/progname.c: New file, from GNU gettext.
18089         * lib/progreloc.c: New file, from GNU gettext.
18090
18091 2003-08-19  Jim Meyering  <jim@meyering.net>
18092
18093         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18094         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18095
18096 2003-08-19  Bruno Haible  <bruno@clisp.org>
18097
18098         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
18099         more.
18100
18101 2003-08-19  Bruno Haible  <bruno@clisp.org>
18102
18103         * lib/xstrdup.c: Assume <string.h> exists.
18104
18105 2003-08-18  Paul Eggert  <eggert@twinsun.com>
18106
18107         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
18108         in makefile rules.
18109
18110 2003-08-18  Jim Meyering  <jim@meyering.net>
18111
18112         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
18113         * m4/lib-ld.m4: Likewise.
18114
18115 2003-08-18  Jim Meyering  <jim@meyering.net>
18116
18117         * lib/setenv.h: Indent nested cpp directive.
18118         * lib/vasnprintf.c: Remove trailing blanks.
18119
18120 2003-08-17  Simon Josefsson  <jas@extundo.com>
18121
18122         * modules/xstrndup: New file.
18123         * MODULES.html.sh (func_all_modules): Add xstrndup.
18124
18125 2003-08-17  Simon Josefsson  <jas@extundo.com>
18126
18127         * modules/argp: Fix autoconf macro name. Add more dependencies.
18128
18129 2003-08-17  Simon Josefsson  <jas@extundo.com>
18130
18131         * m4/xstrndup.m4: New file.
18132
18133 2003-08-17  Simon Josefsson  <jas@extundo.com>
18134
18135         * m4/argp.m4: New file.
18136
18137 2003-08-17  Simon Josefsson  <jas@extundo.com>
18138             Bruno Haible  <bruno@clisp.org>
18139
18140         * lib/xstrndup.h: New file.
18141         * lib/xstrndup.c: New file.
18142
18143 2003-08-17  Bruno Haible  <bruno@clisp.org>
18144
18145         * modules/strndup (Files, Include): Add lib/strndup.h.
18146
18147 2003-08-17  Bruno Haible  <bruno@clisp.org>
18148
18149         * modules/euidaccess (Files): Add lib/euidaccess.h.
18150
18151 2003-08-17  Bruno Haible  <bruno@clisp.org>
18152
18153         * lib/strndup.h: New file.
18154
18155 2003-08-17  Bruno Haible  <bruno@clisp.org>
18156
18157         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
18158         like AC_GNU_SOURCE.
18159         * modules/extensions (configure.ac): Comment out the invocation of
18160         gl_USE_SYSTEM_EXTENSIONS.
18161
18162 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18163
18164         Merges from coreutils, etc.
18165         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
18166         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
18167         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
18168         fixing a typo.
18169         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
18170         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
18171
18172 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18173
18174         Document merge from coreutils.
18175         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
18176         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
18177         * modules/utime: Add m4/utimes-null.m4.
18178
18179 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18180
18181         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
18182         space, undoing this 2003-08-12 change:
18183         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18184
18185 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18186
18187         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
18188         strtoul.c from libc, undoing this 2003-08-12 change:
18189         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18190
18191 2003-08-16  Jim Meyering  <jim@meyering.net>
18192
18193         Merges from coreutils.
18194         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
18195         prefix.  Adjust cache variables similarly.  Create 500 rather than
18196         just 300 files, to exercise bug on Darwin6.5, too.
18197         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
18198         $missing_dir.
18199         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
18200         AM_SYS_POSIX_TERMIOS.
18201         Reported by mkc@mathdogs.com.
18202         Also change use of $am_cv_sys_posix_termios
18203         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
18204         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
18205         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
18206         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
18207         in /proc/mounts until it finds one with matching device number.  This
18208         is unnecessary when the FILE argument *is* a mount point.  No stat call
18209         is necessary in that case.  So, disable the statvfs-testing code on
18210         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
18211         as RedHat bug# 84846.
18212         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18213         to 1MB, so as not to render systems with no stack size limit (e.g.,
18214         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18215         Include <unistd.h>.  On some systems,
18216         it is required for the definition of _SC_PAGESIZE.
18217
18218 2003-08-16  Jim Meyering  <jim@meyering.net>
18219
18220         Merge from coreutils.
18221         * lib/xstrtoimax.c: #else #if -> #elif.
18222         * lib/xstrtoumax.c: Likewise.
18223
18224 2003-08-16  Jim Meyering  <jim@meyering.net>
18225
18226         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
18227         * m4/utimes.m4: Removed.
18228         * m4/utimes-null.m4: Renamed from utimes.m4.
18229
18230         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18231         to 1MB, so as not to render systems with no stack size limit (e.g.,
18232         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18233         Include <unistd.h>.  On some systems,
18234         it is required for the definition of _SC_PAGESIZE.
18235
18236 2003-08-16  Jim Meyering  <jim@meyering.net>
18237         and Paul Eggert  <eggert@cs.ucla.edu>
18238
18239         Merges from coreutils, etc.
18240
18241         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
18242         using the latest version from cvs.  This avoids problems with #line
18243         directives using a vendor (Sun) compiler.
18244         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
18245         Don't set GETGROUPS_LIB here; now it's
18246         done via getgroups.m4's wrapper function.
18247         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
18248         rather than just in sh-util/configure.in, so that the
18249         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
18250         same.
18251         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
18252         AC_FUNC_GETLOADAVG where to find getloadavg.c.
18253         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
18254         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
18255         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
18256         Remove code that is now done by the newly-required macros.
18257         Append $(EXEEXT) to DF_PROG.
18258         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
18259         Do not invoke or require the following here,
18260         since prereq.m4 or some gnulib .m4 now does this for us:
18261         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
18262         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
18263         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
18264         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
18265         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
18266         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
18267         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
18268         AC_FUNC_OBSTACK.
18269         Do not replace the following functions, as this is now the job
18270         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
18271         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
18272         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
18273         atexit getpass, strdup, getpagesize.
18274         Replace 'raise'.
18275         Do not check for the following functions, as this is now the job
18276         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
18277         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
18278         setregid.
18279         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
18280         Check for sys/sysctl.h.
18281         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
18282         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
18283         of checking for ssize_t ourselves.
18284
18285         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
18286         Require every macro that gnulib/modules/* suggests for us.
18287         (jm_PREREQ_ADDEXT): New macro.
18288         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
18289         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
18290
18291         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
18292         (gl_PHYSMEM): Use it.
18293         Also check for `table' function.
18294         Check for new headers and functions.
18295         Add check for sys/sysmp.h.
18296         With suggestions from Kaveh Ghazi.
18297         Ignore headers that are present but cannot be compiled.  This
18298         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
18299         C 5.4.
18300
18301 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18302
18303         Document merge from coreutils.
18304         * modules/userspec: Depend on posixver.
18305         * modules/strftime: Depend on tzset.
18306
18307 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18308
18309         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
18310         rather than tab, after '#' in shell-script copyright notices.
18311         Suggested by Bruno Haible.
18312
18313 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18314
18315         * config/srclist-update: Use three spaces, rather than tab, after '#'
18316         in shell-script copyright notices.  Suggested by Bruno Haible.
18317         Remove unnecessary parenthesization in regular expression.
18318
18319 2003-08-15  Jim Meyering  <jim@meyering.net>
18320
18321         Merge from coreutils.
18322         * lib/xgethostname.c: Include <stdlib.h>.
18323         (xghostname): Don't exit for anything other than memory-related
18324         failure; just return NULL.
18325         * lib/userspec.c: Include "posixver.h".
18326         (parse_user_spec): Accept `.' as a separator only
18327         in pre-POSIX-200112 mode.
18328         * lib/strtoimax.c: Use #elif rather than #else #if.
18329         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
18330         Remove function, now that we can rely on a working tzset function.
18331         [!_LIBC]: Ensure that the required autoconf test has been run.
18332         [!defined _NL_CURRENT && HAVE_STRFTIME]:
18333         Use underlying_strftime for %r.
18334         * lib/sha.c: Merge in some clean-up and optimization changes from
18335         glibc.
18336         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
18337         Ensure that it is a multiple of 64.
18338         Rearrange loop exit tests so as to avoid performing an
18339         additional fread after encountering an error or EOF.
18340         * lib/realloc.c: Update copyright date.
18341
18342 2003-08-15  Jim Meyering  <jim@meyering.net>
18343         and Paul Eggert  <eggert@twinsun.com>
18344
18345         Merge from coreutils.
18346         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
18347         member but strut utmpx does not.  Needed for AIX 4.3.3.
18348         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
18349
18350 2003-08-15  Jim Meyering  <jim@meyering.net>
18351         and Paul Eggert  <eggert@cs.ucla.edu>
18352
18353         Merges from coreutils, etc.
18354         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
18355         Require gl_FUNC_TZSET_CLOBBER.
18356         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
18357         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
18358         members.
18359
18360 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18361
18362         Help the merge from coreutils.
18363         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
18364         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
18365         * m4/tzset.m4: Use it too.
18366
18367 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18368
18369         * modules/tzset: New file.
18370
18371 2003-08-14  Jim Meyering  <jim@meyering.net>
18372
18373         Merges from coreutils.
18374         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
18375         variable names, rather than @FNMATCH_H@.
18376         * modules/alloca: Likewise for $(ALLOCA_H).
18377
18378         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
18379         the three copies of the literal target, `fnmatch.h'.
18380         * modules/alloca (alloca.h): Likewise.
18381
18382 2003-08-14  Jim Meyering  <jim@meyering.net>
18383
18384         Merge from coreutils.
18385         * m4/tzset.m4: New file.
18386         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
18387         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
18388         otherwise, AIX 5.1 systems would end up using the latter.
18389         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
18390         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
18391         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
18392         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
18393
18394 2003-08-14  Jim Meyering  <jim@meyering.net>
18395
18396         Merge from coreutils.
18397         * lib/obstack.h: Whitespace changes.
18398         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
18399         and xcalloc return values.
18400         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
18401         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
18402         hang on OSF/1 5.1 for DIR on both local and remote file systems.
18403         Reported by (and fix confirmed by) Nelson H. F. Beebe.
18404         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18405         error from mntctl.
18406         Use mntctl's return value to drive the entry-processing loop, since
18407         we can't rely on the value of the vmt_length member in the last
18408         entry.  On some systems doing so could result in exhausting
18409         virtual memory.  Based in part on a patch from Mike Jetzer.
18410
18411 2003-08-14  Jim Meyering  <jim@meyering.net>
18412         and Paul Eggert  <eggert@twinsun.com>
18413
18414         Merges from coreutils, plus other fixes.
18415         * lib/physmem.c: Merge in portability changes from gcc/libiberty
18416         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
18417         for credits and details.  Thanks to Kaveh Ghazi for helping
18418         to keep these files in sync.
18419         (ARRAY_SIZE): Define it.
18420         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
18421         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
18422         (memcasecmp): Don't assume size_t fits in unsigned int.
18423         Remove casts and duplicate code.
18424         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
18425         (memcpy): Remove definition.
18426         Merge in some clean-up and optimization changes from glibc.
18427         [BLOCKSIZE]: Move definition to top of file.
18428         Ensure that it is a multiple of 64.
18429         Rearrange loop exit tests so as to avoid performing an
18430         additional fread after encountering an error or EOF.
18431         * lib/md5.h (md5_uintptr): Define.
18432         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
18433         return to the initial working directory.  Preserve errno
18434         for caller.
18435         * lib/idcache.c: Include "xalloc.h".
18436         (xmalloc, xrealloc): Remove decls.
18437         (getuser): Remove casts no longer required in C89.
18438         * lib/human.c: Include stdio.h, for sprintf.
18439         * lib/group-member.c: Include "xalloc.h".
18440         (xmalloc, xrealloc): Remove decls.
18441         (get_group_info): Remove casts no longer required in C89.
18442         * lib/getusershell.c (readname): Remove casts no longer required in
18443         C89.
18444         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
18445         * lib/getline.c: Whitespace fix, from coreutils.
18446
18447 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18448
18449         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
18450         Check for isascii.
18451
18452         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18453         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18454         Undo previous (whitespace-only) change.
18455
18456 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18457
18458         * lib/exclude.c: Include <ctype.h>
18459         (IN_CTYPE_DOMAIN): New macro.
18460         (is_space): New fn.
18461         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
18462         and empty lines.
18463
18464         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18465         Undo previous (whitespace-only) change.
18466
18467 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18468
18469         * config/srclist-update: Change update back to the old behavior,
18470         leaving whitespace alone.  Use one 'sed' command rather than a
18471         pipeline.
18472         (fixlicense): Now a variable, not a function.
18473         (remove_trailing_blanks): Remove.
18474         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
18475         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18476         Undo previous (whitespace-only) change.
18477
18478 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18479
18480         Merge from coreutils.
18481         * modules/euidaccess: Add lib_SOURCES, include for new
18482         file euidaccess.h
18483
18484 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18485
18486         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18487         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18488         Normalize leading white space and remove trailing white space.
18489
18490         Merge from coreutils
18491         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
18492
18493         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
18494         0.12.1.  These files are now being upgraded automatically by
18495         ../config/srclist-update.
18496
18497 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18498
18499         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18500         Normalize leading white space and remove trailing white space.
18501         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
18502         notice, as per ../config/srclist-update.
18503
18504         Merge from coreutils.
18505         * lib/euidaccess.h: New file.
18506         * lib/euidaccess.c: Include it.
18507         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
18508         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
18509         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
18510
18511 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18512
18513         * config/srclist-update: Add copyright notice.
18514         (remove_id_lines, remove_trailing_blanks): New constants.
18515         (fixfile): Use them to normalize spacing a bit in copied files.
18516         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18517         Normalize leading white space and remove trailing white space.
18518
18519         * config/texinfo.tex: Sync with texinfo.
18520
18521         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
18522         strtoul.c from libc, to merge coreutils whitespace changes.
18523
18524         * config/srclist.txt: Get the following m4 files from gettext:
18525         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
18526         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
18527         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
18528         wint_t.m4.
18529
18530 2003-08-12  Karl Berry  <karl@gnu.org>
18531
18532         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
18533         been made.
18534
18535 2003-08-11  Paul Eggert  <eggert@twinsun.com>
18536
18537         * modules/gnu-source, m4/gnu-source.m4:
18538         Remove; we're assuming Autoconf 2.54 or later now.
18539         Suggested by Bruno Haible.
18540         * MODULES.html.sh (func_all_modules): Remove gnu-source.
18541
18542 2003-08-11  Bruno Haible  <bruno@clisp.org>
18543
18544         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
18545
18546 2003-08-11  Bruno Haible  <bruno@clisp.org>
18547
18548         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
18549         (vasnprintf): Use it instead of wcslen.
18550
18551 2003-08-11  Bruno Haible  <bruno@clisp.org>
18552
18553         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
18554         value to ensure that _Bool promotes to int. Use #define for _Bool when
18555         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
18556
18557 2003-08-10  Karl Berry  <karl@gnu.org>
18558
18559         * lib/regex.h: update from libc (whitespace fix).
18560
18561 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18562
18563         Merge some files from coreutils.  These changes were
18564         originally made by Jim Meyering.
18565         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
18566         many older Unixes require this.
18567         * lib/alloca.c (alloca): Remove cast to argument of free;
18568         no longer needed in C89.
18569         * lib/alloca_.h, regex.h: Fix white space to match
18570         what GNU indent does.
18571
18572 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18573
18574         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
18575         apparently Emacs's Unicode mode got confused before my 2003-08-05
18576         checkin.
18577
18578 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18579
18580         * m4/extensions.m4: New file.
18581         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
18582         Require gl_USE_SYSTEM_EXTENSIONS.
18583         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
18584         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
18585
18586 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18587
18588         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
18589         * modules/extensions, modules/gnu-source: New files.
18590         * modules/timespec, modules/unlocked-io: Depend on extensions.
18591
18592 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18593
18594         * modules/restrict: New file.
18595         * MODULES.html.sh (func_all_modules): Add restrict.
18596         * modules/regex: Depend on restrict.
18597
18598 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18599
18600         * m4/restrict.m4: New file.
18601         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
18602
18603 2003-08-07  Bruno Haible  <bruno@clisp.org>
18604
18605         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
18606         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
18607
18608 2003-08-07  Bruno Haible  <bruno@clisp.org>
18609
18610         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
18611         makes the module 'getndelim2' compatible with the module 'getline'.
18612
18613 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18614
18615         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
18616         byte with "\201" to avoid glitches when editing that source file
18617         with multi-gnome-terminal.
18618
18619 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18620
18621         * lib/bumpalloc.h: Remove.
18622
18623 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18624
18625         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
18626         * modules/bumpalloc: Remove.
18627
18628 2003-08-04  Paul Eggert  <eggert@twinsun.com>
18629
18630         * lib/getloadavg.c: Change copyright notice and spacing to conform to
18631         GNU coding style.
18632
18633         Merge from coreutils.
18634         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
18635         1. From glibc.
18636         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
18637         from Karl Berry, implemented by Jim Meyering.
18638         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
18639         from Dmitry V. Levin.
18640         Remove anachronistic cast of xrealloc.
18641         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
18642         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
18643         type. Otherwise, it wouldn't compile with at least /bin/cc on
18644         ymp-cray-unicos9.0.2.X.
18645         Combine two mostly-identical uses of alloca into one.
18646         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
18647
18648 2003-08-04  Dave Love  <d.love@dl.ac.uk>
18649
18650         [From Emacs.]
18651
18652         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
18653         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
18654         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
18655         obsolete NLIST_NAME_UNION.
18656         [__GNU__]: Undef BSD and FSCALE.
18657         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
18658
18659 2003-08-03  Paul Eggert  <eggert@twinsun.com>
18660
18661         * lib/stdbool_.h (_Bool): Make it signed char, instead of
18662         an enum type, so that it's guaranteed to promote to int.  See:
18663         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
18664
18665 2003-08-03  Karl Berry  <karl@gnu.org>
18666
18667         * config/depcomp: update from automake.
18668
18669 2003-07-31  Paul Eggert  <eggert@twinsun.com>
18670
18671         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
18672         (strerror): Don't assume that a printable int fits in 14 bytes.
18673
18674 2003-07-31  Bruno Haible  <bruno@clisp.org>
18675
18676         * modules/getpass-gnu: New file.
18677         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
18678
18679 2003-07-31  Bruno Haible  <bruno@clisp.org>
18680
18681         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
18682
18683 2003-07-24  Karl Berry  <karl@gnu.org>
18684
18685         * config/missing: update from automake.
18686
18687 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
18688             Bruno Haible  <bruno@clisp.org>
18689
18690         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
18691         * lib/getline.c (getline, getdelim): Likewise.
18692         Remove _GNU_SOURCE define; now it's defined in config.h through
18693         m4/getline.m4.
18694
18695 2003-07-23  Karl Berry  <karl@gnu.org>
18696
18697         * config/config.sub: update from prep.
18698
18699 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18700
18701         * modules/xalloc (Depends-on): Add exitfail.
18702         * modules/xmemcoll: Likewise.
18703
18704 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18705
18706         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
18707         over-parenthesization in macros.
18708
18709         Sync with coreutils.
18710
18711         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
18712         required by C99.
18713
18714         Use `exit_failure' for xalloc and xmemcoll instead of their own
18715         private exit-failure variables.
18716         * lib/xalloc.h (xalloc_exit_failure): Remove.
18717         * lib/xmalloc.c: Likewise.  Include exitfail.h.
18718         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
18719         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
18720         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
18721         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
18722
18723 2003-07-20  Jim Meyering  <jim@meyering.net>
18724
18725         * modules/closeout (Depends-on): Add exitfail.
18726         Suggestion from Bruno Haible.
18727
18728 2003-07-19  Karl Berry  <karl@gnu.org>
18729
18730         * config/config.sub: update from prep.
18731
18732 2003-07-18  Paul Eggert  <eggert@twinsun.com>
18733
18734         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
18735         Remove.
18736         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
18737         to test that it can stand by itself.  Include "exitfail.h".
18738         Clients should set exit_failure instead.
18739         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
18740
18741 2003-07-18  Bruno Haible  <bruno@clisp.org>
18742
18743         * modules/getndelim2: New file.
18744         * modules/getline: Share files with module getndelim2.
18745         * modules/getnline: Depend on getndelim2 instead of sharing files with
18746         it. Add getnline.c to lib_SOURCES.
18747         * MODULES.html.sh (func_all_modules): Add getndelim2.
18748
18749 2003-07-18  Bruno Haible  <bruno@clisp.org>
18750
18751         * m4/getndelim2.m4: New file.
18752         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
18753         invoke gl_PREREQ_GETNDELIM2.
18754         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
18755         gl_PREREQ_GETNDELIM2.
18756         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
18757         gl_GETNDELIM2.
18758
18759 2003-07-18  Bruno Haible  <bruno@clisp.org>
18760
18761         * lib/getndelim2.h: New file.
18762         * lib/getndelim2.c: Make into a module of its own. Include config.h,
18763         getndelim2.h.
18764         (getndelim2): Make non-static. Change return type to ssize_t.
18765         * lib/getline.h: Change argument names.
18766         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
18767         * lib/getnline.c: Include getndelim2.h.
18768
18769 2003-07-18  Andreas Schwab  <schwab@suse.de>
18770
18771         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
18772
18773 2003-07-17  Karl Berry  <karl@gnu.org>
18774
18775         * config/config.sub: update from prep.
18776
18777 2003-07-17  Bruno Haible  <bruno@clisp.org>
18778
18779         * modules/getnline: New file.
18780         * modules/getline: Add lib/getndelim2.c to source file list.
18781         * MODULES.html.sh (func_all_modules): Add getnline.
18782
18783 2003-07-17  Bruno Haible  <bruno@clisp.org>
18784
18785         * m4/getnline.m4: New file.
18786
18787 2003-07-17  Bruno Haible  <bruno@clisp.org>
18788
18789         * m4/Makefile.am.in: Remove file.
18790         * m4/Makefile.am: Remove file.
18791         * m4/Makefile.in: Remove file.
18792
18793 2003-07-17  Bruno Haible  <bruno@clisp.org>
18794
18795         * lib/getnline.h: New file.
18796         * lib/getnline.c: New file.
18797         * lib/getndelim2.c: New file, extracted from getline.c.
18798         (getndelim2): Renamed from getdelim2, with added nmax argument.
18799         * lib/getline.c: Include getndelim2.c.
18800         (getdelim2): Moved out to getndelim2.c.
18801         (getline, getdelim): Update.
18802
18803 2003-07-17  Bruno Haible  <bruno@clisp.org>
18804
18805         * lib/Makefile.am: Remove file.
18806         * lib/Makefile.in: Remove file.
18807
18808 2003-07-17  Bruno Haible  <bruno@clisp.org>
18809
18810         * configure.in: Remove file.
18811         * Makefile.in: Remove file.
18812
18813 2003-07-17  Bruno Haible  <bruno@clisp.org>
18814
18815         * MODULES.html.sh: Put the </BODY> right before </HTML>.
18816
18817 2003-07-16  Karl Berry  <karl@gnu.org>
18818
18819         * config/srclist-update: was running fixlicense twice, which caused
18820                 texinfo.tex to be nullified for some reason.  Simplify,
18821                 $gplsrc is no longer needed as far as I can see?
18822
18823 2003-07-16  Jim Meyering  <jim@meyering.net>
18824
18825         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
18826
18827 2003-07-15  Paul Eggert  <eggert@twinsun.com>
18828
18829         * config/srclist.txt: Get the following files from gettext-runtime/intl
18830         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
18831         ref-del.sin.  From Bruno Haible.
18832         * config/srclist-update (fixfile): Change grep pattern again, since the
18833         previous fix didn't work (there was another trailing $).  Use
18834         '[$]' to escape the $s.
18835
18836 2003-07-15  Karl Berry  <karl@gnu.org>
18837
18838         * lib/vasnprintf.c: update from gettext.
18839
18840 2003-07-15  Karl Berry  <karl@gnu.org>
18841
18842         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
18843         gets expanded when surrounded by '$'.
18844
18845 2003-07-15  Jim Meyering  <jim@meyering.net>
18846
18847         * modules/save-cwd: Don't depend on error.  From Derek Price.
18848
18849 2003-07-15  Jim Meyering  <jim@meyering.net>
18850
18851         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
18852
18853 2003-07-14  Simon Josefsson  <jas@extundo.com>
18854
18855         * modules/mempcpy: New file.
18856         * MODULES.html.sh (func_all_modules): Add mempcpy.
18857
18858 2003-07-14  Simon Josefsson  <jas@extundo.com>
18859
18860         * m4/mempcpy.m4: New file.
18861
18862 2003-07-14  Simon Josefsson  <jas@extundo.com>
18863
18864         * lib/mempcpy.h: New file.
18865         * lib/mempcpy.c: New file.
18866
18867 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18868
18869         * modules/getdate, modules/posixtm: Depend on mktime.
18870
18871 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18872
18873         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
18874         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
18875         unicodeio.c, unicodeio.h, unlocked-io.h:
18876         Switch from LGPL to GPL.
18877
18878 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18879
18880         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
18881         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
18882         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
18883         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
18884         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
18885         updated automatically by ../config/srclist-update.  This changes
18886         their license from LPGL to GPL.
18887
18888 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18889
18890         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
18891         assumed to refer to the root of the most recent stable gettext version.
18892         * config/srclistvars.sh: Add defaults for eggert.
18893         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
18894         Match "This program" as well as "The program".  This is needed
18895         for gettext.
18896
18897 2003-07-14  Jim Meyering  <jim@meyering.net>
18898
18899         Don't emit diagnostics.  Let callers do that.
18900         * lib/save-cwd.c: Don't include "error.h".
18901         (save_cwd): Don't call error.  Ensure that errno is valid
18902         when returning nonzero.
18903
18904         * lib/save-cwd.h (restore_cwd): Update prototype.
18905         * lib/save-cwd.c (restore_cwd): Remove two parameters.
18906         Simplify.  Don't call error upon failure.  Let callers do that.
18907         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
18908         when auditing is enabled.  But don't bother updating the #if.
18909
18910 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
18911
18912         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
18913         it breaks C++ compilation.
18914         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
18915
18916 2003-07-10  Simon Josefsson  <jas@extundo.com>
18917
18918         * modules/strchrnul (Makefile.am): Add strchrnul.h.
18919
18920 2003-07-10  Jim Meyering  <jim@meyering.net>
18921
18922         * m4/clock_time.m4: Remove trailing blank.
18923         * m4/intmax_t.m4: Likewise.
18924
18925 2003-07-10  Jim Meyering  <jim@meyering.net>
18926
18927         * lib/vasnprintf.c: Remove trailing blanks.
18928         Make cpp indentation consistent.
18929
18930 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18931
18932         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
18933         posixver.c, strftime.c, strnlen.c, strverscmp.c:
18934         Switch from LGPL to GPL.
18935
18936 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18937
18938         * config/srclist.txt: Sort sublists.  Add
18939         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
18940         that differ from gnulib for one reason or another; we'd like this list
18941         to be smaller but for now let's document what we have.
18942
18943 2003-07-08  Paul Eggert  <eggert@twinsun.com>
18944
18945         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
18946         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
18947         and sweeter "eval x=$x".
18948         * config/srclist.txt: Get lib/argp* from glibc.
18949
18950 2003-07-07  Paul Eggert  <eggert@twinsun.com>
18951
18952         * lib/mktime.c: Fix some boundary cases and remove need for floating
18953         point.
18954
18955         Issue a compile-time diagnostic if time_t is floating point, or if
18956         two's complement arithmetic is not in effect, or if arithmetic
18957         right shift does not propagate the sign.  These assumptions were
18958         all in the original code but they weren't checked.
18959
18960         (TIME_T_MIDPOINT, verify): New macros.
18961         (__isleap): Remove; it has integer overflow problems.
18962         (leapyear): New function, without those problems.
18963         (ydhms_tm_diff): Remove; splitting into two parts.
18964         (ydhms_diff): New function, containing the arithmetic part of
18965         the old ydhms_tm_diff function.  Issue a compile-time
18966         diagnostic if we are not using C99 integer division.
18967         Avoid casts when possible.
18968         (guess_time_tm): New function, containing the checking part of
18969         the old ydhms_tm_diff function.  Return the new value, rather than
18970         the difference between it and the old.  Accept a new argument T
18971         so that *T specifies the old value.  Check for overflow in the result.
18972
18973         (__mktime_internal): Use a time_t offset, not a long int offset.
18974         This undoes the 2003-06-04 change, which is no longer needed now
18975         that we have better overflow checking.
18976         (localtime_offset): Likewise.
18977
18978         (__mktime_internal): Avoid harmful overflow on hosts where time_t
18979         and long are 64-bit but int is only 32-bit.
18980         (ydhms_diff): Use long int to store year1 and yday1.
18981         Issue a compile-time diagnostic if long int is not wide enough.
18982
18983         (__mktime_internal): Use long int to store adjusted year and yday.
18984         Use plain C rather than preprocessor commands, if that doesn't
18985         affect efficiency.
18986         Check for overflow (and try to repair) after each probe
18987         rather than checking only at the very end.  This avoids some bugs
18988         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
18989         does not equal GMT offset at maximum time).
18990         Use integer to check for overflow rather than floating point; this
18991         is more portable to non-IEEE hosts, and is a tad faster.
18992         When we detect that we are oscillating between two values,
18993         don't check whether tm_isdst has the requested value, since
18994         we already know the answer.  When tm_isdst has the wrong value,
18995         use a different heuristic to find the right one, based on the
18996         extreme values actually observed in practice in tz2003a,
18997         rather than the (overly optimistic) "previous 3 calendar quarters".
18998
18999         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19000         "T const" to accommodate glibc style.
19001         (check_result): Use less-confusing report format.  "long" -> "long int.
19002         (main): Likewise.
19003         Don't loop if the iteration overflows time_t.
19004         Allow a negative step in the iteration.
19005
19006 2003-07-06  Karl Berry  <karl@gnu.org>
19007
19008         * config/depcomp: update from automake.
19009         * config/config.sub: update from prep.
19010
19011 2003-07-03  Karl Berry  <karl@gnu.org>
19012
19013         * config/config.guess: update from prep.
19014
19015 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19016
19017         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19018         xreadlink.c now includes it unconditionally.
19019
19020 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19021
19022         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19023         having it depend on HAVE_SYS_TYPES_H.
19024
19025 2003-07-01  Bruno Haible  <bruno@clisp.org>
19026
19027         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19028         <sys/types.h> should be sufficient.
19029         Reported by Paul Eggert.
19030
19031 2003-06-26  Karl Berry  <karl@gnu.org>
19032
19033         * config/depcomp: update from automake.
19034
19035 2003-06-26  Bruno Haible  <bruno@clisp.org>
19036
19037         * modules/human: Depend on module stdbool.
19038
19039 2003-06-25  Bruno Haible  <bruno@clisp.org>
19040
19041         * modules/readlink: New file.
19042         * modules/xreadlink: Depend on it.
19043         * MODULES.html.sh (func_all_modules): Add readlink.
19044
19045 2003-06-25  Bruno Haible  <bruno@clisp.org>
19046
19047         * m4/readlink.m4: New file.
19048
19049 2003-06-25  Bruno Haible  <bruno@clisp.org>
19050
19051         * lib/readlink.c: New file.
19052
19053 2003-06-22  Karl Berry  <karl@gnu.org>
19054
19055         * config/srclist.txt: update mkinstalldirs from automake.
19056         * config/mkinstalldirs: update.
19057
19058 2003-06-22  Bruno Haible  <bruno@clisp.org>
19059
19060         Portability to mingw32.
19061         * m4/ssize_t.m4: New file, from GNU gettext.
19062         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19063         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19064
19065 2003-06-22  Bruno Haible  <bruno@clisp.org>
19066
19067         * modules/safe-read: Add m4/ssize_t.m4.
19068         * modules/xreadlink: Add m4/ssize_t.m4.
19069
19070 2003-06-20  Bruno Haible  <bruno@clisp.org>
19071
19072         Assume C89, so PARAMS isn't needed.
19073         * lib/unicodeio.h (PARAMS): Remove.
19074         * lib/unicodeio.c: Don't use PARAMS.
19075
19076 2003-06-18  Karl Berry  <karl@gnu.org>
19077
19078         * config/config.{guess,sub}: update from prep.
19079
19080 2003-06-18  Jim Meyering  <jim@meyering.net>
19081
19082         Merge changes from coreutils.
19083         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19084         Remove explicit declarations of xmalloc and realloc.
19085         Include xalloc.h.
19086         (read_utmp): Remove anachronistic cast of xmalloc.
19087
19088 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19089
19090         Assume C89, so PARAMS isn't needed.
19091         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19092         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19093         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19094         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19095         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19096         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19097         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
19098         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
19099         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
19100         lib/xstrtod.h, lib/xstrtol.h: Likewise.
19101         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
19102         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
19103         no longer needed. Anyway, config.h should always be included before any
19104         other file.
19105
19106 2003-06-11  Simon Josefsson  <jas@extundo.com>
19107
19108         * modules/sysexits: New file.
19109         * MODULES.html.sh (func_all_modules): Add sysexits.
19110
19111 2003-06-11  Simon Josefsson  <jas@extundo.com>
19112
19113         * lib/sysexit_.h: New file.
19114
19115 2003-06-11  Derek Price  <derek@ximbiot.com>
19116
19117         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
19118         necessary.
19119
19120 2003-06-11  Bruno Haible  <bruno@clisp.org>
19121
19122         * m4/sysexits.m4: New file.
19123
19124 2003-06-10  Simon Josefsson  <jas@extundo.com>
19125
19126         * lib/argp.h: New file, from glibc.
19127         * lib/argp-ba.c: New file, from glibc.
19128         * lib/argp-eexst.c: New file, from glibc.
19129         * lib/argp-fmtstream.c: New file, from glibc.
19130         * lib/argp-fmtstream.h: New file, from glibc.
19131         * lib/argp-fs-xinl.c: New file, from glibc.
19132         * lib/argp-help.c: New file, from glibc.
19133         * lib/argp-namefrob.h: New file, from glibc.
19134         * lib/argp-parse.c: New file, from glibc.
19135         * lib/argp-pv.c: New file, from glibc.
19136         * lib/argp-pvh.c: New file, from glibc.
19137         * lib/argp-xinl.c: New file, from glibc.
19138
19139 2003-06-10  Simon Josefsson  <jas@extundo.com>
19140
19141         * modules/strchrnul: New file.
19142
19143 2003-06-10  Simon Josefsson  <jas@extundo.com>
19144
19145         * modules/argp: New file.
19146
19147 2003-06-10  Simon Josefsson  <jas@extundo.com>
19148
19149         * m4/strchrnul.m4: New file.
19150
19151 2003-06-10  Simon Josefsson  <jas@extundo.com>
19152
19153         * lib/strchrnul.h: New file.
19154         * lib/strchrnul.c: New file.
19155
19156 2003-06-10  Bruno Haible  <bruno@clisp.org>
19157
19158         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
19159
19160 2003-06-07  Karl Berry  <karl@gnu.org>
19161
19162         * config/config.{guess,sub}: update from prep.
19163
19164 2003-06-07  Jim Meyering  <jim@meyering.net>
19165
19166         * modules/strtod: Use $(...) notation, not @...@ for
19167         AC_REPLACE'd variables.
19168         * modules/localcharset: Likewise.
19169
19170 2003-06-07  Jim Meyering  <jim@meyering.net>
19171
19172         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
19173         in place of my name in the copyright comment.
19174         Remove definition and uses of __P.
19175
19176         From coreutils.
19177         * lib/stat.c: Don't declare xmalloc explicitly.
19178         Instead, include "xalloc.h".
19179         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
19180         xrealloc, and xcalloc return values.
19181         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
19182         Improve comment.
19183         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
19184
19185 2003-06-07  Bruno Haible  <bruno@clisp.org>
19186
19187         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
19188         avoid AC_CONFIG_LINKS.
19189         * modules/fnmatch (Makefile.am): Use explicit creation rule for
19190         fnmatch.h, to avoid AC_CONFIG_LINKS.
19191         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
19192
19193 2003-06-07  Bruno Haible  <bruno@clisp.org>
19194
19195         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
19196         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
19197         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19198         directory.
19199         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
19200         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19201         directory.
19202
19203 2003-06-06  Jim Meyering  <jim@meyering.net>
19204
19205         Merge from coreutils.
19206         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
19207         Consolidate declarations and initializations of *_base* locals.
19208
19209         Merge from coreutils.
19210         This avoids a core dump on systems without GNU putenv,
19211         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
19212         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
19213         (unsetenv): New static function, from GNU libc.
19214         (rpl_putenv): Use it.
19215
19216         * lib/modechange.c: Remove trailing blanks.
19217
19218         Merge from coreutils.
19219         * lib/fsusage.c: Remove declaration of statfs.
19220         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
19221
19222         * lib/posixtm.c: Include <stdbool.h> unconditionally.
19223
19224 2003-06-06  Jim Meyering  <jim@meyering.net>
19225
19226         * lib/stdbool_.h: Renamed from stdbool.h.in.
19227
19228 2003-06-06  Jim Meyering  <jim@meyering.net>
19229             Bruno Haible  <bruno@clisp.org>
19230
19231         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
19232         Adjust Makefile.am snippet not to redirect directly to target.
19233         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
19234
19235 2003-06-05  Paul Eggert  <eggert@twinsun.com>
19236
19237         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
19238         mismatch, look in future quarters as well as past.  This fixes a
19239         bug when processing fall-backwards gaps immediately after a long
19240         period of daylight-saving time.
19241
19242         * lib/mktime.c: Assume freestanding C89 or better.
19243         (HAVE_LIMITS_H): Remove.  Assume it's 1.
19244         (__P): Remove; not used.
19245         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
19246         (mktime, not_equal_tm, print_tm, check_result,
19247         main): Use prototypes.  Use const * where appropriate.
19248         (main): Fix typo in testing code that uncovered by above changes.
19249         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
19250
19251 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19252
19253         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
19254         locale.h, localeconv.  This merges changes from coreutils.
19255
19256         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
19257         It can be removed after the next Autoconf is released.
19258         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
19259         needed.
19260
19261 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19262
19263         * lib/mktime.c: Fix Debian bug 177940
19264         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
19265         (localtime_offset): Now long int, not time_t, because we want it
19266         to be guaranteed to be signed.  All uses changed.
19267         (__mktime_internal): If overflow would occur when adding offset,
19268         don't add it.
19269
19270         Merge 'human' changes from coreutils.  Rewrite to support
19271         locale-specific notations like thousands separators.
19272         * lib/human.c: Simplify authorship notice.
19273         Include human.h immediately after config.h.
19274         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
19275         <limits.h>: Do not include, since human.h does.
19276         (SIZE_MAX, UINTMAX_MAX): New macros.
19277         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
19278         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
19279         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
19280         (power_letter): Renamed from suffixes.
19281         (generate_suffix_backwards): Remove.
19282         (adjust_value): Now takes int style (because of human.h changes)
19283         and long double value (for greater precision on some platforms).
19284         (group_number): New function.
19285         (human_readable): Use it.  Use integer options, not enum.
19286         Put the options before the sizes in the arg list.
19287         Support all the new options.
19288         The old human_readable function has been removed;
19289         use inttostr.h instead.
19290         (human_readable, default_block_size, humblock):
19291         Use uintmax_t, not int, for block sizes.
19292         (human_readable_inexact, block_size_types): Remove.
19293         (block_size_opts): New constant.
19294         (human_options): Renamed from human_block_size, with new signature
19295         that allows block sizes up to UINTMAX_MAX.  All callers changed.
19296         * lib/human.h: Add copyright and authorship notice.
19297         Include <limits.h> and <stdbool.h> unconditionally.
19298         (PARAMS): Remove.  All uses removed.
19299         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
19300         (enum human_inexact_style): Remove tag; now a nameless enum.
19301         (human_floor, human_ceiling, human_round_to_even): Now have
19302         values 2, 0, 1 rather than -1, 1, 0.
19303         (human_group_digits, human_suppress_point_zero, human_autoscale,
19304         human_base_1024, human_SI, human_B): New constants.
19305         (human_readable_inexact, human_block_size): Remove.
19306         (human_readable): Size args are now uintmax_t, not int.
19307         (human_options): New decl.
19308
19309         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
19310         unnecessary now that we assume C89 or better.  This change
19311         imported from coreutils.
19312
19313         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19314         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
19315         in the 2003-05-30 sync from glibc.
19316
19317         .h files should stand alone, but we shouldn't include <sys/types.h>
19318         if we can get away with just <stddef.h>.
19319
19320         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
19321         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
19322         rather than <sys/types.h>, as we merely need size_t.
19323         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
19324         to get size_t.
19325         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
19326         Include <stdio.h>, to get FILE.
19327         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
19328         memcasecmp.h has included <stddef.h> and all we need is size_t.
19329         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
19330         our interface, instead of including <sys/types.h>
19331
19332 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19333
19334         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
19335         now, as glibc mktime is buggy on non-glibc systems.
19336
19337 2003-06-03  Karl Berry  <karl@gnu.org>
19338
19339         * config/config.sub: update from prep.
19340
19341 2003-06-02  Paul Eggert  <eggert@twinsun.com>
19342
19343         [from coreutils]
19344         Fix some minor time-related bugs with POSIX time arguments.
19345         Some valid time stamps were being rejected (notably -1, and
19346         time stamps before 1900 on 64-bit hosts).  And some invalid
19347         time stamps were being accepted, e.g. September 31.
19348
19349         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
19350         that we can return (time_t) -1 successfully.
19351         * lib/posixtm.c: Likewise.
19352         [HAVE_STDBOOL_H]: Include <stdbool.h>.
19353         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
19354         (t): Remove static var.
19355         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
19356         of static var.  All uses changed.
19357         (year): Do not reject years before 1900; they can occur with
19358         64-bit time_t.
19359         (posix_time_parse): Do not check for out-of-range components;
19360         that is now the caller's responsibility, since our checks were
19361         only approximations.
19362         (posixtime): Use mktime to check for out-of-range components,
19363         since it knows them exactly.
19364         If mktime returns (time_t) -1, check whether an error actually occurred
19365         by invoking localtime on -1.
19366         (main) [TEST_POSIXTIME]: Check for input data errors, and report
19367         posixtime failures better.
19368         Improve the test data (in comments only).
19369
19370 2003-06-02  Karl Berry  <karl@gnu.org>
19371
19372         * config/mkinstalldirs (version): new variable.
19373         (--version): new option.
19374         (usage): improve message.
19375
19376 2003-05-30  Karl Berry  <karl@gnu.org>
19377
19378         * lib/mktime.c: update from libc.
19379
19380 2003-05-30  Bruno Haible  <bruno@clisp.org>
19381
19382         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
19383         * config/config.rpath: Upgrade to gettext-0.12.1.
19384
19385 2003-05-30  Bruno Haible  <bruno@clisp.org>
19386
19387         * m4/gettext.m4: Upgrade to gettext-0.12.1.
19388         * m4/nls.m4: New file, from gettext-0.12.1.
19389         * m4/po.m4: New file, from gettext-0.12.1.
19390         * m4/progtest.m4: Upgrade to gettext-0.12.1.
19391
19392 2003-05-30  Bruno Haible  <bruno@clisp.org>
19393
19394         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
19395         * lib/localcharset.h: Likewise.
19396         * lib/localcharset.c: Likewise.
19397
19398 2003-05-29  Karl Berry  <karl@gnu.org>
19399
19400         * config/config.rpath: update from gettext.
19401
19402 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19403
19404         Assume the headers required for C89 freestanding compilers.
19405         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
19406         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
19407         * m4/human.m4 (gl_HUMAN): Likewise.
19408         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
19409         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
19410         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19411         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
19412         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19413         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
19414
19415 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19416
19417         Assume the headers required for C89 freestanding compilers.
19418         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
19419         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
19420         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
19421         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
19422         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
19423         define, since <limits.h> is guaranteed to do that.
19424         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
19425         * lib/exclude.c: Include <stdbool.h> unconditionally.
19426         * lib/tempname.c: Include <stddef.h> unconditionally.
19427         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
19428         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
19429         <stddef.h> does that.
19430         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
19431         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
19432         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
19433         needed.
19434         * lib/xstrtol.c: Likewise.
19435         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
19436         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
19437
19438         * lib/addext.c (addext): Use assignment rather than cast, to avoid
19439         warnings on some platforms.
19440
19441         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19442         arbitrarily.
19443
19444 2003-05-26  Jim Meyering  <jim@meyering.net>
19445
19446         Merge in a change from coreutils:
19447         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
19448         that is guaranteed to be `no'.  Use `no_such_member' to indicate
19449         that condition, rather than `-1' which is slightly misleading.
19450         Change the name of the cache variable to have the gl_ prefix.
19451         Prompted by a patch from Richard Dawe for DJGPP.
19452
19453 2003-05-24  Karl Berry  <karl@gnu.org>
19454
19455         * config/config.guess: update from prep.
19456
19457 2003-05-22  Karl Berry  <karl@gnu.org>
19458
19459         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
19460
19461 2003-05-20  Karl Berry  <karl@gnu.org>
19462
19463         * config/config.guess: update from prep.
19464
19465 2003-05-18  Karl Berry  <karl@gnu.org>
19466
19467         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
19468         might actually be set by the user.
19469
19470         * config/depcomp, install-sh, mdate-sh: update from automake.
19471
19472 2003-05-17  Bruno Haible  <bruno@clisp.org>
19473
19474         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
19475         invalid expansion for AC_EGREP_CPP.
19476         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
19477         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
19478         Suggested by Akim Demaille <akim@epita.fr> in
19479         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
19480
19481 2003-05-12  Jim Meyering  <jim@meyering.net>
19482
19483         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
19484         the space-padded-by-default conversion specifiers, %e, %k, %l.
19485
19486 2003-05-12  Bruno Haible  <bruno@clisp.org>
19487
19488         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
19489         the string is longer than 4 KB.
19490
19491 2003-05-11  Karl Berry  <karl@gnu.org>
19492
19493         * config/config.{guess,sub}: update from prep.
19494
19495 2003-05-09  Bruno Haible  <bruno@clisp.org>
19496
19497         * modules/error: Add m4/strerror_r.m4 to file list.
19498
19499 2003-05-03  Bruno Haible  <bruno@clisp.org>
19500
19501         Upgrade to Unicode-4.0.
19502         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
19503         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
19504         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
19505         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
19506         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
19507         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
19508         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
19509         Change width of U+E0100..U+E01EF from 1 to 0.
19510
19511 2003-04-25  Jim Meyering  <jim@meyering.net>
19512
19513         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
19514         of type size_t, not int.
19515
19516 2003-04-25  Bruno Haible  <bruno@clisp.org>
19517
19518         * lib/copy-file.c: Include <stddef.h>, for size_t.
19519
19520 2003-04-21  Paul Eggert  <eggert@twinsun.com>
19521
19522         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
19523         code which expansion is under static control.  Patch imported from
19524         Akim Demaille's patch to Bison; see
19525         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
19526
19527 2003-04-14  Bruno Haible  <bruno@clisp.org>
19528
19529         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
19530
19531 2003-04-11  Jim Meyering  <jim@meyering.net>
19532
19533         Merge changes from Coreutils.
19534
19535         2003-03-22  Jim Meyering  <jim@meyering.net>
19536
19537         * lib/strftime.c (widen): Cast alloca return value to proper type.
19538
19539         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
19540
19541         From GNU libc.
19542         * lib/strftime.c (my_strftime): Handle very large width
19543         specifications for numeric values correctly.  Improve checks for
19544         overflow.
19545
19546         2003-01-19  Jim Meyering  <jim@meyering.net>
19547
19548         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
19549         definitions.
19550         (nl_get_alt_digit) [! defined my_strftime]: Define.
19551         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
19552         _nl_get_alt_digit and _nl_get_walt_digit.
19553
19554         * lib/strftime.c (my_strftime): Merge in locale-related changes from
19555         libc. These changes have no effect outside of _LIBC.
19556
19557 2003-04-10  Bruno Haible  <bruno@clisp.org>
19558
19559         * modules/findprog: New file.
19560         * MODULES.html.sh (func_all_modules): Add it.
19561
19562 2003-04-10  Bruno Haible  <bruno@clisp.org>
19563
19564         * m4/findprog.m4: New file.
19565         * m4/eaccess.m4: New file.
19566
19567 2003-04-10  Bruno Haible  <bruno@clisp.org>
19568
19569         * lib/findprog.h: New file, from GNU gettext.
19570         * lib/findprog.c: New file, from GNU gettext.
19571
19572 2003-04-05  Jim Meyering  <jim@meyering.net>
19573
19574         Merge changes from Coreutils.
19575
19576         * lib/exclude.h (PARAMS): Remove definition and uses.
19577         * lib/exclude.c: Remove uses of `PARAMS'.
19578
19579         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
19580         Add test-cases for DOS filenames. Declare program_name.
19581         (main): Set up program_name.  Patch by Rich Dawe.
19582
19583         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19584         error from mntctl.
19585         Use mntctl's return value to drive the entry-processing loop, since
19586         we can't rely on the value of the vmt_length member in the last
19587         entry.  On some systems doing so could result in exhausting
19588         virtual memory.  Based in part on a patch from Mike Jetzer.
19589
19590 2003-04-04  Bruno Haible  <bruno@clisp.org>
19591
19592         * modules/linebreak: New file.
19593         * MODULES.html.sh (func_all_modules): Add it.
19594
19595 2003-04-04  Bruno Haible  <bruno@clisp.org>
19596
19597         * m4/linebreak.m4: New file.
19598
19599 2003-04-04  Bruno Haible  <bruno@clisp.org>
19600
19601         * lib/linebreak.h: New file, from GNU gettext.
19602         * lib/linebreak.c: New file, from GNU gettext with slight
19603         modifications.
19604         * lib/lbrkprop.h: New file, from GNU gettext.
19605
19606 2003-04-03  Bruno Haible  <bruno@clisp.org>
19607
19608         * modules/utf8-ucs4: New file.
19609         * modules/utf16-ucs4: New file.
19610         * modules/ucs4-utf8: New file.
19611         * modules/ucs4-utf16: New file.
19612         * MODULES.html.sh (func_all_modules): Add them.
19613
19614 2003-04-03  Bruno Haible  <bruno@clisp.org>
19615
19616         * m4/utf-ucs4.m4: New file.
19617         * m4/ucs4-utf.m4: New file.
19618
19619 2003-04-03  Bruno Haible  <bruno@clisp.org>
19620
19621         * lib/utf8-ucs4.h: New file, from GNU gettext.
19622         * lib/utf16-ucs4.h: New file, from GNU gettext.
19623         * lib/ucs4-utf8.h: New file, from GNU gettext.
19624         * lib/ucs4-utf16.h: New file, from GNU gettext.
19625
19626 2003-04-02  Bruno Haible  <bruno@clisp.org>
19627
19628         * modules/binary-io: New file.
19629         * MODULES.html.sh (func_all_modules): Add it.
19630
19631 2003-04-02  Bruno Haible  <bruno@clisp.org>
19632
19633         * lib/binary-io.h: New file, from GNU gettext.
19634
19635 2003-04-01  Bruno Haible  <bruno@clisp.org>
19636
19637         * modules/pathname: New file.
19638         * MODULES.html.sh (func_all_modules): Add it.
19639
19640 2003-04-01  Bruno Haible  <bruno@clisp.org>
19641
19642         * lib/pathname.h: New file, from GNU gettext.
19643         * lib/concatpath.c: New file, from GNU gettext.
19644
19645 2003-03-30  Bruno Haible  <bruno@clisp.org>
19646
19647         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
19648
19649 2003-03-30  Bruno Haible  <bruno@clisp.org>
19650
19651         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
19652         function chown() doesn't exist.
19653
19654 2003-03-28  Bruno Haible  <bruno@clisp.org>
19655
19656         * modules/copy-file: New file.
19657         * MODULES.html.sh (func_all_modules): Add it.
19658
19659 2003-03-28  Bruno Haible  <bruno@clisp.org>
19660
19661         * m4/copy-file.m4: New file.
19662
19663 2003-03-28  Bruno Haible  <bruno@clisp.org>
19664
19665         * lib/copy-file.h: New file, from GNU gettext.
19666         * lib/copy-file.c: New file, from GNU gettext.
19667
19668 2003-03-18  Jim Meyering  <jim@meyering.net>
19669
19670         * lib/quote.c (quote_n): Fix typo in comment.
19671
19672 2003-03-18  Bruno Haible  <bruno@clisp.org>
19673
19674         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
19675         checking.
19676         * m4/onceonly_2_57.m4: Likewise.
19677
19678 2003-03-17  Bruno Haible  <bruno@clisp.org>
19679
19680         * m4/onceonly.m4: Require autoconf 2.54 or newer.
19681         (m4_quote): Remove macro.
19682         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
19683
19684 2003-03-14  Jim Meyering  <jim@meyering.net>
19685
19686         Merge changes from Coreutils.
19687         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
19688         to be const, in order to avoid warnings.
19689         (obstack_room): Likewise.
19690         (obstack_empty_p): Likewise.
19691
19692 2003-03-14  Bruno Haible  <bruno@clisp.org>
19693
19694         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
19695         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
19696
19697 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19698
19699         Merge changes from Bison.
19700         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
19701         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
19702         when compiling Bison 1.875's `bitset bset = obstack_alloc
19703         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
19704         * lib/hash.c: Include <stdbool.h> unconditionally.
19705
19706 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19707
19708         * m4/onceonly.m4 (m4_quote): New macro.
19709         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
19710         Quote AC_FOREACH variable-expansions properly.
19711
19712 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19713
19714         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
19715
19716 2003-03-09  Paul Eggert  <eggert@twinsun.com>
19717
19718         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
19719         Reported by Bruce Becker; see:
19720         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
19721
19722 2003-03-03  Paul Eggert  <eggert@twinsun.com>
19723             Bruno Haible  <bruno@clisp.org>
19724
19725         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
19726         Reported by John Hughes, see
19727         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
19728
19729 2003-02-20  Bruno Haible  <bruno@clisp.org>
19730
19731         * MODULES.html.sh (func_all_modules): Add poll.
19732
19733 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19734
19735         * modules/poll: New file.
19736
19737 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19738
19739         * lib/poll_.h: New file.
19740         * lib/poll.c: New file.
19741
19742 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19743
19744         * m4/poll.m4: New file.
19745
19746 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19747
19748         * modules/mathl: New file.
19749
19750 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19751
19752         * lib/mathl.h: New file.
19753         * lib/acosl.c: New file.
19754         * lib/asinl.c: New file.
19755         * lib/atanl.c: New file.
19756         * lib/ceill.c: New file.
19757         * lib/cosl.c: New file.
19758         * lib/expl.c: New file.
19759         * lib/floorl.c: New file.
19760         * lib/frexpl.c: New file.
19761         * lib/ldexpl.c: New file.
19762         * lib/logl.c: New file.
19763         * lib/sincosl.c: New file.
19764         * lib/sinl.c: New file.
19765         * lib/sqrtl.c: New file.
19766         * lib/tanl.c: New file.
19767         * lib/trigl.c: New file.
19768         * lib/trigl.h: New file.
19769
19770 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19771
19772         * m4/mathl.m4: New file.
19773
19774 2003-02-18  Bruno Haible  <bruno@clisp.org>
19775
19776         * MODULES.html.sh (func_all_modules): Add mathl.
19777
19778 2003-02-17  Bruno Haible  <bruno@clisp.org>
19779
19780         * modules/mkdtemp: New module.
19781         * MODULES.html.sh (func_all_modules): Add it.
19782
19783 2003-02-17  Bruno Haible  <bruno@clisp.org>
19784
19785         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
19786
19787 2003-02-17  Bruno Haible  <bruno@clisp.org>
19788
19789         * lib/mkdtemp.h: New file, from GNU gettext.
19790         * lib/mkdtemp.c: New file, from GNU gettext.
19791
19792 2003-02-02  Jim Meyering  <jim@meyering.net>
19793
19794         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
19795         e.g. glibc-2.2.93.
19796
19797 2003-01-31  Bruno Haible  <bruno@clisp.org>
19798
19799         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
19800         'rpl_rename'.
19801         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
19802         'rpl_strnlen'.
19803         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
19804         'rpl_strtod'.
19805         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
19806         'rpl_utime'.
19807
19808 2003-01-31  Bruno Haible  <bruno@clisp.org>
19809
19810         * lib/rename.c: #undef rename before defining rpl_rename.
19811         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
19812
19813 2003-01-30  Bruno Haible  <bruno@clisp.org>
19814
19815         * modules/vasnprintf, modules/vasprintf: New modules.
19816         * MODULES.html.sh (func_all_modules): Add them.
19817
19818 2003-01-30  Bruno Haible  <bruno@clisp.org>
19819
19820         * m4/signed.m4: New file, from GNU gettext.
19821         * m4/longdouble.m4: New file, from GNU gettext.
19822         * m4/wchar_t.m4: New file, from GNU gettext.
19823         * m4/wint_t.m4: New file, from GNU gettext.
19824         * m4/vasnprintf.m4: New file.
19825         * m4/vasprintf.m4: New file.
19826
19827 2003-01-30  Bruno Haible  <bruno@clisp.org>
19828
19829         * lib/printf-args.h: New file, from GNU gettext.
19830         * lib/printf-args.c: New file, from GNU gettext.
19831         * lib/printf-parse.h: New file, from GNU gettext.
19832         * lib/printf-parse.c: New file, from GNU gettext.
19833         * lib/vasnprintf.h: New file, from GNU gettext.
19834         * lib/vasnprintf.c: New file, from GNU gettext.
19835         * lib/asnprintf.c: New file, from GNU gettext.
19836         * lib/vasprintf.h: New file, from GNU gettext with modifications.
19837         * lib/vasprintf.c: New file, from GNU gettext.
19838         * lib/asprintf.c: New file, from GNU gettext.
19839
19840 2003-01-29  Bruno Haible  <bruno@clisp.org>
19841
19842         * modules/stpncpy: New module.
19843         * MODULES.html.sh (func_all_modules): Add it.
19844
19845 2003-01-29  Bruno Haible  <bruno@clisp.org>
19846
19847         * m4/stpncpy.m4: New file.
19848
19849 2003-01-29  Bruno Haible  <bruno@clisp.org>
19850
19851         * lib/stpncpy.h: New file, from GNU gettext with modifications.
19852         * lib/stpncpy.c: New file, from GNU gettext with modifications.
19853
19854 2003-01-28  Bruno Haible  <bruno@clisp.org>
19855
19856         * modules/c-ctype: New module.
19857         * MODULES.html.sh (func_all_modules): Add it.
19858
19859 2003-01-28  Bruno Haible  <bruno@clisp.org>
19860
19861         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
19862         Paul Eggert.
19863         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
19864         Paul Eggert.
19865
19866 2003-01-27  Bruno Haible  <bruno@clisp.org>
19867
19868         * modules/xsetenv: New module.
19869         * MODULES.html.sh (func_all_modules): Add it.
19870
19871 2003-01-27  Bruno Haible  <bruno@clisp.org>
19872
19873         * lib/xsetenv.h: New file, from GNU gettext.
19874         * lib/xsetenv.c: New file, from GNU gettext.
19875
19876 2003-01-23  Jim Meyering  <jim@meyering.net>
19877
19878         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
19879         from working on systems without dirfd (at least Irix and OSF1/Tru64).
19880
19881 2003-01-23  Bruno Haible  <bruno@clisp.org>
19882
19883         * modules/minmax: New module.
19884         * MODULES.html.sh (func_all_modules): Add it.
19885
19886 2003-01-23  Bruno Haible  <bruno@clisp.org>
19887
19888         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
19889         Eggert.
19890
19891 2003-01-22  Bruno Haible  <bruno@clisp.org>
19892
19893         * modules/exit: New module.
19894         * MODULES.html.sh (func_all_modules): Add it.
19895
19896 2003-01-22  Bruno Haible  <bruno@clisp.org>
19897
19898         * lib/exit.h: New file, from GNU gettext.
19899
19900 2003-01-19  Bruno Haible  <bruno@clisp.org>
19901
19902         * gnulib-tool: Recognize option --extract-maintainer.
19903         (func_get_maintainer): New function.
19904         * modules/*: Add Maintainer entry.
19905
19906 2003-01-16  Jim Meyering  <jim@meyering.net>
19907
19908         * m4/regex.m4: The `regex' struct is both input and output.
19909         Initialize it before each use.  Patch by Tim Waugh.
19910
19911 2003-01-16  Bruno Haible  <bruno@clisp.org>
19912
19913         * MODULES.html.sh: Add a table of contents. Add the module name as
19914         leftmost column. Add hyperlinks.
19915
19916 2003-01-15  Bruno Haible  <bruno@clisp.org>
19917
19918         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
19919
19920 2003-01-15  Bruno Haible  <bruno@clisp.org>
19921
19922         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
19923         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
19924         suffix.
19925
19926 2003-01-15  Bruno Haible  <bruno@clisp.org>
19927
19928         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
19929
19930 2003-01-15  Bruno Haible  <bruno@clisp.org>
19931
19932         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
19933         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
19934
19935 2003-01-14  Jim Meyering  <jim@meyering.net>
19936
19937         * lib/same.c (same_name): Tweak a comment.
19938
19939 2003-01-14  Bruno Haible  <bruno@clisp.org>
19940
19941         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
19942         when a string comparison is sufficient.
19943
19944 2003-01-14  Bruno Haible  <bruno@clisp.org>
19945
19946         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
19947         'unsigned int'.
19948
19949 2003-01-14  Bruno Haible  <bruno@clisp.org>
19950
19951         * lib/hash-pjw.c: Add comment about low quality of this function.
19952
19953 2003-01-13  Bruno Haible  <bruno@clisp.org>
19954
19955         * modules/stpcpy: Distribute lib/stpcpy.h.
19956         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
19957
19958 2003-01-13  Bruno Haible  <bruno@clisp.org>
19959
19960         * modules/*: Add a description.
19961         * modules/strpbrk: Fix Makefile.am snippet.
19962         * modules/strtoimax: Fix dependencies.
19963         * modules/strtoumax: Likewise.
19964
19965 2003-01-13  Bruno Haible  <bruno@clisp.org>
19966
19967         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
19968         * modules/alloca (Makefile.am): All object files depend on alloca.h.
19969         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
19970
19971 2003-01-13  Bruno Haible  <bruno@clisp.org>
19972
19973         * gnulib-tool (func_create_testdir): Store config/* files in the main
19974         directory.
19975         * config.rpath: Move to ...
19976         * config/config.rpath: ... here.
19977         * modules/gettext: Contains config/config.rpath, not config.rpath.
19978         * modules/iconv: Likewise.
19979
19980 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19981
19982         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19983         to avoid collisions with libcurses and libreadline.
19984
19985         * m4/getstr.m4: Remove.
19986         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
19987
19988 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19989
19990         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19991         to avoid collisions with libcurses and libreadline.
19992
19993         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
19994         * lib/getstr.h, getstr.c: Remove.
19995         * lib/getline.c: Include "getline.h", to check interface.
19996         Move body of old getstr.c here: this defines MIN_CHUNK and
19997         declares getdelim2, which is renamed from getstr.
19998         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
19999
20000         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20001         All uses changed.
20002         * lib/linebuffer.h: Likewise.
20003         (readline): Remove backward-compatibility macro.
20004
20005 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20006
20007         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20008         to avoid collisions with libcurses and libreadline.
20009         * getstr: Remove.
20010         * MODULES.html.sh: Remove getstr.
20011         * modules/getline: Depend on unlocked-io, not getstr.
20012
20013 2003-01-12  Jim Meyering  <jim@meyering.net>
20014
20015         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20016
20017 2003-01-10  Bruno Haible  <bruno@clisp.org>
20018
20019         * modules/alloca: Change Makefile.am requirements. Simplify Include
20020         requirements. Add lib/alloca_.h to file list.
20021
20022 2003-01-10  Bruno Haible  <bruno@clisp.org>
20023
20024         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20025
20026 2003-01-10  Bruno Haible  <bruno@clisp.org>
20027
20028         * lib/alloca_.h: New file.
20029         * lib/getdate.y: Unconditionally include alloca.h.
20030         * lib/makepath.c: Likewise.
20031         * lib/setenv.c: Likewise.
20032         * lib/userspec.c: Likewise.
20033
20034 2003-01-09  Karl Berry  <karl@gnu.org>
20035
20036         * MODULES.html.sh: include `dirname $0` in PATH, to find
20037         gnulib-tool.
20038
20039 2003-01-09  Bruno Haible  <bruno@clisp.org>
20040
20041         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20042         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20043
20044 2003-01-09  Bruno Haible  <bruno@clisp.org>
20045
20046         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20047
20048 2003-01-09  Bruno Haible  <bruno@clisp.org>
20049
20050         * lib/stdbool.h.in: New file.
20051
20052 2003-01-09  Bruno Haible  <bruno@clisp.org>
20053
20054         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20055         * MODULES.html.sh: Likewise.
20056
20057 2003-01-08  Jim Meyering  <jim@meyering.net>
20058
20059         * lib/full-write.c: Undefine and define-away `const' after inclusion
20060         of errno.h, not before.  Suggestion from Bruno Haible.
20061
20062 2003-01-08  Bruno Haible  <bruno@clisp.org>
20063
20064         * modules/full-read: Depend on full-write.
20065
20066 2003-01-08  Bruno Haible  <bruno@clisp.org>
20067
20068         * lib/safe-read.c: Include specification header first, to ensure its
20069         selfcontainedness.
20070         * lib/full-write.c: Likewise.
20071
20072 2003-01-07  Jim Meyering  <jim@meyering.net>
20073
20074         * lib/full-write.c: Rework so that it may serve to define full_read,
20075         too.
20076         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20077
20078 2003-01-07  Bruno Haible  <bruno@clisp.org>
20079
20080         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20081         <inttypes.h>.
20082         * lib/xstrtol.h: Likewise.
20083         * lib/xstrtoimax.c: Likewise.
20084         * lib/xstrtoumax.c: Likewise.
20085         * lib/human.h: Likewise.
20086
20087         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20088         on systems that have <inttypes.h> but not <stdint.h>.
20089
20090 2003-01-07  Bruno Haible  <bruno@clisp.org>
20091
20092         * MODULES.html.sh: Add copyright notice.
20093         (missed_files): Omit CVS directory entries.
20094         (func_module): Make it work with sed-3.02.
20095         * MODULES.txt: Remove file.
20096
20097 2003-01-06  Jim Meyering  <jim@meyering.net>
20098
20099         * lib/version-etc.c: Update year in translatable copyright string.
20100
20101 2003-01-03  Karl Berry  <karl@gnu.org>
20102
20103         * config/config.{guess,sub}: update from prep.
20104
20105 2003-01-02  Karl Berry  <karl@gnu.org>
20106
20107         * doc/COPYING.DOC: belatedly updated to 1.2.
20108
20109 2003-01-01  Karl Berry  <karl@gnu.org>
20110
20111         * gnulib-tool (func_verify_module): report module name $module in
20112         error message, not $1.
20113         * gnulib-tool (create-testdir): don't complain if destdir couldn't
20114         be created, only if it doesn't exist.
20115         * gnulib-tool (last_checkin_date): don't expand the $Date here.
20116
20117 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20118
20119         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
20120
20121 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20122
20123         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
20124         memcmp if strcoll doesn't work.
20125
20126 2002-12-31  Bruno Haible  <bruno@clisp.org>
20127
20128         * lib/utime.c (utime_null): No need to call ftruncate if the file was
20129         nonempty.
20130
20131 2002-12-31  Bruno Haible  <bruno@clisp.org>
20132
20133         * lib/memcoll.c (STRCOLL): New macro.
20134         (memcoll): Use it.
20135
20136 2002-12-31  Bruno Haible  <bruno@clisp.org>
20137
20138         * lib/localcharset.h: New file.
20139         * lib/localcharset.c: Include it.
20140         * lib/unicodeio.c: Likewise.
20141
20142 2002-12-31  Bruno Haible  <bruno@clisp.org>
20143
20144         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
20145         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
20146
20147 2002-12-31  Bruno Haible  <bruno@clisp.org>
20148
20149         * lib/getline.h: Include <stddef.h>, for size_t.
20150
20151         * lib/unicodeio.h: Include <stddef.h>, for size_t.
20152         * lib/unicodeio.c: Don't include <stddef.h>.
20153
20154 2002-12-31  Bruno Haible  <bruno@clisp.org>
20155
20156         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
20157         HAVE_TM_ZONE.
20158
20159 2002-12-24  Karl Berry  <karl@gnu.org>
20160
20161         * config/config.guess: update from prep.
20162
20163 2002-12-24  Bruno Haible  <bruno@clisp.org>
20164
20165         General infrasructure.
20166         * m4/README: Rewritten.
20167         * m4/onceonly.m4: New file.
20168         * m4/onceonly_2_57.m4: New file.
20169
20170         Module atexit.
20171         * m4/atexit.m4: New file.
20172
20173         Module strtod.
20174         * m4/strtod.m4: New file.
20175
20176         Module strtol.
20177         * m4/strtol.m4: New file.
20178
20179         Module strtoul.
20180         * m4/strtoul.m4: New file.
20181
20182         Module memchr.
20183         * m4/memchr.m4: New file.
20184
20185         Module memcmp.
20186         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
20187         (jm_FUNC_MEMCMP): Invoke it.
20188
20189         Module memcpy.
20190         * m4/memcpy.m4: New file.
20191
20192         Module memmove.
20193         * m4/memmove.m4: New file.
20194
20195         Module memset.
20196         * m4/memset.m4: New file.
20197
20198         Module strcspn.
20199         * m4/strcspn.m4: New file.
20200
20201         Module strpbrk.
20202         * m4/strpbrk.m4: New file.
20203
20204         Module strstr.
20205         * m4/strstr.m4: New file.
20206
20207         Module strerror.
20208         * m4/strerror.m4: New file.
20209
20210         Module mktime.
20211         * m4/mktime.m4: Renamed from jm-mktime.m4.
20212         (gl_PREREQ_MKTIME): New macro.
20213         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
20214
20215         Module malloc.
20216         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
20217         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
20218         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
20219
20220         Module realloc.
20221         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
20222         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
20223         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
20224
20225         Module strftime.
20226         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
20227         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
20228         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
20229         gl_TM_GMTOFF.
20230         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
20231
20232         Module xalloc.
20233         * m4/xalloc.m4: New file.
20234
20235         Module alloca.
20236         * m4/alloca.m4: New file.
20237
20238         Module putenv.
20239         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
20240         (jm_FUNC_PUTENV): Invoke it.
20241
20242         Module setenv.
20243         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
20244         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
20245         when invoked twice.
20246         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
20247         gt_FUNC_SETENV.
20248
20249         Module memrchr.
20250         * m4/memrchr.m4: New file.
20251
20252         Module stpcpy.
20253         * m4/stpcpy.m4: New file.
20254
20255         Module strcase.
20256         * m4/strcase.m4: New file.
20257
20258         Module strdup.
20259         * m4/strdup.m4: New file.
20260
20261         Module strnlen.
20262         * m4/strnlen.m4: New file.
20263
20264         Module strndup.
20265         * m4/strndup.m4: New file.
20266
20267         Module xstrtod.
20268         * m4/xstrtod.m4: New file.
20269
20270         Module xstrtol.
20271         * m4/xstrtol.m4: New file.
20272
20273         Module getdate.
20274         * m4/getdate.m4: New file.
20275
20276         Module unlocked-io.
20277         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
20278         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
20279         * m4/jm-glibc-io.m4n: Remove file.
20280
20281         Module long-options.
20282         * m4/long-options.m4: New file.
20283
20284         Module md5.
20285         * m4/md5.m4: New file.
20286
20287         Module sha.
20288         * m4/sha.m4: New file.
20289
20290         Module getstr.
20291         * m4/getstr.m4: New file.
20292
20293         Module getline.
20294         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
20295         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
20296         <sys/types.h>, for size_t. Use the function name gnu_getline, not
20297         simply getline. Infoke gl_PREREQ_GETLINE.
20298
20299         Module obstack.
20300         * m4/obstack.m4: New file.
20301
20302         Module hash.
20303         * m4/hash.m4: New file.
20304
20305         Module readtokens.
20306         * m4/readtokens.m4: New file.
20307
20308         Module strverscmp.
20309         * m4/strverscmp.m4: New file.
20310
20311         Module stdbool.
20312         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
20313         OSF/1.
20314
20315         Module strtoll.
20316         * m4/strtoll.m4: New file.
20317
20318         Module strtoull.
20319         * m4/strtoull.m4: New file.
20320
20321         Module strtoimax.
20322         * m4/strtoimax.m4: New file.
20323
20324         Module strtoumax.
20325         * m4/strtoumax.m4: New file.
20326
20327         Module xstrtoimax.
20328         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
20329         jm_AC_PREREQ_XSTRTOIMAX.
20330         Moved the strtol prerequisites to strtol.m4.
20331         Moved the strtoll prerequisites to strtoll.m4.
20332         Moved the strtoimax prerequisites to strtoimax.m4.
20333
20334         Module xstrtoumax.
20335         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
20336         jm_AC_PREREQ_XSTRTOUMAX.
20337         Moved the strtoul prerequisites to strtoul.m4.
20338         Moved the strtoull prerequisites to strtoull.m4.
20339         Moved the strtoumax prerequisites to strtoumax.m4.
20340
20341         Module chown.
20342         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
20343         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
20344
20345         Module dup2.
20346         * m4/dup2.m4: New file.
20347
20348         Module ftruncate.
20349         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
20350         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
20351
20352         Module getgroups.
20353         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
20354         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
20355
20356         Module gettimeofday.
20357         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
20358         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
20359         gl_PREREQ_GETTIMEOFDAY.
20360
20361         Module mkdir.
20362         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
20363         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
20364
20365         Module mkstemp.
20366         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
20367         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
20368         jm_AC_TYPE_UINTMAX_T.
20369         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
20370
20371         Module stat.
20372         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
20373         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
20374
20375         Module lstat.
20376         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
20377         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
20378
20379         Module timespec.
20380         * m4/timespec.m4 (gl_TIMESPEC): New macro.
20381         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
20382         * m4/st_mtim.m4: Indentation.
20383
20384         Module nanosleep.
20385         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
20386         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
20387         gl_PREREQ_NANOSLEEP.
20388
20389         Module regex.
20390         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
20391         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
20392         (gl_REGEX): New macro.
20393
20394         Module rename.
20395         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
20396         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
20397
20398         Module rmdir.
20399         * m4/rmdir.m4: New file.
20400
20401         Module utime.
20402         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
20403         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
20404         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
20405
20406         Module dirname.
20407         * m4/dirname.m4: New file.
20408
20409         Module getopt.
20410         * m4/getopt.m4: New file.
20411
20412         Module unistd-safer.
20413         * m4/unistd-safer.m4: New file.
20414
20415         Module fnmatch.
20416         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
20417         declaration.
20418         (gl_PREREQ_FNMATCH_EXTRA): New macro.
20419         (gl_FUNC_FNMATCH_POSIX): New macro.
20420         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
20421         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
20422         simply fnmatch.
20423
20424         Module exclude.
20425         * m4/exclude.m4: New file.
20426
20427         Module human.
20428         * m4/human.m4: New file.
20429
20430         Module acl.
20431         * m4/acl.m4: Nop.
20432
20433         Module backupfile.
20434         * m4/backupfile.m4: New file.
20435         * m4/d-ino.m4: Indentation.
20436
20437         Module fsusage.
20438         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
20439         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
20440         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
20441
20442         Module dirfd.
20443         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
20444         requirements.
20445
20446         Module euidaccess.
20447         * m4/euidaccess.m4: New file.
20448
20449         Module file-type.
20450         * m4/file-type.m4: New file.
20451
20452         Module fileblocks.
20453         * m4/fileblocks.m4: New file.
20454
20455         Module filemode.
20456         * m4/filemode.m4: New file.
20457
20458         Module isdir.
20459         * m4/isdir.m4: New file.
20460
20461         Module lchown.
20462         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
20463         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
20464
20465         Module makepath.
20466         * m4/makepath.m4: New file.
20467
20468         Module modechange.
20469         * m4/modechange.m4: New file.
20470
20471         Module mountlist.
20472         * m4/mountlist.m4: New file.
20473         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
20474         Indentation.
20475
20476         Module path-concat.
20477         * m4/path-concat.m4: New file.
20478
20479         Module pathmax.
20480         * m4/pathmax.m4: New file.
20481
20482         Module same.
20483         * m4/same.m4: New file.
20484
20485         Module save-cwd.
20486         * m4/save-cwd.m4: New file.
20487
20488         Module savedir.
20489         * m4/savedir.m4: New file.
20490
20491         Module xgetcwd.
20492         * m4/xgetcwd.m4: New file.
20493         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
20494
20495         Module xreadlink.
20496         * m4/xreadlink.m4: New file.
20497
20498         Module safe-read.
20499         * m4/safe-read.m4: New file.
20500
20501         Module safe-write.
20502         * m4/safe-write.m4: New file.
20503
20504         Module closeout.
20505         * m4/closeout.m4: New file.
20506
20507         Module stdio-safer.
20508         * m4/stdio-safer.m4: New file.
20509
20510         Module getpass.
20511         * m4/getpass.m4: New file.
20512
20513         Module getugroups.
20514         * m4/getugroups.m4: New file.
20515
20516         Module group-member.
20517         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
20518         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
20519
20520         Module idcache.
20521         * m4/idcache.m4: New file.
20522
20523         Module userspec.
20524         * m4/userspec.m4: New file.
20525
20526         Module gettime.
20527         * m4/clock_time.m4: New file.
20528         * m4/gettime.m4: New file.
20529
20530         Module settime.
20531         * m4/settime.m4: New file.
20532
20533         Module posixtm.
20534         * m4/posixtm.m4: New file.
20535
20536         Module gethostname.
20537         * m4/gethostname.m4: New file.
20538
20539         Module canon-host.
20540         * m4/canon-host.m4: New file.
20541
20542         Module gettext.
20543         * m4/codeset.m4: New file, from gettext-0.11.5.
20544         * m4/gettext.m4: New file, from gettext-0.11.5.
20545         * m4/glibc21.m4: New file, from gettext-0.11.5.
20546         * m4/iconv.m4: New file, from gettext-0.11.5.
20547         * m4/intdiv0.m4: New file, from gettext-0.11.5.
20548         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
20549         * m4/inttypes.m4: New file, from gettext-0.11.5.
20550         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
20551         * m4/isc-posix.m4: New file, from gettext-0.11.5.
20552         * m4/lcmessage.m4: New file, from gettext-0.11.5.
20553         * m4/lib-ld.m4: New file, from gettext-0.11.5.
20554         * m4/lib-link.m4: New file, from gettext-0.11.5.
20555         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
20556         * m4/progtest.m4: New file, from gettext-0.11.5.
20557         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
20558         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
20559         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
20560
20561         Module localcharset.
20562         * m4/localcharset.m4: New file.
20563
20564         Module hard-locale.
20565         * m4/hard-locale.m4: New file.
20566
20567         Module mbswidth.
20568         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
20569         onceonly macros.
20570         * m4/mbrtowc.m4: Add comment.
20571
20572         Module memcasecmp.
20573         * m4/memcasecmp.m4: New file.
20574
20575         Module memcoll.
20576         * m4/memcoll.m4: New file.
20577
20578         Module unicodeio.
20579         * m4/unicodeio.m4: New file.
20580
20581         Module rpmatch.
20582         * m4/rpmatch.m4: New file.
20583
20584         Module yesno.
20585         * m4/yesno.m4: New file.
20586
20587         Module exitfail.
20588         * m4/exitfail.m4: New file.
20589
20590         Module c-stack.
20591         * m4/c-stack.m4 (gl_C_STACK): New macro.
20592         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
20593
20594         Module error.
20595         * m4/error.m4 (gl_ERROR): New macro.
20596         (jm_PREREQ_ERROR): Use onceonly macros.
20597
20598         Module fatal.
20599         * m4/fatal.m4: New file.
20600
20601         Module getloadavg.
20602         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
20603         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
20604
20605         Module getpagesize.
20606         * m4/getpagesize.m4: New file.
20607
20608         Module getusershell.
20609         * m4/getusershell.m4: New file.
20610
20611         Module physmem.
20612         * m4/physmem.m4: New file.
20613
20614         Module posixver.
20615         * m4/posixver.m4: New file.
20616
20617         Module quotearg.
20618         * m4/quotearg.m4: New file.
20619
20620         Module quote.
20621         * m4/quote.m4: New file.
20622
20623         Module readutmp.
20624         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
20625
20626         Module sig2str.
20627         * m4/sig2str.m4: New file.
20628
20629         Other.
20630         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
20631         ulonglong.m4.
20632         * m4/intmax_t.m4: New file.
20633         * m4/d-type.m4: Indentation.
20634         * m4/jm-macros.m4: Update.
20635         * m4/prereq.m4 (jm_PREREQ): Update.
20636         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
20637         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
20638         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
20639         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
20640         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
20641         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
20642         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
20643         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
20644         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
20645         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
20646         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
20647         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
20648         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
20649         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
20650         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
20651         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
20652         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
20653         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
20654         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
20655
20656 2002-12-24  Bruno Haible  <bruno@clisp.org>
20657
20658         * MODULES.txt: Update according to m4/ changes.
20659
20660         Module gettext.
20661         * config.rpath: New file, from gettext-0.11.5.
20662
20663         * modules/*: New module descriptions.
20664         * gnulib-tool: New file.
20665         * MODULES.html.sh: New file.
20666
20667 2002-12-21  Karl Berry  <karl@gnu.org>
20668
20669         * doc/fdl.texi: update to version 1.2.
20670
20671 2002-12-19  Karl Berry  <karl@gnu.org>
20672
20673         * config/config.guess: update from prep.
20674
20675 2002-12-18  Bruno Haible  <bruno@clisp.org>
20676
20677         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
20678         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
20679
20680 2002-12-17  Bruno Haible  <bruno@clisp.org>
20681
20682         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
20683         stdlib.h, string.h.
20684
20685 2002-12-17  Bruno Haible  <bruno@clisp.org>
20686
20687         * lib/canon-host.c (strdup): Remove unused declaration.
20688
20689         * lib/fsusage.c: Include full_read.h.
20690         (get_fs_usage): Use full_read instead of safe_read.
20691
20692         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
20693
20694 2002-12-12  Karl Berry  <karl@gnu.org>
20695
20696         * config/config.guess: update from prep.
20697
20698 2002-12-11  Bruno Haible  <bruno@clisp.org>
20699
20700         * m4/setenv.m4: New file, from gettext-0.11.5.
20701
20702 2002-12-11  Bruno Haible  <bruno@clisp.org>
20703
20704         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
20705         not unsetenv().
20706         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
20707         modifications:
20708
20709         2002-12-11  Bruno Haible  <bruno@clisp.org>
20710
20711                 * setenv.c (alloca): Fall back to malloc.
20712                 (freea): New macro.
20713                 (setenv): Use freea() to free memory allocated with alloca().
20714
20715         2002-11-13  Bruno Haible  <bruno@clisp.org>
20716
20717                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
20718                 function declarations.
20719                 * unsetenv.c (unsetenv): Likewise.
20720
20721         2002-03-04  Bruno Haible  <bruno@clisp.org>
20722
20723                 Portability to AIX 4.3.3.
20724                 * unsetenv.c: New file, extracted from setenv.c.
20725                 * setenv.c: Move the unsetenv() function to unsetenv.c.
20726
20727         2001-12-20  Bruno Haible  <bruno@clisp.org>
20728
20729                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
20730                 use malloc instead. For SunOS 4.
20731
20732         2001-12-11  Bruno Haible  <bruno@clisp.org>
20733
20734                 * setenv.c: Declare alloca.
20735                 (compar_fn_t): New typedef.
20736                 (KNOWN_VALUE, STORE_VALUE): Use it.
20737
20738         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
20739         setenv.h.
20740
20741 2002-12-10  Paul Eggert  <eggert@twinsun.com>
20742
20743         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
20744         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
20745         Choose values that are less likely to collide with system fnmatch
20746         options.
20747         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
20748         defined (e.g., a pure POSIX system).
20749         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
20750         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
20751
20752 2002-12-06  Paul Eggert  <eggert@twinsun.com>
20753
20754         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
20755         a pain in practice to deal with generated m4 files.  This change
20756         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
20757
20758         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
20759         and jm-glibc-io.m4, as they are no longer a special case.
20760         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
20761         kludge and the auto-generation stuff.  Check only whether the
20762         functions are declared, not whether they exist, since older hosts
20763         that don't declare the functions can't use the optimization anyway.
20764
20765 2002-12-06  Jim Meyering  <jim@meyering.net>
20766
20767         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
20768
20769         Merge in changes from libc's misc/error.c, in preparation
20770         for the merge of gnulib's changes back into libc.
20771
20772         * lib/error.c (_): Define only if not already defined.
20773         Move definition to follow all #include directives.
20774         Include unlocked-io.h only if !_LIBC.
20775         [_LIBC]: Include <libio/libioP.h>.
20776         [USE_IN_LIBIO]: Include <libio/iolibio.h>
20777         (fflush): Tweak definition to use INTUSE.
20778         (putc): Define.
20779
20780 2002-12-05  Paul Eggert  <eggert@twinsun.com>
20781
20782         * lib/alloca.c [defined emacs]: Include "lisp.h".
20783         (xalloc_die) [defined emacs]: New macro.
20784         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
20785         [! defined emacs]: Include <xalloc.h>.
20786         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
20787         (pointer): Typedef to POINTER_TYPE *.
20788         (malloc): Remove decl; we now always use xmalloc.
20789         (alloca): Use old-style definition, since Emacs needs this.
20790         Check for arithmetic overflow when computing combined size.
20791
20792 2002-12-04  Paul Eggert  <eggert@twinsun.com>
20793
20794         Do not generate unlocked-io.h automatically, since it's easier to
20795         maintain it by hand.
20796
20797         * lib/unlocked-io.h: New file, from GNU diffutils,
20798         but with proper copyright notice and attribution.
20799         * lib/gen-uio: Remove.
20800         * lib/Makefile.am: Add copyright notice.
20801         (libfetish_a_SOURCES): Add unlocked-io.h.
20802         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
20803         (DISTCLEANFILES, io_functions): Remove macros.
20804         (EXTRA_DIST): Remove gen_uio.
20805         (unlocked-io.h): Remove rule.
20806
20807 2002-12-04  Jim Meyering  <jim@meyering.net>
20808
20809         Reflect the fact that stat.c and lstat.c are no longer generated.
20810         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
20811         (DISTCLEANFILES): Likewise.
20812         (EXTRA_DIST): Likewise.
20813         (all_local): Don't depend on stat.c or lstat.c.
20814         (stat.c, lstat.c): Remove rules.
20815         (EXTRA_DIST): Remove xstat.in.
20816
20817         * lib/xstat.in: Remove file.  Contents moved into stat.c.
20818         * lib/stat.c: New file.  Contents mostly from xstat.in.
20819         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
20820         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
20821
20822         * lib/safe-read.c: Rework so that it may serve to define safe_write,
20823         too.
20824         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
20825
20826 2002-12-03  Jim Meyering  <jim@meyering.net>
20827
20828         * lib/safe-read.c, safe-write.c: Change variable names and comments,
20829         but not semantics, to minimize the differences between these two files.
20830         (safe_read): Change comment to mention SAFE_READ_ERROR.
20831
20832         * lib/safe-read.c (IS_EINTR): Define.
20833         (safe_read): Use IS_EINTR in place of in-function cpp directives.
20834
20835 2002-12-02  Jim Meyering  <jim@meyering.net>
20836
20837         * lib/safe-read.c (EINTR): Define.
20838         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
20839         (INT_MAX): Provide fallback.
20840         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
20841
20842         * lib/safe-read.h (SAFE_READ_ERROR): Define.
20843
20844 2002-12-02  Bruno Haible  <bruno@clisp.org>
20845
20846         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
20847         Define, taken from safe-read.c.
20848         (INT_MAX): Provide fallback.
20849         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
20850         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
20851
20852         * lib/safe-read.c (EINTR): Remove definition.
20853         (safe_read): Don't use EINTR if it is absent.
20854
20855 2002-12-01  Jim Meyering  <jim@meyering.net>
20856
20857         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
20858         zero.
20859         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
20860
20861 2002-11-27  Paul Eggert  <eggert@twinsun.com>
20862
20863         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
20864         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
20865         with `if (! (value < limit)) abort ();', for readability.
20866
20867 2002-11-26  Karl Berry  <karl@gnu.org>
20868
20869         * lib/strdup.c: copy from libc again, with jim's ok.
20870         * lib/.cppi-disable: re-add strdup.c
20871
20872 2002-11-25  Karl Berry  <karl@gnu.org>
20873
20874         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
20875         instead of "strtol.c".
20876
20877 2002-11-25  Karl Berry  <karl@gnu.org>
20878
20879         * config/install-sh: update from automake for variable quoting, $0 in
20880         error msgs, etc.
20881
20882         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
20883         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
20884         entry.
20885
20886 2002-11-25  Jim Meyering  <jim@meyering.net>
20887
20888         * lib/mktime.c: Sync from libc, now that it has the latest fix.
20889
20890 2002-11-24  Karl Berry  <karl@gnu.org>
20891
20892         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
20893         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
20894
20895 2002-11-24  Jim Meyering  <jim@meyering.net>
20896
20897         Update from coreutils:
20898
20899         * lib/mktime.c: Merge in changes from libc.
20900
20901         Avoid a link-time failure on some Linux systems.
20902         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
20903         (otherwise).
20904         (__mon_yday): Declare with the STATIC attribute.
20905         (__mktime_internal): Likewise.
20906         Based on a report from Greg Schafer.
20907
20908 2002-11-23  Jim Meyering  <jim@meyering.net>
20909
20910         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
20911         Use `unsigned', not `int', as type of index.
20912
20913         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
20914
20915         * lib/fsusage.c: Remove unneeded parentheses around operands of
20916         `defined'.
20917
20918 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20919
20920         * lib/quotearg.h: Allow multiple inclusion by surrounding with
20921         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
20922         so that we can be included first.
20923         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
20924         * lib/quotearg.c: Include quotearg.h immediately after config.h.
20925         No need to include stddef.h or sys/types.h any more.
20926         Surround local include files with "", not "<>".
20927         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
20928         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
20929         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
20930         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20931         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20932         (ISPRINT): Remove; no longer needed now that we assume C89.
20933
20934         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
20935         Preserve errno.
20936
20937         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
20938         quotearg_char): Use SIZE_MAX rather than
20939         (size_t) -1 when we are talking about "infinity".
20940
20941         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
20942
20943 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20944
20945         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
20946         hint that one should use `if (! x) abort ();' rather than `assert
20947         (x);', and anyway it's one less thing to worry about configuring.
20948         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
20949         hash_rehash, hash_insert): Use abort rather than assert.
20950
20951 2002-11-22  Bruno Haible  <bruno@clisp.org>
20952
20953         * lib/safe-read.h: Assume C89. Add comments.
20954         (safe_read): Change return type to size_t.
20955         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
20956         byte counts > SSIZE_MAX correctly.
20957         * lib/safe-write.h: New file.
20958         * lib/safe-write.c: New file.
20959         * lib/full-read.h: New file.
20960         * lib/full-read.c: New file.
20961         * lib/full-write.h: Assume C89. Add comments.
20962         * lib/full-write.c: Include safe-write.h.
20963         (full_write): Rewritten to use safe_write.
20964         Suggested by Jim Meyering and Paul Eggert.
20965
20966 2002-11-21  Jim Meyering  <jim@meyering.net>
20967
20968         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
20969
20970         Merge in changes from the coreutils.
20971
20972         2002-09-25  Paul Eggert  <eggert@twinsun.com>
20973         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
20974         <stdint.h>.
20975         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
20976         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
20977         int.  Work more efficiently if X is the same width as uintmax_t.
20978         Do not compare X to -1, to avoid bogus compiler warning.
20979         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
20980         Don't assume that f_frsize and f_bsize are the same type.
20981
20982         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
20983         warning on FreeBSD.
20984
20985         * lib/makepath.c (make_path): Restore umask *before* creating the final
20986         component.
20987         (make_path): Minor reformatting.
20988
20989         * lib/xmalloc.c: Adjust to work with new autoconf macros,
20990         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
20991         HAVE_MALLOC/HAVE_REALLOC.
20992
20993         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
20994         dummy ones.  At least on GNU/Linux systems, `auto' means something
20995         else.
20996         From Michael Stone.
20997
20998 2002-11-21  Bruno Haible  <bruno@clisp.org>
20999
21000         Remove case insensitive option matching.
21001         * lib/argmatch.h (argcasematch): Remove declaration.
21002         (ARGCASEMATCH): Remove macro.
21003         (__xargmatch_internal): Remove case_sensitive argument.
21004         (XARGMATCH): Update.
21005         (XARGCASEMATCH): Remove macro.
21006         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21007         case_sensitive argument.
21008         (argcasematch): Remove function.
21009         (__xargmatch_internal): Remove case_sensitive argument.
21010         (main): Use XARGMATCH instead of XARGCASEMATCH.
21011
21012         * lib/xmalloc.c: Change compile-time error message. Add comment about
21013         required autoconf version.
21014
21015 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21016
21017         Merge argmatch cleanups from Bison.  Assume C89.
21018
21019         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21020         Include stdlib.h, for EXIT_FAILURE.
21021         Always include <string.h>, since we assume C89.
21022         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21023         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21024         Include <stddef.h> instead, since it's all we need for size_t.
21025         (PARAMS): Remove.  All uses removed.
21026         (ARRAY_CARDINALITY): Do not bother to #undef.
21027         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21028         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21029         Remove unnecessary parentheses.
21030         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21031         Insert necessary parentheses.
21032         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21033         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21034
21035 2002-11-19  Bruno Haible  <bruno@clisp.org>
21036
21037         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21038         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21039
21040         * lib/mbswidth.h (PARAMS): Remove macro.
21041         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21042         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21043
21044         * lib/gcd.h (PARAMS): Remove macro.
21045         (gcd): Use ANSI C function declarations.
21046         * lib/gcd.c (gcd): Likewise.
21047
21048 2002-11-15  Bruno Haible  <bruno@clisp.org>
21049
21050         * lib/strcspn.c: Include <stddef.h>.
21051         (strcspn): Use ANSI C function declaration. Change return type to
21052         size_t. Use NULL.
21053         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21054         (strpbrk): Use NULL.
21055         * lib/strpbrk.h (PARAMS): Remove macro.
21056         (strpbrk): Use ANSI C function declaration.
21057         * lib/strstr.c: Don't include <sys/types.h>.
21058         * lib/strstr.h (PARAMS): Remove macro.
21059         (strstr): Use ANSI C function declarations.
21060
21061 2002-11-14  Karl Berry  <karl@gnu.org>
21062
21063         * config/mkinstalldirs: `do' on separate line, instead of
21064         `for var; do'.
21065
21066 2002-11-06  Bruno Haible  <bruno@clisp.org>
21067
21068         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21069         * lib/gcd.c (gcd): Likewise.
21070
21071 2002-11-05  Bruno Haible  <bruno@clisp.org>
21072
21073         * lib/gcd.h: New file, from gettext-0.11.5.
21074         * lib/gcd.c: New file, from gettext-0.11.5.
21075
21076 2002-11-05  Bruno Haible  <bruno@clisp.org>
21077
21078         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21079         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21080         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21081         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21082
21083         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21084         <libintl.h>.
21085         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21086         <libintl.h>.
21087
21088         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21089         * lib/human.c: Include gettext.h instead of <libintl.h>.
21090         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21091         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21092         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21093         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21094         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21095         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21096         (textdomain): Remove definition.
21097         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
21098
21099         * lib/long-options.c: Remove include of <libintl.h> and definition of
21100         _.
21101         * lib/same.c: Remove include of <libintl.h> and definition of _.
21102
21103 2002-11-04  Owen Taylor  <otaylor@redhat.com>
21104
21105         * lib/config.charset: A few additions for Solaris.
21106
21107 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21108
21109         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
21110         * lib/localcharset.c (locale_charset): Declare as extern "C".
21111
21112 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21113
21114         * lib/config.charset: msdos in uk_UA uses CP1125.
21115
21116 2002-11-04  Bruno Haible  <bruno@clisp.org>
21117
21118         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
21119         * lib/strcase.h: New file, from GNU gettext-0.11.5.
21120         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
21121         * lib/strstr.h: New file, from GNU gettext-0.11.5.
21122         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
21123
21124 2002-11-04  Bruno Haible  <bruno@clisp.org>
21125
21126         * lib/localcharset.c (locale_charset): Don't return an empty string.
21127
21128 2002-11-04  Bruno Haible  <bruno@clisp.org>
21129
21130         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
21131         aliases.
21132
21133 2002-11-04  Bruno Haible  <bruno@clisp.org>
21134
21135         * lib/config.charset: Update for newest glibc. Add canonical names
21136         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
21137
21138 2002-11-04  Bruno Haible  <bruno@clisp.org>
21139
21140         * lib/config.charset: Add support for NetBSD.
21141
21142 2002-11-04  Bruno Haible  <bruno@clisp.org>
21143
21144         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
21145
21146 2002-11-01  Bruno Haible  <bruno@clisp.org>
21147
21148         * configure.in: Add AC_CONFIG_AUX_DIR call.
21149         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
21150         test/Makefile.
21151         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
21152
21153 2002-09-28  Karl Berry  <karl@gnu.org>
21154
21155         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
21156         installed automake until the next release, since changes have been
21157         made.
21158
21159 2002-09-25  Karl Berry  <karl@gnu.org>
21160
21161         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
21162         * lib/getopt*: copy from libc/posix.
21163         * lib/gettext.h: copy from gettext.
21164         * lib/.cppi-disable: add strdup.c, gettext.h.
21165
21166 2002-09-25  Karl Berry  <karl@gnu.org>
21167
21168         * config/srclist.txt: enable gettext.h check.
21169         * config/config.{guess,sub}: update from prep.
21170         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
21171                 from automake 1.6.3.
21172         See srclist*.
21173
21174 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
21175
21176         * regex.c (PATFETCH): Remove the translating fetch.
21177         (PATFETCH_RAW): Rename to PATFETCH.
21178         (set_image_of_range): New fun.
21179         (SET_RANGE_TABLE_WORK_AREA): Use it.
21180         (regex_compile): Don't translate the pattern chars so eagerly.
21181         Only do it when inserting an `exactn' bytecode or when handling
21182         a char-range.
21183         (mutually_exclusive_p): Avoid empty statement.
21184
21185 2002-07-06  Jim Meyering  <meyering@lucent.com>
21186
21187         * m4/README: Don't mention Makefile.am.in.
21188         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
21189
21190 2002-07-01  Jim Meyering  <meyering@lucent.com>
21191
21192         * lib/c-stack.c: Include sys/time.h.
21193         From Volker Borchert.
21194
21195 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21196
21197         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
21198
21199 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21200
21201         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
21202         New macro.  Use it uniformly instead of
21203         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
21204         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
21205         reported by Vin Shelton.
21206
21207 2002-06-22  Paul Eggert  <eggert@twinsun.com>
21208
21209         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
21210         Do not assume SA_SIGINFO behavior.
21211         Bug reported by Jim Meyering on NetBSD 1.5.2.
21212
21213 2002-06-22  Jim Meyering  <meyering@lucent.com>
21214
21215         * m4/c-stack.m4: New file, from diffutils-2.8.2.
21216         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
21217
21218         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
21219         now that configure.ac uses AC_GNU_SOURCE.
21220         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
21221         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
21222
21223         Update to latest tools.  Suggestions from Paul Eggert.
21224         * m4/stdbool.m4: New file, from diffutils-2.8.2.
21225         * m4/gnu-source.m4: Update from diffutils-2.8.2.
21226         * m4/fnmatch.m4: Likewise.
21227         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
21228         to AC_HEADER_STDBOOL
21229
21230 2002-06-22  Jim Meyering  <meyering@lucent.com>
21231
21232         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
21233         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
21234
21235 2002-06-22  Jim Meyering  <meyering@lucent.com>
21236
21237         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
21238
21239         * lib/exitfail.c, exitfail.h: Likewise.
21240         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
21241
21242         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
21243         of fnmatch.h.
21244         (EXTRA_DIST): Add fnmatch_loop.c.
21245         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
21246
21247         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
21248         * lib/fnmatch.c: Update from diffutils-2.8.2.
21249         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
21250         * lib/fnmatch.h: Remove file.
21251
21252 2002-06-21  Jim Meyering  <meyering@lucent.com>
21253
21254         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
21255         * m4/mbrtowc.m4: Likewise.
21256
21257         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
21258         * m4/mbswidth.m4: Reflect name change:
21259         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
21260         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21261
21262         * m4/lib-link.m4: Update from gettext-0.11.2.
21263         * m4/gettext.m4: Likewise.
21264
21265         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
21266         From Alfred M. Szmidt.
21267
21268 2002-06-18  Paul Eggert  <eggert@twinsun.com>
21269
21270         * lib/file-type.h: Report an error if neither S_ISREG nor
21271         S_IFREG is defined, instead of using a test specific to glibc
21272         2.2.  This should be safe, since POSIX requires S_ISREG and
21273         Unix Version 7 had S_IFREG.  We don't need to check for
21274         <sys/types.h> since we don't use any symbols that it defines.
21275
21276 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
21277
21278         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
21279         $@-t, so that each temporary file name is unique and valid in the first
21280         8 characters, for operation under DOS.
21281
21282 2002-06-15  Paul Eggert  <eggert@twinsun.com>
21283
21284         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
21285
21286 2002-06-15  Jim Meyering  <meyering@lucent.com>
21287
21288         Work even with DJGPP 2.03, which lacks support for symlinks.
21289         From Richard Dawe.
21290         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
21291         is defined.
21292         * lib/lchown.c (S_ISLNK): Likewise.
21293
21294 2002-06-15  Jim Meyering  <meyering@lucent.com>
21295
21296         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
21297         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
21298         have been included before this file.
21299
21300 2002-06-14  Jim Meyering  <meyering@lucent.com>
21301
21302         * lib/file-type.h: Use the version from diffutils-2.8.2.
21303         * lib/file-type.c: Likewise.
21304
21305 2002-06-07  Jim Meyering  <meyering@lucent.com>
21306
21307         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
21308         They're needed at least for NetBSD 1.5.2.
21309         ($statxfs_includes): Include those same headers.
21310         ($statxfs_includes): Include sys/vfs.h if available.
21311         ($statxfs_includes): Likewise for sys/statvfs.h.
21312         Check for the following members in both structs statfs and statvfs:
21313         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
21314
21315 2002-06-01  Jim Meyering  <meyering@lucent.com>
21316
21317         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
21318         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
21319
21320 2002-05-28  Jim Meyering  <meyering@lucent.com>
21321
21322         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
21323         Reported by Volker Borchert.
21324
21325 2002-05-27  Jim Meyering  <meyering@lucent.com>
21326
21327         Fix a problem seen only on nonconforming systems whereby ls.c's
21328         use of localtime, and then of gettimeofday would cause trouble:
21329         the localtime call used to initialize rpl_gettimeofday's save
21330         mechanism would clobber ls's current local time information so
21331         that in any long listing the first file would always be listed
21332         with date 1970-01-01.  Analysis by Volker Borchert.
21333
21334         * lib/gettimeofday.c (localtime): Undefine.
21335         (rpl_localtime): New function.
21336
21337 2002-05-27  Jim Meyering  <meyering@lucent.com>
21338
21339         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
21340         localtime.
21341
21342         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
21343         use the replacement function; it wouldn't resolve at link time.
21344         Reported by Volker Borchert.
21345
21346 2002-05-22  Jim Meyering  <meyering@lucent.com>
21347
21348         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
21349         file-type.h.
21350         * lib/file-type.h: New file.
21351         * lib/file-type.c (file_type): New file/function.  Extracted from
21352         diffutils.
21353
21354 2002-04-30  Jim Meyering  <meyering@lucent.com>
21355
21356         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
21357
21358 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21359
21360         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
21361
21362 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21363
21364         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
21365         Do not check for alloca.h (no longer used) or stdbool.h (was never
21366         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
21367
21368 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21369
21370         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
21371
21372 2002-04-29  Jim Meyering  <meyering@lucent.com>
21373
21374         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
21375         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
21376         Use AC_FUNC_STRNLEN here instead.
21377
21378         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
21379         With autoconf-2.53a, it's part of AC_PROG_CC.
21380
21381 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21382
21383         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
21384         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
21385
21386 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21387
21388         * lib/sig2str.h, lib/sig2str.c: New files.
21389         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
21390
21391 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21392
21393         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
21394         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
21395         of 127, since 64 is the largest conceivable number for ancient
21396         nonstandard hosts.
21397         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
21398
21399 2002-04-28  Jim Meyering  <meyering@lucent.com>
21400
21401         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
21402
21403 2002-04-24  Jim Meyering  <meyering@lucent.com>
21404
21405         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
21406         (jm_PREREQ): Use it.
21407
21408         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
21409         mach/mach.h fcntl.h.
21410         Check for this function: setlocale.
21411
21412 2002-04-24  Jim Meyering  <meyering@lucent.com>
21413
21414         * lib/gettext.h: New file, from Gettext.
21415         * lib/Makefile.am (INCLUDES): Remove -I../intl.
21416         (libfetish_a_SOURCES): Add gettext.h.
21417
21418 2002-04-16  Jim Meyering  <meyering@lucent.com>
21419
21420         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
21421         ut_pid, ut_id, ut_exit.
21422
21423 2002-04-16  Jim Meyering  <meyering@lucent.com>
21424
21425         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
21426         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
21427         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
21428
21429 2002-04-12  Jim Meyering  <meyering@lucent.com>
21430
21431         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
21432         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
21433         existence of the getmntinfo function.  Needed for Darwin 5.3.
21434
21435         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
21436         This is necessary at least on Darwin 5.3.
21437
21438         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
21439         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
21440         strnlen.o in the library, and that makes some versions of ranlib
21441         object.
21442
21443 2002-04-12  Jim Meyering  <meyering@lucent.com>
21444
21445         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
21446
21447 2002-04-09  Jim Meyering  <meyering@lucent.com>
21448
21449         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
21450         to be more precise.  Rather than saying we're checking whether the
21451         function `works', say what we're testing.
21452         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
21453         Reported by Bruno Haible.
21454
21455 2002-03-10  Jim Meyering  <meyering@lucent.com>
21456
21457         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
21458         Suggestion from Santiago Vila.
21459
21460 2002-03-08  Jim Meyering  <meyering@lucent.com>
21461
21462         * lib/rename.c: Mention that this wrapper is needed also on
21463         mips-dec-ultrix4.4 systems.
21464
21465 2002-03-02  Jim Meyering  <meyering@lucent.com>
21466
21467         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
21468         not HAVE_CLOCK_SETTIME.
21469
21470 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21471
21472         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
21473         Check for clock_settime.
21474
21475 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21476
21477         * lib/nanosleep.h: Rename to....
21478         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
21479
21480         * lib/gettime.c: New file.
21481         * lib/settime.c: New file.
21482         * lib/stime.c: Remove.
21483
21484         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
21485         timespec.h.  Remove nanosleep.h.
21486
21487 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21488
21489         * m4/acl.m4: New file.
21490         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
21491         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
21492
21493 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21494
21495         * lib/acl.c, lib/acl.h: New files.
21496         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
21497
21498 2002-02-24  Jim Meyering  <meyering@lucent.com>
21499
21500         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
21501         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
21502         cause trouble.  Reported by Nelson Beebe.
21503
21504 2002-02-23  Paul Eggert  <eggert@twinsun.com>
21505
21506         * lib/path-concat.c (xpath_concat): Reorder code to pacify
21507         compilers that don't know that xalloc_die never returns.
21508
21509 2002-02-20  Jim Meyering  <meyering@lucent.com>
21510
21511         * lib/getdate.c: Regenerate using bison-1.33.
21512
21513 2002-02-17  Jim Meyering  <meyering@lucent.com>
21514
21515         * config/config.guess (main): Don't use `head -1'; it's no longer
21516         portable. Use `sed 1q' instead.
21517
21518 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
21519
21520         * m4/codeset.m4: Upgrade to gettext-0.11.
21521         * m4/gettext.m4: Upgrade to gettext-0.11.
21522         * m4/glibc21.m4: Upgrade to gettext-0.11.
21523         * m4/iconv.m4: Upgrade to gettext-0.11.
21524         * m4/isc-posix.m4: Upgrade to gettext-0.11.
21525         * m4/lcmessage.m4: Upgrade to gettext-0.11.
21526         * m4/lib-ld.m4: New file, from gettext-0.11.
21527         * m4/lib-link.m4: New file, from gettext-0.11.
21528         * m4/lib-prefix.m4: New file, from gettext-0.11.
21529         * m4/progtest.m4: Upgrade to gettext-0.11.
21530
21531 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21532
21533         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
21534         (jm_PREREQ): Use it.
21535
21536 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21537
21538         * lib/posixver.c, lib/posixver.h: New files.
21539         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21540
21541 2002-02-02  Paul Eggert  <eggert@twinsun.com>
21542             Bruno Haible  <bruno@clisp.org>
21543
21544         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
21545         (fwrite_success_callback): New declaration.
21546         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
21547         print_unicode_char. Call failure callback instead of error.
21548         (fwrite_success_callback): New function.
21549         (exit_failure_callback): New function.
21550         (fallback_failure_callback): New function.
21551         (print_unicode_char): Call unicode_to_mb.
21552
21553 2002-01-26  Jim Meyering  <meyering@lucent.com>
21554
21555         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
21556         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
21557
21558 2002-01-26  Jim Meyering  <meyering@lucent.com>
21559
21560         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
21561
21562 2002-01-22  Paul Eggert  <eggert@twinsun.com>
21563
21564         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
21565
21566 2002-01-22  Jim Meyering  <meyering@lucent.com>
21567
21568         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
21569         Otherwise, some versions of automake would omit the rule that makes
21570         Makefile from Makefile.in.
21571
21572 2002-01-21  Paul Eggert  <eggert@twinsun.com>
21573
21574         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
21575         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21576         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
21577         (memcoll): Set errno to zero if there is no error.
21578
21579         * lib/quotearg.c (quotearg_buffer_restyled):
21580         Fix bug with quoting buffers containing NUL when backslashing escapes.
21581         This bug was exposed by the other changes in this patch.
21582         (quotearg_n_options): New arg ARGSIZE.
21583         All callers changed.
21584         (quoting_options_from_style): New function.
21585         (quotearg_n_style): Use it.
21586         (quotearg_n_style_mem): New function.
21587
21588         * lib/quotearg.h (quotearg_n_style_mem): New function.
21589
21590 2002-01-19  Jim Meyering  <meyering@lucent.com>
21591
21592         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
21593         Remove useless quotes: DF_PROG="df".
21594         * m4/strnlen.m4: New file.
21595
21596 2002-01-16  Paul Eggert  <eggert@twinsun.com>
21597
21598         * lib/backupfile.c (ISDIGIT): Comment fix.
21599         * lib/getdate.y (ISDIGIT): Likewise.
21600         * lib/posixtm.c (ISDIGIT, year): Likewise.
21601         * lib/strverscmp.c (ISDIGIT): Likewise.
21602         * lib/userspec.c (ISDIGIT): Likewise.
21603
21604 2002-01-16  Jim Meyering  <meyering@lucent.com>
21605
21606         * lib/getdate.y: Add three semicolons, each just before a closing
21607         brace. Bison (as of version 1.31) no longer papers over that mistake.
21608
21609 2002-01-05  Jim Meyering  <meyering@lucent.com>
21610
21611         * lib/version-etc.c (version_etc_copyright): Update copyright year.
21612
21613 2001-12-19  Paul Eggert  <eggert@twinsun.com>
21614
21615         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
21616         not silently exit merely because the output buffer happens to
21617         have nothing pending.
21618
21619 2001-12-18  Paul Eggert  <eggert@twinsun.com>
21620
21621         See the big note in ../ChangeLog.
21622         * lib/human.c (suffixes): Prefer K to k for 1024.
21623         (generate_suffix_backwards): New function.
21624         (human_readable_inexact): Use it.
21625         * lib/xstrtol.c (__xstrtol): If there is no number but there
21626         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
21627         Accept 'K' as well as 'k'.
21628
21629 2001-12-15  Jim Meyering  <meyering@lucent.com>
21630
21631         * lib/regex.h (__restrict_arr): Update from libc.
21632
21633         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
21634         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
21635         (STREQ): Define.
21636
21637 2001-12-14  Jim Meyering  <meyering@lucent.com>
21638
21639         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
21640         Suggestion from Bruno Haible.
21641
21642 2001-12-10  Jim Meyering  <meyering@lucent.com>
21643
21644         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
21645         xrealloc, Instead, include "xalloc.h".
21646         (initbuffer): Don't cast xmalloc return value to char*.
21647         (readline): Reword comment.
21648         Don't cast xrealloc return value to char*
21649         Return NULL, not 0.
21650
21651 2001-12-09  Jim Meyering  <meyering@lucent.com>
21652
21653         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
21654         about `signed and unsigned type in conditional expression'.
21655         * lib/posixtm.c (posix_time_parse): Likewise.
21656
21657         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
21658
21659         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
21660         to avoid a pedantic warning.
21661
21662         * lib/getstr.c: Don't include assert.h.
21663         (getstr): Remove warning-evoking assertions.
21664         Return -1 if offset parameter is out of bounds.
21665         Change the type of a local from int to size_t.
21666
21667         * lib/strftime.c (my_strftime_localtime_r): Include this function
21668         definition in the `#if ! HAVE_TM_GMTOFF' block.
21669
21670         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
21671         Include xalloc.h instead.
21672
21673 2001-12-02  Jim Meyering  <meyering@lucent.com>
21674
21675         * lib/tempname.c: Don't declare getenv, thus reverting the change of
21676         2001-11-18.  It's no longer necessary, now that stdlib.h is always
21677         included.
21678
21679         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
21680         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
21681
21682 2001-11-30  Akim Demaille  <akim@epita.fr>
21683
21684         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
21685         before being defined.
21686
21687 2001-11-27  Paul Eggert  <eggert@twinsun.com>
21688
21689         * lib/quotearg.h (quotearg_n, quotearg_n_style):
21690         First arg is int, not unsigned.
21691         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
21692         (SIZE_MAX, UINT_MAX): New macros.
21693         (quotearg_n_options): Abort if N is negative.
21694         Avoid overflow check on hosts where size_t is 64 bits and int
21695         is 32 bits, as overflow is impossible there.
21696         Fix off-by-one typo that caused unnecessary reallocation.
21697
21698 2001-11-27  Jim Meyering  <meyering@lucent.com>
21699
21700         * lib/tempname.c: Merge with version from libc.
21701         * lib/regex.c: Likewise.
21702
21703         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
21704         systems for which STDC_HEADERS is 0, it was not included, resulting in
21705         a warning about an integer-to-pointer conversion problem with getenv.
21706         Reported by Volker Borchert.
21707
21708 2001-11-26  Jim Meyering  <meyering@lucent.com>
21709
21710         * lib/gtod.h: Remove file.
21711         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
21712         * lib/gettimeofday.c: Don't include gtod.h.
21713         (GTOD_init): Remove function.
21714         (rpl_gettimeofday): Do its job here instead, rather than aborting.
21715         Suggestion from Volker Borchert.
21716
21717 2001-11-23  Jim Meyering  <meyering@lucent.com>
21718
21719         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
21720         it.
21721         * lib/hash.c (struct hash_table): Define it here instead.
21722
21723 2001-11-22  Jim Meyering  <meyering@lucent.com>
21724
21725         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
21726
21727 2001-11-20  Jim Meyering  <meyering@lucent.com>
21728
21729         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
21730         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
21731
21732 2001-11-19  Jim Meyering  <meyering@lucent.com>
21733
21734         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
21735         directory.  Use "conftestXXXXXX" as the template.
21736         Suggestion from Paul Eggert.
21737
21738         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
21739         immediately, so the test doesn't mistakenly hit the max-open-files
21740         limit.
21741
21742 2001-11-18  Paul Eggert  <eggert@twinsun.com>
21743
21744         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
21745         (TEMPORARIES): New macro.
21746         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
21747         removes an artificial limitation (e.g. HP-UX 10.20, where
21748         TMP_MAX is 17576).
21749
21750 2001-11-18  Jim Meyering  <meyering@lucent.com>
21751
21752         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
21753
21754 2001-11-18  Jim Meyering  <meyering@lucent.com>
21755
21756         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
21757         on SunOS 4.
21758
21759         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
21760         files will be created before anything else.
21761
21762 2001-11-17  Paul Eggert  <eggert@twinsun.com>
21763
21764         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
21765         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
21766
21767 2001-11-17  Jim Meyering  <meyering@lucent.com>
21768
21769         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
21770         Prompted by a report from Bob Proulx.
21771
21772         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
21773         Instead, require UTILS_FUNC_MKSTEMP.
21774
21775 2001-11-17  Jim Meyering  <meyering@lucent.com>
21776
21777         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
21778         Now, that's done as part of AC_FUNC_STRTOD.
21779
21780 2001-11-17  Jim Meyering  <meyering@lucent.com>
21781
21782         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
21783         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
21784         rather than group writable.  Patch by Juan F. Codagnone.
21785
21786         * lib/readtokens.c: Remove explicit declarations of xmalloc and
21787         xrealloc, Instead, include "xalloc.h".
21788
21789         * lib/mountlist.c: Include unlocked-io.h after all system headers.
21790         Remove explicit declarations of xmalloc, xrealloc,
21791         and xstrdup.  Instead, include "xalloc.h".
21792
21793         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
21794         unlocked-io.h.
21795         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
21796         Likewise.
21797         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
21798
21799         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
21800         Reported by Padraig Brady.
21801
21802         * lib/mkstemp.c: #undef mkstemp.
21803         Include config.h.
21804         (rpl_mkstemp): Rename from mkstemp.
21805         Protoize.
21806
21807 2001-11-16  Jim Meyering  <meyering@lucent.com>
21808
21809         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
21810         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
21811         determine the amount of total physical memory, use pstat_getstatic.
21812         HPUX-11 doesn't define _SC_PHYS_PAGES.
21813         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
21814         If sysconf couldn't be used to determine the amount of available
21815         physical memory, use both pstat_getstatic and pstat_getdynamic.
21816         Based on a patch from Bob Proulx.
21817
21818 2001-11-10  Jim Meyering  <meyering@lucent.com>
21819
21820         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
21821         (jm_PREREQ): Use it.
21822
21823 2001-11-09  Jim Meyering  <meyering@lucent.com>
21824
21825         * m4/jm-macros.m4: Require autoconf-2.52f.
21826         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
21827         Use these AC_-prefixed names, not the AM_-prefixed ones.
21828
21829         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
21830
21831 2001-11-05  Jim Meyering  <meyering@lucent.com>
21832
21833         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
21834
21835 2001-11-04  Jim Meyering  <meyering@lucent.com>
21836
21837         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
21838         $DEFS.
21839
21840 2001-11-03  Jim Meyering  <meyering@lucent.com>
21841
21842         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
21843         of AC_DEFUN.
21844
21845         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
21846         know the name of the variable in the macro definition.
21847
21848 2001-11-03  Jim Meyering  <meyering@lucent.com>
21849
21850         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
21851         in argmatch_to_argument call.
21852
21853         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
21854         argument.
21855
21856         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
21857         e.g., a fault due to an attempt to free a NULL pointer.
21858
21859 2001-11-01  Jim Meyering  <meyering@lucent.com>
21860
21861         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
21862         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
21863
21864 2001-11-01  Jim Meyering  <meyering@lucent.com>
21865
21866         * lib/dirfd.c, lib/dirfd.h: New files.
21867         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
21868
21869         * lib/hash.c (hash_print) [TESTING]: Clean up.
21870
21871 2001-10-22  Paul Eggert  <eggert@twinsun.com>
21872
21873         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
21874         to avoid a warning if -Wall.
21875
21876 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
21877
21878         * README: New file
21879         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
21880         (per RMS's instructions, this is now the canonical source)
21881         * lgpl/, gpl/: New directories.
21882
21883 2001-10-21  Paul Eggert  <eggert@twinsun.com>
21884
21885         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
21886
21887 2001-10-21  Jim Meyering  <meyering@lucent.com>
21888
21889         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
21890         this code would end up calling gettext even in packages built
21891         with --disable-nls.
21892         * lib/getopt.c (_): Likewise.
21893         * lib/regex.c (_): Likewise.
21894
21895 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21896
21897         * m4/error.m4 (jm_PREREQ_ERROR):
21898         Do not invoke AC_CHECK_FUNCS with strerror_r, as
21899         AC_FUNC_STRERROR_R does that.
21900         Check for strerror declaration.
21901
21902         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
21903         are supposed to have them these days.
21904         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
21905         Merge changes from latest Autoconf CVS.
21906         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
21907         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
21908         POSIX decided to standardize on the int flavor of strerror_r.
21909
21910 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21911
21912         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
21913         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
21914         Use strerror_r that is only a macro, even if it is not a function.
21915         (strerror): Check for HAVE_DECL_STRERROR before declaring.
21916         (private_strerror): Use prototypes, not old-style function definition.
21917         (print_errno_message): New function.
21918         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
21919         char*-flavored one.
21920         (error_tail, error, error_at_line): Use it.
21921
21922 2001-10-11  Jim Meyering  <meyering@lucent.com>
21923
21924         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
21925         and quote_n (1, ... to avoid clobbering a buffer.
21926
21927 2001-10-05  Jim Meyering  <meyering@lucent.com>
21928
21929         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
21930         hash-pjw.h.
21931         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
21932         * lib/hash-pjw.h: New file.
21933
21934 2001-09-30  Jim Meyering  <meyering@lucent.com>
21935
21936         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
21937         `struct fsstat' has the `f_fstypename' member.
21938         Use that to define FS_TYPE, which is now used to make
21939         the getfsstat link test tighter.
21940
21941 2001-09-30  Jim Meyering  <meyering@lucent.com>
21942
21943         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
21944         Include <sys/ucred.h>, for Apple Darwin.
21945         Include sys/mount.h and sys/fs_types.h only if available.
21946         (FS_TYPE): Define.
21947         (read_filesystem_list): Use FS_TYPE.
21948
21949 2001-09-29  Paul Eggert  <eggert@twinsun.com>
21950
21951         * lib/exclude.c (excluded_filename): 0 -> false, since it's
21952         a boolean context.
21953
21954 2001-09-29  Jim Meyering  <meyering@lucent.com>
21955
21956         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21957         [one-argument getmntent function]): Include stdio.h before mntent.h.
21958         SunOS 4.1.x needs it for the declaration of `FILE'.
21959         Patch by Volker Borchert.
21960
21961         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21962         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
21963         sys/fs_types.h, and make the link-test for getfsstat guard #include
21964         directives with appropriate #if HAVE_*_H tests so that we can
21965         detect getfsstat on Apple Darwin1.3.7 systems.
21966         Reported by Nelson Beebe.
21967         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
21968
21969 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21970
21971         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21972         #defines strtoimax.  Also treat the other strto* functions
21973         like strtoimax.
21974
21975         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21976         Check for strtoul and strtoumax,
21977         as those declarations are made even in the signed case.
21978         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
21979         Likewise, for strtol and strtoimax.
21980
21981 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21982
21983         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21984         #defines strtoimax.  Also treat the other strto* functions
21985         like strtoimax.
21986
21987         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
21988         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
21989         (strtoimax, strtoumax): Do not declare if already defined as a macro.
21990
21991 2001-09-26  Jim Meyering  <meyering@lucent.com>
21992
21993         Most macros in unlocked-io.h had the wrong number of arguments.
21994         * lib/gen-uio: New script.
21995         (USE_UNLOCKED_IO): Define to 1 if not already defined.
21996         * lib/unlocked-io.hin: Remove file.
21997         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
21998         rather than trying to embed it here.
21999         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22000         Reported by Padraig Brady.
22001
22002 2001-09-25  Volker Borchert  <bt@teknon.de>
22003
22004         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22005         `result'.
22006
22007 2001-09-24  Jim Meyering  <meyering@lucent.com>
22008
22009         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22010
22011 2001-09-23  Jim Meyering  <meyering@lucent.com>
22012
22013         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22014         instead of the mere test for existence of mntent.h.  The latter
22015         would get a false-positive on AIX 3.4 systems.
22016         In the outer getmntent if-block, don't die if neither of the getmntent
22017         tests succeeds.  Instead, just fall through and continue with the
22018         remaining tests.
22019
22020 2001-09-23  Jim Meyering  <meyering@lucent.com>
22021
22022         * lib/mountlist.c: Remove useless parentheses in #if directives.
22023         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22024         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22025
22026 2001-09-22  Jim Meyering  <meyering@lucent.com>
22027
22028         * m4/gettext.m4: New file.  From gettext.
22029         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22030         * m4/progtest.m4: Likewise
22031         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22032         * m4/glibc21.m4: Likewise.
22033
22034         * m4/libintl.m4: Remove.  No longer used.
22035
22036 2001-09-22  Jim Meyering  <meyering@lucent.com>
22037
22038         * lib/localcharset.c: Update from latest gettext.
22039         * lib/config.charset: Likewise.
22040
22041 2001-09-20  Jim Meyering  <meyering@lucent.com>
22042
22043         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22044         strtoimax.
22045         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22046         strtoumax.
22047
22048 2001-09-20  Jim Meyering  <meyering@lucent.com>
22049
22050         * lib/xstrtol.c (strtoimax): Guard declaration with
22051         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22052         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22053         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22054         (strtoumax): Likewise, for completeness (it wasn't necessary).
22055
22056 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22057
22058         * lib/strtoimax.c (HAVE_LONG_LONG):
22059         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22060         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22061         to work around bug in IBM C compiler.
22062
22063 2001-09-17  Jim Meyering  <meyering@lucent.com>
22064
22065         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22066         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22067         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22068         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22069         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22070         whenever the right hand side need not be expanded by the shell.
22071
22072 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22073
22074         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22075         library.  It's not correct, as some older glibcs are buggy.
22076         fnmatch wasn't fixed until glibc 2.2.
22077
22078         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22079         special shell magic here.
22080
22081 2001-09-16  Jim Meyering  <meyering@lucent.com>
22082
22083         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22084         * m4/jm-macros.m4: Require it.
22085
22086 2001-09-16  Jim Meyering  <meyering@lucent.com>
22087
22088         * lib/mkdir.c: New file.
22089
22090 2001-09-15  Jim Meyering  <meyering@lucent.com>
22091
22092         * m4/jm-macros.m4: Check for help2man.
22093
22094 2001-09-11  Jim Meyering  <meyering@lucent.com>
22095
22096         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22097         The body, by Paul Eggert, was moved here from configure.in.
22098         * m4/jm-macros.m4: Require UTILS_HOST_OS.
22099
22100 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22101
22102         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
22103         (jm_PREREQ): Use it.
22104
22105 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22106
22107         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
22108         Use ssize_t, not int, to store result of readlink.
22109         Check for ssize_t overflow as well as size_t overflow,
22110         as POSIX says the result of readlink is implementation-defined
22111         when ssize_t overflows.
22112         Remove unnecessary cast to char*.
22113         Use free+malloc instead of realloc, as the storage doesn't need
22114         to be preserved and it's clearer and can be more efficient that way.
22115         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
22116         * lib/xreadlink.h (xreadlink): Update prototype.
22117
22118 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22119
22120         * lib/xgetcwd.c: Revert some of the previous change; intead,
22121         fix the HAVE_GETCWD_NULL code to behave more like the
22122         !HAVE_GETCWD_NULL code used to.
22123
22124         Include "xalloc.h".
22125         (xgetcwd): Do not return NULL when memory is exhausted; instead,
22126         invoke xalloc_die.
22127
22128 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22129
22130         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
22131         sys/param.h, as pathmax.h includes them.
22132
22133 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22134
22135         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
22136         (jm_PREREQ_XGETCWD): New macro.
22137
22138         * m4/getcwd.m4: New file.
22139
22140 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22141
22142         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
22143         like the HAVE_GETCWD_NULL code.
22144         Include pathmax.h if not HAVE_GETCWD.
22145         Do not include xalloc.h.
22146         (INITIAL_BUFFER_SIZE): New symbol.
22147         Do not use xmalloc / xrealloc, since the caller is responsible for
22148         handling errors.  Preserve errno around `free' during failure.
22149         Do not overrun buffer when using getwd.
22150
22151 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22152
22153         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
22154         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
22155         getcwd (NULL, 0).
22156
22157 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22158
22159         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
22160         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
22161         spotted by Jim Meyering.
22162
22163 2001-09-03  Jim Meyering  <meyering@lucent.com>
22164
22165         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
22166         failure.
22167
22168 2001-09-02  Jim Meyering  <meyering@lucent.com>
22169
22170         * lib/error.c: Update from GNU libc.
22171
22172 2001-09-01  Jim Meyering  <meyering@lucent.com>
22173
22174         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
22175         Used by df.
22176
22177 2001-09-01  Jim Meyering  <meyering@lucent.com>
22178
22179         * lib/xreadlink.c: New file.
22180         * lib/xreadlink.h: New file.
22181         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
22182         xreadlink.h.
22183
22184         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
22185         doesn't conflict with sparc Solaris 7's definition in
22186         /usr/include/sys/int_types.h.
22187
22188         * lib/exclude.c: Use `""', not `<>' to #include non-system header
22189         files.
22190         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
22191         and strncasecmp as r-values.  Unixware didn't have declarations.
22192
22193 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22194
22195         * lib/xstrtol.h: Add copyright notice.
22196         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
22197         LONGINT_INVALID_SUFFIX_CHAR.
22198
22199 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22200
22201         * lib/xstrtol.c (strtoimax): New decl.
22202
22203 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22204
22205         * lib/xgetcwd.c: Don't include pathmax.h.
22206         Include stdlib.h and unistd.h if available.
22207         Include xalloc.h.
22208         (xmalloc, xstrdup, free): Remove decls.
22209         (xgetcwd): Don't assume sizes fit in unsigned.
22210         Check for overflow when computing sizes.
22211         Simplify reallocation code.
22212
22213 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22214
22215         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
22216         a directory's st_size can have an arbitrary value, so the old
22217         usage could waste an arbitrary amount of memory.  All uses
22218         changed.
22219         * lib/savedir.h: Update prototype.
22220
22221 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22222
22223         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
22224
22225         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
22226         old strtoimax.c.
22227
22228         Also, make the following further changes to make this file's
22229         configuration more similar to that of strtol.c:
22230         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
22231         (strtoumax, uintmax_t, strtoull, strtol): Remove.
22232         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
22233         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
22234         changed to signed values.
22235
22236         And make the following changes as well:
22237         Fix copyright notice, as 1999 was missing.
22238         (verify): New macro.
22239         (strtoimax): Check sizes at compile-time, not run-time.
22240         Prefer strtol to strtoll if both work.
22241         (main): Remove; it was not that useful and was a pain to maintain.
22242
22243         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
22244
22245 2001-08-31  Jim Meyering  <meyering@lucent.com>
22246
22247         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
22248         Use an initial, malloc'd, buffer of length 128 rather than
22249         a statically allocated one of length 1024.
22250
22251 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22252
22253         Simplify code, partly by assuming autoconf 2.52 semantics.
22254
22255         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
22256
22257         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
22258         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
22259         All uses removed.
22260         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
22261         Move AC_REQUIRE to next-to-top level, to avoid confusion.
22262         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
22263         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
22264         jm_AC_HEADER_INTTYPES_H.
22265         * m4/jm-macros.m4 (jm_MACROS): Likewise.
22266
22267         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
22268
22269         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22270         Quote first arg of AC_DEFUN.
22271         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
22272         since they are needed to parse the include file even if we need
22273         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
22274         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
22275         but with opposite signedness.
22276
22277 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22278
22279         Merge 'exclude' changes from tar 1.13.22.
22280         This fixes one or two unlikely storage allocation overflow bugs,
22281         but doesn't change user-visible behavior otherwise.
22282
22283 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22284
22285         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
22286         (jm_PREREQ_EXCLUDE): New macro.
22287
22288 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22289
22290         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
22291         tm to be declared.
22292
22293 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22294
22295         * lib/hash.c: Remove '2001' from copyright notice.
22296
22297 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22298
22299         * lib/full-write.h: New file.
22300         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
22301         * lib/full-write.c: Correct credits, as cccp.c no longer
22302         exists and anyway it was so heavily changed from the old cccp
22303         code as to be unrecognizable.  Include full-write.h.
22304         (full_write) Return size_t, with short writes meaning failure.
22305         All callers changed.  This fixes a bug with large buffers
22306         on 64-bit hosts.
22307         * lib/utime.c: Include full-write.h.
22308
22309 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22310
22311         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
22312         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
22313         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
22314         Include if available.
22315         (<xalloc.h>): Include
22316         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
22317         (verify): New macro.  Use it to verify that EXCLUDE macros do not
22318         collide with FNM macros.
22319         (struct patopts): New struct.
22320         (struct exclude): Use it, as exclude patterns now come with options.
22321         (new_exclude): Support above changes.
22322         (new_exclude, add_exclude_file):
22323         Initial size must now be a power of two to simplify overflow checking.
22324         (free_exclude, fnmatch_no_wildcards): New function.
22325         (excluded_filename): No longer requires options arg, as the options
22326         are determined by add_exclude.  Now returns bool, not int.
22327         (excluded_filename, add_exclude):
22328         Add support for the fancy new exclusion options.
22329         (add_exclude, add_exclude_file): Now takes int options arg.
22330         Check for arithmetic overflow when computing sizes.
22331         (add_exclude_file): xrealloc might modify errno, so don't
22332         realloc until after errno might be used.
22333
22334         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
22335         New macros.
22336         (free_exclude): New decl.
22337         (add_exclude, add_exclude_file): Now takes int options arg.
22338         (excluded_filename): No longer requires options arg, as the options
22339         are determined by add_exclude.  Now returns bool, not int.
22340
22341 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22342
22343         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
22344
22345 2001-08-27  Jim Meyering  <meyering@lucent.com>
22346
22347         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
22348
22349         * lib/version-etc.c (N_): Remove definition.
22350         Revert most of last change.
22351         Instead, simply don't mark the `Copyright...' string for translation.
22352         Based on advice from Paul Eggert.
22353
22354         * lib/strtoxmax.c: Tweak comment.
22355
22356 2001-08-26  Jim Meyering  <meyering@lucent.com>
22357
22358         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
22359
22360         * m4/xstrtoimax.m4: New file.
22361         * m4/xstrtoumax.m4: Add comments explaining why we
22362         AC_REPLACE_FUNCS(strtol).
22363
22364 2001-08-26  Jim Meyering  <meyering@lucent.com>
22365
22366         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
22367         of copyright with `%s' so translators don't get an untranslated
22368         message in 2002.
22369         (COPYRIGHT_YEAR): Define.
22370         (version_etc): Use fprintf rather than fputs.
22371         Suggestion from Ulrich Drepper.
22372
22373         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
22374
22375         * lib/strtoll.c: New file, from GNU libc.
22376         * lib/xstrtoimax.c: New file.
22377
22378         * lib/xstrtol.h: Add xstrtoimax.
22379         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
22380         * lib/strtoimax.c: New file.  Likewise, but first define
22381         STRTOUXMAX_SIGNED.
22382
22383         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
22384         ...
22385         * lib/strtoxmax.c: ... then renamed to this.
22386
22387 2001-08-18  Paul Eggert  <eggert@twinsun.com>
22388
22389         * m4/inttypes.m4: Add AC_PREREQ(2.13).
22390         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
22391         (jm_AC_TYPE_INTMAX_T): New macro.
22392         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
22393
22394         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
22395
22396         * m4/longlong.m4: Renamed from ulonglong.m4.
22397         * m4/inttypes.m4: Renamed from inttypes_h.m4.
22398         * m4/uintmax_t.m4: Removed.
22399
22400 2001-08-13  Paul Eggert  <eggert@twinsun.com>
22401
22402         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
22403         Port to Solaris 8, where 'sed' requires a space after the 'r'
22404         command, and where sh dislikes "$/".  Clean up the spacing a bit.
22405         Redirect output to $tmp just once.
22406
22407 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
22408
22409         * lib/addext.c (<errno.h>): Include.
22410         (errno): Declare if not defined.
22411         (addext): Work correctly when pathconf returns -1 and leaves
22412         errno alone because there is no limit.  Also, work even if
22413         pathconf returns a value greater than SIZE_MAX.
22414
22415 2001-08-12  Jim Meyering  <meyering@lucent.com>
22416
22417         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
22418         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
22419         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
22420         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
22421         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
22422         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
22423         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
22424         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
22425         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
22426         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
22427         utime.m4, utimes.m4, xstrtoumax.m4:
22428         Quote the first argument in each use of AC_DEFUN.
22429
22430 2001-08-12  Jim Meyering  <meyering@lucent.com>
22431
22432         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
22433         Simply `return getcwd (NULL, 0);'.
22434         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
22435         Use 1300 as initial value for length, not PATH_MAX.
22436
22437         * lib/pathmax.h: Clean up cpp syntax.
22438
22439 2001-08-12  Jim Meyering  <meyering@lucent.com>
22440
22441         * lib/gettimeofday.c: New file.
22442         * lib/gtod.h: New file.
22443         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
22444
22445 2001-08-05  Jim Meyering  <meyering@lucent.com>
22446
22447         * m4/jm-macros.m4: Require autoconf-2.52.
22448
22449 2001-08-04  Jim Meyering  <meyering@lucent.com>
22450
22451         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
22452         stmt, to get in sync with glibc.
22453
22454 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22455
22456         The following changes are from gettext 0.10.39 as maintained by
22457         Bruno Haible.
22458
22459         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
22460         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
22461         with inverted sense.  All uses changed.
22462
22463         * lib/mbswidth.c: Don't include <limits.h>.
22464         Include <stdlib.h> and <string.h> unconditionally.
22465         (iswcntrl, mbsinit, ISCNTRL): New macros.
22466         (mbsnwidth): Use K&R style function declarations.
22467         Don't bother checking for MB_LEN_MAX == 1, since the compiler
22468         can optimize it when MB_CUR_MAX == 1.
22469         The width of control characters is zero, not 1.
22470
22471 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22472
22473         The following changes are from gettext 0.10.39 as maintained by
22474         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
22475
22476         * m4/codeset.m4: Upgrade to serial AM1.
22477         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
22478         all uses changed.  Quote first arg of AC_DEFUN.
22479         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
22480
22481         * m4/iconv.m4: Upgrade to serial AM2.
22482         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
22483         Add --with-libconv-prefix.
22484         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
22485         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
22486         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
22487         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
22488         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
22489
22490         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
22491         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
22492         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
22493         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
22494         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
22495         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
22496         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22497         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
22498         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
22499
22500         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
22501         string.h any more.
22502
22503         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
22504         not the default value.
22505
22506         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
22507         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
22508         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
22509         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
22510         Also check for iswcntrl, used for wcwidth fallback.
22511         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
22512         to Autoconf 2.13.
22513
22514 2001-08-03  Jim Meyering  <meyering@lucent.com>
22515
22516         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
22517         as it was in the original.  Reported by Paul Eggert.
22518
22519 2001-07-16  Jim Meyering  <meyering@lucent.com>
22520
22521         * m4/gettimeofday.m4: New file.
22522         Prompted by a report from Bernhard Baehr.
22523
22524 2001-07-15  Jim Meyering  <meyering@lucent.com>
22525
22526         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
22527         stuff. Now it's in ../Makefile.cfg.
22528
22529 2001-07-15  Jim Meyering  <meyering@lucent.com>
22530
22531         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
22532         (BUILT_SOURCES): Add unlocked-io.h.
22533         (io_functions): Define.
22534         (unlocked-io.h): New rule.
22535         (DISTCLEANFILES): Add unlocked-io.h.
22536         (all-local): Depend on unlocked-io.h, to ensure it is created.
22537
22538         * lib/unlocked-io.hin: New file
22539
22540         * lib/regex.c: Update from glibc.
22541
22542 2001-07-05  Jim Meyering  <meyering@lucent.com>
22543
22544         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
22545         recommendation.
22546         (libfetish_a_SOURCES): Put all .h files here instead.
22547         Remove a thus-exposed (better checks in automake) duplicate and
22548         two unnecessary .h files.
22549
22550 2001-07-04  Jim Meyering  <meyering@lucent.com>
22551
22552         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
22553         that generates jm-glibc-io.m4 so that it doesn't trigger any make
22554         distcheck failure.
22555
22556 2001-07-02  Jim Meyering  <meyering@lucent.com>
22557
22558         The following changes were prompted by suggestions from Bruno Haible.
22559
22560         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
22561         is now generated.
22562         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
22563         definition of EXTRA_DIST.
22564         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
22565         ensure that the generated file is created/updated whenever the list
22566         of $(unlocked_functions) is changed.
22567         (jm-glibc-io.m4): New rule.
22568         (unlocked-io.h): New rule -- currently unused.
22569
22570 2001-06-24  Jim Meyering  <meyering@lucent.com>
22571
22572         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
22573         unmatched right bracket, rather than kludging it with an extra,
22574         falsely-matching quote in a comment.  Patch by Akim Demaille.
22575
22576 2001-06-11  Jim Meyering  <meyering@lucent.com>
22577
22578         * lib/regex.c: Update from GNU libc.
22579
22580 2001-05-27  Jim Meyering  <meyering@lucent.com>
22581
22582         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
22583         Check for ut_type in struct utmp.
22584
22585 2001-05-27  Jim Meyering  <meyering@lucent.com>
22586
22587         * lib/readutmp.h (UT_TYPE): Define.
22588
22589 2001-05-24  Jim Meyering  <meyering@lucent.com>
22590
22591         * lib/argmatch.c: Include "quote.h".
22592         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
22593         quote function.  Reported by Göran Uddeborg.
22594
22595 2001-05-22  Jim Meyering  <meyering@lucent.com>
22596
22597         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
22598         now that we use the package-supplied version unconditionally.
22599         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
22600
22601 2001-05-21  Jim Meyering  <meyering@lucent.com>
22602
22603         * m4/regex.m4: Change a couple backticks to single quotes to avoid
22604         shell syntax errors.
22605
22606 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22607
22608         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
22609
22610 2001-05-20  Paul Eggert  <eggert@twinsun.com>
22611
22612         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
22613         Don't bother to check library strftime, since
22614         we'll be using our own my_strftime function anyway.
22615         Define my_strftime instead of strftime.
22616
22617 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
22618
22619         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
22620         which is not yet declared.
22621
22622 2001-05-15  Jim Meyering  <meyering@lucent.com>
22623
22624         * m4/regex.m4: Use proper quoting so brackets appear in the test
22625         program.
22626         Reported by, and with help from, Bruno Haible.
22627
22628 2001-05-13  Jim Meyering  <meyering@lucent.com>
22629
22630         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
22631         undefined.
22632
22633 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22634
22635         dirname code cleanup.  base_name now behaves more compatibly
22636         with POSIX basename when given file names that have trailing
22637         slashes, and similarly for dir_name.  Add new primitives
22638         base_len and dir_len.  Put the directory-name-related decls
22639         into dirname.h.
22640
22641         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
22642         * lib/backupfile.c (base_name): Likewise.
22643         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
22644         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
22645         * lib/makepath.c (strip_trailing_slashes): Likewise.
22646         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
22647         ISSLASH): Likewise.
22648         * lib/rename.c (strip_trailing_slashes): Likewise.
22649         * lib/same.c (base_name): Likewise.
22650         * lib/stripslash.c (ISSLASH): Likewise.
22651
22652         * lib/addext.c: Include <dirname.h> after size_t is defined.
22653         * lib/backupfile.c: Likewise.
22654
22655         * lib/addext.c (addext): Use base_len to trim redundant
22656         trailing slashes instead of doing it ourselves.
22657         But do not trim the last slash if it is not redundant.
22658
22659         * lib/backupfile.c (find_backup_file_name,
22660         max_backup_version): Use base_len instead of rolling it ourselves.
22661         Handle the case of "" and (on DOS) "C:" correctly.
22662
22663         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
22664         needed. Include <string.h>, <dirname.h>.
22665         (base_name): Allow file names ending in slashes, other than names
22666         that are all slashes.  In this case, return the basename followed
22667         by the slashes.  This is more general, and can be used in places
22668         where the original base_name purposely had an assertion failure.
22669         (base_len): New function.
22670
22671         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
22672         Do not include <assert.h>; no longer needed.
22673         Include xalloc.h.
22674         (memrchr): Remove decl.
22675         (dir_name_r): Remove.
22676         (dir_len): Renamed from dirlen.  All callers changed.
22677         Rewrite in terms of base_name, for simplicity and consistency.
22678         (dir_name): Never return NULL.  All callers changed.
22679         Do not include <stdlib.h> in test program; no longer needed.
22680         return 0; is fine for test program.
22681
22682         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
22683         New macros.
22684         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
22685
22686         * lib/path-concat.c (path_concat): Use base_len to compute
22687         base length, not strlen; this means we cannot rely on memcpy
22688         to null-terminate.
22689
22690         * lib/same.c (STREQ): Remove.
22691         (same_name): Handle the case where the basename ends in trailing '/'.
22692
22693         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
22694         a slash was stripped.  Do not strip the last slash after a
22695         file system prefix.
22696
22697 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22698
22699         * lib/Makefile.am (libfetish_a_SOURCES):
22700         Add strftime.c, since we now compile it on all hosts.
22701
22702         * lib/strftime.c (my_strftime):
22703         Define to nstrftime if emacs, but only if my_strftime is not defined.
22704         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
22705         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
22706         Add one more extra argument: a nanoseconds value.
22707         All uses changed.
22708         (ns): New macro.
22709         (my_strftime function): Add %N format.
22710         (emacs_strftimeu): Renamed from emacs_strftime,
22711         with extra ut argument.
22712
22713 2001-05-09  Paul Eggert  <eggert@twinsun.com>
22714
22715         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
22716
22717 2001-04-21  Jim Meyering  <meyering@lucent.com>
22718
22719         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
22720         doesn't interfere.
22721
22722 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22723
22724         * m4/ftruncate.m4: Check for chsize.
22725         Link with ftruncate.o unconditionally if ftruncate is missing.
22726         This was required when cross-compiling to i586-mingw32msvc.
22727
22728 2001-04-08  Jim Meyering  <meyering@lucent.com>
22729
22730         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
22731         recomputed; that's necessary when the offset spans a DST transition.
22732         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
22733
22734 2001-04-02  Jim Meyering  <meyering@lucent.com>
22735
22736         * lib/regex.h, regex.c: Update from GNU libc.
22737
22738 2001-03-24  Jim Meyering  <meyering@lucent.com>
22739
22740         * m4/jm-macros.m4: Require autoconf-2.49d.
22741
22742 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
22743
22744         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
22745
22746 2001-03-19  Paul Eggert  <eggert@twinsun.com>
22747
22748         * lib/version-etc.c (version_etc_copyright): Update to 2001.
22749
22750 2001-03-17  Jim Meyering  <meyering@lucent.com>
22751
22752         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
22753         now that the version in autoconf is equivalent.
22754         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
22755
22756         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
22757         Suggestion from Akim Demaille.
22758
22759         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
22760         (jm_PREREQ_TEMPNAME): New function.
22761
22762 2001-03-16  Paul Eggert  <eggert@twinsun.com>
22763
22764         * lib/tempname.c (uint64_t): Define to uintmax_t if
22765         not defined, and if UINT64_MAX is not defined.
22766         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
22767         Reported by John David Anglin.
22768
22769 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
22770
22771         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
22772         resolve alias if codeset is empty.
22773         * lib/config.charset (BeOS): Use wildcard syntax.
22774
22775 2001-03-13  Jim Meyering  <meyering@lucent.com>
22776
22777         * lib/path-concat.c (path_concat)
22778         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
22779         concatenating e.g., `C:' and `foo'.
22780         From Bruno Haible.
22781
22782 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22783
22784         * lib/localcharset.c (locale_charset): Don't use
22785         setlocale(LC_CTYPE,NULL). Don't return NULL.
22786         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
22787
22788 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22789
22790         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
22791         support for DOS/DJGPP.
22792
22793 2001-03-01  Paul Eggert  <eggert@twinsun.com>
22794
22795         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
22796         lacks mkstemp.  Compile our own tempname.c if we compile our own
22797         mkstemp.c, as mkstemp relies on tempname.
22798
22799 2001-03-01  Jim Meyering  <meyering@lucent.com>
22800
22801         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
22802         AH_VERBATIM really does output its argument verbatim.
22803
22804 2001-02-28  Paul Eggert  <eggert@twinsun.com>
22805
22806         * lib/Makefile.am (libfetish_a_SOURCES):
22807         Add dup-safer.c, fopen-safer.c.
22808         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
22809
22810         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
22811         * lib/unistd-safer.h: New files.
22812
22813 2001-02-25  Paul Eggert  <eggert@twinsun.com>
22814
22815         The mkstemp replacement is taken from glibc 2.2.2, with some
22816         portability fixes for use outside glibc, as follows:
22817
22818         * lib/tempname.c (struct_stat64): New macro.
22819         (direxists, __gen_tempname): Use it.
22820         This avoids a portability problem with Solaris 8.
22821
22822         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
22823         (<stddef.h>, <stdint.h>, <string.h>):
22824         Include only if STDC_HEADERS || _LIBC.
22825         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
22826         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
22827         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
22828         (__set_errno): Define this macro if <errno.h> doesn't.
22829         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
22830         Define these macros if <stdio.h> doesn't.
22831         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
22832         Define these macros if <sys/stat.h>
22833         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
22834         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
22835         __xstat64): Define if not _LIBC.
22836         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
22837         (__gen_tempname): Invoke gettimeofday only if
22838         HAVE_GETTIMEOFDAY || _LIBC;
22839         otherwise, fall back on plain "time".
22840         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
22841
22842         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
22843
22844         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
22845
22846 2001-02-18  Paul Eggert  <eggert@twinsun.com>
22847
22848         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
22849
22850 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22851
22852         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
22853         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
22854         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
22855         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22856
22857 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22858
22859         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
22860         Remove workaround macros for hosts that have mbrtowc but not
22861         mbstate_t, as we now insist on proper declarations for both
22862         before using mbrtowc.
22863
22864 2001-02-17  Jim Meyering  <meyering@lucent.com>
22865
22866         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
22867         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
22868         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
22869         UnixWare 7.1.1.
22870
22871         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
22872         rather than AC_CACHE_VAL.
22873
22874 2001-02-17  Jim Meyering  <meyering@lucent.com>
22875
22876         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
22877         around included file name.
22878
22879         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
22880
22881         * lib/strftime.c: Update from GNU libc (the only changes were to
22882         comments).
22883
22884 2001-02-17  Jim Meyering  <meyering@lucent.com>
22885
22886         * lib/regex.c: Update from libc.
22887
22888 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
22889
22890         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
22891         clash.
22892
22893 2001-02-16  Paul Eggert  <eggert@twinsun.com>
22894
22895         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
22896         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
22897         Reported by Mark Hounschell via Paul Eggert.
22898
22899 2001-02-07  Jim Meyering  <meyering@lucent.com>
22900
22901         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
22902
22903 2001-02-05  Jim Meyering  <meyering@lucent.com>
22904
22905         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
22906         it includes the patch required for `large file' support with at least
22907         HP-UX's 10.20 /bin/cc.
22908
22909 2001-02-03  Jim Meyering  <meyering@lucent.com>
22910
22911         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
22912         AS_IF, now that it works once again (mysteriously).
22913         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22914
22915 2001-01-30  Jim Meyering  <meyering@lucent.com>
22916
22917         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
22918         * m4/chown.m4: Rename conftestchown to conftest.chown.
22919         * m4/rename.m4: s/conftestdir/conftest.d1/ and
22920         s/conftestdir2/conftest.d2/.
22921         * m4/utimes.m4: s/conftestdata/conftest.data/
22922         Inspired by Pavel Roskin's change in autoconf.
22923
22924 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
22925
22926         * lib/config.charset: Update for FreeBSD 4.2.
22927
22928 2001-01-27  Jim Meyering  <meyering@lucent.com>
22929
22930         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
22931         a use of AS_IF.
22932         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22933
22934 2001-01-26  Jim Meyering  <meyering@lucent.com>
22935
22936         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
22937         quotearg.c includes it.
22938
22939 2001-01-26  Jim Meyering  <meyering@lucent.com>
22940
22941         * lib/quotearg.c: Include stddef.h.
22942         * lib/quote.c: Include stddef.h.
22943         Reported by Axel Kittenberger.
22944
22945         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
22946         line in double quotes so that it evokes a better diagnostic.
22947         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
22948         Reported by Axel Kittenberger.
22949
22950 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
22951
22952         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
22953         as if it was a `charset'.
22954
22955 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22956
22957         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
22958         has const.
22959
22960 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22961
22962         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
22963         to avoid a warning.  Add back 'const' to inptr.
22964
22965 2001-01-20  Jim Meyering  <meyering@lucent.com>
22966
22967         Be sure that headers are checked before used in code compiled
22968         for the type checks.
22969         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
22970         In place of that, invoke jm_CHECK_ALL_TYPES.
22971         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
22972         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
22973         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
22974         The check for ssize_t was mistakenly run before the test for unistd.h.
22975
22976         The configure-time check for stdbool.h was missing.
22977         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
22978         (jm_PREREQ_HASH): New function.
22979
22980 2001-01-17  Jim Meyering  <meyering@lucent.com>
22981
22982         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
22983         for autoconf-2.49c.
22984         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
22985
22986 2001-01-16  Jim Meyering  <meyering@lucent.com>
22987
22988         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
22989         From Bruno Haible.
22990
22991 2001-01-14  Jim Meyering  <meyering@lucent.com>
22992
22993         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
22994         foo and bar.  Create conftestdir/ in the script, not in the C code.
22995         Remove directories in the script, not in the C code.
22996         Remove conftestdir{,2} before trying to create the directory.
22997         Make the entire configure script fail if the mkdir fails.
22998
22999 2001-01-14  Jim Meyering  <meyering@lucent.com>
23000
23001         * lib/rename.c: New file.  From Volker Borchert.
23002         Include stdlib.h, string.h or strings.h, and xalloc.h.
23003         Use strip_trailing_slashes rather than open-coding it.
23004
23005 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23006
23007         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23008
23009 2001-01-03  Jim Meyering  <meyering@lucent.com>
23010
23011         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23012         of local `inptr' to avoid warning with some system declarations of
23013         iconv.
23014
23015 2001-01-02  Volker Borchert  <bt@teknon.de>
23016
23017         * m4/rename.m4: New file.
23018         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23019
23020 2001-01-01  Jim Meyering  <meyering@lucent.com>
23021
23022         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23023         even on systems with utmpx.h.  It's necessary for the declaration of
23024         utmp's ut_user member.  Reported by Andreas Jaeger.
23025
23026         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23027         available. They are required for the declarations of getgrgid and
23028         getpwuid resp.
23029         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23030         Reported by Andreas Jaeger.
23031
23032 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23033
23034         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23035         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23036         so `make install' also works in VPATH builds.
23037
23038 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23039
23040         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23041         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23042         can be used in subdirectories.
23043
23044 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23045
23046         * lib/modechange.c: Do not assume that mode_t uses the
23047         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23048         the other-execute bit of FOO even if S_IXOTH != 1.
23049
23050         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23051         WOTH, XOTH, ALLM): New macros.
23052         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23053          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23054         Use them.
23055         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23056         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23057         (mode_compile):
23058         No need to use uintmax_t; unsigned long is long enough.
23059         Don't bother to get suffix since we don't use it.
23060
23061 2000-12-26  Jim Meyering  <meyering@lucent.com>
23062
23063         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23064         better with autoheader.
23065
23066 2000-12-24  Jim Meyering  <meyering@lucent.com>
23067
23068         * lib/hash.c (is_prime): Return explicit boolean values.
23069         (hash_get_first): Return NULL to appease Irix5.6's 89.
23070         Reported by Nelson Beebe.
23071
23072 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23073
23074         * lib/localcharset.c (locale_charset): Add support for Win32.
23075
23076 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23077
23078         * lib/physmem.h, lib/physmem.c: New files.
23079
23080         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23081         (noinst_HEADERS): Add physmem.h.
23082
23083         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23084         't' for compatibility with Solaris 8 sort.
23085
23086 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23087
23088         * lib/config.charset: Add support for BeOS.
23089
23090 2000-12-17  Jim Meyering  <meyering@lucent.com>
23091
23092         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23093         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23094
23095 2000-12-16  Jim Meyering  <meyering@lucent.com>
23096
23097         This bug had a serious impact on chown: `chown N:M FILE' (for integer
23098         N and M) would have treated it like `chown N:N FILE'.
23099
23100         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
23101
23102 2000-12-16  Jim Meyering  <meyering@lucent.com>
23103
23104         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
23105         SHELLS_FILE to a file name that's useful on djgpp systems.
23106         Include stdlib.h.
23107         (ADDITIONAL_DEFAULT_SHELLS): Define.
23108         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
23109         Based mostly on a patch from Prashant TR.
23110
23111 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
23112
23113         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
23114         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
23115         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
23116
23117 2000-12-08  Andreas Schwab  <schwab@suse.de>
23118
23119         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
23120         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
23121
23122 2000-12-07  Jim Meyering  <meyering@lucent.com>
23123
23124         * lib/stripslash.c (ISSLASH): Define.
23125         (strip_trailing_slashes): Use ISSLASH rather than comparing against
23126         `/'.
23127         From Prashant TR.
23128
23129         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
23130         (dir_name_r): Declare this function as static.
23131         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
23132         manifest itself on a name containing a mix of slashes and
23133         backslashes.
23134         Make this function work with names starting with a DOS-style
23135         drive letter and colon prefix.
23136         (dir_name): Append `.' if necessary.
23137         Based mostly on patches from Prashant TR and Eli Zaretskii.
23138
23139         * lib/dirname.h (dir_name_r): Remove prototype.
23140
23141 2000-12-06  Paul Eggert  <eggert@twinsun.com>
23142
23143         * m4/off_t-format.m4: Remove this file.
23144         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
23145
23146 2000-12-06  Jim Meyering  <meyering@lucent.com>
23147
23148         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
23149         replacement strtoull, we may well need the replacement strtoul, too.
23150         Check for declarations of strtoul and strtoull.
23151         Check for strtol.  Mainly as a cue to cause automake to include
23152         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
23153         Check for limits.h -- strtol.c needs it.
23154
23155 2000-12-05  Jim Meyering  <meyering@lucent.com>
23156
23157         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
23158
23159 2000-12-04  Jim Meyering  <meyering@lucent.com>
23160
23161         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
23162         Also include memory.h, stdlib.h, unistd.h if appropriate.
23163         Reported by Andreas Jaeger (conflicting declaration of malloc).
23164
23165 2000-12-02  Jim Meyering  <meyering@lucent.com>
23166
23167         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
23168         * m4/jm-macros.m4 (jm_MACROS): require it.
23169
23170 2000-12-02  Jim Meyering  <meyering@lucent.com>
23171
23172         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
23173
23174 2000-12-01  Paul Eggert  <eggert@twinsun.com>
23175
23176         * lib/memrchr.c: Include <config.h> before any system include file.
23177
23178 2000-11-30  Jim Meyering  <meyering@lucent.com>
23179
23180         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
23181
23182 2000-11-30  Jim Meyering  <meyering@lucent.com>
23183
23184         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
23185
23186 2000-11-29  Paul Eggert  <eggert@twinsun.com>
23187
23188         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
23189
23190 2000-11-26  Jim Meyering  <meyering@lucent.com>
23191
23192         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
23193
23194 2000-11-22  Paul Eggert  <eggert@twinsun.com>
23195
23196         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
23197         size of (size_t) -1; it's not portable.
23198
23199 2000-11-17  Jim Meyering  <meyering@lucent.com>
23200
23201         * lib/strstr.c: Update from GNU libc.
23202
23203 2000-11-17  Akim Demaille  <akim@epita.fr>
23204
23205         * lib/obstack.h: Formatting changes.
23206         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
23207         prevent type checking.
23208         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
23209         cast the value to (void *): assigning a `foo *' to a `void *'
23210         variable is valid.
23211         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
23212
23213 2000-11-16  Jim Meyering  <meyering@lucent.com>
23214
23215         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
23216
23217 2000-11-11  Jim Meyering  <meyering@lucent.com>
23218
23219         * lib/error.c: Add a couple #includes, merging from GNU libc version.
23220
23221 2000-11-10  Jim Meyering  <meyering@lucent.com>
23222
23223         * lib/obstack.h: Update from GNU libc.
23224         * lib/obstack.c: Likewise.
23225
23226 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
23227
23228         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
23229
23230 2000-11-06  Paul Eggert  <eggert@twinsun.com>
23231
23232         * lib/getusershell.c (setusershell): Use rewind rather than
23233         fseek/fseeko, to avoid configuration hassles with fseeko.
23234         Don't bother opening SHELLS_FILE if shellstream is NULL;
23235         it's not necessary.
23236
23237 2000-11-05  Jim Meyering  <meyering@lucent.com>
23238
23239         * lib/makepath.h (make_dir): Declare.
23240         * lib/makepath.c (make_dir): Remove `static' attribute.
23241         Tweak a comment.
23242
23243 2000-11-04  Jim Meyering  <meyering@lucent.com>
23244
23245         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
23246
23247 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
23248
23249         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
23250         last one in a bucket, advance to the next bucket.
23251
23252 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
23253
23254         * lib/fnmatch.c: Do not comment out all the code if we are using
23255         the GNU C library, because in some cases we are replacing buggy
23256         code in the GNU C library itself.
23257
23258 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23259
23260         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
23261         (regex_compile): Catch bogus \(\1\).
23262
23263 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23264
23265         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
23266         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
23267         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
23268
23269 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23270
23271         * lib/error.h, getline.h, modechange.h:
23272         Remove "2000" from Copyright line, as the file hasn't been
23273         changed this year other than in the copyright notice.
23274
23275         * lib/xalloc.h: Add "2000" to Copyright line, as this file
23276         was changed this year.
23277
23278 2000-10-29  Jim Meyering  <meyering@lucent.com>
23279
23280         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
23281         renaming.
23282         * m4/ls-mntd-fs.m4: Likewise
23283
23284 2000-10-29  Jim Meyering  <meyering@lucent.com>
23285
23286         * lib/xstat.in: Fix grammar in comment.
23287
23288 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
23289
23290         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
23291         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
23292         doesn't define __restrict_arr.
23293
23294 2000-10-28  Jim Meyering  <meyering@lucent.com>
23295
23296         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
23297         (jm_PREREQ_MEMCHR): New function.
23298
23299 2000-10-28  Jim Meyering  <meyering@lucent.com>
23300
23301         * lib/memchr.c: Update from libc.
23302         Adjust for portability:
23303         [HAVE_STDLIB_H]: Include stdlib.h.
23304         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
23305         Undef __memchr, too.
23306         [!weak_alias]: Define __memchr to memchr.
23307
23308         * lib/regex.c: Update from libc.
23309         * lib/regex.h: Likewise.
23310         * lib/getopt1.c: Likewise.
23311         * lib/memcmp.c: Likewise.
23312
23313         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
23314         Avoid using fseek, when possible -- it's broken by design.
23315         Patch by Ulrich Drepper.
23316
23317 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
23318
23319         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
23320         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
23321         Giving in to popular pressure to shut up the compiler with casts.
23322
23323 2000-10-26  Jim Meyering  <meyering@lucent.com>
23324
23325         * lib/strftime.c: Update from libc.
23326
23327 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
23328
23329         * regex.c: More `unsigned char' -> `re_char' changes.
23330         Also change several `int' into `re_wchar_t'.
23331         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
23332         (PUSH_FAILURE_POINTER): Don't cast any more.
23333         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
23334         We want GCC to complain, since this piece of code makes
23335         re_match non-reentrant, which *should* be fixed.
23336         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
23337         (EXTEND_BUFFER): Use RETALLOC.
23338         (SET_LIST_BIT): Don't cast.
23339         (re_wchar_t): New type.
23340         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
23341         that those two functions will always properly return.
23342         (IMMEDIATE_QUIT_CHECK): Cast to void.
23343         (analyse_first): Use recursion rather than an explicit stack.
23344         (re_compile_fastmap): Can't fail anymore.
23345         (re_search_2): Don't check re_compile_fastmap for failure.
23346         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
23347         Now also sets the new value (passed in a new argument).
23348         (re_match_2_internal): Use it.
23349         Also, use a new var `reg' of type size_t when looping through regs
23350         rather than reuse the inappropriate `mcnt'.
23351
23352 2000-10-25  Jim Meyering  <meyering@lucent.com>
23353
23354         * lib/obstack.c: Update from libc.
23355
23356 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
23357
23358         * regex.c (regex_compile): Change the way of handling a range from
23359         a char less than 256 to a char not less than 256.
23360
23361 2000-10-24  Andrew Innes  <andrewi@gnu.org>
23362
23363         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
23364         NT-Emacs only.
23365         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
23366         so that re_search functions only quit when callers expect them to.
23367
23368 2000-10-23  Jim Meyering  <meyering@lucent.com>
23369
23370         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
23371         wrong.  That set_locale call must not have any side effects.
23372         From Paul Eggert.
23373
23374 2000-10-22  Jim Meyering  <meyering@lucent.com>
23375
23376         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
23377         [CYCLIC]: Remove now-unused definition.
23378
23379         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
23380         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
23381         Suggestion from Ulrich Drepper.
23382
23383 2000-10-21  Jim Meyering  <meyering@lucent.com>
23384
23385         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
23386         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
23387         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
23388
23389 2000-10-21  Jim Meyering  <meyering@lucent.com>
23390
23391         * lib/dirname.c (memrchr): Declare if necessary.
23392         (dir_name): Remove the restriction that there be no
23393         trailing slashes.  Now, this code skips past them, effectively
23394         ignoring them.
23395         [TEST_DIRNAME] (main): New unit tests.
23396
23397         * lib/memrchr.c: New file from GNU libc.
23398         Undef __memrchr, too.
23399         [!weak_alias]: Define __memrchr to memrchr.
23400         Guard weak_alias use with `#ifdef weak_alias'.
23401
23402 2000-10-21  Jim Meyering  <meyering@lucent.com>
23403
23404         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
23405         (dir_name): Use dir_name_r.
23406         * lib/dirname.h (dir_name_r): Declare it.
23407
23408 2000-10-17  Jim Meyering  <meyering@lucent.com>
23409
23410         * lib/quote.h (PARAMS): Define and use.
23411         Reported by Akim Demaille.
23412
23413         * lib/getopt.c: Update from libc.
23414
23415 2000-10-16  Jim Meyering  <meyering@lucent.com>
23416
23417         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
23418         setlocale.
23419         From Jan Fedak.
23420
23421 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
23422
23423         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
23424
23425 2000-09-25  Jim Meyering  <meyering@lucent.com>
23426
23427         * lib/md5.h (rol): Define (from GnuPG).
23428
23429         * lib/sha.c: Give credit (GnuPG) where due.
23430         (M): Use rol rather than open-coding it.
23431         Add a FIXME comment.
23432
23433 2000-09-21  Jim Meyering  <meyering@lucent.com>
23434
23435         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
23436         Reported by Michael Stone.
23437
23438 2000-09-20  Jim Meyering  <meyering@lucent.com>
23439
23440         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
23441         (noinst_HEADERS): Add sha.h.
23442         Based on code from Scott G. Miller and from GnuPG.
23443
23444 2000-09-18  Jim Meyering  <meyering@lucent.com>
23445
23446         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
23447         LIBS. Otherwise, everyone ends up linking with -lelf for some
23448         configurations.
23449         Reported by Mike Stone.
23450
23451 2000-09-15  Jim Meyering  <meyering@lucent.com>
23452
23453         * lib/regex.c: Update from libc.
23454
23455 2000-09-10  Jim Meyering  <meyering@lucent.com>
23456
23457         * lib/getopt.c (_getopt_internal): Update from glibc.
23458
23459 2000-09-09  Jim Meyering  <meyering@lucent.com>
23460
23461         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
23462         think it should be used as a general replacement for isascii.
23463         * lib/fnmatch.c: Likewise.
23464         * lib/mbswidth.c: Likewise
23465         * lib/regex.c: Likewise.
23466
23467         Don't use atoi.
23468         * lib/userspec.c: Include sys/param.h and limits.h.
23469         Include xstrtol.h.
23470         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23471         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
23472         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
23473         UID, GID.  Check range.
23474
23475 2000-09-06  Jim Meyering  <meyering@lucent.com>
23476
23477         * lib/getopt.c (_getopt_internal): Update from glibc.
23478
23479 2000-08-30  Jim Meyering  <meyering@lucent.com>
23480
23481         * lib/strftime.c: Merge in changes from GNU libc.
23482
23483 2000-08-26  Jim Meyering  <meyering@lucent.com>
23484
23485         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
23486         * m4/fpending.m4: New file.
23487
23488 2000-08-26  Jim Meyering  <meyering@lucent.com>
23489
23490         * lib/closeout.c: Include "__fpending.h".
23491         (close_stdout_status): Return right away if there's nothing to flush.
23492
23493         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
23494         * lib/__fpending.c: New file.
23495         * lib/__fpending.h: New file.
23496
23497 2000-08-20  Jim Meyering  <meyering@lucent.com>
23498
23499         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
23500         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
23501         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
23502
23503 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
23504
23505         Improve fileutils installation on systems where running
23506         programs (like install) can't be unlinked.
23507         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
23508         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
23509
23510 2000-08-07  Paul Eggert  <eggert@twinsun.com>
23511
23512         Standardize on "memory exhausted" instead of "Memory exhausted"
23513         or "virtual memory exhausted".
23514         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
23515         "virtual memory exhausted".
23516         * lib/same.c (same_name): Invoke xalloc_die instead of printing
23517         our own message.
23518         * lib/userspec.c (parse_user_spec): Likewise.
23519         * lib/bumpalloc.h: comment fix
23520         * lib/same.c, userspec.c: Include xalloc.h.
23521
23522         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
23523         not char *const and pointing to a constant array.
23524         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
23525         (xrealloc): Comment fix.
23526
23527         * lib/userspec.c (parse_user_spec):
23528         Don't translate a message until just before returning,
23529         to avoid unnecessary translation.
23530
23531 2000-08-07  Jim Meyering  <meyering@lucent.com>
23532
23533         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
23534         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
23535         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
23536         getgroups.c, gethostname.c, getopt.h, group-member.c,
23537         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
23538         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
23539         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
23540         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
23541         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
23542         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
23543         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
23544         yesno.c: Back out Copyright date changes for each file with no change
23545         this year.  This eases coordination with other programs using the same
23546         source code modules.  From Paul Eggert.
23547
23548 2000-08-06  Paul Eggert  <eggert@twinsun.com>
23549
23550         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
23551         not char, for compatibility with glibc 2.1.3 strftime.c.
23552
23553 2000-08-03  Greg McGary  <greg@mcgary.org>
23554
23555         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
23556         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
23557         (EXTEND_BUFFER): Use them.
23558
23559 2000-08-01  Jim Meyering  <meyering@lucent.com>
23560
23561         * lib/dirname.c (ISSLASH): Define.
23562         (BACKSLASH_IS_PATH_SEPARATOR): Define.
23563         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
23564         both `\' and `/' may be use as path separators.
23565         Based on a patch from Prashant TR.
23566
23567 2000-07-31  Paul Eggert  <eggert@twinsun.com>
23568
23569         * lib/quotearg.c (quotearg_n_options): Don't make the initial
23570         slot vector a constant, since it might get modified.
23571
23572 2000-07-31  Jim Meyering  <meyering@lucent.com>
23573
23574         * lib/xmalloc.c: Use `virtual memory exhausted', not
23575         `Memory exhausted'.
23576         * lib/obstack.c (print_and_abort): Likewise.
23577
23578 2000-07-30  Paul Eggert  <eggert@twinsun.com>
23579
23580         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
23581         buffer, so that the caller can always quote one small
23582         component of a "memory exhausted" message in slot 0.
23583         From a suggestion by Jim Meyering.
23584
23585 2000-07-30  Jim Meyering  <meyering@lucent.com>
23586
23587         * lib/makepath.c (make_path): Quote the other instance, too.
23588
23589         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
23590         (STATIC_BUF_SIZE): Define.
23591         (quotearg_n_options): Use only statically allocated storage when
23592         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
23593         than STATIC_BUF_SIZE.
23594
23595 2000-07-29  Jim Meyering  <meyering@lucent.com>
23596
23597         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
23598         * lib/dirname.c (dir_name): Likewise.
23599
23600         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
23601         `/'.
23602
23603         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
23604         (dir_name): Assert that there are no trailing slashes.
23605
23606 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
23607
23608         * lib/mbswidth.h (mbswidth): Add a flags argument.
23609         (mbswidth): New declaration.
23610         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
23611         * lib/mbswidth.c (mbswidth): Add a flags argument.
23612         (mbsnwidth): New function.
23613
23614 2000-07-24  Jim Meyering  <meyering@lucent.com>
23615
23616         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
23617
23618 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23619
23620         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
23621
23622 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23623
23624         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
23625         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
23626         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
23627         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
23628         invoke multibyte primitives.
23629
23630 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23631
23632         * lib/quotearg.c:
23633         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
23634         so that mbstate_t is always defined.
23635
23636         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
23637         be 1 in at least one GCC installation, and this configuration
23638         error is likely to be common.  Ignoring MB_LEN_MAX hurts
23639         performance on hosts that have mbrtowc but have only unibyte
23640         locales, but I assume these hosts are rare.
23641
23642 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23643
23644         * lib/mbswidth.c (_XOPEN_SOURCE):
23645         Don't define; this causes problems on Solaris 7.
23646         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
23647
23648 2000-07-23  Jim Meyering  <meyering@lucent.com>
23649
23650         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
23651         too: getgrgid, getpwuid, getuid.
23652
23653 2000-07-23  Jim Meyering  <meyering@lucent.com>
23654
23655         * lib/basename.c (base_name): Add an assertion.
23656
23657 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
23658
23659         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
23660         shadow its mbsinit function.
23661
23662 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23663
23664         * lib/mbswidth.h: New file.
23665         * lib/mbswidth.c: New file.
23666         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
23667         (noinst_HEADERS): Add mbswidth.h.
23668
23669 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23670
23671         * lib/config.charset: Add support for FreeBSD. Improve support for
23672         HP-UX and IRIX 6.
23673
23674 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
23675
23676         * m4/mbswidth.m4: New file.
23677         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
23678
23679 2000-07-15  Jim Meyering  <meyering@lucent.com>
23680
23681         * lib/makepath.c: Include quote.h.
23682         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
23683         corresponding argument in a `quote (...)' call.
23684         Give better diagnostics.
23685
23686         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
23687         (noinst_HEADERS): Add quote.h.
23688
23689         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
23690         from tar's src/misc.c.
23691         * lib/quote.h: New file.  Prototypes for same.
23692
23693 2000-07-14  Paul Eggert  <eggert@twinsun.com>
23694
23695         From a suggestion by Bruno Haible.
23696         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
23697         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
23698         to decide whether to define the BeOS workaround macro;
23699         this adjusts to the change to AC_MBSTATE_T.
23700
23701 2000-07-14  Jim Meyering  <meyering@lucent.com>
23702
23703         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
23704         jm_AC_TYPE_UINTMAX_T.
23705
23706 2000-07-13  Paul Eggert  <eggert@twinsun.com>
23707
23708         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
23709
23710         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
23711         quotearg_buffer_restyled): Add support for
23712         clocale_quoting_style.  Undo previous change to
23713         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
23714         and "{RIGHT QUOTATION MARK}" msgids.
23715
23716 2000-07-10  Paul Eggert  <eggert@twinsun.com>
23717
23718         From a suggestion by Bruno Haible.
23719         * m4/mbstate_t.m4 (AC_MBSTATE_T):
23720         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
23721         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
23722         and mbstate_t, to a single-part test that simply defines mbstate_t.
23723         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
23724         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
23725
23726 2000-07-10  Jim Meyering  <meyering@lucent.com>
23727
23728         * m4/strerror_r.m4: Mirror the correction made in autoconf.
23729
23730         * m4/gnu-source.m4: Output to confdefs.h directly.
23731         Suggestion from Akim Demaille.
23732
23733 2000-07-09  Paul Eggert  <eggert@twinsun.com>
23734
23735         The old behavior of quoting `like this' doesn't look good with
23736         newer, ISO-style fonts.  See:
23737         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
23738
23739         Instead, quote "like this" by default.  Let the translator
23740         tailor the locale-specific quoting behavior by providing
23741         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
23742
23743         * lib/quotearg.c (N_): New macro.
23744         (gettext_default): New function.
23745         (quotearg_buffer_restyled): Use
23746         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
23747         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
23748
23749 2000-07-09  Jim Meyering  <meyering@lucent.com>
23750
23751         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
23752         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
23753
23754         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
23755         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
23756
23757 2000-07-09  Jim Meyering  <meyering@lucent.com>
23758
23759         * lib/Most files: Update copyright dates to include 2000.
23760
23761 2000-07-08  Jim Meyering  <meyering@lucent.com>
23762
23763         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
23764         if not defined.
23765         (xgethostname): Remove now-unnecessary #ifdef.
23766         Move declaration of `err' into loop where it's used.
23767
23768 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23769         and Bruno Haible  <haible@clisp.cons.org>
23770
23771         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
23772         only if the test for an object-type mbstate_t fails.  This
23773         prevents us from mistakenly reporting that mbstate_t is a
23774         system object type after we "#define mbstate_t int" to work
23775         around its lack.
23776
23777 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23778         and Bruno Haible  <haible@clisp.cons.org>
23779
23780         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
23781
23782 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23783
23784         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
23785         to strerror_r.
23786         Include <ctype.h> for use of isalpha.
23787
23788 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23789
23790         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
23791         by allocating a larger buffer. Test the gethostname return value for
23792         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
23793         returns an error and ENAMETOOLONG isn't defined.
23794
23795 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23796
23797         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
23798         dimension.
23799
23800 2000-07-04  Jim Meyering  <meyering@lucent.com>
23801
23802         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
23803         of the deprecated AC_CHECKING.
23804
23805 2000-07-04  Jim Meyering  <meyering@lucent.com>
23806
23807         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
23808         Reported by Bruno Haible.
23809
23810 2000-07-04  Jim Meyering  <meyering@lucent.com>
23811
23812         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
23813         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
23814         lacks mbrtowc.
23815
23816 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23817
23818         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
23819         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
23820
23821 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23822         and Bruno Haible  <haible@clisp.cons.org>
23823
23824         * lib/quotearg.c (mbrtowc):
23825         Assign to *pwc, and return 1 only if result is nonzero.
23826         (iswprint): Use ISPRINT when substituting our own mbrtowc.
23827
23828 2000-07-03  Jim Meyering  <meyering@lucent.com>
23829
23830         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
23831
23832 2000-07-03  Jim Meyering  <meyering@lucent.com>
23833
23834         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
23835         This is necessary to get a definition of e.g., UTMP_FILE on
23836         HP-UX 10.20.
23837         From Bob Proulx.
23838
23839 2000-07-02  Jim Meyering  <meyering@lucent.com>
23840
23841         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
23842
23843         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
23844         AC_LIBOBJ(function_name).
23845         * m4/chown.m4: Likewise.
23846         * m4/fnmatch.m4: Likewise.
23847         * m4/ftruncate.m4: Likewise.
23848         * m4/getgroups.m4: Likewise.
23849         * m4/getline.m4: Likewise.
23850         * m4/group-member.m4: Likewise.
23851         * m4/jm-macros.m4: Likewise.
23852         * m4/lstat.m4: Likewise.
23853         * m4/malloc.m4: Likewise.
23854         * m4/memcmp.m4: Likewise.
23855         * m4/nanosleep.m4: Likewise.
23856         * m4/putenv.m4: Likewise.
23857         * m4/realloc.m4: Likewise.
23858         * m4/regex.m4: Likewise.
23859         * m4/stat.m4: Likewise.
23860         * m4/strftime.m4: Likewise.
23861
23862 2000-07-02  Jim Meyering  <meyering@lucent.com>
23863
23864         * lib/quotearg.c (mbstate_t): Don't define here.
23865
23866 2000-07-02  Jim Meyering  <meyering@lucent.com>
23867
23868         * lib/nanosleep.c (SIGCONT): Define if not already defined.
23869
23870 2000-07-01  Jim Meyering  <meyering@lucent.com>
23871
23872         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
23873
23874 2000-07-01  Jim Meyering  <meyering@lucent.com>
23875
23876         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
23877         problem.
23878
23879 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23880
23881         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
23882         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
23883
23884 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23885
23886         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
23887         per change in ../m4/ls-mntd-fs.m4.
23888         (read_filesystem_list): Ignore symbolic links.
23889
23890 2000-06-29  Jim Meyering  <meyering@lucent.com>
23891
23892         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
23893         for declaration of strcmp.
23894
23895         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
23896
23897         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
23898         Avoid warning by casting result to `char *' to remove `const'.
23899
23900 2000-06-28  Jim Meyering  <meyering@lucent.com>
23901
23902         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
23903         included by quotearg.c, for which we perform this test.  From
23904         Bruno Haible.
23905
23906 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23907
23908         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
23909         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
23910         <utmpx.h> exists, put readutmp.o into LIBOBJS.
23911
23912 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23913
23914         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
23915
23916 2000-06-26  Paul Eggert  <eggert@twinsun.com>
23917
23918         savedir now sets errno on failure and invokes xmalloc to get memory.
23919         Fix a couple of other minor bugs while we're at it.
23920
23921         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
23922         (NAMLEN): Remove macro.
23923         (malloc, realloc): Remove decls.
23924         (stpcpy): Likewise.
23925         ("xalloc.h"): Include.
23926         (NAME_SIZE_DEFAULT): New macro.
23927         (savedir): Use xmalloc / xrealloc to allocate memory.
23928         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
23929         Skip "" directory entries.
23930         Use strlen to calculate directory entry length, since the old method
23931         is rarely used these days and isn't worth supporting.
23932         Don't use a pointer after freeing it.
23933         Check for integer overflow when calculating allocation size.
23934         Use memcpy to copy entries, instead of stpcpy.
23935         Set errno properly when returning NULL.
23936         Check for readdir error.
23937
23938 2000-06-26  Jim Meyering  <meyering@lucent.com>
23939
23940         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
23941
23942 2000-06-25  Jim Meyering  <meyering@lucent.com>
23943
23944         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
23945         Linux header bug when _XOPEN_SOURCE is defined to 500.
23946
23947 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23948
23949         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
23950         deficiency.
23951
23952 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23953
23954         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
23955         Include xalloc.h.
23956         Don't include <stdlib.h>.  Don't declare malloc, realloc.
23957
23958 2000-06-24  Jim Meyering  <meyering@lucent.com>
23959
23960         * m4/strerror_r.m4: Revive this file -- to try out an experimental
23961         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
23962         for which strerror does return char*, but which lacks a conveniently
23963         accessible declaration of the function.  If the compile-test says
23964         strerror_r doesn't work, then resort to a `run'-test that works on
23965         BeOS and segfaults on DEC Unix.
23966
23967 2000-06-24  Jim Meyering  <meyering@lucent.com>
23968
23969         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
23970
23971 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23972
23973         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
23974         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
23975
23976 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23977
23978         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
23979         (mbrtowc, mbstate_t): Define substitutes if
23980         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
23981         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
23982         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
23983
23984 2000-06-23  Jim Meyering  <meyering@lucent.com>
23985
23986         * m4/afs.m4: Add missing AC_MSG_RESULT.
23987         Reported by Bruno Haible.
23988
23989         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
23990         Suggestion from Bruno Haible.
23991
23992 2000-06-23  Jim Meyering  <meyering@lucent.com>
23993
23994         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
23995
23996 2000-06-21  Jim Meyering  <meyering@lucent.com>
23997
23998         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
23999
24000 2000-06-21  Jim Meyering  <meyering@lucent.com>
24001
24002         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24003         (noinst_HEADERS): Add getstr.h.
24004
24005         * lib/getline.c (getstr): Move into a separate file.
24006         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24007         the following changes: new parameter, delim2; both delim[12]
24008         parameters have type `int', not `char'.  The latter would lose
24009         with 8-bit delimiters.
24010         * lib/getstr.h: New file.
24011
24012 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24013
24014         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24015         than 1024, return a memory chunk of least possible size, instead
24016         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24017         Use free/xmalloc instead of xrealloc to avoid copying for very long
24018         paths.
24019
24020 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24021
24022         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24023         the empty string.
24024
24025 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24026
24027         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24028         address, not strdup.  Include <stdlib.h> and don't declare free().
24029
24030 2000-06-19  Jim Meyering  <meyering@lucent.com>
24031
24032         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24033
24034 2000-06-18  Jim Meyering  <meyering@lucent.com>
24035
24036         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24037
24038         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24039         `checking whether...' message to be consistent with that of the
24040         lstat test.
24041
24042 2000-06-18  Jim Meyering  <meyering@lucent.com>
24043
24044         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24045         Besides, these days every porting target provides a mkdir function.
24046
24047         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24048         needed. (this snippet comes from src/system.h).
24049
24050 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24051
24052         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24053
24054 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24055
24056         * lib/human.c (adjust_value): New function.
24057         (human_readable_inexact): Apply rounding style even when
24058         printing approximate values.
24059
24060 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24061
24062         * lib/human.c (human_readable_inexact): Allow an input block
24063         size that is not a multiple of the output block size, and vice versa.
24064         Reported by Piergiorgio Sartor.
24065
24066 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24067
24068         * lib/getdate.y (get_date): Apply relative times after time
24069         zone indicator, not before.  Reported by Todd A. Jacobs.
24070
24071 2000-06-13  Jim Meyering  <meyering@lucent.com>
24072
24073         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24074
24075         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24076
24077 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24078
24079         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24080
24081 2000-06-12  Jim Meyering  <meyering@lucent.com>
24082
24083         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24084         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24085         optional argument.
24086         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24087         the optional argument, `lib'.
24088
24089 2000-06-08  Jim Meyering  <meyering@lucent.com>
24090
24091         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24092
24093 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24094
24095         Rewrite largefile configuration so that we don't need to run
24096         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24097         AC_CANONICAL_HOST in configure.in -- jmm]
24098
24099         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
24100         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
24101         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
24102         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
24103         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
24104         All uses changed.
24105         Instead of inspecting the output of getconf, try to compile the
24106         test program without and with the macro definition.
24107         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
24108         for getconf.  Instead, check for the needed flags by compiling
24109         test programs.
24110
24111 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24112
24113         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
24114
24115 2000-06-04  Jim Meyering  <meyering@lucent.com>
24116
24117         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
24118         SunOS 4.1.4 for which gid_t is an unsigned type.
24119
24120 2000-06-03  Jim Meyering  <meyering@lucent.com>
24121
24122         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
24123         now that autoconf requires that.
24124
24125         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
24126         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
24127         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
24128
24129 2000-06-03  Jim Meyering  <meyering@lucent.com>
24130
24131         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
24132
24133 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24134
24135         * m4/glibc21.m4: New file.
24136         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
24137
24138 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24139
24140         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
24141         newer, don't install charset.alias.
24142         * lib/config.charset: Change the Linux/glibc rules so they become empty
24143         on glibc-2.1 or newer.
24144
24145 2000-06-02  Jim Meyering  <meyering@lucent.com>
24146
24147         * lib/mountlist.c: Back out last change.  Instead, do this...
24148         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
24149         me_dummy member using the same `ignore'-testing code.
24150         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
24151         fs_type strings.
24152         From Mark D. Roth.
24153
24154 2000-05-29  Jim Meyering  <meyering@lucent.com>
24155
24156         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
24157         mounts with the `ignore' attribute.  Based on a patch from
24158         Mark D. Roth.
24159
24160 2000-05-28  Jim Meyering  <meyering@lucent.com>
24161
24162         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
24163         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24164         * m4/stat.m4: Likewise.
24165         * m4/lstat.m4: Likewise.
24166         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
24167
24168         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
24169         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
24170
24171 2000-05-26  Jim Meyering  <meyering@lucent.com>
24172
24173         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
24174
24175 2000-05-24  Jim Meyering  <meyering@lucent.com>
24176
24177         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
24178         autoconf requires that.
24179         * m4/lib-check.m4: Likewise.
24180         * m4/jm-macros.m4: Likewise.
24181         * m4/strftime.m4: Likewise.
24182
24183         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
24184         AC_CHECK_DECLS, now that autoconf requires that.
24185
24186 2000-05-22  Jim Meyering  <meyering@lucent.com>
24187
24188         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24189         * m4/lstat.m4: Likewise.
24190
24191 2000-05-22  Jim Meyering  <meyering@lucent.com>
24192
24193         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
24194
24195 2000-05-20  Jim Meyering  <meyering@lucent.com>
24196
24197         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
24198         (jm_PREREQ): Use it.
24199
24200 2000-05-18  Jim Meyering  <meyering@lucent.com>
24201
24202         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
24203         back, too, since it may have been modified by allocate_entry.
24204         (hash_delete): Rewrite to use neither the assignment operator
24205         nor the comma operator in an if-expression.
24206
24207 2000-05-15  Paul Eggert  <eggert@twinsun.com>
24208
24209         * lib/closeout.c:
24210         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
24211         Remove; no longer needed.
24212         "quotearg.h": Add include.
24213         (file_name): Do not bother to explicitly initialize to NULL; it's less
24214         efficient on some hosts.
24215         (close_stdout_status): Remove test as to whether stdout was already
24216         closed; it breaks for the case "echo x | sort >&-".
24217         Quote file name colons.
24218         Do not assume that _("write error") lacks format strings.
24219
24220 2000-05-15  Jim Meyering  <meyering@lucent.com>
24221
24222         * lib/version-etc.c (version_etc_copyright): Update the copyright
24223         string used in all --version output.
24224
24225 2000-05-14  Jim Meyering  <meyering@lucent.com>
24226
24227         * lib/closeout.c (close_stdout_set_file_name): New function.
24228         (close_stdout_status): Use new file-scoped global.
24229         Return right away if fstat says the stdout file descriptor is invalid.
24230         * lib/closeout.h (close_stdout_set_file_name): Declare.
24231
24232 2000-05-10  Jim Meyering  <meyering@lucent.com>
24233
24234         * lib/closeout.c [default_exit_status]: New file-scoped variable.
24235         (close_stdout_set_status): New function.
24236         * lib/closeout.h (close_stdout_set_status): Declare.
24237
24238 2000-05-09  Jim Meyering  <meyering@lucent.com>
24239
24240         * m4/gettext.m4: Rename this...
24241         * m4/libintl.m4: ...to this.
24242
24243 2000-05-08  Jim Meyering  <meyering@lucent.com>
24244
24245         * lib/long-options.c: Don't include closeout.h.
24246         (parse_long_options): Don't call close_stdout for --version.
24247
24248 2000-05-06  Paul Eggert  <eggert@twinsun.com>
24249
24250         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
24251         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
24252         2.1.3 bug.  This avoids a clash when files like regex.c define
24253         _GNU_SOURCE.
24254
24255 2000-05-06  Jim Meyering  <meyering@lucent.com>
24256
24257         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
24258         (AC_REPLACE_FUNCS): Add strnlen.
24259
24260         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
24261         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
24262
24263         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
24264         AC_SEARCH_LIBS call for nanosleep.
24265         (LIB_NANOSLEEP): Set and AC_SUBST.
24266
24267 2000-05-06  Jim Meyering  <meyering@lucent.com>
24268
24269         * lib/strnlen.c: Undefine __strnlen and strnlen.
24270         [!weak_alias]: Define __strnlen to strnlen.
24271
24272         * lib/atexit.c: New file, from libiberty.
24273
24274 2000-05-06  Jim Meyering  <meyering@lucent.com>
24275
24276         * lib/closeout.c (close_stdout_status): Also check for errors on the
24277         stderr stream.
24278
24279 2000-05-05  Jim Meyering  <meyering@lucent.com>
24280
24281         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
24282         AC_SEARCH_LIBS call for clock_gettime.
24283         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
24284
24285         * m4/search-libs.m4: Update from autoconf.
24286
24287         su doesn't work on Solaris 2.6.
24288         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
24289         <shadow.h>.  Reported by Dragos Harabor.
24290
24291 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
24292
24293         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
24294         memcpy instead of xmalloc, xrealloc, path_concat.
24295         (locale_charset): Treat empty environment variables as absent.
24296         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
24297
24298 2000-05-04  Jim Meyering  <meyering@lucent.com>
24299
24300         * lib/getopt.c: Update from glibc.
24301         * lib/obstack.c: Likewise.
24302         * lib/obstack.h: Likewise.
24303         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
24304         file
24305
24306         * lib/regex.h: Likewise.
24307         * lib/strndup.c: Likewise.
24308         * lib/strnlen.c: New file, from glibc.
24309
24310 2000-05-03  Jim Meyering  <meyering@lucent.com>
24311
24312         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
24313
24314 2000-05-02  Paul Eggert  <eggert@twinsun.com>
24315
24316         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
24317         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
24318         compile-time test, rather than inspecting host and OS, to
24319         decide whether to define _LARGEFILE_SOURCE.
24320
24321 2000-05-01  Jim Meyering  <meyering@lucent.com>
24322
24323         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
24324
24325         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
24326         Based on a patch from Bruno Haible.
24327
24328 2000-05-01  Jim Meyering  <meyering@lucent.com>
24329
24330         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
24331
24332 2000-04-29  Jim Meyering  <meyering@lucent.com>
24333
24334         * lib/path-concat.c: Declare strdup only if it's not defined.
24335         * lib/canon-host.c: Likewise.
24336
24337 2000-04-28  Jim Meyering  <meyering@lucent.com>
24338
24339         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
24340         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
24341         is included first, then limits.h is included by locale.h by libintl.h.
24342         From John David Anglin.
24343
24344 2000-04-25  Jim Meyering  <meyering@lucent.com>
24345
24346         * lib/makepath.c (S_IRWXUGO): Define.
24347         (make_path): Always perform explicit chmod if MODE specifies any
24348         of the `special' permission bits.  Prompted by a bug report against
24349         install from Mate Wierdl and Joost van Baal.
24350
24351 2000-04-18  Jim Meyering  <meyering@lucent.com>
24352
24353         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
24354         (jm_PREREQ): Use it.
24355
24356 2000-04-18  Jim Meyering  <meyering@lucent.com>
24357
24358         * lib/README: New file.
24359
24360         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
24361         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
24362
24363 2000-04-17  Jim Meyering  <meyering@lucent.com>
24364
24365         Get it right :-)
24366         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
24367         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
24368         Suggestion from Akim Demaille.
24369
24370 2000-04-17  Jim Meyering  <meyering@lucent.com>
24371
24372         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
24373         the definition of it to rpl_strftime also defined-away the system's
24374         declaration.
24375
24376 2000-04-15  Jim Meyering  <meyering@lucent.com>
24377
24378         Use `C' to denote so-called `contiguous' files, the same way
24379         that tar does.
24380         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
24381         (ftypelet): Use S_ISCTG.
24382         From Michael Deutschmann.
24383
24384 2000-04-14  Jim Meyering  <meyering@lucent.com>
24385
24386         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
24387         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
24388         clobbered.
24389
24390 2000-04-14  Jim Meyering  <meyering@lucent.com>
24391
24392         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
24393
24394 2000-04-13  Jim Meyering  <meyering@lucent.com>
24395
24396         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
24397         AH_VERBATIM to insert required #ifndef into config.h.in.
24398         Suggestion from Akim Demaille.
24399
24400 2000-04-12  Jim Meyering  <meyering@lucent.com>
24401
24402         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
24403         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
24404         Christian Krackowizer.
24405
24406         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
24407         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
24408         (AC_SYS_LARGEFILE): Require.
24409         (AM_C_PROTOTYPES): Require.
24410
24411 2000-04-08  Jim Meyering  <meyering@lucent.com>
24412
24413         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
24414         names don't conflict.  Reported by Eli Zaretskii.
24415
24416 2000-04-07  Jim Meyering  <meyering@lucent.com>
24417
24418         * lib/putenv.c: Move inclusion of errno.h so it follows that of
24419         sys/types.h, to work around system header problems on AIX 3.2.5.
24420         From Bruno Haible.
24421
24422 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
24423
24424         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
24425         bug.  Deal with the different error behavior of Irix iconv.
24426
24427 2000-04-05  Paul Eggert  <eggert@twinsun.com>
24428
24429         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
24430         IRIX if the installer said otherwise.
24431
24432 2000-04-05  Jim Meyering  <meyering@lucent.com>
24433
24434         Portability tweaks required for ultrix4.3.
24435         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
24436         (jm_CHECK_DECLS): Add getutent to the list of functions.
24437         (_jm_DECL_HEADERS): Add utmpx.h.
24438         From John David Anglin.
24439
24440         * m4/strftime.m4: Back out the 2000-04-02 change.
24441         Instead of that change, simply undefine putenv in the test program.
24442
24443 2000-04-05  Jim Meyering  <meyering@lucent.com>
24444
24445         Portability tweaks required for ultrix4.3.
24446         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
24447         getutent.
24448         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
24449         * lib/canon-host.c: Declare strdup.
24450         * lib/path-concat.c: Likewise.
24451         From John David Anglin.
24452
24453 2000-04-04  Jim Meyering  <meyering@lucent.com>
24454
24455         Be more DOS 8.3-friendly.
24456         * lib/ref-add.sin: Renamed from ref-add.sed.in.
24457         * lib/ref-del.sin: Renamed from ref-del.sed.in.
24458         * lib/Makefile.am: Reflect renaming.
24459         Reported by Eli Zaretskii.
24460
24461         Use a temporary file name that won't clash with `charset.alias'
24462         in the DOS 8.3 name space.
24463         * lib/Makefile.am (charset_tmp): Define.
24464         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
24465         (uninstall-local): Likewise.
24466         Reported by Eli Zaretskii.
24467
24468 2000-04-03  Jim Meyering  <meyering@lucent.com>
24469
24470         * m4/gettext.m4: Fix typo in comment.
24471
24472         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
24473         textutils/configure.in).  Suggestion from Paul Eggert.
24474         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
24475
24476 2000-04-02  Paul Eggert  <eggert@twinsun.com>
24477
24478         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
24479         variable in the shell rather than using putenv, which isn't
24480         portable.  This avoids the configure-time inter-test dependency
24481         on the potentially-renamed putenv function.
24482
24483 2000-03-30  Paul Eggert  <eggert@twinsun.com>
24484
24485         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
24486         before checking struct stat.st_blksize, so that
24487         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
24488
24489 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24490
24491         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
24492         since strftime.c uses HAVE_STRFTIME to decide whether to use
24493         the underlying strftime.
24494
24495 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24496
24497         * lib/time/strftime.c (my_strftime): Make sure we call the system
24498         strftime, not ourselves, when invoking the underlying strftime.
24499
24500 2000-03-24  Jim Meyering  <meyering@lucent.com>
24501
24502         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
24503         (charset_alias): Define.
24504         (install-exec-local): Factor out common code.
24505         (uninstall-local): Split lines longer than 80.
24506         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
24507         (SUFFIXES): Define.
24508         (.sed.in.sed): New rule.  Don't redirect directly to $@.
24509         (CLEANFILES): Add ref-add.sed and ref-del.sed.
24510
24511 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
24512
24513         * lib/config.charset: Output a line containing "Packages using this
24514         file".
24515         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
24516         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
24517         ref-del.sed): New rules.
24518
24519 2000-03-17  Jim Meyering  <meyering@lucent.com>
24520
24521         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
24522         Otherwise, include <strings.h>
24523
24524 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
24525
24526         * lib/unicodeio.c (utf8_wctomb): New function.
24527         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
24528         format instead of in UCS-4 with platform dependent endianness.
24529
24530 2000-03-10  Jim Meyering  <meyering@lucent.com>
24531
24532         * m4/lib-check.m4: Look for getspnam in -lgen, too.
24533         From Marco Franzen.
24534
24535 2000-03-07  Paul Eggert  <eggert@twinsun.com>
24536
24537         * lib/savedir.c (savedir): Work even if directory size is
24538         negative; this can happen with some screwy NFS configurations.
24539
24540 2000-03-06  Jim Meyering  <meyering@lucent.com>
24541
24542         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
24543         if it's NULL (because we ran out of memory).  From Bruno Haible.
24544
24545 2000-03-05  Jim Meyering  <meyering@lucent.com>
24546
24547         * lib/localcharset.c ("path-concat.h"): Include.
24548         (get_charset_aliases): Use path_concat instead of ANSI string
24549         concatenation.
24550
24551         * lib/unicodeio.h (PARAMS): Define.
24552         Use it to guard prototype.
24553
24554 2000-03-04  Jim Meyering  <meyering@lucent.com>
24555
24556         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
24557         for lib/localcharset.c.
24558
24559 2000-03-04  Jim Meyering  <meyering@lucent.com>
24560
24561         * lib/Makefile.am (install-exec-local): Create $(libdir) before
24562         installing into it.
24563         (uninstall-local): Uncomment this rule so `make distcheck' works
24564         once again.
24565
24566         * lib/unicodeio.c (<errno.h>): Include it.
24567         (errno): Declare if not defined.
24568
24569         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
24570
24571         * lib/config.charset: New version, incorporating remarks from a linux
24572         i18n mailing list.  From Bruno Haible.
24573
24574 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
24575
24576         * m4/codeset.m4: New file.
24577         * m4/iconv.m4: New file.
24578         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
24579
24580 2000-03-03  Jim Meyering  <meyering@lucent.com>
24581
24582         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
24583
24584 2000-03-02  Jim Meyering  <meyering@lucent.com>
24585
24586         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
24587         the messages come out on separate lines.
24588
24589         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
24590         rather than jm_CHECK_DECLARATIONS.
24591         * m4/decl.m4: Remove now-unused file.
24592
24593         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
24594         geteuid.
24595
24596 2000-03-02  Jim Meyering  <meyering@lucent.com>
24597
24598         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
24599
24600 2000-03-01  Jim Meyering  <meyering@lucent.com>
24601
24602         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
24603         * lib/unicodeio.c: Likewise.
24604
24605 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
24606
24607         * lib/config.charset: New file.
24608         * lib/localcharset.c: New file.
24609         * lib/unicodeio.h, lib/unicodeio.c: New files.
24610         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
24611         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
24612         (noinst_HEADERS): Add unicodeio.h.
24613         (all-local, install-exec-local, charset.alias): New targets.
24614
24615 2000-02-28  Paul Eggert  <eggert@twinsun.com>
24616
24617         * lib/quotearg.c (ALERT_CHAR): New macro.
24618         (quotearg_buffer_restyled): Use it.
24619
24620 2000-02-27  Jim Meyering  <meyering@lucent.com>
24621
24622         * m4/check-decl.m4: Add getenv to the list.
24623
24624 2000-02-27  Jim Meyering  <meyering@lucent.com>
24625
24626         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
24627         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
24628
24629         * lib/backupfile.c: Guard inclusion of stdlib.h with
24630         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
24631         Declare malloc if needed.
24632
24633         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
24634         `#ifndef HAVE_DECL..'
24635         now that autoconf always defines the HAVE_DECL_ symbols.
24636         * lib/human.c: Likewise.
24637         * lib/same.c: Likewise.
24638         * lib/strtoumax.c: Likewise.
24639
24640         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
24641         declaration check was not run.
24642         * lib/hash.c: Likewise.
24643         * lib/human.c: Likewise.
24644         * lib/same.c: Likewise.
24645         * lib/strtoumax.c: Likewise.
24646
24647         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
24648         `.', then first look up the entire `.'-containing string as a login
24649         name.
24650
24651 2000-02-23  Jim Meyering  <meyering@lucent.com>
24652
24653         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
24654         in place of my hack.
24655
24656 2000-02-18  Paul Eggert  <eggert@twinsun.com>
24657
24658         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
24659         (textint): New typedef.
24660         (parser_control): Member year changed from int to textint.
24661         All uses changed.
24662         (YYSTYPE): Removed; replaced by %union with int and textint members.
24663         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
24664         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
24665         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
24666         (tSNUMBER, tUNUMBER): Now of type <textintval>.
24667         (date, number, to_year): Use width of number in digits, not its value,
24668         to determine whether it's a 2-digit year, or a 2-digit time.
24669         (yylex): Store number of digits of numeric tokens.
24670         Reported by John Kendall.
24671
24672         (parser_control): Changed from struct parser_control to typedef (for
24673         consistency).  All uses changed.
24674
24675         (tID): Removed; not used.
24676         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
24677
24678 2000-02-14  Paul Eggert  <eggert@twinsun.com>
24679
24680         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
24681         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
24682
24683 2000-02-12  Jim Meyering  <meyering@lucent.com>
24684
24685         * lib/userspec.c (ISDIGIT): Define it.
24686         (isdigit): Remove definition.
24687         (is_number): Use ISDIGIT, not isdigit.
24688         <libintl.h>: Include.
24689         (_ and N_): Define.
24690         (parse_user_spec): Mark translatable strings.
24691
24692 2000-02-10  Jim Meyering  <meyering@lucent.com>
24693
24694         With these changes, nanosleep.[ch] are finally enough like the other
24695         lib/* replacement files to compile on a few more losing systems.
24696
24697         * lib/nanosleep.h: Don't include config.h.
24698         Remove prototype from declaration of nanosleep.
24699         (PARAMS): Remove now-unneeded definition.
24700         * lib/nanosleep.c: #undef nanosleep.
24701         (rpl_nanosleep): Rename from nanosleep.
24702
24703 2000-02-10  Jim Meyering  <meyering@lucent.com>
24704
24705         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
24706         gnu_nanosleep to rpl_nanosleep.
24707
24708 2000-02-09  Jim Meyering  <meyering@lucent.com>
24709
24710         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
24711         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
24712
24713 2000-02-08  Akim Demaille  <akim@epita.fr>
24714
24715         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
24716         `[' and `]' and remove uses of `changequote'.
24717         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
24718         (AC_SYS_LARGEFILE): Likewise.
24719         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
24720         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
24721         of changequote.
24722         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
24723         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
24724         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
24725         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
24726
24727 2000-02-05  Jim Meyering  <meyering@lucent.com>
24728
24729         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
24730         Remove explicit use of AC_HEADER_TIME.  It is required by
24731         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
24732         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
24733         in autoconf whereby the expansion of the latter ended up preceding
24734         the expansion of its prerequisite, AC_HEADER_TIME.
24735         Reported by Volker Borchert.
24736
24737 2000-02-03  Jim Meyering  <meyering@lucent.com>
24738
24739         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
24740
24741 2000-02-03  Jim Meyering  <meyering@lucent.com>
24742
24743         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
24744         rather than with `#if HAVE_UTMPNAME'.
24745
24746 2000-02-02  Jim Meyering  <meyering@lucent.com>
24747
24748         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
24749         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
24750         Reported by Eli Zaretskii.
24751
24752 2000-02-01  Jim Meyering  <meyering@lucent.com>
24753
24754         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
24755
24756 2000-01-31  Jim Meyering  <meyering@lucent.com>
24757
24758         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
24759         functions.  Add the time.h and sys/time.h headers along with the
24760         AC_REQUIRE'ment of AC_HEADER_TIME.
24761
24762 2000-01-31  Jim Meyering  <meyering@lucent.com>
24763
24764         * lib/nanosleep.h (nanosleep): Guard declaration with
24765         `#if ! HAVE_DECL_NANOSLEEP'.
24766         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
24767         the declaration in that vendor's sys/timers.h.
24768         Reported by Christian Krackowizer.
24769
24770         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
24771         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
24772         (ISPRINT): Likewise.
24773         Reported by Tom Tromey.
24774
24775 2000-01-30  Jim Meyering  <meyering@lucent.com>
24776
24777         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
24778
24779         * m4/prereq.m4 (utmp_includes): Define.
24780         Check for ut_user and ut_name members in both struct utmpx
24781         and struct utmp.
24782
24783 2000-01-30  Jim Meyering  <meyering@lucent.com>
24784
24785         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
24786         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
24787         header files where only utmpx.ut_user is declared.
24788
24789         * lib/readutmp.h (UT_USER): Define.
24790
24791 2000-01-29  Jim Meyering  <meyering@lucent.com>
24792
24793         * m4/lib-check.m4: New file containing library-related checks from
24794         fileutils and sh-utils (textutils had none).
24795
24796 2000-01-28  Jim Meyering  <meyering@lucent.com>
24797
24798         * m4/perl.m4: Change format of warning message to look more like that
24799         from the missing script.  Suggestion from François Pinard.
24800
24801 2000-01-25  Jim Meyering  <meyering@lucent.com>
24802
24803         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
24804         well as time.h in the compile check.
24805         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
24806         Fix typo in cross-compiling case: s/yes/no/.
24807
24808 2000-01-23  Jim Meyering  <meyering@lucent.com>
24809
24810         * m4/jm-macros.m4: Move df-related tests here from
24811         fileutils/configure.in
24812
24813         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
24814         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
24815
24816         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
24817         s/space/ac_fsusage_space/.
24818         (jm_FILE_SYSTEM_USAGE): Take two parameters.
24819
24820         * m4/ftruncate.m4: New file (derived from part of
24821         fileutils/configure.in).
24822         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
24823         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
24824
24825         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
24826         AC_SUBST these here, rather than just in sh-util/configure.in, so
24827         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
24828         all the same.
24829         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
24830         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
24831         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
24832         (AC_SUBST(POW_LIBM)): Likewise.
24833         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
24834
24835 2000-01-23  Jim Meyering  <meyering@lucent.com>
24836
24837         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
24838         obstack.c.
24839
24840 2000-01-22  Jim Meyering  <meyering@lucent.com>
24841
24842         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
24843
24844         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
24845
24846         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
24847         configure.in
24848         (AC_CHECK_HEADERS): Likewise for sh-utils.
24849         (AC_CHECK_HEADERS): Likewise for textutils.
24850         Merge the three lists of headers.
24851
24852         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
24853         from fileutils' configure.in.
24854
24855         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
24856         code. Moved tests into their own function (_jm_DECL_HEADERS) in
24857         check-decl.m4.
24858
24859         * m4/check-decl.m4: Use #if rather than #ifdef.
24860         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
24861         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
24862         (_jm_DECL_HEADERS): Define new function.
24863         (jm_CHECK_DECLARATIONS): Require it.
24864
24865 2000-01-22  Jim Meyering  <meyering@lucent.com>
24866
24867         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
24868         [! HAVE_DECL_STRTOULL]: Declare strtoull.
24869         Required for some AIX systems.  Reported by Christian Krackowizer.
24870         [TESTING] (main): New function.
24871
24872         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
24873         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
24874         letters.
24875
24876         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
24877         iswprint.
24878
24879         * lib/strverscmp.c (ISDIGIT): Define.
24880         (strverscmp): Use ISDIGIT, not isdigit.
24881
24882 2000-01-19  Jim Meyering  <meyering@lucent.com>
24883
24884         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
24885         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
24886         defines `struct timespec' in <sys/time.h>
24887
24888         * m4/c-bs-a.m4: Remove uses of changequote altogether.
24889         Thanks to Akim for explaining.
24890
24891 2000-01-17  Paul Eggert  <eggert@twinsun.com>
24892
24893         * lib/nanosleep.c (nanosleep):
24894         Don't use SA_INTERRUPT to decide whether to call sigaction, as
24895         POSIX.1 doesn't require SA_INTERRUPT and some systems
24896         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
24897         it's been part of POSIX.1 since day 1 (in 1988).
24898
24899 2000-01-17  Jim Meyering  <meyering@lucent.com>
24900
24901         * lib/interlock: Remove unused file.  Reported by François Pinard.
24902
24903 2000-01-16  Paul Eggert  <eggert@twinsun.com>
24904
24905         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
24906         alert, backslash, formfeed, and vertical tab unnecessarily in
24907         shell quoting style.
24908
24909 2000-01-16  Jim Meyering  <meyering@lucent.com>
24910
24911         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
24912         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
24913         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
24914         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
24915
24916 2000-01-16  Jim Meyering  <meyering@lucent.com>
24917
24918         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
24919         because the latter didn't work.
24920
24921 2000-01-15  Jim Meyering  <meyering@lucent.com>
24922
24923         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
24924         (AC_REPLACE_FUNCS): Add memcpy and memset.
24925         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
24926         Add strpbrk.
24927         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
24928
24929 2000-01-12  Jim Meyering  <meyering@lucent.com>
24930
24931         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
24932         (jm_PREREQ): Use it.
24933         (jm_PREREQ_READUTMP): New macro.
24934         (jm_PREREQ): Use it.
24935
24936 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24937
24938         Quote multibyte characters correctly.
24939         * m4/c-bs-a.m4: New file.
24940         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
24941         (jm_PREREQ): Use it.
24942
24943 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24944
24945         * m4/uintmax_t.m4: Port to autoconf 2.13.
24946
24947 2000-01-08  Jim Meyering  <meyering@ascend.com>
24948
24949         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
24950         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
24951
24952 2000-01-04  Jim Meyering  <meyering@ascend.com>
24953
24954         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
24955         jm_STRUCT_DIRENT_D_TYPE.
24956         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
24957         jm_STRUCT_DIRENT_D_INO.
24958         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
24959         jm_STRUCT_UTIMBUF.
24960         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
24961         renamings.
24962         * m4/utime.m4: Likewise.
24963
24964         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
24965         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
24966
24967 2000-01-03  Paul Eggert  <eggert@twinsun.com>
24968
24969         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
24970         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
24971
24972 2000-01-02  Jim Meyering  <meyering@ascend.com>
24973
24974         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
24975         remember if this is necessary.
24976
24977 1999-12-26  Jim Meyering  <meyering@ascend.com>
24978
24979         * m4/jm-macros.m4: Use it here.
24980         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
24981
24982 1999-12-23  Jim Meyering  <meyering@ascend.com>
24983
24984         * m4/jm-macros.m4: Check for clock_gettime (moved from
24985         fileutils/configure.in)
24986         Check for gettimeofday.
24987
24988 1999-12-20  Jim Meyering  <meyering@ascend.com>
24989
24990         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
24991         autoconf-2.14a-1999-12-20.
24992
24993 1999-12-19  Jim Meyering  <meyering@ascend.com>
24994
24995         * m4/lstat-slash.m4: New file.
24996         * m4/jm-macros.m4: Use the new macro:
24997         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24998
24999 1999-12-07  Jim Meyering  <meyering@ascend.com>
25000
25001         * m4/perl.m4: Require that File::Compare be available, too.
25002         Too many systems seem to lack it.
25003
25004         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25005         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25006
25007 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25008
25009         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25010         problem with the QNX 4.25 shell, which doesn't propagate exit
25011         status of failed commands inside shell assignments.
25012
25013 1999-11-17  Jim Meyering  <meyering@ascend.com>
25014
25015         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25016
25017 1999-11-07  Jim Meyering  <meyering@ascend.com>
25018
25019         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25020
25021 1999-11-06  Jim Meyering  <meyering@ascend.com>
25022
25023         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25024         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25025
25026 1999-11-05  Jim Meyering  <meyering@ascend.com>
25027
25028         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25029         configure.in of textutils, fileutils, and sh-utils into this one
25030         (shared between those packages) file.
25031         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25032         AC_STRUCT_ST_BLKSIZE.
25033
25034 1999-11-03  Jim Meyering  <meyering@ascend.com>
25035
25036         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25037         of AC_CHECK_TYPE checks includes unistd.h.
25038         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25039         Suggestion from Akim Demaille.
25040
25041 1999-10-30  Jim Meyering  <meyering@ascend.com>
25042
25043         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25044         m4-quoted string.
25045         * m4/ls-mntd-fs.m4: Likewise.
25046         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25047         * m4/jm-winsz1.m4: Likewise.
25048
25049         * m4/const.m4: Remove file, since the fix made it into the experimental
25050         version of autoconf.
25051         * m4/mktime.m4: Likewise.
25052
25053         * m4/check-type.m4: Remove file, now that the latest version of
25054         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25055
25056         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25057         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25058         AC_CHECK_TYPE.
25059
25060 1999-10-04  Jim Meyering  <meyering@ascend.com>
25061
25062         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25063
25064 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25065
25066         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25067         2.95.1 bug with HP-UX 10.20.
25068
25069 1999-09-17  Jim Meyering  <meyering@ascend.com>
25070
25071         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25072         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25073         due to missing strdup (against sh-utils-2.0).
25074
25075 1999-08-29  Jim Meyering  <meyering@ascend.com>
25076
25077         * m4/jm-macros.m4: Require jm_BISON.
25078         * m4/bison.m4: New file.
25079
25080 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25081
25082         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25083         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25084
25085 1999-08-05  Jim Meyering  <meyering@ascend.com>
25086
25087         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25088         to avoid conflicts with `conftest' on 8+3 filesystems.
25089         Suggestion from Eli Zaretskii.
25090
25091 1999-08-04  Jim Meyering  <meyering@ascend.com>
25092
25093         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25094         fileutils and sh-utils (textutils's getline test was inadequate).
25095         (AM_FUNC_GETLINE): Run this test.
25096         (AC_CHECK_FUNCS): Check for getdelim.
25097         Reported by Bob Proulx.
25098
25099 1999-08-02  Jim Meyering  <meyering@ascend.com>
25100
25101         * m4/jm-macros.m4: Add a comment.
25102
25103 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25104
25105         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
25106         <inttypes.h> defines strtoumax as a macro (and not as a
25107         function).
25108
25109 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25110
25111         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
25112         that we can shift, multiply and divide unsigned long long
25113         values; Ultrix cc can't do it.
25114
25115 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25116
25117         * m4/mktime.m4: New file, which is a preview of what should appear
25118         in the next public autoconf release.
25119
25120 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25121
25122         * m4/lfs.m4: Remove this file.
25123         * m4/largefile.m4: New file.  It contains the old contents of
25124         lfs.m4, except that all names with prefix AC_LFS have been
25125         changed to use the prefix AC_SYS_LARGEFILE instead, to be
25126         compatible with future autoconf versions.  Also, some minor m4
25127         quoting problems have been fixed.
25128
25129 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25130
25131         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
25132         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
25133         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
25134         and simplify the shell code.
25135
25136 1999-08-01  Jim Meyering  <meyering@ascend.com>
25137
25138         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
25139         m4.
25140
25141 1999-07-20  Jim Meyering  <meyering@ascend.com>
25142
25143         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
25144
25145 1999-07-15  Jim Meyering  <meyering@ascend.com>
25146
25147         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
25148
25149 1999-05-22  Jim Meyering  <meyering@ascend.com>
25150
25151         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
25152
25153 1999-05-20  Jim Meyering  <meyering@ascend.com>
25154
25155         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
25156         Add a colon after each `then' in case $4 is empty.
25157
25158 1999-05-16  Jim Meyering  <meyering@ascend.com>
25159
25160         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
25161
25162 1999-05-10  Jim Meyering  <meyering@ascend.com>
25163
25164         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
25165
25166         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
25167         AC_FUNC_MKTIME.
25168
25169 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25170
25171         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
25172
25173 1999-05-04  Paul Eggert  <eggert@twinsun.com>
25174
25175         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
25176         not CPPFLAGS, so that linking works correctly in IRIX.
25177
25178 1999-04-30  Paul Eggert  <eggert@twinsun.com>
25179
25180         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
25181
25182 1999-04-20  Paul Eggert  <eggert@twinsun.com>
25183
25184         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
25185         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
25186         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
25187         jm_AC_TYPE_UNSIGNED_LONG_LONG.
25188         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
25189
25190         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
25191
25192 1999-04-20  Jim Meyering  <meyering@ascend.com>
25193
25194         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
25195         AC_REPLACE xstroull if necessary.  From Paul Eggert.
25196         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
25197
25198 1999-04-18  Jim Meyering  <meyering@ascend.com>
25199
25200         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
25201         * m4/jm-macros.m4: Use it.
25202
25203 1999-04-06  Jim Meyering  <meyering@ascend.com>
25204
25205         * m4/strftime.m4: Remove test for %f.
25206
25207 1999-03-29  Jim Meyering  <meyering@ascend.com>
25208
25209         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
25210         superset of the AC_TYPE_* checks in the textutils, fileutils,
25211         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
25212         AC_TYPE_PID_T.
25213
25214 1999-03-28  Jim Meyering  <meyering@ascend.com>
25215
25216         * m4/jm-macros.m4: Define GNU_PACKAGE here.
25217         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
25218         replaced e.g., in the *.sh files of the sh-utils.
25219
25220 1999-03-20  Jim Meyering  <meyering@ascend.com>
25221
25222         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
25223         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
25224         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
25225
25226 1999-03-19  Jim Meyering  <meyering@ascend.com>
25227
25228         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
25229
25230 1999-03-12  Jim Meyering  <meyering@ascend.com>
25231
25232         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
25233
25234 1999-03-07  Jim Meyering  <meyering@ascend.com>
25235
25236         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
25237         declared.
25238
25239 1999-02-17  Jim Meyering  <meyering@ascend.com>
25240
25241         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
25242         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
25243
25244 1999-02-07  Jim Meyering  <meyering@ascend.com>
25245
25246         * m4/group-member.m4: New file -- extracted from sh-utils'
25247         configure.in.
25248
25249         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
25250         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
25251
25252 1999-02-06  Jim Meyering  <meyering@ascend.com>
25253
25254         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
25255         * m4/fnmatch.m4: Likewise.
25256         * m4/getgroups.m4: Likewise.
25257         * m4/lstat.m4: Likewise.
25258         * m4/malloc.m4: Likewise.
25259         * m4/putenv.m4: Likewise.
25260         * m4/realloc.m4: Likewise.
25261         * m4/regex.m4: Likewise.
25262         * m4/stat.m4: Likewise.
25263         * m4/strftime.m4: Likewise.
25264         Suggestion from Alain Magloire.
25265
25266         * m4/chown.m4: Use `.$ac_objext', not `.o'.
25267         * m4/fnmatch.m4: Likewise.
25268         * m4/getgroups.m4: Likewise.
25269         * m4/getline.m4: Likewise.
25270         * m4/lstat.m4: Likewise.
25271         * m4/malloc.m4: Likewise.
25272         * m4/memcmp.m4: Likewise.
25273         * m4/putenv.m4: Likewise.
25274         * m4/realloc.m4: Likewise.
25275         * m4/regex.m4: Likewise.
25276         * m4/stat.m4: Likewise.
25277         * m4/strftime.m4: Likewise.
25278         Suggestion from Alain Magloire.
25279
25280         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
25281         an argument.
25282
25283         * m4/regex.m4: Add a run-time Test for proper operation of
25284         re_compile_pattern.
25285
25286 1999-01-31  Jim Meyering  <meyering@ascend.com>
25287
25288         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
25289
25290 1999-01-30  Jim Meyering  <meyering@ascend.com>
25291
25292         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
25293
25294         * m4/jm-mktime.m4: Make this a wrapper around the official
25295         AM_FUNC_MKTIME rather than my private copy, now that the official one
25296         is up to date.
25297         * m4/mktime.m4: Remove file.
25298
25299         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
25300         * m4/uptime.m4: Likewise.
25301         * m4/uintmax_t.m4: Likewise.
25302
25303 1999-01-28  Jim Meyering  <meyering@ascend.com>
25304
25305         * m4/jm-macros.m4: Use jm_AFS.
25306         * m4/afs.m4: New file (from fileutils' configure.in).
25307
25308         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
25309         * m4/chown.m4: Likewise.
25310         * m4/d-ino.m4: Likewise.
25311         * m4/d-type.m4: Likewise.
25312         * m4/fnmatch.m4: Likewise.
25313         * m4/getgroups.m4: Likewise.
25314         * m4/gettext.m4: Likewise.
25315         * m4/jm-mktime.m4: Likewise.
25316         * m4/jm-winsz2.m4: Likewise.
25317         * m4/lcmessage.m4: Likewise.
25318         * m4/ls-mntd-fs.m4: Likewise.
25319         * m4/malloc.m4: Likewise.
25320         * m4/memcmp.m4: Likewise.
25321         * m4/putenv.m4: Likewise.
25322         * m4/realloc.m4: Likewise.
25323         * m4/st_mtim.m4: Likewise.
25324         * m4/strftime.m4: Likewise.
25325
25326 1999-01-16  Jim Meyering  <meyering@ascend.com>
25327
25328         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
25329         (ARGMATCH_DIE_DECL): Define.
25330
25331 1999-01-12  Jim Meyering  <meyering@ascend.com>
25332
25333         * m4/Makefile.am.in: Rewrite to avoid using fmt.
25334         Reported by Lars Hecking.
25335
25336 1999-01-10  Jim Meyering  <meyering@ascend.com>
25337
25338         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
25339         gross kludge.
25340         * m4/inttypes_h.m4: Likewise.
25341         * m4/lstat.m4: Likewise.
25342         * m4/malloc.m4: Likewise.
25343         * m4/readdir.m4: Likewise.
25344         * m4/realloc.m4: Likewise.
25345         * m4/st_dm_mode.m4: Likewise.
25346         * m4/stat.m4: Likewise.
25347         * m4/utimbuf.m4: Likewise.
25348         * m4/utimes.m4: Likewise.
25349
25350         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
25351         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
25352         comments in config.h.in are meaningful.
25353
25354         * m4/jm-macros.m4: Require autoconf-2.13 here.
25355
25356         * m4/regex.m4: By default, don't use the included regex.c on systems
25357         with glibc 2.  Suggestion from Uli Drepper.
25358
25359 1999-01-02  Jim Meyering  <meyering@ascend.com>
25360
25361         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
25362
25363 1998-12-18  Jim Meyering  <meyering@ascend.com>
25364
25365         * m4/Makefile.am.in (Makefile.am): Simplify rule.
25366         Based on a suggestion from Lars Hecking.
25367
25368 1998-11-16  Paul Eggert  <eggert@twinsun.com>
25369
25370         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
25371
25372 1998-11-16  Jim Meyering  <meyering@ascend.com>
25373
25374         * m4/lfs.m4: Double-quote the `uname...` expression.
25375
25376 1998-11-14  Jim Meyering  <meyering@ascend.com>
25377
25378         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
25379         * m4/stat.m4: Likewise.
25380
25381 1998-11-03  Jim Meyering  <meyering@ascend.com>
25382
25383         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
25384         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
25385
25386 1998-10-18  Jim Meyering  <meyering@ascend.com>
25387
25388         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
25389
25390 1998-10-17  Jim Meyering  <meyering@ascend.com>
25391
25392         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
25393         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
25394         calls for those previously hard-coded headers.  Instead, take a new
25395         parameter.
25396         (jm_CHECK_DECLARATIONS): Reflect interface change.
25397         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
25398         (jm_CHECK_DECL_LOCALTIME_R): New macro.
25399
25400         * m4/mktime.m4: Test for spring-forward gap before long-running test.
25401
25402 1998-10-14  Jim Meyering  <meyering@ascend.com>
25403
25404         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
25405         instead of "TZ=America/Vancouver".  From Paul Eggert.
25406
25407 1998-10-11  Jim Meyering  <meyering@ascend.com>
25408
25409         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
25410         This adds a test for a recently added compatibility fix for mktime.c.
25411         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
25412
25413 1998-09-27  Jim Meyering  <meyering@ascend.com>
25414
25415         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
25416
25417         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
25418         ../configure.in, including a change from Gordon Matzigkeit to allow
25419         cross-compiling for the Hurd.
25420
25421         * m4/glibc.m4: New file/macro to test for the GNU C Library
25422         versions 1 and 2.  From Gordon Matzigkeit.
25423         Indent.
25424
25425 1998-09-21  Jim Meyering  <meyering@ascend.com>
25426
25427         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
25428
25429 1998-08-18  Paul Eggert  <eggert@twinsun.com>
25430
25431         Port nanosecond-resolution times to UnixWare 2.1.2 and
25432         pedantic Solaris 2.6.
25433
25434         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
25435         AC_STRUCT_ST_MTIM.
25436         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
25437         Generate name of ns member, instead of just 1 or undef.
25438         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
25439
25440 1998-08-15  Jim Meyering  <meyering@ascend.com>
25441
25442         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
25443         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
25444         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
25445         instead of jm_TYPE_SSIZE_T.
25446
25447 1998-08-12  Jim Meyering  <meyering@ascend.com>
25448
25449         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
25450
25451 1998-08-02  Jim Meyering  <meyering@ascend.com>
25452
25453         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
25454         in acconfig.h manually.
25455
25456 1998-07-31  Paul Eggert  <eggert@twinsun.com>
25457
25458         * m4/st_mtim.m4: New file.
25459
25460 1998-07-28  Jim Meyering  <meyering@ascend.com>
25461
25462         * m4/utimes.m4: Undef stat.
25463
25464 1998-07-25  Jim Meyering  <meyering@ascend.com>
25465
25466         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
25467         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
25468
25469 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
25470
25471         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
25472         uid and gid actually remain unchanged.
25473
25474 1998-07-07  Jim Meyering  <meyering@ascend.com>
25475
25476         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
25477
25478 1998-07-04  Jim Meyering  <meyering@ascend.com>
25479
25480         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
25481         to prove that this macro can be used in packages without regex.c.
25482
25483 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25484
25485         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
25486         is to be used.
25487
25488 1998-07-03  Jim Meyering  <meyering@ascend.com>
25489
25490         * m4/gettext.m4: Add -lintl if it's found to be necessary.
25491
25492         * m4/gettext.m4: New file -- from gettext-0.10.35.
25493         * m4/lcmessage.m4: Likewise.
25494         * m4/progtest.m4: Likewise.
25495
25496         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
25497         * m4/jm-macros.m4: Require the new macro.
25498
25499 1998-06-29  Jim Meyering  <meyering@ascend.com>
25500
25501         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
25502         for the definition of NGROUPS (used in a system header included
25503         by sys/mount.h).
25504
25505 1998-06-28  Jim Meyering  <meyering@ascend.com>
25506
25507         * m4/ls-mntd-fs.m4: New file.
25508         * m4/fstypename.m4: New file.
25509
25510         * m4/jm-macros.m4: Require the new macro.
25511         * m4/jm-glibc-io.m4: New file.
25512
25513 1998-05-19  Jim Meyering  <meyering@ascend.com>
25514
25515         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
25516         * m4/lchown.m4: New file.
25517
25518         * m4/Makefile.am.in: New file.
25519         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
25520
25521 1998-05-14  Jim Meyering  <meyering@ascend.com>
25522
25523         * m4/Makefile.am (EXTRA_DIST): Add them.
25524         * m4/jm-macros.m4: New file.
25525         * m4/utimbuf.m4: New file.
25526
25527 1998-05-12  Jim Meyering  <meyering@ascend.com>
25528
25529         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
25530
25531 1998-05-11  Jim Meyering  <meyering@ascend.com>
25532
25533         * m4/isc-posix.m4: New file.
25534
25535 1998-05-10  Jim Meyering  <meyering@ascend.com>
25536
25537         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
25538
25539 1998-05-09  Jim Meyering  <meyering@ascend.com>
25540
25541         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
25542         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
25543         with automake.
25544
25545         * m4/ssize_t.m4: New file.
25546         * m4/mktime.m4: Remove file -- the new automake has this now.
25547
25548 1998-04-26  Jim Meyering  <meyering@ascend.com>
25549
25550         * m4/assert.m4: New file.
25551         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
25552
25553 1998-04-05  Jim Meyering  <meyering@ascend.com>
25554
25555         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
25556         (jm_PREREQ): Use it here.
25557
25558 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25559
25560         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
25561         in acconfig.h.
25562
25563 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
25564
25565         * m4/prereq.m4: New file.
25566         * m4/error.m4: New file.
25567         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
25568
25569 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
25570
25571         * m4/getline.m4: Don't set am_cv_func_working_getline before the
25572         cache-check for the same variable -- that defeated the purpose of
25573         the test; the test program was never run.  This was a problem only
25574         on systems with losing getline functions -- HP-UX 10.20 is one.
25575         Reported by Bjorn Helgaas.
25576
25577 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
25578
25579         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
25580
25581 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
25582
25583         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
25584
25585         * m4/const.m4: New file.  Use an initializer in this declaration
25586         typedef int charset[2]; const charset x;
25587         Reported by Bob Glickstein.
25588
25589 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
25590
25591         * m4/chown.m4: Fix reversed types on -1 args to chown.
25592         From Kaveh Ghazi.
25593
25594 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
25595
25596         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
25597         Add lseek and memchr.
25598
25599         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
25600         T.E.Dickey <dickey@clark.net> said that some older preprocessors
25601         have a 20-character limit on names.
25602
25603 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
25604
25605         * m4/inttypes_h.m4: New file.
25606         * m4/uintmax_t.m4: New file.
25607         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
25608
25609 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
25610   Free Software Foundation, Inc.
25611 Copying and distribution of this file, with or without modification,
25612 are permitted provided the copyright notice and this notice are preserved.