6081d0aca15d2806b9a929380429ce9322c60f2b
[gnulib.git] / ChangeLog
1 2005-10-08  Martin Lambers  <marlam@marlam.de>
2 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3 2007-01-16  Bruno Haible  <bruno@clisp.org>
4
5         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
6         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7         gl_FUNC_GETTIMEOFDAY.
8         (Include): Add gettimeofday.h.
9         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
10         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
11         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
12         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
13         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
14         * lib/gettimeofday.h: New file.
15         * lib/gettimeofday.c: Include <sys/timeb.h>.
16         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
17         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
18         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
19         fall back on time().
20
21         * tests/test-gettimeofday.c: New file.
22         * modules/gettimeofday-tests: New file.
23
24 2007-01-16  Eric Blake  <ebb9@byu.net>
25
26         * modules/fnmatch (Depends-on): Depend on wchar.
27         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
28         * m4/fnmatch.m4: Likewise.
29         * modules/mbchar (Makefile.am): Assume <wchar.h>.
30         * m4/mbchar.m4: Likewise.
31         * modules/mbswidth (Depends-on): Depend on wchar.
32         * lib/mbswidth.c: Assume <wchar.h>.
33         * m4/mbswidth.m4: Likewise.
34         * modules/quotearg (Depends-on): Depend on wchar.
35         * lib/quotearg.c: Assume <wchar.h>.
36         * m4/quotearg.m4: Likewise.
37         * modules/regex (Depends-on): Depend on wchar.
38         * lib/regex_internal.h: Assume <wchar.h>.
39         * m4/regex.m4: Likewise.
40         * modules/stdint (Depends-on): Depend on wchar.
41         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
42         * m4/stdint.m4: Likewise.
43         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
44         * modules/strftime (Depends-on): Depend on wchar.
45         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
46         * modules/strtol (Depends-on): Depend on wchar.
47         * lib/strtol.c: Assume <wchar.h>.
48         * modules/wcwidth (Depends-on): Depend on wchar.
49         * lib/wcwidth.h: Assume <wchar.h>.
50         * m4/wcwidth.m4: Likewise.
51
52 2007-01-16  Bruno Haible  <bruno@clisp.org>
53
54         * modules/csharpexec-script: New, created from...
55         * modules/csharpexec: ... this.
56
57 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
58
59         * modules/javaexec-script: New, created from...
60         * modules/javaexec: ... this.
61
62 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
63
64         * modules/poll (Dependencies): Add sys_select.
65
66 2007-01-15  Jim Meyering  <jim@meyering.net>
67
68         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
69         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
70         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
71         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
72
73 2007-01-15  Bruno Haible  <bruno@clisp.org>
74
75         * modules/striconveh: New file.
76         * lib/striconveh.h: New file.
77         * lib/striconveh.c: New file.
78         * MODULES.html.sh (Internationalization functions): Add striconveh.
79
80         * modules/striconveh-tests: New file.
81         * tests/test-striconveh.c: New file.
82
83 2007-01-15  Bruno Haible  <bruno@clisp.org>
84
85         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
86         not from GNU libiconv or GNU libc.
87
88 2007-01-15  Bruno Haible  <bruno@clisp.org>
89
90         * doc/gnulib-intro.texi (Copyright): Explain the different license
91         terms for module descriptions, autoconf macros, tests, documentation.
92
93 2007-01-14  Bruno Haible  <bruno@clisp.org>
94
95         * modules/striconv-tests: New file.
96         * tests/test-striconv.c: New file.
97
98 2007-01-14  Bruno Haible  <bruno@clisp.org>
99
100         * modules/iconv-tests: New file.
101         * tests/test-iconv.c: New file.
102
103 2007-01-14  Bruno Haible  <bruno@clisp.org>
104
105         * gnulib-tool (func_get_license): For test modules, use the license of
106         the main module.
107
108 2007-01-14  Bruno Haible  <bruno@clisp.org>
109
110         * modules/iconv (Include): Clarify that <iconv.h> can only be included
111         if iconv is found to exist.
112
113 2007-01-14  Bruno Haible  <bruno@clisp.org>
114
115         * modules/c-ctype-tests: New file.
116         * tests/test-c-ctype.c: New file.
117
118 2007-01-14  Bruno Haible  <bruno@clisp.org>
119
120         * modules/binary-io-tests: New file.
121         * tests/test-binary-io.sh: New file.
122         * tests/test-binary-io.c: New file.
123
124 2007-01-14  Bruno Haible  <bruno@clisp.org>
125
126         * modules/array-oset-tests: New file.
127         * tests/test-array_oset.c: New file.
128
129 2007-01-14  Bruno Haible  <bruno@clisp.org>
130
131         * modules/array-list-tests: New file.
132         * tests/test-array_list.c: New file.
133
134 2007-01-14  Bruno Haible  <bruno@clisp.org>
135
136         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
137         and make.
138         Reported by Simon Josefsson in
139         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
140
141 2007-01-14  Bruno Haible  <bruno@clisp.org>
142
143         * modules/allocsa-tests: New file.
144         * tests/test-allocsa.c: New file.
145
146 2007-01-14  Bruno Haible  <bruno@clisp.org>
147
148         * modules/fchdir (Depends-on): Add absolute-header.
149         * modules/unistd (Depends-on): Likewise.
150
151 2006-12-30  Bruno Haible  <bruno@clisp.org>
152
153         * modules/fchdir: New file.
154         * modules/unistd (Files): Add lib/unistd_.h.
155         (Makefile.am): Generate unistd.h from unistd_.h.
156         * lib/fchdir.c: New file.
157         * lib/dirent_.h: New file.
158         * lib/unistd_.h: New file.
159         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
160         * m4/fchdir.m4: New file.
161         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
162         (gl_HEADER_UNISTD): Invoke it.
163         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
164         function.
165         * lib/backupfile.c (opendir, closedir): Undefine.
166         * lib/chown.c (open, close): Undefine.
167         * lib/clean-temp.c (open, close): Undefine.
168         * lib/copy-file.c (open, close): Undefine.
169         * lib/execute.c (open, close): Undefine.
170         * lib/fsusage.c (open, close): Undefine.
171         * lib/gc-gnulib.c (open, close): Undefine.
172         * lib/getcwd.c (opendir, closedir): Undefine.
173         * lib/glob.c (opendir, closedir): Undefine.
174         * lib/javacomp.c (open, close): Undefine.
175         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
176         * lib/openat-proc.c (open, close): Undefine.
177         * lib/pagealign_alloc.c (open, close): Undefine.
178         * lib/pipe.c (open, close): Undefine.
179         * lib/progreloc.c (open, close): Undefine.
180         * lib/savedir.c (opendir, closedir): Undefine.
181         * lib/utime.c (open, close): Undefine.
182         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
183
184 2007-01-10  Bruno Haible  <bruno@clisp.org>
185
186         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
187
188 2007-01-12  Eric Blake  <ebb9@byu.net>
189
190         Provide a robust <wchar.h>.  Further simplifications are now
191         possible in other modules, but not included here.
192         * modules/wchar: New module.
193         * m4/wchar.m4: New file.
194         * lib/wchar_.h: Likewise.
195         * modules/mbchar (Depends-on): Depend on wchar, as the first use
196         of the new module.
197         * MODULES.html.sh (Extended multibyte and wide character utilities):
198         New section.
199
200 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
201
202         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
203         to a reasonable default for memory allocation.
204         (xreadlink): Don't allocate a huge buffer, to work around a buggy
205         file system that reports garbage st_size values for symlinks.
206         Problem reported by Liyang Hu.
207
208 2007-01-11  Simon Josefsson  <simon@josefsson.org>
209
210         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
211         Emacs .#* auto-save files).
212
213 2007-01-11  Bruno Haible  <bruno@clisp.org>
214
215         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
216         directory.
217
218 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
219
220         Use @...@ consistently in lib/wctype_.h.
221         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
222         on it being set to 1 or 0.
223         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
224         go back to AC_SUBSTing it.
225         * modules/wctype (Makefile.am): Undo previous change.
226
227 2007-01-10  Eric Blake  <ebb9@byu.net>
228
229         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
230         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
231         * modules/wctype (Makefile.am): Likewise.
232         Reported by Chris McGuire.
233
234 2007-01-10  Jim Meyering  <jim@meyering.net>
235
236         fts.c: a small readability/maintainability improvement
237         * lib/fts.c (fts_read): Make this code slightly more readable and
238         maintainable by hoisting the "sp->fts_cur = p" assignments to
239         immediately follow the statements that set P.  Derived from
240         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
241
242 2007-01-10  Eric Blake  <ebb9@byu.net>
243
244         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
245         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
246         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
247         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
248         Reported by Chris McGuire.
249
250 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
251
252         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
253         in sed script.
254
255 2007-01-09  Bruno Haible  <bruno@clisp.org>
256
257         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
258         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
259         variables.
260         (func_module): Use them.
261
262 2007-01-09  Bruno Haible  <bruno@clisp.org>
263
264         * modules/unistr/base: New file.
265         * lib/unistr.h: New file.
266
267         * modules/unistr/u8-to-u16: New file.
268         * lib/unistr/u8-to-u16.c: New file.
269
270         * modules/unistr/u8-to-u32: New file.
271         * lib/unistr/u8-to-u32.c: New file.
272
273         * modules/unistr/u16-to-u8: New file.
274         * lib/unistr/u16-to-u8.c: New file.
275
276         * modules/unistr/u16-to-u32: New file.
277         * lib/unistr/u16-to-u32.c: New file.
278
279         * modules/unistr/u32-to-u8: New file.
280         * lib/unistr/u32-to-u8.c: New file.
281
282         * modules/unistr/u32-to-u16: New file.
283         * lib/unistr/u32-to-u16.c: New file.
284
285         * modules/unistr/u8-check: New file.
286         * modules/unistr/u16-check: New file.
287         * modules/unistr/u32-check: New file.
288         * lib/unistr/u8-check.c: New file.
289         * lib/unistr/u16-check.c: New file.
290         * lib/unistr/u32-check.c: New file.
291
292         * modules/unistr/u8-chr: New file.
293         * modules/unistr/u16-chr: New file.
294         * modules/unistr/u32-chr: New file.
295         * lib/unistr/u8-chr.c: New file.
296         * lib/unistr/u16-chr.c: New file.
297         * lib/unistr/u32-chr.c: New file.
298
299         * modules/unistr/u8-cmp: New file.
300         * modules/unistr/u16-cmp: New file.
301         * modules/unistr/u32-cmp: New file.
302         * lib/unistr/u8-cmp.c: New file.
303         * lib/unistr/u16-cmp.c: New file.
304         * lib/unistr/u32-cmp.c: New file.
305
306         * modules/unistr/u8-cpy: New file.
307         * modules/unistr/u16-cpy: New file.
308         * modules/unistr/u32-cpy: New file.
309         * lib/unistr/u8-cpy.c: New file.
310         * lib/unistr/u16-cpy.c: New file.
311         * lib/unistr/u32-cpy.c: New file.
312         * lib/unistr/u-cpy.h: New file.
313
314         * modules/unistr/u8-cpy-alloc: New file.
315         * modules/unistr/u16-cpy-alloc: New file.
316         * modules/unistr/u32-cpy-alloc: New file.
317         * lib/unistr/u8-cpy-alloc.c: New file.
318         * lib/unistr/u16-cpy-alloc.c: New file.
319         * lib/unistr/u32-cpy-alloc.c: New file.
320         * lib/unistr/u-cpy-alloc.h: New file.
321
322         * modules/unistr/u8-endswith: New file.
323         * modules/unistr/u16-endswith: New file.
324         * modules/unistr/u32-endswith: New file.
325         * lib/unistr/u8-endswith.c: New file.
326         * lib/unistr/u16-endswith.c: New file.
327         * lib/unistr/u32-endswith.c: New file.
328         * lib/unistr/u-endswith.h: New file.
329
330         * modules/unistr/u8-mblen: New file.
331         * modules/unistr/u16-mblen: New file.
332         * modules/unistr/u32-mblen: New file.
333         * lib/unistr/u8-mblen.c: New file.
334         * lib/unistr/u16-mblen.c: New file.
335         * lib/unistr/u32-mblen.c: New file.
336
337         * modules/unistr/u8-mbtouc: New file.
338         * modules/unistr/u16-mbtouc: New file.
339         * modules/unistr/u32-mbtouc: New file.
340         * lib/unistr/u8-mbtouc.c: New file.
341         * lib/unistr/u16-mbtouc.c: New file.
342         * lib/unistr/u32-mbtouc.c: New file.
343
344         * modules/unistr/u8-mbtouc-safe: New file.
345         * modules/unistr/u16-mbtouc-safe: New file.
346         * modules/unistr/u32-mbtouc-safe: New file.
347         * lib/unistr/u8-mbtouc-safe.c: New file.
348         * lib/unistr/u16-mbtouc-safe.c: New file.
349         * lib/unistr/u32-mbtouc-safe.c: New file.
350
351         * modules/unistr/u8-move: New file.
352         * modules/unistr/u16-move: New file.
353         * modules/unistr/u32-move: New file.
354         * lib/unistr/u8-move.c: New file.
355         * lib/unistr/u16-move.c: New file.
356         * lib/unistr/u32-move.c: New file.
357         * lib/unistr/u-move.h: New file.
358
359         * modules/unistr/u8-next: New file.
360         * modules/unistr/u16-next: New file.
361         * modules/unistr/u32-next: New file.
362         * lib/unistr/u8-next.c: New file.
363         * lib/unistr/u16-next.c: New file.
364         * lib/unistr/u32-next.c: New file.
365
366         * modules/unistr/u8-prev: New file.
367         * modules/unistr/u16-prev: New file.
368         * modules/unistr/u32-prev: New file.
369         * lib/unistr/u8-prev.c: New file.
370         * lib/unistr/u16-prev.c: New file.
371         * lib/unistr/u32-prev.c: New file.
372
373         * modules/unistr/u8-set: New file.
374         * modules/unistr/u16-set: New file.
375         * modules/unistr/u32-set: New file.
376         * lib/unistr/u8-set.c: New file.
377         * lib/unistr/u16-set.c: New file.
378         * lib/unistr/u32-set.c: New file.
379         * lib/unistr/u-set.h: New file.
380
381         * modules/unistr/u8-startswith: New file.
382         * modules/unistr/u16-startswith: New file.
383         * modules/unistr/u32-startswith: New file.
384         * lib/unistr/u8-startswith.c: New file.
385         * lib/unistr/u16-startswith.c: New file.
386         * lib/unistr/u32-startswith.c: New file.
387         * lib/unistr/u-startswith.h: New file.
388
389         * modules/unistr/u8-stpcpy: New file.
390         * modules/unistr/u16-stpcpy: New file.
391         * modules/unistr/u32-stpcpy: New file.
392         * lib/unistr/u8-stpcpy.c: New file.
393         * lib/unistr/u16-stpcpy.c: New file.
394         * lib/unistr/u32-stpcpy.c: New file.
395         * lib/unistr/u-stpcpy.h: New file.
396
397         * modules/unistr/u8-stpncpy: New file.
398         * modules/unistr/u16-stpncpy: New file.
399         * modules/unistr/u32-stpncpy: New file.
400         * lib/unistr/u8-stpncpy.c: New file.
401         * lib/unistr/u16-stpncpy.c: New file.
402         * lib/unistr/u32-stpncpy.c: New file.
403         * lib/unistr/u-stpncpy.h: New file.
404
405         * modules/unistr/u8-strcat: New file.
406         * modules/unistr/u16-strcat: New file.
407         * modules/unistr/u32-strcat: New file.
408         * lib/unistr/u8-strcat.c: New file.
409         * lib/unistr/u16-strcat.c: New file.
410         * lib/unistr/u32-strcat.c: New file.
411         * lib/unistr/u-strcat.h: New file.
412
413         * modules/unistr/u8-strchr: New file.
414         * modules/unistr/u16-strchr: New file.
415         * modules/unistr/u32-strchr: New file.
416         * lib/unistr/u8-strchr.c: New file.
417         * lib/unistr/u16-strchr.c: New file.
418         * lib/unistr/u32-strchr.c: New file.
419
420         * modules/unistr/u8-strcmp: New file.
421         * modules/unistr/u16-strcmp: New file.
422         * modules/unistr/u32-strcmp: New file.
423         * lib/unistr/u8-strcmp.c: New file.
424         * lib/unistr/u16-strcmp.c: New file.
425         * lib/unistr/u32-strcmp.c: New file.
426
427         * modules/unistr/u8-strcpy: New file.
428         * modules/unistr/u16-strcpy: New file.
429         * modules/unistr/u32-strcpy: New file.
430         * lib/unistr/u8-strcpy.c: New file.
431         * lib/unistr/u16-strcpy.c: New file.
432         * lib/unistr/u32-strcpy.c: New file.
433         * lib/unistr/u-strcpy.h: New file.
434
435         * modules/unistr/u8-strcspn: New file.
436         * modules/unistr/u16-strcspn: New file.
437         * modules/unistr/u32-strcspn: New file.
438         * lib/unistr/u8-strcspn.c: New file.
439         * lib/unistr/u16-strcspn.c: New file.
440         * lib/unistr/u32-strcspn.c: New file.
441         * lib/unistr/u-strcspn.h: New file.
442
443         * modules/unistr/u8-strdup: New file.
444         * modules/unistr/u16-strdup: New file.
445         * modules/unistr/u32-strdup: New file.
446         * lib/unistr/u8-strdup.c: New file.
447         * lib/unistr/u16-strdup.c: New file.
448         * lib/unistr/u32-strdup.c: New file.
449         * lib/unistr/u-strdup.h: New file.
450
451         * modules/unistr/u8-strlen: New file.
452         * modules/unistr/u16-strlen: New file.
453         * modules/unistr/u32-strlen: New file.
454         * lib/unistr/u8-strlen.c: New file.
455         * lib/unistr/u16-strlen.c: New file.
456         * lib/unistr/u32-strlen.c: New file.
457         * lib/unistr/u-strlen.h: New file.
458
459         * modules/unistr/u8-strmblen: New file.
460         * modules/unistr/u16-strmblen: New file.
461         * modules/unistr/u32-strmblen: New file.
462         * lib/unistr/u8-strmblen.c: New file.
463         * lib/unistr/u16-strmblen.c: New file.
464         * lib/unistr/u32-strmblen.c: New file.
465
466         * modules/unistr/u8-strmbtouc: New file.
467         * modules/unistr/u16-strmbtouc: New file.
468         * modules/unistr/u32-strmbtouc: New file.
469         * lib/unistr/u8-strmbtouc.c: New file.
470         * lib/unistr/u16-strmbtouc.c: New file.
471         * lib/unistr/u32-strmbtouc.c: New file.
472
473         * modules/unistr/u8-strncat: New file.
474         * modules/unistr/u16-strncat: New file.
475         * modules/unistr/u32-strncat: New file.
476         * lib/unistr/u8-strncat.c: New file.
477         * lib/unistr/u16-strncat.c: New file.
478         * lib/unistr/u32-strncat.c: New file.
479         * lib/unistr/u-strncat.h: New file.
480
481         * modules/unistr/u8-strncmp: New file.
482         * modules/unistr/u16-strncmp: New file.
483         * modules/unistr/u32-strncmp: New file.
484         * lib/unistr/u8-strncmp.c: New file.
485         * lib/unistr/u16-strncmp.c: New file.
486         * lib/unistr/u32-strncmp.c: New file.
487
488         * modules/unistr/u8-strncpy: New file.
489         * modules/unistr/u16-strncpy: New file.
490         * modules/unistr/u32-strncpy: New file.
491         * lib/unistr/u8-strncpy.c: New file.
492         * lib/unistr/u16-strncpy.c: New file.
493         * lib/unistr/u32-strncpy.c: New file.
494         * lib/unistr/u-strncpy.h: New file.
495
496         * modules/unistr/u8-strnlen: New file.
497         * modules/unistr/u16-strnlen: New file.
498         * modules/unistr/u32-strnlen: New file.
499         * lib/unistr/u8-strnlen.c: New file.
500         * lib/unistr/u16-strnlen.c: New file.
501         * lib/unistr/u32-strnlen.c: New file.
502         * lib/unistr/u-strnlen.h: New file.
503
504         * modules/unistr/u8-strpbrk: New file.
505         * modules/unistr/u16-strpbrk: New file.
506         * modules/unistr/u32-strpbrk: New file.
507         * lib/unistr/u8-strpbrk.c: New file.
508         * lib/unistr/u16-strpbrk.c: New file.
509         * lib/unistr/u32-strpbrk.c: New file.
510         * lib/unistr/u-strpbrk.h: New file.
511
512         * modules/unistr/u8-strrchr: New file.
513         * modules/unistr/u16-strrchr: New file.
514         * modules/unistr/u32-strrchr: New file.
515         * lib/unistr/u8-strrchr.c: New file.
516         * lib/unistr/u16-strrchr.c: New file.
517         * lib/unistr/u32-strrchr.c: New file.
518
519         * modules/unistr/u8-strspn: New file.
520         * modules/unistr/u16-strspn: New file.
521         * modules/unistr/u32-strspn: New file.
522         * lib/unistr/u8-strspn.c: New file.
523         * lib/unistr/u16-strspn.c: New file.
524         * lib/unistr/u32-strspn.c: New file.
525         * lib/unistr/u-strspn.h: New file.
526
527         * modules/unistr/u8-strstr: New file.
528         * modules/unistr/u16-strstr: New file.
529         * modules/unistr/u32-strstr: New file.
530         * lib/unistr/u8-strstr.c: New file.
531         * lib/unistr/u16-strstr.c: New file.
532         * lib/unistr/u32-strstr.c: New file.
533         * lib/unistr/u-strstr.h: New file.
534
535         * modules/unistr/u8-strtok: New file.
536         * modules/unistr/u16-strtok: New file.
537         * modules/unistr/u32-strtok: New file.
538         * lib/unistr/u8-strtok.c: New file.
539         * lib/unistr/u16-strtok.c: New file.
540         * lib/unistr/u32-strtok.c: New file.
541         * lib/unistr/u-strtok.h: New file.
542
543         * modules/unistr/u8-uctomb: New file.
544         * modules/unistr/u16-uctomb: New file.
545         * modules/unistr/u32-uctomb: New file.
546         * lib/unistr/u8-uctomb.c: New file.
547         * lib/unistr/u16-uctomb.c: New file.
548         * lib/unistr/u32-uctomb.c: New file.
549
550         * MODULES.html.sh (Unicode string functions): Add the new modules.
551
552 2007-01-08  Bruno Haible  <bruno@clisp.org>
553
554         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
555         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
556         subdirectories.
557
558 2007-01-08  Karl Berry  <karl@gnu.org>
559
560         * doc/error.texi: mention that main() fns must set program_name
561         when progname is used.
562
563 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
564
565         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
566         WCTYPE_H is empty, for the benefit of builds from non-distclean
567         directories.  Problem reported by Eric Blake in
568         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
569
570 2007-01-08  Bruno Haible  <bruno@clisp.org>
571
572         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
573         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
574         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
575         PROVIDE_CANONICALIZE_FILENAME_MODE.
576         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
577
578 2007-01-08  Bruno Haible  <bruno@clisp.org>
579
580         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
581         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
582         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
583         * lib/fts.c: Likewise.
584         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
585
586 2006-12-25  Bruno Haible  <bruno@clisp.org>
587
588         * modules/utf8-ucs4-safe: New file.
589         * lib/utf8-ucs4-safe.h: New file.
590         * lib/unistr/utf8-ucs4-safe.c: New file.
591
592         * modules/utf16-ucs4-safe: New file.
593         * lib/utf16-ucs4-safe.h: New file.
594         * lib/unistr/utf16-ucs4-safe.c: New file.
595
596         * MODULES.html.sh (Unicode string functions): Add the new modules.
597
598 2007-01-08  Bruno Haible  <bruno@clisp.org>
599
600         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
601         (Depends-on): Add unitypes.
602         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
603         (u8_mbtouc_aux): Move out to separate file.
604         (u8_mbtouc): Use ucs4_t, uint8_t types.
605         * lib/unistr/utf8-ucs4.c: New file.
606
607         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
608         (Depends-on): Add unitypes.
609         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
610         (u16_mbtouc_aux): Move out to separate file.
611         (u16_mbtouc): Use ucs4_t, uint16_t types.
612         * lib/unistr/utf16-ucs4.c: New file.
613
614         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
615         (Depends-on): Add unitypes.
616         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
617         (u8_uctomb_aux): Move out to separate file.
618         (u8_uctomb): Use ucs4_t, uint8_t types.
619         * lib/unistr/ucs4-utf8.c: New file.
620
621         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
622         (Depends-on): Add unitypes.
623         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
624         (u16_uctomb_aux): Move out to separate file.
625         (u16_uctomb): Use ucs4_t, uint16_t types.
626         * lib/unistr/ucs4-utf16.c: New file.
627
628 2006-12-25  Bruno Haible  <bruno@clisp.org>
629
630         * modules/unitypes: New file.
631         * lib/unitypes.h: New file.
632         * MODULES.html.sh (func_all_modules): New section "Unicode string
633         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
634         this section. Add unitypes.
635
636 2007-01-08  Bruno Haible  <bruno@clisp.org>
637
638         Avoid variable names that conflict with those from libtool.
639         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
640         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
641         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
642         library_names_spec to acl_library_names_spec, hardcode_* to
643         acl_hardcode_*.
644         Reported by Ralf Wildenhues.
645
646 2007-01-08  Bruno Haible  <bruno@clisp.org>
647
648         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
649         definition.
650         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
651         definition.
652         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
653         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
654         definition.
655         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
656         definition.
657         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
658         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
659         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
660         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
661         definition.
662         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
663         definition.
664         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
665         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
666         GC_USE_<algorithm>.
667         * lib/gc-libgcrypt.c: Likewise.
668         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
669         * modules/gc-arctwo (configure.ac): Likewise.
670         * modules/gc-des (configure.ac): Likewise.
671         * modules/gc-hmac-md5 (configure.ac): Likewise.
672         * modules/gc-hmac-sha1 (configure.ac): Likewise.
673         * modules/gc-md2 (configure.ac): Likewise.
674         * modules/gc-md4 (configure.ac): Likewise.
675         * modules/gc-md5 (configure.ac): Likewise.
676         * modules/gc-random (configure.ac): Likewise.
677         * modules/gc-rijndael (configure.ac): Likewise.
678         * modules/gc-sha1 (configure.ac): Likewise.
679
680 2007-01-08  Bruno Haible  <bruno@clisp.org>
681
682         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
683         macro definition.
684         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
685         definition.
686         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
687         definition.
688         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
689         * modules/fcntl-safer (configure.ac): Likewise.
690         * modules/fopen-safer (configure.ac): Likewise.
691         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
692         GNULIB_FWRITEERROR macro definition.
693
694 2007-01-08  Bruno Haible  <bruno@clisp.org>
695
696         * m4/gnulib-common.m4: New file.
697         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
698         (func_get_filelist): Add m4/gnulib-common.m4.
699
700 2007-01-08  Bruno Haible  <bruno@clisp.org>
701
702         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
703         command.
704
705 2007-01-08  Jim Meyering  <jim@meyering.net>
706
707         Use a more robust test for a "can't happen" condition.
708         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
709         narrowed the st_size value.  Presuming the "can't happen" condition
710         is true, that narrowing could conceivably convert an invalid st_size
711         value into a valid one.  Instead, use a change based on Matthew
712         Woehlke's original patch.
713
714         Slight readability improvement: use an assert-like macro
715         in place of literal "abort ()" uses.
716         * lib/fts.c (fts_assert): Define.
717         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
718         Use this macro instead of a bare 'abort'.
719
720 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
721
722         Don't worry about using IRIX 5.3's wctype.h broken definitions;
723         simply work around them.
724         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
725         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
726         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
727         Don't bother to define as macros, since the standard doesn't require it.
728         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
729         longer worry about IRIX 5.3.
730         (HAVE_WCTYPE_CTMP_BUG): Remove.
731
732 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
733
734         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
735         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
736         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
737         Problems reported by Georg Schwarz for IRIX 5.3.
738
739         * gnulib-tool (autoconf_minversion): Take the maximum version number
740         found, not the minimum.  Problem reported by James Youngman.
741
742 2007-01-03  Karl Berry  <karl@gnu.org>
743
744         * doc/error.texi: new file, explaining interaction with progname.
745         * doc/gnulib.texi: include it.  Update copyright.
746
747 2007-01-03  Simon Josefsson  <simon@josefsson.org>
748
749         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
750         AC_CANONICAL_HOST, to improve autobuild outputs.
751
752 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
753             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
754
755         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
756         sockets, server sockets, and other file descriptors.  Count errors
757         to compute the return value.  Reorder the code a bit to be easier
758         to follow.  Don't set event bits that were not requested (except
759         POLLERR and POLLHUP).
760
761 2007-01-01  Bruno Haible  <bruno@clisp.org>
762
763         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
764
765 2007-01-03  Jim Meyering  <jim@meyering.net>
766
767         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
768
769 2007-01-02  Bruno Haible  <bruno@clisp.org>
770
771         * modules/settime (Include): Require timespec.h.
772         * modules/nanosleep (Include): Likewise.
773
774 2007-01-01  Bruno Haible  <bruno@clisp.org>
775
776         * gnulib-tool (func_emit_copyright_notice): Bump year.
777         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
778
779 2007-01-01  Bruno Haible  <bruno@clisp.org>
780
781         Improve support for OpenBSD.
782         * build-aux/config.rpath (libname_spec): Export.
783         (library_names_spec): New variable. Export.
784         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
785         library_names_spec from the config.rpath output. Locate shared library
786         through the name pattern in library_names_spec.
787
788 2007-01-01  Eric Blake  <ebb9@byu.net>
789
790         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
791
792 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
793
794         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
795         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
796         assume the C locale, and avoid an "eval" that could cause trouble.
797         Problem with SORT reported by Bob Proulx.
798
799         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
800         Define.  Trivial patch from Henning Nielsen Lund, originally
801         sent to bug-grep@gnu.org today.
802
803 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
804
805         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
806         struct stat.  Problem reported by Henning Nielsen Lund.
807         * lib/acl.c: Include acl.h first, to check interface.  Don't
808         bother to include sys/types.h and sys/stat.h again.
809
810 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
811
812         Import the following change from libc; problem reported by
813         Sven Verdoolaege.
814
815         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
816
817         [BZ #1373]
818         * lib/argp.h: Remove __NTH for __argp_usage inline function.
819
820 2006-12-28  Jim Meyering  <jim@meyering.net>
821
822         * build-aux/announce-gen: Do not assume that the package
823         builds any of tar.gz, tar.bz2, and .xdelta files.
824         Suggestion from Simon Josefsson.
825
826 2006-12-28  Simon Josefsson  <simon@josefsson.org>
827
828         * modules/announce-gen: New file.
829
830 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
831
832         * lib/mbchar.h: Just include <wctype.h>; the wctype module
833         handles its gotchas now.
834         * lib/mbswidth.c: Likewise.
835         * lib/wcwidth.h: Likewise.
836         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
837         and iswcntrl; the wctype module does this stuff now.
838         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
839         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
840         * modules/mbchar (Depends-on): Add wctype.
841         * modules/mbswidth (Depends-on): Likewise.
842         * modules/wcwidth (Depends-on): Likewise.
843
844 2006-12-27  Eric Blake  <ebb9@byu.net>
845
846         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
847         module uses more than what <wctype.h> is required to provide.
848
849 2006-12-26  Eric Blake  <ebb9@byu.net>
850
851         * gnulib-tool (sed_extract_prog): Avoid space-tab.
852
853 2006-12-26  Eric Blake  <ebb9@byu.net>
854
855         * modules/absolute-header: New module.
856         * modules/fcntl (Depends-on): Depend on it.
857         * modules/inttypes (Depends-on): Likewise.
858         * modules/stdint (Depends-on): Likewise.
859         * modules/sys_stat (Depends-on): Likewise.
860         * modules/wctype (Depends-on): Likewise.
861         * MODULES.html.sh (Support for building libraries and
862         executables): Document it.
863
864 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
865
866         * gnulib-tool (SED): Remove, undoing previous change.
867         The problem was that it broke coreutils on Solaris, because
868         "sed --posix" leaked into a makefile.
869         (sed): New alias, if 'alias' and GNU sed.
870
871 2006-12-24  Jim Meyering  <jim@meyering.net>
872
873         Work around an fchownat bug in glibc-2.4:
874         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
875         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
876         in spite of the -P option.
877         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
878         New macros.
879         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
880         * modules/openat (Files): Add lib/fchownat.c.
881         * lib/openat.c (fchownat): Don't define here.  Move to...
882         * lib/fchownat.c: ...this new file.
883
884 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
885
886         Fix bug reported by Bruno Haible in
887         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
888         where quotearg.c didn't compile on Mac OS X 10.2 because it
889         lacks <wchar.h> and wint_t.
890         * lib/wctype_.h (__wctype_wint_t): New type.
891         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
892         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
893         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
894         Arg is now of type __wctype_wint_t, not wint_t.
895         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
896         substitute HAVE_WINT_T.
897         * modules/wctype (Files): Add m4/wint_t.m4.
898         (wctype.h): Substitute HAVE_WINT_T.
899
900 2006-12-23  Bruno Haible  <bruno@clisp.org>
901
902         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
903
904 2006-12-23  Bruno Haible  <bruno@clisp.org>
905
906         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
907         S_ISLNK.
908         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
909         mingw.
910
911 2006-12-22  Bruno Haible  <bruno@clisp.org>
912
913         * lib/copy-file.c: Include acl.h.
914         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
915         Close the file descriptors only after being done with copy_acl.
916         * modules/copy-file (Depends-on): Add acl.
917
918 2006-12-22  Bruno Haible  <bruno@clisp.org>
919
920         * gnulib-tool (SED): New variable.
921         Use $SED instead of sed everywhere.
922
923 2006-12-22  Bruno Haible  <bruno@clisp.org>
924
925         * modules/no-c++: New file.
926         * m4/no-c++.m4: New file.
927         * MODULES.html.sh (Support for building libraries and executables):
928         Add no-c++.
929
930 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
931
932         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
933         Include <limits.h>, and use its INT_MAX to rewrite the
934         j loop so that it does not overflow 'int'.  Problem reported by
935         Ralf Wildenhues in
936         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
937         Play it safe by shifting left by 1 rather than multiplying by 2,
938         as GCC is less likely to optimize this away when the value
939         is signed (when it assumes overflow leads to undefined behavior).
940         Also, don't assume time_t uses two's complement.
941
942 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
943
944         * MODULES.html.sh: New module wctype.
945         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
946         * lib/fnmatch.c: Don't bother to include <wchar.h> before
947         <wctype.h>, since the new wctype module should fix this.
948         * lib/quotearg.c: Include <wctype.h> unconditionally, since
949         the wctype module should arrange for it.
950         * lib/regex_internal.h: Likewise.
951         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
952         since the wctype module should handle this now.
953         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
954         * modules/fnmatch (Depends-on): Add wctype.
955         * modules/quotearg (Depends-on): Likewise.
956         * modules/regex (Depends-on): Likewise.
957
958 2006-12-19  Bruno Haible  <bruno@clisp.org>
959
960         * lib/strdup.h [C++]: Wrap definitions in extern "C".
961         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
962
963 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
964
965         * modules/savewd (Depends-on): Fix dependency on fcntl.
966
967 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
968
969         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
970         conforms to C99, rather than relying on the user's environment
971         setting of STDINT_H.
972
973 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
974         and Eric Blake  <ebb9@byu.net>
975
976         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
977         This is more consistent with the other defines here.
978         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
979         Port to z/OS.  Problem reported by Paul Gilmartin.
980         Change local vars to use gl_ prefix rather than ac_.
981         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
982         with other defines.
983         * modules/double-slash-root: New module.
984         * modules/dirname (Files): Remove m4/double-slash-root.m4.
985         (Depends-on): Add double-slash-root.
986         * MODULES.html.sh (File system functions): Mention new module.
987
988 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
989
990         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
991         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
992         This is for the benefit of gzip, which doesn't do i18n.
993
994 2006-12-12  Jim Meyering  <jim@meyering.net>
995
996         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
997         Reported by Andreas Schwab <schwab@suse.de>.
998
999 2006-12-12  Bruno Haible  <bruno@clisp.org>
1000
1001         Merge these changes.
1002         2006-09-05  Bruno Haible  <bruno@clisp.org>
1003         * lib/iconvme.c (iconv_string): No need to save and restore errno when
1004         iconv_alloc succeeded.
1005         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
1006         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
1007         test for " && dest " at the end - dest is always != NULL there. Call
1008         iconv with 4xNULL arguments initially, to reset the state. Call iconv
1009         with 2xNULL arguments, also to flush the state storage. Handle the
1010         IRIX iconv behaviour. Realloc the final result, to throw away unused
1011         memory.
1012
1013 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1014
1015         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
1016         and fchmodat unconditionally, since glibc 2.4 has them.
1017         Problem reported by Arkadiusz Miskiewicz.
1018
1019 2006-12-10  Bruno Haible  <bruno@clisp.org>
1020
1021         * gnulib-tool (func_import): Show the include files only for those
1022         modules that are copied and specified.
1023         Reported by Karl Berry.
1024
1025 2006-12-08  Jim Meyering  <jim@meyering.net>
1026
1027         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
1028         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
1029
1030         * build-aux/announce-gen: Add two new options, both optional:
1031         --bootstrap-tools=TOOL_LIST
1032               a comma-separated list of tools, e.g.,
1033               autoconf,automake,bison,gnulib
1034         --gnulib-snapshot-date=DATE
1035               if gnulib is in the bootstrap tool list,
1036               then report this as the snapshot date.
1037               If not specified, use the current date/time.
1038               If you specify a date here, be sure it's UTC.
1039
1040 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1041
1042         * tests/test-argp-2.sh: Fix test to match actual output.
1043         (func_compare): Fix sed script to be portable.
1044
1045 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1046
1047         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
1048         workaround for this case.  It is not autoconfigured now; offhand
1049         it's hard to see how to autoconfigure it.
1050
1051 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1052
1053         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
1054         a directory that is about to be chowned.  Such a directory's
1055         initial file permissions should permit the owner only and this
1056         should not be changed until after the chown, since the group and
1057         other bits would be incorrect if they granted permission before
1058         the chown.
1059
1060         Fix porting problem for iswctype reported by Georg Schwarz in:
1061         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
1062         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
1063         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
1064         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
1065         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1066
1067 2006-12-03  Jim Meyering  <jim@meyering.net>
1068
1069         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
1070         p->fts_statp may not yet be defined.
1071         (fts_read): Instead, set it in the caller, once p->fts_statp is
1072         sure to be defined, and corresponds to a top-level directory.
1073         This bug made du -x fail.  Here's the coreutils test case:
1074         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
1075         Reported by Mike Frysinger.
1076
1077 2006-12-01  Jim Meyering  <jim@meyering.net>
1078
1079         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
1080         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
1081         Reported by Simon Josefsson.
1082
1083 2006-11-30  Jim Meyering  <jim@meyering.net>
1084
1085         * m4/warning.m4: Use the all-permissive copyright notice
1086         recommended by RMS (rather than LGPL).
1087         * m4/vararrays.m4: Likewise.
1088         * m4/flexmember.m4: Likewise.
1089
1090 2006-11-29  Bruno Haible  <bruno@clisp.org>
1091
1092         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1093         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
1094         using +=.
1095         Reported by Simon Josefsson <simon@josefsson.org>.
1096
1097 2006-11-28  James Youngman <jay@gnu.org>
1098
1099         * README: Advise users that they might find the bug-gnulib@gnu.org
1100         and autotools-announce@gnu.org mailing lists useful.
1101
1102 2006-11-28  Bruno Haible  <bruno@clisp.org>
1103
1104         * m4/ptrdiff_max.m4: Remove file.
1105
1106 2006-11-21  Bruno Haible  <bruno@clisp.org>
1107
1108         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
1109         _AC_COMPUTE_INT.
1110         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1111         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
1112         _AC_COMPUTE_INT.
1113         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1114         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
1115         _AC_COMPUTE_INT.
1116         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1117
1118 2006-11-28  Jim Meyering  <jim@meyering.net>
1119
1120         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
1121         warning from "gcc -Wshadow" about shadowing the builtin.
1122
1123 2006-11-27  Bruno Haible  <bruno@clisp.org>
1124
1125         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
1126         _AC_COMPUTE_INT.
1127         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1128
1129 2006-11-27  Bruno Haible  <bruno@clisp.org>
1130             Paul Eggert  <eggert@cs.ucla.edu>
1131
1132         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
1133
1134 2006-11-26  Bruno Haible  <bruno@clisp.org>
1135
1136         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1137         noinst_LTLIBRARIES.
1138
1139 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1140             Bruno Haible  <bruno@clisp.org>
1141
1142         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
1143         if compiling with "gcc -ansi".
1144
1145 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1146
1147         Fix some incompatibilities with gcc -ansi -pedantic.
1148         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
1149         if compiling pedantically with GCC, unless it's C99 or later.
1150         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
1151         it mishandles gcc -ansi -pedantic as well.
1152         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
1153         if gcc -pedantic.
1154         * lib/regexec.c (check_node_accept_bytes): Don't use auto
1155         initializers for struct if -pedantic, unless it's C99 or later.
1156
1157 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
1158
1159         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
1160         Don't close an fd more than once. Identical atimes indicate
1161         success, not failure.
1162
1163 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
1164
1165         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
1166
1167 2006-11-23  Jim Meyering  <jim@meyering.net>
1168
1169         * build-aux/announce-gen: New file.  From coreutils.
1170
1171 2006-11-22  Jim Meyering  <jim@meyering.net>
1172
1173         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
1174         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
1175         (fts_read): Use a temporary to narrow the overused st_size member
1176         before using it in a switch statement.  Reported by Matthew Woehlke.
1177
1178         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
1179         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1180
1181 2006-11-20  Bruno Haible  <bruno@clisp.org>
1182
1183         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
1184         changequote instead of pairs of brackets.
1185         Reported by Andreas Schwab <schwab@suse.de>.
1186
1187 2006-11-21  Jim Meyering  <jim@meyering.net>
1188
1189         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
1190         so as to remain compatible with older compilers.
1191         Patch from Michael Deutschmann.
1192
1193 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1194
1195         * MODULES.html.sh (File system functions): Add openat.
1196
1197         * lib/openat.h (rpl_fstatat): New macro, if
1198         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
1199         (fstatat): Define to rpl_fstatat under the same conditions,
1200         unless COMPILING_FSTATAT.
1201         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
1202         seems to have the bug.
1203         * lib/fstatat.c: New file.
1204         * modules/openat (Files): Add it.
1205
1206 2006-11-20  Bruno Haible  <bruno@clisp.org>
1207
1208         * Makefile: New file.
1209
1210 2006-11-20  Jim Meyering  <jim@meyering.net>
1211
1212         The beginnings of syntax-related checks for gnulib.
1213         * lib/Makefile: New file.
1214         * lib/t-idcache: New script.  Ensure that the two halves of
1215         idcache.c stay in sync.
1216
1217         * lib/idcache.c: Adjust comments in user- and group- portions to
1218         be more accurate, and to be consistent with one another.
1219
1220 2006-11-20  Jim Meyering  <jim@meyering.net>
1221
1222         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
1223         continue using the flexible array member (thus, this module performs
1224         half as many malloc calls), with the addition that...
1225         (getgroup, getuser): Consistently record a non-match via an empty
1226         "name" string, and map an empty string match to a NULL return value.
1227         * modules/idcache (Depends-on): Re-add flexmember.
1228
1229         * lib/idcache.c (getuser): Remove all uses of the register keyword.
1230         (getuidbyname, getgroup, getgidbyname): Likewise.
1231
1232         Use cleaner syntax: NULL rather than 0.
1233         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
1234
1235 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1236
1237         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
1238         It mishandled the case where the group was missing.
1239         Problem reported by Greg Schafer.
1240         * modules/idcache: Likewise.
1241
1242 2006-11-18  Jim Meyering  <jim@meyering.net>
1243
1244         * check-module (%exempt_header): Add exception for some
1245         conditionally-included headers.
1246
1247         * modules/i-ring (Depends-on): Add verify.
1248         (License): Change to LGPL.
1249
1250 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1251
1252         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
1253         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
1254         and inttostr.h.  Use snprintf rather than uinttostr, so that
1255         LGPLed code doesn't depend on GPLed.
1256
1257 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1258
1259         * modules/inline (License): Change from GPL to LGPL.
1260
1261 2006-11-17  Jim Meyering  <jim@meyering.net>
1262
1263         * modules/d-type (License): Switch to LGPL.
1264
1265 2006-11-15  Bruno Haible  <bruno@clisp.org>
1266
1267         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
1268
1269 2006-11-15  Eric Blake  <ebb9@byu.net>
1270
1271         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
1272         the module dependency.
1273
1274 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1275             Bruno Haible  <bruno@clisp.org>
1276
1277         * gnulib-tool (func_create_testdir): Add license consistency check.
1278
1279 2006-11-15  Eric Blake  <ebb9@byu.net>
1280
1281         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
1282         random "(cached)" in configure output.
1283
1284 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1285
1286         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
1287         test for conforming inttypes.h is both announced and cached.
1288
1289         * MODULES.html.sh (seen_modules, seen_files): New variables.
1290         (func_module): Rewrite to use a few less gnulib-tool and sed
1291         invocations.  Avoid a couple of quadratic algorithms for ...
1292         (missed_modules, missed_files): ... these, with ...
1293         (func_append, func_tmpdir): ... these new functions, from
1294         gnulib-tool.  Analogously, install traps for cleanup.
1295
1296         * tests/test-gc.c (main): Remove unused variables.
1297         * tests/test-read-file.c: Include stdlib.h, for 'free'.
1298
1299 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1300
1301         * modules/inttostr (License): Change to LGPL.
1302
1303 2006-11-14  Eric Blake  <ebb9@byu.net>
1304
1305         * modules/tempname (License): Change to LGPL.
1306
1307 2006-11-14  Eric Blake  <ebb9@byu.net>
1308
1309         * doc/functions.texi (Function Portability): *printf functions on
1310         Cygwin now understand all POSIX size specifiers.
1311
1312 2006-11-14  Bruno Haible  <bruno@clisp.org>
1313
1314         * modules/c-ctype (License): Change to LGPL.
1315
1316 2006-11-12  Bruno Haible  <bruno@clisp.org>
1317
1318         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1319         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
1320         for GNOME libraries, for which the include files are installed in
1321         subdirectories of $prefix/include.
1322
1323 2006-11-12  Bruno Haible  <bruno@clisp.org>
1324
1325         * m4/lib-link.m4: Require at least autoconf-2.54.
1326         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
1327         name to underscores for the --with option.
1328
1329 2006-11-13  Bruno Haible  <bruno@clisp.org>
1330
1331         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
1332         the tests directory.
1333         Reported by Ralf Wildenhues.
1334
1335 2006-11-13  Bruno Haible  <bruno@clisp.org>
1336
1337         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
1338         (func_emit_initmacro_end): Undo the override here.
1339         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
1340         Works around the famous automake error in coreutils.
1341
1342 2006-11-13  Eric Blake  <ebb9@byu.net>
1343
1344         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
1345         element, not its node.
1346
1347 2006-11-12  Bruno Haible  <bruno@clisp.org>
1348
1349         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
1350         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
1351
1352 2006-11-12  Bruno Haible  <bruno@clisp.org>
1353
1354         * gnulib-tool: New option --local-symlink.
1355         (func_usage): Document it.
1356         (lsymbolic): New variable.
1357         (func_import, func_create_testdir): If --symlink was not specified,
1358         test whether --local-symlink was specified and the file comes from
1359         the local_gnulib_dir.
1360
1361 2006-11-12  Bruno Haible  <bruno@clisp.org>
1362
1363         * gnulib-tool (func_ln): New function.
1364         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
1365
1366 2006-11-12  Bruno Haible  <bruno@clisp.org>
1367
1368         Finish support for source files in subdirectories.
1369         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
1370         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
1371         AUTOMAKE_OPTIONS.
1372         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
1373
1374 2006-11-12  Bruno Haible  <bruno@clisp.org>
1375
1376         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1377         EXTRA_lib_SOURCES augmentation.
1378         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
1379
1380 2006-11-12  Jim Meyering  <jim@meyering.net>
1381
1382         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
1383         file descriptors.  This also averts a failure on systems with
1384         native openat support when a traversed directory lacks "x" access.
1385         * lib/fts_.h: Include "i-ring.h"
1386         (struct FTS) [fts_fd_ring]: New member.
1387         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
1388         (FCHDIR): Add parentheses.
1389         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
1390         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
1391         When descending, rather than simply closing the previous
1392         fts_cwd_fd value, push that file descriptor onto the ring.
1393         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
1394         (fts_open): Initialize the new fd_ring member.
1395         (fts_close): Clear the ring.
1396         (fts_safe_changedir): When possible, use our new fd_ring to skip
1397         the diropen and fstat and dev/ino comparison that would normally
1398         accompany a virtual `chdir ("..")'.
1399
1400         * modules/fts (Depends-on): Add i-ring.
1401         * modules/i-ring: New module.
1402         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
1403         * m4/i-ring.m4: New file.
1404
1405 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1406
1407         * gnulib-tool (func_create_testdir): Fix replacement of
1408         `build-aux' in configure.ac.  Run autotools in gltests
1409         subdirectory.
1410         (func_create_testdir, func_create_megatestdir, test): There is
1411         no need for '--force' in most autotool invocations in a new
1412         tree.  Actually fail the whole test if any of the tools, or the
1413         configure or make stages fail.
1414
1415         Sync from Automake.
1416         * build-aux/gnupload: Revert last change.  Add pointer to upload
1417         instructions of the GNU Maintenance Instructions.
1418         Suggestion by Karl Berry.
1419
1420 2006-11-10  Jim Meyering  <jim@meyering.net>
1421
1422         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
1423
1424 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1425
1426         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
1427         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
1428         (bind_textdomain_codeset) [! ENABLE_NLS]:
1429         Evaluate all the arguments.  That way, callers get compatible behavior
1430         if the arguments have side effects.  Also, it avoids some GCC
1431         diagnostics in some cases; Joel E. Denny reported problems when Bison
1432         was configured with --enable-gcc-warnigs.
1433
1434 2006-11-10  Jim Meyering  <jim@meyering.net>
1435
1436         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
1437         relevant options in CFLAGS (like -O, -fno-inline) are taken into
1438         account.
1439
1440 2006-11-10  Jim Meyering  <jim@meyering.net>
1441
1442         * modules/inline: New file/module.
1443         * modules/xalloc (Files): Remove m4/inline.m4.
1444         (Depends-on): Add inline, instead.
1445         * modules/oset: Likewise.
1446         * modules/list: Likewise.
1447
1448 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1449
1450         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
1451         Problem reported by Matthew Woehlke.
1452
1453 2006-11-09  Bruno Haible  <bruno@clisp.org>
1454
1455         * lib/tempname.c (gen_tempname): Remove variant that invokes
1456         __gen_tempname.
1457         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
1458         __gen_tempname.
1459
1460 2006-11-08  Bruno Haible  <bruno@clisp.org>
1461
1462         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
1463         to 'yes' instead of 'cross-compiling'.
1464
1465 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1466
1467         * lib/quotearg.h (quotearg_free): New decl.
1468         * lib/quotearg.c (quotearg_free): New function.
1469         (slot0, nslots, slotvec0, slotvec):
1470         Now file-scope so that quotearg_free can get at them.
1471
1472 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1473
1474         Sync from Automake.
1475         * build-aux/gnupload: Add missing 'gnu' to example URL.
1476         Report by Karl Berry.
1477
1478 2006-11-08  Bruno Haible  <bruno@clisp.org>
1479
1480         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
1481         Suggested by Paul Eggert.
1482
1483 2006-11-08  Jim Meyering  <jim@meyering.net>
1484
1485         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
1486         It's already included if !_LIBC.
1487         (fts_safe_changedir): Add a comment.
1488
1489 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1490
1491         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1492         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1493         Matthew Woehlke.
1494
1495         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
1496         definitions up, to avoid colliding with change below.
1497         (static_inline) [HAVE_INLINE]: New macro.
1498         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
1499         Provide extern decls when !HAVE_INLINE.  Do not define unless
1500         static_inline is defined, either by us or by xmalloc.c.  Use
1501         static_inline rather than static inline.
1502         (XCALLOC): Optimize sizeof(T) = 1 case.
1503         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
1504
1505 2006-11-07  Bruno Haible  <bruno@clisp.org>
1506
1507         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
1508         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
1509         AC_C_INLINE.
1510         * modules/xalloc (Files): Add m4/inline.m4.
1511
1512 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1513
1514         * README: Fix typo.
1515         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
1516         (Miscellanous Notes): ...from this.
1517
1518 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1519
1520         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
1521         Mention that offsetof should be used instead of sizeof.
1522         From Bruno Haible.
1523
1524 2006-11-07  Bruno Haible  <bruno@clisp.org>
1525
1526         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
1527
1528 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1529
1530         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1531         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
1532         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1533         (gl_tree_add_before, gl_tree_add_after):
1534         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
1535         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
1536         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1537         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
1538         (gl_linked_add_after, gl_linked_add_at): Likewise.
1539         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
1540         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1541         (gl_tree_add_before, gl_tree_add_after): Likewise.
1542         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
1543         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
1544         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1545
1546 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1547
1548         * lib/gl_oset.h: Use C comment style, not C++ comment style.
1549
1550 2006-11-06  Bruno Haible  <bruno@clisp.org>
1551
1552         * m4/inline.m4: New file.
1553         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
1554         * modules/list (Files): Add m4/inline.m4.
1555         * modules/oset (Files): Likewise.
1556
1557 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1558
1559         * lib/idcache.c: Include <stddef.h>, for offsetof.
1560         (struct userid.name): Change from char * to a flexible array member.
1561         All uses changed.
1562         * modules/idcache (Depends-on): Add flexmember.
1563
1564         * MODULES.html.sh (Core language properties): New module flexmember.
1565         * modules/flexmember, m4/flexmember.m4: New files.
1566
1567         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
1568         inline functions that are identical with the old xnmalloc_inline,
1569         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
1570         that we can avoid some unnecessary integer multiplications and
1571         divisions in the common case where the element size is known at
1572         compile time.
1573         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
1574         needed.
1575         (xnboundedmalloc): Remove.
1576         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
1577         arguments, for consistency with rest of this header.
1578         (xcharalloc): Rewrite using XNMALLOC.
1579         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
1580         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
1581         versions have been moved to lib/xalloc.h and renamed to be the
1582         non-*_inline versions.
1583         (xmalloc, xrealloc): Implement without reference to the xnmalloc
1584         and xnrealloc functions, since those functions are now inline and
1585         now call us.
1586         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
1587         renaming described above.
1588         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
1589         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
1590         captures the dependency in AC_C_INLINE.
1591
1592         New module canonicalize-lgpl, proposed by Charles Wilson in
1593         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
1594         with a few small changes afterwards.
1595         * MODULES.html.sh (File system functions): New module
1596         canonicalize-lgpl.
1597         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
1598         and canonicalize_file_name.
1599         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
1600         * modules/canonicalize-lgpl: New files.
1601
1602 2006-11-05  Bruno Haible  <bruno@clisp.org>
1603
1604         * gnulib-tool (func_import, func_create_testdir): Create directories
1605         also for files in subdirectories of lib/.
1606
1607 2006-11-05  Bruno Haible  <bruno@clisp.org>
1608
1609         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
1610         ANSI C compliant.
1611
1612 2006-11-03  Bruno Haible  <bruno@clisp.org>
1613
1614         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1615         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
1616         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
1617         (xnboundedmalloc): New inline function.
1618         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
1619         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
1620         xmalloc.
1621         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
1622         xmalloc.
1623         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
1624         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
1625         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
1626         xmalloc.
1627         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1628         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
1629         xmalloc.
1630         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
1631         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1632         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
1633         xmalloc.
1634         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1635         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
1636         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1637         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
1638         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
1639         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
1640         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
1641
1642 2006-11-03  Bruno Haible  <bruno@clisp.org>
1643
1644         * lib/c-ctype.h [C++]: Define functions without name mangling.
1645         * lib/fwriteerror.h [C++]: Likewise.
1646         * lib/gcd.h [C++]: Likewise.
1647         * lib/linebreak.h [C++]: Likewise.
1648
1649 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
1650
1651         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
1652         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
1653         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
1654         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
1655         Check for functions and headers just once.
1656         Check for declaration of canonicalize_file_name.
1657         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
1658
1659 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1660
1661         * gnulib-tool (func_import): Fix typo in actioncmd.
1662
1663 2006-11-02  Bruno Haible  <bruno@clisp.org>
1664
1665         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
1666         newline sequence in the Makefile.am snippet as a space, like "make"
1667         does.
1668         Reported by Roger Persson <perrog@gmail.com>.
1669
1670 2006-11-01  Bruno Haible  <bruno@clisp.org>
1671
1672         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
1673         already declared in <string.h>.
1674         * lib/strcase.h (strncasecmp): Don't declare it if yes.
1675
1676 2006-11-01  Bruno Haible  <bruno@clisp.org>
1677
1678         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
1679         * lib/strcase.h: Include <string.h>.
1680         (strcasecmp): Define to rpl_strcasecmp here.
1681
1682 2006-11-01  Bruno Haible  <bruno@clisp.org>
1683
1684         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
1685
1686 2006-11-01  Eric Blake  <ebb9@byu.net>
1687
1688         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
1689
1690         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
1691
1692 2006-10-29  Bruno Haible  <bruno@clisp.org>
1693
1694         Make it compile in C++ mode.
1695         * lib/full-write.c (full_rw): Add a cast.
1696
1697 2006-11-01  Bruno Haible  <bruno@clisp.org>
1698
1699         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
1700         be POSIX compliant.
1701         Reported by Roger Persson <perrog@gmail.com>.
1702
1703 2006-11-01  Eric Blake  <ebb9@byu.net>
1704
1705         * lib/getopt_.h: Fix comments.
1706
1707 2006-10-31  Eric Blake  <ebb9@byu.net>
1708
1709         * modules/tmpdir (Depends-on): Add sys_stat.
1710         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
1711         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
1712         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
1713         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
1714         tempname.
1715
1716 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
1717
1718         Avoid some C++ diagnostics reported by Bruno Haible.
1719         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
1720         xmalloc.
1721         (quotearg_alloc): Use xcharalloc rather than xmalloc.
1722         (struct slotvec): Move to top level.
1723         (quotearg_n_options): Rewrite to avoid xmalloc.
1724         * lib/xalloc.h (xcharalloc): New function.
1725         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
1726         [defined __cplusplus]: Add function template that provides result
1727         type propagation.  This part of the change is from Bruno Haible.
1728
1729 2006-10-29  Bruno Haible  <bruno@clisp.org>
1730
1731         Make it compile in C++ mode.
1732         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
1733         * lib/strnlen1.c (strnlen1): Cast memchr result.
1734         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
1735         * lib/clean-temp.c (string_equals, string_hash): Add casts.
1736         (create_temp_dir): Rename local variable 'template'.
1737         (compile_csharp_using_sscli): Add cast.
1738         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
1739         * lib/findprog.c (find_in_path): Likewise.
1740         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
1741         * lib/wait-process.c (register_slave_subprocess): Likewise.
1742
1743 2006-10-22  Bruno Haible  <bruno@clisp.org>
1744
1745         * modules/tsearch: New file.
1746         * lib/tsearch.h: New file.
1747         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
1748         * m4/tsearch.m4: New file.
1749         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
1750
1751 2006-10-29  Eric Blake  <ebb9@byu.net>
1752
1753         * lib/arcfour.c: Assume config.h.
1754         * lib/arctwo.c: Likewise.
1755         * lib/base64.c: Likewise.
1756         * lib/check-version.c: Likewise.
1757         * lib/crc.c: Likewise.
1758         * lib/des.c: Likewise.
1759         * lib/gc-gnulib.c: Likewise.
1760         * lib/gc-libgcrypt.c: Likewise.
1761         * lib/gc-pbkdf2-sha1.c: Likewise.
1762         * lib/getaddrinfo.c: Likewise.
1763         * lib/getdelim.c: Likewise.
1764         * lib/getline.c: Likewise.
1765         * lib/hmac-md5.c: Likewise.
1766         * lib/hmac-sha1.c: Likewise.
1767         * lib/iconvme.c: Likewise.
1768         * lib/md2.c: Likewise.
1769         * lib/md4.c: Likewise.
1770         * lib/memxor.c: Likewise.
1771         * lib/read-file.c: Likewise.
1772         * lib/readline.c: Likewise.
1773         * lib/rijndael-alg-fst.c: Likewise.
1774         * lib/rijndael-api-fst.c: Likewise.
1775         * lib/xgetdomainname.c: Likewise.
1776
1777 2006-10-28  Eric Blake  <ebb9@byu.net>
1778
1779         * lib/xstrndup.c: Assume config.h.
1780
1781 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
1782
1783         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
1784         stat-macros.h is now for our own macros, whereas stat_h is for
1785         macros in the <sys/stat.h> name space.
1786         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
1787         (STAT_MACROS_H): Remove.
1788         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
1789         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
1790         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
1791         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
1792         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
1793         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
1794         Move these macros to ...
1795         * lib/stat_.h: here.  Don't include stat-macros.h.
1796         * lib/canonicalize.c: Don't include stat-macros.h.
1797         * lib/chown.c: Likewise.
1798         * lib/euidaccess.c: Likewise.
1799         * lib/file-type.c: Likewise.
1800         * lib/filemode.c: Likewise.
1801         * lib/glob.c: Likewise.
1802         * lib/isapipe.c: Likewise.
1803         * lib/lchown.c: Likewise.
1804         * lib/lstat.c: Likewise.
1805         * lib/mkdir-p.c: Likewise.
1806         * lib/rmdir.c: Likewise.
1807         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
1808         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
1809         unless mkdir isn't declared, to speed up 'configure'.
1810         Always create sys/stat.h, since it's unlikely any real sys/stat.h
1811         would define all the S_* symbols.
1812         * modules/canonicalize (Depends-on):
1813         Depend on sys_stat, not stat-macros.
1814         * modules/chown: Likewise.
1815         * modules/euidaccess: Likewise.
1816         * modules/filemode: Likewise.
1817         * modules/file-type: Likewise.
1818         * modules/glob: Likewise.
1819         * modules/isapipe: Likewise.
1820         * modules/lchown: Likewise.
1821         * modules/lstat: Likewise.
1822         * modules/mkancesdirs: Likewise.
1823         * modules/rmdir: Likewise.
1824         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
1825         * modules/modechange: Likewise.
1826         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
1827         (configure.ac): Remove gl_STAT_MACROS.
1828         * modules/sys_stat (Depends-on): Remove stat-macros.
1829
1830 2006-10-27  Bruno Haible  <bruno@clisp.org>
1831
1832         * m4/signed.m4: Remove file.
1833         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
1834         invocation.
1835         * modules/vasnprintf (Files): Remove m4/signed.m4.
1836
1837 2006-10-27  Bruno Haible  <bruno@clisp.org>
1838
1839         Update to GNU gettext 0.16.
1840         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
1841         m4/inttypes-h.m4, m4/signed.m4.
1842         * m4/gettext.m4: Update to GNU gettext 0.16.
1843         * m4/intl.m4: New file, from GNU gettext.
1844         * m4/intldir.m4: New file, from GNU gettext.
1845         * config/srclist.txt: Update
1846
1847 2006-10-27  Eric Blake  <ebb9@byu.net>
1848
1849         * MODULES.html.sh: Document tempname.
1850         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
1851         dependencies.
1852         (Files): Move lib/tempname.c...
1853         * modules/tempname: ...to this new module.
1854         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
1855         (gl_PREREQ_TEMPNAME): Move...
1856         * m4/tempname.m4: ...to this new file.
1857         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
1858         * modules/sys_stat (Depends-on): Add stat-macros.
1859         * lib/stat_.h (includes): Pick up stat macros.
1860         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
1861         if stat macros are broken.
1862         * lib/tempname.c (includes): No need to include "stat-macros.h".
1863         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
1864         (direxists, __path_search) [!_LIBC]: Don't compile these in
1865         gnulib; the tmpdir module covers that.
1866         * lib/tempname.h: New file.
1867
1868 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1869
1870         * COPYING: Explain how gnulib-tool converts licence headers.
1871         Almost all wording by Eric Blake.
1872
1873 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1874
1875         * lib/mbchar.h (is_basic_table): Make read-only.
1876         * lib/mbchar.c (is_basic_table): Likewise.
1877         Reported by John Darrington.
1878
1879 2006-10-25  Bruno Haible  <bruno@clisp.org>
1880
1881         * lib/progname.h (set_program_name): Undefine before defining.
1882
1883 2006-10-25  Bruno Haible  <bruno@clisp.org>
1884
1885         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
1886         false for non-gcc C++ compilers.
1887         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1888
1889 2006-10-24  Bruno Haible  <bruno@clisp.org>
1890
1891         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
1892         iconv implementations like Irix iconv.
1893
1894 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1895
1896         * modules/vararrays: New file.
1897         * m4/vararrays.m4: New file, taken from diffutils.
1898         * MODULES.html.sh: New module vararrays.
1899
1900 2006-10-24  Karl Berry  <karl@gnu.org>
1901
1902         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
1903         Don't call GNU Unix.
1904
1905 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1906
1907         * users.txt: Add Libtool.
1908
1909         Sync from Libtool:
1910
1911         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1912
1913         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
1914         to gnulib's policy of including config.h unconditionally.
1915
1916 2006-10-24  Bruno Haible  <bruno@clisp.org>
1917
1918         * modules/wcwidth (Files): Add m4/wint_t.m4.
1919         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
1920         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
1921
1922 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1923
1924         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
1925         to pacify GCC with some -W flags enabled.  Problem reported by
1926         Bruno Haible.
1927
1928 2006-10-24  Jim Meyering  <jim@meyering.net>
1929
1930         * MODULES.html.sh: Remove uinttostr.  It's not a module.
1931         Reported by Karl Berry.
1932
1933 2006-10-23  Bruno Haible  <bruno@clisp.org>
1934
1935         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
1936
1937 2006-10-24  Bruno Haible  <bruno@clisp.org>
1938
1939         * lib/gl_list.h: Use C comment style, not C++ comment style.
1940
1941 2006-10-23  Eric Blake  <ebb9@byu.net>
1942
1943         * lib/getaddrinfo.c (includes): Add missing include.
1944
1945 2006-10-23  Bruno Haible  <bruno@clisp.org>
1946             Paul Eggert  <eggert@cs.ucla.edu>
1947
1948         Ability to rename obstack_free.
1949         * lib/obstack.h (__obstack_free): New macro. Declare instead of
1950         obstack_free.
1951         (obstack_free): Invoke the __obstack_free macro.
1952         * lib/obstack.c (obstack_free): Use __obstack_free macro.
1953
1954 2006-10-23  Bruno Haible  <bruno@clisp.org>
1955             Paul Eggert  <eggert@cs.ucla.edu>
1956
1957         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
1958         __argc, __argv from the declaration. (They are defined as macros on
1959         mingw.)
1960
1961 2006-10-22  Bruno Haible  <bruno@clisp.org>
1962
1963         * doc/gnulib-intro.texi: New file.
1964         * doc/gnulib.texi: Include it.
1965
1966 2006-10-21  Bruno Haible  <bruno@clisp.org>
1967
1968         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
1969         "Introduction", "Miscellanous Notes", "Particular Modules".
1970
1971 2006-10-21  Bruno Haible  <bruno@clisp.org>
1972
1973         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1974         Change mostlyclean-local rule to avoid sh syntax error from bash
1975         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
1976
1977 2006-10-23  Jim Meyering  <jim@meyering.net>
1978
1979         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
1980         in place of snprintf.
1981
1982         * modules/inttostr (Files): Add lib/uinttostr.c.
1983         * lib/uinttostr.c (inttostr): New file/function.
1984         * lib/inttostr.h (uinttostr): Declare.
1985         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
1986         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
1987         Add uinttostr.
1988         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
1989
1990 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1991
1992         * lib/canonicalize.c (ELOOP): Define if not already defined.
1993         Problem reported by Bruno Haible in
1994         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
1995
1996 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1997
1998         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
1999         Problem reported by Perry Smith and Ville Laurikari.
2000
2001         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
2002         uses.
2003
2004 2006-10-19  Bruno Haible  <bruno@clisp.org>
2005
2006         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
2007         for mingw.
2008
2009 2006-10-19  Bruno Haible  <bruno@clisp.org>
2010
2011         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
2012         Needed for mingw.
2013
2014 2006-10-19  Bruno Haible  <bruno@clisp.org>
2015
2016         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
2017
2018 2006-10-19  Bruno Haible  <bruno@clisp.org>
2019
2020         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
2021         it.
2022
2023 2006-10-19  Bruno Haible  <bruno@clisp.org>
2024
2025         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
2026         invocation.
2027
2028 2006-10-19  Bruno Haible  <bruno@clisp.org>
2029
2030         * gnulib-tool (func_create_testdir): Don't include ftruncate and
2031         mountlist by default.
2032
2033 2006-10-16  Bruno Haible  <bruno@clisp.org>
2034
2035         * lib/c-strstr.c: Include c-strstr.h.
2036
2037 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2038
2039         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
2040         in a slash.
2041
2042 2006-10-18  Bruno Haible  <bruno@clisp.org>
2043
2044         * lib/lock.h [C++]: Wrap definitions in extern "C".
2045
2046 2006-10-18  Bruno Haible  <bruno@clisp.org>
2047
2048         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
2049         gl_LIBOBJS list.
2050
2051 2006-10-18  Bruno Haible  <bruno@clisp.org>
2052
2053         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
2054
2055 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2056
2057         * lib/xstrtol.h: Include gettext.h.
2058         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
2059         Problem reported by Eric Blake.
2060         * modules/xstrtol (Depends-on): Add gettext-h.
2061
2062 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
2063
2064         * lib/strftime.c (advance): New macro.
2065         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
2066         incomplete type, so you can't add 0 to it.  Problem and patch
2067         reported by Eelco Dolstra for dietlibc.
2068
2069 2006-10-18  Jim Meyering  <jim@meyering.net>
2070
2071         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
2072         type for a local, and rename it: s/up/user_proc/.
2073
2074 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2075
2076         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
2077         READ_UTMP_USER_PROCESS.
2078         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
2079
2080 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2081
2082         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
2083         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
2084
2085 2006-10-17  Eric Blake  <ebb9@byu.net>
2086
2087         * lib/sigprocmask.c (sigprocmask): Fix typo.
2088
2089         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
2090
2091         * modules/clean-temp (Makefile.am): Don't add to make output...
2092         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
2093         config.h.
2094
2095 2006-10-17  Bruno Haible  <bruno@clisp.org>
2096
2097         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
2098         differently if DEFAULT_TEXT_DOMAIN is set.
2099
2100 2006-10-16  Bruno Haible  <bruno@clisp.org>
2101
2102         * lib/clean-temp.c: Include fwriteerror.h.
2103
2104 2006-10-16  Bruno Haible  <bruno@clisp.org>
2105
2106         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
2107
2108 2006-10-16  Bruno Haible  <bruno@clisp.org>
2109
2110         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
2111         * lib/sigprocmask.h: Include <sys/types.h>.
2112         (sigset_t): Use the system's definition if present.
2113
2114 2006-10-17  Eric Blake  <ebb9@byu.net>
2115
2116         * lib/xvasprintf.c (includes): Assume config.h.
2117         * lib/xasprintf.c (includes): Likewise.
2118
2119 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2120
2121         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
2122         at least as wide as intmax_t.
2123
2124 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
2125
2126         (Imported from Automake.)
2127         * build-aux/gnupload: Update to version 1.1 of directive file.
2128
2129 2006-10-16  Eric Blake  <ebb9@byu.net>
2130
2131         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
2132         match Automake 1.10a.
2133
2134 2006-10-14  Bruno Haible  <bruno@clisp.org>
2135
2136         * modules/sigprocmask: New file.
2137         * lib/sigprocmask.h: New file.
2138         * lib/sigprocmask.c: New file.
2139         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
2140         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
2141         request sigprocmask.o.
2142         (gl_PREREQ_SIGPROCMASK): New macro.
2143         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
2144         (Depends-on): Add sigprocmask.
2145         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
2146         gt_SIGNALBLOCKING. Test for 'raise' only once.
2147         * lib/fatal-signal.c: Include sigprocmask.h.
2148         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
2149         unblock_fatal_signals): Define always.
2150         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2151         sigprocmask.
2152
2153 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2154
2155         Sync from Automake.
2156         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2157         which incorrectly sets the mode of an existing destination
2158         directory.  In some cases the unpatched install-sh could do the
2159         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2160         system.  We hope this is rare in practice, but it's clearly worth
2161         fixing.  Problem reported by Alex Unleashed in
2162         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2163         Also, don't bother to check for -m bugs unless we're using -m;
2164         suggested by Stepan Kasal.
2165
2166 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2167
2168         Sync from Automake.
2169         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
2170         `-c' flag, so they appear at the same position as in %FASTDEP%
2171         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2172         which ignores unknown options only after the first non-option.
2173         Bug report against M4 by Nelson H. F. Beebe.
2174
2175 2006-10-13  Jim Meyering  <jim@meyering.net>
2176
2177         Fix a bug in yesterday's change.
2178         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
2179         p->fts_statp->st_dev would be used uninitialized.
2180         Ensures that we always call fts_stat on the very first entry.
2181         Miklos Szeredi reported that find -xdev stopped working.
2182
2183 2006-10-12  Bruno Haible  <bruno@clisp.org>
2184
2185         * gnulib-tool (func_get_automake_snippet): Append an automatically
2186         computed EXTRA_DIST augmentation.
2187         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
2188         * modules/alloca-opt (Makefile.am): Likewise.
2189         * modules/allocsa (Makefile.am): Likewise.
2190         * modules/arcfour (Makefile.am): Likewise.
2191         * modules/arctwo (Makefile.am): Likewise.
2192         * modules/argmatch (Makefile.am): Likewise.
2193         * modules/argz (Makefile.am): Likewise.
2194         * modules/atexit (Makefile.am): Likewise.
2195         * modules/backupfile (Makefile.am): Likewise.
2196         * modules/byteswap (Makefile.am): Likewise.
2197         * modules/c-strtod (Makefile.am): Likewise.
2198         * modules/c-strtold (Makefile.am): Likewise.
2199         * modules/calloc (Makefile.am): Likewise.
2200         * modules/canon-host (Makefile.am): Likewise.
2201         * modules/canonicalize (Makefile.am): Likewise.
2202         * modules/chdir-long (Makefile.am): Likewise.
2203         * modules/chdir-safer (Makefile.am): Likewise.
2204         * modules/check-version (Makefile.am): Likewise.
2205         * modules/chown (Makefile.am): Likewise.
2206         * modules/cloexec (Makefile.am): Likewise.
2207         * modules/close-stream (Makefile.am): Likewise.
2208         * modules/closeout (Makefile.am): Likewise.
2209         * modules/crc (Makefile.am): Likewise.
2210         * modules/csharpexec (Makefile.am): Likewise.
2211         * modules/cycle-check (Makefile.am): Likewise.
2212         * modules/des (Makefile.am): Likewise.
2213         * modules/dev-ino (Makefile.am): Likewise.
2214         * modules/dirfd (Makefile.am): Likewise.
2215         * modules/dirname (Makefile.am): Likewise.
2216         * modules/dup2 (Makefile.am): Likewise.
2217         * modules/eealloc (Makefile.am): Likewise.
2218         * modules/error (Makefile.am): Likewise.
2219         * modules/euidaccess (Makefile.am): Likewise.
2220         * modules/exclude (Makefile.am): Likewise.
2221         * modules/exitfail (Makefile.am): Likewise.
2222         * modules/fcntl-safer (Makefile.am): Likewise.
2223         * modules/fcntl (Makefile.am): Likewise.
2224         * modules/file-type (Makefile.am): Likewise.
2225         * modules/fileblocks (Makefile.am): Likewise.
2226         * modules/filemode (Makefile.am): Likewise.
2227         * modules/filenamecat (Makefile.am): Likewise.
2228         * modules/fnmatch (Makefile.am): Likewise.
2229         * modules/fopen-safer (Makefile.am): Likewise.
2230         * modules/fpending (Makefile.am): Likewise.
2231         * modules/fprintftime (Makefile.am): Likewise.
2232         * modules/free (Makefile.am): Likewise.
2233         * modules/fsusage (Makefile.am): Likewise.
2234         * modules/ftruncate (Makefile.am): Likewise.
2235         * modules/fts (Makefile.am): Likewise.
2236         * modules/gc-arcfour (Makefile.am): Likewise.
2237         * modules/gc-des (Makefile.am): Likewise.
2238         * modules/gc-hmac-md5 (Makefile.am): Likewise.
2239         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
2240         * modules/gc-md4 (Makefile.am): Likewise.
2241         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2242         * modules/gc-sha1 (Makefile.am): Likewise.
2243         * modules/gc (Makefile.am): Likewise.
2244         * modules/getaddrinfo (Makefile.am): Likewise.
2245         * modules/getcwd (Makefile.am): Likewise.
2246         * modules/getdelim (Makefile.am): Likewise.
2247         * modules/getdomainname (Makefile.am): Likewise.
2248         * modules/getgroups (Makefile.am): Likewise.
2249         * modules/gethostname (Makefile.am): Likewise.
2250         * modules/gethrxtime (Makefile.am): Likewise.
2251         * modules/getline (Makefile.am): Likewise.
2252         * modules/getloadavg (Makefile.am): Likewise.
2253         * modules/getlogin_r (Makefile.am): Likewise.
2254         * modules/getndelim2 (Makefile.am): Likewise.
2255         * modules/getopt (Makefile.am): Likewise.
2256         * modules/getpagesize (Makefile.am): Likewise.
2257         * modules/getpass-gnu (Makefile.am): Likewise.
2258         * modules/getpass (Makefile.am): Likewise.
2259         * modules/getsubopt (Makefile.am): Likewise.
2260         * modules/gettime (Makefile.am): Likewise.
2261         * modules/gettimeofday (Makefile.am): Likewise.
2262         * modules/getugroups (Makefile.am): Likewise.
2263         * modules/getusershell (Makefile.am): Likewise.
2264         * modules/glob (Makefile.am): Likewise.
2265         * modules/group-member (Makefile.am): Likewise.
2266         * modules/hard-locale (Makefile.am): Likewise.
2267         * modules/hash (Makefile.am): Likewise.
2268         * modules/hmac-md5 (Makefile.am): Likewise.
2269         * modules/hmac-sha1 (Makefile.am): Likewise.
2270         * modules/human (Makefile.am): Likewise.
2271         * modules/idcache (Makefile.am): Likewise.
2272         * modules/imaxabs (Makefile.am): Likewise.
2273         * modules/imaxdiv (Makefile.am): Likewise.
2274         * modules/inet_ntop (Makefile.am): Likewise.
2275         * modules/inet_pton (Makefile.am): Likewise.
2276         * modules/intprops (Makefile.am): Likewise.
2277         * modules/inttostr (Makefile.am): Likewise.
2278         * modules/inttypes (Makefile.am): Likewise.
2279         * modules/isapipe (Makefile.am): Likewise.
2280         * modules/javaversion (Makefile.am): Likewise.
2281         * modules/lchmod (Makefile.am): Likewise.
2282         * modules/lchown (Makefile.am): Likewise.
2283         * modules/localcharset (Makefile.am): Likewise.
2284         * modules/long-options (Makefile.am): Likewise.
2285         * modules/lstat (Makefile.am): Likewise.
2286         * modules/malloc (Makefile.am): Likewise.
2287         * modules/mathl (Makefile.am): Likewise.
2288         * modules/mbchar (Makefile.am): Likewise.
2289         * modules/md2 (Makefile.am): Likewise.
2290         * modules/md4 (Makefile.am): Likewise.
2291         * modules/md5 (Makefile.am): Likewise.
2292         * modules/memcasecmp (Makefile.am): Likewise.
2293         * modules/memchr (Makefile.am): Likewise.
2294         * modules/memcmp (Makefile.am): Likewise.
2295         * modules/memcoll (Makefile.am): Likewise.
2296         * modules/memcpy (Makefile.am): Likewise.
2297         * modules/memmem (Makefile.am): Likewise.
2298         * modules/memmove (Makefile.am): Likewise.
2299         * modules/mempcpy (Makefile.am): Likewise.
2300         * modules/memrchr (Makefile.am): Likewise.
2301         * modules/memset (Makefile.am): Likewise.
2302         * modules/memxor (Makefile.am): Likewise.
2303         * modules/mkancesdirs (Makefile.am): Likewise.
2304         * modules/mkdir-p (Makefile.am): Likewise.
2305         * modules/mkdir (Makefile.am): Likewise.
2306         * modules/mkdtemp (Makefile.am): Likewise.
2307         * modules/mkstemp (Makefile.am): Likewise.
2308         * modules/mktime (Makefile.am): Likewise.
2309         * modules/modechange (Makefile.am): Likewise.
2310         * modules/mountlist (Makefile.am): Likewise.
2311         * modules/nanosleep (Makefile.am): Likewise.
2312         * modules/obstack (Makefile.am): Likewise.
2313         * modules/openat (Makefile.am): Likewise.
2314         * modules/pagealign_alloc (Makefile.am): Likewise.
2315         * modules/pathmax (Makefile.am): Likewise.
2316         * modules/physmem (Makefile.am): Likewise.
2317         * modules/poll (Makefile.am): Likewise.
2318         * modules/posixtm (Makefile.am): Likewise.
2319         * modules/posixver (Makefile.am): Likewise.
2320         * modules/putenv (Makefile.am): Likewise.
2321         * modules/quote (Makefile.am): Likewise.
2322         * modules/quotearg (Makefile.am): Likewise.
2323         * modules/raise (Makefile.am): Likewise.
2324         * modules/read-file (Makefile.am): Likewise.
2325         * modules/readline (Makefile.am): Likewise.
2326         * modules/readlink (Makefile.am): Likewise.
2327         * modules/readtokens (Makefile.am): Likewise.
2328         * modules/readutmp (Makefile.am): Likewise.
2329         * modules/realloc (Makefile.am): Likewise.
2330         * modules/regex (Makefile.am): Likewise.
2331         * modules/rename-dest-slash (Makefile.am): Likewise.
2332         * modules/rename (Makefile.am): Likewise.
2333         * modules/rijndael (Makefile.am): Likewise.
2334         * modules/rmdir (Makefile.am): Likewise.
2335         * modules/rpmatch (Makefile.am): Likewise.
2336         * modules/safe-read (Makefile.am): Likewise.
2337         * modules/safe-write (Makefile.am): Likewise.
2338         * modules/same-inode (Makefile.am): Likewise.
2339         * modules/same (Makefile.am): Likewise.
2340         * modules/save-cwd (Makefile.am): Likewise.
2341         * modules/savedir (Makefile.am): Likewise.
2342         * modules/setenv (Makefile.am): Likewise.
2343         * modules/settime (Makefile.am): Likewise.
2344         * modules/sha1 (Makefile.am): Likewise.
2345         * modules/sig2str (Makefile.am): Likewise.
2346         * modules/snprintf (Makefile.am): Likewise.
2347         * modules/stat-macros (Makefile.am): Likewise.
2348         * modules/stat-time (Makefile.am): Likewise.
2349         * modules/stdbool (Makefile.am): Likewise.
2350         * modules/stdint (Makefile.am): Likewise.
2351         * modules/stdlib-safer (Makefile.am): Likewise.
2352         * modules/stpcpy (Makefile.am): Likewise.
2353         * modules/stpncpy (Makefile.am): Likewise.
2354         * modules/strcase (Makefile.am): Likewise.
2355         * modules/strcasestr (Makefile.am): Likewise.
2356         * modules/strchrnul (Makefile.am): Likewise.
2357         * modules/strcspn (Makefile.am): Likewise.
2358         * modules/strdup (Makefile.am): Likewise.
2359         * modules/strerror (Makefile.am): Likewise.
2360         * modules/strftime (Makefile.am): Likewise.
2361         * modules/strndup (Makefile.am): Likewise.
2362         * modules/strnlen (Makefile.am): Likewise.
2363         * modules/strpbrk (Makefile.am): Likewise.
2364         * modules/strsep (Makefile.am): Likewise.
2365         * modules/strstr (Makefile.am): Likewise.
2366         * modules/strtod (Makefile.am): Likewise.
2367         * modules/strtoimax (Makefile.am): Likewise.
2368         * modules/strtok_r (Makefile.am): Likewise.
2369         * modules/strtol (Makefile.am): Likewise.
2370         * modules/strtoll (Makefile.am): Likewise.
2371         * modules/strtoul (Makefile.am): Likewise.
2372         * modules/strtoull (Makefile.am): Likewise.
2373         * modules/strtoumax (Makefile.am): Likewise.
2374         * modules/strverscmp (Makefile.am): Likewise.
2375         * modules/sys_socket (Makefile.am): Likewise.
2376         * modules/sys_stat (Makefile.am): Likewise.
2377         * modules/sysexits (Makefile.am): Likewise.
2378         * modules/time_r (Makefile.am): Likewise.
2379         * modules/timegm (Makefile.am): Likewise.
2380         * modules/timespec (Makefile.am): Likewise.
2381         * modules/tmpfile-safer (Makefile.am): Likewise.
2382         * modules/trim (Makefile.am): Likewise.
2383         * modules/unistd-safer (Makefile.am): Likewise.
2384         * modules/unlinkdir (Makefile.am): Likewise.
2385         * modules/unlocked-io (Makefile.am): Likewise.
2386         * modules/userspec (Makefile.am): Likewise.
2387         * modules/utime (Makefile.am): Likewise.
2388         * modules/utimecmp (Makefile.am): Likewise.
2389         * modules/utimens (Makefile.am): Likewise.
2390         * modules/vasnprintf (Makefile.am): Likewise.
2391         * modules/vasprintf (Makefile.am): Likewise.
2392         * modules/vsnprintf (Makefile.am): Likewise.
2393         * modules/xalloc (Makefile.am): Likewise.
2394         * modules/xgetcwd (Makefile.am): Likewise.
2395         * modules/xnanosleep (Makefile.am): Likewise.
2396         * modules/xreadlink (Makefile.am): Likewise.
2397         * modules/xstrtod (Makefile.am): Likewise.
2398         * modules/xstrtol (Makefile.am): Likewise.
2399         * modules/xstrtold (Makefile.am): Likewise.
2400         * modules/yesno (Makefile.am): Likewise.
2401         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
2402
2403 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2404
2405         * modules/error (Makefile.am): Distribute files through
2406         EXTRA_DIST, not lib_SOURCES.
2407
2408 2006-10-12  Eric Blake  <ebb9@byu.net>
2409
2410         * modules/error (Makefile.am): Distribute files in /lib.
2411         * modules/obstack (Makefile.am): Likewise.
2412
2413 2006-10-12  Bruno Haible  <bruno@clisp.org>
2414
2415         * modules/acl (Makefile.am): Distribute all files in lib/ through
2416         EXTRA_DIST.
2417         * modules/arcfour (Makefile.am): Likewise.
2418         * modules/arctwo (Makefile.am): Likewise.
2419         * modules/argmatch (Makefile.am): Likewise.
2420         * modules/argz (Makefile.am): Likewise.
2421         * modules/atexit (Makefile.am): Likewise.
2422         * modules/backupfile (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/cycle-check (Makefile.am): Likewise.
2437         * modules/des (Makefile.am): Likewise.
2438         * modules/dirfd (Makefile.am): Likewise.
2439         * modules/dirname (Makefile.am): Likewise.
2440         * modules/dup2 (Makefile.am): Likewise.
2441         * modules/euidaccess (Makefile.am): Likewise.
2442         * modules/exclude (Makefile.am): Likewise.
2443         * modules/exitfail (Makefile.am): Likewise.
2444         * modules/fcntl-safer (Makefile.am): Likewise.
2445         * modules/file-type (Makefile.am): Likewise.
2446         * modules/fileblocks (Makefile.am): Likewise.
2447         * modules/filemode (Makefile.am): Likewise.
2448         * modules/filenamecat (Makefile.am): Likewise.
2449         * modules/fnmatch (Makefile.am): Likewise.
2450         * modules/fopen-safer (Makefile.am): Likewise.
2451         * modules/fpending (Makefile.am): Likewise.
2452         * modules/fprintftime (Makefile.am): Likewise.
2453         * modules/free (Makefile.am): Likewise.
2454         * modules/fsusage (Makefile.am): Likewise.
2455         * modules/ftruncate (Makefile.am): Likewise.
2456         * modules/fts (Makefile.am): Likewise.
2457         * modules/gc (Makefile.am): Likewise.
2458         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2459         * modules/getaddrinfo (Makefile.am): Likewise.
2460         * modules/getcwd (Makefile.am): Likewise.
2461         * modules/getdelim (Makefile.am): Likewise.
2462         * modules/getdomainname (Makefile.am): Likewise.
2463         * modules/getgroups (Makefile.am): Likewise.
2464         * modules/gethostname (Makefile.am): Likewise.
2465         * modules/gethrxtime (Makefile.am): Likewise.
2466         * modules/getline (Makefile.am): Likewise.
2467         * modules/getloadavg (Makefile.am): Likewise.
2468         * modules/getlogin_r (Makefile.am): Likewise.
2469         * modules/getopt (Makefile.am): Likewise.
2470         * modules/getpass (Makefile.am): Likewise.
2471         * modules/getpass-gnu (Makefile.am): Likewise.
2472         * modules/getsubopt (Makefile.am): Likewise.
2473         * modules/gettime (Makefile.am): Likewise.
2474         * modules/gettimeofday (Makefile.am): Likewise.
2475         * modules/getugroups (Makefile.am): Likewise.
2476         * modules/getusershell (Makefile.am): Likewise.
2477         * modules/glob (Makefile.am): Likewise.
2478         * modules/group-member (Makefile.am): Likewise.
2479         * modules/hard-locale (Makefile.am): Likewise.
2480         * modules/hash (Makefile.am): Likewise.
2481         * modules/hmac-md5 (Makefile.am): Likewise.
2482         * modules/hmac-sha1 (Makefile.am): Likewise.
2483         * modules/human (Makefile.am): Likewise.
2484         * modules/idcache (Makefile.am): Likewise.
2485         * modules/imaxabs (Makefile.am): Likewise.
2486         * modules/imaxdiv (Makefile.am): Likewise.
2487         * modules/inet_ntop (Makefile.am): Likewise.
2488         * modules/inet_pton (Makefile.am): Likewise.
2489         * modules/inttostr (Makefile.am): Likewise.
2490         * modules/isapipe (Makefile.am): Likewise.
2491         * modules/lchown (Makefile.am): Likewise.
2492         * modules/long-options (Makefile.am): Likewise.
2493         * modules/lstat (Makefile.am): Likewise.
2494         * modules/malloc (Makefile.am): Likewise.
2495         * modules/mathl (Makefile.am): Likewise.
2496         * modules/mbchar (Makefile.am): Likewise.
2497         * modules/md2 (Makefile.am): Likewise.
2498         * modules/md4 (Makefile.am): Likewise.
2499         * modules/md5 (Makefile.am): Likewise.
2500         * modules/memcasecmp (Makefile.am): Likewise.
2501         * modules/memchr (Makefile.am): Likewise.
2502         * modules/memcmp (Makefile.am): Likewise.
2503         * modules/memcoll (Makefile.am): Likewise.
2504         * modules/memcpy (Makefile.am): Likewise.
2505         * modules/memmem (Makefile.am): Likewise.
2506         * modules/memmove (Makefile.am): Likewise.
2507         * modules/mempcpy (Makefile.am): Likewise.
2508         * modules/memrchr (Makefile.am): Likewise.
2509         * modules/memset (Makefile.am): Likewise.
2510         * modules/memxor (Makefile.am): Likewise.
2511         * modules/mkancesdirs (Makefile.am): Likewise.
2512         * modules/mkdir (Makefile.am): Likewise.
2513         * modules/mkdir-p (Makefile.am): Likewise.
2514         * modules/mkdtemp (Makefile.am): Likewise.
2515         * modules/mkstemp (Makefile.am): Likewise.
2516         * modules/mktime (Makefile.am): Likewise.
2517         * modules/modechange (Makefile.am): Likewise.
2518         * modules/mountlist (Makefile.am): Likewise.
2519         * modules/nanosleep (Makefile.am): Likewise.
2520         * modules/openat (Makefile.am): Likewise.
2521         * modules/pagealign_alloc (Makefile.am): Likewise.
2522         * modules/physmem (Makefile.am): Likewise.
2523         * modules/poll (Makefile.am): Likewise.
2524         * modules/posixtm (Makefile.am): Likewise.
2525         * modules/posixver (Makefile.am): Likewise.
2526         * modules/putenv (Makefile.am): Likewise.
2527         * modules/quote (Makefile.am): Likewise.
2528         * modules/quotearg (Makefile.am): Likewise.
2529         * modules/raise (Makefile.am): Likewise.
2530         * modules/read-file (Makefile.am): Likewise.
2531         * modules/readline (Makefile.am): Likewise.
2532         * modules/readlink (Makefile.am): Likewise.
2533         * modules/readtokens (Makefile.am): Likewise.
2534         * modules/readutmp (Makefile.am): Likewise.
2535         * modules/realloc (Makefile.am): Likewise.
2536         * modules/regex (Makefile.am): Likewise.
2537         * modules/rename (Makefile.am): Likewise.
2538         * modules/rename-dest-slash (Makefile.am): Likewise.
2539         * modules/rijndael (Makefile.am): Likewise.
2540         * modules/rmdir (Makefile.am): Likewise.
2541         * modules/rpmatch (Makefile.am): Likewise.
2542         * modules/safe-read (Makefile.am): Likewise.
2543         * modules/safe-write (Makefile.am): Likewise.
2544         * modules/same (Makefile.am): Likewise.
2545         * modules/save-cwd (Makefile.am): Likewise.
2546         * modules/savedir (Makefile.am): Likewise.
2547         * modules/setenv (Makefile.am): Likewise.
2548         * modules/settime (Makefile.am): Likewise.
2549         * modules/sha1 (Makefile.am): Likewise.
2550         * modules/sig2str (Makefile.am): Likewise.
2551         * modules/snprintf (Makefile.am): Likewise.
2552         * modules/stdlib-safer (Makefile.am): Likewise.
2553         * modules/stpcpy (Makefile.am): Likewise.
2554         * modules/stpncpy (Makefile.am): Likewise.
2555         * modules/strcase (Makefile.am): Likewise.
2556         * modules/strcasestr (Makefile.am): Likewise.
2557         * modules/strchrnul (Makefile.am): Likewise.
2558         * modules/strcspn (Makefile.am): Likewise.
2559         * modules/strdup (Makefile.am): Likewise.
2560         * modules/strerror (Makefile.am): Likewise.
2561         * modules/strftime (Makefile.am): Likewise.
2562         * modules/strndup (Makefile.am): Likewise.
2563         * modules/strnlen (Makefile.am): Likewise.
2564         * modules/strpbrk (Makefile.am): Likewise.
2565         * modules/strsep (Makefile.am): Likewise.
2566         * modules/strstr (Makefile.am): Likewise.
2567         * modules/strtod (Makefile.am): Likewise.
2568         * modules/strtoimax (Makefile.am): Likewise.
2569         * modules/strtok_r (Makefile.am): Likewise.
2570         * modules/strtol (Makefile.am): Likewise.
2571         * modules/strtoll (Makefile.am): Likewise.
2572         * modules/strtoul (Makefile.am): Likewise.
2573         * modules/strtoull (Makefile.am): Likewise.
2574         * modules/strtoumax (Makefile.am): Likewise.
2575         * modules/strverscmp (Makefile.am): Likewise.
2576         * modules/time_r (Makefile.am): Likewise.
2577         * modules/timegm (Makefile.am): Likewise.
2578         * modules/tmpfile-safer (Makefile.am): Likewise.
2579         * modules/unistd-safer (Makefile.am): Likewise.
2580         * modules/unlinkdir (Makefile.am): Likewise.
2581         * modules/userspec (Makefile.am): Likewise.
2582         * modules/utime (Makefile.am): Likewise.
2583         * modules/utimecmp (Makefile.am): Likewise.
2584         * modules/utimens (Makefile.am): Likewise.
2585         * modules/vasnprintf (Makefile.am): Likewise.
2586         * modules/vasprintf (Makefile.am): Likewise.
2587         * modules/vsnprintf (Makefile.am): Likewise.
2588         * modules/xalloc (Makefile.am): Likewise.
2589         * modules/xgetcwd (Makefile.am): Likewise.
2590         * modules/xnanosleep (Makefile.am): Likewise.
2591         * modules/xreadlink (Makefile.am): Likewise.
2592         * modules/xstrtod (Makefile.am): Likewise.
2593         * modules/xstrtol (Makefile.am): Likewise.
2594         * modules/xstrtold (Makefile.am): Likewise.
2595         * modules/yesno (Makefile.am): Likewise.
2596
2597 2006-10-12  Jim Meyering  <jim@meyering.net>
2598
2599         * m4/getloadavg.m4: Revert the change below.
2600
2601         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
2602         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
2603         fail with a symlink, which is what coreutils' ./bootstrap now
2604         creates by default.
2605
2606 2006-10-12  Bruno Haible  <bruno@clisp.org>
2607
2608         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
2609         mingw.
2610         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
2611         MSVC and mingw explicitly.
2612
2613 2006-10-11  Simon Josefsson  <jas@extundo.com>
2614             Bruno Haible  <bruno@clisp.org>
2615
2616         Add support for multiple gnulib-tool invocations in the scope of a
2617         single configure.ac file.
2618         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
2619         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
2620         with the same contents as the _LIBADD variable.
2621         (func_emit_initmacro_start, func_emit_initmacro_end,
2622         func_emit_initmacro_done): New functions.
2623         (func_import, func_create_testdir): Invoke them. Allow the identifiers
2624         gl_LIBOBJS and gl_LTLIBOBJS.
2625
2626 2006-10-11  Bruno Haible  <bruno@clisp.org>
2627
2628         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
2629         (func_create_testdir): Don't create po/Makefile.am, don't invoke
2630         autoreconf. Instead, invoke autopoint explicitly but move back the
2631         *.m4 files from gnulib.
2632
2633 2006-10-11  Bruno Haible  <bruno@clisp.org>
2634
2635         * gnulib-tool (func_usage): Make module names after --create-testdir
2636         optional.
2637         (func_create_testdir): If no module was specified, use nearly all
2638         modules.
2639
2640 2006-10-12  Jim Meyering  <jim@meyering.net>
2641
2642         Big performance improvement for fts-based tools that use FTS_NOSTAT.
2643         Avoid spurious inode-mismatch problems on non-POSIX file systems.
2644         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
2645         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
2646         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
2647         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
2648         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
2649         (fts_set_stat_required): New function.
2650         (fts_open): Defer the calls to fts_stat, if possible or requested.
2651         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
2652         into fts_stat itself.
2653         (fts_read): Perform any required (deferred) fts_stat call.
2654         (fts_build): Likewise, for the directory we're about to open and read.
2655         In the readdir loop, carefully decide whether each entry will require
2656         an eventual call to fts_stat, using dirent.d_type info if available.
2657         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
2658         a command line argument into this function.  Update all callers.
2659         Map a return value of FTS_DOT to FTS_D for a command line argument.
2660         * modules/fts (Depends-on): Add d-type.  Alphabetize.
2661         Thanks to Miklos Szeredi for his tenacity and for the initial
2662         bug report about "find" failing on a FUSE-based file system.
2663
2664         * lib/fts.c (fts_open): Use consistent indentation.
2665
2666 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2667
2668         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
2669         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
2670         reported by Jim Meyering.  All uses of cache variables renamed
2671         to match Autoconf's.
2672         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
2673         the other one.
2674
2675         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
2676         Fix misspelling in diagnostic.
2677
2678 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2679
2680         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
2681         defined.  Problem reported by Matthew Woehlke.
2682
2683         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2684         Add support for Tandem NonStop R series.
2685         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
2686         Use new macro.
2687
2688         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
2689         (has_trailing_slash): Omit size arg; all callers changed.
2690         Omit 'inline', since it doesn't help performance and we'd
2691         need to configure it.
2692         Don't count //, ///, etc. as having a trailing slash.
2693         As a side effect, this removes a C99ism reported by Matthew Woehlke.
2694         (rpl_rename_dest_slash): On failure, use rename's errno rather
2695         than (in some cases) an incorrect or junk errno.
2696         Simplify code by removing need to compute length; this does
2697         cause it to make two passes instead of one over the file name,
2698         but it's worth it.
2699
2700         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
2701         change, since Autoconf's version may no longer be appropriate now
2702         that we are using CVS Autoconf's version.  Add support for Tandem.
2703
2704 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2705             Bruno Haible  <bruno@clisp.org>
2706
2707         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
2708         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2709         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
2710         gl_AC_TYPE_LONG_LONG.
2711
2712         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
2713         instead of HAVE_LONG_LONG.
2714         * lib/printf-args.c (printf_fetchargs): Likewise.
2715         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
2716         * lib/vasnprintf.c (VASNPRINTF): Likewise.
2717         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
2718         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
2719         gl_AC_TYPE_LONG_LONG.
2720
2721 2006-10-11  Bruno Haible  <bruno@clisp.org>
2722
2723         * m4/longlong.m4: Add comments.
2724         * m4/ulonglong.m4: Likewise.
2725
2726 2006-10-10  Bruno Haible  <bruno@clisp.org>
2727
2728         Make it possible to #define stpcpy, strdup to aliases.
2729         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
2730         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
2731
2732 2006-10-10  Bruno Haible  <bruno@clisp.org>
2733
2734         Make it possible to #define gcd to an alias.
2735         * lib/gcd.c: Include config.h.
2736
2737 2006-10-10  Bruno Haible  <bruno@clisp.org>
2738
2739         Make it possible to #define c_isascii to an alias.
2740         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
2741         defined. Undefine the macros before defining them, to avoid gcc
2742         warnings.
2743         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
2744         define NO_C_CTYPE_MACROS early.
2745
2746 2006-10-10  Bruno Haible  <bruno@clisp.org>
2747
2748         Make it possible to #define set_program_name to an alias.
2749         * lib/progname.c: Don't undefine set_program_name; instead, undefine
2750         ENABLE_RELOCATABLE early.
2751
2752 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
2753
2754         Port to Tandem NSK OSS, which has 64-bit signed int but at most
2755         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
2756         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
2757         More generally, don't assume that 64-bit signed int is available
2758         if unsigned int is, and vice versa.
2759         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
2760         unsigned symbols, not on their signed counterparts.
2761         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
2762         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
2763         (UINT64_C, UINTMAX_C):
2764         Likewise.
2765         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
2766         unsigned counterparts.
2767         (Have_long_long, Unsigned): New macros.
2768         (Int): Renamed from INT.
2769         (strtoimax): Use the new macros.
2770         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
2771         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
2772         * modules/inttypes (inttypes.h): Substitute
2773         HAVE_UNSIGNED_LONG_LONG_INT.
2774         * modules/stdint (stdint.h): Likewise.
2775         (Files): Add m4/ulonglong.m4.
2776
2777 2006-10-10  Bruno Haible  <bruno@clisp.org>
2778
2779         Fix a gcc -Wshadow warning.
2780         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
2781         to 'bucket'.
2782         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
2783         gl_linked_indexof_from_to): Likewise.
2784         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
2785         Likewise.
2786         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
2787         Likewise.
2788         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
2789         Reported by Eric Blake.
2790
2791 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
2792
2793         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
2794         for NetBSD.  Problem reported by Bruno Haible.
2795
2796 2006-10-09  Jim Meyering  <jim@meyering.net>
2797
2798         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
2799         Patch from Bruno Haible.
2800
2801 2006-10-09  Jim Meyering  <jim@meyering.net>
2802
2803         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
2804         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
2805         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
2806
2807 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2808
2809         Don't include <config.h> twice; this doesn't work in some cases,
2810         e.g., when config.h has "#define intmax_t long long int" and
2811         we include <config.h>, <inttypes.h>, <config.h> in that order.
2812         Problem reported by Matthew Woehlke in:
2813         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
2814         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
2815         * lib/fts-cycle.c: Don't include config.h.
2816         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
2817         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
2818         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
2819         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
2820         inttypes.h.
2821         * lib/xstrtoumax.c: Likewise.
2822         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
2823         __strtol and the like, so that this module is more like its siblings.
2824         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
2825         Remove; no longer needed now that we assume gnulib inttypes.h.
2826
2827 2006-10-08  Bruno Haible  <bruno@clisp.org>
2828
2829         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
2830         option.
2831
2832 2006-10-07  Jim Meyering  <jim@meyering.net>
2833
2834         * modules/inttypes (inttypes.h): Revert what seems to have been
2835         an inadvertent part of today's change: use "|", not "/" in the
2836         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
2837
2838 2006-10-07  Bruno Haible  <bruno@clisp.org>
2839
2840         * modules/sublist: New file.
2841
2842 2006-10-07  Bruno Haible  <bruno@clisp.org>
2843
2844         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
2845         * modules/argz (argz.h): Likewise.
2846         * modules/arpa_inet (arpa/inet.h): Likewise.
2847         * modules/byteswap (byteswap.h): Likewise.
2848         * modules/configmake (configmake.h): Likewise.
2849         * modules/fcntl (fcntl.h): Likewise.
2850         * modules/fnmatch (fnmatch.h): Likewise.
2851         * modules/getopt (getopt.h): Likewise.
2852         * modules/glob (glob.h): Likewise.
2853         * modules/inttypes (inttypes.h): Likewise.
2854         * modules/netinet_in (netinet/in.h): Likewise.
2855         * modules/poll (poll.h): Likewise.
2856         * modules/stdbool (stdbool.h): Likewise.
2857         * modules/stdint (stdint.h): Likewise.
2858         * modules/sys_select (sys/select.h): Likewise.
2859         * modules/sys_socket (sys/socket.h): Likewise.
2860         * modules/sys_stat (sys/stat.h): Likewise.
2861         * modules/sysexits (sysexits.h): Likewise.
2862         * modules/unistd (unistd.h): Likewise.
2863         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2864         Add a "DO NOT EDIT" comment to the generated file.
2865         (func_import): Likewise for gnulib-comp.m4.
2866
2867 2006-10-07  Bruno Haible  <bruno@clisp.org>
2868
2869         * lib/gl_sublist.h: New file.
2870         * lib/gl_sublist.c: New file.
2871
2872 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
2873
2874         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
2875         name (relative to the original working directory) and the file
2876         name component (relative to the temporary working directory).  All
2877         callers changed.
2878         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
2879         * lib/mkdir-p.c (make_dir_parents): Likewise.
2880         * lib/mkdir-p.h (make_dir_parents): Likewise.
2881
2882 2006-10-06  Eric Blake  <ebb9@byu.net>
2883
2884         Define several macros for use by the clean-temp module.
2885         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
2886         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
2887         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
2888
2889         * lib/clean-temp.h (close_stream_temp): New declaration.
2890         * lib/clean-temp.c (includes): Pull in headers according to what
2891         other modules are in use.
2892         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
2893
2894 2006-10-06  Bruno Haible  <bruno@clisp.org>
2895
2896         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
2897         instead of fopen, fwriteerror.
2898
2899 2006-10-06  Bruno Haible  <bruno@clisp.org>
2900
2901         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
2902         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
2903         int.
2904         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
2905         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
2906         Return an error indicator.
2907         Suggested by Eric Blake.
2908
2909 2006-10-06  Bruno Haible  <bruno@clisp.org>
2910
2911         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
2912         Reported by Eric Blake.
2913
2914 2006-10-06  Bruno Haible  <bruno@clisp.org>
2915
2916         * modules/closeout (Description): Mention stderr too.
2917
2918 2006-10-06  Bruno Haible  <bruno@clisp.org>
2919         and Paul Eggert  <eggert@cs.ucla.edu>
2920
2921         * lib/closeout.c (close_stdout): Also close stderr.
2922         * lib/closeout.h: Update comment.
2923
2924 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2925
2926         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
2927         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
2928         * lib/dirchownmod.c: Include lchown.h.
2929         * lib/lchown.c: Don't include files that lchown.h now includes.
2930         Don't declare chown, since lchown.h now does that.
2931         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
2932         (lchown): Define to rpl_chown if lchown is declared but
2933         does not exist.  Declare using a prototype if lchown is not
2934         declared.  Add a copyright notice.
2935         * lib/mkstemp.h: Include <unistd.h>.
2936         * lib/openat.c: Include lchown.h.
2937
2938         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
2939         we now test for that separately.
2940         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
2941         rather than O_NOFOLLOW, when testing whether it's possible to
2942         avoid a race condition reliably.
2943         * lib/savewd.c (savewd_chdir): Likewise.
2944
2945         Remove macros that are no longer needed now that stdint.h is
2946         reliable.
2947         * lib/fsusage.c (UINTMAX_MAX): Remove.
2948         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
2949         * lib/utimecmp.c (SIZE_MAX): Remove.
2950
2951         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
2952
2953         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
2954         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
2955         O_NOATIME works.
2956
2957 2006-10-05  Bruno Haible  <bruno@clisp.org>
2958
2959         * lib/gl_list.h (gl_sortedlist_search_from_to,
2960         gl_sortedlist_indexof_from_to): New declarations.
2961         (gl_list_implementation): New fields sortedlist_search_from_to,
2962         sortedlist_indexof_from_to.
2963         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
2964         inline functions.
2965         * lib/gl_list.c (gl_sortedlist_search_from_to,
2966         gl_sortedlist_indexof_from_to): New functions.
2967         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
2968         function.
2969         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
2970         (gl_array_sortedlist_search_from_to): New function.
2971         (gl_array_list_implementation): Update.
2972         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
2973         function.
2974         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
2975         (gl_carray_sortedlist_search_from_to): New function.
2976         (gl_carray_list_implementation): Update.
2977         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
2978         gl_linked_sortedlist_indexof_from_to): New functions.
2979         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2980         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2981         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
2982         gl_tree_sortedlist_indexof_from_to): New functions.
2983         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2984         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2985         Update.
2986         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2987         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
2988         Update.
2989
2990 2006-10-05  Bruno Haible  <bruno@clisp.org>
2991
2992         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
2993         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
2994         (struct gl_list_implementation): Add fields search_from_to,
2995         indexof_from_to. Remove fields search, indexof.
2996         (gl_list_search): Use the search_from_to method.
2997         (gl_list_search_from, gl_list_search_from_to): New functions.
2998         (gl_list_indexof): Use the indexof_from_to method.
2999         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3000         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
3001         (gl_list_search_from, gl_list_search_from_to): New functions.
3002         (gl_list_indexof): Use the indexof_from_to method.
3003         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3004         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
3005         gl_array_indexof. Add start_index, end_index arguments.
3006         (gl_array_search_from_to): Renamed from gl_array_search. Add
3007         start_index, end_index arguments.
3008         (gl_array_remove, gl_array_list_implementation): Update.
3009         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
3010         gl_carray_indexof. Add start_index, end_index arguments.
3011         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
3012         start_index, end_index arguments.
3013         (gl_carray_remove, gl_carray_list_implementation): Update.
3014         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
3015         gl_linked_search. Add start_index, end_index arguments.
3016         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
3017         start_index, end_index arguments.
3018         (gl_linked_remove): Update.
3019         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3020         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3021         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
3022         field to 'size_t'.
3023         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
3024         gl_tree_search. Add start_index, end_index arguments.
3025         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3026         start_index, end_index arguments.
3027         (gl_tree_remove): Update.
3028         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3029         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3030         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
3031         function.
3032         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
3033         gl_tree_search. Add start_index, end_index arguments.
3034         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3035         start_index, end_index arguments.
3036         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3037         Update.
3038         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3039
3040 2006-10-05  Bruno Haible  <bruno@clisp.org>
3041
3042         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
3043
3044         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
3045         fwriteerror_temp): New declarations.
3046         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
3047         (descriptors): New variable.
3048         (cleanup): First, close the descriptors.
3049         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
3050         fclose_temp, fwriteerror_temp): New functions.
3051
3052 2006-10-04  Jim Meyering  <jim@meyering.net>
3053
3054         * lib/fts.c (fts_open): Tiny comment change.
3055
3056 2006-10-04  Bruno Haible  <bruno@clisp.org>
3057
3058         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
3059         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
3060         gl_LOCK_BODY.
3061         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
3062         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
3063         gl_LOCK_EARLY_BODY.
3064         (gl_LOCK): Require gl_LOCK_BODY.
3065
3066 2006-10-04  Bruno Haible  <bruno@clisp.org>
3067
3068         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
3069         (gl_oset_search_atleast): New declaration.
3070         (struct gl_oset_implementation): Add field 'search_atleast'.
3071         (gl_oset_search_atleast): New inline function.
3072         * lib/gl_oset.c (gl_oset_search_atleast): New function.
3073         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
3074         (gl_array_oset_implementation): Update.
3075         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
3076         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
3077         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
3078
3079 2006-10-04  Bruno Haible  <bruno@clisp.org>
3080
3081         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
3082
3083 2006-10-03  Bruno Haible  <bruno@clisp.org>
3084
3085         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
3086         from gl_avltreehash_list_implementation.
3087
3088 2006-10-03  Bruno Haible  <bruno@clisp.org>
3089
3090         * lib/gl_oset.c (gl_oset_add): Fix return type.
3091
3092 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
3093
3094         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
3095
3096 2006-10-02  Eric Blake  <ebb9@byu.net>
3097
3098         * modules/strnlen (Depends-on): Add extensions.
3099
3100 2006-10-02  Eric Blake  <ebb9@byu.net>
3101
3102         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
3103         definition in 2.60+.
3104
3105 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
3106
3107         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
3108         checks.
3109
3110 2006-10-02  Bruno Haible  <bruno@clisp.org>
3111
3112         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
3113         to the AUTOMAKE_OPTIONS.
3114         Reported by Jim Meyering.
3115
3116 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
3117
3118         Work around bug in Solaris 10 /proc file system:
3119         /proc/self/fd/NNN/.. isn't the parent directory of
3120         the directory whose file descriptor is NNN.  This needs to
3121         be worked around at run time, not compile time, since a
3122         program might be built on Solaris 8, where things work, and
3123         run on Solaris 10.
3124         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
3125         to use the following interface instead:
3126         (OPENAT_BUFFER_SIZE): New macro.
3127         (openat_proc_name): New function.
3128         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
3129         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
3130         Likewise.
3131         * lib/openat-proc.c: New file.
3132         * modules/openat (Files): Add lib/openat-proc.c.
3133         (Depends-on): Add same-inode, stdbool.
3134         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
3135
3136 2006-09-29  Bruno Haible  <bruno@clisp.org>
3137
3138         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
3139         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
3140         argument. Set stdout_closed before testing for ferror, not after.
3141         (fwriteerror, fwriteerror_no_ebadf): New functions.
3142
3143 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3144
3145         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
3146
3147 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
3148
3149         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
3150         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
3151
3152 2006-09-28  Jim Meyering  <jim@meyering.net>
3153
3154         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
3155         Include <unistd.h>.
3156
3157 2006-09-28  Bruno Haible  <bruno@clisp.org>
3158
3159         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
3160         * modules/linkedhash-list (Depends-on): Likewise.
3161         * modules/rbtreehash-list (Depends-on): Likewise.
3162
3163 2006-09-28  Bruno Haible  <bruno@clisp.org>
3164
3165         * lib/strndup.h: Simplify the redefinition of strndup.
3166         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
3167         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
3168
3169 2006-09-28  Bruno Haible  <bruno@clisp.org>
3170
3171         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
3172         * lib/gl_linkedhash_list.c: Likewise.
3173         * lib/gl_rbtreehash_list.c: Likewise.
3174
3175 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
3176
3177         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
3178         getaddrinfo.
3179
3180         * lib/__fpending.h: Don't include <stdio_ext.h> unless
3181         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
3182         it causes <stdio_ext.h> to cause a compile-time error.
3183         Problem reported by Nelson H. F. Beebe.
3184         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
3185         of HAVE_DECL___PENDING.
3186
3187         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
3188         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
3189         declaration.
3190
3191 2006-09-27  Jim Meyering  <jim@meyering.net>
3192
3193         This file could end up with a definition for a function
3194         named __strndup, rather than rpl_strndup on a system with
3195         incomplete weak_alias support.
3196         * lib/strndup.c (strndup): Rename from __strndup.
3197         Remove #defines that used to map __strndup to strndup.
3198         Don't use K&R prototypes.
3199         Remove LIBC-related code, since this file is not sync'd with glibc.
3200         * lib/strndup.h: Revamp, accordingly.
3201         * m4/strndup.m4: Modernize.
3202
3203 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3204
3205         * modules/savewd (Depends-on): Add 'raise'.
3206         * lib/savewd.c: Include <signal.h>, for 'raise'.
3207
3208 2006-09-26  Jim Meyering  <jim@meyering.net>
3209
3210         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
3211         when we detect Darwin 8.7.0's acl_get_file bug.
3212         Rearrange to perform the new (below) run-test while $LIBS
3213         contains any acl-related library.  Set USE_ACL at the end.
3214         (gl_ACL_GET_FILE): New function.
3215
3216 2006-09-26  Eric Blake  <ebb9@byu.net>
3217
3218         * lib/verror.c: Include <config.h> unconditionally.
3219
3220 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3221
3222         * modules/clock-time (Maintainer): Add self.
3223         * modules/getlogin_r (Depends-on): Add extensions.
3224
3225 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3226
3227         * modules/clock-time: New module.
3228         * modules/nanosleep (Depends-on): Add clock-time.
3229         * modules/gethrxtime (Depends-on): Likewise.
3230         * modules/gettime (Depends-on): Likewise.
3231         * modules/settime (Depends-on): Likewise.
3232
3233         * modules/fts-lgpl: Depend on openat.
3234         * modules/mkancesdirs: Depend on savewd.
3235         * modules/mkdir-p: Likewise.
3236
3237 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3238
3239         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
3240
3241         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
3242         `gl_have_arbitrary_file_name_length_limit' to
3243         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
3244         actually works between configure runs.
3245
3246 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3247             Bruno Haible  <bruno@clisp.org>
3248
3249         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
3250
3251 2006-09-25  Jim Meyering  <jim@meyering.net>
3252
3253         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
3254         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
3255
3256 2006-09-25  Eric Blake  <ebb9@byu.net>
3257
3258         * gnulib-tool (func_import, func_create_testdir): Fix typos in
3259         exec's in 2006-09-18 patch when shuffling fds.
3260
3261 2006-09-25  Bruno Haible  <bruno@clisp.org>
3262
3263         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
3264         Reported by Jim Meyering.
3265
3266 2006-09-24  Jim Meyering  <jim@meyering.net>
3267
3268         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
3269         compare a pointer against a literal "0".  That caused failures with
3270         at least HP-UX's hpcc.
3271
3272 2006-09-22  Simon Josefsson  <jas@extundo.com>
3273
3274         * modules/gc-sha1:
3275         * modules/gc-md4:
3276         * modules/gc-hmac-sha1:
3277         * modules/gc-hmac-md5:
3278         * modules/gc-des:
3279         * modules/gc-arcfour: Distribute more files.
3280
3281 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3282
3283         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
3284         (gl_linked_iterator_from_to): Initialize struct completely.
3285         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
3286         (gl_tree_iterator_from_to): Likewise
3287         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
3288         * lib/gl_array_list.c [lint] (gl_array_iterator)
3289         (gl_array_iterator_from_to): Likewise.
3290         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
3291         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
3292         (gl_carray_iterator_from_to): Likewise.
3293
3294         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
3295         * lib/md4.c (md4_process_block): Remove unused variable.
3296         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
3297         parentheses for clarity.
3298
3299 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3300
3301         * modules/bison-i18n (Depends-on): Add gettext.
3302
3303 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3304
3305         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
3306         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3307         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
3308         also add missing comma that caused broken test.
3309         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
3310         stdlib.h, for `abort'.
3311         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
3312         variables.
3313         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
3314         include unistd.h if present, for `rmdir'.
3315         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
3316         variables.
3317         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
3318         in the process include standard headers for prototypes.
3319         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
3320         gets declared on GNU/Linux.
3321         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
3322         unistd.h, for `rmdir'.
3323         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
3324
3325         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
3326         always true.
3327         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
3328
3329         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
3330
3331 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3332
3333         * gnulib-tool (func_version): Create output all at once.  This
3334         may help avoid triggering unnecessary SIGPIPEs, and at any
3335         rate it doesn't hurt.
3336
3337 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3338             Bruno Haible  <bruno@clisp.org>
3339
3340         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
3341         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3342         * m4/signed.m4 (bh_C_SIGNED): Likewise.
3343
3344         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
3345         (gl_FUNC_VASPRINTF): Invoke it.
3346
3347 2006-09-22  Bruno Haible  <bruno@clisp.org>
3348
3349         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
3350         getloadavg.c as first argument.
3351
3352 2006-09-22  Bruno Haible  <bruno@clisp.org>
3353
3354         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
3355         at the beginning of the gl_INIT macro.
3356         * modules/getloadavg (configure.ac): Pass $gl_source_base to
3357         gl_GETLOADAVG.
3358
3359 2006-09-22  Bruno Haible  <bruno@clisp.org>
3360
3361         * gnulib-tool (func_create_megatestdir): Don't include the config-h
3362         module.
3363         Suggested by Ralf Wildenhues.
3364
3365 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
3366
3367         Import this patch from libc:
3368
3369         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3370
3371         * lib/regex_internal.c (re_string_reconstruct): Handle
3372         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3373         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3374         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3375         re_string_context_at.
3376
3377         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
3378         now requires it.
3379         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
3380         gl_REGEX now does it for us.
3381         (gl_REGEX): Add test taken from
3382         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
3383
3384         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
3385         Check that large offsets work.  Modernize Autoconf usages.
3386         Prefer "yes" to mean a good thing rather than a bad.
3387         Don't put "#define mkstemp" in config.h, as this might interfere
3388         with standard system headers that "#define mkstemp mkstemp64".
3389
3390         * modules/mkstemp (Depends-on): Add extensions, so that
3391         mkstemp is visible on some platforms.
3392         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
3393         (Include): Change to "mkstemp.h" from <stdlib.h>.
3394         (Files): Add mkstemp.h.
3395
3396         * lib/mkstemp.h: New file, since some standard headers
3397         #define mkstemp.
3398         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
3399         Include "mkstemp.h".
3400         Make the _LIBC code resemble glibc original more,
3401         e.g., use K&R style.
3402         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
3403         (mkstemp): Remove, since mkstemp.h does this for us.
3404         * lib/stdlib--.h: Include mkstemp.h.
3405
3406         Import this patch from libc:
3407
3408         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3409
3410         * lib/tempname.c (__gen_tempname): Change attempts_min
3411         into a macro.  Use preprocessor to decide how to initialize
3412         attempts [Coverity CID 67].
3413
3414 2006-09-20  Bruno Haible  <bruno@clisp.org>
3415
3416         * lib/mkdtemp.c: Import from libc.
3417         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3418                 * sysdeps/posix/tempname.c (__gen_tempname): Change
3419                 attempts_min into a macro.  Use preprocessor to decide how to
3420                 initialize attempts [Coverity CID 67].
3421         2001-11-27  Paul Eggert  <eggert@twinsun.com>
3422                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
3423                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
3424
3425 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3426
3427         * gnulib-tool (func_exit): New function, to allow to pass the
3428         exit status portably through the trap.  Use everywhere.
3429         (--help, --version): Signal a write error.
3430         (trap): catch SIGPIPE, for write errors.
3431         Exit at the end of the trap, with the correct exit status.
3432
3433 2006-09-19  Karl Berry  <karl@gnu.org>
3434
3435         * doc/gnulib.texi: note about the license texinfo files.
3436
3437 2006-09-19  Eric Blake  <ebb9@byu.net>
3438
3439         * gnulib-tool: Avoid space-tab.
3440
3441 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3442
3443         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
3444         that prevented coreutils 6.1 from building.  Problem reported
3445         by Petter Reinholdtsen.
3446
3447 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3448
3449         * gnulib-tool (avoidlist): Fix typo that broke options like
3450         --avoid=lock that are used by coreutils bootstrap.
3451
3452 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
3453
3454         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
3455         more systematically.
3456
3457 2006-09-18  Jim Meyering  <jim@meyering.net>
3458
3459         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
3460
3461 2006-09-18  Bruno Haible  <bruno@clisp.org>
3462
3463         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
3464
3465 2006-09-18  Bruno Haible  <bruno@clisp.org>
3466
3467         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
3468         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
3469         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
3470         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
3471         * m4/gettext.m4: Require autoconf >= 2.52.
3472         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
3473         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
3474         of gl_cv_header_inttypes_h.
3475
3476 2006-09-18  Bruno Haible  <bruno@clisp.org>
3477
3478         * lib/javaversion.c: Include configmake.h.
3479
3480 2006-09-18  Bruno Haible  <bruno@clisp.org>
3481
3482         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
3483         avoid that the while loops be executed in a subshell.
3484
3485 2006-09-18  Bruno Haible  <bruno@clisp.org>
3486
3487         * MODULES.html.sh (func_module): Break long lines.
3488         Suggested by Bruce Korb <bkorb@gnu.org>.
3489
3490 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3491
3492         Speed up by a factor of 1.12.
3493         * gnulib-tool (nl): New variable.
3494         (func_import): Rewrite include directive extraction to only read each
3495         directive once.
3496
3497 2006-09-17  Bruno Haible  <bruno@clisp.org>
3498
3499         * modules/javaversion (Makefile.am): Remove DEFS setting.
3500         (Depends-on): Add configmake, for PKGDATADIR definition.
3501
3502 2006-09-17  Bruno Haible  <bruno@clisp.org>
3503
3504         * gnulib-tool (func_create_testdir): Rewrite all files at once.
3505
3506 2006-09-17  Bruno Haible  <bruno@clisp.org>
3507
3508         * gnulib-tool (func_append): New function, stolen from libtool.m4.
3509         (func_modules_transitive_closure, func_modules_add_dummy,
3510         func_modules_to_filelist, func_import, func_create_testdir,
3511         func_create_megatestdir, ...): Use it wherever possible.
3512         Suggested by Ralf Wildenhues.
3513
3514 2006-09-16  Karl Berry  <karl@gnu.org>
3515
3516         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
3517         to avoid sectioning errors.
3518         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
3519         [ifinfo]: blank line after @center-ed titles.
3520         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
3521         Spell FSF address consistently with others.
3522         (These changes approved by rms.)
3523
3524 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3525
3526         Speed up by a factor of 1.61.
3527         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
3528         already checked module names again.
3529
3530 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3531
3532         Speed up by a factor of 1.13.
3533         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
3534         for new_files, and the input to func_add_or_update.
3535
3536 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3537
3538         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
3539         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
3540
3541 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3542
3543         * modules/mkancesdirs (Depends-on): Add fcntl.
3544         * modules/savewd: New file.
3545         * MODULES.html.sh (File system functions): Add savewd.
3546
3547         * modules/configmake (Makefile.am): Add support for the
3548         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
3549
3550 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3551
3552         * m4/savewd.m4: New file.
3553
3554 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3555
3556         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
3557         (dirchownmod): New arg FD.  All callers changed.
3558         Use FD rather than opening the directory ourself, as opening is
3559         now the caller's responsibility.
3560         * lib/dirchownmod.h: Likewise.
3561         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
3562         hosts that require <sys/types.h> before <sys/stat.h>.  Include
3563         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
3564         (test_dir): Remove.
3565         (mkancesdirs): Return length of prefix of FILE that has already
3566         been made, or -2 if there is a child doing the work.  Redo
3567         algorithm so that it is O(N) rather than O(N**2).  Optimize away
3568         ".", and treat ".." specially since it might stray back into
3569         already-created areas.  Use a subprocess if necessary.  New arg
3570         WD; all users changed.  MAKE_DIR function should now return 1
3571         if it creates a directory that is not readable.  Return -2 if
3572         a child process is spun off.
3573         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
3574         Adjust signature to match code.
3575         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
3576         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
3577         all users changed.
3578         * lib/savewd.c, lib/savewd.h: New files.
3579
3580 2006-09-15  Jim Meyering  <jim@meyering.net>
3581
3582         * modules/rename-dest-slash: New module.
3583         * MODULES.html.sh (posix_compat): Add it here.
3584
3585         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
3586
3587 2006-09-15  Jim Meyering  <jim@meyering.net>
3588
3589         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
3590         file.
3591
3592         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
3593
3594 2006-09-15  Jim Meyering  <jim@meyering.net>
3595
3596         * lib/rename-dest-slash.c (has_trailing_slash): Use
3597         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
3598         (rpl_rename_dest_slash): Perform the cheaper trailing slash
3599         test before testing whether SRC is a directory.
3600         Suggestions from Bruno Haible.
3601
3602         Avoid a warning about an unused variable.
3603         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
3604         into the #ifdef block where it's used.
3605
3606         * lib/rename-dest-slash.c: New file.
3607
3608 2006-09-14  Bruno Haible  <bruno@clisp.org>
3609
3610         * lib/allocsa.c: Include <config.h> unconditionally.
3611         * lib/asnprintf.c: Likewise.
3612         * lib/asprintf.c: Likewise.
3613         * lib/c-strcasecmp.c: Likewise.
3614         * lib/c-strcasestr.c: Likewise.
3615         * lib/c-strncasecmp.c: Likewise.
3616         * lib/c-strstr.c: Likewise.
3617         * lib/classpath.c: Likewise.
3618         * lib/clean-temp.c: Likewise.
3619         * lib/concatpath.c: Likewise.
3620         * lib/copy-file.c: Likewise.
3621         * lib/csharpcomp.c: Likewise.
3622         * lib/csharpexec.c: Likewise.
3623         * lib/execute.c: Likewise.
3624         * lib/fatal-signal.c: Likewise.
3625         * lib/findprog.c: Likewise.
3626         * lib/fwriteerror.c: Likewise.
3627         * lib/gl_array_list.c: Likewise.
3628         * lib/gl_array_oset.c: Likewise.
3629         * lib/gl_avltree_list.c: Likewise.
3630         * lib/gl_avltree_oset.c: Likewise.
3631         * lib/gl_avltreehash_list.c: Likewise.
3632         * lib/gl_carray_list.c: Likewise.
3633         * lib/gl_linked_list.c: Likewise.
3634         * lib/gl_linkedhash_list.c: Likewise.
3635         * lib/gl_list.c: Likewise.
3636         * lib/gl_oset.c: Likewise.
3637         * lib/gl_rbtree_list.c: Likewise.
3638         * lib/gl_rbtree_oset.c: Likewise.
3639         * lib/gl_rbtreehash_list.c: Likewise.
3640         * lib/imaxabs.c: Likewise.
3641         * lib/imaxdiv.c: Likewise.
3642         * lib/javacomp.c: Likewise.
3643         * lib/javaexec.c: Likewise.
3644         * lib/javaversion.c: Likewise.
3645         * lib/linebreak.c: Likewise.
3646         * lib/localcharset.c: Likewise.
3647         * lib/lock.c: Likewise.
3648         * lib/mbchar.c: Likewise.
3649         * lib/mbswidth.c: Likewise.
3650         * lib/mkdtemp.c: Likewise.
3651         * lib/pipe.c: Likewise.
3652         * lib/printf-args.c: Likewise.
3653         * lib/printf-parse.c: Likewise.
3654         * lib/progname.c: Likewise.
3655         * lib/progreloc.c: Likewise.
3656         * lib/readlink.c: Likewise.
3657         * lib/sh-quote.c: Likewise.
3658         * lib/stpcpy.c: Likewise.
3659         * lib/stpncpy.c: Likewise.
3660         * lib/strcasecmp.c: Likewise.
3661         * lib/strcasestr.c: Likewise.
3662         * lib/strcspn.c: Likewise.
3663         * lib/striconv.c: Likewise.
3664         * lib/strncasecmp.c: Likewise.
3665         * lib/strnlen1.c: Likewise.
3666         * lib/strstr.c: Likewise.
3667         * lib/strtok_r.c: Likewise.
3668         * lib/tls.c: Likewise.
3669         * lib/tmpdir.c: Likewise.
3670         * lib/unicodeio.c: Likewise.
3671         * lib/unsetenv.c: Likewise.
3672         * lib/vasnprintf.c: Likewise.
3673         * lib/vasprintf.c: Likewise.
3674         * lib/wait-process.c: Likewise.
3675         * lib/xallocsa.c: Likewise.
3676         * lib/xsetenv.c: Likewise.
3677         * lib/xstriconv.c: Likewise.
3678
3679 2006-09-13  Simon Josefsson  <jas@extundo.com>
3680
3681         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
3682         that internally, suggested by Ralf Wildenhues
3683         <Ralf.Wildenhues@gmx.de>.
3684
3685 2006-09-13  Simon Josefsson  <jas@extundo.com>
3686
3687         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
3688         @LIBOBJS@.
3689         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3690
3691 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3692
3693         * lib/_fpending.c: Include <config.h> unconditionally, since we no
3694         longer worry about uses that don't define HAVE_CONFIG_H.
3695         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
3696         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
3697         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
3698         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
3699         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
3700         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
3701         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
3702         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
3703         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
3704         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
3705         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
3706         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
3707         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
3708         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
3709         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
3710         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
3711         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
3712         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
3713         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
3714         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
3715         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
3716         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
3717         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
3718         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
3719         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
3720         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
3721         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
3722         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
3723         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
3724         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
3725         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
3726         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
3727         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
3728         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
3729         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
3730         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
3731         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
3732         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
3733         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
3734         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
3735         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
3736         Likewise.
3737
3738 2006-09-13  Eric Blake  <ebb9@byu.net>
3739
3740         * lib/getopt.c: Fix typo in last commit.
3741
3742 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3743
3744         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
3745         dgettext.
3746
3747 2006-09-12  Jim Meyering  <jim@meyering.net>
3748
3749         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
3750         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
3751         Reported by Nelson H. F. Beebe.
3752
3753 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3754
3755         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
3756         program_invocation_name and program_invocation_short_name are
3757         initialized.
3758         * lib/argp-namefrob.h: Move declarations of program_invocation_name
3759         and program_invocation_short_name to argp.h, so they are visible
3760         to user programs.
3761         * lib/argp.h: Likewise
3762
3763 2006-09-10  Bruno Haible  <bruno@clisp.org>
3764
3765         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3766         m4/inttypes_h.m4, m4/uintmax_t.m4.
3767
3768 2006-09-10  Bruno Haible  <bruno@clisp.org>
3769
3770         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
3771         gl_AC_TYPE_UINTMAX_T.
3772
3773 2006-09-10  Bruno Haible  <bruno@clisp.org>
3774
3775         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
3776
3777 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
3778
3779         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
3780         convention.  Text proposed by Bruno Haible.
3781         (struct argp_option): Document the use of N_() wrappers.
3782
3783         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
3784         '\v', and translate the two parts separately, instead of feeding
3785         the whole string to gettext.  This allows to exclude
3786         '\v' from the strings visible to the translator by writing doc
3787         strings as N_("..") "\v" N_("..").
3788
3789 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
3790
3791         * config/srclist.txt: Undo latest change; the bug was fixed.
3792
3793 2006-09-09  Bruno Haible  <bruno@clisp.org>
3794
3795         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
3796         assignments if building a library without libtool.
3797         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
3798         in func_emit_lib_Makefile_am.
3799         (func_import): When building a static library libfoo.a, arrange to
3800         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
3801         (func_create_testdir): Likewise.
3802         * modules/gc (configure.ac, Makefile.am): If building statically,
3803         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
3804         * modules/iconvme (configure.ac, Makefile.am): Likewise.
3805         * modules/striconv (configure.ac, Makefile.am): Likewise.
3806         Based on a suggestion by Ralf Wildenhues.
3807
3808 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3809
3810         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3811         Check for unistd.h too, since Autoconf doesn't assume POSIX.
3812         Also:
3813
3814         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3815         Add year_2050_test to catch glibc bug 2821
3816         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3817
3818         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3819         Prefer #ifdef to #if.
3820
3821         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3822         Return from 'main' instead of calling 'exit'.
3823
3824 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3825
3826         * lib/mktime.c (guess_time_tm): Fix bug where mktime
3827         returned the maximum time_t value rather than (time_t) -1.
3828         Problem originally reported by William Bardwell
3829         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3830
3831         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3832         Moved to here ...
3833         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3834         ... from here.
3835
3836 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3837
3838         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
3839         2821 is fixed.
3840
3841 2006-09-08  Jim Meyering  <jim@meyering.net>
3842
3843         Don't make generated files read-only.  That would bother too many
3844         people.  However, do retain the ability to work when targets are
3845         read-only: remove the destination and temporary files before writing
3846         them (when generated via sed or echo), or by using the -f option for
3847         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
3848         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3849         * modules/byteswap, modules/configmake, modules/fcntl:
3850         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3851         * modules/localcharset, modules/netinet_in, modules/poll:
3852         * modules/stdbool, modules/stdint, modules/sys_select:
3853         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3854
3855 2006-09-08  Jim Meyering  <jim@meyering.net>
3856
3857         Avoid new build failure on FreeBSD 6.0.
3858         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
3859         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
3860         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
3861
3862 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3863
3864         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
3865
3866 2006-09-07  Jim Meyering  <jim@meyering.net>
3867
3868         Fix global typo in last change: use chmod u-w, not chmod u-x.
3869         Spotted by Paul Eggert and Bruce Korb.
3870         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3871         * modules/byteswap, modules/configmake, modules/fcntl:
3872         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3873         * modules/localcharset, modules/netinet_in, modules/poll:
3874         * modules/stdbool, modules/stdint, modules/sys_select:
3875         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3876
3877 2006-09-06  Jim Meyering  <jim@meyering.net>
3878
3879         Make generated files be read-only.
3880         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
3881         Ensure that each generated file is now read-only.
3882         * modules/argz: Likewise.
3883         * modules/arpa_inet: Likewise.
3884         * modules/byteswap: Likewise.
3885         * modules/configmake: Likewise.
3886         * modules/fcntl: Likewise.
3887         * modules/fnmatch: Likewise.
3888         * modules/getopt: Likewise.
3889         * modules/glob: Likewise.
3890         * modules/inttypes: Likewise.
3891         * modules/netinet_in: Likewise.
3892         * modules/poll: Likewise.
3893         * modules/stdbool: Likewise.
3894         * modules/stdint: Likewise.
3895         * modules/sys_select: Likewise.
3896         * modules/sys_socket: Likewise.
3897         * modules/sys_stat: Likewise.
3898         * modules/sysexits: Likewise.
3899         * modules/localcharset: Same as above, but continue using temporary
3900         file named "t-$@" (why different?) rather than the "$@-t" used
3901         everywhere else.
3902
3903         * modules/sysexits (Makefile.am): Replace literal occurrences
3904         of "sysexit.h" more readable, and more consistent, "$@".
3905
3906 2006-09-06  Bruno Haible  <bruno@clisp.org>
3907
3908         * modules/striconv: New file.
3909         * modules/xstriconv: New file.
3910         * MODULES.html.sh (Internationalization functions): Add striconv,
3911         xstriconv.
3912
3913 2006-09-06  Bruno Haible  <bruno@clisp.org>
3914
3915         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
3916         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
3917         not using libtool correctly.
3918
3919 2006-09-06  Bruno Haible  <bruno@clisp.org>
3920
3921         * lib/striconv.h: New file.
3922         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
3923         iconvstring.c.
3924         * lib/xstriconv.h: New file.
3925         * lib/xstriconv.c: New file.
3926
3927 2006-09-06  Bruno Haible  <bruno@clisp.org>
3928
3929         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3930         lib_..._LDFLAGS.
3931
3932 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3933
3934         * lib/argz_.h: Sync from Libtool.
3935
3936         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
3937                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3938
3939         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
3940
3941 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3942
3943         * modules/trim: New file.
3944
3945 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3946
3947         * lib/trim.h: New file.
3948         * lib/trim.c: New file.
3949
3950 2006-09-05  Bruno Haible  <bruno@clisp.org>
3951
3952         * MODULES.html.sh (String handling): Add trim.
3953
3954 2006-09-04  Karl Berry  <karl@gnu.org>
3955
3956         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
3957         until next release.
3958
3959 2006-09-03  Bruno Haible  <bruno@clisp.org>
3960
3961         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
3962         correctly.
3963
3964 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3965
3966         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
3967         not gl_GETLOADAVG.  Omit unneeded semicolons.
3968         Problems reported by Ralf Wildenhues in
3969         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3970         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
3971         at the end, which is the usual gnulib style.
3972
3973         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
3974         of doing all the work ourselves.
3975         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
3976         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
3977
3978 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3979
3980         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
3981         Problem reported by Ralf Wildenhues in
3982         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3983
3984         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
3985         HAVE_STRUCT_STATFS_F_FSTYPENAME.
3986
3987 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3988
3989         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
3990         yesterday's patch by changing test -n to test -z.
3991
3992 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3993
3994         * modules/getloadavg (Files): Add m4/getloadavg.m4.
3995         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
3996         the former is now obsolescent.
3997
3998         * modules/chdir-long (Depends-on): Add fcntl.
3999
4000 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4001
4002         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
4003         obsolescent, and programs should use gnulib instead.
4004         * m4/getloadavg.m4: New file, with contents taken from Autoconf
4005         but with prefixes changed.
4006
4007 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4008
4009         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
4010         or stdbool.h, because they might not exist while configuring.
4011
4012         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
4013         Don't include unistd.h or limits.h; not needed, since chdir-long.h
4014         does that for us.
4015         (O_DIRECTORY): Remove.
4016
4017 2006-08-31  Eric Blake  <ebb9@byu.net>
4018
4019         * gnulib-tool: Don't let emacs change spaces to TAB.
4020
4021 2006-08-31  Bruno Haible  <bruno@clisp.org>
4022
4023         * gnulib-tool: When calling func_import more than once, do it in a
4024         subshell.
4025         Reported by Eric Blake <ebb9@byu.net>.
4026
4027 2006-08-31  Bruno Haible  <bruno@clisp.org>
4028
4029         * gnulib-tool (nl): Remove variable.
4030         (sed_transform_lib_file): Use more robust test for config-h module.
4031         (func_import): Fix typo in 2006-08-25 patch.
4032
4033 2006-08-31  Bruno Haible  <bruno@clisp.org>
4034
4035         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
4036         specified, augment Makefile.am variables instead of assigning them.
4037
4038 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4039
4040         Work around a bug in both the Linux and SunOS 64-bit kernels:
4041         nanosleep mishandles sleeps for longer than 2**31 seconds.
4042         Problem reported by Frank v Waveren in
4043         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4044         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
4045         Check for nanosleep bug.
4046         (LIB_NANOSLEEP): Append clock_gettime library if needed.
4047
4048 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4049
4050         Work around a bug in both the Linux and SunOS 64-bit kernels:
4051         nanosleep mishandles sleeps for longer than 2**31 seconds.
4052         Problem reported by Frank v Waveren in
4053         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4054         * lib/nanosleep.c (BILLION): New constant.
4055         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
4056         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
4057         implementation.
4058
4059 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4060
4061         * modules/nanosleep (Depends-on): Add gettime.
4062
4063 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4064         and Simon Josefsson  <jas@extundo.com>
4065         and Oskar Liljeblad  <oskar@osk.mine.nu>
4066
4067         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
4068         * gnulib-tool (func_import): New license type 'unmodifiable license
4069         text'.
4070         * modules/fdl: Use it.  Longer description.
4071         * module/gpl, module/lgpl: New files.
4072
4073 2006-08-30  Jim Meyering  <jim@meyering.net>
4074
4075         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
4076         shadowing the parameter.
4077
4078 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4079
4080         Sync from Libtool:
4081
4082         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4083
4084         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
4085         sharing with gnulib.  Report by Eric Blake.
4086
4087 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4088
4089         * modules/isapipe: New file.
4090         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
4091
4092 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4093
4094         * modules/configmake (Makefile.am): Add a comment, and omit
4095         the CONFIGMAKE_ prefix from generated macro names.  Suggested
4096         by Bruno Haible.
4097
4098 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4099
4100         * m4/isapipe.m4: New file.
4101
4102 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4103
4104         * lib/isapipe.c, lib/isapipe.h: New files.
4105
4106 2006-08-29  Jim Meyering  <jim@meyering.net>
4107
4108         * modules/configmake (Makefile.am): Make configmake.h depend on
4109         Makefile.  Otherwise, a stale configmake.h could hang around.
4110
4111 2006-08-29  Eric Blake  <ebb9@byu.net>
4112
4113         * lib/error.c (error_at_line, print_errno_message): Match libc, after
4114         resolution of upstream bug 3044.
4115
4116 2006-08-29  Bruno Haible  <bruno@clisp.org>
4117
4118         * modules/localcharset (Depends-on): Add configmake.
4119         (Makefile.am): Remove setting of LIBDIR through DEFS.
4120
4121 2006-08-29  Bruno Haible  <bruno@clisp.org>
4122
4123         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
4124         defined.
4125
4126 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4127
4128         * modules/fcntl: New file.
4129         * modules/chdir-safer (Depends-on): Add fcntl.
4130         * modules/fts: Likewise.
4131         * modules/mkdir-p: Likewise.
4132
4133         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
4134         This undoes the most recent change, since we're now addressing the
4135         problem in a different way.
4136
4137         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
4138         into output, since the output might be called Makefile.am even
4139         if $makefile_name is something different.
4140         (func_import): Use $makefile_am rather than
4141         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
4142         empty.
4143
4144         * modules/inttypes (Files): Add m4/inttypes-h.m4.
4145
4146 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4147
4148         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
4149         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
4150         recent change to stdint.m4, since we're now addressing the problem in a
4151         different way.
4152
4153 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4154
4155         * m4/fcntl_h.m4: New file.
4156
4157 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4158
4159         * lib/fcntl_.h: New file.
4160         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
4161         the fcntl module.
4162         * lib/dirchownmod.c: Likewise.
4163         * lib/fts.c: Likewise.
4164
4165         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
4166         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
4167         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
4168         just before including <inttypes.h>, to avoid circular inclusion.
4169
4170 2006-08-28  Jim Meyering  <jim@meyering.net>
4171
4172         * doc/visibility.texi: Actually read and correct the grammar of the
4173         sentence affected by yesterday's change.
4174
4175 2006-08-28  Eric Blake  <ebb9@byu.net>
4176
4177         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
4178         needs wrapper.
4179
4180 2006-08-28  Eric Blake  <ebb9@byu.net>
4181
4182         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
4183
4184 2006-08-28  Eric Blake  <ebb9@byu.net>
4185
4186         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
4187
4188 2006-08-28  Bruno Haible  <bruno@clisp.org>
4189
4190         * modules/c-strstr: New file, from GNU gettext.
4191         * MODULES.html.sh (String handling): Add c-strstr.
4192
4193 2006-08-28  Bruno Haible  <bruno@clisp.org>
4194
4195         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
4196         macros.
4197         Reported by Eric Blake.
4198
4199 2006-08-28  Bruno Haible  <bruno@clisp.org>
4200
4201         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
4202         (VASNPRINTF): Return a string of length > INT_MAX without failing.
4203         * lib/vasprintf.c: Include errno.h, limits.h.
4204         (EOVERFLOW): New fallback definition.
4205         (vasprintf): Test here whether the string length is > INT_MAX.
4206         * lib/vsnprintf.c: Include errno.h, limits.h.
4207         (EOVERFLOW): New fallback definition.
4208         (vsnprintf): Fix bug when generated string was too long for the buffer.
4209         Test here whether the string length is > INT_MAX.
4210
4211 2006-08-28  Bruno Haible  <bruno@clisp.org>
4212
4213         * lib/inttypes_.h (SCNX*): Remove definitions.
4214         Reported by Eric Blake.
4215
4216 2006-08-28  Bruno Haible  <bruno@clisp.org>
4217
4218         * lib/c-strstr.h: New file, from GNU gettext.
4219         * lib/c-strstr.c: New file, from GNU gettext.
4220
4221 2006-08-28  Bruno Haible  <bruno@clisp.org>
4222
4223         * gnulib-tool: Reorder some statements.
4224
4225 2006-08-28  Bruno Haible  <bruno@clisp.org>
4226
4227         * gnulib-tool: New option --makefile-name.
4228         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
4229         $makefile_name.
4230         (func_import): Write $makefile_name to the cache file, and read it from
4231         there unless explicitly specified. Use $makefile_name as file name
4232         instead of Makefile.am. Adjust the recommendations accordingly.
4233
4234 2006-08-28  Bruno Haible  <bruno@clisp.org>
4235
4236         * gnulib-tool (func_verify_module): Check against misapplying patch.
4237
4238 2006-08-28  Bruno Haible  <bruno@clisp.org>
4239
4240         * gnulib-tool (func_relativize, func_relconcat): New functions.
4241         Give an error if --local-dir is given with --update.
4242         Remove trailing slashes from $local_gnulib_dir.
4243         (func_import): Store the relativized $local_gnulib_dir in
4244         gnulib-cache.m4, and read it from there if not specified explicitly.
4245
4246 2006-08-28  Bruno Haible  <bruno@clisp.org>
4247
4248         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
4249         is the current directory. Respect also $local_gnulib_dir.
4250
4251 2006-08-28  Bruno Haible  <bruno@clisp.org>
4252             Simon Josefsson  <jas@extundo.com>
4253
4254         BeOS portability.
4255         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
4256
4257 2006-08-27  Jim Meyering  <jim@meyering.net>
4258
4259         * doc/visibility.texi: Remove duplicate word: "pointer".
4260
4261 2006-08-26  Bruno Haible  <bruno@clisp.org>
4262
4263         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
4264         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
4265         (Makefile.am): Create inttypes.h from inttypes_.h.
4266         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
4267
4268         * modules/imaxabs: New file.
4269
4270         * modules/imaxdiv: New file.
4271
4272 2006-08-26  Bruno Haible  <bruno@clisp.org>
4273
4274         * m4/inttypes.m4: New file.
4275         * m4/_inttypes_h.m4: Remove file.
4276         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
4277         PRI_MACROS_BROKEN.
4278         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
4279
4280         * m4/imaxabs.m4: New file.
4281
4282         * m4/imaxdiv.m4: New file.
4283
4284 2006-08-26  Bruno Haible  <bruno@clisp.org>
4285
4286         * lib/inttypes_.h: New file.
4287         * lib/inttypes.h: Remove file.
4288         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
4289
4290         * lib/imaxabs.c: New file.
4291
4292         * lib/imaxdiv.c: New file.
4293
4294 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4295
4296         New config-h module, so that "make" output needn't be cluttered
4297         by -DHAVE_CONFIG_H.
4298         * MODULES.html.sh (Support for building libraries and executables):
4299         Add config-h.
4300         * modules/config-h: New file.
4301         * gnulib-tool (nl, sed_transform_lib_file): New vars.
4302         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
4303         the config-h module is used.
4304
4305         New configmake module, so that "make" output needn't be cluttered
4306         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
4307         * MODULES.html.sh (Support for building libraries and executables):
4308         Add configmake.
4309         * modules/configmake: New file.
4310
4311 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4312
4313         * m4/config-h.m4: New file.
4314
4315 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4316
4317         * config/srclist.txt: Add elisp-comp.
4318
4319 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4320
4321         * MODULES.html.sh (Support for building libraries and executables):
4322         Add elisp-comp.
4323         * build-aux/elisp-comp: New file.
4324         * modules/elisp-comp: New file.
4325
4326 2006-08-24  Bruno Haible  <bruno@clisp.org>
4327
4328         * gnulib-tool (func_create_testdir): Use non-default values of
4329         sourcebase and m4base.
4330
4331 2006-08-24  Bruno Haible  <bruno@clisp.org>
4332
4333         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
4334         HTML structure.
4335
4336 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
4337
4338         * modules/openat (Depends-on): Add lchown.
4339
4340 2006-08-23  Bruno Haible  <bruno@clisp.org>
4341
4342         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
4343         of gl_LOCK_EARLY instead of gl_LOCK.
4344
4345 2006-08-23  Bruno Haible  <bruno@clisp.org>
4346
4347         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
4348         on OSF/1 to no.
4349         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
4350
4351 2006-08-23  Bruno Haible  <bruno@clisp.org>
4352
4353         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
4354         as unusable.
4355
4356         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
4357         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
4358         (gl_LOCK): New macro.
4359
4360 2006-08-22  Simon Josefsson  <jas@extundo.com>
4361
4362         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
4363         to md5 module.
4364
4365 2006-08-22  Simon Josefsson  <jas@extundo.com>
4366
4367         * MODULES.html.sh: Add "Support for maintaining and release
4368         projects".
4369
4370         * build-aux/gnupload: New file, from coreutils.
4371
4372 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4373
4374         Avoid the need for AC_LIBSOURCES in m4 macros.
4375         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
4376         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
4377         * modules/check-version (EXTRA_DIST): Add check-version.h.
4378         * modules/crc (EXTRA_DIST): Add crc.h.
4379         * modules/des (EXTRA_DIST): Add des.h.
4380         * modules/gc (EXTRA_DIST): Add gc.h.
4381         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
4382         * modules/getline (EXTRA_DIST): Add getline.h.
4383         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
4384         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
4385         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
4386         * modules/md2 (EXTRA_DIST): Add md2.h.
4387         * modules/md4 (EXTRA_DIST): Add md4.h.
4388         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
4389         * modules/read-file (EXTRA_DIST): Add read-file.h.
4390         * modules/readline (EXTRA_DIST): Add readline.h.
4391         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
4392         rijndael-api-fst.h.
4393
4394 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4395
4396         * m4/rijndael.m4 (gl_ARCFOUR):
4397         * m4/arctwo.m4 (gl_ARCTWO):
4398         * m4/check-version.m4 (gl_CHECK_VERSION):
4399         * m4/crc.m4 (gl_CRC):
4400         * m4/des.m4 (gl_DES):
4401         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
4402         * m4/gc.m4 (gl_GC):
4403         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
4404         * m4/getline.m4 (gl_FUNC_GETLINE):
4405         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
4406         * m4/hmac-md5.m4 (gl_HMAC_MD5):
4407         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
4408         * m4/md2.m4 (gl_MD2):
4409         * m4/md4.m4 (gl_MD4):
4410         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
4411         * m4/read-file.m4 (gl_FUNC_READ_FILE):
4412         * m4/readline.m4 (gl_FUNC_READLINE):
4413         * m4/rijndael.m4 (gl_RIJNDAEL):
4414         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4415         to get the necessary .h files and whatnot.
4416
4417 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4418
4419         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
4420         gnulib rather than the other way around.
4421         * config/srclistvars.sh (COREUTILS): Remove.
4422
4423 2006-08-22  Jim Meyering  <jim@meyering.net>
4424
4425         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
4426
4427         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
4428
4429 2006-08-22  Eric Blake  <ebb9@byu.net>
4430
4431         * modules/regexprops-generic: New file.
4432         * MODULES.html.sh (Support for building documentation): List it.
4433
4434 2006-08-22  Eric Blake  <ebb9@byu.net>
4435
4436         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
4437         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4438         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
4439         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
4440
4441 2006-08-22  Bruno Haible  <bruno@clisp.org>
4442
4443         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
4444         and lib_LTLIBRARIES like the other lib_* variables.
4445
4446 2006-08-22  Bruno Haible  <bruno@clisp.org>
4447
4448         * build-aux/x-to-1.in: New file, from GNU gettext.
4449
4450 2006-08-22  Bruno Haible  <bruno@clisp.org>
4451
4452         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
4453         <utmpx.h> exists.
4454
4455 2006-08-22  Bruno Haible  <bruno@clisp.org>
4456
4457         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
4458         <utmpx.h> exists.
4459
4460 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4461
4462         BeOS portability.
4463         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
4464         exist.
4465         Problem reported by Bruno Haible.
4466
4467 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4468
4469         Avoid the need for AC_LIBSOURCES in m4 macros.
4470         * modules/acl (EXTRA_DIST): Add acl.h.
4471         * modules/argmatch (Files): Add m4/argmatch.m4.
4472         (configure.ac): Add gl_ARGMATCH.
4473         (EXTRA_DIST): Renamed from lib_SOURCES, for
4474         consistency with the other modules.  Remove argmatch.c.
4475         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
4476         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
4477         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
4478         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
4479         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
4480         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
4481         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
4482         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
4483         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
4484         * modules/closeout (EXTRA_DIST): Add closeout.h.
4485         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
4486         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
4487         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
4488         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
4489         dirname.h; remove basename.c and stripslash.c.
4490         * modules/exclude (EXTRA_DIST): Add exclude.h.
4491         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
4492         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
4493         * modules/file-type (EXTRA_DIST): Add file-type.h.
4494         * modules/filemode (EXTRA_DIST): Add filemode.h.
4495         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
4496         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4497         * modules/fpending (EXTRA_DIST): Add __fpending.h.
4498         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
4499         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
4500         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
4501         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
4502         * modules/getdate (EXTRA_DIST): Add getdate.c.
4503         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
4504         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
4505         * modules/getpass (EXTRA_DIST): Add getpass.h.
4506         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
4507         * modules/group-member (EXTRA_DIST): Add group-member.h.
4508         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
4509         * modules/hash (EXTRA_DIST): Add hash.h.
4510         * modules/human (EXTRA_DIST): Add human.h.
4511         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
4512         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
4513         * modules/lchown (EXTRA_DIST): Add lchown.h.
4514         * modules/long-options (EXTRA_DIST): Add long-options.h.
4515         * modules/lstat (EXTRA_DIST): Add lstat.h.
4516         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
4517         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
4518         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
4519         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
4520         * modules/memxor (EXTRA_DIST): Add memxor.h.
4521         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
4522         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
4523         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
4524         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
4525         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
4526         * modules/physmem (EXTRA_DIST): Add physmem.h.
4527         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
4528         * modules/posixver (EXTRA_DIST): Add posixver.h.
4529         * modules/quote (EXTRA_DIST): Add quote.h.
4530         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
4531         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
4532         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
4533         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
4534         regex_internal.h regexec.c.
4535         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
4536         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
4537         * modules/same (EXTRA_DIST): Add same.h.
4538         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
4539         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
4540         * modules/savedir (EXTRA_DIST): Add savedir.h.
4541         * modules/sha1 (EXTRA_DIST): Add sha1.h.
4542         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
4543         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
4544         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
4545         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
4546         * modules/strdup (EXTRA_DIST): Add strdup.h.
4547         * modules/strftime (EXTRA_DIST): Add strftime.h.
4548         * modules/strndup (EXTRA_DIST): Add strndup.h.
4549         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
4550         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
4551         * modules/time_r (EXTRA_DIST): Add time_r.h.
4552         * modules/timespec (EXTRA_DIST): Add timespec.h.
4553         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4554         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
4555         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
4556         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
4557         * modules/userspec (EXTRA_DIST): Add userspec.h.
4558         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
4559         * modules/utimens (EXTRA_DIST): Add utimens.h.
4560         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
4561         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
4562         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
4563         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
4564         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
4565         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
4566         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
4567         * modules/yesno (EXTRA_DIST): Add yesno.h.
4568
4569 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4570
4571         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
4572
4573         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
4574         * m4/dev-ino.m4, same-inode.m4: Remove.
4575
4576         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
4577         * m4/acl.m4 (AC_FUNC_ACL):
4578         * m4/backupfile.m4 (gl_BACKUPFILE):
4579         * m4/c-strtod.m4 (gl_C99_STRTOLD):
4580         * m4/canon-host.m4 (gl_CANON_HOST):
4581         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4582         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
4583         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
4584         * m4/cloexec.m4 (gl_CLOEXEC):
4585         * m4/close-stream.m4 (gl_CLOSE_STREAM):
4586         * m4/closeout.m4 (gl_CLOSEOUT):
4587         * m4/dirfd.m4 (gl_FUNC_DIRFD):
4588         * m4/dirname.m4 (gl_DIRNAME):
4589         * m4/exclude.m4 (gl_EXCLUDE):
4590         * m4/exitfail.m4 (gl_EXITFAIL):
4591         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
4592         * m4/file-type.m4 (gl_FILE_TYPE):
4593         * m4/filemode.m4 (gl_FILEMODE):
4594         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
4595         * m4/fpending.m4 (gl_FUNC_FPENDING):
4596         * m4/fprintftime.m4 (gl_FPRINTFTIME):
4597         * m4/fts.m4 (gl_FUNC_FTS):
4598         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
4599         * m4/getdate.m4 (gl_GETDATE):
4600         * m4/gethrxtime.m4 (gl_GETHRXTIME):
4601         * m4/getpagesize.m4 (gl_GETPAGESIZE):
4602         * m4/getpass.m4 (gl_FUNC_GETPASS):
4603         * m4/gettime.m4 (gl_GETTIME):
4604         * m4/getugroups.m4 (gl_GETUGROUPS):
4605         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
4606         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
4607         * m4/hard-locale.m4 (gl_HARD_LOCALE):
4608         * m4/hash.m4 (gl_HASH):
4609         * m4/idcache.m4 (gl_IDCACHE):
4610         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
4611         * m4/lchown.m4 (gl_FUNC_LCHOWN):
4612         * m4/long-options.m4 (gl_LONG_OPTIONS):
4613         * m4/lstat.m4 (gl_FUNC_LSTAT):
4614         * m4/md5.m4 (gl_MD5):
4615         * m4/memcasecmp.m4 (gl_MEMCASECMP):
4616         * m4/memcoll.m4 (gl_MEMCOLL):
4617         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
4618         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
4619         * m4/memxor.m4 (gl_MEMXOR):
4620         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
4621         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
4622         * m4/modechange.m4 (gl_MODECHANGE):
4623         * m4/mountlist.m4 (gl_MOUNTLIST):
4624         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4625         * m4/openat.m4 (gl_FUNC_OPENAT):
4626         * m4/pathmax.m4 (gl_PATHMAX):
4627         * m4/physmem.m4 (gl_PHYSMEM):
4628         * m4/posixtm.m4 (gl_POSIXTM):
4629         * m4/posixver.m4 (gl_POSIXVER):
4630         * m4/quote.m4 (gl_QUOTE):
4631         * m4/quotearg.m4 (gl_QUOTEARG):
4632         * m4/readtokens.m4 (gl_READTOKENS):
4633         * m4/readutmp.m4 (gl_READUTMP):
4634         * m4/regex.m4 (gl_REGEX):
4635         * m4/safe-read.m4 (gl_SAFE_READ):
4636         * m4/safe-write.m4 (gl_SAFE_WRITE):
4637         * m4/same.m4 (gl_SAME):
4638         * m4/save-cwd.m4 (gl_SAVE_CWD):
4639         * m4/savedir.m4 (gl_SAVEDIR):
4640         * m4/settime.m4 (gl_SETTIME):
4641         * m4/sha1.m4 (gl_SHA1):
4642         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
4643         * m4/stat-macros.m4 (gl_STAT_MACROS):
4644         * m4/stat-time.m4 (gl_STAT_TIME):
4645         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
4646         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
4647         * m4/strdup.m4 (gl_FUNC_STRDUP):
4648         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
4649         * m4/strndup.m4 (gl_FUNC_STRNDUP):
4650         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
4651         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
4652         * m4/time_r.m4 (gl_TIME_R):
4653         * m4/timespec.m4 (gl_TIMESPEC):
4654         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
4655         * m4/unlinkdir.m4 (gl_UNLINKDIR):
4656         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
4657         * m4/userspec.m4 (gl_USERSPEC):
4658         * m4/utimecmp.m4 (gl_UTIMECMP):
4659         * m4/utimens.m4 (gl_UTIMENS):
4660         * m4/xalloc.m4 (gl_XALLOC):
4661         * m4/xgetcwd.m4 (gl_XGETCWD):
4662         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
4663         * m4/xreadlink.m4 (gl_XREADLINK):
4664         * m4/xstrtod.m4 (gl_XSTRTOD):
4665         * m4/yesno.m4 (gl_YESNO):
4666         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4667         to get the necessary .h files and whatnot.
4668
4669 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
4670             Bruno Haible  <bruno@clisp.org>
4671
4672         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
4673         /bin/sh understanding of '!' conditional negation.
4674
4675 2006-08-21  Jim Meyering  <jim@meyering.net>
4676
4677         * modules/openat (Depends-on): Really alphabetize.
4678
4679         * modules/acl (Depends-on): Add error and quote.
4680
4681         * check-module (find_included_lib_files): Add at-func.c to the
4682         ok-to-include-more-than-once white list.
4683
4684         * modules/openat (Depends-on): Add lstat.  Alphabetize.
4685
4686 2006-08-21  Bruno Haible  <bruno@clisp.org>
4687
4688         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4689         Emit a pkgdata_DATA variable only if some snippets add contents to it.
4690         Reported by Martin Lambers <marlam@marlam.de>.
4691
4692 2006-08-21  Bruno Haible  <bruno@clisp.org>
4693
4694         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
4695         specify an installation location, don't emit a noinst_LIBRARIES or
4696         noinst_LTLIBRARIES assignment.
4697
4698 2006-08-21  Bruno Haible  <bruno@clisp.org>
4699
4700         BeOS portability.
4701         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
4702         BeOS has mbrtowc() but no <wctype.h>.
4703
4704 2006-08-21  Bruno Haible  <bruno@clisp.org>
4705
4706         BeOS portability.
4707         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
4708         exist.
4709
4710 2006-08-21  Bruno Haible  <bruno@clisp.org>
4711
4712         BeOS portability.
4713         * lib/mbchar.h: Include <wctype.h> only if it exists.
4714
4715 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4716
4717         Remove files that are no longer needed by their respective modules.
4718         * m4/obstack.m4: Remove.
4719         * m4/strerror_r.m4: Remove.
4720         * m4/uint32_t.m4: Remove.
4721         * m4/uintptr_t.m4: Remove.
4722         * m4/ullong_max.m4: Remove.
4723         * m4/xstrtoimax.m4: Remove.
4724         * m4/xstrtoumax.m4: Remove.
4725
4726         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
4727         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
4728         dependencies now capture this.
4729
4730         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
4731         Do not use AC_LIBSOURCES, since gnulib modules now do this.
4732         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
4733         * m4/human.m4 (gl_HUMAN): Likewise.
4734         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
4735         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
4736
4737         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
4738
4739         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
4740         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
4741         stdint.
4742         * m4/human.m4 (gl_HUMAN): Likewise.
4743         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
4744         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
4745         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4746         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4747         * m4/xstrtol (gl_XSTRTOL): Likewise.
4748
4749         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
4750         AC_TYPE_LONG_LONG_INT.
4751         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4752         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
4753         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
4754         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4755
4756         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
4757         on stdbool.
4758
4759         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
4760         (gl_PREREQ_XSTRTOUL): Remove.
4761
4762         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
4763
4764         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
4765         mode.
4766
4767 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4768
4769         Add and change modules to make it easier for coreutils to use
4770         gnulib-tool.
4771         * modules/backupfile (Files): Remove m4/d-ino.m4.
4772         (Depends-on): Add d-ino.
4773         * modules/cycle-check (Depends-on): Add stdint.
4774         (lib_SOURCES): Add cycle-check.h.
4775         * modules/d-ino: New module.
4776         * modules/d-type: New module.
4777         * modules/error (Files): Remove m4/strerror_r.m4.
4778         * modules/filemode (Files): Add m4/st_dm_mode.m4.
4779         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4780         m4/inttypes_h.m4, m4/uintmax_t.m4.
4781         (Depends-on): Add stdint.
4782         (lib_SOURCES): Add fsusage.h.
4783         * modules/getcwd (Files): Remove d-ino.m4.
4784         (Depends-on): Add d-ino.
4785         * modules/getndelim2 (Depends-on): Add stdint.
4786         * modules/glob (Files): Remove m4/d-type.m4.
4787         (Depends-on): Add d-type.
4788         * modules/host-os: New module.
4789         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
4790         m4/inttypes_h.m4, m4/uintmax_t.m4.
4791         * Depends-on: Add stdint.
4792         (lib_SOURCES): Add human.h.
4793         * modules/inttostr (Files): Remove m4/intmax_t.m4,
4794         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
4795         m4/uintmax_t.m4, m4/ulonglong.m4.
4796         (Depends-on): Add stdint.
4797         (EXTRA_DIST): Add inttostr.h.
4798         * modules/lchmod: New module.
4799         * modules/link-follow: New module.
4800         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
4801         (Depends-on): Add lchmod.
4802         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
4803         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
4804         (Depends-on): Add stdint.
4805         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
4806         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
4807         (Depends-on): Add stdint.
4808         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
4809         * modules/perl: New module.
4810         * modules/regex (Depends-on): Add stdint.
4811         * modules/rmdir-errno: New module.
4812         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4813         m4/intmax_t.m4.
4814         (Depends-on): Add stdint.
4815         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4816         m4/uintmax_t.m4.
4817         (Depends-on): Add stdint.
4818         * modules/unlink-busy: New module.
4819         * modules/utimecmp (Depends-on): Add stdint.
4820         * modules/uptime: New module.
4821         * modules/winsz-ioctl: New module.
4822         * modules/winsz-termios: New module.
4823         * modules/xnanosleep (Depends-on): Add nanosleep.
4824         * modules/ullong_max: Remove.
4825         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
4826         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
4827         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
4828         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
4829         (Depends-on): Add inttypes.
4830         (lib_SOURCES): Add xstrtol.h.
4831         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
4832         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
4833         * MODULES.html.sh: Move 'assert' into the assert section.
4834         Move 'dummy' into the linking section.
4835         Remove ullong_max.
4836         Add section for compatibility checks for POSIX:2001 functions,
4837         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
4838         winsz-ioctl, and winsz-termios into it.
4839         Add lchmod.
4840         Add top-level Misc section and put host-os, perl, and uptime
4841         into it.
4842
4843 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4844
4845         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
4846         now assume the stdint module.  Do not include inttypes.h.
4847         * lib/fsusage.h: Likewise.
4848         * lib/getndelim2.c: Likewise.
4849         * lib/human.h: Likewise.
4850         * lib/inttostr.h: Likewise.
4851         * lib/obstack.c: Likewise.
4852         * lib/regex_internal.h: Likewise.
4853         * lib/tempname.c: Likewise.
4854         * lib/utimecmp.c: Likewise.
4855         * lib/xstrtol.h: Likewise.
4856
4857         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
4858
4859         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
4860         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
4861         * lib/xtime.h: Likewise.
4862
4863 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4864
4865         * modules/openat (Files): Add lib/fchmodat.c.
4866         Fixes problem reported by Jay Youngman.
4867
4868 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4869
4870         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
4871         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
4872
4873 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4874             Bruno Haible  <bruno@clisp.org>
4875
4876         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
4877         and is a script that invokes bison. Tighten the code. Add comments.
4878
4879 2006-08-18  Jim Meyering  <jim@meyering.net>
4880
4881         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
4882         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
4883         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
4884         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
4885
4886 2006-08-18  Bruno Haible  <bruno@clisp.org>
4887
4888         * modules/bison-i18n: New file.
4889         * MODULES.html.sh (Internationalization functions): Add it.
4890
4891 2006-08-18  Bruno Haible  <bruno@clisp.org>
4892
4893         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
4894         sys/statvfs.h. When getmntinfo was found, check its declaration and
4895         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
4896
4897 2006-08-18  Bruno Haible  <bruno@clisp.org>
4898
4899         * m4/bison-i18n.m4: New file, from bison.
4900
4901 2006-08-18  Bruno Haible  <bruno@clisp.org>
4902
4903         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
4904         (ME_DUMMY): Treat "kernfs" as a dummy.
4905         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
4906
4907 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4908
4909         Update from coreutils.
4910
4911         2006-08-15  Jim Meyering  <jim@meyering.net>
4912
4913         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
4914
4915         2006-01-17  Jim Meyering  <jim@meyering.net>
4916
4917         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
4918
4919         2006-01-11  Jim Meyering  <jim@meyering.net>
4920
4921         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
4922         Check for the lchmod function.
4923
4924 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4925
4926         Update from coreutils.
4927
4928         * lib/__fpending.h: Add copyright notice.
4929         * lib/fprintftime.h: Likewise.
4930         * lib/savedir.c: Use (C) in copyright notice.
4931         * lib/savedir.h: Likewise.
4932
4933         2006-08-15  Jim Meyering  <jim@meyering.net>
4934
4935         * lib/at-func.c: New file, with the logic of all emulated at-functions.
4936         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
4937         in support of the EXPECTED_ERRNO macro.
4938         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
4939         definitions.  Instead, define the appropriate symbols and include
4940         "at-func.c".
4941         * lib/mkdirat.c (mkdirat): Likewise.
4942         * lib/fchmodat.c (fchmodat): Likewise.
4943         (ENOSYS): Remove definition.
4944         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
4945         it.  Don't include "unistd--.h" -- it wasn't ever used.
4946
4947         2006-01-17  Jim Meyering  <jim@meyering.net>
4948
4949         Rewrite fts.c not to change the current working directory,
4950         by using openat, fstatat, fdopendir, etc..
4951
4952         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
4953         (HAVE_OPENAT_SUPPORT): Define.
4954         [_LIBC] (fchdir): Don't undef or define; no longer used.
4955         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
4956         Now, this `function' always succeeds, and consumes its file descriptor
4957         parameter -- so callers must not close such FDs.  Update callers.
4958         (diropen_fd, opendirat, cwd_advance_fd): New functions.
4959         (diropen): Add parameter, SP.  Adjust all callers.
4960         Implement using diropen_fd, rather than open.
4961         (fts_open): Initialize new member, fts_cwd_fd.
4962         Remove fts_rft-setting code.
4963         (fts_close): Close fts_cwd_fd, if necessary.
4964         (__opendir2): Define in terms of opendir or opendirat,
4965         depending on whether the FST_NOCHDIR flag is set.
4966         (fts_build): Since fts_safe_changedir consumes its FD, and since
4967         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
4968         and close the dup'd file descriptor upon failure.
4969         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
4970         (fts_safe_changedir): Tweak semantics to reflect that this function
4971         now calls cwd_advance_fd and hence consumes its FD argument.
4972         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
4973         [struct FTS] (fts_rft): Remove now-unused member.
4974         [struct FTS] (fts_cycle.state): Improve comment.
4975
4976         * lib/openat.c (openat_needs_fchdir): New function.
4977         * lib/openat.h (openat_needs_fchdir): Declare it.
4978
4979 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
4980
4981         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
4982         Problem and fix reported by Pádraig Brady in
4983         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
4984
4985 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4986
4987         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
4988
4989 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4990
4991         * lib/memcoll.c (memcoll): Optimize for the common case where the
4992         arguments are bytewise equal.
4993
4994 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4995
4996         * doc/regexprops-generic.texi: Add a copyright notice.
4997
4998 2006-08-15  Bruno Haible  <bruno@clisp.org>
4999
5000         * modules/tmpdir (License): Change to LGPL.
5001
5002 2006-08-15  Bruno Haible  <bruno@clisp.org>
5003
5004         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
5005         module.
5006
5007 2006-08-14  Simon Josefsson  <jas@extundo.com>
5008
5009         * config/srclist.txt: Add gnupload.
5010
5011 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5012
5013         Change copyright notice from LGPL 2 to GPL 2, since that's the
5014         standard form used in the gnulib repository.
5015         * tests/test-lock.c: Likewise.
5016         * tests/test-stdint.c: Likewise.
5017         * tests/test-tls.c: Likewise.
5018
5019         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
5020         prelude-manager.  User shorter URLs for GNU projects, without '?'.
5021         Add copyright notice.
5022
5023         * check-module: Add copyright notice.  Output a copyright
5024         notice if "--version" is specified.
5025         * modules/COPYING: New file.
5026         * tests/test-getaddrinfo.c: Add copyright notice.
5027         * tests/test-verify.c: Likewise.
5028
5029 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5030
5031         Change copyright notice from LGPL 2 to GPL 2, since that's the
5032         standard form used in the gnulib repository.
5033         * lib/lock.c: LGPL -> GPL.
5034         * lib/lock.h: Likewise.
5035         * lib/strnlen1.c: Likewise.
5036         * lib/strnlen1.h: Likewise.
5037         * lib/tls.c: Likewise.
5038         * lib/tls.h: Likewise.
5039         * lib/tmpdir.c: Likewise.
5040
5041         * lib/TODO: Remove; this belongs only in coreutils.
5042
5043 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5044
5045         Add copyright notices to long-enough files that lack them, since
5046         otherwise the files aren't clearly free.  Use the same notice that
5047         getdate.texi already uses.
5048         * doc/alloca-opt.texi: Add copyright notice.
5049         * doc/alloca.texi: Likewise.
5050         * doc/ctime.texi: Likewise.
5051         * doc/functions.texi: Likewise.
5052         * doc/gcd.texi: Likewise.
5053         * doc/gnulib-tool.texi: Likewise.
5054         * doc/inet_ntoa.texi: Likewise.
5055         * doc/visibility.texi: Likewise.
5056
5057         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
5058         * doc/quote.texi: Add copyright notice.
5059
5060         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
5061         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
5062         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
5063         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
5064         is now obsolete, and give a pointer to the Sun list.
5065         Add copyright notice.
5066
5067 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5068
5069         * config/srclistvars.sh: Add copyright notice.
5070
5071 2006-08-14  Eric Blake  <ebb9@byu.net>
5072
5073         Import the following change from libc:
5074
5075         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
5076
5077         Upstream bug 2997.
5078         * lib/misc/error.c: Add space between program name and message if file
5079         name is missing.
5080
5081 2006-08-12  Karl Berry  <karl@gnu.org>
5082
5083         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
5084         remove, these originate in gnulib now.
5085
5086 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5087
5088         * doc/Makefile (standards.info standards.html standards.dvi):
5089         Also depend on make-stds.texi.
5090
5091 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5092
5093         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
5094         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
5095
5096         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
5097         in wchar_t.  Problem reported by Eric Blake.
5098
5099         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
5100         LEN is smaller than SIZE.  Suggested by Bruno Haible.
5101         Also, help the compiler to keep LEN in a register.
5102
5103 2006-08-11  Eric Blake  <ebb9@byu.net>
5104
5105         * users.txt: Sort.  Add tar.
5106
5107 2006-08-11  Bruno Haible  <bruno@clisp.org>
5108
5109         * users.txt: New file.
5110
5111 2006-08-11  Bruno Haible  <bruno@clisp.org>
5112
5113         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
5114         before <wchar.h>. Needed for OSF/1 and BSD/OS.
5115
5116 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5117
5118         * modules/snprintf (Depends-on): Remove minmax.
5119         (Maintainer): Add self and Bruno.
5120
5121 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5122
5123         * lib/.cppi-disable: Add snprintf.h, socket_.h.
5124         * lib/snprintf.c: Include <errno.h> and <limits.h>.
5125         (EOVERFLOW): Define if the system does not.
5126         Do not include "minmax.h"; it wasn't used.
5127         (snprintf): Don't assume size_t promotes to an unsigned type.
5128         Fix bug when generated string was too long for the buffer: the
5129         buffer's contents are supposed to be the initial prefix of the
5130         output.  Don't assume vasnprintf returns EOVERFLOW if the size
5131         exceeds INT_MAX; do the check ourselves.
5132
5133         Import the following changes from libc:
5134
5135         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5136
5137         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
5138         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
5139         set wc to the byte which couldn't be converted.
5140         (re_string_reconstruct): Don't clear valid_raw_len before calling
5141         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5142         tip_context using re_string_context_at.
5143
5144         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
5145
5146         * lib/posix/regex.h: g++ still cannot handled [restrict].
5147
5148         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
5149
5150         * lib/posix/regex.h: Remove special handling for VMS.
5151
5152 2006-08-10  Jim Meyering  <jim@meyering.net>
5153
5154         * modules/same-inode: New module.
5155         * modules/dev-ino: New module.
5156         * modules/cycle-check: Depend on these modules, rather than simply
5157         including their .h files.
5158         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
5159         required via m4/cycle-check.m4.
5160         * modules/same: Depend on new same-inode module, rather than
5161         including same-inode.h.
5162         * modules/chdir-safer: New file.
5163
5164         * modules/chown (Depends-on): Add stat-macros.
5165
5166 2006-08-10  Jim Meyering  <jim@meyering.net>
5167
5168         * m4/cycle-check.m4: New file.
5169         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
5170         * m4/dev-ino.m4, m4/same-inode.m4: New files.
5171
5172 2006-08-10  Eric Blake  <ebb9@byu.net>
5173
5174         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
5175         in from original proposal.
5176
5177 2006-08-10  Eric Blake  <ebb9@byu.net>
5178         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5179
5180         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
5181         namespace.
5182
5183 2006-08-10  Bruno Haible  <bruno@clisp.org>
5184
5185         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
5186         as well.
5187
5188 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5189
5190         Sync from coreutils.
5191
5192         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
5193
5194         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
5195         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
5196
5197 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5198
5199         * modules/restrict: Remove; no longer needed now that we assume
5200         Autoconf 2.59 or later.
5201         * MODULES.html.sh: Remove 'restrict'.
5202         * modules/argp (Depends-on): Remove 'restrict'.
5203         * modules/base64 (Depends-on): Likewise.
5204         * modules/gc (Depends-on): Likewise.
5205         * modules/getaddrinfo (Depends-on): Likewise.
5206         * modules/glob (Depends-on): Likewise.
5207         * modules/inet_ntop (Depends-on): Likewise.
5208         * modules/inet_pton (Depends-on): Likewise.
5209         * modules/memxor (Depends-on): Likewise.
5210         * modules/regex (Depends-on): Likewise.
5211         * modules/strtok_r (Depends-on): Likewise.
5212         * modules/time_r (Depends-on): Likewise.
5213
5214 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5215
5216         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
5217         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
5218         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5219         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
5220         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
5221         * m4/memxor.m4 (gl_MEMXOR): Likewise.
5222         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
5223         gl_C_RESTRICT replaced by AC_C_RESTRICT.
5224
5225         Merge from coreutils.
5226         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
5227         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
5228         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5229         * m4/time_r.m4 (gl_TIME_R): Likewise.
5230
5231 2006-08-09  Karl Berry  <karl@gnu.org>
5232
5233         * config/srclist.txt: no more gettext-tools, per Bruno.
5234
5235 2006-08-08  Eric Blake  <ebb9@byu.net>
5236
5237         * modules/verror: New module.
5238         * MODULES.html.sh: Document it.
5239
5240 2006-08-08  Eric Blake  <ebb9@byu.net>
5241
5242         * lib/verror.h, lib/verror.c: New files.
5243
5244 2006-08-08  Eric Blake  <ebb9@byu.net>
5245
5246         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
5247         verror_at_line output complies with GNU Coding Standards even when
5248         file is NULL.
5249
5250 2006-08-07  Bruno Haible  <bruno@clisp.org>
5251
5252         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
5253         versions of AIX.
5254         Reported by Ralf Wildenhues.
5255
5256 2006-08-07  Bruno Haible  <bruno@clisp.org>
5257
5258         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
5259         in an AC_DEFUN. Needed so that the autoconf snippets can use
5260         AC_REQUIRE.
5261
5262 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5263
5264         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5265         Initialize pkgdata_DATA.
5266         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
5267         overriding it.
5268
5269 2006-08-06  Eric Blake  <ebb9@byu.net>
5270
5271         * lib/error.h: Fold in some upstream changes from glibc.
5272         * lib/error.c: Likewise.
5273
5274 2006-08-04  Bruno Haible  <bruno@clisp.org>
5275
5276         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5277         Make the mostlyclean-local rule depend on mostlyclean-generic.
5278         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
5279
5280 2006-07-31  Bruno Haible  <bruno@clisp.org>
5281
5282         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
5283         <stdlib.h>, <string.h>.
5284
5285 2006-07-30  Bruno Haible  <bruno@clisp.org>
5286
5287         * modules/readlink (License): Change to LGPL.
5288
5289 2006-07-30  Bruno Haible  <bruno@clisp.org>
5290
5291         * modules/javaversion (Makefile.am): Distribute javaversion.java and
5292         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
5293         set PKGDATADIR to point to it.
5294
5295 2006-07-30  Bruno Haible  <bruno@clisp.org>
5296
5297         * modules/csharpexec (configure.ac): Comment out macro invocation.
5298         * modules/javaexec (configure.ac): Likewise.
5299         * modules/javacomp-script (configure.ac): Likewise.
5300
5301         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
5302
5303 2006-07-30  Bruno Haible  <bruno@clisp.org>
5304
5305         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
5306         linked-list.
5307
5308 2006-07-30  Bruno Haible  <bruno@clisp.org>
5309
5310         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
5311
5312 2006-07-30  Bruno Haible  <bruno@clisp.org>
5313
5314         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5315         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
5316         get removed.
5317
5318 2006-07-29  Bruno Haible  <bruno@clisp.org>
5319
5320         Make it possible for gnulib-tool to work with locally modified or
5321         augmented gnulib repositories.
5322         * gnulib-tool (func_usage): Document --local-dir option.
5323         (local_gnulib_dir): New variable.
5324         Handle --local-dir option.
5325         (func_lookup_file): New function.
5326         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
5327         (func_get_description, func_get_filelist, func_get_description,
5328         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
5329         func_get_automake_snippet, func_get_include_directive,
5330         func_get_license, func_get_maintainer): Use func_lookup_file.
5331         (func_import, func_create_testdir): Use func_lookup_file.
5332
5333 2006-07-29  Bruno Haible  <bruno@clisp.org>
5334
5335         * modules/setenv (Depends-on): Add unistd.
5336
5337 2006-07-29  Bruno Haible  <bruno@clisp.org>
5338
5339         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
5340
5341 2006-07-29  Bruno Haible  <bruno@clisp.org>
5342
5343         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
5344
5345 2006-07-29  Bruno Haible  <bruno@clisp.org>
5346
5347         * gnulib-tool (import, update): If there is no Makefile.am, look at
5348         aclocal.m4, instead of bailing out.
5349
5350 2006-07-29  Bruno Haible  <bruno@clisp.org>
5351
5352         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
5353         Categorize the options by when they are useful.
5354
5355 2006-07-29  Bruno Haible  <bruno@clisp.org>
5356
5357         * gnulib-tool (func_usage): Document option --no-libtool.
5358         Handle option --no-libtool.
5359         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
5360         for changed semantics of $libtool variable.
5361         (func_import): Likewise. If libtool is not used, show this through
5362         an option --no-libtool.
5363         (func_create_testdir): Update.
5364
5365 2006-07-29  Bruno Haible  <bruno@clisp.org>
5366
5367         * gnulib-tool (func_import): Extend error message about missing
5368         --doc-base.
5369
5370 2006-07-29  Bruno Haible  <bruno@clisp.org>
5371
5372         * gnulib-tool (func_import): Don't create the $docbase directory if
5373         there is no file to store there.
5374
5375 2006-07-29  Bruno Haible  <bruno@clisp.org>
5376
5377         * gnulib-tool (autoconf_minversion): If a --dir option is given and
5378         relevant, look for configure.ac there, not in the current directory.
5379         Also use a simple search for AC_PREREQ, not "autoconf --trace".
5380
5381 2006-07-29  Bruno Haible  <bruno@clisp.org>
5382
5383         * gnulib-tool (SORT): New variable.
5384         (func_usage): Undocument --assume-autoconf option.
5385         Remove --assume-autoconf option handling.
5386         (autoconf_minversion): Determine from the contents of configure.ac.
5387         (func_import): Remove autoconf_minversion handling.
5388         Suggested by Eric Blake.
5389
5390 2006-07-29  Bruno Haible  <bruno@clisp.org>
5391
5392         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
5393
5394 2006-07-29  Bruno Haible  <bruno@clisp.org>
5395
5396         * config/srclist.txt (*setenv.[ch]): Remove rules.
5397
5398 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5399
5400         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
5401
5402 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5403
5404         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
5405         arpa/inet.h.
5406
5407 2006-07-28  Simon Josefsson  <jas@extundo.com>
5408
5409         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
5410         * modules/inet_pton (Depends-on): Likewise.
5411
5412 2006-07-28  Simon Josefsson  <jas@extundo.com>
5413
5414         * m4/netinet_in_h.m4: New file.
5415
5416 2006-07-28  Simon Josefsson  <jas@extundo.com>
5417
5418         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
5419         #include's.
5420
5421 2006-07-28  Simon Josefsson  <jas@extundo.com>
5422
5423         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
5424         #include's.
5425
5426 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
5427
5428         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
5429         setgid on directories only if they set these bits.
5430         * lib/modechange.h: Remove obsolete comment about masks.
5431
5432 2006-07-28  Eric Blake  <ebb9@byu.net>
5433
5434         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
5435         macro expansion.
5436
5437 2006-07-28  Bruno Haible  <bruno@clisp.org>
5438
5439         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
5440
5441 2006-07-28  Bruno Haible  <bruno@clisp.org>
5442
5443         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
5444
5445 2006-07-28  Bruno Haible  <bruno@clisp.org>
5446
5447         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5448         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5449         Define fallbacks.
5450         Avoids link error on FreeBSD 4.x.
5451         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5452
5453         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
5454         encoding.
5455         * lib/mbswidth.c (iswcntrl): Likewise.
5456
5457 2006-07-27  Bruno Haible  <bruno@clisp.org>
5458
5459         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
5460         test.
5461
5462 2006-07-27  Bruno Haible  <bruno@clisp.org>
5463
5464         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
5465         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
5466         defined.
5467
5468 2006-07-26  Eric Blake  <ebb9@byu.net>
5469
5470         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
5471
5472 2006-07-26  Eric Blake  <ebb9@byu.net>
5473
5474         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
5475         like mingw that lack mkstemp.
5476         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
5477         avoid compilation warning on mingw.
5478
5479 2006-07-26  Bruno Haible  <bruno@clisp.org>
5480
5481         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
5482         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
5483         INT_FAST*_MIN, INTPTR_MIN.
5484
5485 2006-07-25  Bruno Haible  <bruno@clisp.org>
5486
5487         * modules/version-etc (Depends-on): Add stdarg.
5488
5489 2006-07-25  Bruno Haible  <bruno@clisp.org>
5490
5491         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
5492         complex commands.
5493
5494 2006-07-25  Bruno Haible  <bruno@clisp.org>
5495
5496         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
5497         defined in <stdarg.h> or config.h.
5498
5499 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5500
5501         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
5502         (gl_STDIO_SAFER): Remove.
5503
5504 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5505
5506         * MODULES.html.sh (File stream based Input/Output):
5507         Add fopen-safer, tmpfile-safer; remove stdio-safer.
5508         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
5509         * modules/fopen-safer, modules/tmpfile-safer: New files.
5510         * modules/stdio-safer: Remove.
5511
5512 2006-07-24  Bruno Haible  <bruno@clisp.org>
5513
5514         * modules/tmpdir: New file.
5515         * MODULES.html.sh (File system functions): Add it.
5516
5517 2006-07-24  Bruno Haible  <bruno@clisp.org>
5518
5519         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
5520         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
5521
5522 2006-07-24  Bruno Haible  <bruno@clisp.org>
5523
5524         * modules/clean-temp: New file.
5525
5526 2006-07-24  Bruno Haible  <bruno@clisp.org>
5527
5528         * m4/tmpdir.m4: New file, from GNU gettext.
5529
5530 2006-07-24  Bruno Haible  <bruno@clisp.org>
5531
5532         * lib/tmpdir.h: New file, from GNU gettext.
5533         * lib/tmpdir.c: New file, from GNU gettext.
5534
5535 2006-07-24  Bruno Haible  <bruno@clisp.org>
5536
5537         * lib/clean-temp.h: New file, from GNU gettext.
5538         * lib/clean-temp.c: New file, from GNU gettext.
5539
5540 2006-07-23  Eric Blake  <ebb9@byu.net>
5541
5542         * modules/stdio-safer (Files): Add tmpfile-safer.c.
5543         (Depends-on): Add binary-io.
5544
5545 2006-07-23  Eric Blake  <ebb9@byu.net>
5546
5547         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
5548
5549 2006-07-23  Eric Blake  <ebb9@byu.net>
5550
5551         * lib/tmpfile-safer.c: New file.
5552         * lib/stdio-safer.h (fopen_safer): Add prototype.
5553         * lib/stdio--.h (tmpfile): Make safer.
5554
5555 2006-07-23  Bruno Haible  <bruno@clisp.org>
5556
5557         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
5558         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
5559         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
5560         gl_linked_remove_at): Use it.
5561
5562 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5563         and Simon Josefsson <jas@extundo.com>
5564
5565         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
5566
5567         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
5568
5569 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5570
5571         * modules/close-stream: New file.
5572         * modules/closeout (Description): Make it clear that it exits
5573         with a diagnostic on error.
5574         (Depends-on): Add close-stream.  Remove fpending, stdbool.
5575         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
5576
5577 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5578
5579         * m4/close-stream.m4: New file.
5580
5581 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5582
5583         * lib/close-stream.c, lib/close-stream.h: New files.
5584
5585 2006-07-22  Bruno Haible  <bruno@clisp.org>
5586
5587         Merge from GNU gettext 0.15.
5588
5589         2006-05-01  Bruno Haible  <bruno@clisp.org>
5590
5591                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
5592
5593         2006-07-22  Bruno Haible  <bruno@clisp.org>
5594
5595                 * modules/javaversion: New file.
5596                 * MODULES.html.sh (Java): Add javaversion.
5597
5598         2006-03-12  Bruno Haible  <bruno@clisp.org>
5599
5600                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
5601
5602         2005-12-04  Bruno Haible  <bruno@clisp.org>
5603
5604                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
5605                 (untested).
5606
5607         2006-06-21  Bruno Haible  <bruno@clisp.org>
5608
5609                 Avoid warnings from recent versions of mcs.
5610                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
5611                 -o, -L, -r any more. Use options documented since mcs-1.0
5612                 instead. Similarly for -g.
5613
5614         2005-12-04  Bruno Haible  <bruno@clisp.org>
5615
5616                 * build-aux/csharpcomp.sh.in: Suffix for resources is
5617                 .resources, not .resource.
5618
5619         2005-07-09  Bruno Haible  <bruno@clisp.org>
5620
5621                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
5622                 add a .dll suffix.
5623                 Reported by Mark Junker <mjscod@gmx.de>.
5624
5625         2006-07-22  Bruno Haible  <bruno@clisp.org>
5626
5627                 * modules/gettext: Upgrade to gettext-0.15.
5628                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
5629                 m4/visibility.m4.
5630                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
5631
5632 2006-07-22  Bruno Haible  <bruno@clisp.org>
5633
5634         Merge from GNU gettext 0.15.
5635
5636         2006-03-25  Bruno Haible  <bruno@clisp.org>
5637
5638                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
5639
5640         2006-07-21  Bruno Haible  <bruno@clisp.org>
5641
5642                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
5643                 "1.1".
5644
5645         2006-05-09  Bruno Haible  <bruno@clisp.org>
5646
5647                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
5648                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
5649                 for the conftestver execution.
5650
5651         2006-05-01  Bruno Haible  <bruno@clisp.org>
5652
5653                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
5654                 optional target-version argument. Verify that the compiler
5655                 groks source of the specified source-version, or add -source
5656                 option as necessary. Verify that the compiler produces
5657                 bytecode in the specified target-version, or add -target and
5658                 -source options as necessary. Make the result of the test
5659                 available as variable CONF_JAVAC. Also log error output in
5660                 config.log.
5661
5662         2006-03-11  Bruno Haible  <bruno@clisp.org>
5663
5664                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
5665
5666         2006-05-09  Bruno Haible  <bruno@clisp.org>
5667
5668                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
5669                 CLASSPATH_SEPARATOR to a semicolon.
5670
5671         2006-03-12  Bruno Haible  <bruno@clisp.org>
5672
5673                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
5674                 available as variable CONF_JAVA, for subsequent autoconf
5675                 tests. Also log error output in config.log.
5676
5677         2006-07-19  Bruno Haible  <bruno@clisp.org>
5678
5679                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
5680                 that getline works on glibc2 systems. Needed to avoid trouble
5681                 in relocatable.c.
5682                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
5683
5684         2005-12-04  Bruno Haible  <bruno@clisp.org>
5685
5686                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
5687                 launcher (untested).
5688
5689         2005-12-04  Bruno Haible  <bruno@clisp.org>
5690
5691                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
5692
5693         2006-07-22  Bruno Haible  <bruno@clisp.org>
5694
5695                 * gettext.m4: Update from GNU gettext-0.15.
5696                 * nls.m4: Likewise.
5697                 * po.m4: Likewise.
5698                 * inttypes-pri.m4: Likewise.
5699                 * inttypes-h.m4: Renamed from inttypes.m4.
5700                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
5701
5702 2006-07-22  Bruno Haible  <bruno@clisp.org>
5703
5704         Merge from GNU gettext 0.15.
5705
5706         2005-07-05  Bruno Haible  <bruno@clisp.org>
5707
5708                 * printf-args.c (printf_fetchargs): Work around broken
5709                 definition of wint_t on mingw.
5710
5711         2005-02-12  Bruno Haible  <bruno@clisp.org>
5712
5713                 * xallocsa.h: Add extern "C" for C++.
5714
5715         2006-05-17  Bruno Haible  <bruno@clisp.org>
5716
5717                 Cygwin portability.
5718                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
5719
5720         2006-04-30  Bruno Haible  <bruno@clisp.org>
5721
5722                 * progreloc.c: Include <mach-o/dyld.h> if available.
5723                 (find_executable): Use _NSGetExecutablePath when possible.
5724
5725         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5726
5727                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
5728                 function.
5729
5730         2005-12-29  Bruno Haible  <bruno@clisp.org>
5731
5732                 * progreloc.c (set_program_name_and_installdir): Fix
5733                 compilation error.
5734
5735         2005-12-04  Bruno Haible  <bruno@clisp.org>
5736
5737                 Cygwin portability.
5738                 * progreloc.c: Include <windows.h> also on Cygwin.
5739                 (find_executable): Add support for Cygwin.
5740                 (set_program_name_and_installdir): Handle also platforms with
5741                 nonempty EXEEXT.
5742
5743         2006-07-11  Bruno Haible  <bruno@clisp.org>
5744
5745                 * javacomp.c: Fix a comment.
5746                 Reported by Jim Meyering.
5747
5748         2006-04-30  Bruno Haible  <bruno@clisp.org>
5749
5750                 * javacomp.h (compile_java_class): Add source_version,
5751                 target_version arguments.
5752                 * javacomp.c: Rewritten to choose only a compiler that
5753                 respects the specified source_version and target_version.
5754
5755         2006-06-27  Bruno Haible  <bruno@clisp.org>
5756
5757                 Assume correct S_ISDIR macro.
5758                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
5759
5760         2006-07-22  Bruno Haible  <bruno@clisp.org>
5761
5762                 * javaversion.h: New file, from GNU gettext.
5763                 * javaversion.c: New file, from GNU gettext.
5764                 * javaversion.java: New file, from GNU gettext.
5765                 * javaversion.class: New file, from GNU gettext.
5766
5767         2006-05-17  Bruno Haible  <bruno@clisp.org>
5768
5769                 Cygwin portability.
5770                 * javaexec.c (execute_java_class): Test for jview program
5771                 also on Cygwin.
5772
5773         2006-04-09  Bruno Haible  <bruno@clisp.org>
5774
5775                 * fatal-signal.c: Don't include string.h.
5776                 (at_fatal_signal): Use a copying loop instead of memcpy.
5777
5778         2005-12-04  Bruno Haible  <bruno@clisp.org>
5779
5780                 * csharpexec.c: Add support for 'clix' launcher (untested).
5781                 (execute_csharp_using_sscli): New function.
5782                 (execute_csharp_program): Call it.
5783
5784         2006-06-21  Bruno Haible  <bruno@clisp.org>
5785
5786                 Avoid warnings from recent versions of mcs.
5787                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
5788                 -o, -L, -r any more. Use options documented since mcs-1.0
5789                 instead. Similarly for -g.
5790
5791         2005-07-09  Bruno Haible  <bruno@clisp.org>
5792
5793                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
5794                 add a .dll suffix.
5795                 Reported by Mark Junker <mjscod@gmx.de>.
5796
5797         2006-06-17  Bruno Haible  <bruno@clisp.org>
5798
5799                 * config.charset: Update for NetBSD 3.0.
5800
5801         2006-05-17  Bruno Haible  <bruno@clisp.org>
5802
5803                 Cygwin portability.
5804                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
5805
5806         2006-05-16  Bruno Haible  <bruno@clisp.org>
5807
5808                 * localcharset.c [CYGWIN]: Include <windows.h>.
5809                 (get_charset_aliases): For Cygwin, return the same CPxxx
5810                 aliases list as under WIN32.
5811                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
5812                 the environment variables. Fall back to GetACP().
5813
5814         2006-04-05  Bruno Haible  <bruno@clisp.org>
5815
5816                 * config.charset: Update Juan Manuel Guerrero's address.
5817
5818         2005-02-12  Bruno Haible  <bruno@clisp.org>
5819
5820                 * allocsa.h: Add extern "C" for C++.
5821
5822         2005-02-10  Bruno Haible  <bruno@clisp.org>
5823
5824                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
5825                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
5826
5827         2006-07-22  Bruno Haible  <bruno@clisp.org>
5828
5829                 * gettext.h: Update to GNU gettext-0.15.
5830
5831 2006-07-22  Bruno Haible  <bruno@clisp.org>
5832
5833         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
5834         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
5835         lib-prefix.m4, longdouble.m4, ssize_t.m4.
5836
5837 2006-07-21  Eric Blake  <ebb9@byu.net>
5838
5839         * modules/stdlib-safer: New file.
5840         * MODULES.html.sh (File stream based Input/Output): Add
5841         stdlib-safer.
5842
5843 2006-07-21  Eric Blake  <ebb9@byu.net>
5844
5845         * lib/stdlib-safer.h: New file from coreutils, required by
5846         stdlib--.h.
5847
5848 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
5849
5850         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
5851
5852 2006-07-20  Bruno Haible  <bruno@clisp.org>
5853
5854         * gnulib-tool: Recognize new option --assume-autoconf.
5855         (autoconf_minversion): New variable.
5856         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
5857
5858 2006-07-20  Bruno Haible  <bruno@clisp.org>
5859
5860         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
5861
5862 2006-07-19  Derek R. Price  <derek@ximbiot.com>
5863
5864         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
5865         Reindent and repaginate.
5866
5867 2006-07-19  Derek Price  <derek@ximbiot.com>
5868
5869         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
5870         Correct grammar.
5871
5872 2006-07-17  Bruno Haible  <bruno@clisp.org>
5873
5874         * modules/list: New file.
5875         * modules/array-list: New file.
5876         * modules/carray-list, modules/carray-list-tests: New files.
5877         * modules/linked-list, modules/linked-list-tests: New files.
5878         * modules/avltree-list, modules/avltree-list-tests: New files.
5879         * modules/rbtree-list, modules/rbtree-list-tests: New files.
5880         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
5881         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
5882         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
5883         * modules/oset: New file.
5884         * modules/array-oset: New file.
5885         * modules/avltree-oset, modules/avltree-oset-tests: New files.
5886         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
5887         * tests/test-carray_list.c: New file.
5888         * tests/test-linked_list.c: New file.
5889         * tests/test-avltree_list.c: New file.
5890         * tests/test-rbtree_list.c: New file.
5891         * tests/test-linkedhash_list.c: New file.
5892         * tests/test-avltreehash_list.c: New file.
5893         * tests/test-rbtreehash_list.c: New file.
5894         * tests/test-avltree_oset.c: New file.
5895         * tests/test-rbtree_oset.c: New file.
5896         * MODULES.html.sh (Container data structures): New section.
5897
5898 2006-07-17  Bruno Haible  <bruno@clisp.org>
5899
5900         * m4/gl_list.m4: New file.
5901
5902 2006-07-17  Bruno Haible  <bruno@clisp.org>
5903
5904         * lib/gl_list.h: New file.
5905         * lib/gl_list.c: New file.
5906         * lib/gl_array_list.h: New file.
5907         * lib/gl_array_list.c: New file.
5908         * lib/gl_carray_list.h: New file.
5909         * lib/gl_carray_list.c: New file.
5910         * lib/gl_linked_list.h: New file.
5911         * lib/gl_linked_list.c: New file.
5912         * lib/gl_anylinked_list1.h: New file.
5913         * lib/gl_anylinked_list2.h: New file.
5914         * lib/gl_avltree_list.h: New file.
5915         * lib/gl_avltree_list.c: New file.
5916         * lib/gl_anyavltree_list1.h: New file.
5917         * lib/gl_anyavltree_list2.h: New file.
5918         * lib/gl_rbtree_list.h: New file.
5919         * lib/gl_rbtree_list.c: New file.
5920         * lib/gl_anyrbtree_list1.h: New file.
5921         * lib/gl_anyrbtree_list2.h: New file.
5922         * lib/gl_anytree_list1.h: New file.
5923         * lib/gl_anytree_list2.h: New file.
5924         * lib/gl_linkedhash_list.h: New file.
5925         * lib/gl_linkedhash_list.c: New file.
5926         * lib/gl_anyhash_list1.h: New file.
5927         * lib/gl_anyhash_list2.h: New file.
5928         * lib/gl_avltreehash_list.h: New file.
5929         * lib/gl_avltreehash_list.c: New file.
5930         * lib/gl_rbtreehash_list.h: New file.
5931         * lib/gl_rbtreehash_list.c: New file.
5932         * lib/gl_anytreehash_list1.h: New file.
5933         * lib/gl_anytreehash_list2.h: New file.
5934
5935         * lib/gl_oset.h: New file.
5936         * lib/gl_oset.c: New file.
5937         * lib/gl_array_oset.h: New file.
5938         * lib/gl_array_oset.c: New file.
5939         * lib/gl_avltree_oset.h: New file.
5940         * lib/gl_avltree_oset.c: New file.
5941         * lib/gl_rbtree_oset.h: New file.
5942         * lib/gl_rbtree_oset.c: New file.
5943         * lib/gl_anytree_oset.h: New file.
5944
5945 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5946
5947         * m4/mkancesdirs.m4: New file.
5948         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
5949         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
5950         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
5951         it.
5952
5953 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5954
5955         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
5956         * lib/mkancesdirs.h: New files.
5957         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
5958         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
5959         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
5960         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
5961         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
5962         callers changed.  Revamp internals significantly, by not
5963         attempting to create directories that are temporarily more
5964         permissive than the final results.  Do not attempt to use
5965         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
5966         This removes some race conditions, fixes some bugs, and simplifies
5967         things.  Use new dirchownmod function to do owner and mode changes.
5968         * lib/mkdir-p.h: Likewise.
5969         * lib/modechange.c (octal_to_mode): New function.
5970         (struct mode_change): New member mentioned.
5971         (make_node_op_equals): New arg mentioned.  All callers changed.
5972         (mode_compile): Keep track of which mode bits the user has explicitly
5973         mentioned.
5974         (mode_adjust): New arg DIR, so that we implement the X op correctly.
5975         New arg PMODE_BITS, to keep track of which mode bits the user
5976         mentioned; it treats S_ISUID and S_ISGID speciall.
5977         All callers changed.
5978         * lib/modechange.h: Likewise.
5979
5980 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5981
5982         * MODULES.html.sh: Add mkancestors.
5983         * modules/mkancesdirs: New module.
5984         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
5985         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
5986         The chdir-safer and afs files are now orphans; I'll remove them
5987         unless someone speaks up.
5988         Add lib/dirchownmod.c, lib/dirchownmod.h.
5989         (Depends-on): Remove alloca, chown, save-cwd, dirname.
5990         Add lchown, mkancesdirs.
5991         (Maintainer): Add self.
5992
5993 2006-07-15  Karl Berry  <karl@gnu.org>
5994
5995         * gnulib-tool: help message wording/arrangement.
5996
5997 2006-07-14  Simon Josefsson  <jas@extundo.com>
5998
5999         * doc/gnulib.texi (Libtool and Windows): New section.
6000
6001 2006-07-12  Simon Josefsson  <jas@extundo.com>
6002
6003         * modules/gendocs (License): Fix license, approved by Karl.
6004
6005 2006-07-12  Eric Blake  <ebb9@byu.net>
6006
6007         * MODULES.html.sh: Add gendocs.
6008
6009 2006-07-11  Eric Blake  <ebb9@byu.net>
6010
6011         * modules/fdl: New module, to install doc/fdl.texi.
6012         * MODULES.html.sh: Add new section for documentation modules.
6013         * gnulib-tool: Avoid space-tab.
6014         (--doc-base): New option, to manage files from doc.
6015
6016 2006-07-11  Eric Blake  <ebb9@byu.net>
6017
6018         * m4/absolute-header.m4: Fix comments to match recent change.
6019
6020 2006-07-11  Eric Blake  <ebb9@byu.net>
6021
6022         * gnulib-tool: List --doc-base before --tests-base.
6023
6024 2006-07-11  Derek R. Price  <derek@ximbiot.com>
6025
6026         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
6027
6028 2006-07-11  Bruno Haible  <bruno@clisp.org>
6029
6030         * README: Mention where to put documentation.
6031
6032 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6033
6034         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
6035
6036 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6037
6038         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
6039         to stdint.m4.
6040
6041 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6042
6043         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
6044         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
6045         "no/such/file/stdint.h" when there is no such file, so that
6046         the resulting C code can be parsed by dodgy compilers.
6047         Problems reported by Bob Proulx.
6048
6049 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6050
6051         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
6052         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6053         macros into the GNU _D_EXACT_NAMLEN.
6054         * lib/savedir.c:  Likewise.
6055         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
6056
6057 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6058         and Paul Eggert  <eggert@cs.ucla.edu>
6059
6060         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
6061         * m4/savedir.m4:
6062         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6063         macros into the GNU _D_EXACT_NAMLEN.
6064
6065 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6066
6067         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
6068         around the absolute name, to work around a problem with the HP-UX
6069         11.23 native C compiler, reported by Bob Proulx.
6070
6071 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6072
6073         * doc/maintain.texi, make-stds.texi: Sync from
6074         <http://savannah.gnu.org/projects/gnustandards>.
6075
6076 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6077
6078         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
6079
6080 2006-07-09  Jim Meyering  <jim@meyering.net>
6081
6082         * m4/glob.m4: Remove a doubled word in a comment.
6083
6084 2006-07-09  Jim Meyering  <jim@meyering.net>
6085
6086         * lib/argp-pv.c: Remove a doubled word in a comment.
6087         * lib/check-version.c (check_version): Likewise.
6088         * lib/javacomp.c (compile_java_class): Likewise.
6089
6090 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
6091
6092         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
6093         for the benefit of people using Autoconf 2.60.  If you want to
6094         support older Autoconf versions you can copy m4/onceonly_2_57.m4
6095         (or m4/onceonly.m4, if pre-2.57) manually.
6096
6097 2006-07-08  Jim Meyering  <jim@meyering.net>
6098
6099         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
6100         comment.
6101         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
6102         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
6103         comment.
6104
6105 2006-07-08  Jim Meyering  <jim@meyering.net>
6106
6107         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
6108
6109 2006-07-07  Simon Josefsson  <jas@extundo.com>
6110
6111         * tests/test-crc.c: Change expected crc value, the test vector
6112         were probably computed using the old broken crc.c?
6113
6114 2006-07-06  Simon Josefsson  <jas@extundo.com>
6115
6116         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
6117         now the canonical place for the M4 file).
6118
6119         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
6120         from the sys_socket dependency now.
6121
6122         * modules/inet_pton (Files): Ditto.
6123
6124         * modules/inet_ntop (Files): Ditto.
6125
6126 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6127
6128         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
6129         not gl_PREREQ_GETUSERSHELL.
6130
6131 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6132
6133         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
6134         with only one argument, for Autoconf 2.60.
6135         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
6136         expand to nothing, so add a shell command to avoid syntax error.
6137         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6138
6139 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6140
6141         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
6142
6143 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6144
6145         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
6146         no longer needed.  Check for isblank decl.
6147         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
6148         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
6149         of existence.
6150
6151 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6152
6153         * lib/getloadavg.c: Use __VMS, not VMS.
6154         * lib/getopt.c: Likewise.
6155         * lib/getpagesize.h: Likewise.
6156         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
6157         and probably does not work.
6158
6159 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6160
6161         * lib/.cppi-disable: Add wcwidth.
6162         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
6163         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
6164         (ISGRAPH): Remove.  All uses changed to isgraph.
6165         (FOLD) [!defined _LIBC]: Remove special case.
6166         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
6167         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
6168         HAVE_ISBLANK.
6169         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
6170         case.
6171
6172 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6173
6174         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
6175         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
6176         brackets.  Other minor changes to suppress some compiler
6177         warnings.
6178
6179 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6180         and Paul Eggert  <eggert@cs.ucla.edu>
6181
6182         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
6183         of invoking obsolescent AC_HEADER_DIRENT macro.
6184         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
6185         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
6186         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6187         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
6188         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
6189         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6190         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
6191         * m4/readdir.m4: Remove; no longer needed.
6192
6193 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6194         and Paul Eggert  <eggert@cs.ucla.edu>
6195
6196         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
6197         Don't worry about this obsolete case any more.
6198         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
6199         directories.
6200         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
6201         worry about this obsolete case any more.
6202         * lib/fts.c: Likewise.
6203         * lib/getcwd.c: Likewise.
6204         * lib/glob.h: Likewise.
6205         * lib/savedir.c: Likewise.
6206
6207 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6208
6209         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
6210         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
6211         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
6212         needed.
6213         All uses removed.
6214         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6215         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6216         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
6217         needed.
6218         * m4/getdate.m4 (gl_GETDATE): Likewise.
6219         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6220         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6221         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6222         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6223         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6224         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6225         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
6226         needed.
6227
6228 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6229
6230         * lib/memcasecmp.c: Include <limits.h>.
6231         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
6232         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
6233         Don't assume isdigit succeeds only on '0' through '9'.
6234
6235 2006-07-05  Eric Blake  <ebb9@byu.net>
6236
6237         * modules/getaddrinfo (Depends-on): Add snprintf.
6238
6239 2006-07-05  Eric Blake  <ebb9@byu.net>
6240
6241         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
6242         to avoid 'header present but could not be compiled' on cygwin.
6243
6244 2006-07-05  Eric Blake  <ebb9@byu.net>
6245
6246         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
6247         missing from netdb.h.
6248         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
6249
6250 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6251
6252         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
6253         no longer needed.
6254         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
6255         * m4/getdate.m4 (gl_GETDATE): Likewise.
6256         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6257         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6258         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6259         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6260         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6261
6262 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6263
6264         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
6265         All uses of is_space replaced by isspace.
6266         * lib/exit.h: Don't talk about STDC_HEADERS.
6267         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
6268         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
6269         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
6270         replaced by isprint etc.
6271         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
6272         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6273         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
6274         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
6275         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
6276         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6277
6278 2006-07-05  Bruno Haible  <bruno@clisp.org>
6279
6280         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
6281         the function exists, before testing against AIX.
6282         Reported by Martin Lambers <marlam@marlam.de>.
6283
6284 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6285
6286         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
6287         From Mark D. Baushke.
6288
6289 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6290
6291         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
6292         to the absolute name, not just one, to bypass Sun C 5.8's
6293         "warning: #include of /usr/include/... may be non-portable".
6294
6295 2006-07-04  Eric Blake  <ebb9@byu.net>
6296
6297         * modules/dirname-tests: New test module.
6298         * tests/test-dirname.c: New file, replacing dirname.c
6299         TEST_DIRNAME section that was recently deleted.
6300
6301 2006-07-04  Bruno Haible  <bruno@clisp.org>
6302
6303         Assume ANSI C header files and <ctype.h> functions.
6304         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
6305         (mbsnwidth): Use isprint, iscntrl instead.
6306
6307 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6308
6309         Merge from coreutils.
6310         * MODULES.html.sh: Add xstrtold.
6311         * modules/xstrtold: New file.
6312         * modules/cycle-check (Files): Add lib/same-inode.h.
6313         * modules/dirname (Files): Add m4/double-slash-root.m4.
6314         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
6315         * modules/mkdir-p (Files): Add lib/same-inode.h.
6316         * modules/same (Files): Add lib/same-inode.h.
6317
6318 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6319
6320         * m4/absolute-header.m4: Renamed from full-header-path.m4.
6321         This is to keep the terminology clean; POSIX talks about
6322         "absolute pathnames", not "full pathnames", but the GNU
6323         Coding Standards say to use "path" for something else;
6324         so use "absolute" to keep both sides happy.
6325         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
6326         Set gl_absolute_header, not gl_full_header_path.
6327         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
6328         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
6329         All uses changed.
6330
6331         Merge from coreutils.
6332
6333         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6334
6335         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
6336         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
6337         want to require the building of c-strtod.o.
6338         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
6339         needs -lm directly.
6340         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
6341
6342         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6343
6344         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
6345         --as-needed option if available.  Problem reported by Albert Chin in
6346         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
6347         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
6348         cc merely issues a bunch of annoying warnings for --as-needed
6349         (this problem was reported by Bob Proulx).  Also, try linking with
6350         -lm to detect a bug in binutils 2.16 (this problem was reported
6351         by Ralf Wildenhues).
6352
6353         2006-06-18  Jim Meyering  <jim@meyering.net>
6354
6355         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
6356         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
6357         macro.
6358         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
6359         also check for glibc-2.4's abort-inducing bug.
6360
6361         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
6362         Low-probability clean-up should be to use rmdir to get rid of
6363         the just-created directory, not unlink.
6364
6365         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
6366         configure fail, and request a bug report to inform us about it.
6367         Add a comment that, barring reports to the contrary, in 2007 we'll
6368         assume ftruncate is universally available.
6369
6370         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6371
6372         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
6373
6374         2006-03-12  Jim Meyering  <jim@meyering.net>
6375
6376         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
6377         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
6378         * m4/same.m4 (gl_SAME): Likewise.
6379         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
6380
6381         2006-03-11  Eric Blake  <ebb9@byu.net>
6382
6383         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
6384         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
6385         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
6386         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
6387
6388 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6389
6390         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
6391         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
6392         reported by Mark D. Baushke, one in
6393         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
6394
6395         Merge from coreutils.
6396
6397         * lib/.cppi-disable: Add stdint_.h.
6398         * lib/.cvsignore: Add stdint.h.
6399
6400         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6401
6402         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
6403         both double and long double versions.
6404         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
6405         * lib/xstrtold.c: New file.
6406         * lib/xstrtod.h (xstrtold): New decl.
6407
6408         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
6409
6410         * lib/filemode.c (setst): Remove.
6411         (strmode): Rewrite to avoid setst.  This makes the code shorter,
6412         (arguably) clearer, and the generated code is a bit smaller on my
6413         Debian GNU/Linux stable x86 host.
6414
6415         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6416
6417         * lib/filemode.c: Include "filemode.h" first, to test the interface.
6418         Assume that filemode.h includes sys/types.h and sys/stat.h.
6419         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
6420         (ftypelet): Reorder to put common cases first, for efficiency.
6421         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
6422         to do 'M'.
6423         (strmode): Renamed from mode_string, and now stores 12 bytes instead
6424         of 10, for compatibility with FreeBSD.  All callers changed.
6425         (filemodestring): Now stores 12 bytes instead of 10, and sets file
6426         types that can't be deduced solely from st_mode.  First arg is now a
6427         const pointer.
6428         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
6429         (strmode): Renamed from mode_string.
6430         (filemodestring): New decl.
6431         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
6432         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
6433         needed.
6434         (S_ISPORT, S_ISWHT): New macros, if not already defined.
6435
6436         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
6437
6438         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
6439         fsusage.h now does that.  Include fsusage.h first, to test interface.
6440         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
6441         at most one method (the old code could have generated decls that
6442         didn't conform to C89, not that this was ever exercised).
6443         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
6444
6445         2006-03-19  Jim Meyering  <jim@meyering.net>
6446
6447         Work even in a chroot where d_ino values for entries in "/"
6448         don't match the stat.st_ino values for the same names.
6449         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
6450         number, iterate through all entries again, using lstat instead.
6451         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
6452         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
6453
6454         * lib/getcwd.c (__getcwd): Clarify a comment.
6455         Use memcpy in place of a call to strcpy.
6456
6457         2006-03-12  Jim Meyering  <jim@meyering.net>
6458
6459         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
6460         matches that of the current directory (which we're about to chdir ".."
6461         out of), then save the dev-ino of the parent, instead.
6462
6463         * lib/same-inode.h (SAME_INODE): New file/macro.
6464         * lib/chdir-safer.c (SAME_INODE): Remove definition.
6465         Include "same-inode.h", instead.
6466         * lib/same.c: Likewise.
6467         * lib/cycle-check.h: Include "same-inode.h".
6468         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
6469         * lib/cycle-check.c (SAME_INODE): Remove definition.
6470         * lib/root-dev-ino.h: Include "same-inode.h".
6471
6472         2006-03-11  Eric Blake  <ebb9@byu.net>
6473
6474         * lib/same.c (same_name): s/base_name/last_component/
6475         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
6476         * lib/filenamecat.c (file_name_concat): Likewise.
6477
6478         2006-03-11  Eric Blake  <ebb9@byu.net>,
6479                     Paul Eggert  <eggert@cs.ucla.edu>
6480
6481         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
6482         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
6483         drive prefix.
6484         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
6485         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
6486         (last_component): New method.
6487         * lib/dirname.c (dir_len): Determine when drive letters need a
6488         subsequent slash.  Preserve // when it is special.
6489         (dir_name): Don't append dot when drive letter is absolute.
6490         [TEST_DIRNAME]: Move into a full-blown gnulib test.
6491         * lib/basename.c (base_name): New semantics - malloc the result.
6492         Preserve // when it is special.  Preserve relative files that look
6493         like drive letters.
6494         (base_len): Preserve // when it is special.
6495         (last_component): New method, similar to old base_name semantics.
6496         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
6497         base_name.  Strip redundant slashes from ///.
6498
6499 2006-07-03  Jim Meyering  <jim@meyering.net>
6500
6501         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
6502         macro is used before the first cycle_check call.
6503
6504 2006-07-03  Eric Blake  <ebb9@byu.net>
6505
6506         * modules/dirname (Depends-on): Add xstrndup.
6507
6508 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6509
6510         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
6511         test cases, so that config.log is a bit easier to follow.
6512
6513 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6514
6515         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
6516         both are 64 bits, since this seems to be the tradition, and this
6517         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
6518         we ever run into a host that prefers long long to long in this
6519         case, we'll need another configure-time test.  Problem reported by
6520         Jim Meyering.
6521
6522 2006-07-02  Eric Blake  <ebb9@byu.net>
6523
6524         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
6525
6526 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6527
6528         * modules/inttypes (Depends-on): No longer depends on stdint.
6529         * modules/stdint (Description): Say more about assumptions.
6530         Say that the fast types might differ.  Say macros are used.
6531         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
6532         (Makefile.am): Revise list of substituted symbols to match
6533         new stdint.m4.
6534         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
6535         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
6536         * tests/test-stdint.c (verify_same_types)
6537         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
6538         the code conforms to C99/C89.
6539         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
6540         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
6541
6542 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6543
6544         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
6545         but fix a bug, by requiring at least 64 bits.
6546         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6547         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
6548         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
6549         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
6550
6551         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
6552         changes.  Make 2.59 a prerequisite.  Check and substitute for
6553         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
6554         inttypes.h.  Do not use special include files; just use the
6555         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
6556         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
6557         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
6558         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
6559         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
6560         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
6561         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
6562         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
6563         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
6564         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
6565         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
6566         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
6567         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
6568         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
6569         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
6570         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
6571         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
6572         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
6573         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
6574         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
6575         WINT_MAX.  Check for C99 conformance more strictly, by detecting
6576         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
6577         not check for things that C99 does not require, e.g., int8_t.  If
6578         a test isn't needed unless <stdint.h> isn't working, and is
6579         unlikely to be needed for any other reason, then don't do it
6580         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
6581         size_t, since we assume C89 freestanding at least.  Do not check
6582         for sig_atomic_t, wchar_t, or wint_t, since the code now does
6583         the right thing even if the types are not defined.  Instead use:
6584         (gl_STDINT_TYPE_PROPERTIES): New macro.
6585         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
6586         testing whether <sys/types.h> clashes, as Autoconf does this for
6587         us now.  All uses removed.
6588         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
6589         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
6590         (gl_CHECK_TYPE_SAME):
6591         Remove; no longer needed.
6592         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
6593         exists, since we'll return 0 anyway in that case.
6594         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
6595
6596 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6597
6598         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
6599         possible collision with system files.
6600         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
6601         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
6602         WCHAR_MIN and WCHAR_MAX in this case.
6603         (<stddef.h>): Do not include; no longer needed.
6604         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
6605         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
6606         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
6607         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
6608         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
6609         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
6610         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
6611         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
6612         !defined(__c99))]: Include in this case too, since it's harmless
6613         now.
6614         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
6615         dangerous to do so.
6616         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
6617         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
6618         (_STDINT_MIN, _STDINT_MAX): New macros.
6619         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
6620         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
6621         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
6622         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
6623         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
6624         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
6625         macros, not typedefs; this simplifies things quite a bit.
6626         Use long int for all types narrower than int64_t.
6627         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
6628         Define in terms of long long int or int64_t or long int,
6629         not int64_t or int32_t.  This saves some compile-time testing.
6630         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
6631         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
6632         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
6633         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
6634         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
6635         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
6636         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
6637         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
6638         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
6639         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
6640         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6641         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6642         undef any previous version and define our own version, for
6643         simplicity and consistency with the new macros for types.
6644         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6645         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6646         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
6647         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
6648         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
6649         @WINT_T_SUFFIX@ to keep things simple here.
6650         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
6651         Simplify by assuming typical 8/16/32/64 host, since we're
6652         already doing that elsewhere anyway.
6653         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
6654         and assume long long int is 64 bits if available.  This
6655         speeds up 'configure'.
6656
6657 2006-07-01  Eric Blake  <ebb9@byu.net>
6658
6659         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
6660         Reported by Andreas Buening.
6661
6662 2006-07-01  Eric Blake  <ebb9@byu.net>
6663
6664         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
6665
6666 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6667
6668         * lib/getaddrinfo.c: fixed typo
6669
6670 2006-06-29  Jim Meyering  <jim@meyering.net>
6671
6672         * modules/strftime (Maintainer): Add my name, since with the
6673         FPRINTFTIME changes strftime.c has forked from glibc.
6674
6675 2006-06-29  Eric Blake  <ebb9@byu.net>
6676
6677         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
6678
6679 2006-06-29  Eric Blake  <ebb9@byu.net>
6680
6681         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
6682
6683 2006-06-29  Eric Blake  <ebb9@byu.net>
6684
6685         * lib/stat_.h: New file.
6686
6687 2006-06-29  Eric Blake  <ebb9@byu.net>
6688
6689         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
6690         unused static function.
6691
6692 2006-06-29  Eric Blake  <ebb9@byu.net>
6693
6694         * doc/functions.texi (Function Portability): Document missing lstat
6695         on mingw.
6696
6697 2006-06-29  Eric Blake  <ebb9@byu.net>
6698
6699         * MODULES.html.sh: Add sys_stat.
6700         * modules/sys_stat: New module.
6701         * modules/mkstemp (Depends-on): Add sys_stat.
6702
6703 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6704
6705         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
6706
6707 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6708
6709         * m4/c-bs-a.m4: Removed.
6710
6711 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6712
6713         * lib/strftime.c: Assume strftime() exists.
6714
6715 2006-06-29  Derek Price  <derek@ximbiot.com>
6716
6717         * modules/c-bs-a: Removed - \a is C89.
6718         * MODULES.html.sh: Remove c-bs-a.
6719
6720 2006-06-29  Bruno Haible  <bruno@clisp.org>
6721
6722         * modules/wcwidth (License): Change to LGPL.
6723
6724 2006-06-28  Simon Josefsson  <jas@extundo.com>
6725
6726         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
6727         on _WIN32.
6728
6729         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
6730         getnameinfo.
6731
6732 2006-06-28  Simon Josefsson  <jas@extundo.com>
6733
6734         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
6735
6736 2006-06-28  Simon Josefsson  <jas@extundo.com>
6737
6738         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
6739         functions there.  It will succeed on Windows XP, but on Windows
6740         2000 and (presumably) earlier, it will fail, and use the internal
6741         re-implementation.
6742         (use_win32_p): New function.
6743         (getaddrinfo): Use strtoul on servname, to support numeric ports.
6744         Support AI_NUMERICSERV to disable getservbyname.
6745         (getnameinfo): New function, only supports
6746         NI_NUMERICHOST|NI_NUMERICSERV for now.
6747
6748         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
6749         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
6750         getnameinfo.
6751
6752 2006-06-28  Eric Blake  <ebb9@byu.net>
6753
6754         * modules/wcwidth: New file.
6755         * modules/mbchar (Depends-on): Add wcwidth.
6756         * modules/mbswidth (Depends-on): Add wcwidth.
6757         * MODULES.html.sh: Add wcwidth.
6758
6759 2006-06-28  Eric Blake  <ebb9@byu.net>
6760
6761         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
6762         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
6763
6764 2006-06-28  Eric Blake  <ebb9@byu.net>
6765
6766         * lib/xvasprintf.h: Fix comments.
6767
6768 2006-06-28  Eric Blake  <ebb9@byu.net>
6769
6770         * lib/mbchar.h (wcwidth): Include wcwidth.h.
6771         * lib/mbswidth.c (wcwidth): Move from here...
6772         * lib/wcwidth.h: ...to this new file.
6773
6774 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6775
6776         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
6777
6778         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
6779         it's obsolete.
6780         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
6781
6782 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6783
6784         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
6785         Autoconf 2.60 says this stuff was obsolete.
6786
6787 2006-06-28  Bruno Haible  <bruno@clisp.org>
6788
6789         * modules/wcwidth (Files): Add m4/wchar_t.m4.
6790
6791 2006-06-28  Bruno Haible  <bruno@clisp.org>
6792
6793         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
6794         gt_TYPE_WCHAR_T.
6795
6796 2006-06-28  Bruno Haible  <bruno@clisp.org>
6797
6798         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
6799         declaration for wcwidth.
6800         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
6801
6802 2006-06-28  Bruno Haible  <bruno@clisp.org>
6803
6804         * lib/mkdtemp.c [MINGW]: Include <io.h>.
6805         (mkdir): Define using _mkdir.
6806
6807 2006-06-28  Bruno Haible  <bruno@clisp.org>
6808
6809         * lib/getaddrinfo.h: Fix POSIX URL.
6810         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
6811         _WIN32.
6812         (use_win32_p): Make static.
6813         (getaddrinfo): Reject service name if it is empty or does not consist
6814         solely of decimal digits, or if its value is > 65535.
6815         (getnameinfo): Remove useless casts.
6816
6817 2006-06-27  Simon Josefsson  <jas@extundo.com>
6818
6819         * modules/sys_select: New file, suggested by Bruno Haible, Paul
6820         Eggert and Martin Lambers.
6821
6822 2006-06-27  Simon Josefsson  <jas@extundo.com>
6823
6824         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
6825         Eggert and Martin Lambers.
6826
6827 2006-06-27  Bruno Haible  <bruno@clisp.org>
6828
6829         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
6830         result to 0, not to empty.
6831         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
6832
6833 2006-06-27  Bruno Haible  <bruno@clisp.org>
6834
6835         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
6836
6837 2006-06-26  Simon Josefsson  <jas@extundo.com>
6838
6839         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
6840         present.
6841
6842 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6843
6844         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
6845         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
6846         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
6847
6848 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
6849
6850         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
6851
6852 2006-06-26  Bruno Haible  <bruno@clisp.org>
6853
6854         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
6855
6856 2006-06-26  Bruno Haible  <bruno@clisp.org>
6857
6858         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
6859
6860 2006-06-26  Bruno Haible  <bruno@clisp.org>
6861
6862         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
6863         SGI C compiler in pre-C99 mode.
6864         Suggested by Mark D. Baushke and Larry Jones.
6865
6866 2006-06-26  Bruno Haible  <bruno@clisp.org>
6867
6868         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
6869         WCHAR_MAX.
6870         Reported by Mark D. Baushke and Larry Jones.
6871
6872 2006-06-26  Bruno Haible  <bruno@clisp.org>
6873
6874         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
6875         in pre-C99 mode.
6876         Suggested by Mark D. Baushke and Larry Jones.
6877
6878 2006-06-23  Simon Josefsson  <jas@extundo.com>
6879             Bruno Haible  <bruno@clisp.org>
6880
6881         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
6882         Emit mostlyclean-local rule.
6883         (func_emit_tests_Makefile_am): Likewise.
6884         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
6885
6886 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
6887
6888         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
6889
6890 2006-06-23  Bruno Haible  <bruno@clisp.org>
6891
6892         * tests/test-stdint.c: Update to match ISO C 99 Technical
6893         Corrigendum 1.
6894
6895 2006-06-23  Bruno Haible  <bruno@clisp.org>
6896
6897         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
6898
6899 2006-06-23  Bruno Haible  <bruno@clisp.org>
6900
6901         * lib/stdint_.h: Treat IRIX like OpenBSD.
6902
6903 2006-06-23  Bruno Haible  <bruno@clisp.org>
6904
6905         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
6906         ISO C 99 Technical Corrigendum 1.
6907
6908 2006-06-22  Simon Josefsson  <jas@extundo.com>
6909
6910         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
6911         MinGW.
6912
6913 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
6914
6915         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
6916         needed.  Some compiler complained about some of them.  Problem reported
6917         by Larry Jones in
6918         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
6919
6920 2006-06-21  Simon Josefsson  <jas@extundo.com>
6921
6922         * tests/test-getaddrinfo.c: New file.
6923
6924         * modules/getaddrinfo-tests: New file.
6925
6926         * MODULES.html.sh: Add inet_pton.
6927
6928         * modules/inet_pton: New file.
6929
6930 2006-06-21  Simon Josefsson  <jas@extundo.com>
6931
6932         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
6933         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
6934         of using the (limited) gnulib implementation on Windows XP.
6935
6936         * m4/inet_pton.m4: New file.
6937
6938 2006-06-21  Simon Josefsson  <jas@extundo.com>
6939
6940         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
6941         variable.
6942
6943         * lib/socket_.h: Don't define WINVER.
6944
6945         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
6946         slightly modified to work in gnulib.
6947
6948 2006-06-21  Simon Josefsson  <jas@extundo.com>
6949
6950         * doc/gnulib.texi (Windows sockets): Add.
6951
6952 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
6953
6954         * lib/read-file.c (fread_file): Start with buffer allocation of
6955         0 bytes rather than 1 byte; this simplifies the code.
6956         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
6957         code to free buffer and save/restore errno.
6958         (internal_read_file): Remove unused local.
6959
6960 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6961
6962         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
6963         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
6964         Problem reported by Denis Excoffier in
6965         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
6966
6967 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6968
6969         * modules/sys_socket, modules/socklen: Include sys/types since
6970         FreeBSD 4.x's sys/socket.h needs it.
6971
6972 2006-06-19  Simon Josefsson  <jas@extundo.com>
6973
6974         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
6975
6976 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6977
6978         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
6979
6980 2006-06-19  Bruno Haible  <bruno@clisp.org>
6981
6982         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
6983         and FULL_PATH_INTTYPES_H in angle brackets.
6984         Reported by Mark D. Baushke <mdb@gnu.org>.
6985
6986 2006-06-17  Eric Blake  <ebb9@byu.net>
6987
6988         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
6989         errno.
6990
6991 2006-06-17  Bruno Haible  <bruno@clisp.org>
6992
6993         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
6994         <sys/inttypes.h>.
6995
6996 2006-06-17  Bruno Haible  <bruno@clisp.org>
6997
6998         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
6999         whether errno is declared. Assume <errno.h> declares errno.
7000
7001 2006-06-17  Bruno Haible  <bruno@clisp.org>
7002
7003         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
7004
7005 2006-06-17  Bruno Haible  <bruno@clisp.org>
7006
7007         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
7008         problem on Solaris 2.5.1.
7009
7010 2006-06-16  Eric Blake  <ebb9@byu.net>
7011
7012         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
7013         * lib/unicodeio.c [!defined errno]: Likewise.
7014         * lib/strtol.c [!defined errno]: Likewise.
7015         * lib/strtod.c [!defined errno]: Likewise.
7016
7017 2006-06-15  Eric Blake  <ebb9@byu.net>
7018
7019         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
7020
7021 2006-06-15  Eric Blake  <ebb9@byu.net>
7022
7023         * config/srclist.txt (ssize_t.m4): Lose sync.
7024
7025 2006-06-15  Bruno Haible  <bruno@clisp.org>
7026
7027         * modules/stdint (Files): Include m4/full-header-path.m4,
7028         m4/size_max.m4, m4/wchar_t.m4.
7029         (Makefile.am): Many more substitutions.
7030         * modules/stdint-tests: New file.
7031         * tests/test-stdint.c: New file.
7032
7033 2006-06-15  Bruno Haible  <bruno@clisp.org>
7034
7035         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
7036         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
7037         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
7038         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
7039         gl_CHECK_TYPE_SAME): New macros.
7040
7041 2006-06-15  Bruno Haible  <bruno@clisp.org>
7042
7043         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
7044
7045 2006-06-15  Bruno Haible  <bruno@clisp.org>
7046
7047         * lib/stdint_.h: Rewritten to be fully auto-configured.
7048         Fixes bug on HP-UX/IA64.
7049
7050 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
7051
7052         * lib/getdate.y (__attribute__): Don't define if already defined.
7053         Problem reported by Larry Jones.
7054         * lib/utimens.c (__attribute__): Likewise.
7055
7056 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
7057
7058         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
7059         reported by Andreas Schwab.
7060
7061 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7062             Bruno Haible  <bruno@clisp.org>
7063
7064         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
7065         check for the declaration of strnlen and a run test that exposes the
7066         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
7067         rpl_strndup.
7068
7069 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7070             Bruno Haible  <bruno@clisp.org>
7071
7072         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
7073
7074 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7075
7076         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
7077         compile test, for Tru64 4.0D.
7078
7079 2006-05-28  Karl Berry  <karl@gnu.org>
7080
7081         * config/srclist.txt (printf-args.c): lose sync.
7082
7083 2006-05-26  Martin Lambers  <marlam@marlam.de>
7084
7085         * lib/getpass.c: Updates the test for the native W32 API, and adds
7086         missing includes, thus fixing compilation warnings.
7087
7088 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7089
7090         * lib/exclude.c (exclude_fnmatch): New function.
7091         (excluded_file_name): Call exclude_fnmatch.
7092         * lib/exclude.h (excluded_file_name): New prototype
7093
7094 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7095
7096         * lib/tempname.c (small_open, large_open): New macros.
7097         (__open, __open64) [!_LIBC]: Remove.
7098         (__gen_tempname): Use small_open and large_open instead of __open
7099         and __open64.  This fixes a portability bug on HP-UX 11.11i
7100         reported by Simon Wing-Tang in
7101         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
7102
7103 2006-05-24  Bruno Haible  <bruno@clisp.org>
7104
7105         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
7106         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
7107         Reported by Thorsten Maerz <torte@netztorte.de> via
7108         Aaron Stone <aaron@serendipity.cx>.
7109
7110 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7111
7112         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
7113         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
7114         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
7115         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
7116         not really conditional on the cache.
7117         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
7118
7119 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7120
7121         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
7122         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
7123         (my_usleep): Don't mishandle maximum value.
7124
7125 2006-05-19  Jim Meyering  <jim@meyering.net>
7126
7127         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
7128
7129 2006-05-17  Bruno Haible  <bruno@clisp.org>
7130
7131         Cygwin portability.
7132         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
7133
7134 2006-05-17  Bruno Haible  <bruno@clisp.org>
7135
7136         * lib/stdint_.h: Fix recognition of Cygwin.
7137
7138 2006-05-15  Bruno Haible  <bruno@clisp.org>
7139
7140         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
7141         on libtool patch by Ralf Wildenhues.
7142
7143 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7144
7145         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
7146         test for C99 conformance; (bool) 0.5 is an integer constant
7147         expression, but (bool) -0.5 is not.  Problem reported by Fedor
7148         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
7149
7150 2006-05-11  Simon Josefsson  <jas@extundo.com>
7151
7152         * m4/xvasprintf.m4: Fix obvious typo.
7153
7154 2006-05-11  Jim Meyering  <jim@meyering.net>
7155
7156         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
7157         James Lemley.
7158
7159 2006-05-10  Simon Josefsson  <jas@extundo.com>
7160
7161         * lib/md4.c: Typo fix, update copyright years.
7162         (K1, K2): Don't use L because it turn computations into 64-bit on
7163         64-bit platforms.
7164
7165 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7166
7167         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
7168         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
7169         unwanted sign propagation, e.g., on hosts with 64-bit int.
7170         There still are some problems with reeelly weird theoretical hosts
7171         (e.g., 33-bit int) but it's not worth worrying about now.
7172         * lib/sha1.c (rol): Likewise.
7173         (K1, K2, K3, K4): Remove unnecessary L suffix.
7174
7175 2006-05-10  Bruno Haible  <bruno@clisp.org>
7176
7177         * lib/des.c: Cast to avoid warnings.
7178
7179 2006-05-09  Bruno Haible  <bruno@clisp.org>
7180
7181         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
7182         (Depends-on): Depend also on xsize, stdarg.
7183         (configure.ac): Add gl_XVASPRINTF.
7184
7185 2006-05-09  Bruno Haible  <bruno@clisp.org>
7186
7187         * m4/xvasprintf.m4: New file.
7188
7189 2006-05-09  Bruno Haible  <bruno@clisp.org>
7190
7191         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
7192         (EOVERFLOW): Define fallback value.
7193         (xstrcat): New function.
7194         (xvasprintf): Recognize the special case of a string concatenation.
7195
7196 2006-05-08  Eric Blake  <ebb9@byu.net>
7197
7198         * gnulib-tool (func_version): Base copyright year on CVS date.
7199         (func_emit_copyright_notice): New function.
7200         (func_emit_lib_Makefile_am): Use it.
7201         (func_emit_tests_Makefile_am): Likewise.
7202         (func_import): Likewise.
7203
7204 2006-05-08  Bruno Haible  <bruno@clisp.org>
7205
7206         * modules/stdarg: New file.
7207         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
7208
7209 2006-05-08  Bruno Haible  <bruno@clisp.org>
7210
7211         * m4/stdarg.m4: New file, from GNU gettext.
7212
7213 2006-05-08  Bruno Haible  <bruno@clisp.org>
7214
7215         * config/srclist.txt (build-aux/config.rpath): different from latest
7216         release.
7217
7218 2006-05-08  Bruno Haible  <bruno@clisp.org>
7219
7220         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
7221
7222 2006-05-05  Jim Meyering  <jim@meyering.net>
7223
7224         * m4/warning.m4: New file, derived from bison's file by the same name.
7225
7226 2006-05-03  Bruno Haible  <bruno@clisp.org>
7227
7228         * lib/stdint_.h: Shorter URL.
7229         * lib/inttypes.h: Likewise.
7230
7231 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7232
7233         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
7234
7235 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7236
7237         * lib/verify.h: Document the internals better.  Most of this change
7238         was written by Bruno Haible.
7239
7240 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7241
7242         * doc/verify.texi: New file, partly based on a proposal by
7243         Bruno Haible.
7244
7245 2006-05-02  Bruno Haible  <bruno@clisp.org>
7246
7247         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
7248         test from here...
7249         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
7250
7251 2006-04-29  Bruno Haible  <bruno@clisp.org>
7252
7253         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
7254         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
7255
7256 2006-04-29  Bruno Haible  <bruno@clisp.org>
7257
7258         * gnulib-tool: Make --update option actually work.
7259
7260 2006-04-29  Bruno Haible  <bruno@clisp.org>
7261
7262         * doc/gcd.texi: New file.
7263         * doc/gnulib.texi: Include it.
7264
7265 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7266
7267         * lib/getdate.y (get_date): When adding relative date, start with the
7268         initial time, not with the result of the first mktime call.
7269
7270 2006-04-25  Bruno Haible  <bruno@clisp.org>
7271
7272         * gnulib-tool (func_import): Output the include directives in three
7273         blocks, sorted separately.
7274         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7275
7276 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7277
7278         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
7279         to define main with arguments, for C++.  Reported by Eric Blake.
7280         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
7281         Prefer 'int main ()' to 'int main (void)', for C++.
7282         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
7283         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
7284         for 'main', for C99 and C++.
7285
7286 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7287
7288         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
7289         Don't assume that exit status -1 is valid.
7290         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7291         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7292         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7293         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
7294         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
7295         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
7296         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
7297         functions can be used without declaring them, or that you can
7298         exit with status -1.
7299         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7300
7301 2006-04-24  Karl Berry  <karl@gnu.org>
7302
7303         * config/srclist.txt (longdouble.m4): sync lost.
7304
7305 2006-04-24  Eric Blake  <ebb9@byu.net>
7306
7307         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
7308
7309 2006-04-24  Bruno Haible  <bruno@clisp.org>
7310
7311         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
7312         poll() implementation in AIX.
7313         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7314
7315 2006-04-24  Bruno Haible  <bruno@clisp.org>
7316
7317         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
7318         assigned exactly once.
7319
7320 2006-04-23  Claudio Fontana  <claudio@gnu.org>
7321             Bruno Haible  <bruno@clisp.org>
7322
7323         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
7324         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
7325         for AM_CPPFLAGS.
7326
7327 2006-04-23  Bruno Haible  <bruno@clisp.org>
7328
7329         * modules/copy-file: Depend on unistd.
7330         * modules/execute: Likewise.
7331         * modules/fatal-signal: Likewise.
7332         * modules/findprog: Likewise.
7333         * modules/mkdtemp : Likewise.
7334         * modules/pipe: Likewise.
7335         * modules/wait-process: Likewise.
7336
7337 2006-04-23  Bruno Haible  <bruno@clisp.org>
7338
7339         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
7340         condition was already detected.
7341         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7342
7343 2006-04-23  Bruno Haible  <bruno@clisp.org>
7344
7345         * lib/copy-file.c: Include <unistd.h> unconditionally.
7346         * lib/execute.c: Likewise.
7347         * lib/fatal-signal.c: Likewise.
7348         * lib/findprog.c: Likewise.
7349         * lib/mkdtemp.c: Likewise.
7350         * lib/pipe.h: Likewise.
7351         * lib/pipe.c: Likewise.
7352         * lib/wait-process.h: Likewise.
7353
7354 2006-04-23  Bruno Haible  <bruno@clisp.org>
7355
7356         * gnulib-tool (func_usage): Fix --import description. Document
7357         --update.
7358         (func_import): Create temporary file in a temporary directory, if
7359         --dry-run is specified. Silence errors from 'grep' when there are no
7360         m4 files in $m4dir.
7361         (func_create_testdir): Silence errors from 'grep' when there are no
7362         m4 files in $m4dir.
7363         Reported by Karl Berry <karl@freefriends.org>.
7364
7365 2006-04-20  Bruno Haible  <bruno@clisp.org>
7366
7367         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
7368         one argument, so that the code will be portable to Autoconf 2.60.
7369         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
7370         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7371         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
7372
7373 2006-04-19  Derek Price  <derek@ximbiot.com>
7374             Eric Blake  <ebb9@byu.net>
7375
7376         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
7377         rather than "/full/path.h".  Update comment to match.  Shorten &
7378         generalize m4_translit call via AS_TR_CPP.
7379
7380 2006-04-19  Derek Price  <derek@ximbiot.com>
7381             Eric Blake  <ebb9@byu.net>
7382
7383         * lib/inttypes.h: Correct grammar in comment.
7384
7385 2006-04-18  Derek Price  <derek@ximbiot.com>
7386             Paul Eggert  <eggert@cs.ucla.edu>
7387
7388         * modules/inttypes: New file.
7389         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
7390
7391 2006-04-18  Derek Price  <derek@ximbiot.com>
7392             Paul Eggert  <eggert@cs.ucla.edu>
7393
7394         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
7395         New files.
7396
7397 2006-04-18  Derek Price  <derek@ximbiot.com>
7398             Paul Eggert  <eggert@cs.ucla.edu>
7399
7400         * lib/inttypes.h: New file.
7401         * lib/strtoimax.c: Assume <inttypes.h>.
7402
7403 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
7404
7405         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
7406         isn't mounted.  Problem reported by Kir Kolyshkin.
7407
7408 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7409
7410         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
7411         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
7412         Derek R. Price.
7413         * lib/regex.h (RE_DUP_MAX): Update comment to match current
7414         implementation.
7415
7416 2006-04-12  Eric Blake  <ebb9@byu.net>
7417
7418         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
7419         is now done automatically by the corresponding Autoconf macro.
7420
7421 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
7422
7423         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
7424         time_r.h.
7425
7426 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7427
7428         Merge regex changes from libc, removing some of our
7429         POSIX-conformance changes that were rejected and redoing them in a
7430         less-intrusive way.
7431
7432         * lib/regcomp.c (re_compile_internal, init_dfa):
7433         Length arg is now size_t, not Idx.  All uses changed.
7434         (peek_token): Forward decl now says internal_function.
7435         (__re_error_msgid, __re_error_msgid_idx):
7436         Now static rather than extern with attribute_hidden.
7437         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
7438         For some reason libc prefers K&R style defns for external functions.
7439         (regerror) [!defined _LIBC]: Likewise.
7440         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
7441         (seek_collating_symbol_entry, lookup_collation_sequence_value):
7442         (build_range_exp, build_collating_symbol):
7443         Use K&R-style defn.
7444         (re_compile_fastmap): Use '\0' to memset, not 0.
7445         (utf8_sb_map): Make the calculations more obvious.
7446         (init_dfa, parse_bracket_exp, build_charclass_op):
7447         Call calloc and cast result, as glibc does.
7448         (init_word_char, fetch_token, peek_token, peek_token_bracket):
7449         (build_range_exp, build_collating_symbol):
7450         Now internal functions.
7451
7452         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
7453
7454         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
7455         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
7456         Don't depend on VMS; depend on __VMS instead, for POSIX
7457         namespace cleanness.
7458         (regoff_t): Define to ssize_t, not long int.
7459
7460         Remove the REG_ macros named below.  Instead, make the old names
7461         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
7462         __USE_GNU_REGEX.
7463         (REG_BACKSLASH_ESCAPE_IN_LISTS):
7464         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
7465         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
7466         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
7467         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
7468         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
7469         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
7470         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
7471         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
7472         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
7473         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
7474         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
7475         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
7476         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
7477         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
7478         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
7479         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
7480         (REG_NREGS):
7481         Remove.  All uses replaced by the old RE_* names.
7482         (RE_BACKSLASH_ESCAPE_IN_LISTS):
7483         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
7484         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
7485         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
7486         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
7487         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
7488         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
7489         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
7490         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
7491         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
7492         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
7493         Don't bother having these macros be independent of each others'
7494         values, since they no longer exist in the POSIX name space.
7495
7496         Rename the following member names back to their old names,
7497         unless !__USE_GNU_REGEX.  All uses changed back.
7498         (buffer): Renamed from re_buffer.
7499         (allocated): Renamed from re_allocated.
7500         (used): Renamed from re_used.
7501         (syntax): Renamed from re_syntax.
7502         (fastmap): Renamed from re_fastmap.
7503         (translate): Renamed from re_translate.
7504         (can_be_null): Renamed from re_can_be_null.
7505         (regs_allocated): Renamed from re_regs_allocated.
7506         (fastmap_accurate): Renamed from re_fastmap_accurate.
7507         (no_sub): Renamed from re_no_sub.
7508         (not_bol): Renamed from re_not_bol.
7509         (not_eol): Renamed from re_not_eol.
7510         (newline_anchor): Renamed from re_newline_anchor.
7511         (num_regs): Renamed from rm_num_regs.
7512         (start): Renamed from rm_start.
7513         (end): Renamed from rm_end.
7514
7515         (free_state): Move up a bit.
7516
7517         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
7518         #define to be empty.
7519         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
7520         when that is what is intended.
7521         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
7522         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
7523         (MAX): New macro.
7524         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
7525         All uses changed back to re_malloc, etc.  It's now the caller's
7526         responsibility to check for overflow; all callers changed.
7527         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
7528         (re_x2nrealloc): Remove.
7529         (free_state): Remove decl.
7530
7531         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
7532         (re_set_registers, re_exec):
7533         Use K&R-style defn.
7534
7535         2006-01-31  Roland McGrath  <roland@redhat.com>
7536
7537         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
7538         Reported by Mike Frysinger <vapier@gentoo.org>.
7539
7540         2006-01-15  Andreas Jaeger  <aj@suse.de>
7541
7542         [BZ #1950]
7543         * lib/regex_internal.c (re_string_reconstruct): Adjust for
7544         build_wcs_upper_buffer change.
7545         (build_wcs_upper_buffer): Change return type.
7546
7547         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
7548
7549         * lib/regex_internal.h: Include <stdint.h> if available.
7550
7551         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
7552
7553         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
7554
7555         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7556
7557         * lib/regcomp.c: Adjust for changed secondary hash function.
7558
7559         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
7560
7561         * lib/regex.h: Pretty printing.
7562         Clean up namespace a bit.
7563
7564         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
7565
7566         * lib/regexec.c (update_cur_sifted_state, check_arrival,
7567         check_arrival_add_next_nodes): Avoid using uninitialized variable.
7568
7569         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7570                     Ulrich Drepper  <drepper@redhat.com>
7571
7572         [BZ #1302]
7573         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
7574         changed.
7575         (bitset_word_t): Renamed from bitset_word.  All uses changed.
7576
7577         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
7578
7579         [BZ #281]
7580         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
7581         * lib/regcomp.c: Remove unnecessary uses of
7582         unsigned RE_TRANSLATE_TYPE.
7583         * lib/regex_internal.h: Likewise.
7584         * lib/regex_internal.c: Likewise.
7585         * lib/regexec.c: Likewise.
7586         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
7587
7588         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
7589
7590         * lib/regexec.c (find_recover_state): Remove unnecessary
7591         initialization.
7592         (transit_state_bkref): Make DFA a const pointer.
7593         (get_subexp): Likewise.
7594         (check_arrival): Likewise.
7595         (update_cur_sifted_state): Likewise.
7596         (re_search_internal): Likewise.
7597         (prune_impossible_nodes): Likewise.
7598         (acquire_init_state_context): Likewise.
7599         (proceed_next_node): Likewise.
7600         (set_regs): Likewise.
7601         (free_fail_stack_return): Likewise.
7602         (check_arrival_expand_ecl): Mark DFA parameter as const.
7603         (check_arrival_expand_ecl_sub): Likewise.
7604         (check_subexp_limits): Likewise.
7605         (sub_epsilon_src_nodes):  Likewise.
7606         (add_epsilon_src_nodes):  Likewise.
7607         (merge_state_array): Likewise.
7608         (update_regs): Likewise.
7609         (build_trtable): Likewise.
7610         (sift_states_backward): Mark MCTX parameter as const.
7611         (build_sifted_states): Likewise.
7612         (update_cur_sifted_state): Likewise.
7613         (sift_states_mkref): Likewise.
7614         (check_arrival_expand_ecl): Mark eclosure as const.
7615         (check_dst_limits_calc_pos_1): Likewise.
7616         * lib/regex_internal.h (re_match_context_t): Make dfa a const
7617         pointer.
7618
7619         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
7620
7621         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
7622         (transit_state_sb): Likewise.
7623         (transit_state_mb): Likewise.
7624         (sift_states_iter_mb): Likewise.
7625         (check_arrival_add_next_nodes): Likewise.
7626         (check_node_accept_bytes): Change first parameter to pointer-to-const.
7627         [_LIBC] (re_search_2_stub): Use mempcpy.
7628
7629         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
7630         mbrtowc for very simple UTF-8 case.
7631
7632         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
7633         a pointer-to-const.
7634         (re_acquire_state_context): Likewise.
7635         * lib/regex_internal.h: Adjust prototypes.
7636
7637         * lib/regex.c: Prevent using C++ compilers.
7638
7639         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
7640         (re_acquire_state_context): Likewise.
7641
7642 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7643
7644         * modules/regex (Depends-on): Add ssize_t.
7645
7646 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7647
7648         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
7649         translation table.
7650
7651 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7652
7653         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
7654
7655 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
7656             Bruno Haible  <bruno@clisp.org>
7657
7658         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
7659         <sys/types.h> and <inttypes.h>.
7660
7661 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7662
7663         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
7664         `__error_t_defined', so argp.h will not typedef the former.
7665
7666 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
7667
7668         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
7669         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
7670         glibc names.  Even if glibc is changed to conform to POSIX, the
7671         traditional names will be available anyway, since regex depends on
7672         the extensions module.  Also, fix a longstanding typo in the
7673         implementation of Spencer ERE test #75 from grep 2.3.  Problems
7674         reported by Emanuele Giaquinta.  Also, change sense of cached
7675         variable, so that the message makes sense.
7676
7677 2006-03-24  Simon Josefsson  <jas@extundo.com>
7678
7679         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
7680         including some doc fixes.
7681         (base64_encode_alloc): Fix +1 bug on allocation failures.
7682
7683 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7684
7685         * lib/base64.c (base64_encode): Do not read past end of array with
7686         unsanitized input on systems with CHAR_BIT > 8.
7687
7688 2006-03-24  Eric Blake  <ebb9@byu.net>
7689
7690         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
7691
7692 2006-03-22  Karl Berry  <karl@gnu.org>
7693
7694         * config/srclist.txt (*setenv.[ch]): get from coreutils.
7695         * config/srclistvars.sh (COREUTILS): new var.
7696
7697 2006-03-17  Jim Meyering  <jim@meyering.net>
7698
7699         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
7700         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
7701
7702 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7703
7704         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
7705         no longer needs it.  Instead, check that regoff_t is as least
7706         as wide as ptrdiff_t.
7707
7708         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
7709         so that our regex.h stays compatible with the installed regex.
7710         This is helpful for installers who configure --without-included-regex.
7711         Problem reported by Emanuele Giaquinta.
7712
7713 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7714
7715         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
7716         Typedef to long int, not to off_, as POSIX will likely change
7717         in that direction.
7718
7719 2006-03-15  Eric Blake  <ebb9@byu.net>
7720
7721         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
7722
7723 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7724
7725         * lib/argp-help.c (validate_uparams): Fix typo
7726         * lib/argp-parse.c (argp_default_options): Consistently begin help
7727         messages with a lowercase letter.
7728
7729 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
7730
7731         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
7732         overrun buffers and shouldn't be used (much as gets shouldn't be
7733         used).
7734         * lib/time_r.c (asctime_r, ctime_r): Likewise.
7735
7736 2006-03-08  Simon Josefsson  <jas@extundo.com>
7737
7738         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
7739         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7740
7741 2006-03-08  Simon Josefsson  <jas@extundo.com>
7742
7743         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
7744         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7745
7746 2006-03-08  Simon Josefsson  <jas@extundo.com>
7747
7748         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
7749         signal that configure disabled the device.
7750
7751 2006-03-08  Simon Josefsson  <jas@extundo.com>
7752
7753         * build-aux/maint.mk: Fix refresh-po, to handle no translated
7754         languages.
7755
7756 2006-03-07  Simon Josefsson  <jas@extundo.com>
7757
7758         * modules/getopt (Depends-on): Add unistd.
7759
7760         * modules/unistd: New file.
7761
7762 2006-03-07  Simon Josefsson  <jas@extundo.com>
7763
7764         * modules/gc-random: New file.
7765
7766 2006-03-07  Simon Josefsson  <jas@extundo.com>
7767
7768         * m4/unistd_h.m4: New file.
7769
7770 2006-03-07  Simon Josefsson  <jas@extundo.com>
7771
7772         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
7773         test to be side-effect free by storing the result in the cache
7774         variable gl_cv_lib_readline, and moving the assignment of
7775         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
7776         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7777
7778 2006-03-07  Simon Josefsson  <jas@extundo.com>
7779
7780         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
7781         error on missing devices (the functions will return an error).
7782
7783         * m4/gc.m4: Move random stuff to gc-random.m4
7784
7785 2006-03-07  Simon Josefsson  <jas@extundo.com>
7786
7787         * lib/unistd_.h: New file.
7788
7789 2006-03-07  Simon Josefsson  <jas@extundo.com>
7790
7791         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
7792
7793 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7794
7795         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
7796         Problem reported by Juan Manuel Guerrero.
7797
7798 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7799
7800         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
7801         the unistd module.
7802         * lib/getlogin_r.c: Likewise.
7803         * lib/getlogin_r.h: Likewise.
7804         * lib/glob.c: Likewise.
7805         * lib/pagealign_alloc.c: Likewise.
7806         * lib/unistd_.h: Remove; no longer needed.
7807
7808 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7809
7810         * MODULES.html.sh (Support for systems lacking POSIX:2001):
7811         Add unistd.
7812         * modules/c-stack (Depends-on): Add unistd.
7813         * modules/getlogin_r: Likewise.
7814         * modules/glob: Likewise.
7815         * modules/pagealign_alloc: Likewise.
7816         * modules/unistd (Files): Remove lib/unistd_.h.
7817         (EXTRA_DIST): Remove.
7818         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
7819         need unistd_.h.
7820         (MOSTLYCLEANFILES): Remove unistd.h-t.
7821
7822 2006-03-03  Simon Josefsson  <jas@extundo.com>
7823
7824         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
7825
7826 2006-03-03  Simon Josefsson  <jas@extundo.com>
7827
7828         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
7829         libidn and bison.
7830
7831 2006-03-03  Simon Josefsson  <jas@extundo.com>
7832
7833         * build-aux/maint.mk: Add indent target.
7834
7835 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
7836
7837         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
7838         our replacement poll.h in any case, to avoid a differing
7839         declaration from a system header.  Seen on AIX.
7840
7841 2006-03-01  Simon Josefsson  <jas@extundo.com>
7842
7843         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
7844         <kasal@ucw.cz>.
7845
7846 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7847
7848         * modules/gettime (Depends-on): Add extensions module.
7849         * modules/nanosleep (Depends-on): Likewise.
7850         * modules/settime (Depends-on): Likewise.
7851
7852 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7853
7854         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
7855         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
7856         pedantically.
7857         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7858         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
7859
7860         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
7861         not "==".  Reported by Ralf Wildenhues.
7862
7863 2006-03-01  Karl Berry  <karl@gnu.org>
7864
7865         * doc/Copyright/request-*: new files, synced from gnuorg.
7866
7867 2006-03-01  Karl Berry  <karl@gnu.org>
7868
7869         * config/srclist.txt (Copyright/*): new entries.
7870
7871 2006-02-28  Simon Josefsson  <jas@extundo.com>
7872
7873         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
7874
7875 2006-02-27  Simon Josefsson  <jas@extundo.com>
7876
7877         * lib/base64.h: Indent #define's.  From Jim Meyering
7878         <jim@meyering.net>.
7879
7880 2006-02-27  Jim Meyering  <jim@meyering.net>
7881
7882         Revert the change of 2006-02-24, so these files can continue
7883         to be sync'd from gettext.
7884         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
7885         of `config.h'.
7886
7887 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
7888
7889         * modules/intprops: New file.
7890         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
7891         Add intprops.
7892         * modules/getloadavg (Files): Remove lib/intprops.h.
7893         (Depends-on): Add intprops.
7894         * modules/human: Likewise.
7895         * modules/inttostr: Likewise.
7896         * modules/openat: Likewise.
7897         * modules/sig2str: Likewise.
7898         * modules/userspec: Likewise.
7899         * modules/utimecmp: Likewise.
7900         * modules/xnanosleep: Likewise.
7901         * modules/xstrtol: Likewise.
7902
7903 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
7904
7905         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
7906         * modules/lock-tests (TESTS): Use $(EXEEXT).
7907         * modules/tls-tests: Likewise.
7908         * modules/argp-tests: Likewise.
7909         (check_PROGRAMS): New var, replacing...
7910         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
7911
7912 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7913
7914         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
7915         `config.h'.
7916
7917 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7918
7919         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
7920
7921 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7922
7923         Sync from coreutils.
7924         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
7925         gl_CHDIR_SAFER.
7926
7927 2006-02-22  Jim Meyering  <jim@meyering.net>
7928
7929         Sync from coreutils.
7930         * m4/chdir-safer.m4: New file.
7931
7932 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7933
7934         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
7935         AT_FDCWD exceeds INT_MAX.
7936         * lib/openat.h (AT_FDCWD): Likewise.
7937
7938 2006-02-17  Eric Blake  <address@hidden>
7939
7940         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
7941
7942 2006-02-16  Simon Josefsson  <jas@extundo.com>
7943
7944         * modules/getaddrinfo (Depends-on): Add sys_socket.
7945
7946 2006-02-15  Simon Josefsson  <jas@extundo.com>
7947
7948         * build-aux/maint.mk: Add dsyntax-check rule.
7949
7950 2006-02-15  Eric Blake  <ebb9@byu.net>
7951
7952         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
7953         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
7954         'present but cannot compile' warnings on cygwin.
7955         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
7956         use ws2tcpip.h if sys/socket.h works.
7957         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
7958         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
7959
7960 2006-02-14  Simon Josefsson  <jas@extundo.com>
7961
7962         * modules/maintainer-makefile (Files): Rename.
7963
7964         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
7965         and (the local) Makefile.cfg to maint-cfg.mk.
7966
7967         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
7968         to the latter.
7969
7970         * modules/maintainer-makefile: New module.
7971
7972         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
7973         severaly stripped to make it possible to build it up from scratch
7974         with reliable tests.
7975
7976         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
7977         fixes to permit overriding the default actions when configure and
7978         makefile are not available.
7979
7980 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7981
7982         Sync from coreutils.
7983         * modules/lstat (Depends-on): Don't depend on xalloc.
7984         (License): Change from GPL to LGPL, since this is now simply a
7985         replacement for a libc function.
7986
7987 2006-02-14  Jim Meyering  <jim@meyering.net>
7988
7989         Sync from coreutils.
7990
7991         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
7992         failure on deficient systems, and simplify gnulib lgpl dependencies.
7993         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
7994         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
7995
7996         * lib/xalloc-die.c: Remove unused definition of N_.
7997
7998 2006-02-14  Jim Meyering  <jim@meyering.net>
7999
8000         Sync from coreutils.
8001         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
8002         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8003         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
8004         double-quote uses of that variable, to accommodate the rare case in
8005         which getmntent is available in none of the libraries checked.  This
8006         happens at least on FreeBSD 5.0.
8007
8008 2006-02-13  Simon Josefsson  <jas@extundo.com>
8009
8010         * gnulib-tool (Usage): Fix --import, from
8011         karl@freefriends.org (Karl Berry).
8012
8013 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8014
8015         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
8016
8017 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
8018
8019         * lib/argp-namefrob.h: Restore changes accidentally lost during the
8020         "autoupdate" on 2005-12-12.
8021
8022 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8023
8024         * modules/closeout (Depends-on): Remove atexit.
8025
8026 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8027
8028         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
8029         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
8030
8031 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8032
8033         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
8034         __EXTENSIONS__ if this causes compilation to fail.  Problem
8035         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
8036         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
8037
8038 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
8039
8040         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
8041         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
8042         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
8043         All uses changed.
8044
8045 2006-01-26  Simon Josefsson  <jas@extundo.com>
8046
8047         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
8048         prototype is visible on mingw32.
8049
8050         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
8051         for mingw32.
8052
8053         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
8054         mingw32).
8055
8056 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8057
8058         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
8059         attempt to open for write; this always fails, at least on POSIX
8060         hosts.  This reinstates the 2006-01-09 change, which was
8061         inadvertently removed.
8062
8063 2006-01-26  Bruno Haible  <bruno@clisp.org>
8064
8065         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
8066         Reported by Paul Eggert.
8067
8068 2006-01-26  Bruno Haible  <bruno@clisp.org>
8069             Paul Eggert  <eggert@cs.ucla.edu>
8070
8071         * lib/stdbool_.h (_Bool)
8072         [(! (defined __cplusplus || defined __BEOS__)
8073           && !defined __GNUC__
8074           && !(defined __HP_cc || defined __xlc__
8075                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
8076                || defined __sgi))]:
8077         #define to signed char in these cases too; this simplifies
8078         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
8079         etc., separately) and makes it more conservative.
8080
8081 2006-01-25  Simon Josefsson  <jas@extundo.com>
8082
8083         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
8084         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
8085         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
8086
8087 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8088
8089         * lib/argp-namefrob.h: Bugfix. Remove stray #
8090
8091 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8092
8093         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
8094         so that we test the test.
8095         Check for yet another HP-UX cc bug involving *bool |= bool.
8096
8097 2006-01-25  Karl Berry  <karl@gnu.org>
8098
8099         * config/srclist.txt (vasnprintf.c): sync lost.
8100
8101 2006-01-25  Jim Meyering  <jim@meyering.net>
8102
8103         Sync from the stable (b5) branch of coreutils:
8104
8105         * lib/fts.c (fts_children): Don't let close() clobber errno from
8106         failed fchdir().
8107
8108         * lib/fts.c (fts_stat): When following a symlink-to-directory,
8109         don't necessarily interpret stat-fails+lstat-succeeds as indicating
8110         a dangling symlink.  That can also happen at least for ELOOP.
8111         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
8112         FYI, this bug predates the inclusion of fts.c in coreutils.
8113
8114         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
8115         in their own block, so pre-c99 compilers don't object.
8116
8117         Avoid the double-free (first in fts_read, second in fts_close) that
8118         would occur when an `active' directory is made inaccessible (e.g.,
8119         via chmod a-x) during a traversal.
8120         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8121         before returning.  Reproduce this failure by
8122         mkdir -p a/b; cd a; chmod a-x . b
8123         Reported by Stavros Passas.
8124
8125 2006-01-25  Jim Meyering  <jim@meyering.net>
8126
8127         * lib/fileblocks.c: Remove more useless parentheses.
8128         * lib/readutmp.h: Likewise.
8129
8130 2006-01-25  Bruno Haible  <bruno@clisp.org>
8131
8132         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
8133         warnings.
8134         Reported by Paul Eggert.
8135
8136 2006-01-25  Bruno Haible  <bruno@clisp.org>
8137
8138         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
8139         rid of a trap command. For Solaris sh.
8140         Reported by Mark D. Baushke <mdb@gnu.org>.
8141
8142 2006-01-24  Simon Josefsson  <jas@extundo.com>
8143
8144         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
8145         Bruno.
8146
8147 2006-01-24  Karl Berry  <karl@gnu.org>
8148
8149         * config/srclist.txt (argp-namefrob.h): sync lost.
8150
8151 2006-01-24  Jim Meyering  <jim@meyering.net>
8152
8153         * modules/openat (Files): Add lib/intprops.h.
8154         From Mark D. Baushke.
8155
8156 2006-01-24  Jim Meyering  <jim@meyering.net>
8157
8158         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
8159         Reported by Mark D. Baushke.
8160
8161 2006-01-24  Jim Meyering  <jim@meyering.net>
8162
8163         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
8164
8165 2006-01-24  Bruno Haible  <bruno@clisp.org>
8166
8167         * modules/strnlen (Maintainer): Change from glibc to all.
8168
8169 2006-01-24  Bruno Haible  <bruno@clisp.org>
8170
8171         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
8172         Patch by Paul Eggert.
8173
8174 2006-01-24  Bruno Haible  <bruno@clisp.org>
8175
8176         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
8177         already has it.
8178         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
8179         2005-11-26.
8180
8181         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
8182         'signed char' to avoid problems with the built-in _Bool type.
8183         Reported by Paul Eggert on 2005-11-26.
8184
8185 2006-01-24  Bruno Haible  <bruno@clisp.org>
8186
8187         * gnulib-tool (func_import): Avoid constructing complicated sed
8188         expressions inside backquote.
8189         Report and solution by Mark D. Baushke <mdb@gnu.org>.
8190
8191 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
8192
8193         These changes imported from libc.
8194         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
8195         test and two separate function calls.
8196         * lib/strndup.c (__strndup): Add libc_hidden_def.
8197
8198 2006-01-23  Simon Josefsson  <jas@extundo.com>
8199
8200         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
8201         Remove the test_*_SOURCES variable: automake infers it by default.
8202         * modules/tls-tests: Likewise.
8203
8204 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8205
8206         Work around porting bugs reported by Dieter in
8207         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
8208         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
8209         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
8210         Include "getopt.h" first, to check interface.
8211         (getenv): Declare only if defined HAVE_DECL_GETENV &&
8212         !HAVE_DECL_GETENV.
8213         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
8214         (__strndup): Revert to K&R-style function dfns, the glibc style.
8215         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
8216         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
8217         Include strnlen.h first, to get prototype properly.
8218         (strnlen): Renamed from __strnlen.
8219         Remove weak alias.
8220
8221 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8222
8223         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
8224
8225 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8226
8227         * config/srclist.txt: Adjust to reflect glibc reorganization.
8228         This affects only comments.
8229
8230 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8231
8232          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
8233          Reported by Bruce Korb <bkorb@gnu.org>.
8234
8235 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
8236
8237         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
8238         to pacify gcc -Wswitch-default.
8239
8240 2006-01-22  Bruno Haible  <bruno@clisp.org>
8241
8242         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
8243         temporary buffer for sprintf, take into account the precision also
8244         for 'd', 'i', 'u', 'o', 'x', 'X'.
8245
8246 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8247
8248         * modules/argp-tests: New module
8249         * tests/test-argp.c: New file
8250         * tests/test-argp-2.sh: New file
8251
8252 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8253
8254         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
8255         (__argp_base_name): Removed
8256         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
8257         typo.
8258         (__argp_base_name): Provide macro definition or extern declaration
8259         depending on the configuration
8260
8261 2006-01-20  Simon Josefsson  <jas@extundo.com>
8262
8263         * modules/inet_ntop (Depends-on): Depend on sys_socket.
8264
8265 2006-01-20  Simon Josefsson  <jas@extundo.com>
8266
8267         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
8268
8269 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8270
8271         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
8272         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
8273         Suggested by Bruno Haible.
8274
8275 2006-01-20  Karl Berry  <karl@gnu.org>
8276
8277         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
8278         until changes propagate, I guess.
8279
8280 2006-01-19  Simon Josefsson  <jas@extundo.com>
8281
8282         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
8283
8284 2006-01-19  Simon Josefsson  <jas@extundo.com>
8285
8286         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
8287
8288 2006-01-19  Simon Josefsson  <jas@extundo.com>
8289
8290         * gnulib-tool: Set check_PROGRAMS.
8291
8292         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8293         modules/des-tests, modules/gc-arcfour-tests,
8294         modules/gc-arctwo-tests, modules/gc-des-tests,
8295         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8296         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8297         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8298         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8299         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8300         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
8301         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
8302         test_*_SOURCES.
8303
8304 2006-01-18  Simon Josefsson  <jas@extundo.com>
8305
8306         * modules/socklen (Depends-on): Depend on sys_socket.
8307
8308 2006-01-18  Simon Josefsson  <jas@extundo.com>
8309
8310         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8311         modules/des-tests, modules/gc-arcfour-tests,
8312         modules/gc-arctwo-tests, modules/gc-des-tests,
8313         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8314         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8315         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8316         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8317         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8318         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
8319         $(EXEEXT) to automake TESTS variable, for mingw32.
8320
8321 2006-01-17  Simon Josefsson  <jas@extundo.com>
8322
8323         * modules/socklen (Include): Need sys/socket.h.
8324
8325 2006-01-17  Bruno Haible  <bruno@clisp.org>
8326
8327         * modules/ssize_t (Include): Add <sys/types.h>.
8328
8329 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
8330
8331         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
8332         it's not portable and it doesn't work with cross-compiles.
8333         Problem reported by Bruno Haible.  Fix missing-$ typo in
8334         'test "gl_cv_ignore_unused_libraries" ...' that prevented
8335         -zignore from being used with Sun's C compiler.
8336
8337 2006-01-12  Simon Josefsson  <jas@extundo.com>
8338
8339         * lib/base64.c: Fix warning, reported by Bruno Haible
8340         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
8341
8342 2006-01-12  Bruno Haible  <bruno@clisp.org>
8343
8344         * modules/ldd: New file.
8345         * build-aux/ldd.sh.in: New file.
8346         * MODULES.html.sh (Support for building libraries and executables): Add
8347         ldd.
8348
8349 2006-01-12  Bruno Haible  <bruno@clisp.org>
8350
8351         * m4/ldd.m4: New file.
8352
8353 2006-01-12  Bruno Haible  <bruno@clisp.org>
8354
8355         * gnulib-tool (func_import, func_create_testdir): Don't go into an
8356         endless loop while replacing $auxdir with build-aux.
8357
8358 2006-01-11  Simon Josefsson  <jas@extundo.com>
8359
8360         * lib/stdint_.h (SIZE_MAX): Add missing (.
8361
8362 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
8363
8364         Sync from coreutils.
8365         * lib/md5.c: Fix commentary typos.
8366         (alignof, UNALIGNED_P): No need for a GCC-specific version.
8367         * lib/md5.h (__attribute__): Remove; unused.
8368         * lib/sha1.c: Fix commentary to match md5 better.
8369         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
8370         so that we don't need to worry about alignment.  All uses changed.
8371         This merges the 2005-10-28 md5 change into sha1.
8372
8373 2006-01-11  Jim Meyering  <jim@meyering.net>
8374
8375         Sync from coreutils.
8376         * lib/md5.c (OP): Fix spacing.
8377
8378 2006-01-11  Bruno Haible  <bruno@clisp.org>
8379
8380         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8381         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
8382         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
8383
8384 2006-01-11  Bruno Haible  <bruno@clisp.org>
8385
8386         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8387         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
8388         the "early" section as well.
8389
8390 2006-01-11  Bruno Haible  <bruno@clisp.org>
8391
8392         Avoid "ar: no archive members specified" error on MacOS X.
8393         * gnulib-tool (func_modules_add_dummy): New function.
8394         (func_import, func_create_testdir): Invoke it.
8395
8396 2006-01-11  Bruno Haible  <bruno@clisp.org>
8397
8398         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
8399         with $auxdir in AC_CONFIG_FILES statements.
8400
8401 2006-01-11  Bruno Haible  <bruno@clisp.org>
8402
8403         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8404         Initialize also noinst_HEADERS to empty.
8405
8406 2006-01-11  Bruno Haible  <bruno@clisp.org>
8407
8408         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
8409         variables.
8410         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
8411         autoreconf.
8412
8413 2006-01-11  Bruno Haible  <bruno@clisp.org>
8414
8415         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
8416         overridable by the user.
8417         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8418
8419 2006-01-10  Simon Josefsson  <jas@extundo.com>
8420
8421         * modules/sys_socket: New file.
8422
8423 2006-01-10  Simon Josefsson  <jas@extundo.com>
8424
8425         * m4/sys_socket_h.m4: New file.
8426
8427 2006-01-10  Simon Josefsson  <jas@extundo.com>
8428
8429         * lib/socket_.h: New file.
8430
8431 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8432
8433         * modules/readutmp (Maintainer): Add myself.
8434
8435 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8436
8437         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
8438         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
8439         People who are still concerned with buggy memcmp implementations
8440         can invoke gl_FUNC_MEMCMP themselves.
8441
8442 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8443
8444         * lib/regex_internal.h (BITSET_WORD_BITS):
8445         Work around a bug in 64-bit PGC (before version 6.1-2), where the
8446         preprocessor mishandles large unsigned values as if they were signed.
8447         Problem reported by Claudio Fontana in
8448         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
8449
8450 2006-01-10  Jim Meyering  <jim@meyering.net>
8451
8452         Avoid the double-free (first in fts_read, second in fts_close) that
8453         would occur when an `active' directory is made inaccessible (e.g.,
8454         via chmod a-x) during a traversal.
8455         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8456         before returning.  Reproduce this failure by
8457         mkdir -p a/b; cd a; chmod a-x . b
8458         Reported by Stavros Passas.
8459
8460         Sync from coreutils.
8461         * lib/sha1.c: Tweak grammar in a comment.
8462
8463 2006-01-10  Jim Meyering  <jim@meyering.net>
8464
8465         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
8466         Patch by Joerg Sonnenberger.
8467
8468 2006-01-10  Bruno Haible  <bruno@clisp.org>
8469
8470         * modules/readutmp: Depend on module free.
8471         * modules/strtok_r: Depend on module restrict.
8472
8473 2006-01-10  Bruno Haible  <bruno@clisp.org>
8474
8475         * modules/gettext (configure.ac): Add an invocation of
8476         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
8477
8478 2006-01-10  Bruno Haible  <bruno@clisp.org>
8479
8480         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
8481         Reported by Werner Lemberg <wl@gnu.org>.
8482
8483 2006-01-10  Bruno Haible  <bruno@clisp.org>
8484
8485         * lib/localcharset.c: Update from GNU gettext.
8486
8487 2006-01-10  Bruno Haible  <bruno@clisp.org>
8488
8489         * lib/argp.h (__const): Remove macro. Use const instead.
8490         * lib/argp-fmtstream.h (__const): Likewise.
8491         * lib/glob_.h (__const): Remove macro.
8492         * lib/glob-libc.h: Use const instead of __const.
8493
8494 2006-01-10  Bruno Haible  <bruno@clisp.org>
8495
8496         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
8497         variable.
8498         Needed to avoid an automake error regarding the 'gettext' module.
8499
8500 2006-01-09  Simon Josefsson  <jas@extundo.com>
8501
8502         * modules/inet_ntop (Depends-on): Add restrict.
8503
8504 2006-01-09  Simon Josefsson  <jas@extundo.com>
8505
8506         * modules/gc-rijndael-tests (License): Put under LGPL.
8507
8508         * modules/gc-des-tests (License): Likewise.
8509
8510         * modules/gc-arcfour-tests (License): Likewise.
8511
8512         * modules/gc-arctwo-tests (License): Likewise.
8513
8514         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
8515
8516         * modules/gc-hmac-sha1-tests (Files): Likewise.
8517
8518         * modules/gc-hmac-md5-tests (License): Likewise.
8519
8520         * modules/gc-sha1-tests (License): Likewise.
8521
8522         * modules/gc-md5-tests (License): Likewise.
8523
8524         * modules/gc-md4-tests (License): Likewise.
8525
8526         * modules/gc-md2-tests (License): Likewise.
8527
8528         * modules/gc-tests (License): Likewise.
8529
8530         * modules/des-tests (License): Likewise.
8531
8532         * modules/md4-tests (License): Likewise.
8533
8534         * modules/md2-tests (License): Likewise.
8535
8536 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8537
8538         Sync from coreutils:
8539
8540         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
8541         * modules/lib-ignore: New file.
8542         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
8543         chdir-safer.m4, lchmod.m4.
8544         * modules/openat: Add mkdirat.c, openat-priv.h.
8545
8546 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8547
8548         Sync from coreutils.
8549         * m4/lib-ignore.m4: New file.
8550         * m4/lchmod.m4: New file.
8551
8552 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8553
8554         Sync from coreutils.
8555         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
8556         for write access: POSIX says that must fail.
8557         * lib/fts.c (diropen): Likewise.
8558         * lib/save-cwd.c (save_cwd): Likewise.
8559         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
8560         well, for minor improvements on hosts that lack O_DIRECTORY.
8561         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
8562         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
8563         Fall back on chown if open failed with EACCES.
8564
8565         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
8566         Report an error at compile-time if only a 1-second nominal clock
8567         resolution is found.
8568
8569         * lib/lchmod.h: New file.
8570         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
8571         (make_dir_parents): Use lchown rather than chown, and
8572         lchmod rather than chmod.
8573
8574         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
8575         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
8576         "proc" reported by n0dalus.
8577
8578         * lib/mountlist.c: Include <limits.h>.
8579         (dev_from_mount_options)
8580         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
8581         New function.  It no longer assumes "dev=" has the System V meaning
8582         on Linux (since it doesn't).  It also parses "dev=" more carefully.
8583         (read_file_system_list)
8584         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
8585         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
8586         dev= in that case.
8587
8588         * lib/posixtm.h (PDS_PRE_2000): New macro.
8589         * lib/posixtm.c (year): Arg is now syntax_bits rather than
8590         allow_century.  All usages changed.  Reject dates outside the range
8591         1969-1999 if PDS_PRE_2000 is used.
8592
8593 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8594
8595         Sync from coreutils.
8596         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
8597         (Time of day items): Mention the possibility of leap seconds.
8598         Problem reported by Dr. David Alan Gilbert.
8599
8600 2006-01-09  Jim Meyering  <jim@meyering.net>
8601
8602         Sync from coreutils.
8603
8604         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
8605
8606         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
8607
8608         * lib/modechange.c (mode_compile): Reject an invalid mode string
8609         that starts with an octal digit.  From Andreas Gruenbacher.
8610
8611         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
8612         and dup to open_safer and dup_safer, respectively.
8613         (openat_permissive): Fix typo in comment.
8614
8615         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
8616         "gettext.h"; either no longer needed or are guaranteed by openat.h.
8617         (_): Remove; no longer needed.
8618         (openat): Renamed from rpl_openat; no need for rpl_openat
8619         since openat.h renames openat for us.
8620         Replace most of the body with a call to openat_permissive,
8621         to avoid duplicate code.
8622         Port to (probably hypothetical) environments were mode_t is
8623         wider than int.
8624         (openat_permissive): Require mode arg, so that we can check
8625         types better.  Put it just after flags.  Change cwd failure
8626         indicator from pointer-to-bool to pointer-to-errno-value.
8627         All callers changed.
8628         Invoke openat_save_fail and/or openat_restore_fail if
8629         cwd_errno is null, so that openat can call us.
8630         (openat_permissive, fdopendir, fstatat, unlinkat):
8631         Simplify errno handling to avoid some duplicate code,
8632         as it's OK to set errno on success.
8633         * lib/openat.h: Revamp code so that function macros depend on
8634         __OPENAT_PREFIX only, not also on AT_FDCWD.
8635         (openat_ro): Remove.  Caller changed to use openat_permissive.
8636         (openat_permissive): Now a macro, if not a function.
8637         (openat_restore_fail, openat_save_fail): Now always functions,
8638         since mkdirat needs them even if __OPENAT_PREFIX is defined.
8639
8640         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
8641         and openat.c.
8642         * lib/mkdirat.c: Include openat-priv.h.
8643         Remove definitions of macros defined therein.
8644         * lib/openat.c: Likewise.
8645
8646         * lib/mkdirat.c (mkdirat): New file and function.
8647         * lib/openat.h (mkdirat): Declare.
8648
8649         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
8650
8651         * lib/openat.h (openat_permissive): Declare.
8652         (openat_ro): Define.
8653
8654         * lib/openat.c (EXPECTED_ERRNO): New macro.
8655         (openat_permissive): New function -- used in remove.c rewrite.
8656         (all functions): Set errno just before returning, only if there
8657         was an actual failure.
8658         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
8659
8660         Emulate openat-family functions using Linux's procfs, if possible.
8661         Idea and some code based on Ulrich Drepper's glibc changes.
8662
8663         * lib/openat.c: (BUILD_PROC_NAME): New macro.
8664         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
8665         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
8666         before falling back on save_cwd and restore_cwd.
8667         (fdopendir, fstatat, unlinkat): Likewise.
8668
8669         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
8670         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
8671
8672         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
8673         as second argument to va_arg.  Otherwise, some versions of gcc
8674         warn that `if this code is reached, the program will abort'.
8675
8676 2006-01-09  Jim Meyering  <jim@meyering.net>
8677
8678         Sync from coreutils.
8679         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
8680         Require openat-priv.h.
8681
8682 2006-01-09  Bruno Haible  <bruno@clisp.org>
8683
8684         * modules/strnlen (Include): Use strnlen.h.
8685
8686 2006-01-09  Bruno Haible  <bruno@clisp.org>
8687
8688         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
8689
8690 2006-01-09  Bruno Haible  <bruno@clisp.org>
8691
8692         * lib/sysexit_.h (EX_OK): New macro.
8693         Suggested by Martin Lambers <marlam@marlam.de>.
8694
8695 2006-01-09  Bruno Haible  <bruno@clisp.org>
8696
8697         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
8698         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
8699
8700 2006-01-09  Bruno Haible  <bruno@clisp.org>
8701
8702         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
8703         numbers.
8704
8705 2006-01-09  Bruno Haible  <bruno@clisp.org>
8706
8707         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
8708         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
8709         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
8710         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
8711
8712 2006-01-09  Bruno Haible  <bruno@clisp.org>
8713
8714         * build-aux/javacomp.sh.in: New file, moved from lib/.
8715         * modules/javacomp-script (Files): Update.
8716         (configure.ac): Add AC_CONFIG_FILES invocation.
8717         (EXTRA_DIST): Remove variable.
8718
8719         * build-aux/javaexec.sh.in: New file, moved from lib/.
8720         * modules/javaexec (Files): Update.
8721         (configure.ac): Add AC_CONFIG_FILES invocation.
8722         (EXTRA_DIST): Remove javaexec.sh.in.
8723
8724         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
8725         * modules/csharpcomp-script (Files): Update.
8726         (configure.ac): Add AC_CONFIG_FILES invocation.
8727         (EXTRA_DIST): Remove variable.
8728
8729         * build-aux/csharpexec.sh.in: New file, moved from lib/.
8730         * modules/csharpexec (Files): Update.
8731         (configure.ac): Add AC_CONFIG_FILES invocation.
8732         (EXTRA_DIST): Remove csharpexec.sh.in.
8733
8734 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8735
8736         Sync from coreutils.
8737
8738         Add POSIX ACL support
8739         * lib/acl.h (copy_acl, set_acl): Add declarations.
8740         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
8741         systems other than Linux.
8742         (chmod_or_fchmod): New function: use fchmod when possible,
8743         and chmod otherwise.
8744         (file_has_acl): Add a POSIX ACL implementation, with a
8745         Linux-specific subcase.
8746         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
8747         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
8748         acls are unsupported.
8749         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
8750         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
8751         are unsupported.
8752
8753 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8754
8755         Sync from coreutils.
8756         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
8757
8758 2006-01-07  Bruno Haible  <bruno@clisp.org>
8759
8760         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
8761         gl_EARLY.
8762
8763 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8764
8765         * lib/strftime.c (tzname): Don't declare if it is already #defined.
8766         Problem reported for Mingw by Mark Junker.
8767
8768 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8769
8770         * README: Gnulib normally doesn't generate a tarball.
8771
8772 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
8773
8774         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
8775         long int, not int, for nanosecond counts, so that people who are
8776         used to POSIX struct timespec won't be surprised.  Reported by Jim
8777         Meyering.
8778
8779 2005-12-28  Bruno Haible  <bruno@clisp.org>
8780
8781         * build-aux/config.rpath: Update from GNU gettext.
8782
8783 2005-12-16  Jim Meyering  <jim@meyering.net>
8784
8785         * modules/fprintftime: New module.
8786         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
8787
8788 2005-12-16  Jim Meyering  <jim@meyering.net>
8789
8790         * m4/fprintftime.m4: New file.
8791
8792 2005-12-16  Jim Meyering  <jim@meyering.net>
8793
8794         * lib/fprintftime.c, lib/fprintftime.h: New files.
8795
8796 2005-12-15  Simon Josefsson  <jas@extundo.com>
8797
8798         * modules/socklen (configure.ac): Fix M4 macro name, to align with
8799         new m4/socklen.m4.
8800
8801 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8802
8803         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
8804         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
8805
8806 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8807
8808         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
8809         * lib/argp-help.c (fill_in_uparams): Check if the constructed
8810         struct uparams is valid. Fall back to the default values if it is
8811         not.
8812
8813 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8814
8815         * modules/argp (Files): Add argp-pin.c
8816         (Depends-on): dirname
8817         (lib_SOURCES): Add argp-pin.c
8818
8819 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8820
8821         * m4/argp.m4:  Check if program_invocation_name and
8822         program_invocation_short_name are declared and define appropriate
8823         macros if they are not.
8824
8825 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8826
8827         * lib/argp-help.c (__argp_base_name): New function
8828         (__argp_short_program_name): Rewrite using __argp_base_name
8829         * lib/argp-namefrob.h: Define program_invocation_name and
8830         program_invocation_short_name if requested
8831         (__argp_base_name): Add prototype
8832         * lib/argp-parse.c (argp_def): Use gettext wrappers
8833         (argp_default_parser): Use __argp_base_name
8834         * lib/argp-pin.c: New file. Defines program_invocation_name and
8835         program_invocation_short_name on systems that lack them.
8836
8837 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8838
8839         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
8840         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8841         porting problem reported by Georg Schwarz in
8842         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8843
8844 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8845
8846         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
8847         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8848         porting problem reported by Georg Schwarz in
8849         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8850
8851 2005-12-05  Bruno Haible  <bruno@clisp.org>
8852
8853         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
8854         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
8855         Reported by Mark Junker <mjscod@gmx.de>.
8856
8857 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
8858
8859         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
8860         Use implementation from Albert Chin, with some
8861         comments/corrections by Stepan Kasal and myself.
8862
8863 2005-12-02  Bruno Haible  <bruno@clisp.org>
8864
8865         * gnulib-tool (func_import): Accept GPLed build tool modules when
8866         --lgpl is given.
8867         * modules/csharpcomp-script: New file.
8868         * modules/csharpcomp: Depend on it.
8869         * modules/javacomp-script: New file.
8870         * modules/javacomp: Depend on it.
8871         Suggested by Simon Josefsson.
8872
8873 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
8874
8875         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
8876         statement, to work around an HP-UX 10.20 compiler bug reported by
8877         Peter O'Gorman.
8878
8879 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8880
8881         * modules/savedir (Depends-on): Add openat.
8882
8883 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8884
8885         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
8886         (uintmax_t) [defined uintmax_t]: Do not declare.
8887         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
8888         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
8889         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
8890         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
8891         sake of portability to weird hosts that C allows (though we don't
8892         know of any practical examples).
8893
8894         * lib/savedir.h (fdsavedir): New decl.
8895         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
8896         contains most of the former guts of savedir.
8897         (savedir): Use savedirstream.
8898         Include "openat.h".
8899
8900 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
8901
8902         * modules/obstack (Files): Add m4/ulonglong.m4.
8903         Problem reported by Davide Angelocola.
8904
8905 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8906
8907         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
8908         coreutils no longer futzes with rounding modes.
8909
8910 2005-11-14  Jim Meyering  <jim@meyering.net>
8911
8912         * lib/mkstemp-safer.c: Include <config.h>, required for possible
8913         replacement of mkstemp.
8914
8915 2005-11-10  Simon Josefsson  <jas@extundo.com>
8916
8917         * lib/readline.c: Remove EOL.
8918
8919 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8920
8921         * modules/gethrxtime (Depends-on): Add gettime.
8922
8923 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8924
8925         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
8926         or gettimeofday; no longer needed.
8927
8928 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8929
8930         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
8931         time business.
8932         (gethrxtime) [! (HAVE_NANOUPTIME
8933         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
8934         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
8935         our own approximation.
8936
8937 2005-11-08  Eric Blake  <ebb9@byu.net>
8938
8939         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8940
8941 2005-11-08  Eric Blake  <ebb9@byu.net>
8942
8943         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8944
8945 2005-11-04  Bruno Haible  <bruno@clisp.org>
8946
8947         * gnulib-tool: Implement --update mode.
8948
8949 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8950
8951         Fix porting problem reported by Theodoros V. Kalamatianos.
8952         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
8953         Don't assume that futimes failing means we must fail.
8954
8955 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8956
8957         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
8958         variables to suggest the intended function of the PATH_MAX check.
8959
8960 2005-10-30  Kean Johnston  <jkj@sco.com>
8961
8962         Trivial changes to support SCO systems.
8963         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
8964         as PATH_MAX.
8965         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
8966         where __ptr is null when no I/O is pending.
8967
8968 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
8969
8970         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
8971         leave errno alone.  Problem reported by Dmitry V. Levin.
8972
8973 2005-10-28  Simon Josefsson  <jas@extundo.com>
8974
8975         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
8976         Test more.
8977
8978         * tests/test-gc-md2.c, tests/test-md2.c: New files.
8979
8980         * modules/md2, modules/md2-tests: New files.
8981
8982 2005-10-28  Simon Josefsson  <jas@extundo.com>
8983
8984         * m4/inet_ntop.m4: More tests.
8985
8986         * m4/gc-md2.m4, md2.m4: New file.
8987
8988 2005-10-28  Simon Josefsson  <jas@extundo.com>
8989
8990         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
8991         "restrict" keywords, as per POSIX.  Protect the function
8992         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
8993         Don't use K&R prototypes.  Check the sprintf return values.
8994         Re-define EAFNOSUPPORT if not present.  Indent.
8995
8996         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
8997         suggested by Bruno Haible <bruno@clisp.org>.
8998
8999         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
9000
9001         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
9002
9003         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
9004         libgcrypt).
9005
9006         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
9007
9008         * lib/md2.h, lib/md2.c: New files.
9009
9010 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
9011
9012         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
9013         errno alone.  Problem reported by Frederic Jolliton.
9014
9015 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9016
9017         * modules/verify (License): Change from GPL to LGPL.  This is a
9018         tiny module and there are apparently near-equivalents that are
9019         under the BSD license.
9020
9021 2005-10-24  Simon Josefsson  <jas@extundo.com>
9022
9023         * modules/sha1: Relicense to LGPL.
9024
9025 2005-10-24  Simon Josefsson  <jas@extundo.com>
9026
9027         * lib/md4.h: Shrink buffer size, now that we changed the type.
9028
9029 2005-10-23  Simon Josefsson  <jas@extundo.com>
9030
9031         * gnulib-tool (func_import): Fix --tests-base.
9032
9033 2005-10-22  Simon Josefsson  <jas@extundo.com>
9034
9035         * modules/arcfour (Depends-on): Need stdint.
9036
9037 2005-10-22  Simon Josefsson  <jas@extundo.com>
9038
9039         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
9040         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
9041
9042 2005-10-22  Simon Josefsson  <jas@extundo.com>
9043
9044         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
9045         suggested by Bruno Haible <bruno@clisp.org>.
9046
9047 2005-10-22  Simon Josefsson  <jas@extundo.com>
9048
9049         * lib/crc.h: Include stddef.h, for size_t.
9050
9051 2005-10-22  Simon Josefsson  <jas@extundo.com>
9052
9053         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
9054         arcfour_context struct (simplify test vector testing in GNU
9055         Shishi).
9056
9057 2005-10-21  Simon Josefsson  <jas@extundo.com>
9058
9059         * modules/des, modules/des-tests: New files.
9060
9061         * modules/gc-des, modules/gc-des-tests: New files.
9062
9063         * tests/test-des.c, tests/test-gc-des.c: New file.
9064
9065 2005-10-21  Simon Josefsson  <jas@extundo.com>
9066
9067         * modules/arctwo, modules/arctwo-tests: New files.
9068
9069         * tests/test-arctwo.c: New file.
9070
9071         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
9072
9073         * tests/test-gc-arctwo.c: New file.
9074
9075 2005-10-21  Simon Josefsson  <jas@extundo.com>
9076
9077         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
9078         Bruno Haible <bruno@clisp.org>.
9079
9080         * m4/gc-des.m4: New file.
9081
9082 2005-10-21  Simon Josefsson  <jas@extundo.com>
9083
9084         * m4/arctwo.m4: New file.
9085
9086         * m4/gc-arctwo.m4: New file.
9087
9088 2005-10-21  Simon Josefsson  <jas@extundo.com>
9089
9090         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
9091         block.
9092
9093 2005-10-21  Simon Josefsson  <jas@extundo.com>
9094
9095         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
9096         <bruno@clisp.org>.
9097
9098         * lib/hmac-sha1.c (hmac_sha1): Likewise.
9099
9100         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
9101         Bruno Haible <bruno@clisp.org>.
9102
9103         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
9104         <bruno@clisp.org>.
9105
9106 2005-10-21  Simon Josefsson  <jas@extundo.com>
9107
9108         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
9109
9110 2005-10-21  Simon Josefsson  <jas@extundo.com>
9111
9112         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
9113
9114 2005-10-21  Simon Josefsson  <jas@extundo.com>
9115
9116         * lib/des.h, lib/des.c: New files.
9117
9118         * lib/gc-gnulib.c: Support DES.c
9119
9120 2005-10-21  Simon Josefsson  <jas@extundo.com>
9121
9122         * lib/arctwo.h, lib/arctwo.c: New files.
9123
9124         * lib/gc-gnulib.c: Support ARCTWO.
9125
9126 2005-10-21  Simon Josefsson  <jas@extundo.com>
9127
9128         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
9129         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9130
9131 2005-10-21  Simon Josefsson  <jas@extundo.com>
9132
9133         * gnulib-tool (func_import, func_create_testdir): Define automake
9134         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
9135         Makefile.am snippet),
9136         suggested by Bruno Haible <bruno@clisp.org>.
9137
9138         * modules/gc (Makefile.am): Use it.
9139
9140 2005-10-21  Bruno Haible  <bruno@clisp.org>
9141
9142         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
9143         patch.
9144
9145 2005-10-19  Simon Josefsson  <jas@extundo.com>
9146
9147         * tests/test-gc-rijndael.c: New file.
9148
9149         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
9150
9151 2005-10-19  Simon Josefsson  <jas@extundo.com>
9152
9153         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
9154         interface too.
9155
9156 2005-10-19  Simon Josefsson  <jas@extundo.com>
9157
9158         * tests/test-gc-arcfour.c: New file.
9159
9160         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
9161
9162 2005-10-19  Simon Josefsson  <jas@extundo.com>
9163
9164         * modules/gc-md4, modules/gc-md4-tests: New file.
9165
9166         * tests/test-gc-md4.c: New file.
9167
9168 2005-10-19  Simon Josefsson  <jas@extundo.com>
9169
9170         * m4/gc-md4.m4: New file.
9171
9172 2005-10-19  Simon Josefsson  <jas@extundo.com>
9173
9174         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
9175         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
9176         <kasal@ucw.cz>.
9177
9178 2005-10-19  Simon Josefsson  <jas@extundo.com>
9179
9180         * m4/gc-arcfour.m4: New file.
9181
9182         * m4/gc-rijndael.m4: New file.
9183
9184 2005-10-19  Simon Josefsson  <jas@extundo.com>
9185
9186         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
9187
9188 2005-10-19  Simon Josefsson  <jas@extundo.com>
9189
9190         * lib/gc-gnulib.c: Support ARCFOUR.
9191
9192 2005-10-19  Simon Josefsson  <jas@extundo.com>
9193
9194         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
9195         support.
9196
9197         * lib/gc.h: Add ECB enum type.
9198
9199         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
9200
9201 2005-10-18  Simon Josefsson  <jas@extundo.com>
9202
9203         * tests/test-md5.c: New file.
9204
9205         * modules/md5-tests: New file.
9206
9207 2005-10-18  Simon Josefsson  <jas@extundo.com>
9208
9209         * tests/test-md4.c: New file.
9210
9211         * modules/md4, modules/md4-tests: New files.
9212
9213 2005-10-18  Simon Josefsson  <jas@extundo.com>
9214
9215         * m4/md4.m4: New file.
9216
9217 2005-10-18  Simon Josefsson  <jas@extundo.com>
9218
9219         * lib/md4.h, lib/md4.c: New files, based on md5.?.
9220
9221 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
9222
9223         * gnulib-tool (func_create_testdir): Omit the second check whether
9224         BUILT_SOURCES in nonempty.
9225
9226 2005-10-17  Simon Josefsson  <jas@extundo.com>
9227
9228         * tests/test-rijndael.c: New file.
9229
9230 2005-10-17  Simon Josefsson  <jas@extundo.com>
9231
9232         * modules/sha1: Depend on stdint instead of md5.
9233
9234         * modules/md5: Depend on stdint, remove uint32_t.
9235
9236 2005-10-17  Simon Josefsson  <jas@extundo.com>
9237
9238         * modules/gc-sha1-tests: New file.
9239
9240         * tests/test-gc-sha1.c: New file.
9241
9242 2005-10-17  Simon Josefsson  <jas@extundo.com>
9243
9244         * m4/md5.m4: Remove call to uint32_t.m4.
9245
9246 2005-10-17  Simon Josefsson  <jas@extundo.com>
9247
9248         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
9249
9250         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
9251         md5.h.
9252
9253         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
9254
9255         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
9256
9257 2005-10-17  Simon Josefsson  <jas@extundo.com>
9258
9259         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
9260
9261 2005-10-17  Simon Josefsson  <jas@extundo.com>
9262
9263         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
9264
9265 2005-10-17  Simon Josefsson  <jas@extundo.com>
9266
9267         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
9268
9269         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
9270
9271 2005-10-17  Bruno Haible  <bruno@clisp.org>
9272
9273         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
9274         that it can also be used in a test.
9275
9276 2005-10-16  Bruno Haible  <bruno@clisp.org>
9277
9278         * gnulib-tool (func_emit_tests_Makefile_am): Also define
9279         TESTS_ENVIRONMENT, so that individual tests can augment it.
9280
9281         * gnulib-tool (func_create_testdir): Use an intermediate target for
9282         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
9283         macros, like $(ALLOCA_H), which cannot be passed through the command
9284         line.
9285
9286 2005-10-15  Simon Josefsson  <jas@extundo.com>
9287
9288         * modules/rijndael-tests: New file.
9289
9290         * modules/rijndael: New file.
9291
9292 2005-10-15  Simon Josefsson  <jas@extundo.com>
9293
9294         * m4/rijndael.m4: New file.
9295
9296 2005-10-15  Simon Josefsson  <jas@extundo.com>
9297
9298         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
9299
9300         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
9301
9302 2005-10-14  Simon Josefsson  <jas@extundo.com>
9303
9304         * tests/test-arcfour.c: New file.
9305
9306         * modules/arcfour, modules/arcfour-tests: New files.
9307
9308 2005-10-14  Simon Josefsson  <jas@extundo.com>
9309
9310         * m4/arcfour.m4: New file.
9311
9312 2005-10-14  Simon Josefsson  <jas@extundo.com>
9313
9314         * lib/arcfour.h, lib/arcfour.c: New files.
9315
9316 2005-10-14  Roland McGrath  <roland@redhat.com>
9317
9318         Import from libc.  [BZ #1331]
9319         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
9320         macro argument.
9321         Reported by Matej Vela <vela@debian.org>.
9322
9323 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9324
9325         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
9326         include <wchar.h>; no longer needed.
9327
9328 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9329
9330         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
9331
9332 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
9333         and  Ulrich Drepper  <drepper@redhat.com>
9334
9335         Import from libc.
9336         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
9337         instead of inline stream orientation test and two separate
9338         function calls.  Pay no attention to USE_IN_LIBIO.
9339
9340 2005-10-13  Simon Josefsson  <jas@extundo.com>
9341
9342         * modules/gc-hmac-md5-tests: New file.
9343
9344         * tests/test-gc-hmac-sha1.c: New file.
9345
9346         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
9347
9348         * modules/gc-hmac-md5-tests: New file.
9349
9350         * tests/test-gc-md5.c: New file.
9351
9352         * modules/gc-md5-tests: New file.
9353
9354 2005-10-13  Simon Josefsson  <jas@extundo.com>
9355
9356         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
9357         Move memory allocation outside of loop.
9358
9359 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
9360
9361         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
9362         intermediate directory is in a read-only file system.  Problem
9363         reported by Eric Blake.
9364
9365 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
9366
9367         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
9368
9369 2005-10-12  Simon Josefsson  <jas@extundo.com>
9370
9371         * tests/test-hmac-sha1.c: New file.
9372
9373         * modules/hmac-sha1-tests: New file.
9374
9375         * modules/hmac-sha1: New file.
9376
9377 2005-10-12  Simon Josefsson  <jas@extundo.com>
9378
9379         * modules/gc-sha1: New file.
9380
9381 2005-10-12  Simon Josefsson  <jas@extundo.com>
9382
9383         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
9384
9385         * tests/test-gc-pbkdf2-sha1.c: New file.
9386
9387 2005-10-12  Simon Josefsson  <jas@extundo.com>
9388
9389         * modules/gc-md5, modules/gc-hmac-md5: New files.
9390
9391         * modules/gc (Files): Remove md5, memxor and hmac files.
9392
9393 2005-10-12  Simon Josefsson  <jas@extundo.com>
9394
9395         * m4/gc-pbkdf2-sha1.m4: New file.
9396
9397         * m4/gc-hmac-sha1.m4: New file.
9398
9399         * m4/gc-sha1: New file.
9400
9401         * m4/hmac-sha1.m4: New file.
9402
9403 2005-10-12  Simon Josefsson  <jas@extundo.com>
9404
9405         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
9406
9407         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
9408
9409 2005-10-12  Simon Josefsson  <jas@extundo.com>
9410
9411         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
9412         suggested by Bruno Haible <bruno@clisp.org>.
9413
9414 2005-10-12  Simon Josefsson  <jas@extundo.com>
9415
9416         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
9417
9418 2005-10-12  Simon Josefsson  <jas@extundo.com>
9419
9420         * lib/gc-pbkdf2-sha1.c: New file.
9421
9422         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
9423
9424 2005-10-12  Simon Josefsson  <jas@extundo.com>
9425
9426         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
9427
9428         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
9429
9430 2005-10-12  Simon Josefsson  <jas@extundo.com>
9431
9432         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
9433         GC_USE_HMAC_MD5, respectively.
9434
9435         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
9436         (gc_md5): Fix typo.
9437
9438         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
9439
9440         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
9441
9442         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
9443
9444 2005-10-12  Bruno Haible  <bruno@clisp.org>
9445
9446         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
9447         Reported by Stepan Kasal <kasal@ucw.cz>.
9448
9449 2005-10-11  Simon Josefsson  <jas@extundo.com>
9450
9451         * tests/test-crc.c: New file.
9452
9453         * modules/crc, modules/crc-tests: New files.
9454
9455 2005-10-11  Simon Josefsson  <jas@extundo.com>
9456
9457         * m4/crc.m4: New file.
9458
9459 2005-10-11  Simon Josefsson  <jas@extundo.com>
9460
9461         * lib/gc.h: Add gc_hash and gc_hash_buffer.
9462
9463         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
9464
9465         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
9466
9467 2005-10-11  Simon Josefsson  <jas@extundo.com>
9468
9469         * lib/crc.h, lib/crc.c: New files.
9470
9471         * lib/gc.h (gc_hash_buffer): Add doc.
9472
9473 2005-10-11  Bruno Haible  <bruno@clisp.org>
9474
9475         * modules/c-strcasestr: New file.
9476         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
9477
9478 2005-10-11  Bruno Haible  <bruno@clisp.org>
9479
9480         * modules/c-strcase: New file.
9481         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
9482
9483 2005-10-11  Bruno Haible  <bruno@clisp.org>
9484
9485         * lib/strcasecmp.c: Include limits.h.
9486         (strcasecmp): Avoid integer overflow on exotic platforms.
9487         * lib/strncasecmp.c: Include limits.h.
9488         (strncasecmp): Avoid integer overflow on exotic platforms.
9489         Reported by Paul Eggert.
9490
9491 2005-10-11  Bruno Haible  <bruno@clisp.org>
9492
9493         * lib/c-strcasestr.h: New file, from GNU gettext.
9494         * lib/c-strcasestr.c: New file, from GNU gettext.
9495
9496 2005-10-11  Bruno Haible  <bruno@clisp.org>
9497
9498         * lib/c-strcase.h: New file, from GNU gettext.
9499         * lib/c-strcasecmp.c: New file, from GNU gettext.
9500         * lib/c-strncasecmp.c: New file, from GNU gettext.
9501
9502 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9503
9504         * modules/mempcpy (License): GPL -> LGPL.
9505         * modules/strchrnul (License): Likewise.
9506         * modules/sysexits (License): Likewise.
9507
9508 2005-10-08  Simon Josefsson  <jas@extundo.com>
9509
9510         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
9511
9512 2005-10-07  Simon Josefsson  <jas@extundo.com>
9513
9514         * m4/memxor.m4: Remove gl_C_RESTRICT call.
9515
9516 2005-10-06  Simon Josefsson  <jas@extundo.com>
9517
9518         * tests/test-hmac-md5.c: New file.
9519
9520         * modules/hmac-md5-tests: New file.
9521
9522         * modules/hmac-md5: New file.
9523
9524 2005-10-06  Simon Josefsson  <jas@extundo.com>
9525
9526         * m4/hmac-md5.m4: New file.
9527
9528         * m4/memxor.m4: Require gl_C_RESTRICT.
9529
9530 2005-10-06  Simon Josefsson  <jas@extundo.com>
9531
9532         * lib/memxor.c (memxor): Avoid casts and warnings.
9533
9534 2005-10-06  Simon Josefsson  <jas@extundo.com>
9535
9536         * lib/hmac-md5.c: New file.
9537
9538         * lib/hmac.h: New file.
9539
9540 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9541
9542         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
9543         promotes to int, not unsigned int, to catch the AIX 5.3
9544         compiler bug.
9545
9546 2005-10-05  Simon Josefsson  <jas@extundo.com>
9547
9548         * modules/memxor: New file.
9549
9550         * modules/iconv (Files): Move config.rpath to havelib, it is used
9551         there.
9552
9553         * modules/havelib (Files): Add config.rpath.
9554
9555 2005-10-05  Simon Josefsson  <jas@extundo.com>
9556
9557         * m4/memxor.m4: New file.
9558
9559 2005-10-05  Simon Josefsson  <jas@extundo.com>
9560
9561         * lib/memxor.c (memxor): Fix compiler error.
9562
9563         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
9564         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
9565
9566         * lib/memxor.h, lib/memxor.c: New files.
9567
9568         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
9569         we assume all systems have it, suggested by Jim Meyering
9570         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
9571         any systems lack sys/socket.h; mingw32 is known to lack it, but we
9572         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
9573         same reasons.
9574
9575 2005-10-05  Simon Josefsson  <jas@extundo.com>
9576
9577         * config/srclist.txt: Add glibc bug 1423 for md5.h.
9578
9579 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9580
9581         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
9582         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
9583         needed, since the source code now assumes these .h files.
9584
9585 2005-10-05  Derek Price  <derek@ximbiot.com>
9586
9587         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
9588
9589 2005-10-05  Bruno Haible  <bruno@clisp.org>
9590
9591         * modules/stdint (License): Change to LGPL.
9592
9593 2005-10-04  Simon Josefsson  <jas@extundo.com>
9594
9595         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
9596         D. Baushke" <mdb@gnu.org>.
9597
9598 2005-10-04  Bruno Haible  <bruno@clisp.org>
9599
9600         * lib/verify.h (verify_true): Provide alternative definition for C++.
9601
9602 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
9603
9604         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
9605         (SSIZE_MAX): New macro, if not already defined.
9606         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
9607         than 2 GiB.
9608
9609 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9610
9611         Sync from coreutils.
9612         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
9613         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
9614         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
9615         ULLONG_MAX doesn't work with 2.7.2.1.
9616
9617 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9618
9619         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
9620         From Ben Pfaff.
9621
9622         * modules/exclude (Depends-on): Depend on verify.
9623         * modules/strtoimax (Depends-on): Likewise.
9624         * modules/utimecmp (Depends-on): Likewise.
9625
9626 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9627
9628         * lib/exclude.c: Include verify.h.
9629         (verify): Remove.  All callers changed to use verify.h's version.
9630         * lib/strtoimax.c: Likewise.
9631         * lib/utimecmp.c: Likewis.e
9632
9633         Sync from coreutils.
9634         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
9635         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
9636         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
9637         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
9638         bother returning ENOSYS if settimeofday or stime fails; just let
9639         them return whatever errno they want to return.
9640         * lib/utimens.c: Include unistd.h, for dup2.
9641         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
9642         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
9643
9644 2005-10-02  Jim Meyering  <jim@meyering.net>
9645
9646         Sync from coreutils.
9647         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
9648         from glibc-2.2.5 that fails for read-only files.
9649
9650 2005-10-02  Jim Meyering  <jim@meyering.net>
9651
9652         Sync from coreutils.
9653         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
9654         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
9655         `#if HAVE_CONFIG_H'.
9656         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
9657         Remove AT_FDCWD test.
9658         Do not consume the fd unless successful.
9659         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
9660         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
9661         block, so that we don't even try to compile it if settimeofday is
9662         available.  This works around a compilation failure on OSF1 V5.1,
9663         due to stime requiring a `long int*' while tv_sec is `int'.
9664
9665 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
9666
9667         Sync from coreutils.
9668         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
9669         against `yes', rather than just testing for nonempty.
9670
9671 2005-10-01  Simon Josefsson  <jas@extundo.com>
9672
9673         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
9674         and Darwin.
9675
9676         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
9677         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
9678         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
9679         freeaddrinfo and gai_strerror are declared by the POSIX headers.
9680         Check if struct addrinfo is declared.
9681
9682 2005-10-01  Simon Josefsson  <jas@extundo.com>
9683
9684         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
9685         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
9686         AI_* and EAI_* definitions.  Protect function declarations.
9687
9688 2005-10-01  Jim Meyering  <jim@meyering.net>
9689
9690         Sync from coreutils.
9691
9692         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
9693         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
9694         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
9695         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9696         in the inet and nsl libraries.  Required on Solaris 5.7.
9697
9698 2005-10-01  Jim Meyering  <jim@meyering.net>
9699
9700         Sync from coreutils.
9701         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9702         in the inet and nsl libraries.  Required on Solaris 5.7.
9703
9704 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
9705
9706         * lib/getdelim.c (getdelim): Remove unused variables.
9707
9708 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9709
9710         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
9711         so that the code works even with ancient cpp.  Portability problem
9712         with GCC 2.7.2.1 reported by Thomas M.Ott.
9713
9714 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9715
9716         * modules/regex (Depends-on): Add strcase.
9717
9718         * modules/gethostname (Licence): Change from GPL to LGPL, since
9719         gethostname.c is a trivial implementation of a standard library
9720         function.
9721         * modules/poll (License): Change from GPL to LGPL, since it's
9722         derived from LGPL code.
9723
9724 2005-09-27  Jim Meyering  <jim@meyering.net>
9725
9726         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
9727         HAVE_CONFIG_H.
9728
9729         * lib/intprops.h (signed_type_or_expr__): Define.
9730         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
9731         for unsigned types.
9732
9733 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9734
9735         * lib/verify.h (verify_expr): Remove, replacing with:
9736         (verify_true): New macro that returns true instead of void.
9737         (verify_type__): Remove.
9738         (verify): Use verify_true rather than verify_type__.
9739
9740 2005-09-26  Bruno Haible  <bruno@clisp.org>
9741
9742         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
9743         is necessary.
9744         (lib_SOURCES): Remove mbchar.c.
9745         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
9746         (Files): Add m4/mbrtowc.m4.
9747         * modules/mbiter: Likewise.
9748         * modules/mbuiter: Likewise.
9749
9750 2005-09-26  Bruno Haible  <bruno@clisp.org>
9751
9752         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
9753         compile mbchar.c if they are not both present.
9754         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
9755         * m4/mbiter.m4 (gl_MBITER): Likewise.
9756         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
9757         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
9758         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
9759
9760 2005-09-25  Jim Meyering  <jim@meyering.net>
9761
9762         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
9763         also uses socklen_t.
9764
9765 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
9766
9767         * lib/utimens.c (ENOSYS): Define if not already defined.
9768         (futimens): Support having a null PATH if the file descriptor
9769         is nonnegative.
9770
9771         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
9772         Remove.
9773         (__attribute): Define to empty unless GCC 3.1 or later.
9774         This works around a core dump on OpenBSD 3.4, which has GCC
9775         2.95.3, which dumps core when given __attribute__(()).  It also
9776         simplifies other tests, since we really don't want to bother with
9777         worrying about which ancient version of GCC supported what.
9778         Original problem reported by Yoann Vandoorselaere, with part of
9779         the fix suggested by Derek Price.
9780
9781 2005-09-24  Jim Meyering  <jim@meyering.net>
9782
9783         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
9784         so we can once again use a positive bitfield width of 1 -- now we
9785         don't have to explain why we were using a bitfield width of 2.
9786
9787 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9788
9789         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
9790         and similarly for the other external symbols.  Problem reported
9791         by James Gallager.
9792
9793         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
9794         bug reported by Jim Meyering.
9795
9796         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
9797         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
9798         not needed, since socklen is a prerequisite module.
9799
9800 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9801
9802         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
9803         Problem reported by Eric Blake.
9804         (getaddrinfo): Initialize se so that it's not garbage.
9805         Redo internal storage allocation so that it doesn't make unportable
9806         assumptions about alignment.
9807         Fix a memory leak.
9808
9809         * lib/utimens.c (futimens): Use futimesat if available.
9810         Prefer it to futimes since it doesn't have the futimes bug.
9811
9812         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
9813         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
9814         Instead, declare a function that returns a pointer to an array,
9815         and use verify_type__ to declare the size of the array.
9816         Problem and germ of a solution reported by Bruno Haible.
9817         (verify_type__): Use 2, not 1, for bitfield size, to avoid
9818         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
9819
9820 2005-09-23  Jim Meyering  <jim@meyering.net>
9821
9822         Sync from coreutils.
9823         Correct build failure (socklen_t not defined) on at least
9824         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
9825         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
9826
9827 2005-09-23  Jim Meyering  <jim@meyering.net>
9828
9829         * modules/getaddrinfo (Depends-on): Add socklen.
9830
9831 2005-09-23  Bruno Haible  <bruno@clisp.org>
9832
9833         * tests/test-verify.c: New file.
9834
9835 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9836
9837         Sync from coreutils.
9838
9839         * modules/argmatch (Depends-on): Add verify.
9840         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
9841         unistd-safer.
9842         * modules/save-cwd (Depends-on): Likewise.
9843
9844         * modules/openat (Files): Add lib/openat-die.c.
9845         (Depends-on): Remove error, exitfail.
9846         Add dirname.
9847
9848         * modules/verify: New file.
9849         * MODULES.html.sh (Diagnostics <assert.h>): New section,
9850         with "verify" module.
9851
9852 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9853
9854         Sync from coreutils.
9855
9856         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
9857         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
9858         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
9859         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
9860         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
9861         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
9862         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
9863         Don't bother checking for string.h, stdlib.h, unistd.h.
9864         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
9865         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
9866         module's job.
9867         * m4/jm-macros.m4 (gl_MACROS): Likewise.
9868         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
9869
9870         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
9871         (gl_GETDATE): Use it.
9872
9873         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
9874
9875 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9876
9877         Sync from coreutils.
9878
9879         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
9880         stat-time.h.
9881         * lib/argmatch.h: Include verify.h
9882         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
9883         (ARGMATCH_ASSERT): Remove; unused.
9884         * lib/canonicalize.c: Assume STDC_HEADERS.
9885         * lib/exclude.c: Include "strcase.h".
9886         * lib/regex_internal.h [!defined _LIBC]: Likewise.
9887         * lib/getusershell.c: Include stdio--.h rather than stdio.h
9888         and stdio-safer.h.
9889         (getusershell): Call fopen, not fopen_safer.
9890         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
9891         Do not include unistd-safer.h.
9892         (save_cwd): Don't call fd_safer; no longer needed
9893         now that we include fcntl--.h.
9894
9895         * lib/getdate.y (relative_time): New type.
9896         (RELATIVE_TIME_0): New constant.
9897         (parser_control): Use relative_time instead of doing it ourselves.
9898         (%union): Add new relative_time rel member.
9899         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
9900         Now typeless.
9901         (relunit, relunit_snumber): Now of type rel.
9902         (zone, rel, relunit, get_date): Adjust to above changes.
9903
9904         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
9905         Do not include unistd-safer.h.
9906         (getloadavg): Don't call fd_safer; no longer needed
9907         now that we include fcntl--.h.
9908
9909         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
9910         (make_dir_parents): Treat ENOSYS like EEXIST.
9911
9912         Improve quality of diagnostics on restore_cwd failure.
9913         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
9914         (make_dir_parents): Last arg is now int * (for errno), not bool *.
9915         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
9916         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
9917         each time through the loop.  Do not diagnose restore_cwd failure;
9918         that is the caller's job (and perhaps the caller does not care).
9919
9920         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
9921         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
9922         If the file already exists but is not a directory, don't bother
9923         to try to make its parents.
9924         Close potential file descriptor leak if we can't chdir("/") (!).
9925         Don't always return true if chdir($PWD) fails; return true only
9926         if the requested action was done successfully (except for the
9927         chdir($PWD)).
9928         Don't log final directory unless we actually made it.
9929         Refactor to avoid duplicate code to fix up permissions.
9930         Don't attempt to fix up parent permissions if chdir($PWD) fails.
9931
9932         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
9933         to make it a bit faster and (I hope) clearer.
9934         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
9935         Fix bug in formats like %2N.
9936
9937         * lib/verify.h: New file.
9938
9939 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9940
9941         Sync from coreutils.
9942         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
9943
9944 2005-09-22  Jim Meyering  <jim@meyering.net>
9945
9946         Sync from coreutils.
9947
9948         * m4/lstat.m4 (gl_FUNC_LSTAT):
9949         Use AC_LIBSOURCES to require lstat.c and lstat.h.
9950         Remove obsolete comment.
9951         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
9952         * m4/xstrtod.m4: Likewise.
9953
9954         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
9955
9956 2005-09-22  Jim Meyering  <jim@meyering.net>
9957
9958         Sync from coreutils.
9959
9960         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
9961
9962         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
9963         the .tm_year member, since otherwise gcc-4.0 would now warn about
9964         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
9965
9966         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
9967         order to avoid an unsuppressible warning from gcc on 64-bit systems.
9968
9969         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
9970         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
9971         when run in a time zone for which daylight savings time is in effect
9972         for the starting date.
9973
9974         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
9975         stop us from restricting permissions of just-created absolute-named
9976         directories.
9977         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
9978         to restore initial working directory.
9979         * lib/mkdir-p.c (make_dir_parents): New parameter:
9980         different_working_dir, to tell caller if/when we change the working
9981         directory and are unable to return to the initial one.
9982         * lib/mkdir-p.h (make_dir_parents): Update prototype.
9983         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
9984         `return false'.  This fixes a bug introduced on 2004-07-30.
9985
9986         * lib/openat.c (fdopendir): Be sure to close the supplied
9987         file descriptor before returning.  This makes our replacement
9988         implementation a little closer to Solaris's, where fdopendir
9989         ties the file descriptor to the returned DIR* pointer.
9990         * lib/openat.c (unlinkat): New function.
9991         * lib/openat.h (unlinkat): Add prototype.
9992         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
9993         (openat_restore_fail): Rename from openat_restore_die.
9994         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
9995
9996         Provide an alternative to exiting immediately upon save_cwd or
9997         restore_cwd failure.  Now, an application can arrange e.g.,
9998         to perform a longjump in that case.
9999         * lib/openat.c: Include dirname.h.
10000         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
10001         (rpl_openat, fdopendir, fstatat): Call openat_save_die
10002         and openat_restore_die rather than calling error directly.
10003         Don't include "error.h" or "exitfail.h"; they're no longer needed.
10004
10005         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
10006         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
10007         define.
10008
10009         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
10010         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
10011                             int utc, int nanoseconds);
10012         Background:
10013         date should not have to allocate a megabyte of virtual memory to
10014         handle a format argument like +%1048575T.  When implemented with
10015         strftime, it must allocate such a buffer, use strftime to fill it
10016         in, print it, then free it.
10017         With fprintftime, it simply prints everything and exits.
10018         With no need for memory allocation, that's one fewer way to fail.
10019         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
10020         optional field width, not before, so we accept %9:z, not %:9z.
10021         (my_strftime): Be sure to use L_('x') for literals.
10022
10023         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
10024         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
10025         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
10026         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
10027         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
10028         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
10029         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
10030         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
10031         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
10032         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
10033         * lib/xgethostname.c, lib/xreadlink.c:
10034         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
10035
10036         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
10037         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
10038         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
10039         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
10040         and don't include <sys/file.h>).
10041
10042 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
10043
10044         Sync from coreutils.
10045
10046         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
10047         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
10048         [!LDAV_DONE]: Avoid unused variable warning.
10049
10050 2005-09-21  Bruno Haible  <bruno@clisp.org>
10051
10052         * lib/unicodeio.h (unicode_to_mb): New declaration.
10053
10054 2005-09-20  Derek Price  <derek@ximbiot.com>
10055
10056         * lib/getaddrinfo.c: Don't include <netdb.h> included from
10057         getaddrinfo.h.
10058
10059 2005-09-20  Bruno Haible  <bruno@clisp.org>
10060
10061         * gnulib-tool: Remove trailing slashes from the values specified for
10062         --source-base, --m4-base, --tests-base, --aux-dir.
10063         Suggested by Simon Josefsson <jas@extundo.com>.
10064
10065 2005-09-20  Bruno Haible  <bruno@clisp.org>
10066
10067         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
10068         func_modules_to_filelist, func_import, func_create_testdir): Make all
10069         sorting results locale-independent, so that gnulib-cache.m4 doesn't
10070         change when gnulib-tool is invoked in a different locale.
10071
10072 2005-09-19  Simon Josefsson  <jas@extundo.com>
10073
10074         * m4/socklen.m4: Fix typo.
10075
10076 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10077
10078         Use a consistent style for including <config.h>.
10079         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
10080         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
10081         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
10082         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
10083         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
10084         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
10085         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
10086         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
10087         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
10088         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
10089         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
10090         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
10091         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
10092         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
10093         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
10094         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
10095         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
10096         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
10097         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
10098         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
10099         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
10100         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
10101         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
10102         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
10103         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
10104         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
10105         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
10106         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
10107         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
10108         lib/xstrtoumax.c, lib/yesno.c:
10109         Standardize inclusion of config.h.
10110         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
10111         lib/inttostr.h:  Removed inclusion of config.h from header files.
10112         * lib/inttostr.c:  Adjusted in-tree users.
10113         * lib/timespec.h: Remove superfluous warning to include config.h.
10114         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
10115         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
10116         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
10117         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
10118         config.h with HAVE_CONFIG_H.
10119
10120 2005-09-19  Jim Meyering  <jim@meyering.net>
10121
10122         * modules/pathmax (License): Change to LGPL.
10123
10124 2005-09-19  Derek Price  <derek@ximbiot.com>
10125
10126         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
10127
10128 2005-09-19  Bruno Haible  <bruno@clisp.org>
10129
10130         * gnulib-tool (import): Provide default for --tests-base.
10131
10132 2005-09-19  Bruno Haible  <bruno@clisp.org>
10133
10134         * doc/quote.texi: New file, extracted from gnulib.texi.
10135         * doc/ctime.texi: New file, extracted from gnulib.texi.
10136         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
10137         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
10138         * doc/gnulib.texi: Include them.
10139
10140 2005-09-18  Bruno Haible  <bruno@clisp.org>
10141
10142         Portability fix.
10143         * gnulib-tool (func_readlink): New function.
10144         (func_ln_if_changed): Use it.
10145
10146 2005-09-18  Bruno Haible  <bruno@clisp.org>
10147
10148         * gnulib-tool: Support --with-tests also with --import.
10149         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
10150         (func_import): Use variables $testsbase and $inctests. Emit a
10151         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
10152         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
10153         SUBDIRS += $testsdir.
10154         (func_create_testdir): Update.
10155
10156 2005-09-18  Bruno Haible  <bruno@clisp.org>
10157
10158         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
10159         instead of $dry_run.
10160         (func_cp_if_changed, func_mv_if_changed): Remove functions.
10161         (func_ln_if_changed): Don't handle dry-run here.
10162         (func_import): In dry-run mode, detect more precisely which actions
10163         would be performed, and don't use "...ing" verbs.
10164
10165 2005-09-18  Bruno Haible  <bruno@clisp.org>
10166
10167         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
10168         (func_import): Use join on two temporary files instead of three nested
10169         loops, in order to determine which files are new or old.
10170
10171 2005-09-18  Bruno Haible  <bruno@clisp.org>
10172
10173         * gnulib-tool (func_import): Comment out code that spits out the
10174         new files with --dry-run.
10175
10176 2005-09-18  Bruno Haible  <bruno@clisp.org>
10177
10178         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
10179
10180 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10181
10182         * lib/stat-time.h: New file.
10183         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
10184         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
10185         in a different way.
10186         (timespec_cmp): New function.
10187         * lib/utimecmp.c: Include stat-time.h.
10188         (SYSCALL_RESOLUTION): Depend on whether various struct stat
10189         members exist, not on the obsolescent ST_MTIM_NSEC.
10190         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
10191
10192 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10193
10194         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
10195
10196 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10197
10198         * MODULES.html.sh (File system functions): Add stat-time.
10199         * modules/stat-time: New file.
10200         * modules/timespec (Files): Remove m4/st_mtim.m4; this
10201         is now done in a different way, by the stat-time module.
10202         * modules/utimecmp (Depends-on): Add stat-time.
10203
10204 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10205
10206         * m4/st_mtim.m4: Remove.  Superseded by...
10207         * m4/stat-time.m4: New file.
10208         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
10209         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
10210
10211 2005-09-15  Derek Price  <derek@ximbiot.com>
10212
10213         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
10214
10215 2005-09-15  Derek Price  <derek@ximbiot.com>
10216
10217         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
10218         * lib/regex_internal.c: Ditto, using this...
10219         (__GNUC_PREREQ): ...new macro.
10220         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
10221         using...
10222         (__GNUC_PREREQ): ...this new macro.
10223
10224         * lib/strstr.h: Include string.h. Define strstr as a macro here.
10225
10226 2005-09-15  Derek Price  <derek@ximbiot.com>
10227             Paul Eggert  <eggert@cs.ucla.edu>
10228
10229         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
10230         changes, consolidating in...
10231         * lib/regex_internal.h: ...this file.
10232
10233 2005-09-13  Jim Meyering  <jim@meyering.net>
10234
10235         * lib/canon-host.c: Filter through gnu indent and reword comments
10236         slightly.
10237         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
10238
10239 2005-09-13  Derek Price  <derek@ximbiot.com>
10240
10241         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
10242         failure.
10243         Reported by Jim Meyering  <jim@meyering.net>.
10244
10245 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10246
10247         * lib/base64.c: Typo.
10248         (base64_encode): Put b64str in initialized data section.
10249
10250 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10251
10252         Merge glibc and coreutils changes into gnulib, plus a few
10253         extra fixes.
10254         * lib/md5.c: Use #error rather than a string.
10255         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
10256         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
10257         (__attribute__): Define to empty for non recent-GCC.
10258         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
10259         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
10260         Renamed from their non-__ counterparts, with new macros replacing
10261         them if not _LIBC.  Add __THROW attribute.
10262         (rol): Remove.
10263         (struct md5_ctx): Align buffer if using GCC.
10264         * lib/sha1.h (struct sha1_ctx): Likewise.
10265         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
10266         The old name was backwards.
10267         (NOTSWAP): Remove; not used.
10268         (rol): New macro, moved here from md5.h.
10269         (sha1_process_block): Remove a FIXME that doesn't make sense.
10270
10271 2005-09-12  Derek Price  <derek@ximbiot.com>
10272
10273         Return usable errors from canon-host.
10274         * lib/canon-host.h: New file.
10275         * lib/canon-host.c (canon_host): Wrap...
10276         (canon_host_r): ...this new function, which now relies exclusively on
10277         getaddrinfo.
10278         (ch_strerror): New function.
10279         (last_cherror): New global.
10280         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
10281         interface.
10282         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
10283         void *.
10284         (freeaddrinfo): Free ai->ai_canonname when set.
10285
10286 2005-09-12  Derek Price  <derek@ximbiot.com>
10287
10288         Make canon-host require getaddrinfo.
10289         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
10290         AC_LIBSOURCE canon-host.h.  Call...
10291         (gl_PREREQ_CANON_HOST): ...this new function, which requires
10292         gl_GETADDRINFO.
10293         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
10294
10295 2005-09-12  Derek Price  <derek@ximbiot.com>
10296
10297         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
10298         LGPL.
10299         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
10300
10301 2005-09-12  Derek Price  <derek@ximbiot.com>
10302
10303         * lib/gai_strerror.c: Include config.h when available.  Include
10304         getaddrinfo.h before other headers to test interface.
10305         Reported by Larry Jones <lawrence.jones@ugs.com>.
10306
10307 2005-09-12  Derek Price  <derek@ximbiot.com>
10308             Paul Eggert  <eggert@cs.ucla.edu>
10309
10310         * modules/glob (Files): Add glob-libc.h.
10311
10312 2005-09-12  Derek Price  <derek@ximbiot.com>
10313             Paul Eggert  <eggert@cs.ucla.edu>
10314
10315         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
10316         glob_.h, glob-libc.h.
10317         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
10318
10319 2005-09-12  Derek Price  <derek@ximbiot.com>
10320             Paul Eggert  <eggert@cs.ucla.edu>
10321
10322         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
10323         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
10324         protecting things that should be done only in gnulib contexts.
10325         * lib/glob_.h: New file, containing only the glob things needed for
10326         gnulib.
10327         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
10328         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
10329         (glob, globfree, glob_pattern_p): Now defined simply in terms of
10330         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
10331         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
10332         and to respect the namespace rules better.
10333
10334 2005-09-08  Simon Josefsson  <jas@extundo.com>
10335
10336         * modules/socklen: New file.
10337
10338 2005-09-08  Simon Josefsson  <jas@extundo.com>
10339
10340         * m4/socklen.m4: New file.
10341
10342 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10343
10344         * modules/utimens (Files): Add m4/utimbuf.m4, since
10345         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
10346         Reported by Sergey Poznyakoff.
10347
10348 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10349
10350         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
10351         definitions, since that's the preferred style in glibc.
10352         Fix a minor spacing issue, and update copyright notice to match
10353         glibc's.
10354
10355 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10356
10357         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
10358
10359 2005-09-06  Simon Josefsson  <jas@extundo.com>
10360
10361         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
10362         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
10363
10364 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10365
10366         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
10367         warning.
10368
10369 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10370
10371         * config/srclist.txt: Add glibc bug 1302.
10372
10373 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
10374
10375         Change bitset word type from unsigned int to unsigned long int,
10376         as this has better performance on typical 64-bit hosts.
10377         Port bitset code to hosts with unusual word sizes.
10378         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
10379         (build_collating_symbol):
10380         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
10381         argument is a bitset.  This is merely a style issue, but it makes
10382         it clearer that an entire array is expected.
10383         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
10384         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
10385         Port to the case where bitset_word is not the same as unsigned int.
10386         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10387         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
10388         Likewise.
10389         * lib/regexec.c (check_dst_limits_calc_pos_1,
10390         check_subexp_matching_top):
10391         (build_trtable, group_nodes_into_DFAstates):
10392         Likewise.
10393         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
10394         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
10395         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
10396         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
10397         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
10398         * lib/regcomp.c (optimize_subexps, lower_subexp):
10399         Work even if bitset_word has holes in its bitwise representation.
10400         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
10401         * lib/regexec.c (check_dst_limits_calc_pos_1,
10402         check_subexp_matching_top):
10403         Likewise.
10404         * lib/regex_internal.c (re_string_reconstruct):
10405         Don't assume UCHAR_MAX == 255.
10406         * lib/regex_internal.h (bitset_set_all): Likewise.
10407         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
10408         All uses changed.
10409         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
10410         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
10411         All uses changed.
10412         (BITSET_WORD_MAX): New macro.
10413         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
10414         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
10415         (bitset_empty, bitset_copy):
10416         Prefer sizeof (bitset) to multiplying it out ourselves.
10417         (bitset_not_merge): Remove; unused.
10418         (bitset_contain): Return bool, not unsigned int with one bit on.
10419         All callers changed.
10420         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
10421         alignment than re_node_set; do this by defining a new internal
10422         type struct dests_alloc and using it to allocate memory.
10423
10424 2005-09-05  Bruno Haible  <bruno@clisp.org>
10425
10426         * gnulib-tool (func_import): Fix comparison in handling of symbolic
10427         links.
10428
10429 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
10430
10431         * modules/size_max (Makefile.am): Add size_max.h
10432
10433 2005-09-04  Derek Price  <derek@ximbiot.com>
10434
10435         * gnulib-tool (func_import): Fix reversed $symbolic logic.
10436
10437 2005-09-03  Simon Josefsson  <jas@extundo.com>
10438
10439         * gnulib-tool: Fix typo.
10440
10441 2005-09-03  Simon Josefsson  <jas@extundo.com>
10442
10443         * config/srclist.txt: Add glibc bug 1293.
10444
10445 2005-09-03  Derek Price  <derek@ximbiot.com>
10446
10447         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
10448         From Larry Jones <lawrence.jones@ugs.com>.
10449
10450 2005-09-02  Simon Josefsson  <jas@extundo.com>
10451
10452         * modules/socklen: New file.
10453
10454 2005-09-02  Simon Josefsson  <jas@extundo.com>
10455
10456         * modules/havelib: New module.
10457
10458         * modules/gettext, modules/iconv, modules/lock, modules/readline:
10459         Use havelib.
10460
10461 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10462
10463         Check for arithmetic overflow when calculating sizes, to prevent
10464         some buffer-overflow issues.  These patches are conservative, in the
10465         sense that when I couldn't determine whether an overflow was possible,
10466         I inserted a run-time check.
10467         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
10468         macros.
10469         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
10470         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
10471         (re_xnrealloc, re_x2nrealloc): New inline functions.
10472         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
10473         parse_bracket_exp):
10474         (build_equiv_class, build_charclass): Check for arithmetic overflow
10475         in size expression calculations.
10476         * lib/regex_internal.c (re_string_realloc_buffers):
10477         (build_wcs_upper_buffer, re_node_set_add_intersect):
10478         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
10479         (re_dfa_add_node, register_state): Likewise.
10480         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
10481         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
10482         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
10483         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
10484
10485 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10486
10487         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
10488         m4/ulonglong.m4.  Problem reported by Martin Lambers.
10489
10490 2005-09-02  Bruno Haible  <bruno@clisp.org>
10491
10492         Support for lib vs. lib64 distinction on biarch platforms.
10493         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
10494         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
10495         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
10496
10497 2005-09-02  Bruno Haible  <bruno@clisp.org>
10498
10499         * gnulib-tool (import): In the other first-use case, provide defaults
10500         as well.
10501
10502 2005-09-02  Bruno Haible  <bruno@clisp.org>
10503
10504         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
10505         patches not yet found in the latest gettext release.
10506
10507 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10508
10509         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
10510         to avoid a collision with bits/local_lim.h in glibc.
10511         All uses changed.  Problem reported by Dmitry V. Levin in
10512         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
10513
10514         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
10515         bugs in int versus size_t comparisons.
10516         (re_string_context_at): Fix bug where the code assumed that
10517         Idx is signed.
10518
10519         Use bool where appropriate.
10520         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
10521         All callers changed.
10522         (calc_eclosure_iter): Likewise, for ROOT arg.
10523         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
10524         (build_charclass_op): Likewise, for NON_MATCH arg.
10525         * lib/regex_internal.c (re_string_allocate, re_string_construct):
10526         (re_string_construct_common): Likewise, for ICASE arg.
10527         * lib/regexec.c (re_search_2_stub, re_search_stub):
10528         Likewise, for RET_LEN arg.
10529         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
10530         (set_regs): Likewise, for FL_BACKTRACK arg.
10531         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
10532         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
10533         (calc_eclosure_iter, parse_bracket_exp):
10534         Use bool for internal variables that are booleans.
10535         * lib/regexec.c (re_search_internal, check_matching,
10536         proceed_next_node):
10537         (set_regs, build_sifted_states, sift_states_bkref):
10538         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
10539         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10540         (find_collation_sequence_value):
10541         Likewise.
10542         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
10543         (re_node_set_compare):
10544         Return bool, not int. All callers changed.
10545         * lib/regexec.c (check_halt_node_context, check_dst_limits):
10546         (build_trtable, check_node_accept): Likewise.
10547         * lib/regex_internal.h: Include stdbool.h.
10548
10549         Fix bugs uncovered when converting to bool.
10550         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
10551         failure instead of charging ahead blindly.
10552         * lib/regex_internal.c (register_state): Likewise.
10553         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
10554         for freeing internal storage.
10555         (group_nodes_into_DFA_states): Use unsigned int, not int, for
10556         bitset pieces used as boolean, to avoid undefined behavior
10557         on hosts that do int overflow checking.
10558
10559 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10560
10561         * config/srclist.txt: Add glibc bugs 1285-1287.
10562
10563 2005-09-01  Jim Meyering  <jim@meyering.net>
10564
10565         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
10566         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
10567         Require gl_STAT_MACROS, too.
10568
10569 2005-09-01  Bruno Haible  <bruno@clisp.org>
10570
10571         * gnulib-tool (import): In the first-use case, provide defaults.
10572
10573 2005-09-01  Bruno Haible  <bruno@clisp.org>
10574
10575         * gnulib-tool (func_import): Remove the .tmp files.
10576
10577 2005-09-01  Bruno Haible  <bruno@clisp.org>
10578
10579         * gnulib-tool (func_import): Fix handling of symbolic links.
10580
10581 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10582
10583         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
10584         old glibc regex code mishandles strings longer than 2**31 bytes.
10585         This patch fixes this when the regex code is used in gnulib
10586         (i.e., outside glibc).
10587
10588         This patch should not affect the use of the regex code inside
10589         glibc.  No doubt this problem also needs to be handled for glibc
10590         as well, but the result will be an incompatible change to the
10591         glibc ABI, and the old ABI will have to be supported too.  That
10592         can be the the subject for another patch.
10593
10594         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
10595         governing whether the rest of this patch is active.  By default,
10596         the macro is disabled and the patch has no effect.
10597         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
10598         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
10599         (struct re_pattern_buffer, re_search, re_search_2, re_match):
10600         (re_match_2, re_set_registers): Use the new types.
10601         * lib/regex_internal.h (Idx, re_hashval_t): New types.
10602         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
10603         New macros.
10604         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
10605         (re_string_context_at, bin_tree_t, re_dfastate_t):
10606         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
10607         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
10608         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
10609         (re_string_char_size_at, re_string_wchar_at):
10610         (re_string_elem_size_at):
10611         Use the new types and macros to port to 64-bit hosts.
10612         Use unsigned types for internal values, so that the code
10613         mostly works even for arrays larger than SSIZE_MAX.
10614         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
10615         (search_duplicated_node, calc_eclosure_iter, fetch_number):
10616         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
10617         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
10618         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
10619         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
10620         (calc_inveclosure, parse_dup_op, build_range_exp):
10621         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
10622         (fetch_number, create_token_tree, mark_opt_subexp):
10623         Likewise.
10624         * lib/regex_internal.c (re_string_construct_common,
10625         create_ci_newstate):
10626         (create_cd_newstate, re_string_allocate, re_string_construct):
10627         (re_string_realloc_buffers, build_wcs_upper_buffer):
10628         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10629         (re_string_reconstruct, re_string_peek_byte_case):
10630         (re_string_fetch_byte_case, re_string_context_at):
10631         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10632         (re_node_set_init_copy, re_node_set_add_intersect):
10633         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10634         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10635         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10636         (re_acquire_state, re_acquire_state_context, register_state):
10637         Likewise.
10638         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
10639         search_cur_bkref_entry):
10640         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
10641         (re_search_internal, re_search_2_stub, re_search_stub)
10642         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
10643         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
10644         (update_cur_sifted_state, check_dst_limits):
10645         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10646         (check_subexp_limits, sift_states_bkref, merge_state_array):
10647         (check_subexp_matching_top, get_subexp, get_subexp_sub):
10648         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
10649         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10650         (expand_bkref_cache, check_node_accept_bytes):
10651         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
10652         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
10653         (acquire_init_state_context, check_halt_node_context):
10654         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
10655         (sift_states_backward, clean_state_log_if_needed):
10656         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
10657         (find_recover_state, transit_state_sb, transit_state_mb):
10658         (transit_state_bkref, build_trtable, match_ctx_clean):
10659         Likewise.
10660         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
10661         to work around an assumption that REG_MISSING is negative.
10662
10663         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
10664         (seek_collating_symbol_entry) [defined _LIBC]:
10665         (lookup_collation_sequence_value) [defined _LIBC]:
10666         (build_range_exp, build_collating_symbol) [defined _LIBC]:
10667         Use prototypes rather than old-style function definitions.
10668         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
10669         (transit_state_sb) [0]:
10670         (find_collation_sequence_value) [defined _LIBC]: Likewise.
10671
10672         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
10673         rm_eo.
10674
10675         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
10676         (optimize_subexps, lower_subexp):
10677         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
10678         since the signed shift might overflow.  Use 1u<<31 instead.
10679         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10680         Likewise.
10681         * lib/regexec.c (check_dst_limits_calc_pos_1,
10682         check_subexp_matching_top): Likewise.
10683
10684         * lib/regcomp.c (optimize_subexps, lower_subexp):
10685         Use CHAR_BIT rather than 8, for clarity.
10686         * lib/regexec.c (check_dst_limits_calc_pos_1):
10687         (check_subexp_matching_top): Likewise.
10688         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
10689         have to worry about portability issues when shifting it left.
10690         Remove no-longer-needed test for table_size > 0.
10691         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
10692         in a word, as the resulting behavior is undefined.
10693         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
10694         in one case, a <= should have been an <, and in another case the
10695         whole test was missing.
10696         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
10697         the standard name CHAR_BIT.
10698         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
10699         this is not true on one's complement and signed-magnitude hosts.
10700
10701         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
10702         next_last_offset.
10703         (struct re_dfa_t): Remove unused member states_alloc.
10704         * lib/regcomp.c (init_dfa): Don't initialize unused members.
10705
10706 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10707
10708         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
10709         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
10710         and large-file glibc and in 32-bit large-file Solaris.
10711
10712 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10713
10714         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
10715         lengths fit in regoff_t; this isn't true if regoff_t is the same
10716         width as size_t.
10717         * lib/regex.c (re_search_internal): 5th arg is LAST_START
10718         (= START + RANGE) instead of RANGE.  This avoids overflow
10719         problems when regoff_t is the same width as size_t.
10720         All callers changed.
10721         (re_search_2_stub): Check for overflow when adding the
10722         sizes of the two strings.
10723         (re_search_stub): Check for overflow when adding START
10724         to RANGE; if it occurs, substitute the extreme value.
10725
10726 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10727
10728         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
10729
10730 2005-08-31  Jim Meyering  <jim@meyering.net>
10731
10732         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
10733         a pointer-to-const.
10734         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
10735         (register_state): Likewise.
10736         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
10737         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10738         (group_nodes_into_DFAstates): Likewise.
10739
10740 2005-08-31  Jim Meyering  <jim@meyering.net>
10741
10742         * check-module: Add a FIXME comment.
10743
10744 2005-08-31  Eric Blake  <ebb9@byu.net>
10745
10746         * modules/unistd-safer (Files): Add unistd--.h.
10747         * modules/stdio-safer (Files): Add stdio--.h.
10748
10749 2005-08-31  Derek Price  <derek@ximbiot.com>
10750
10751         * lib/getdelim.c (getdelim): Return EOF on EOF.
10752         Reported by Larry Jones <lawrence.jones@ugs.com>.
10753
10754 2005-08-31  Bruno Haible  <bruno@clisp.org>
10755
10756         Avoid unnecessary diffs in the generated lib/Makefile.am.
10757         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
10758         the generated files.
10759         (func_import): Don't set cmd.
10760
10761 2005-08-31  Bruno Haible  <bruno@clisp.org>
10762
10763         * lib/strstr.c: Include <stddef.h>, for NULL.
10764         * lib/strcasestr.c: Likewise.
10765         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10766
10767 2005-08-31  Bruno Haible  <bruno@clisp.org>
10768
10769         * gnulib-tool: New option --macro-prefix.
10770         (func_import): Use macro_prefix.
10771         (import): Handle option --macro-prefix.
10772
10773 2005-08-31  Bruno Haible  <bruno@clisp.org>
10774
10775         * gnulib-tool (import): Rename most ac_* variables to cached_*.
10776         Also use new variables cached_lgpl, cached_libtool.
10777
10778 2005-08-31  Bruno Haible  <bruno@clisp.org>
10779
10780         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
10781         always instantiating them.
10782
10783 2005-08-31  Bruno Haible  <bruno@clisp.org>
10784
10785         * gnulib-tool (func_import): Read the previous cached settings
10786         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
10787         earlier added by gnulib but are now dropped. Warn when a gnulib file
10788         overwrites a non-gnulib file.
10789
10790 2005-08-31  Bruno Haible  <bruno@clisp.org>
10791
10792         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
10793         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
10794         projects that don't keep autogenerated files in CVS. Put into
10795         actioncmd only the specified modules, not the transitive closure.
10796
10797 2005-08-31  Bruno Haible  <bruno@clisp.org>
10798
10799         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
10800         Create directories that shall be filled.
10801         (import): Don't look for gl_* macros in configure.ac. Recurse across
10802         all directories containing a gnulib-cache.m4 files, if meaningful.
10803
10804 2005-08-31  Bruno Haible  <bruno@clisp.org>
10805
10806         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
10807         (import): Set seen_libtool when we see gl_LIBTOOL.
10808
10809 2005-08-31  Bruno Haible  <bruno@clisp.org>
10810
10811         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
10812         declaration macro definitions from generated gnulib.m4.
10813
10814 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
10815
10816         * lib/iconvme.h: Add prototype for iconv_alloc.
10817
10818 2005-08-29  Simon Josefsson  <jas@extundo.com>
10819
10820         * lib/iconvme.c: Fix errno.
10821
10822 2005-08-29  Bruno Haible  <bruno@clisp.org>
10823
10824         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
10825         that it works when the directory contains spaces.
10826
10827 2005-08-29  Bruno Haible  <bruno@clisp.org>
10828
10829         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
10830
10831 2005-08-29  Bruno Haible  <bruno@clisp.org>
10832
10833         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
10834         Emit more advice.
10835
10836 2005-08-29  Bruno Haible  <bruno@clisp.org>
10837         and Stepan Kasal  <kasal@ucw.cz>
10838
10839         * check-module: If more parameters are given, check each of them
10840         separately; add more exceptions, as noted by Jim Meyering.
10841         (check_module): New procedure.
10842         (%exempt_header): Now contains all exceptions.
10843
10844 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
10845
10846         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
10847
10848 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
10849
10850         * lib/iconvme.c: Split iconv_string into iconv_alloc.
10851
10852 2005-08-28  Bruno Haible  <bruno@clisp.org>
10853
10854         * m4/gnulib-tool.m4: New file.
10855
10856 2005-08-27  Jim Meyering  <jim@meyering.net>
10857
10858         * modules/unistd-safer (Files): Add pipe-safer.c.
10859         * modules/fcntl-safer (Files): Add creat-safer.c.
10860
10861 2005-08-27  Jim Meyering  <jim@meyering.net>
10862
10863         * m4/stdlib-safer.m4: New file.  From coreutils.
10864         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
10865         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
10866         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
10867         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
10868         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
10869
10870 2005-08-27  Jim Meyering  <jim@meyering.net>
10871
10872         * lib/fopen-safer.c: Merge minor changes from coreutils.
10873         * lib/dup-safer.c: Likewise.
10874         * lib/fd-safer.c: Likewise.
10875
10876         Merge from coreutils.
10877         * lib/stdio--.h: New file.
10878         * lib/stdlib--.h: New file.
10879         * lib/mkstemp-safer.c: New file.
10880
10881         GNU tar needs these.
10882         * lib/pipe-safer.c: New file.
10883         * lib/creat-safer.c: New file.
10884         * lib/fcntl--.h (creat): Define to creat_safer.
10885         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
10886         * lib/unistd--.h (pipe): Define to pipe_safer.
10887         * lib/unistd-safer.h: Declare pipe_safer.
10888
10889 2005-08-26  Simon Josefsson  <jas@extundo.com>
10890
10891         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
10892         Haible <bruno@clisp.org>.
10893
10894 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
10895
10896         * lib/regex_internal.h: Remove all references to
10897         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
10898         or better.
10899         (bitset_not, bitset_merge, bitset_not_merge):
10900         (bitset_mask, re_string_allocate, re_string_construct):
10901         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
10902         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
10903         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
10904         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
10905         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10906         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10907         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
10908         (re_acquire_state_context):
10909         Remove unnecessary forward decls.
10910         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
10911         Put __attribute at function definition,
10912         now that the function decl has been removed.
10913         * lib/regex_internal.c (re_string_peek_byte_case):
10914         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
10915         Likewise.
10916
10917 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
10918
10919         * m4/regex.m4: Add AC_PREREQ(2.50).
10920         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
10921
10922 2005-08-25  Simon Josefsson  <jas@extundo.com>
10923
10924         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
10925         __fsetlocking.
10926
10927 2005-08-25  Simon Josefsson  <jas@extundo.com>
10928
10929         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
10930         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
10931         GLIBC specific code.
10932
10933 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10934
10935         Make regex safe for g++.  This fixes one real bug (an "err"
10936         that should have been "*err").  g++ problem reported by
10937         Sam Steingold.
10938         * lib/regex_internal.h (re_calloc): New macro, consistent with
10939         re_malloc etc.  All callers of calloc changed to use re_calloc.
10940         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
10941         not int.  All callers changed.
10942         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
10943         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
10944         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
10945         (find_recover_state): Change "err" to "*err"; this fixes what
10946         appears to be a real bug.
10947         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
10948         versus int.
10949
10950 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10951
10952         * modules/regex (Depends-on): Add malloc, since the code
10953         assumes that !malloc(0) means failure.
10954
10955 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10956
10957         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
10958
10959         alloca modernization/simplification for regex.
10960         * lib/regex.c: Remove portability cruft for alloca.  This no longer
10961         needs to be at the start of the file, and can be moved into
10962         regex_internal.h and simplified.
10963         * lib/regex_internal.h: Include <alloca.h>.
10964         (__libc_use_alloca) [!defined _LIBC]: New macro.
10965         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
10966         now works outside glibc.
10967
10968 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10969
10970         * config/srclist.txt: Add glibc bugs 1241, 1245.
10971
10972 2005-08-25  Jim Meyering  <jim@meyering.net>
10973
10974         * lib/open-safer.c: Include <config.h>.
10975         Otherwise, we'd lose LARGEFILE support in any file using
10976         e.g. "fcntl--.h"
10977
10978 2005-08-25  Bruno Haible  <bruno@clisp.org>
10979
10980         * m4/minmax.m4: Require autoconf 2.52.
10981         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
10982         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
10983         alternatives of translit over the alphabet.
10984         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
10985
10986 2005-08-24  Simon Josefsson  <jas@extundo.com>
10987
10988         * tests/test-getpass.c: New file.
10989
10990 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10991
10992         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
10993         for GNU regex features.
10994
10995 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10996
10997         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
10998         * lib/regex.h (regerror): Likewise.
10999
11000         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
11001         requires this.  (The code never needed it.)
11002
11003         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
11004         All uses of recently-renamed identifiers changed to use the new,
11005         POSIX-compliant names.  The code will build and run just fine
11006         without these changes, but it's better to eat our own dog food
11007         and use the standard-conforming names.
11008
11009         * lib/regex.h: Fix a multitude of POSIX name space violations.
11010         These changes have an effect only for programs that define
11011         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
11012         do not change anything for programs compiled in the normal way.
11013         Also, there is no effect on the ABI.
11014
11015         (_REGEX_SOURCE): New macro.
11016         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
11017         defined and _GNU_SOURCE is not; this fixes a name space violation.
11018
11019         Rename the following macros to obey POSIX requirements.
11020         The old names are still visible as macros if _REGEX_SOURCE is defined.
11021         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
11022         RE_BACKSLASH_ESCAPE_IN_LISTS.
11023         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
11024         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
11025         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
11026         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
11027         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
11028         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
11029         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
11030         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
11031         (REG_INTERVALS): renamed from RE_INTERVALS.
11032         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
11033         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
11034         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
11035         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
11036         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
11037         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
11038         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
11039         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
11040         RE_UNMATCHED_RIGHT_PAREN_ORD.
11041         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
11042         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
11043         (REG_DEBUG): renamed from RE_DEBUG.
11044         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
11045         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
11046         unusual, since we can't clash with the POSIX REG_ICASE.
11047         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
11048         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
11049         (REG_NO_SUB): renamed from RE_NO_SUB.
11050         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
11051         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
11052         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
11053         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
11054         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
11055         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
11056         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
11057         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
11058         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
11059         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
11060         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
11061         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
11062         RE_SYNTAX_POSIX_MINIMAL_BASIC.
11063         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
11064         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
11065         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
11066         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
11067         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
11068         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
11069         (REG_FIXED): Renamed from REGS_FIXED.
11070         (REG_NREGS): Renamed from RE_NREGS.
11071
11072         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
11073         of other REG_* macros, since POSIX says the user is allowed to
11074         #undef these macros selectively.
11075
11076         (reg_errcode_t): Update comment stating what other tables need
11077         to be consistent.
11078
11079         Rename the following enum values to obey POSIX requirements.
11080         The old names are still visible as macros.
11081         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
11082         is not defined, since GNU is supposed to be a superset of POSIX as
11083         much as possible, and since we want reg_errcode_t to be a signed
11084         type for implementation consistency.
11085         (_REG_NOERROR): Renamed from REG_NOERROR.
11086         (_REG_NOMATCH): Renamed from REG_NOMATCH.
11087         (_REG_BADPAT): Renamed from REG_BADPAT.
11088         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
11089         (_REG_ECTYPE): Renamed from REG_ECTYPE.
11090         (_REG_EESCAPE): Renamed from REG_EESCAPE.
11091         (_REG_ESUBREG): Renamed from REG_ESUBREG.
11092         (_REG_EBRACK): Renamed from REG_EBRACK.
11093         (_REG_EPAREN): Renamed from REG_EPAREN.
11094         (_REG_EBRACE): Renamed from REG_EBRACE.
11095         (_REG_BADBR): Renamed from REG_BADBR.
11096         (_REG_ERANGE): Renamed from REG_ERANGE.
11097         (_REG_ESPACE): Renamed from REG_ESPACE.
11098         (_REG_BADRPT): Renamed from REG_BADRPT.
11099         (_REG_EEND): Renamed from REG_EEND.
11100         (_REG_ESIZE): Renamed from REG_ESIZE.
11101         (_REG_ERPAREN): Renamed from REG_ERPAREN.
11102         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
11103         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
11104         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
11105         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
11106
11107         (_REG_RE_NAME, _REG_RM_NAME): New macros.
11108         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
11109         changed.  But support the old name if the new one is not defined
11110         and if _REGEX_SOURCE.
11111
11112         Change the following member names in struct re_pattern_buffer.
11113         The old names are still supported if !_REGEX_SOURCE.
11114         The new names are always supported, regardless of _REGEX_SOURCE.
11115         (re_buffer): Renamed from buffer.
11116         (re_allocated): Renamed from allocated.
11117         (re_used): Renamed from used.
11118         (re_syntax): Renamed from syntax.
11119         (re_fastmap): Renamed from fastmap.
11120         (re_translate): Renamed from translate.
11121         (re_can_be_null): Renamed from can_be_null.
11122         (re_regs_allocated): Renamed from regs_allocated.
11123         (re_fastmap_accurate): Renamed from fastmap_accurate.
11124         (re_no_sub): Renamed from no_sub.
11125         (re_not_bol): Renamed from not_bol.
11126         (re_not_eol): Renamed from not_eol.
11127         (re_newline_anchor): Renamed from newline_anchor.
11128
11129         Change the following member names in struct re_registers.
11130         The old names are still supported if !_REGEX_SOURCE.
11131         The new names are always supported, regardless of _REGEX_SOURCE.
11132         (rm_num_regs): Renamed from num_regs.
11133         (rm_start): Renamed from start.
11134         (rm_end): Renamed from end.
11135
11136         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
11137         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
11138         Prepend __ to parameter names.
11139
11140         Undo yesterday's changes.
11141
11142 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11143
11144         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
11145         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
11146         lib/regex.c.
11147
11148 2005-08-24  Jim Meyering  <jim@meyering.net>
11149
11150         Sync from coreutils.
11151         * m4/fcntl-safer.m4: New file.
11152
11153         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
11154         and object files for this module.
11155
11156 2005-08-24  Jim Meyering  <jim@meyering.net>
11157
11158         Sync from coreutils.
11159         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
11160
11161 2005-08-24  Jim Meyering  <jim@meyering.net>
11162
11163         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
11164         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
11165
11166 2005-08-24  Jim Meyering  <jim@meyering.net>
11167
11168         * modules/fcntl-safer: New module.
11169         * modules/fts (Depends-on): Add fcntl-safer.
11170         * MODULES.html.sh (File descriptor based Input/Output):
11171         Add fcntl-safer.
11172
11173 2005-08-24  Bruno Haible  <bruno@clisp.org>
11174
11175         Support for unit test modules.
11176         * modules/README: Mention tests modules.
11177         * modules/TEMPLATE-TESTS: New file.
11178         * gnulib-tool: New options --extract-tests-module, --with-tests and
11179         --tests-base (unused for the moment).
11180         (testsbase, inctests): New variables.
11181         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
11182         (func_verify_module): Exclude TEMPLATE-TESTS.
11183         (func_verify_nontests_module, func_verify_tests_module): New functions.
11184         (func_get_dependencies): Add implicit dependency for tests modules.
11185         (func_get_tests_module): New function.
11186         (func_modules_transitive_closure): When --with-tests was specified,
11187         include the unit tests as well, unless explicitly avoided.
11188         (func_emit_lib_Makefile_am): Ignore the tests modules here.
11189         (func_emit_tests_Makefile_am): New function.
11190         (func_create_testdir): When --with-tests was specified, emit a
11191         tests/ directory.
11192         * MODULES.html.sh (Future developments): Update.
11193
11194 2005-08-24  Bruno Haible  <bruno@clisp.org>
11195
11196         * modules/tls-tests: New file.
11197         * tests/test-tls.c: New file, from GNU gettext.
11198
11199 2005-08-24  Bruno Haible  <bruno@clisp.org>
11200
11201         * modules/lock-tests: New file.
11202         * tests/test-lock.c: New file, from GNU gettext.
11203
11204 2005-08-24  Bruno Haible  <bruno@clisp.org>
11205
11206         * lib/lock.h: Add multiple inclusion guard.
11207         * lib/tls.h: Add multiple inclusion guard.
11208
11209 2005-08-24  Bruno Haible  <bruno@clisp.org>
11210
11211         * gnulib-tool: Add support for the --aux-dir option to
11212         --create-testdir, --create-megatestdir, --test, --megatest.
11213         (func_create_testdir, func_create_megatestdir): Optionally emit a
11214         AC_CONFIG_AUX_DIR directive.
11215         (create-testdir, create-megatestdir, test, megatest): Provide a
11216         default value for $auxdir.
11217
11218 2005-08-24  Bruno Haible  <bruno@clisp.org>
11219
11220         * gnulib-tool (import): Use compound statement instead of subshell
11221         where possible.
11222
11223 2005-08-24  Bruno Haible  <bruno@clisp.org>
11224
11225         * gnulib-tool (import): Change --aux-dir default to "build-aux".
11226
11227 2005-08-24  Bruno Haible  <bruno@clisp.org>
11228
11229         * gnulib-tool (func_version): Update.
11230
11231 2005-08-24  Bruno Haible  <bruno@clisp.org>
11232
11233         * gnulib-tool (func_import, func_create_testdir,
11234         func_create_megatestdir): Quote all autoconf macro arguments.
11235
11236 2005-08-24  Bruno Haible  <bruno@clisp.org>
11237
11238         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
11239         option --force, because --force causes the aclocal.m4 of each
11240         subdirectory to be newer than the corresponding config.h.in.
11241
11242 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11243
11244         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
11245         All contents moved to gl_REGEX.
11246         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
11247         assume that it does.
11248
11249 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11250
11251         * lib/regex.h (REG_NOSYS)
11252         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
11253         Define, since POSIX requires it as of 2001.
11254         (_REG_ENOSYS)
11255         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
11256         New private symbol, used to keep the enum signed in all cases.
11257         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
11258         Youngman in
11259         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
11260
11261         * lib/regex_internal.c (re_string_skip_chars, register_state):
11262         (calc_state_hash):
11263         Remove forward decls; no longer needed now that we use prototypes.
11264         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
11265         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
11266         (clean_state_log_if_needed): Likewise.
11267
11268 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11269
11270         * config/srclist.txt: Add glibc bugs 1231-1233.
11271
11272 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11273
11274         Fix problems reported by Sam Steingold in
11275         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
11276         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
11277         assumed that reg_errcode_t is a signed type, which is not
11278         necessarily true if _XOPEN_SOURCE is not defined.
11279         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
11280         since some compilers warn about it otherwise.
11281
11282 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11283
11284         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
11285         (init_word_char, create_initial_state, duplicate_node_closure):
11286         (fetch_token, peek_token_bracket, build_range_exp):
11287         (build_collating_symbol): Remove forward decls; no longer needed
11288         now that we use prototypes.
11289
11290         * lib/regcomp.c:
11291         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
11292         (re_compile_fastmap_iter, regcomp, regerror, regfree):
11293         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
11294         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
11295         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
11296         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
11297         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
11298         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
11299         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
11300         (build_range_exp, build_collating_symbol, parse_bracket_exp):
11301         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
11302         (build_charclass, build_charclass_op, fetch_number, create_tree):
11303         (create_token_tree, mark_opt_subexp, duplicate_tree):
11304         Use prototypes rather than old-style definitions.
11305
11306         * lib/regex_internal.c:
11307         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
11308         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
11309         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11310         (re_string_reconstruct, re_string_peek_byte_case):
11311         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
11312         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11313         (re_node_set_init_copy, re_node_set_add_intersect):
11314         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11315         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11316         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11317         (re_acquire_state, re_acquire_state_context, register_state):
11318         (create_ci_newstate, create_cd_newstate, free_state):
11319         Likewise.
11320         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
11321         re_search_2):
11322         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
11323         (re_search_internal, prune_impossible_nodes):
11324         (acquire_init_state_context, check_matching, static):
11325         (check_halt_node_context, check_halt_state_context, proceed_next_node):
11326         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
11327         (update_regs, sift_states_backward, build_sifted_states):
11328         (clean_state_log_if_needed, merge_state_array):
11329         (update_cur_sifted_state, add_epsilon_src_nodes):
11330         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
11331         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
11332         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
11333         (find_recover_state, check_subexp_matching_top, transit_state_mb):
11334         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
11335         (check_arrival, check_arrival_add_next_nodes):
11336         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11337         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11338         (check_node_accept_bytes, check_node_accept, extend_buffers):
11339         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
11340         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
11341         (sift_ctx_init):
11342         Likewise.
11343
11344         * lib/regex_internal.h:
11345         (re_string_allocate, re_string_construct, re_string_reconstruct):
11346         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
11347         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
11348         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
11349         (re_string_context_at, re_string_peek_byte_case):
11350         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
11351         is defined, since we now use prototypes always.
11352
11353         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
11354         C89 or better.  All uses removed.
11355
11356 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11357
11358         * config/srclist.txt: Add glibc bugs 1220-1227.
11359
11360 2005-08-20  Jim Meyering  <jim@meyering.net>
11361
11362         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
11363         of unused local, dfa.
11364
11365 2005-08-20  Bruno Haible  <bruno@clisp.org>
11366
11367         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
11368
11369 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11370
11371         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
11372         (re_node_set_insert_last, re_dfa_add_node):
11373         Rename local variables to avoid GCC shadowing warnings.
11374
11375 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11376
11377         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
11378         [defined lint]: Suppress bogus uninitialized-variable warnings.
11379
11380         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
11381         and let the caller return REG_ESPACE if out of space.  This
11382         removes an uninitialied-variable warning with GCC 4.0.1, and also
11383         avoids taking the address of a local variable.  All callers
11384         changed.
11385
11386 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11387
11388         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
11389         $LIBCSRC/posix/regexec.c.
11390         Add glibc bug 1217 for regcomp.c.
11391
11392 2005-08-19  Jim Meyering  <jim@meyering.net>
11393
11394         * lib/regexec.c (proceed_next_node): Redo local variables to
11395         avoid GCC shadowing warnings.
11396
11397 2005-08-18  Bruno Haible  <bruno@clisp.org>
11398
11399         * lib/strstr.c (strstr): Fix return value in multibyte case.
11400         * lib/strcasestr.c (strcasestr): Likewise.
11401
11402 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11403
11404         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
11405
11406 2005-08-17  Jim Meyering  <jim@meyering.net>
11407
11408         Make the %s format (seconds since the epoch) work for a negative
11409         number and when used with a zero-padded field width, e.g. %015s.
11410
11411         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
11412         label so that it precedes the code to set `digits'.  Otherwise,
11413         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
11414         print `00-22'.  Now, it prints `-0022', as it should.
11415
11416 2005-08-17  Bruno Haible  <bruno@clisp.org>
11417
11418         * modules/strstr (Files): Add m4/mbrtowc.m4.
11419         (Depends-on): Add mbuiter.
11420
11421 2005-08-17  Bruno Haible  <bruno@clisp.org>
11422
11423         * modules/strcasestr: New file.
11424         * MODULES.html.sh (String handling, based on ANSI C 89): Add
11425         strcasestr.
11426
11427 2005-08-17  Bruno Haible  <bruno@clisp.org>
11428
11429         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
11430
11431 2005-08-17  Bruno Haible  <bruno@clisp.org>
11432
11433         * modules/mbuiter: New file.
11434         * MODULES.html.sh (Extended multibyte and wide character utilities):
11435         Add mbuiter.
11436
11437 2005-08-17  Bruno Haible  <bruno@clisp.org>
11438
11439         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
11440         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
11441
11442 2005-08-17  Bruno Haible  <bruno@clisp.org>
11443
11444         * m4/strcasestr.m4: New file.
11445
11446 2005-08-17  Bruno Haible  <bruno@clisp.org>
11447
11448         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
11449         * lib/strstr.c: Completely rewritten, with multibyte locale support.
11450
11451 2005-08-17  Bruno Haible  <bruno@clisp.org>
11452
11453         * lib/strcasestr.h: New file.
11454         * lib/strcasestr.c: New file.
11455
11456 2005-08-17  Bruno Haible  <bruno@clisp.org>
11457
11458         * lib/strcasecmp.c: Use mbuiter.h.
11459
11460 2005-08-17  Bruno Haible  <bruno@clisp.org>
11461
11462         * lib/mbuiter.h: New file.
11463
11464 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11465
11466         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
11467         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
11468         and gl_GETOPT are both invoked via different paths (as happens
11469         with GNU tar CVS because it uses both argp and getopt), the former
11470         wins.
11471
11472 2005-08-16  Bruno Haible  <bruno@clisp.org>
11473
11474         * modules/tls: New file.
11475         * MODULES.html.sh (Multithreading): Add tls.
11476
11477 2005-08-16  Bruno Haible  <bruno@clisp.org>
11478
11479         * modules/strnlen1: New file.
11480         * MODULES.html.sh (String handling): Add strnlen1.
11481
11482 2005-08-16  Bruno Haible  <bruno@clisp.org>
11483
11484         * modules/strcase (Files): Add m4/mbrtowc.m4.
11485         (Depends-on): Add strnlen1, mbchar.
11486
11487 2005-08-16  Bruno Haible  <bruno@clisp.org>
11488
11489         * modules/mbiter: New file.
11490         * MODULES.html.sh (Extended multibyte and wide character utilities):
11491         Add mbiter.
11492
11493 2005-08-16  Bruno Haible  <bruno@clisp.org>
11494
11495         * modules/mbfile: New file.
11496         * MODULES.html.sh (Extended multibyte and wide character utilities):
11497         Add mbfile.
11498
11499 2005-08-16  Bruno Haible  <bruno@clisp.org>
11500
11501         * modules/mbchar: New file.
11502         * MODULES.html.sh (Extended multibyte and wide character utilities):
11503         New section.
11504
11505 2005-08-16  Bruno Haible  <bruno@clisp.org>
11506
11507         * m4/tls.m4: New file, from GNU gettext.
11508
11509 2005-08-16  Bruno Haible  <bruno@clisp.org>
11510
11511         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
11512         always.
11513         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
11514
11515 2005-08-16  Bruno Haible  <bruno@clisp.org>
11516
11517         * m4/mbiter.m4: New file.
11518
11519 2005-08-16  Bruno Haible  <bruno@clisp.org>
11520
11521         * m4/mbfile.m4: New file.
11522
11523 2005-08-16  Bruno Haible  <bruno@clisp.org>
11524
11525         * m4/mbchar.m4: New file.
11526
11527 2005-08-16  Bruno Haible  <bruno@clisp.org>
11528
11529         * lib/tls.h: New file, from GNU gettext.
11530         * lib/tls.c: New file, from GNU gettext.
11531
11532 2005-08-16  Bruno Haible  <bruno@clisp.org>
11533
11534         * lib/strnlen1.h: New file.
11535         * lib/strnlen1.c: New file.
11536
11537 2005-08-16  Bruno Haible  <bruno@clisp.org>
11538
11539         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
11540         (mbi_init): Update.
11541         (mbi_avail, mbi_advance): Let the iteration end before the terminating
11542         NUL byte, not after it.
11543
11544 2005-08-16  Bruno Haible  <bruno@clisp.org>
11545
11546         * lib/strcase.h (strcasecmp): Add note in comments.
11547         * lib/strncasecmp.c: Use code from strcasecmp.c.
11548         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
11549         (strcasecmp): Work correctly in multibyte locales.
11550
11551 2005-08-16  Bruno Haible  <bruno@clisp.org>
11552
11553         * lib/mbiter.h: New file.
11554
11555 2005-08-16  Bruno Haible  <bruno@clisp.org>
11556
11557         * lib/mbfile.h: New file.
11558
11559 2005-08-16  Bruno Haible  <bruno@clisp.org>
11560
11561         * lib/mbchar.h: New file.
11562         * lib/mbchar.c: New file.
11563
11564 2005-08-16  Bruno Haible  <bruno@clisp.org>
11565
11566         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
11567         the valid ones. Makes the comparison operations transitive:
11568         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
11569         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
11570
11571 2005-08-15  Simon Josefsson  <jas@extundo.com>
11572
11573         * modules/ssize_t (License): Change to 'unlimited'.
11574
11575         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
11576
11577 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11578
11579         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
11580         Add comments for each pending glibc patch.
11581
11582 2005-08-15  Bruno Haible  <bruno@clisp.org>
11583
11584         * lib/regex.h (__restrict_arr): Don't define to __restrict if
11585         __cplusplus is defined.
11586
11587 2005-08-14  Jim Meyering  <jim@meyering.net>
11588
11589         Sync from coreutils.
11590
11591         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
11592         Use the hash-table-based cycle-detection code not just when
11593         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
11594         Reported by James Youngman in
11595         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
11596         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
11597         FTS_TIGHT_CYCLE_CHECK.
11598         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
11599         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
11600         once again.
11601         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
11602         * lib/fts.c (fd_safer): Remove decl.
11603         Include fcntl--.h rather than unistd-safer.h
11604         (fts_safe_changedir): Don't call fd_safer; no longer needed
11605         now that we include fcntl--.h.
11606
11607 2005-08-12  Simon Josefsson  <jas@extundo.com>
11608
11609         * modules/getndelim2: Use ssize_t module.
11610         * modules/getnline: Likewise.
11611         * modules/safe-read: Likewise.
11612         * modules/xreadlink: Likewise.
11613
11614         * modules/ssize_t: New file.
11615
11616 2005-08-12  Simon Josefsson  <jas@extundo.com>
11617
11618         * m4/readline.m4: Look for termcap, curses or ncurses if required.
11619
11620 2005-08-12  Simon Josefsson  <jas@extundo.com>
11621
11622         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11623         ssize_t.
11624
11625 2005-08-12  Simon Josefsson  <jas@extundo.com>
11626
11627         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
11628         readline, getdelim and check_version.
11629         (Support for systems lacking ISO C 99: Sizes of integer types):
11630         Add size_max.
11631
11632 2005-08-12  Bruno Haible  <bruno@clisp.org>
11633
11634         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
11635
11636 2005-08-11  Simon Josefsson  <jas@extundo.com>
11637
11638         * modules/readline: New file.
11639
11640         * modules/strnlen (Files): Add strnlen.h.
11641
11642 2005-08-11  Simon Josefsson  <jas@extundo.com>
11643
11644         * m4/readline.m4: New file.
11645
11646 2005-08-11  Simon Josefsson  <jas@extundo.com>
11647
11648         * lib/readline.h, readline.c: New file.
11649
11650 2005-08-11  Simon Josefsson  <jas@extundo.com>
11651
11652         * doc/gnulib.texi (Initial import, Finishing touches): Mention
11653         gl_AVOID.
11654
11655 2005-08-11  Bruno Haible  <bruno@clisp.org>
11656
11657         * lib/strnlen.h (strnlen): Change parameter name to match comment.
11658
11659 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
11660
11661         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
11662
11663 2005-08-10  Simon Josefsson  <jas@extundo.com>
11664
11665         * tests/test-iconvme.c: New file.
11666
11667 2005-08-10  Simon Josefsson  <jas@extundo.com>
11668
11669         * m4/strnlen.m4: New file.
11670
11671         * m4/strndup.m4: Don't check for strnlen declaration, done in
11672         strnlen.m4.
11673
11674 2005-08-10  Simon Josefsson  <jas@extundo.com>
11675
11676         * lib/strndup.c: Use strnlen.h.
11677
11678         * lib/strnlen.h: New file.
11679
11680 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11681
11682         * README: Typos.
11683
11684 2005-08-02  Simon Josefsson  <jas@extundo.com>
11685
11686         * modules/readline: New file.
11687
11688 2005-08-02  Simon Josefsson  <jas@extundo.com>
11689
11690         * modules/getdelim: New file.
11691
11692         * modules/getline: Rewrite, don't use getndelim2.
11693
11694 2005-08-02  Simon Josefsson  <jas@extundo.com>
11695
11696         * m4/getline.m4: Separate out getdelim stuff into separate module.
11697
11698         * m4/getdelim.m4: New file.
11699
11700 2005-08-02  Simon Josefsson  <jas@extundo.com>
11701
11702         * lib/getline.h, getline.c: Rewrite.
11703
11704         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
11705
11706 2005-07-31  Bruno Haible  <bruno@clisp.org>
11707
11708         * lib/lock.h (gl_lock_initializer): New macro.
11709         (gl_lock_define_initialized): Use it.
11710         (gl_rwlock_initializer): New macro.
11711         (gl_rwlock_define_initialized): Use it.
11712         (gl_recursive_lock_initializer): New macro.
11713         (gl_recursive_lock_define_initialized): Use it.
11714
11715 2005-07-30  Karl Berry  <karl@gnu.org>
11716
11717         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
11718         Report from Ben Pfaff, regarding getopt.
11719
11720 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
11721
11722         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
11723         normal way.
11724         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
11725         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
11726         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
11727         (gl_GETOPT): Use the new macros.  Most of the implementation
11728         is moved to the new macros.  This is for programs like Emacs
11729         that don't want all the functionality of gl_GETOPT.
11730
11731 2005-07-26  Bruno Haible  <bruno@clisp.org>
11732
11733         * m4/lock.m4: Update from GNU gettext.
11734
11735 2005-07-26  Bruno Haible  <bruno@clisp.org>
11736
11737         * lib/lock.h: Update from GNU gettext.
11738         * lib/lock.c: Update from GNU gettext.
11739
11740 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11741
11742         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
11743         obsolescent AC_TRY_RUN.  Include the default includes files, for
11744         'exit'.
11745
11746 2005-07-24  Bruno Haible  <bruno@clisp.org>
11747
11748         * modules/visibility: New file.
11749         * MODULES.html.sh (Misc): Add visibility.
11750
11751 2005-07-24  Bruno Haible  <bruno@clisp.org>
11752
11753         * m4/visibility.m4: New file.
11754
11755 2005-07-24  Bruno Haible  <bruno@clisp.org>
11756
11757         * doc/visibility.texi: New file.
11758
11759 2005-07-22  Bruno Haible  <bruno@clisp.org>
11760
11761         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
11762         $(ALLOCA_H), redundant through BUILT_SOURCES.
11763         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
11764         redundant through BUILT_SOURCES.
11765         * modules/byteswap (Makefile.am): Remove explicit dependency on
11766         $(BYTESWAP_H), redundant through BUILT_SOURCES.
11767         * modules/fnmatch (Makefile.am): Remove explicit dependency on
11768         $(FNMATCH_H), redundant through BUILT_SOURCES.
11769         * modules/getopt (Makefile.am): Remove explicit dependency on
11770         $(GETOPT_H), redundant through BUILT_SOURCES.
11771         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
11772         redundant through BUILT_SOURCES.
11773         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
11774         redundant through BUILT_SOURCES.
11775         * modules/stdbool (Makefile.am): Remove explicit dependency on
11776         $(STDBOOL_H), redundant through BUILT_SOURCES.
11777         * modules/stdint (Makefile.am): Remove explicit dependency on
11778         $(STDINT_H), redundant through BUILT_SOURCES.
11779         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
11780         Remove explicit dependency on $(SYSEXITS_H).
11781         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
11782
11783 2005-07-18  Simon Josefsson  <jas@extundo.com>
11784
11785         * lib/check-version.c (check_version): Accept identical versions too.
11786
11787 2005-07-18  Bruno Haible  <bruno@clisp.org>
11788
11789         * modules/lock: New file.
11790         * MODULES.html.sh (Multithreading): New section.
11791
11792 2005-07-18  Bruno Haible  <bruno@clisp.org>
11793
11794         * m4/lock.m4: New file, from GNU gettext.
11795
11796 2005-07-18  Bruno Haible  <bruno@clisp.org>
11797
11798         * lib/lock.h: New file, from GNU gettext.
11799         * lib/lock.c: New file, from GNU gettext.
11800
11801 2005-07-18  Bruno Haible  <bruno@clisp.org>
11802
11803         * lib/lock.h (gl_once_t): New type.
11804         (gl_once_define, gl_once): New macros.
11805         * lib/lock.c (fresh_once): New variable.
11806         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
11807         functions.
11808
11809 2005-07-16  Simon Josefsson  <jas@extundo.com>
11810
11811         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
11812         workaround, suggested by Bruno.
11813
11814 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11815
11816         * modules/xalloc (Depends-on): Add xalloc-die.
11817         * modules/xvasprintf (Depends-on): Add xalloc-die.
11818
11819 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11820
11821         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
11822         with a minor change.
11823
11824 2005-07-15  Bruno Haible  <bruno@clisp.org>
11825
11826         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
11827         When using lib/poll.c, define poll as rpl_poll.
11828
11829 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
11830
11831         * modules/argp (Depends-on): Remove unlocked-io.
11832
11833 2005-07-14  Derek Price  <derek@ximbiot.com>
11834
11835         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
11836         for glob symlink bug.
11837
11838 2005-07-14  Bruno Haible  <bruno@clisp.org>
11839
11840         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
11841         Instead, test for *_unlocked function declarations directly.
11842
11843 2005-07-11  Simon Josefsson  <jas@extundo.com>
11844
11845         * modules/size_max: New file.
11846
11847         * modules/xsize: Depend on size_max module for size_max.m4.
11848
11849 2005-07-11  Simon Josefsson  <jas@extundo.com>
11850
11851         * lib/size_max.h: New file.
11852
11853 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
11854
11855         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
11856         copyright symbol and the year.
11857         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
11858         (version_etc_va): Use parameterized copyright notice.
11859         Reword to conform to the current GNU coding standards.
11860
11861 2005-07-11  Karl Berry  <karl@gnu.org>
11862
11863         * doc/gnulib.texi (Quoting): new node.
11864         (Initial import): more info, from Patrice.
11865
11866 2005-07-11  Bruno Haible  <bruno@clisp.org>
11867
11868         * gnulib-tool (func_usage): Document option --avoid.
11869         (Command line options): Handle --avoid.
11870         (func_acceptable): New function.
11871         (func_modules_transitive_closure): Use it.
11872
11873 2005-07-11  Bruno Haible  <bruno@clisp.org>
11874
11875         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
11876         Reported by Jim Meyering.
11877
11878 2005-07-10  Bruno Haible  <bruno@clisp.org>
11879
11880         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
11881         Needed when size_t is smaller than 'unsigned int'.
11882         Reported by Paul Eggert.
11883
11884 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11885
11886         * modules/argp (Depends-on): Add unlocked-io
11887
11888 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11889
11890         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
11891         block of defines.
11892
11893 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11894
11895         * config/srclist.txt: Comment out regcomp.c, since we have a porting
11896         fix now.
11897
11898 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
11899         and Paul Eggert  <eggert@cs.ucla.edu>
11900
11901         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
11902         in wint_t, not wchar_t.  Remove now-unnecessary cast.
11903
11904 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11905
11906         * modules/regex (Files): Add lib/regex_internal.c,
11907         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
11908         (Depends-on): Add extensions.
11909         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
11910
11911 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11912
11913         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
11914         pathconf.
11915         * m4/same.m4 (gl_SAME): Likewise.
11916         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
11917
11918         * m4/regex.m4: Adjust to new libc regex implementation.
11919         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
11920         all the .c and .h parts of (the new) regex.
11921         Quote the m4 stuff better.
11922         Check for RE_ICASE bug of old gnulib.
11923         Check for REG_STARTEND of recent libc.
11924         Rename local variables from jm_* to gl_*.
11925         Quote operand of "test -f".
11926         Say "recent enough" version of libc, not "version 2".
11927         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
11928         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
11929         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
11930         Remove check for btowc, isascii.
11931         Require AM_LANGINFO_CODESET.
11932
11933 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11934
11935         * lib/regex.c, regex.h: Sync from libc.
11936         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
11937         * lib/regexec.c:
11938         New files, synced from libc, except that regex_internal.h
11939         currently has a small porting fix.
11940
11941 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11942
11943         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
11944         regex_internal.c, regexec.c.
11945         Add regex_internal.h too, but as a comment, since the libc version
11946         is currently broken in gnulib mode.
11947
11948 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11949
11950         Support programs like Emacs that use gnulib but not gettext.
11951         * MODULES.html.sh (Internationalization functions): Add gettext-h.
11952         * modules/gettext-h: New file.
11953         * modules/gettext (Files): Remove lib/gettext.h.
11954         (Depends-on): Add gettext-h.
11955         (Makefile.am): Remove lib_SOURCES.
11956         * modules/argmatch, modules/c-stack, modules/closeout:
11957         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
11958         * modules/execute, modules/file-type, modules/getaddrinfo:
11959         * modules/getopt, modules/human, modules/javacomp:
11960         * modules/javaexec, modules/mkdir-p, modules/obstack:
11961         * modules/openat, modules/pagealign_alloc, modules/pipe:
11962         * modules/quotearg, modules/regex, modules/rpmatch:
11963         * modules/unicodeio, modules/userspec, modules/version-etc:
11964         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
11965         * modules/xsetenv:
11966         Depend on gettext-h, not gettext.
11967
11968 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11969
11970         * gnulib-tool (func_import): Add support for 'public domain' license.
11971         * modules/alloca, modules/atexit, modules/memmove:
11972         Now public domain, not GPL.
11973         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
11974         * modules/realloc, modules/strerror, modules/strtod:
11975         Now LGPL, not GPL.
11976
11977 2005-07-05  Bruno Haible  <bruno@clisp.org>
11978
11979         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
11980         autoconf CVS. Needed for mingw.
11981
11982 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11983
11984         Remove the dependency of the strftime module on the tzset module.
11985         * modules/strftime (Depends-on): Remove dependency on tzset.
11986
11987 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11988
11989         Remove the dependency of the strftime module on the tzset module.
11990         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
11991         gl_FUNC_TZSET_CLOBBER.
11992
11993 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11994
11995         Remove the dependency of the strftime module on the tzset module.
11996         * lib/strftime.c (my_strftime)
11997         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
11998         Copy the input structure, to work around some of the bug with
11999         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
12000         Solaris releases, you should also use the tzset module, but we won't
12001         require it as a dependency any more since we don't want LGPLed code
12002         to depend on GPLed code.
12003
12004 2005-07-02  Jim Meyering  <jim@meyering.net>
12005
12006         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
12007         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
12008         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
12009         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
12010
12011 2005-07-02  Jim Meyering  <jim@meyering.net>
12012
12013         * lib/backupfile.c (backup_args): Change a `0' to NULL.
12014
12015 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12016
12017         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
12018         declares only 'struct timespec;' (!).
12019
12020 2005-07-01  Jim Meyering  <jim@meyering.net>
12021
12022         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
12023         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
12024         * lib/save-cwd.c, tempname.c:
12025         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12026         and don't include <sys/file.h>).
12027
12028 2005-06-29  Jim Meyering  <jim@meyering.net>
12029
12030         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
12031         type name.  Use the variable name instead.
12032         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
12033         Likewise.
12034
12035 2005-06-28  Simon Josefsson  <jas@extundo.com>
12036
12037         * modules/check-version (Files): Add check-version.m4.
12038
12039 2005-06-28  Simon Josefsson  <jas@extundo.com>
12040
12041         * m4/check-version.m4: New file, suggested by Jim Meyering
12042         <jim@meyering.net>.
12043
12044 2005-06-28  Simon Josefsson  <jas@extundo.com>
12045
12046         * lib/check-version.h, lib/check-version.c: New files.
12047
12048 2005-06-28  Simon Josefsson  <jas@extundo.com>
12049
12050         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
12051         collision with global variable.  Better indentation.  Don't
12052         increment buffer pointer beyond buffer end.  Based on comments
12053         from Paul Eggert <eggert@cs.ucla.edu>.
12054
12055         * lib/base64.h: Indent.
12056
12057 2005-06-28  Simon Josefsson  <jas@extundo.com>
12058
12059         * doc/gnulib.texi (Library version handling): New section.
12060
12061 2005-06-28  Jim Meyering  <jim@meyering.net>
12062
12063         * check-module (find_included_lib_files): Hard-code another
12064         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
12065         but modules/fts-lgpl (correctly) does not list those files.
12066
12067         * modules/canonicalize (Files): Add lib/pathmax.h.
12068
12069 2005-06-25  Simon Josefsson  <jas@extundo.com>
12070
12071         * modules/check-version: New file.
12072
12073 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
12074
12075         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
12076         initializer of struct addrinfo, as an indication that we don't
12077         care how many members the structure has.
12078
12079 2005-06-24  Derek Price  <derek@ximbiot.com>
12080         and Bruno Haible  <bruno@clisp.org>
12081
12082         Remove stat module & update lstat.
12083         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
12084         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
12085         * m4/stat.m4: Remove this file.
12086
12087 2005-06-24  Derek Price  <derek@ximbiot.com>
12088         and Bruno Haible  <bruno@clisp.org>
12089
12090         Remove stat module & update lstat.
12091         * lib/stat.c: Remove this file...
12092         (slash_aware_lstat): ...moving this content and its support...
12093         * lib/lstat.c (rpl_lstat): ...into here.
12094         * lib/lstat.h: New file.
12095
12096 2005-06-24  Derek Price  <derek@ximbiot.com>
12097         and Bruno Haible  <bruno@clisp.org>
12098
12099         Remove stat module & update lstat.
12100         * config/srclist.txt (libc sources): Remove stat.
12101
12102 2005-06-24  Derek Price  <derek@ximbiot.com>
12103         and Bruno Haible  <bruno@clisp.org>
12104
12105         Remove stat module & update lstat.
12106         * MODULES.html.sh (stat): Remove.
12107         * MODULES.html: Regenerated.
12108         * modules/lstat (Description): Correct function name.
12109         (Files): Add "lstat.h".
12110         (Depends-on): Remove stat, add xalloc, stat-macros.
12111         * modules/stat: Remove this file.
12112         (Include): Add "lstat.h", remove <sys/stat.h>.
12113
12114 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12115
12116         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
12117         (ranged_convert): Don't save conversion in a temporary struct.
12118         This causes a warning with GCC 4.0.0, and anyway in the typical
12119         case it's not worth the extra 100 bytes or so of code.
12120         (ranged_convert, __mktime_internal): When calling a function via a
12121         pointer P, use P () rather than (*P) (), as we now assume C89 or
12122         better.
12123
12124 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12125
12126         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
12127         "who -r" failed to give output.  Problem reported by Tim Waugh.
12128
12129         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
12130         (xcalloc): Use it to avoid needless tests.
12131         Problem reported by Jim Meyering.
12132
12133 2005-06-20  Derek Price  <derek@ximbiot.com>
12134
12135         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
12136         unnecessary for Autoconfs > 2.59c.
12137
12138 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12139
12140         * lib/argp.h (__option_is_short): Check upper limit of
12141         __key. Isprint() requires its argument to have the value
12142         of an unsigned char or EOF.
12143
12144 2005-06-16  Jim Meyering  <jim@meyering.net>
12145
12146         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
12147         when either N or S is zero.
12148
12149 2005-06-16  Derek Price  <derek@ximbiot.com>
12150
12151         * m4/bison.m4: Declare YACC & YFLAGS precious.
12152
12153 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12154
12155         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
12156         multibyte string or pattern, fall back on unibyte matching.
12157         Problem reported by James Youngman.
12158
12159 2005-06-08  Bruno Haible  <bruno@clisp.org>
12160
12161         * modules/csharpcomp: New file.
12162         * MODULES.html.sh (C#): Add csharpcomp.
12163
12164 2005-06-08  Bruno Haible  <bruno@clisp.org>
12165
12166         * m4/csharpcomp.m4: New file, from GNU gettext.
12167
12168 2005-06-08  Bruno Haible  <bruno@clisp.org>
12169
12170         * lib/csharpcomp.h: New file, from GNU gettext.
12171         * lib/csharpcomp.c: New file, from GNU gettext.
12172         * lib/csharpcomp.sh.in: New file, from GNU gettext.
12173
12174 2005-06-08  Bruno Haible  <bruno@clisp.org>
12175
12176         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
12177         warning on mingw.
12178
12179 2005-06-07  Derek Price  <derek@ximbiot.com>
12180
12181         Sync from CVS.
12182         * lib/glob_.h: Indent nested #ifdef.
12183
12184 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12185
12186         Sync from coreutils.
12187         Use "file name" when talking about file names, instead of "filename"
12188         or "path", as per the GNU coding standards.
12189         * lib/mkdir-p.c: Renamed from makepath.c.
12190         (make_dir_parents): Renamed from make_path.  All callers changed.
12191         * lib/mkdir-p.h: Likewise.  All includers changed.
12192         * lib/filenamecat.c: Renamed from path-concat.c.
12193         (file_name_concat): Renamed from path_concat.  All callers changed.
12194         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
12195         * lib/filenamecat.h: Likewise.  All includers changed.
12196         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
12197         in comments or local variable names.
12198         * lib/basename.c: Likewise.
12199         * lib/canonicalize.c, canonicalize.h: Likewise.
12200         * lib/dirname.c, dirname.h: Likewise.
12201         * lib/euidaccess.c: Likewise.
12202         * lib/exclude.c: Likewise
12203         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
12204         * lib/fsusage.c, fsuage.h: Likewise.
12205         * lib/fts.c, fts_.h: Likewise.
12206         * lib/getcwd.c: Likewise.
12207         * lib/getloadavg.c: Likewise.
12208         * lib/mkstemp.c: Likewise.
12209         * lib/mountlist.c, mountlist.h: Likewise.
12210         * lib/openat.c, openat.h: Likewise.
12211         * lib/readlink-stub.c: Likewise.
12212         * lib/readutmp.c, readutmp.h: Likewise.
12213         * lib/rename.c: Likewise.
12214         * lib/rmdir.c: Likewise.
12215         * lib/same.c: Likewise.
12216         * lib/savedir.c: Likewise.
12217         * lib/stripslash.c: Likewise.
12218         * lib/tempname.c: Likewise.
12219         * lib/xreadlink.c: Likewise.
12220         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
12221         All uses changed.
12222         * lib/exclude.h: Likewise.
12223
12224         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
12225         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12226         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
12227         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12228         * lib/pathmax.h: Include <limits.h> unconditionally, since other
12229         files have been getting away with it for years (MORE/BSD 4.3
12230         is extinct now).
12231         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
12232         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12233
12234         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
12235         Define to 256, not 255, as per modern POSIX.
12236
12237 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12238
12239         Sync from coreutils.
12240         Use "file name" when talking about file names, instead of "filename"
12241         or "path", as per the GNU coding standards.
12242         * MODULES.html.sh: mkdir-p renamed from makepath.
12243         filenamecat renamed from path-concat.
12244         * modules/filenamecat: Renamed from modules/path-concat.
12245         (Files): filenamecat.h and filenamecat.c renamed from
12246         path-concat.h and path-concat.c.
12247         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
12248         (Include): filenamecat.h, not path-concat.h.
12249         * modules/mkdir-p: Renamed from modules/makepath.
12250         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
12251         makepath.c.
12252         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
12253         (Include): mkdir-p.h, not makepath.h.
12254
12255 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12256
12257         Sync from coreutils.
12258         * m4/mkdir-p.m4: Renamed from makepath.m4.
12259         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
12260         Rename files from makepath.c to mkdir-p.c, and from
12261         makepath.h to mkdir-p.h.
12262         * m4/filenamecat.m4: Renamed from path-concat.m4.
12263         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
12264         Rename files from path-concat.c to filenamecat.c,
12265         and from path-concat.h to filenamecat.h.
12266         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
12267         "file name" in local variables or comments.
12268         * m4/rename.m4: Likewise.
12269
12270 2005-06-01  Bruno Haible  <bruno@clisp.org>
12271
12272         * modules/csharpexec: New file.
12273         * MODULES.html.sh (C#): New section.
12274
12275 2005-06-01  Bruno Haible  <bruno@clisp.org>
12276
12277         * m4/csharp.m4: New file, from GNU gettext.
12278         * m4/csharpexec.m4: New file, from GNU gettext.
12279
12280 2005-06-01  Bruno Haible  <bruno@clisp.org>
12281
12282         * lib/csharpexec.h: New file, from GNU gettext.
12283         * lib/csharpexec.c: New file, from GNU gettext.
12284         * lib/csharpexec.sh.in: New file, from GNU gettext.
12285
12286 2005-05-31  Derek Price  <derek@ximbiot.com>
12287             Paul Eggert  <eggert@cs.ucla.edu>
12288
12289         Sync from cvs.
12290         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12291
12292 2005-05-31  Derek Price  <derek@ximbiot.com>
12293             Paul Eggert  <eggert@cs.ucla.edu>
12294
12295         Sync from cvs.
12296         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12297
12298 2005-05-29  Derek Price  <derek@ximbiot.com>
12299
12300         * config/srclist.txt (glob_.h, glob.c): Add these files.
12301
12302 2005-05-29  Derek Price  <derek@ximbiot.com>
12303
12304         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
12305         * modules/glob: New file.
12306         * modules/getlogin_r: Add link to POSIX spec in description.
12307
12308 2005-05-29  Derek Price  <derek@ximbiot.com>
12309             Paul Eggert  <eggert@cs.ucla.edu>
12310
12311         * m4/glob.m4: New file.
12312
12313 2005-05-29  Derek Price  <derek@ximbiot.com>
12314             Paul Eggert  <eggert@cs.ucla.edu>
12315
12316         * lib/glob_.h, lib/glob.c: New files.
12317
12318 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12319
12320         * modules/fts (Files): Remove m4/inttypes-pri.m4.
12321         * modules/fts-lgpl (Depends-on): Remove gettext.
12322
12323 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12324
12325         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
12326         and don't require gt_INTTYPES_PRI.
12327
12328 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12329
12330         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
12331
12332         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
12333         the configuration hassle isn't worth it.
12334         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
12335         (LONGEST_MODIFIER, PRIuMAX): Remove.
12336
12337 2005-05-27  Bruno Haible  <bruno@clisp.org>
12338
12339         * lib/getlogin_r.h: Remove second include of <stddef.h>.
12340
12341 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
12342
12343         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
12344         _POSIX_PTHREAD_SEMANTICS for Solaris.
12345
12346 2005-05-25  Derek Price  <derek@ximbiot.com>
12347
12348         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
12349
12350 2005-05-25  Derek Price  <derek@ximbiot.com>
12351             Paul Eggert  <eggert@cs.ucla.edu>
12352
12353         * modules/getlogin_r, m4/getlogin_r.m4: New files.
12354         * lib/getlogin_r.c, getlogin_r.h: New files.
12355
12356 2005-05-25  Bruno Haible  <bruno@clisp.org>
12357             Derek Price  <derek@ximbiot.com>
12358
12359         * lib/getlogin_r.h: Simplify API documentation.
12360
12361 2005-05-23  Derek Price  <derek@ximbiot.com>
12362
12363         * modules/minmax (Files): Add m4/minmax.m4.
12364         (configure.ac): Add gl_MINMAX.
12365
12366 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12367
12368         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
12369         so that unistd-safer.h (GPL'ed code) need not be included.
12370
12371 2005-05-22  Bruno Haible  <bruno@clisp.org>
12372
12373         * m4/minmax.m4: New file.
12374         Based on a patch by Derek Price <derek@ximbiot.com>.
12375
12376 2005-05-22  Bruno Haible  <bruno@clisp.org>
12377
12378         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
12379         (INT64_MIN): Fix definition.
12380         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
12381
12382         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
12383         NEED_SIGNED_INT_TYPES.
12384
12385         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
12386         HAVE_SYSTEM_INTTYPES.
12387
12388 2005-05-22  Bruno Haible  <bruno@clisp.org>
12389
12390         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
12391         Also include <sys/param.h> if it defines MIN, MAX.
12392         Based on a patch by Derek Price <derek@ximbiot.com>.
12393
12394 2005-05-21  Jim Meyering  <jim@meyering.net>
12395
12396         * modules/fts (Files): Add m4/inttypes-pri.m4.
12397         (Depends-on): Add lstat and remove gettext.  Alphabetize.
12398
12399 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12400
12401         New fts module.
12402         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
12403         (setup_dir, free_dir): New functions.
12404         (enter_dir, leave_dir): Define trivial
12405         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
12406         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
12407         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
12408         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
12409         Move to fts-cycle.c.
12410         (fts_open): Use setup_dir.
12411         (fts_close): Use free_dir.
12412         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
12413         This adds a label and some gotos, but the alternatives were messier.
12414         Check for memory allocation failure when entering a dir.
12415         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
12416         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
12417         (FTS): New member fts_cycle, that is a union that contains the
12418         old active_dir_ht and cycle_state.  All uses changed to mention
12419         fts_cycle.ht and fts_cycle.state.
12420         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
12421         fts.c, with the following changes:
12422         (setup_dir, free_dir): New functions.
12423         (enter_dir): Now returns bool.  Return true if successful, false
12424         if memory exhausted.  All callers changed.
12425         Do not bother partly cleaning up on
12426         memory allocation failure; that is free_dir's job.
12427         However, free ad if hash_insert fails, to avoid memory leak.
12428         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
12429         fts->fts_options to see which union member to use.
12430
12431 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12432
12433         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
12434         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
12435
12436 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12437
12438         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
12439
12440 2005-05-20  Jim Meyering  <jim@meyering.net>
12441
12442         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
12443         Now a macro, to pacify GCC.
12444
12445 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12446
12447         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
12448         of -1.
12449
12450 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12451
12452         * lib/chown.c (rpl_chown): Return -1 on failure.
12453
12454 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12455
12456         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
12457         Don't check for stddef.h.
12458         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
12459         don't use its results.
12460         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
12461         since we include them unconditionally.  Don't require
12462         AM_STDBOOL_H, since stdbool is a prerequisite.
12463         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
12464         since we assume C89 or better.
12465         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
12466         as we don't use their results.
12467         Don't check for fchdir, memmove, memset, strrchr, as we use
12468         them unconditionally.
12469         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
12470         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
12471
12472 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12473
12474         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
12475         Include <stddef.h> unconditionally, since we assume C89 now.
12476         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
12477         * lib/fts.c: Include fts_.h first, to check interface.
12478         Do not include intprops.h; no longer needed.
12479         Include cycle-check.h and hash.h, since fts_.h no longer does.
12480         Remove unnecessary casts of closedir to void.
12481         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
12482         decide whether to decrement nlinks.
12483         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
12484         (FTS): Use struct hash_table * instead of Hash_table, so that
12485         we no longer need to include hash.h here.
12486
12487 2005-05-18  Jim Meyering  <jim@meyering.net>
12488
12489         * modules/dirfd (License): Change to LGPL.  Most of the code
12490         is already in the public domain.
12491
12492 2005-05-18  Jim Meyering  <jim@meyering.net>
12493
12494         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
12495         Reported by Yoann Vandoorselaere.
12496
12497 2005-05-17  Jim Meyering  <jim@meyering.net>
12498
12499         * m4/fts.m4: New file, from coreutils.
12500
12501 2005-05-17  Jim Meyering  <jim@meyering.net>
12502
12503         * lib/fts.c, lib/fts_.h: New files, from coreutils.
12504
12505 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12506
12507         Sync from coreutils.
12508         * m4/unlinkdir.m4: New file.
12509
12510 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12511
12512         Sync from coreutils.
12513         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
12514         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
12515         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
12516         White space changes only.
12517         * lib/makepath.c (make_path): Port to hosts where leading "//" is
12518         special.
12519         * lib/yesno.c: Include getline.h, not ctype.h.
12520         (yesno): Don't remove leading white space; POSIX doesn't allow it.
12521         Use getline to remove arbitrary restriction on response length.
12522
12523 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12524
12525         * config/srclist-update: Spell out "Street" in FSF postal
12526         mail address; this is the style the FSF seems to prefer.
12527
12528         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
12529         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
12530         this updates FSF postal mail address.
12531
12532         Sync from coreutils.
12533         * modules/unlinkdir: New file.
12534         * modules/yesno (Depends-on): Add getline.
12535         * MODULES.html.sh (File system functions): Add unlinkdir.
12536
12537 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12538
12539         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
12540         lib/strsep.h:
12541         Change the initial comment to refer to GPL, not LGPL.
12542         gnulib-tool will change it to LGPL as needed.
12543
12544         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
12545         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
12546         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
12547         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
12548         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
12549         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
12550         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
12551         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
12552         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
12553         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
12554         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
12555         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
12556         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
12557         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
12558         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
12559         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
12560         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
12561         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
12562         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
12563         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
12564         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
12565         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
12566         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
12567         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
12568         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
12569         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
12570         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
12571         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
12572         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
12573         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
12574         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
12575         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
12576         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
12577         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
12578         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
12579         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
12580         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
12581         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
12582         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
12583         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
12584         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
12585         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
12586         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
12587         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
12588         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
12589         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
12590         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
12591         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
12592         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
12593         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
12594         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
12595         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
12596         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
12597         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
12598         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
12599         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
12600         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
12601         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
12602         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
12603         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
12604         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
12605         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
12606         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
12607         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
12608         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
12609         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
12610         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
12611         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
12612         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
12613         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
12614         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
12615         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
12616         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
12617         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
12618         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
12619         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
12620         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
12621         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
12622         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
12623         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
12624         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
12625         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
12626         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
12627         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
12628         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
12629         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
12630         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
12631         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
12632         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
12633         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
12634         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
12635         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
12636         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
12637         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
12638         lib/yesno.c, lib/yesno.h:
12639         Update FSF postal mail address.
12640
12641 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12642
12643         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
12644         tests/test-memmem.c, tests/test-stpncpy.c:
12645         Update FSF postal mail address.
12646
12647 2005-05-13  Bruno Haible  <bruno@clisp.org>
12648
12649         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
12650         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
12651         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
12652         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
12653         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
12654         Add support for 64-bit integers in the MSVC compiler.
12655
12656 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12657
12658         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
12659
12660 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
12661
12662         * gnulib-tool (func_import): Sort and uniquify recommended includes.
12663
12664 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
12665
12666         * doc/getdate.texi (General date syntax): Don't say that date
12667         date --iso-8601=ns generates acceptable dates; it doesn't yet.
12668         Problem reported by Nic Ferrier.
12669
12670 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12671
12672         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
12673         specified in ai_socktype. Fix invalid ai_protocol
12674         check. ai_protocol is usually set to 0 or depending on
12675         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
12676         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
12677         ai_socktype / ai_protocol in the returned addrinfo structure.
12678
12679 2005-05-10  Simon Josefsson  <jas@extundo.com>
12680
12681         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
12682         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12683
12684 2005-05-10  Karl Berry  <karl@gnu.org>
12685
12686         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
12687         (from http://www.gnu.org/licenses).
12688         * doc/COPYING.LIB: also rename to COPYING.LESSER.
12689         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
12690         fdl.texi suffices.
12691
12692 2005-05-10  Karl Berry  <karl@gnu.org>
12693
12694         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
12695         (COPYING.DOC): remove.
12696
12697         * config/srclist-update: new FSF address.
12698
12699 2005-05-10  Derek Price  <derek@ximbiot.com>
12700
12701         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
12702         possible.
12703
12704 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12705             Bruno Haible  <bruno@clisp.org>
12706
12707         * modules/inet_ntop: New file.
12708         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12709         inet_ntop.
12710
12711 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12712             Bruno Haible  <bruno@clisp.org>
12713
12714         * m4/inet_ntop.m4: New file.
12715
12716 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12717             Bruno Haible  <bruno@clisp.org>
12718
12719         * lib/inet_ntop.h: New file.
12720         * lib/inet_ntop.c: New file, from glibc with modifications.
12721
12722 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
12723
12724         * modules/time_r (License): Change to LGPL.
12725         * modules/extensions (License): Change to LGPL.  Actually,
12726         the license is more permissive than that, but currently gnulib-tool
12727         doesn't know how to handle more-permissive licenses.
12728
12729         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
12730         Problem reported by Dave Love.
12731
12732 2005-05-08  Jim Meyering  <jim@meyering.net>
12733
12734         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
12735         blank.
12736
12737 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
12738
12739         * modules/argmatch (Depends-on): Add stdbool.
12740         * modules/backupfile (Depends-on): Likewise.
12741         * modules/chdir-long (Depends-on): Likewise.
12742         * modules/closeout (Depends-on): Likewise.
12743         * modules/cycle-check (Depends-on): Likewise.
12744         * modules/dirname (Depends-on): Likewise.
12745         * modules/fnmatch (Depends-on): Likewise.
12746         * modules/fsusage (Depends-on): Likewise.
12747         * modules/fwriteerror (Depends-on): Likewise.
12748         * modules/getcwd (Depends-on): Likewise.
12749         * modules/getloadavg (Depends-on): Likewise.
12750         * modules/hard-locale (Depends-on): Likewise.
12751         * modules/makepath (Depends-on): Likewise.
12752         * modules/mountlist (Depends-on): Likewise.
12753         * modules/nanosleep (Depends-on): Likewise.
12754         * modules/posixtm (Depends-on): Likewise.
12755         * modules/quotearg (Depends-on): Likewise.
12756         * modules/readtokens (Depends-on): Likewise.
12757         * modules/readtokens0 (Depends-on): Likewise.
12758         * modules/readutmp (Depends-on): Likewise.
12759         * modules/save-cwd (Depends-on): Likewise.
12760         * modules/strftime (Depends-on): Likewise.
12761         * modules/userspec (Depends-on): Likewise.
12762         * modules/utimecmp (Depends-on): Likewise.
12763         * modules/xgetcwd (Depends-on): Likewise.
12764         * modules/xnanosleep (Depends-on): Likewise.
12765         * modules/xstrtod (Depends-on): Likewise.
12766         * modules/yesno (Depends-on): Likewise.
12767
12768 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12769
12770         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
12771         needless checks.
12772
12773 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12774
12775         Merge from coreutils.  Among other things,
12776         add bulletproofing for cases where stdin, stdout, or stderr are closed.
12777         * lib/fd-safer.c: New file.
12778         * lib/fcntl-safer.h, open-safer.c: Remove.
12779         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
12780         * lib/dup-safer.c: Include unistd-safer.h first.
12781         Don't include errno.h.
12782         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
12783         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
12784         * lib/file-type.c: Rely on file-type.h change.
12785         * lib/getloadavg.c: Include unistd-safer.h.
12786         (getloadavg): Use safer open.
12787         * lib/getusershell.c: Include "stdio-safer.h".
12788         (getusershell): Use safer fopen.
12789         * lib/long-options.c (long_options): Use NULL rather than 0.
12790         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
12791         'free'.
12792         * lib/modechange.c: Likewise.
12793         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
12794         (MODE_DONE): New constant.
12795         (struct mode_change): Remove 'next' member.
12796         (make_node_op_equals): New function; like the old one of the
12797         same name, except it allocates an array.
12798         (mode_compile, mode_create_from_ref): Use it.
12799         (mode_compile): Allocate result as an array, not a linked list.
12800         Parse octal string ourself, so that we catch mistakes like "+0".
12801         (mode_adjust): Arg is an array, not a linked list.
12802         * lib/modechange.c: Include stat-macros.h, xalloc.h.
12803         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
12804         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
12805         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
12806         Remove.  This is now stat-macros.h's job.
12807         (talloc): Remove.  All callers replaced by xalloc, so that
12808         our invokers don't have to worry about reporting memory failures.
12809         (make_node_op_equals): Remove.
12810         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12811         New constants.
12812         (struct mode_change): Moved here from modechange.h.
12813         (mode_append_entry): Remove.
12814         (mode_compile): Remove MASKED_OPS arg, since it encouraged
12815         apps to have incorrect behavior.  Use simpler algorithm for head
12816         and tail.  Don't futz with umask; that's now the job of mode_adjust.
12817         Detect more invalid usages rather than having somewhat-random behavior.
12818         Don't insert an "a=" action, as that leads to incorrect behavior.
12819         (mode_compile, mode_create_from_ref): Return NULL on error instead
12820         of an enum, since now there's only one way to have an error.  All
12821         callers changed.
12822         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
12823         at the correct time.  Simplify calculation of "+u" and its ilk.
12824         Don't mishandle "+X".
12825         (mode_free): Remove "register" and localize decls.
12826         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12827         (struct mode_change): Move to modechange.c; callers don't
12828         need to see this stuff.
12829         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
12830         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
12831         (mode_change, mode_adjust): Reflect the new signatures noted above.
12832         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
12833         that might redefine system include files.
12834         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
12835         (my_usleep): Use NULL rather than (void *) 0.
12836         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
12837         Use siginterrupt to specify that system calls should be interrupted.
12838         (rpl_nanosleep): Move initialization of suspended closer to call of
12839         my_usleep.
12840         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
12841         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
12842         (desirable_utmp_entry): New function.
12843         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
12844         using x2nrealloc, to simplify logic.
12845         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
12846         size calculation.  Do not assume utmp file is a regular file.
12847         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
12848         (READ_UTMP_CHECK_PIDS): New constant.
12849         * lib/save-cwd.c: Include unistd-safer.h.
12850         (save_cwd): Use fd_safer.
12851         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
12852         [!_LIBC] Include "stat-macros.h" instead.
12853         * lib/unistd-safer.h (fd_safer): New decl.
12854
12855 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12856
12857         * modules/getloadavg (Depends-on): Add unistd-safer.
12858         * modules/getusershell (Depends-on): Add stdio-safer.
12859         * modules/lstat (Depends-on): Remove xalloc.
12860         * modules/mkstemp (Depends-on): Add stat-macros.
12861         * modules/modechange (Depends-on): Remove xstrtol.
12862         Add stat-macros, xalloc.
12863         * modules/save-cwd (Depends-on): Add unistd-safer.
12864         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
12865         * modules/unistd-safer (Files): Add lib/fd-safer.c
12866         (Makefile.am): Remove lib_SOURCES.
12867
12868         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
12869         Remove fcntl-safer; unistd-safer supersedes it.
12870
12871 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12872
12873         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
12874         AC_HEADER_STAT.
12875         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
12876         (gl_PREREQ_CHOWN): Remove.
12877         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
12878         it.  Don't require AC_HEADER_STAT.
12879         (gl_PREREQ_LSTAT): Remove.
12880         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
12881         Don't require AC_HEADER_STAT.
12882         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
12883         (gl_PREREQ_RMDIR): Remove.
12884         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
12885         mention stat-macros.h or AC_HEADER_STAT, since we'll make
12886         the stat-macros module a prerequisite.
12887         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
12888         * m4/filemode.m4 (gl_FILEMODE): Likewise.
12889         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
12890         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
12891         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
12892         variable names.
12893         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
12894         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
12895         variable prefixes.
12896         * m4/fcntl-safer.m4: Remove.
12897         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
12898         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
12899         Invoke gl_PREREQ_FD_SAFER.
12900         (gl_PREREQ_FD_SAFER): New macro.
12901         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
12902         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
12903         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
12904         Remove duplicate call to AC_LIBOBJ(readutmp).
12905         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
12906
12907         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
12908         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
12909
12910 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12911
12912         * MODULES.html.sh (Misc): Add byteswap.
12913
12914 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12915
12916         * modules/getcwd (Depends-on): Add extensions.
12917         * modules/openat (Depends-on): Likewise.
12918
12919 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12920
12921         * modules/byteswap: New file.
12922
12923 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12924
12925         * m4/byteswap.m4: New file.
12926
12927 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12928
12929         * lib/byteswap_.h: New file.
12930
12931 2005-04-25  Karl Berry  <karl@gnu.org>
12932
12933         * m4/gettext.m4: Update from GNU gettext 0.14.4.
12934
12935 2005-04-25  Albert Chin  <china@thewrittenword.com>
12936
12937         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
12938         Toolkit C bug.
12939
12940 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
12941
12942         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
12943         (func_ln_if_changed) Remove forcibly for no error message
12944         in case file does not exist.
12945
12946 2005-04-19  Simon Josefsson  <jas@extundo.com>
12947
12948         * gnulib-tool (Options): Make --symlink mean --symbolic.
12949
12950 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
12951
12952         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
12953
12954 2005-04-16  Simon Josefsson  <jas@extundo.com>
12955
12956         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
12957
12958 2005-04-15  Simon Josefsson  <jas@extundo.com>
12959
12960         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
12961
12962 2005-04-15  Simon Josefsson  <jas@extundo.com>
12963
12964         * gnulib-tool: Rename --symlink to --symbolic.
12965
12966 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
12967
12968         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
12969         symbolic links to files instead of copying/moving.  Add --aux-dir,
12970         specifying directory relative --dir where auxiliary build tools
12971         are placed.
12972
12973 2005-04-14  Bruno Haible  <bruno@clisp.org>
12974
12975         * modules/allocsa (License): Change to LGPL.
12976         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12977
12978 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12979
12980         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
12981         that "UTC +1 second" continues to work.  Problem reported
12982         by Dmitry V. Levin.
12983         (relunit_snumber): New rule.
12984         (relunit): Use it.
12985
12986 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12987
12988         * lib/getdate.y (universal_time_zone_table): New constant.
12989         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
12990         universal_time_zone_table.
12991         (lookup_zone): Prefer universal_time_zone_table to
12992         local_time_zone_table, so that "GMT" time stamps are allowed in
12993         London during the summer.  Problem reported by Ian Abbott.
12994
12995 2005-04-12  Jim Meyering  <jim@meyering.net>
12996
12997         * lib/human.c (humblock): Set *options even when returning due to
12998         xstrtoumax conversion failure.  Thanks to a used-uninitialized
12999         warning from gcc-4.
13000
13001 2005-04-09  Jim Meyering  <jim@meyering.net>
13002
13003         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
13004         -Wuninitialized: initialize tm0.tm_year.
13005
13006 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13007
13008         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
13009         count, since there's no maximum.  All uses changed.
13010         Add member dsts_seen.
13011         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
13012         not being INT_MAX.
13013         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
13014         Use pc_rels_seen to decide whther a date is absolute.
13015
13016         * lib/getdate.y (number): Don't overwrite year.
13017         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
13018         check.
13019
13020 2005-04-02  Simon Josefsson  <jas@extundo.com>
13021
13022         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
13023         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
13024
13025 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
13026
13027         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
13028         where no absolute path name can be longer than PATH_MAX.
13029
13030 2005-03-27  Jim Meyering  <jim@meyering.net>
13031
13032         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
13033
13034 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
13035
13036         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
13037         "one's complement" -> "ones' complement" in comment, as per Knuth.
13038         "value of type" -> "type or expression" in comment.
13039         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
13040
13041 2005-03-26  Jim Meyering  <jim@meyering.net>
13042
13043         Comment nits.
13044         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
13045         Correct typos: s/or/of/.
13046
13047 2005-03-26  Jim Meyering  <jim@meyering.net>
13048
13049         * modules/check-include-files: Move to ../ and rename to...
13050         * check-module: ...this.
13051
13052 2005-03-25  Jim Meyering  <jim@meyering.net>
13053
13054         * modules/xvasprintf (Files): Add xalloc.h.
13055
13056 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13057
13058         * modules/gettext (Files): config/config.rpath ->
13059         build-aux/config.rpath
13060         * modules/iconv (Files): Likewise.
13061         Problem reported by Oskar Liljeblad.
13062
13063 2005-03-23  Jim Meyering  <jim@meyering.net>
13064
13065         * modules/check-include-files: New script to check for
13066         missing dependencies, multiple includes, etc.
13067
13068         * modules/c-strtold (Depends-on): Add xalloc.
13069         * modules/c-strtod (Depends-on): Add xalloc.
13070         * modules/hash (Depends-on): Add xalloc.
13071         (Files): Remove lib/xalloc.h.
13072
13073         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
13074         * modules/userspec (Files): Add lib/inttostr.h.
13075
13076 2005-03-23  Jim Meyering  <jim@meyering.net>
13077
13078         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
13079
13080 2005-03-22  Jim Meyering  <jim@meyering.net>
13081
13082         * modules/stat-macros: New module.
13083         * modules/canonicalize, modules/euidaccess, modules/file-type,
13084         * modules/filemode, modules/lchown, modules/makepath,
13085         * modules/rmdir, modules/stat: Depend on new stat-macros module
13086         rather than listing lib/stat-macros.h manually.
13087         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
13088
13089 2005-03-22  Jim Meyering  <jim@meyering.net>
13090
13091         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
13092
13093 2005-03-22  Bruno Haible  <bruno@clisp.org>
13094
13095         * config/srclist.txt: Replace target directory 'config' with
13096         'build-aux'.
13097         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
13098         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
13099         ../build-aux/.
13100
13101 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
13102
13103         * modules/chdir-long (Depends-on): Add mempcpy.
13104
13105         * modules/acl, modules/backupfile, modules/c-strtod,
13106         modules/c-strtold, modules/canon-host, modules/canonicalize,
13107         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
13108         modules/exclude, modules/exitfail, modules/file-type,
13109         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
13110         modules/getdate, modules/getline, modules/getpagesize,
13111         modules/getpass, modules/getugroups, modules/group-member,
13112         modules/hard-locale, modules/hash, modules/human, modules/idcache,
13113         modules/inttostr, modules/long-options, modules/makepath,
13114         modules/md5, modules/memcasecmp, modules/memcoll,
13115         modules/modechange, modules/mountlist, modules/path-concat,
13116         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
13117         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
13118         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
13119         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
13120         modules/strftime, modules/strndup, modules/strverscmp,
13121         modules/timespec, modules/unlocked-io, modules/userspec,
13122         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
13123         modules/yesno:
13124         Remove lib_SOURCES line from Makefile.am section, as this is now
13125         done automatically by the corresponding Autoconf macro.
13126
13127 2005-03-21  Jim Meyering  <jim@meyering.net>
13128
13129         Changes imported from coreutils.
13130
13131         * lib/cycle-check.c: Don't include xalloc.h.
13132
13133         * lib/path-concat.c: Don't include assert.h.
13134         (path_concat): Remove assertion that would have triggered
13135         for ABASE starting with more than one slash.
13136         Reported by Andreas Schwab.
13137
13138         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
13139         properly when ABASE is an absolute file name.
13140         Correct the description of this function.
13141         Include <assert.h>.
13142         Add an assertion and a test driver.
13143         This fixes a bug introduced on 2004-07-02.
13144         Andreas Schwab reported the resulting failure of cp --parents:
13145         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
13146
13147 2005-03-21  Jim Meyering  <jim@meyering.net>
13148
13149         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
13150         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
13151
13152 2005-03-21  Jim Meyering  <jim@meyering.net>
13153         and  Paul Eggert  <eggert@cs.ucla.edu>
13154
13155         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
13156         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
13157         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
13158         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
13159         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
13160         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
13161         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
13162         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
13163         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
13164         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
13165         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
13166         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
13167         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
13168         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
13169         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
13170         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
13171         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
13172         for these modules.
13173
13174 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13175
13176         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
13177         (which shouldn't happen), generate nothing instead of returning 0
13178         immediately, so that nstrftime (NULL, ...) doesn't return 0.
13179
13180 2005-03-16  Bruno Haible  <bruno@clisp.org>
13181
13182         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
13183         HAVE_LONGLONG_64BIT.
13184
13185 2005-03-16  Bruno Haible  <bruno@clisp.org>
13186
13187         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
13188         HAVE_LONGLONG_64BIT.
13189
13190 2005-03-16  Bruno Haible  <bruno@clisp.org>
13191
13192         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
13193         HAVE_LONGLONG_64BIT.
13194
13195 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13196
13197         * lib/strftime.c (my_strftime): Prepend space to format so that we can
13198         reliably distinguish strftime failure from empty output on POSIX
13199         hosts.
13200
13201 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13202
13203         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
13204         (iconv_string): Don't guess a size-zero buffer, as that might cause
13205         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
13206         result would be 'too large', where 'too large' is (heuristically)
13207         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
13208         overflow concerns.  This will prevent some unwanted malloc failures
13209         when the inputs are very large.
13210
13211 2005-03-15  Karl Berry  <karl@gnu.org>
13212
13213         * config/srclist.txt (config.rpath): from gettext.
13214         * config/config.rpath: update.
13215
13216 2005-03-15  Bruno Haible  <bruno@clisp.org>
13217
13218         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
13219         to 'negate'.
13220
13221         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
13222         variable.
13223
13224         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
13225         results.
13226
13227 2005-03-14  Simon Josefsson  <jas@extundo.com>
13228
13229         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
13230         <fx@gnu.org>.
13231
13232 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
13233
13234         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
13235         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
13236         intprops.h.
13237         * lib/strtol.c: Likewise.
13238
13239 2005-03-14  Jim Meyering  <jim@meyering.net>
13240
13241         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
13242         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
13243         to be nonzero so that we (and caller) can detect the difference
13244         between a valid zero-length expansion and an error return, even
13245         when the underlying strftime fails before writing anything into
13246         that location.
13247
13248 2005-03-14  Bruno Haible  <bruno@clisp.org>
13249
13250         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
13251         Update from GNU gettext 0.14.3.
13252
13253 2005-03-10  Jim Meyering  <jim@meyering.net>
13254
13255         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
13256
13257 2005-03-10  Jim Meyering  <jim@meyering.net>
13258
13259         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
13260         so that this module works on systems without fchdir.
13261
13262 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
13263
13264         Factor int-properties macros into a single file, except for
13265         glibc-related files.
13266         * lib/intprops.h: New file.
13267         * lib/getloadavg.c: Include it instead of limits.h.
13268         (INT_STRLEN_BOUND): Remove.
13269         * lib/human.c: Include intprops.h.
13270         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
13271         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
13272         302/1000.
13273         * lib/inttostr.h: Include intprops.h instead of limits.h.
13274         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
13275         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
13276         for consistency with intprops.h.
13277         (time_t_is_integer, twos_complement_arithmetic): Use them.
13278         * lib/sig2str.h: Include <signal.h>, intprops.h.
13279         (INT_STRLEN_BOUND): Remove.
13280         * lib/strftime.c (TYPE_SIGNED): Remove.
13281         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
13282         * lib/strtol.c: Adjust comments to match intprops.h.
13283         * lib/userspec.c: Include intprops.h.
13284         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
13285         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
13286         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
13287         instead of rolling our own expressions.
13288         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
13289
13290         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
13291         instead of int.
13292         (my_strftime): Do not mishandle years close to INT_MAX, by doing
13293         the right thing even if adding 1900 would overflow.  Similarly
13294         for tm_mon + 1 and tm_yday + 1.
13295         Make %Y always equivalent to %C%y, and similarly for %G and %g.
13296         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
13297         (DO_SIGNED_NUMBER): New macro.
13298         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
13299
13300 2005-03-07  Bruno Haible  <bruno@clisp.org>
13301
13302         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
13303
13304 2005-03-07  Bruno Haible  <bruno@clisp.org>
13305
13306         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
13307
13308 2005-03-04  Derek R. Price  <derek@ximbiot.com>
13309
13310         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
13311         (func_import): Only replace files via --import when they have actually
13312         changed.
13313
13314 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13315
13316         * m4/mmap-anon.m4: New file.
13317         * m4/pagealign_alloc.m4: New file.
13318
13319 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13320             Bruno Haible  <bruno@clisp.org>
13321
13322         * modules/pagealign_alloc: New file.
13323         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
13324
13325 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13326             Bruno Haible  <bruno@clisp.org>
13327
13328         * lib/pagealign_alloc.h: New file.
13329         * lib/pagealign_alloc.c: New file.
13330
13331 2005-03-03  Bruno Haible  <bruno@clisp.org>
13332
13333         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
13334         Use an all-permissive copyright notice, recommended by RMS.
13335
13336 2005-03-02  Bruno Haible  <bruno@clisp.org>
13337
13338         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
13339         of AIX, the replacement has to be done only after <string.h> is
13340         included, therefore not in config.h. stpncpy.h does the replacement,
13341         and stpncpy.c uses it.
13342
13343 2005-03-02  Bruno Haible  <bruno@clisp.org>
13344
13345         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
13346         stpncpy.c uses it.
13347
13348 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13349
13350         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
13351         The workaround isn't strictly needed for POSIX conformance, and
13352         it's too much of a pain to configure and maintain.  We'll ask
13353         people to fix their kernels instead.
13354         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
13355         (NANOSLEEP_BUG_WORKAROUND): Remove.
13356         (xnanosleep): Remove the workaround.
13357
13358 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13359
13360         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
13361         Reported by Derek Price.
13362         (Include): Add "timespec.h".
13363
13364         * modules/xnanosleep (Depends-on): Remove gethrxtime.
13365
13366 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13367
13368         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
13369         to detect nanosleep bug.
13370
13371 2005-03-01  Bruno Haible  <bruno@clisp.org>
13372
13373         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
13374
13375 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13376
13377         * modules/gethrxtime: New file.
13378         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
13379         (Depends-on): Add gethrxtime.
13380         (configure.ac): Add gl_XNANOSLEEP.
13381         (Makefile.am): Remove lib_SOURCES line.
13382
13383 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13384
13385         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
13386         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
13387
13388 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13389
13390         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
13391         * lib/timespec.h (gettime): Return void, since it always
13392         succeeds now.  All uses changed.
13393         * lib/gettime.c (gettime) Likewise.
13394         [HAVE_NANOTIME]: Prefer nanotime.
13395         Assume gettimeofday succeeds, as POSIX requires.
13396         Assime time () succeeds, since other code already does.
13397         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
13398         (timespec_subtract): Remove.
13399         (NANOSLEEP_BUG_WORKAROUND): New constant.
13400         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
13401         things considerably.  Use it only on GNU/Linux hosts, since the
13402         workaround shouldn't be needed elsewhere.
13403
13404 2005-02-24  Bruno Haible  <bruno@clisp.org>
13405
13406         * modules/gettext (Files): Add m4/glibc2.m4.
13407
13408 2005-02-24  Bruno Haible  <bruno@clisp.org>
13409
13410         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
13411         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
13412         * m4/progtest.m4:
13413         Update from GNU gettext 0.14.2.
13414         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
13415
13416 2005-02-24  Bruno Haible  <bruno@clisp.org>
13417
13418         * lib/localcharset.c: Update from GNU gettext 0.14.2.
13419         * lib/config.charset: Update from GNU gettext 0.14.2.
13420
13421 2005-02-24  Bruno Haible  <bruno@clisp.org>
13422
13423         * lib/gettext.h: Update from GNU gettext 0.14.2.
13424
13425 2005-02-23  Simon Josefsson  <jas@extundo.com>
13426
13427         * m4/iconvme.m4: New file.
13428
13429 2005-02-23  Jim Meyering  <jim@meyering.net>
13430
13431         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
13432         change.
13433         Thanks to Bruno Haible for catching it.
13434
13435 2005-02-22  Simon Josefsson  <jas@extundo.com>
13436
13437         * modules/iconvme: New file.
13438
13439         * MODULES.html.sh: Add iconvme.
13440
13441 2005-02-22  Simon Josefsson  <jas@extundo.com>
13442
13443         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
13444
13445 2005-02-22  Simon Josefsson  <jas@extundo.com>
13446
13447         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
13448
13449 2005-02-22  Jim Meyering  <jim@meyering.net>
13450
13451         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
13452         s/ifndef/ifdef/.
13453
13454 2005-02-20  Neil Conway  <neilc@samurai.com>
13455
13456         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
13457         returned by OSX/Darwin if the specified buffer is not large
13458         enough for the hostname.
13459
13460 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13461
13462         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
13463         pass it to _help, otherwise the latter coredumps trying to
13464         dereference state.root_argp.
13465
13466 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13467
13468         * modules/chdir-long (Depends-on): Add memrchr.
13469         * modules/memrchr (Files): Add lib/memrchr.h.
13470         (Include): "memrchr.h".
13471
13472 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13473
13474         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
13475
13476 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13477
13478         * lib/memrchr.h: New file.
13479         * lib/chdir-long.c: Include it.
13480         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
13481         Don't bother including stddef.h.
13482
13483 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13484
13485         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
13486         inclusion.
13487         Include <sys/types.h>, for dev_t.
13488         (ME_DUMMY, ME_REMOTE): Move from here....
13489         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
13490         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
13491         Dmitry V. Levin.
13492         Include mountlist.h first, to test the interface.
13493
13494 2005-01-29  Bruno Haible  <bruno@clisp.org>
13495
13496         * lib/progname.c (program_name): Initialize.
13497         Needed when linking statically on MacOS X.
13498
13499 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13500
13501         Sync from coreutils.
13502         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
13503         (Depends-on): Add c-strtod.
13504         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
13505
13506 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13507
13508         Sync from coreutils.
13509         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
13510
13511         Remove files that are specific to coreutils.
13512         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
13513
13514 2005-01-28  Bruno Haible  <bruno@clisp.org>
13515
13516         * modules/javacomp: New file.
13517         * MODULES.html.sh (Java): Add javacomp.
13518
13519 2005-01-28  Bruno Haible  <bruno@clisp.org>
13520
13521         * m4/javacomp.m4: New file, from GNU gettext.
13522
13523 2005-01-28  Bruno Haible  <bruno@clisp.org>
13524
13525         * lib/javacomp.sh.in: New file, from GNU gettext.
13526         * lib/javacomp.h: New file, from GNU gettext.
13527         * lib/javacomp.c: New file, from GNU gettext.
13528
13529 2005-01-26  Simon Josefsson  <jas@extundo.com>
13530
13531         * lib/gai_strerror.c: Use GPL in header.
13532
13533 2005-01-26  Bruno Haible  <bruno@clisp.org>
13534
13535         * modules/javaexec: New file.
13536         * MODULES.html.sh (Java): Add javaexec.
13537
13538 2005-01-26  Bruno Haible  <bruno@clisp.org>
13539
13540         * m4/javaexec.m4: New file, from GNU gettext.
13541
13542 2005-01-26  Bruno Haible  <bruno@clisp.org>
13543
13544         * lib/javaexec.sh.in: New file, from GNU gettext.
13545         * lib/javaexec.h: New file, from GNU gettext.
13546         * lib/javaexec.c: New file, from GNU gettext.
13547
13548 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13549
13550         * modules/lchown (Depends-on): Remove lchown.h
13551
13552 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13553
13554         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
13555         must be defined if the header file was not found, in order
13556         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
13557
13558 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13559
13560         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
13561         initializers for struct pentry_state.
13562         (__argp_error): Check return value of __asprintf
13563         (__argp_failure): Translate error message
13564
13565         * lib/argp-parse.c: Removed braces around the expansion of N_()
13566
13567 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13568
13569         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
13570         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
13571         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
13572         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
13573         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
13574         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
13575         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
13576         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
13577         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
13578         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
13579         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
13580         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
13581         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
13582         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
13583         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
13584         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
13585         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
13586         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
13587         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
13588         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
13589         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
13590         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
13591         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
13592         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
13593         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
13594         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
13595         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
13596         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
13597         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
13598         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
13599         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
13600         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
13601         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
13602         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
13603         xstrtol.m4, xstrtoumax.m4, yesno.m4:
13604         Use an all-permissive copyright notice, recommended by RMS.
13605
13606 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
13607
13608         * modules/chdir-long (Depends-on): Remove mempcpy.
13609
13610 2005-01-21  Jim Meyering  <jim@meyering.net>
13611
13612         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
13613         same value as for Solaris 9.
13614
13615         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
13616         component length.  This included changing the parameter to be
13617         of type `char *' rather than `char const *'.
13618         * lib/chdir-long.h (chdir_long): Update prototype.
13619
13620         * lib/openat.c (fdopendir, fstatat): New functions.
13621         * lib/openat.h: Include headers required for use of DIR and struct
13622         stat.
13623         [AT_SYMLINK_NOFOLLOW]: Define.
13624         (fdopendir, fstatat): Add prototypes.
13625
13626 2005-01-21  Bruno Haible  <bruno@clisp.org>
13627
13628         * modules/classpath: New file.
13629         * MODULES.html.sh (Java): Add classpath.
13630
13631 2005-01-21  Bruno Haible  <bruno@clisp.org>
13632
13633         * lib/classpath.h: New file, from GNU gettext.
13634         * lib/classpath.c: New file, from GNU gettext.
13635
13636 2005-01-20  Simon Josefsson  <jas@extundo.com>
13637
13638         * modules/version-etc-fsf: New file.
13639
13640 2005-01-20  Simon Josefsson  <jas@extundo.com>
13641
13642         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
13643         * lib/version-etc.c: Remove version_etc_copyright.
13644         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
13645         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
13646
13647 2005-01-20  Simon Josefsson  <jas@extundo.com>
13648
13649         * lib/base64.h (isbase64): Add.
13650
13651         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
13652         using a unsigned prototype, don't inline.
13653         (base64_decode): Use it.
13654
13655 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13656
13657         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
13658         it.
13659
13660 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13661
13662         * lib/save-cwd.c (save_cwd): Remove code to support the case
13663         where fchdir is missing or flaky.
13664
13665 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13666
13667         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
13668
13669 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13670
13671         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
13672         AC_LIBSOURCES now does this.
13673         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
13674         with new ullong_max module.
13675
13676 2005-01-19  Bruno Haible  <bruno@clisp.org>
13677
13678         * modules/sh-quote: New file.
13679         * MODULES.html.sh (Executing programs): Add sh-quote.
13680
13681 2005-01-19  Bruno Haible  <bruno@clisp.org>
13682
13683         * lib/sh-quote.h: New file, from GNU gettext.
13684         * lib/sh-quote.c: New file, from GNU gettext.
13685
13686 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13687
13688         Merge from coreutils.
13689         * m4/ullong_max.m4: New file.
13690         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
13691         (gl_MACROS): Assume localeconv exists.
13692
13693 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13694
13695         Merge changes from coreutils, as described below in several
13696         changelogs dated today.
13697
13698         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
13699         (O_DIRECTORY): Remove; not needed here, since "." must be
13700         a directory.  All uses removed.
13701         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
13702         universal on Suns, and we also need to test for IRIX.
13703         Revamp code to use 'if' rather than '#if'.
13704         Avoid unnecessary comparison of cwd->desc to 0.
13705
13706         * lib/utimens.c (futimens): Robustify the previous patch, by checking
13707         for known valid error numbers rather than observed invalid ones.
13708
13709 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13710
13711         * modules/ullong_max: New file.
13712
13713         * modules/chdir-long, modules/openat: New files.
13714         * modules/save-cwd (Depends-on): Depend on chdir-long.
13715         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
13716
13717 2005-01-18  Jim Meyering  <jim@meyering.net>
13718
13719         Merge from coreutils.
13720         * m4/chdir-long.m4, m4/openat.m4: New files.
13721         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
13722         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
13723         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
13724         is sane and DOES follow symlinks.  Besides, testing 20 different
13725         systems found no broken chown implementations.
13726         Prompted by a change in rsync's copy of this macro.
13727         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
13728
13729         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
13730
13731         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
13732         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
13733         NULL-means-set-to-current-time semantics.
13734         Remove temporary file immediately, rather than waiting
13735         for configure's at-exit trap code to do it.
13736
13737 2005-01-18  Jim Meyering  <jim@meyering.net>
13738
13739         * lib/version-etc.c (version_etc_copyright): Update copyright date.
13740
13741         * lib/utimens.c (futimens): Account for the fact that futimes
13742         can also fail with errno == ENOSYS or errno == ENOENT.
13743         Patch from Dmitry V. Levin.
13744
13745         Change the name of the robust chdir function from chdir to chdir_long.
13746         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
13747         (restore_cwd): Use chdir_long, not chdir.
13748         * lib/chdir-long.c: Renamed from chdir.c.
13749         * lib/chdir-long.h: Renamed from chdir.h.
13750         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
13751         Hurd.
13752
13753 2005-01-18  Bruno Haible  <bruno@clisp.org>
13754
13755         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
13756         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
13757         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
13758         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
13759         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
13760         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
13761         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
13762         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
13763         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
13764         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
13765         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
13766         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
13767         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
13768         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
13769         Use an all-permissive copyright notice, recommended by RMS.
13770
13771 2005-01-18  Bob Proulx  <bob@proulx.com>
13772
13773         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
13774         simplify offsetof() macro construct to avoid compile failure with
13775         native HP-UX 11.0 ANSI C compiler.
13776
13777 2005-01-17  Bruno Haible  <bruno@clisp.org>
13778
13779         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
13780         redundant because stpncpy.m4 takes care of it.
13781
13782 2005-01-17  Bruno Haible  <bruno@clisp.org>
13783
13784         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
13785
13786 2005-01-17  Bruno Haible  <bruno@clisp.org>
13787
13788         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
13789         used.
13790
13791 2005-01-17  Bruno Haible  <bruno@clisp.org>
13792
13793         * lib/fwriteerror.h (fwriteerror): Change specification to include
13794         fclose.
13795         * lib/fwriteerror.c: Include <stdbool.h>.
13796         (fwriteerror): At the end, close the file stream. Record whether
13797         stdout was already closed.
13798
13799 2005-01-17  Bruno Haible  <bruno@clisp.org>
13800
13801         * lib/execute.c (environ): Declare if needed.
13802         * lib/pipe.c (environ): Likewise.
13803         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
13804
13805 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13806
13807         * modules/argp: Depend on vsnprintf
13808
13809 2005-01-10  Jim Meyering  <jim@meyering.net>
13810
13811         * modules/closeout (Depends-on): Add atexit.
13812
13813 2005-01-06  Bruno Haible  <bruno@clisp.org>
13814
13815         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
13816
13817 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13818
13819         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
13820         definitions to be after all include files, to avoid collisions.
13821         Problem reported by Bob Proulx.
13822
13823 2005-01-04  Jim Meyering  <jim@meyering.net>
13824
13825         Changes imported from coreutils.
13826         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
13827         as the mkstemp template, use a temporary directory and an
13828         8.3-friendly template to avoid trouble on systems like DJGPP.
13829         Reported by Juan M. Guerrero via Stepan Kasal.
13830         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
13831         close. Remove the temporary directory right away, rather than waiting
13832         for configure's at-exit trap code to do it.
13833         Suggestion from Stepan Kasal.
13834
13835 2005-01-01  Simon Josefsson  <jas@extundo.com>
13836
13837         * gnulib-tool: Print #include directives when --import'ing.
13838
13839 2004-12-28  Simon Josefsson  <jas@extundo.com>
13840
13841         * tests/test-base64.c: Include required header files.  Remove
13842         unused variables.
13843
13844 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13845
13846         * modules/error (Depends-on): Remove gettext.
13847
13848 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13849
13850         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
13851         not needed.  This removes a dependency on the gettext module.
13852         [defined _LIBC]: Do not include <libintl.h>; not needed.
13853
13854 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13855
13856         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
13857         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
13858
13859 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13860
13861         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
13862         HAVE_DECL_STRTOLD.
13863
13864 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13865
13866         * modules/getdate (Depends-on): Remove alloca-opt.
13867
13868 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13869
13870         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
13871
13872 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13873
13874         * lib/argp-parse.c: Include <stddef.h>.
13875         (alignof, alignto): New macros.
13876         (parser_init): Don't assume that void * is aligned sufficiently
13877         for struct option.
13878
13879         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
13880         need to extend the stack.
13881         (YYINITDEPTH): New macro, so that the initial stack isn't overly
13882         large.
13883
13884 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13885
13886         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
13887
13888 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13889
13890         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
13891         (2004-10-24) change.  Apparently this was a false alarm.
13892
13893         * modules/getdate: Depend on alloca-opt, not alloca.
13894
13895 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13896
13897         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
13898         Remove now-obsolete comment about AIX.
13899         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
13900         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
13901         (YYMAXDEPTH): New macro.
13902
13903 2004-12-18  Simon Josefsson  <jas@extundo.com>
13904
13905         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
13906
13907 2004-12-18  Bruno Haible  <bruno@clisp.org>
13908
13909         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
13910
13911 2004-12-18  Bruno Haible  <bruno@clisp.org>
13912
13913         * lib/fatal-signal.c (fatal_signals): Make non-const.
13914         (init_fatal_signals): New function.
13915         (uninstall_handlers, install_handlers): Ignore signals that were set to
13916         SIG_IGN.
13917         (at_fatal_signal): Call init_fatal_signals.
13918         (init_fatal_signal_set): Likewise. Ignore signals that were set to
13919         SIG_IGN.
13920         Reported by Paul Eggert.
13921
13922 2004-12-18  Bruno Haible  <bruno@clisp.org>
13923
13924         * doc/alloca.texi: New file.
13925         * doc/alloca-opt.texi: New file.
13926
13927 2004-12-17  Jim Meyering  <jim@meyering.net>
13928
13929         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
13930         Otherwise, install-sh could exit with improper exit status when
13931         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
13932
13933 2004-12-16  Simon Josefsson  <jas@extundo.com>
13934
13935         * tests/test-base64.c: Add license.
13936
13937 2004-12-15  Stepan Kasal  <address@hidden>
13938
13939         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
13940
13941 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
13942
13943         * modules/getcwd (Files): Add m4/d-ino.m4.
13944         Suggested by Mark D. Baushke.
13945
13946 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13947
13948         * lib/getdate.y (textint): New member "negative".
13949         (time_zone_hhmm): New function.
13950         Expect 14 shift-reduce conflicts, not 13.
13951         (o_colon_minutes): New rule.
13952         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
13953         (yylex): Set the "negative" member of signed numbers.
13954
13955 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13956
13957         * doc/getdate.texi (Time of day items, Time zone items):
13958         Describe new formats +00:00, UTC+00:00.
13959
13960 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13961
13962         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
13963         spurious "-l"s.  Problem reported by Stepan Kasal.
13964
13965 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
13966
13967         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
13968         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
13969
13970 2004-12-04  Simon Josefsson  <jas@extundo.com>
13971
13972         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
13973         Vandoorselaere <yoann@prelude-ids.org>.
13974
13975 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13976
13977         Changes imported from coreutils.
13978         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
13979         exist.
13980         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
13981
13982 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13983
13984         Changes imported from coreutils.
13985         * lib/hard-locale.c: Assume <locale.h> exists.
13986         Include "strdup.h".
13987         (GLIBC_VERSION): New macro.
13988         (hard_locale): Assume setlocale exists.
13989         Rewrite to avoid #ifdef.
13990         Use strdup rather than malloc + strcpy.
13991         * lib/human.c: Assume <locale.h> exists.
13992         (human_readable): Assume localeconv exists.
13993
13994 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13995
13996         * modules/hard-locale (Depends-on): Add strdup.
13997
13998 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13999
14000         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
14001         convert T2, not T.  (Imported from libc.)
14002
14003 2004-11-30  Simon Josefsson  <jas@extundo.com>
14004
14005         * modules/restrict (License): Change to LGPL.
14006
14007 2004-11-30  Simon Josefsson  <jas@extundo.com>
14008
14009         * m4/restrict.m4: Add copyright and copying conditions.
14010
14011 2004-11-30  Simon Josefsson  <jas@extundo.com>
14012
14013         * m4/base64.m4: New file.
14014
14015 2004-11-30  Simon Josefsson  <jas@extundo.com>
14016
14017         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
14018         base64.
14019
14020         * tests/test-base64.c: New file.
14021
14022         * modules/base64: New file.
14023
14024 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14025
14026         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
14027         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
14028
14029         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
14030
14031 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14032
14033         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
14034         (__getcwd.c): Don't restore errno; glibc doesn't.
14035         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
14036         first, falling back to our code only if its results look suspicious.
14037         Ensure that the resulting buffer is only as large as necessary.
14038
14039         * lib/readutmp.c: Include readutmp.h first.
14040         Include <errno.h>, since readutmp.h no longer does that.
14041         * lib/readutmp.h: Don't include <errno.h>,
14042         <sys/param.h>, <time.h>; not needed to establish interface.
14043         (errno): Remove decl.
14044         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
14045         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
14046         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
14047
14048 2004-11-28  Simon Josefsson  <jas@extundo.com>
14049
14050         * lib/base64.h, base64.c: New file.
14051
14052 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14053
14054         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
14055
14056 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14057
14058         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
14059         (Depends-on): Remove pathmax, same.  Add mempcpy.
14060         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
14061         (Makefile.am): Append getcwd.h to lib_SOURCES.
14062         (Include): Add getcwd.h.
14063         (Maintainer): Change from Jim Meyering to "all, glibc",
14064         since getdate now uses intended-for-glibc code.
14065         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
14066         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
14067
14068 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14069
14070         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
14071         HP's ANSI C compiler.
14072         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
14073         Declaring int functions causes warnings on some modern systems and
14074         shouldn't be needed to compile on ancient ones.
14075         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
14076         defined.
14077
14078         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
14079         with the following changes.
14080         (__set_errno): Parenthesize properly.
14081         Include <stdbool.h>.
14082         (MIN, MAX, MATCHING_INO): New macros.
14083         (__getcwd): Define with prototype, not K&R form.
14084         Use heuristics to allocate default buffer on stack if possible.
14085         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
14086         behavior, and to avoid the PATH_MAX limit when computing
14087         ../../../../...
14088         Use MATCHING_INO to compare inode number to file.
14089         Check for arithmetic overflow in size calculations.
14090         Fix bug in reallocation of dot array that caused getcwd to fail
14091         on directories nested deeper than 75.
14092         Be more careful about saving errno on error.
14093         Do not use realloc; use only free+malloc, as this is a bit
14094         more flexible and avoids a needless copy operation.
14095         Do not inspect st_dev and st_ino for symbolic links; POSIX
14096         doesn't specify the latter.
14097         Check for closedir errors.
14098         Avoid needless casts.
14099         Use "#ifdef weak_alias" around weak_alias, to be like other
14100         glibc code.
14101         The following changes to getcwd.c have effect only when used in
14102         gnulib; they have no effect inside glibc proper.
14103         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
14104         as alloca isn't used.
14105         (alloca, __alloca): Likewise.
14106         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
14107         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
14108         unconditionally, as gnulib assumes C89 or better.
14109         Do not include <sys/param.h>.
14110         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
14111         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
14112         better.
14113         (NULL) [!defined NULL]: Remove; we assume C89 or better.
14114         Include <dirent.h> in a way that is compatible with modern Autoconf.
14115         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
14116         New macros, if not already defined.
14117         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
14118         Use "_LIBC", not "defined _LIBC", for consistency.
14119         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
14120         a mempcpy module.
14121         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
14122         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
14123         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
14124         credit only to Jim Meyering and adjust the copyright dates.
14125         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
14126         <stdlib.h>, <unistd.h>, "pathmax.h".
14127         Instead, include "xgetcwd.h" (first) and "getcwd.h".
14128         (INITIAL_BUFFER_SIZE): Remove.
14129         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
14130
14131 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14132
14133         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
14134         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
14135         Use the _ONCE methods, for efficiency.
14136         Check for fcntl.h.  In test program, include <errno.h>
14137         and <fcntl.h> if available.  Remove old K&R cruft from
14138         test program.  Check for common errors in GNU/Linux,
14139         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
14140         don't do AC_LIBOBJ, as that's getcwd.m4's job.
14141         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
14142         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
14143         name accordingly.
14144         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
14145         accommodate new getcwd.c.
14146         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
14147         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
14148         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
14149         that's all we need now.
14150
14151 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14152
14153         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
14154         argp-parse.c depends on getopt internals, that means we should
14155         always use our getopt, to be on the safe side.
14156         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
14157         order not to spoil the result of an eventual previous invocation
14158         of gl_GETOPT_SUBSTITUTE.
14159
14160 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14161
14162         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
14163         redefinition warnings. To avoid them, include the defines
14164         in `#if !defined __need_getopt ... #endif'. The only place
14165         where __getopt_argv_const is used is in definitions
14166         of getopt_long and getopt_long_only below, which are as well
14167         protected by `#ifndef __need_getopt'.
14168         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
14169         __need_getopt after including <stdio.h> and <unistd.h> These
14170         headers might have defined it.
14171
14172 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14173
14174         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
14175
14176 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14177
14178         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
14179         (futimens): New function, which uses futimes if available.
14180         (futimens, utimens): Support timespec==NULL, with same semantics
14181         as utime and utimens.
14182         * lib/utimens.h (futimens): New decl.
14183
14184 2004-11-23  Jim Meyering  <jim@meyering.net>
14185
14186         * lib/getopt_.h: Remove trailing blanks.
14187
14188 2004-11-23  Jim Meyering  <jim@meyering.net>
14189
14190         * lib/__fpending.c: Add comment.
14191
14192 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
14193
14194         * modules/canonicalize (Depends-on): Add xreadlink.
14195         Problem reported by James Youngman.
14196
14197 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14198
14199         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
14200         New macros.
14201         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
14202         optopt): Use them instead of invoking ## directly; otherwise, the
14203         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
14204
14205 2004-11-19  Bruno Haible  <bruno@clisp.org>
14206
14207         * lib/strtok_r.c: Move comments from here...
14208         * lib/strtok_r.h: ... to here.
14209
14210 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14211
14212         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
14213         implementations that mishandle size_t overflow.
14214
14215 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14216
14217         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
14218         might fail.  Problem reported by Yoann Vandoorselaere.
14219         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
14220         implementations that mishandle size_t overflow.
14221
14222 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14223
14224         * modules/canon-host (Depends-on): Add strdup.
14225
14226 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14227
14228         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
14229
14230 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14231
14232         * lib/canon-host.c: Include "strdup.h".
14233         (canon_host): Use getaddrinfo if available, so that IPv6 works.
14234         Use strdup instead of malloc/strcpy to duplicate strings.
14235
14236         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
14237         (human_space_before_unit): New constant.
14238         * lib/human.c (human_readable): Support it.
14239
14240         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
14241         (xgetcwd): Set errno correctly when failing.
14242         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
14243         the failure is actually due to a PATH_MAX problem.
14244
14245         Further getopt changes to make it more likely that glibc will
14246         buy the changes back.
14247         * lib/getopt.c (POSIXLY_CORRECT): New constant.
14248         (getopt): Use it, so to preserve glibc semantic
14249         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
14250         when compiling for libc.
14251         * lib/getopt_.h (__getopt_argv_const): Bring it back.
14252         (getopt_long, getopt_long_only): Use it.
14253
14254         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14255         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
14256         (getopt): Argv is now char * const *, as per standard.
14257         (_getopt_internal_r, _getopt_internal): Argv is now char **,
14258         not char *__getopt_argv_const *.
14259         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14260         _getopt_long_only_r): Likewise.
14261         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
14262         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14263         _getopt_long_r, _getopt_long_only_r): Likewise.
14264         * lib/getopt_.h (__getopt_argv_const): Remove.
14265         (getopt): Argv is now char * const *, as per standard.
14266
14267         * lib/getdate.y (tORDINAL): New token.
14268         (day, relunit): Allow it for relative times.
14269         (relative_time_table): Use tORDINAL for ordinals.
14270
14271 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14272
14273         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
14274         Document that "second" isn't allowed as an ordinal number.
14275
14276 2004-11-16  Jim Meyering  <jim@meyering.net>
14277
14278         * modules/closeout (Depends-on): Add fpending.
14279
14280 2004-11-15  Jim Meyering  <jim@meyering.net>
14281
14282         * lib/closeout.c: Include "__fpending.h" once again.
14283         Include <stdbool.h>.
14284         (close_stdout): Don't fail just because stdout was closed initially,
14285         since some programs don't write to stdout in the normal course of
14286         operation (other than --version and --help), and we don't want this
14287         function to make e.g. `touch file >&-' fail.
14288         But do fail if it was closed and someone has tried to write to it.
14289         E.g., `printf foo >&-' must fail.
14290
14291 2004-11-13  Jim Meyering  <jim@meyering.net>
14292
14293         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
14294
14295 2004-11-12  Simon Josefsson  <jas@extundo.com>
14296
14297         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
14298         small doc fix is still pending.
14299
14300 2004-11-11  Simon Josefsson  <jas@extundo.com>
14301
14302         * modules/strtok_r: New file.
14303
14304         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14305         strtok_r.
14306
14307 2004-11-11  Simon Josefsson  <jas@extundo.com>
14308
14309         * m4/strtok_r.m4: New file.
14310
14311         * m4/getopt.m4: Replace opterr.
14312
14313 2004-11-11  Simon Josefsson  <jas@extundo.com>
14314
14315         * lib/strtok_r.h, strtok_r.c: New file.
14316
14317 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14318
14319         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
14320         of replacing opterr, getopt, etc.  This should handle the
14321         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
14322
14323 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14324
14325         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
14326         we can stop lying to compilers about the constness of argv when we
14327         are compiled outside glibc.
14328         (getopt, getopt_long, getopt_long_only): Use it.
14329         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14330         _getopt_internal, getopt): Likewise.
14331         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14332         _getopt_long_only_r): Likewise.
14333         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14334         _getopt_long_r, _getopt_long_only_r): Likewise.
14335
14336         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
14337         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
14338         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
14339         the other external symbols.
14340         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
14341         declaration, since the above renaming now works around collisions.
14342
14343 2004-11-11  Jim Meyering  <jim@meyering.net>
14344
14345         * lib/linebreak.c: Remove trailing blanks.
14346         * lib/alloca_.h: Likewise.
14347         * lib/acosl.c: Likewise.
14348         * lib/euidaccess.c: Likewise.
14349         * lib/allocsa.h: Likewise.
14350
14351 2004-11-10  Simon Josefsson  <jas@extundo.com>
14352
14353         * m4/getaddrinfo.m4: New file.
14354
14355 2004-11-10  Simon Josefsson  <jas@extundo.com>
14356
14357         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
14358
14359 2004-11-10  Simon Josefsson  <jas@extundo.com>
14360
14361         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14362         getaddrinfo.
14363
14364         * modules/getaddrinfo: New file.
14365
14366 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14367
14368         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
14369
14370 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14371
14372         * lib/mktime.c (SHR): New macro, which is a portable
14373         substitute for >> that should work even on Crays.
14374         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
14375         Problem reported by Mark D. Baushke in
14376         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
14377         * lib/getdate.y (SHR): Likewise.
14378         (tm_diff): Use it.
14379         * lib/strftime.c (SHR): Likewise.
14380         (tm_diff): Use it.
14381         * lib/quotearg.c (struct quoting_options): Use unsigned int for
14382         quote_these_too, so that right shifts are well defined.  All uses
14383         changed.
14384
14385 2004-11-10  Jim Meyering  <jim@meyering.net>
14386
14387         Ensure that no close failure goes unreported.
14388         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
14389         return early when it seems there's nothing to flush.
14390         Don't include __fpending.h.
14391
14392 2004-11-10  Jim Meyering  <jim@meyering.net>
14393
14394         * modules/closeout (Depends-on): Remove fpending.
14395
14396 2004-11-10  Jim Meyering  <jim@meyering.net>
14397
14398         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
14399
14400 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14401
14402         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
14403         gl_FUNC_STRFTIME.
14404         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
14405         and AC_REQUIRE when possible, to avoid duplicate checks.
14406         Check for <wchar.h>.
14407
14408 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14409
14410         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
14411
14412 2004-11-09  Bruno Haible  <bruno@clisp.org>
14413
14414         * m4/sockpfaf.m4: New file.
14415
14416 2004-11-05  Bruno Haible  <bruno@clisp.org>
14417
14418         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
14419         Reported by Mark D. Baushke <mdb@cvshome.org>.
14420
14421 2004-11-04  Bruno Haible  <bruno@clisp.org>
14422
14423         2004-09-11  Bruno Haible  <bruno@clisp.org>
14424                 * allocsa.valgrind: New file.
14425         2004-02-06  Bruno Haible  <bruno@clisp.org>
14426                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
14427                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
14428                 Reported by Christopher Seip <chris.seip@hp.com>.
14429
14430 2004-11-04  Bruno Haible  <bruno@clisp.org>
14431
14432         * modules/allocsa (Files): Add lib/allocsa.valgrind.
14433         (Makefile.am): Distribute it.
14434
14435 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
14436
14437         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
14438         with errno == ERANGE if the buffer is too small.
14439         Problem reported by Mark D. Baushke.
14440
14441 2004-11-03  Albert Chin  <china@thewrittenword.com>
14442             Paul Eggert  <eggert@cs.ucla.edu>
14443
14444         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
14445         equivalent, substitute $ac_type for equivalent type rather than
14446         blindly using uint32_t *always* which won't work if uint32_t is not
14447         available.  Define _UINT32_T to work around typedef of uint32_t if
14448         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
14449         2.5.1.
14450
14451 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14452
14453         * m4/jm-macros.m4: Sync from coreutils.
14454         (gl_MACROS): Check for mbrlen, for pathchk.
14455         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
14456
14457 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14458
14459         * lib/xreadlink.c (MAXSIZE): New macro.
14460         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
14461         size does not exceed MAXSIZE.  Avoid cast.
14462         As suggested by Mark D. Baushke in
14463         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
14464         if readlink fails with buffer size just under MAXSIZE, try again
14465         with MAXSIZE.
14466
14467 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14468
14469         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
14470
14471 2004-11-02  Derek R. Price  <derek@ximbiot.com>
14472         and  Paul Eggert  <eggert@cs.ucla.edu>
14473
14474         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
14475         (get_date): Overparenthesize to avoid GCC warning.
14476
14477 2004-11-02  Bruno Haible  <bruno@clisp.org>
14478
14479         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
14480         returns void.
14481
14482 2004-11-02  Bruno Haible  <bruno@clisp.org>
14483
14484         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
14485         function returns void.
14486
14487 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14488
14489         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
14490         fflush_unlocked, flockfile, funlockfile, funlockfile,
14491         fputs_unlocked, putc_unlocked.
14492
14493 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14494
14495         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14496         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
14497         already declared.
14498
14499 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14500
14501         * modules/getdate (Files): Add doc/getdate.texi.
14502         (Depends-on): Add setenv, xalloc.
14503
14504 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14505
14506         * lib/getdate.y: Add support for TZ="foo" within a date string.
14507         Fix some bugs near time_t boundaries.  Reject dates with
14508         out-of-range components, e.g., "Sept 31".
14509         Include <stdlib.h>, "setenv.h", "xalloc.h".
14510         (ISDIGIT_LOCALE): Remove; unused.
14511         Note that the TZ and time functions used here are not reentrant.
14512         (mktime_ok, get_tz): New functions.
14513         (TZBUFSIZE): New constant.
14514         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
14515         This requires that we sometimes generate our own TZ="XXX..." setting.
14516
14517 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14518
14519         * doc/getdate.texi: New file, from coreutils with modifications for
14520         the new TZ parsing.
14521
14522 2004-10-27  Derek R. Price  <derek@ximbiot.com>
14523
14524         * lib/mktime.c (not_equal_tm): Remove redundant check.
14525
14526 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14527
14528         * modules/regex (lib_SOURCES): Add regex.c.
14529         Reported by James Youngman in
14530         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
14531
14532 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14533
14534         * lib/getdate.y: Use Bison 1.875 features, and some minor
14535         code cleanups.  This change does not affect semantics.
14536         Don't include <stdlib.h>; no longer needed.
14537         Don't include unlocked-io.h; only the "#if TEST" code uses
14538         stdio, and performance isn't crucial there.
14539         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
14540         Bison 1.875 features as described below.
14541         All uses of "PC." replaced by "pc->".
14542         (YYSTYPE): Add a forward declaration.
14543         (yylex, yyerror): Use full prototypes in forward decls.
14544         Use "%pure-parser" rather than obsolescent "%pure_parser".
14545         Use %parse-param and %lex-param instead of obsolescent
14546         YYPARSE_PARAM and YYLEX_PARAM.
14547         (meridian_table, month_and_day_table, time_units_table,
14548         relative_time_table, time_zone_table, military_table,
14549         lookup_zone, lookup_word, get_date):
14550         Use NULL instead of 0 where appropriate.
14551         (to_hour): Avoid abort (), to avoid a dependency on
14552         stdlib.h.
14553         (yyerror, yylex): Now accepts parser_control * arg.
14554         (main) [TEST]: Use '\0' rather than 0 for char.
14555
14556 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14557
14558         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
14559
14560 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14561
14562         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
14563         It's now the caller's responsibility to handle the case where
14564         !HAVE_GETPAGESIZE && !defined getpagesize.
14565
14566         * lib/mktime.c (leapyear): Arg is long int, not int.
14567
14568 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
14569
14570         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
14571
14572 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14573
14574         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
14575         missing.  Problem reported by James Youngman.
14576
14577 2004-10-16  Simon Josefsson  <jas@extundo.com>
14578
14579         * gnulib-tool: Fix comments.  Fix parse problem.
14580         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
14581
14582 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
14583
14584         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
14585         implementation of getopt_long.  Problem reported by Alexander Taler in:
14586         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
14587
14588 2004-10-15  Bruno Haible  <bruno@clisp.org>
14589
14590         * gnulib-tool: Untabify. Initialize supplied_libname.
14591         (func_usage): More homogenous output.
14592         (func_modules_transitive_closure, func_modules_to_filelist,
14593         func_emit_lib_Makefile_am): New functions.
14594         (func_import): New function, extracted from big case statement. Use
14595         func_get_license, func_modules_transitive_closure,
14596         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
14597         opt_lgpl. Don't use test -a, as it's not portable.
14598         (func_create_testdir): Use func_modules_transitive_closure,
14599         func_modules_to_filelist, func_emit_lib_Makefile_am.
14600
14601 2004-10-15  Bruno Haible  <bruno@clisp.org>
14602
14603         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
14604
14605 2004-10-15  Bruno Haible  <bruno@clisp.org>
14606
14607         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
14608         the portions belonging to each module.
14609         Suggested by Derek Robert Price <derek@ximbiot.com>.
14610
14611 2004-10-12  Simon Josefsson  <jas@extundo.com>
14612
14613         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14614         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
14615         to real functions.
14616
14617 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14618
14619         * modules/vsnprintf: New file.
14620
14621 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14622
14623         * m4/vsnprintf.m4: New file.
14624
14625 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14626
14627         * lib/vsnprintf.h: New file.
14628         * lib/vsnprintf.c: New file.
14629
14630 2004-10-11  Bruno Haible  <bruno@clisp.org>
14631
14632         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
14633         vsnprintf.
14634
14635 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14636
14637         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
14638
14639 2004-10-07  Bruno Haible  <bruno@clisp.org>
14640
14641         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
14642         fits into the provided buffer.
14643
14644 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14645
14646         * lib/diacrit.c, diacrit.h: Add GPL notice.
14647
14648         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
14649         notice.
14650         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
14651         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
14652         This avoids a potential constant-folding bug.
14653
14654 2004-10-05  Bruno Haible  <bruno@clisp.org>
14655
14656         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
14657         for the declaration of strsep.
14658
14659 2004-10-05  Bruno Haible  <bruno@clisp.org>
14660
14661         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
14662
14663 2004-10-04  Simon Josefsson  <jas@extundo.com>
14664
14665         * modules/memmem: New file.
14666         * tests/test-memmem.c: New file.
14667         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
14668
14669 2004-10-04  Simon Josefsson  <jas@extundo.com>
14670
14671         * m4/memmem.m4: New file.
14672
14673 2004-10-04  Simon Josefsson  <jas@extundo.com>
14674
14675         * lib/memmem.h: New file.
14676         * lib/memmem.c: New file, taken from glibc.
14677
14678 2004-10-04  Simon Josefsson  <jas@extundo.com>
14679
14680         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
14681         '#ifdef USE_UNLOCKED_IO'.
14682
14683 2004-10-04  Simon Josefsson  <jas@extundo.com>
14684
14685         * config/srclist.txt: Add memmem from glibc.
14686
14687 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14688
14689         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
14690
14691         * modules/argmatch, modules/argp, modules/closeout, modules/error,
14692         modules/exclude, modules/getdate, modules/getline,
14693         modules/getndelim2, modules/getpass, modules/getpass-gnu,
14694         modules/getusershell, modules/linebuffer, modules/md5,
14695         modules/mountlist, modules/posixtm, modules/readtokens,
14696         modules/readutmp, modules/regex, modules/sha1,
14697         modules/version-etc, modules/yesno:
14698         Remove dependency on unlocked-io.
14699
14700 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14701
14702         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
14703
14704         * m4/unlocked-io.m4: Add copyright notice.
14705         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
14706
14707 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14708
14709         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
14710         * lib/xmalloc.c (xmemdup): Likewise.
14711         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
14712         XFREE): Remove these long-obsolescent macros.
14713         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
14714         * lib/xstrdup.c: Remove.
14715
14716         * lib/regex.c (re_comp): Cast gettext return value to char *,
14717         Problem reported by Martin Neitzel via Mark D. Baushke.
14718
14719 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14720
14721         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
14722         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
14723         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
14724         regex.c, sha1.c, version-etc.c, yesno.c:
14725         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
14726         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
14727         the includer's responsibility.
14728
14729         Sync from coreutils.
14730
14731         * lib/modechange.c (mode_compile): Don't decrement a pointer that
14732         points to the start of a string, as the C Standard says the
14733         resulting behavior is undefined.
14734
14735         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
14736         simple -> simple_backups, numbered_existing ->
14737         numbered_existing_backups, numbered -> numbered_backups
14738         to avoid shadowing problems.  All uses changed.
14739         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
14740         * lib/backupfile.c (check_extension, numbered_backup):
14741         Rename locals to avoid shadowing 'basename'.
14742         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
14743         once.
14744
14745         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
14746         * lib/.cvsignore: Add getopt.h.
14747
14748 2004-10-04  Bruno Haible  <bruno@clisp.org>
14749
14750         * modules/README: New file.
14751         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
14752         not a module.
14753
14754 2004-10-02  Jim Meyering  <jim@meyering.net>
14755
14756         * lib/dirfd.h, getpagesize.h: Add copyright notice.
14757
14758 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14759
14760         * modules/strsep: New file.
14761
14762 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14763
14764         * m4/strsep.m4: New file.
14765
14766 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14767
14768         * lib/strsep.h: New file.
14769         * lib/strsep.c: New file.
14770
14771 2004-10-01  Simon Josefsson  <jas@extundo.com>
14772
14773         * lib/snprintf.c (snprintf): Handle size==0.
14774
14775 2004-10-01  Simon Josefsson  <jas@extundo.com>
14776             Bruno Haible  <bruno@clisp.org>
14777
14778         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
14779         (snprintf): Declare 'args'.
14780
14781 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
14782
14783         * lib/snprintf.c: Remove comments as to why each header is needed.
14784
14785 2004-10-01  Bruno Haible  <bruno@clisp.org>
14786
14787         * MODULES.html.sh: Add strsep.
14788
14789 2004-09-30  Simon Josefsson  <jas@extundo.com>
14790
14791         * modules/snprintf: New file.
14792
14793 2004-09-30  Simon Josefsson  <jas@extundo.com>
14794
14795         * m4/snprintf.m4: New file.
14796
14797 2004-09-30  Simon Josefsson  <jas@extundo.com>
14798
14799         * lib/snprintf.h, lib/snprintf.c: New files.
14800
14801 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14802
14803         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
14804         (hol_entry_help): Never translate an empty string.
14805         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
14806         * lib/argp.h (OPTION_NO_TRANS): New option.
14807
14808 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14809
14810         * modules/argp (Maintainer): Replace Simon Josefsson
14811         by Sergey Poznyakoff.
14812
14813 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14814
14815         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
14816         changes merged back into glibc.
14817
14818 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14819
14820         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
14821
14822 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14823
14824         * lib/xvasprintf.c: Include xalloc.h.
14825         (xvasprintf): Use xalloc_die, not xmalloc_die.
14826
14827 2004-09-29  Bruno Haible  <bruno@clisp.org>
14828
14829         * modules/alloca-opt: New file, derived from modules/alloca.
14830         * modules/allocsa: Depend on alloca-opt instead of alloca.
14831         * modules/setenv: Likewise.
14832         * modules/vasnprintf: Likewise.
14833         * MODULES.html.sh: Add alloca-opt.
14834
14835 2004-09-28  Simon Josefsson  <jas@extundo.com>
14836
14837         * gnulib-tool: New parameter --lgpl, to asseert that modules are
14838         LGPL, and to replace license template from GPL to LGPL.
14839
14840 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14841
14842         * modules/dummy: Change license to LGPL.
14843
14844 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14845
14846         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
14847
14848 2004-09-24  Simon Josefsson  <jas@extundo.com>
14849
14850         * modules/minmax (License): Change from GPL to LGPL.
14851
14852 2004-09-23  Simon Josefsson  <jas@extundo.com>
14853
14854         * gnulib-tool (--import): Typo.
14855
14856 2004-09-23  Simon Josefsson  <jas@extundo.com>
14857
14858         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
14859
14860 2004-09-22  Bruno Haible  <bruno@clisp.org>
14861
14862         * modules/*: Add 'License' field.
14863         * gnulib-tool: Accept --extract-license option.
14864         (func_get_license): New function.
14865
14866 2004-09-21  Bruno Haible  <bruno@clisp.org>
14867
14868         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
14869         Reported by Simon Josefsson.
14870
14871 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14872
14873         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
14874         gl_AC_TYPE_LONG_LONG.
14875
14876 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14877
14878         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
14879
14880 2004-09-18  Simon Josefsson  <jas@extundo.com>
14881         and  Paul Eggert  <eggert@cs.ucla.edu>
14882
14883         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
14884         calls with autoreconf.  Define GL_LIB.
14885
14886 2004-09-14  Karl Berry  <karl@gnu.org>
14887
14888         * config/srclist.txt: unsync setenv.c, sigh.
14889
14890 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14891
14892         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
14893         Problem reported by Bruno Haible in:
14894         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
14895
14896 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14897
14898         * config/srclist.txt: Comment out argp-pvh.c.
14899
14900 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
14901
14902         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
14903         in case some system header has #define'd it.  Problem reported by
14904         Soeren D. Schulze in
14905         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
14906
14907 2004-09-09  Karl Berry  <karl@gnu.org>
14908
14909         * regex.[ch]: delete from the root.  These were supposed to be
14910                 synced with emacs cvs, but this has not happened for about
14911                 a year, and anyway nothing else uses emacs regex.[ch].
14912                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
14913                 lib/regex[.ch] is untouched.
14914
14915 2004-09-09  Bruno Haible  <bruno@clisp.org>
14916
14917         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
14918
14919 2004-09-09  Bruno Haible  <bruno@clisp.org>
14920
14921         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
14922         modifications.
14923         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
14924
14925 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14926
14927         * modules/xvasprintf: New file.
14928         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
14929
14930 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14931
14932         * lib/xvasprintf.h: New file.
14933         * lib/xvasprintf.c: New file.
14934         * lib/xasprintf.c: New file.
14935
14936 2004-09-08  Bruno Haible  <bruno@clisp.org>
14937
14938         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
14939
14940 2004-09-08  Bruno Haible  <bruno@clisp.org>
14941
14942         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
14943         length is > INT_MAX.
14944         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
14945         more.
14946
14947 2004-09-08  Bruno Haible  <bruno@clisp.org>
14948
14949         * lib/stdint_.h: New file, taken from GNU clisp.
14950
14951 2004-09-08  Bruno Haible  <bruno@clisp.org>
14952             Oskar Liljeblad  <oskar@osk.mine.nu>
14953
14954         * modules/stdint: New file.
14955         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
14956
14957 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14958
14959         Import from coreutils.
14960         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
14961         strings on unbounded length.  alloca's performance benefits aren't
14962         that important here.
14963         (V_STRDUP): Remove.
14964         (parse_with_separator): New function, with most of the internals
14965         of the old parse_user_spec.  Allow user to omit both user and group,
14966         for compatibility with FreeBSD.
14967         Clone only the user name, not the entire spec.
14968         Do not set *uid, *gid unless entirely successful.
14969         Avoid memory leak in some failing cases.
14970         Fix regression for USER.GROUP reported by Dmitry V. Levin in
14971         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
14972         (parse_user_spec): Rewrite to use parse_with_separator.
14973
14974 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14975
14976         * modules/userspec: Don't depend on alloca.
14977
14978 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14979
14980         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
14981
14982 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14983
14984         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
14985         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
14986         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
14987
14988 2004-08-16  Simon Josefsson  <jas@extundo.com>
14989
14990         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
14991         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
14992         Add --dry-run for --import.
14993         Let user provided command line parameters override configure.ac
14994         settings.
14995
14996 2004-08-12  Simon Josefsson  <jas@extundo.com>
14997
14998         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
14999         as discussed with Paul Eggert in threads rooted at
15000         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
15001         and
15002         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
15003         Before, the test was empty, and relied on ELIDE_CODE in source
15004         code.)
15005         (gl_PREREQ_GETOPT): New macro.
15006         (gl_GETOPT): Use them.
15007
15008 2004-08-12  Simon Josefsson  <jas@extundo.com>
15009
15010         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
15011         * lib/getopt_.h: Renamed from getopt.h.
15012
15013 2004-08-12  Simon Josefsson  <jas@extundo.com>
15014
15015         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
15016         Change default library name from libfoo to libgnu.
15017         Now, if you have a configure.ac that says:
15018                 gl_SOURCE_BASE(gl)
15019                 gl_M4_BASE(gl/m4)
15020                 gl_MODULES(error getopt etcetera)
15021                 gl_INIT
15022         you can import all you need by running:
15023                 ../gnulib/gnulib-tool --import
15024
15025         * modules/getopt (Files): Rename getopt.h to getopt_.h.
15026         (Makefile.am): Rewrite, use logic from argz.
15027         (Include): Use <getopt.h> instead of "getopt.h".
15028
15029 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15030
15031         * modules/argp (Files): Add m4/unlocked-io.m4.
15032         (Depends-on): Add extensions.
15033
15034 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15035
15036         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
15037         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
15038         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
15039         Check for program_invocation_name, program_invocation_short_name,
15040         flockfile, funlockfile, features.h, _getopt_long_only_r.
15041
15042 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15043
15044         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
15045         its complicated substitute.
15046         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
15047         and program_invocation_name.
15048         (__argp_basename) [!_LIBC]: Remove; the only use was
15049         replaced by its body.
15050         (__argp_short_program_name): Change condition from
15051         !defined __argp_short_program_name to
15052         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
15053         to match argp-namefrob.h.
15054         (__argp_failure): Don't assume strerror_r returns char *.
15055         * lib/argp-parse.c (N_): Define unconditionally.
15056         (argp_default_options): Fill out initializers with 0 to avoid
15057         gcc warnings.
15058
15059 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15060
15061         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
15062         getopt1.c.
15063
15064 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15065
15066         Merge from coreutils.
15067
15068         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
15069
15070         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
15071         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
15072
15073 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15074
15075         Merge from coreutils.
15076
15077         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
15078         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
15079         for Reliant Unix 5.43.
15080
15081         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
15082         (union fooround): Use uintmax_t, not long int.
15083         The rest is a merge from libc:
15084         [defined _LIBC]: Include <shlib-compat.h>.
15085         (_obstack) [defined _LIBC]: Remove after 2.3.4.
15086
15087         * lib/settime.c (settime): Recode to avoid warning with
15088         Sun Forte C 6U2.
15089
15090         * lib/strverscmp.c: Convert to UTF-8.
15091
15092 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15093
15094         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15095         m4/uintmax_t.m4.
15096
15097 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15098
15099         * modules/xalloc-die: New file.
15100         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
15101
15102         * modules/md5 (Files): Add m4/uint32_t.m4.
15103         * modules/sha1: Renamed from modules/sha.
15104         (Files):
15105         Rename lib/sha.h to lib/sha1.h.
15106         Rename lib/sha.c to lib/sha1.c.
15107         Rename m4/sha.m4 to m4/sha1.m4.
15108         (lib_SOURCES): Likewise.
15109         (configure.ac): Rename gl_SHA to gl_SHA1.
15110         (Include): sha.h -> sha1.h.
15111
15112 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15113
15114         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
15115         * m4/sha1.m4: Renamed from sha.m4.
15116         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
15117
15118 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15119
15120         * lib/obstack.h (obstack_empty_p):
15121         Don't assume that chunk->contents is suitably aligned.
15122         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
15123         Likewise. Problem reported by Benno in
15124         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
15125
15126         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
15127         readable.  This could be improved further but it'd take some work.
15128
15129 2004-08-08  Simon Josefsson  <jas@extundo.com>
15130
15131         * modules/xgethostname (Depends-on): Remove exit and error (not
15132         used).
15133
15134         * modules/getpass-gnu: Add getpass.h.
15135         (Depends-on): Add stdbool.
15136         * modules/getpass: Add getpass.h.
15137
15138 2004-08-08  Simon Josefsson  <jas@extundo.com>
15139
15140         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
15141         Check getpass declaration.
15142
15143 2004-08-08  Simon Josefsson  <jas@extundo.com>
15144
15145         * lib/xgethostname.c: Don't include error.h (not used).
15146
15147         * lib/getpass.h: Add.
15148         * lib/getpass.c: Include getpass.h first.
15149
15150 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
15151
15152         * lib/xalloc-die.c: New file.
15153         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
15154         All uses removed.
15155         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
15156         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
15157         xalloc-die.c.
15158         (_, N_, xalloc_die): Move to xalloc-die.c.
15159         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
15160         so that we needn't mess with xalloc_msg_memory_exhausted.
15161
15162         * lib/sha1.h: Renamed from sha.h.
15163         (SHA1_H): Renamed from _SHA_H.
15164         (sha1_ctx): Renamed from sha_ctx.
15165         (sha1_init_ctx): Renamed from sha_init_ctx.
15166         (sha1_process_block): Renamed from sha_process_block.
15167         (sha1_process_bytes): Renamed from sha_process_bytes.
15168         (sha1_finish_ctx): Renamed from sha_finish_ctx.
15169         (sha1_read_ctx): Renamed from sha_read_ctx.
15170         (sha1_stream): Renamed from sha_stream.
15171         (sha1_buffer): Renamed from sha_buffer.
15172         * lib/sha1.c: Likewise; renamed from sha.c.
15173         Do not include <sys/types.h>.
15174         Include <stddef.h> rather than <stdlib.h>.
15175
15176 2004-08-08  Bruno Haible  <bruno@clisp.org>
15177
15178         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
15179         FILESYSTEM_PREFIX_LEN.
15180         * lib/progreloc.c: Likewise.
15181         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
15182
15183 2004-08-06  Simon Josefsson  <jas@extundo.com>
15184
15185         * modules/progname (Depends-on): Don't depend on stdbool.
15186
15187 2004-08-06  Simon Josefsson  <jas@extundo.com>
15188
15189         * modules/getsubopt: New file.
15190         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15191         getsubopt.
15192
15193 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15194
15195         More merge from coreutils.
15196
15197         * m4/utimens.m4, m4/utimecmp.m4: New files.
15198         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
15199         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
15200         prereq.m4, sha.m4: Import changes from coreutils.
15201
15202 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15203
15204         More merge from coreutils.
15205         * modules/raise, modules/readtokens0, modules/utimens:
15206         * modules/utimecmp, module/xnanosleep: New files.
15207         * modules/strftime: Add lib/strftime.h.
15208         Change include from <time.h> to "strftime.h".
15209         * modules/yesno: Add lib/yesno.h.
15210         * modules/backupfile: Remove lib/addext.c.
15211         * modules/euidaccess: Add stat-macros.h.
15212         * modules/canonicalize, modules/euidaccess,
15213         modules/filemode, modules/lchown, modules/makepath,
15214         modules/rmdir, modules/stat: Likewise.
15215
15216 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15217
15218         Merge from tar.
15219         * lib/argp-help.c (make_hol, hol_append): Don't assume that
15220         SIZE_MAX is a valid preprocessor constant.
15221         (__argp_basename): Change from "#ifndef _LIBC"
15222         to "#ifndef __argp_short_program_name", so that
15223         we don't compile these functions for tar.
15224
15225         More merges from coreutils.
15226         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
15227         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
15228         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
15229         * lib/addext.c: Remove; no longer needed.
15230         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
15231         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
15232         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
15233         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
15234         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
15235         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
15236         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
15237         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
15238         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
15239         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15240         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
15241         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
15242         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
15243         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
15244         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
15245         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
15246         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
15247         Import changes from coreutils.
15248
15249 2004-08-05  Simon Josefsson  <jas@extundo.com>
15250
15251         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
15252
15253 2004-08-05  Simon Josefsson  <jas@extundo.com>
15254
15255         * m4/getsubopt.m4: New file.
15256
15257 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15258
15259         Merge from coreutils.
15260
15261         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
15262         * m4/getcwd-path-max.m4: New files.
15263
15264         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
15265         FILESYSTEM_PREFIX_LEN ->
15266         FILE_SYSTEM_PREFIX_LEN.
15267         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
15268         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
15269         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
15270         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
15271
15272         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
15273         prerequisite modules now handle the DOS stuff.
15274         Don't check for unistd.h.
15275
15276 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15277
15278         Merge from coreutils.
15279
15280         * lib/.gdb-history: Remove; this doesn't belong here.
15281
15282         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
15283         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
15284         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
15285         * lib/getcwd.c: New files.
15286
15287         * lib/dirname.h: Include <stdbool.h>.
15288         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
15289         for consistency with POSIX terminology.  All uses changed.
15290         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
15291         (strip_trailing_slashes): Use bool for booleans.
15292         * lib/stripslash.c (strip_trailing_slashes): Likewise.
15293
15294         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
15295         sometimes returns a positive errno value even when it succeeds.
15296         (print_errno_message) [!LIBC]: Fall back on strerror if
15297         __strerror_r fails.
15298
15299         * lib/path-concat.c (mempcpy): Don't define if a system header defines
15300         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
15301         (longest_relative_suffix): New function.
15302         (path_concat): Use it.  Assume first argument is not NULL.
15303         Port to DOS.  Omit redundant separators.
15304         Report an error instead of returning NULL.
15305         Use mempcpy instead of memcpy.
15306         (xpath_concat): Remove: not declared or used.
15307
15308         * lib/same.h: Include <stdbool.h>
15309         (same_name): Return bool, not int.
15310         * lib/same.c (same_name): Likewise.
15311         (errno): Don't declare; we assume C89 or better now.
15312
15313         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
15314         if not already defined.
15315
15316         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
15317         * lib/dup-safer.c (errno): Likewise.
15318
15319 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15320
15321         Merge from coreutils.
15322         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
15323         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
15324         * modules/path-concat: Don't depend on strdup.
15325
15326 2004-08-03  Simon Josefsson  <jas@extundo.com>
15327
15328         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
15329         * lib/progname.h: Don't include stdbool.h.
15330
15331 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15332
15333         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
15334         * MODULES.html.sh (func_all_modules): Remove fatal.
15335
15336 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15337
15338         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
15339
15340 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15341
15342         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
15343         working.
15344
15345 2004-08-02  Simon Josefsson  <jas@extundo.com>
15346
15347         * lib/getsubopt.h: New file, with comments from Bruno Haible.
15348         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
15349         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
15350
15351 2004-08-01  Simon Josefsson  <jas@extundo.com>
15352
15353         * lib/xgetdomainname.c: Include stdlib.h, for free().
15354
15355 2004-07-19  Bruno Haible  <bruno@clisp.org>
15356
15357         * MODULES.html.sh (func_all_modules): Add dummy.
15358
15359 2004-07-16  Simon Josefsson  <jas@extundo.com>
15360
15361         * modules/dummy: New file.
15362
15363 2004-07-16  Simon Josefsson  <jas@extundo.com>
15364
15365         * lib/dummy.c: New file.
15366
15367 2004-07-16  Bruno Haible  <bruno@clisp.org>
15368
15369         * lib/backupfile.h: Add extern "C" for C++.
15370         * lib/closeout.h: Likewise.
15371         * lib/copy-file.h: Likewise.
15372         * lib/findprog.h: Likewise.
15373         * lib/full-write.h: Likewise.
15374         * lib/pathname.h: Likewise.
15375         * lib/progname.h: Likewise.
15376         * lib/stpcpy.h: Likewise.
15377         * lib/stpncpy.h: Likewise.
15378         * lib/strcase.h: Likewise.
15379         * lib/strstr.h: Likewise.
15380         * lib/xalloc.h: Likewise.
15381
15382         * lib/mbswidth.h: Add extern "C" for C++.
15383         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
15384
15385 2004-07-13  Robert Millan  <robertmh@gnu.org>
15386
15387         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
15388
15389 2004-07-09  Simon Josefsson  <jas@extundo.com>
15390
15391         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
15392         failed without this.)
15393
15394 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15395
15396         * modules/chown (Files): Add lib/fchown-stub.c, since
15397         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
15398
15399 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15400
15401         * lib/fchown-stub.c: New file.
15402
15403 2004-06-24  Jim Meyering  <jim@meyering.net>
15404
15405         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
15406
15407 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15408
15409         * modules/argz: Omit "#include".
15410
15411         * MODULES.html.sh (func_all_modules): Add calloc, to match
15412         2004-06-01 addition of calloc module.
15413
15414 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15415
15416         * m4/argz.m4: New file, which is autoupdated from libtool.
15417
15418 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15419
15420         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
15421         libtool.
15422
15423 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15424
15425         * config/srclist-update: Don't insist on "USA." before the
15426         close-comment, as libtool omits the period and puts the */ on a
15427         separate line.
15428         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
15429         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
15430
15431 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
15432
15433         * modules/argz: New file.
15434         * MODULES.html.sh (func_all_modules): Add argz.
15435
15436 2004-06-12  Jim Meyering  <jim@meyering.net>
15437         and  Paul Eggert  <eggert@cs.ucla.edu>
15438
15439         * modules/hash (Files): Add lib/xalloc.h.
15440         * modules/pipe (Depends-on): Add wait-process.
15441         * modules/stat (Depends-on): Add xalloc.
15442         * modules/userspec (Files): Add lib/userspec.h.
15443         * modules/xstrto
15444
15445         Upgrade from gettext-0.13.
15446         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
15447         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
15448         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
15449
15450 2004-06-10  Jim Meyering  <jim@meyering.net>
15451
15452         * lib/calloc.c: New file.
15453
15454 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15455
15456         * lib/getdate.y (yylex): Allow space between sign and number.
15457         Problem reported by Dan Jacobson.
15458
15459 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15460
15461         Merge from coreutils CVS.
15462
15463         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
15464         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
15465         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
15466         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
15467         xstrtol.m4: Fix copyright date and/or serial number.
15468
15469         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
15470         See if we need an fchown replacement.
15471         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
15472         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
15473         and use the replacement function if we detect either defect.
15474
15475         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
15476         gl_UTIMECMP.
15477
15478 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15479         and  Jim Meyering  <jim@meyering.net>
15480
15481         Merge from coreutils CVS.
15482
15483         * lib/stat-macros.h: New file, with contents from file-type.h
15484         and coreutils' system.h.
15485         * lib/file-type.c: Include "stat-macros.h".
15486         * lib/file-type.h (file_type): Move all macro definitions to new file,
15487         stat-macros.h.
15488
15489         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
15490         Wrap old code with this conditional.
15491         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
15492         function that does not dereference symlinks.
15493         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
15494
15495         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
15496         dependency problems.
15497         (xreadlink): Accept new arg SIZE, for efficiency.
15498         All decls and uses changed.
15499         * lib/xreadlink.h: Include <stddef.h>, for size_t.
15500
15501         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
15502         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
15503
15504         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
15505         sysexits.h.
15506
15507 2004-06-01  Jim Meyering  <jim@meyering.net>
15508
15509         * m4/calloc.m4: New file.
15510
15511 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
15512
15513         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
15514         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
15515         Also, fix a typo in a diagnostic.
15516
15517 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15518
15519         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
15520         or AC_FUNC_REALLOC.
15521
15522 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15523
15524         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
15525         macros to be defined.
15526         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
15527         the allocator returns NULL because the requested size is zero.
15528
15529 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15530
15531         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
15532         var.  Add comment explaining why libc still defines it.  This
15533         merges the following patch from glibc:
15534         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
15535
15536 2004-05-20  Andreas Schwab  <schwab@suse.de>
15537
15538         * m4/free.m4: Replace free if it not known to work, not the other
15539         way round.
15540
15541 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15542
15543         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
15544         present in glibc since revision 1.1 of this file.
15545         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
15546         obstack_alignment_mask, obstack_alloc, obstack_base,
15547         obstack_blank, obstack_blank_fast, obstack_chunk_size,
15548         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
15549         obstack_grow0, obstack_init, obstack_int_grow,
15550         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
15551         obstack_next_free, obstack_object_size, obstack_ptr_grow,
15552         obstack_ptr_grow_fast, obstack_room): Remove declarations of
15553         nonexistent functions.
15554
15555 2004-05-18  Karl Berry  <karl@gnu.org>
15556
15557         * config/srclist.txt: break link for vasnprintf.c.
15558
15559 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15560
15561         Port obstack to the AS/400, where pointers are 16 bytes wide and
15562         you cannot cast an integer to a valid pointer.  This patch is
15563         currently waiting to be integrated into glibc; see
15564         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
15565
15566         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
15567         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
15568         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
15569         (struct obstack): temp member is now a union of a pointer and
15570         an integer, instead of an integer.  All integer uses changed.
15571         This does not affect the physical layout of struct obstack,
15572         except on hosts (like the AS/400) where the size or alignment of
15573         void * is greater than that of ptrdiff_t.
15574         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
15575         __STDC__)]: Store temporary in pointer member of union, not
15576         integer member.
15577         * lib/obstack.c: Include <stddef.h>, for offsetof.
15578         (struct fooalign): Remove; it doesn't need a name.
15579         (union fooround): Change double to long double, and add void *.
15580         (DEFAULT_ALIGNMENT): Use offsetof to compute.
15581         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
15582         not a macro.  Hence the values are always int; so remove all
15583         casts-to-int in uses.
15584
15585 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15586
15587         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
15588         we can get this patch merged into glibc.
15589
15590 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15591             Paul Eggert  <eggert@cs.ucla.edu>
15592
15593         * m4/argp: Depend on alloca.
15594
15595 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15596             Paul Eggert  <eggert@cs.ucla.edu>
15597
15598         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
15599         freecoding.
15600
15601 2004-05-17  Bruno Haible  <bruno@clisp.org>
15602
15603         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
15604         precision that consists of a '.' followed by an empty digit string.
15605         Patch by Tor Lillqvist <tml@iki.fi>.
15606
15607 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15608
15609         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
15610         for backward compatibility with older code.  We need our own
15611         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
15612         it under some other name, and our alloca.h will define it.
15613
15614 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15615             Derek Price  <derek@ximbiot.com>
15616
15617         * lib/alloca.c: Include <alloca.h>, to get our interface.
15618         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
15619         include <alloca.h> first.  Use C89 prototype for alloca; this
15620         requires including <stddef.h> for size_t.  Use extern "C" if C++.
15621         Use #elif for simplicity, since we can assume C89 now.
15622         Don't try to source the system alloca.h since it will not be found
15623         and to prevent recursively including its replacement.
15624         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
15625         * lib/regex.c: Likewise.
15626
15627 2004-05-16  Derek Price  <derek@ximbiot.com>
15628             Paul Eggert  <eggert@cs.ucla.edu>
15629
15630         getline cleanup.  This changes the getndelim2 API: both order of
15631         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
15632         no delimiter).
15633
15634         * lib/getline.c: Don't include stddef.h or stdio.h, since our
15635         interface does that.
15636         (getline): Always use getdelim, so that we don't have two
15637         copies of this code.
15638         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
15639         if available.
15640         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
15641         (GETNDELIM2_MAXIMUM): New macro.
15642         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
15643         instead of the old practice of delim2==0.  All callers changed.
15644         Return -1 on overflow, instead of returning junk.
15645         Do not set *linesize unless allocation succeeds.
15646         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
15647         that we include sys/types.h.
15648         * lib/getnline.h: Likewise.
15649         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
15650         (getndelim2): Reorder arguments.
15651         * lib/getnline.c (getnline, getndelim):
15652         Don't discard the NMAX argument.
15653         (getnline): Invoke getndelim, to avoid code duplication.
15654         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
15655         of (size_t) -1 by callers of the getnline family.
15656
15657 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15658
15659         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
15660         Check for gettimeofday.
15661         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
15662         Check for settimeofday, stime.
15663
15664 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15665
15666         * lib/nanosleep.c (suspended): Change its type from int to
15667         sig_atomic_t volatile.
15668         (first_call): Make it private to rpl_nanosleep, and have it
15669         be zero initially as that's a bit faster.
15670         (my_usleep): Round up fractional times instead of truncating them,
15671         as this is the usual meaning for 'sleep'.
15672
15673         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
15674         doesn't work.
15675         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
15676         (ENOSYS): Define if not defined.
15677         (settime): Fall back on stime if it exists and settimeofday fails.
15678         But don't bother with fallbacks if a method fails with errno == EPERM.
15679
15680 2004-05-11  Jim Meyering  <jim@meyering.net>
15681
15682         Prior to this change, the save_cwd caller required read access to the
15683         current directory on most systems (ones with the fchdir function).
15684
15685         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
15686         fails, try write-only, and finally, resort to using xgetcwd.
15687
15688 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15689
15690         * lib/obstack.c, obstack.h: Import changes from libc.
15691
15692 2004-04-28  Bruno Haible  <bruno@clisp.org>
15693
15694         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
15695         also implicitly appends .exe to executables.
15696         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
15697         accepts Windows pathnames.
15698         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15699         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15700         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15701         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15702         Reported by Derek Robert Price <derek@ximbiot.com>.
15703
15704 2004-04-21  Karl Berry  <karl@gnu.org>
15705
15706         * config/srclist.txt (localcharset.c): break sync.
15707
15708 2004-04-20  Paul Eggert  <eggert@twinsun.com>
15709
15710         * m4/host-os.m4: Add a copyright notice.
15711
15712 2004-04-20  Jim Meyering  <jim@meyering.net>
15713
15714         Change UTILS_ to gl_ in AC_DEFINE'd names.
15715         Change utils_- and jm_-prefixed variables, too.
15716         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
15717         UTILS_FUNC_MKDIR_TRAILING_SLASH.
15718         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
15719
15720         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
15721         Don't emit trailing blanks.
15722         Also rename jm_-prefixed variables to have gl_ prefix.
15723
15724         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
15725         Also rename jm_-prefixed variables to have gl_ prefix.
15726
15727         * m4/jm-macros.m4: Reflect the renamings.
15728         * m4/prereq.m4: Likewise.
15729
15730 2004-04-20  Jim Meyering  <jim@meyering.net>
15731
15732         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
15733         memory.
15734
15735 2004-04-20  Jim Meyering  <jim@meyering.net>
15736             Bruno Haible  <bruno@clisp.org>
15737
15738         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
15739         memory when realloc fails.
15740
15741 2004-04-19  Jim Meyering  <jim@meyering.net>
15742
15743         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
15744         now that readutmp.c may call `free (0)'.
15745
15746 2004-04-19  Bruno Haible  <bruno@clisp.org>
15747
15748         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
15749         * m4/inttypes_h.m4: Likewise.
15750         * m4/stdint_h.m4: Likewise.
15751         * m4/intmax_t.m4: Likewise.
15752         * m4/uintmax_t.m4: Likewise.
15753
15754 2004-04-18  Jim Meyering  <jim@meyering.net>
15755
15756         * m4/prereq.m4: Don't forbid jm_ prefix.
15757
15758         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
15759         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
15760         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
15761         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
15762         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
15763         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
15764         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
15765         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
15766         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
15767         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
15768         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
15769         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
15770         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
15771         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
15772         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
15773         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
15774         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
15775         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
15776         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
15777
15778 2004-04-18  Jim Meyering  <jim@meyering.net>
15779
15780         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
15781         failure, don't leak memory and do call END_UTMP_ENT.
15782
15783 2004-04-16  Jim Meyering  <jim@meyering.net>
15784
15785         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
15786         coreutils' stat program.
15787         (gl_PREREQ): Don't require jm_PREREQ_STAT.
15788
15789 2004-04-11  Paul Eggert  <eggert@twinsun.com>
15790
15791         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
15792         C89.
15793         (CHAR_BIT): Remove, since we assume C89.
15794         Include <stdint.h> if available, as per current Autoconf CVS advice.
15795
15796 2004-03-31  Jim Meyering  <jim@meyering.net>
15797
15798         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
15799         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
15800         * m4/xalloc.m4: Likewise.
15801
15802 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15803
15804         Merge from coreutils.
15805
15806         * m4/inttostr.m4: New file.
15807         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
15808         Require AM_STDBOOL_H and gl_TIMESPEC instead.
15809         Require gl_CLOCK_TIME.
15810         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
15811
15812 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15813
15814         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
15815         not bool, to be more consistent with Unix conventions.
15816         Suggested by Bruno Haible.
15817
15818         Merge from coreutils.
15819
15820         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
15821         * lib/umaxtostr.c: New files.
15822
15823         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
15824         the usual <time.h> dance.
15825         (get_date): Change signature to support fractional time stamps.
15826         All callers changed.
15827         * lib/getdate.y: Include "getdate.h" first, as we can now
15828         assume C89 and don't need to worry about 'const'.
15829         Similarly, include "unlocked-io.h" near start, not in middle.
15830         Include <limits.h>.
15831         (textint.value): Use long int rather than int.
15832         (textint.digits): Use size_t rather than int.
15833         (BILLION, LOG10_BILLION): New constants.
15834         (parser_control): New member rel_ns.  Members day_ordinal,
15835         time_zone, month, day, hour, minutes, rel_year, rel_month,
15836         rel_day, rel_hour, rel_minutes, rel_seconds
15837         are now long int, not int.  Member seconds is now struct timespec,
15838         not int.  New member timespec_seen.  Members dates_seen, days_seen,
15839         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
15840         not int.
15841         (%union.intval): Now long int, not int.
15842         New member timespec.
15843         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
15844         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
15845         (spec): Now is a timespec or an item list.
15846         (timespec, items): New nonterminals.
15847         (time, rel, relunit, number, get_date):
15848         Add support for fractional seconds.
15849         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
15850         (gmtime, localtime, mktime): Remove decls; not needed with C89.
15851         (to_hour): First arg is now long int, not int.
15852         (to_year): Returns long int, not int.
15853         Don't treat year -70 like 70.
15854         (tm_diff): Returns long int, not int.
15855         (lookup_word): Use bool instead of int when appropriate.
15856         (yylex): Use size_t for count, not int.
15857         Detect overflow when parsing large integer constants.
15858         Add support for fractions.
15859         (get_date): Make pointers 'const' if possible.
15860         Use more-portable code to detect integer overflow.
15861         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
15862         Don't use ctime; it's not reliable if the year has >4 digits.
15863
15864         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
15865         This is for compatibility with BSD.
15866
15867         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
15868         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
15869         From coreutils' system.h.
15870
15871         * lib/userspec.c: Don't include "posixver.h".
15872         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
15873         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
15874         compatible extension.  Simplify code by removing a boolean int
15875         that was always nonzero if a string was nonnull.
15876
15877 2004-03-30  Jim Meyering  <jim@meyering.net>
15878
15879         Merge from coreutils.
15880
15881         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
15882         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
15883         on some systems one must include <grp.h> before it.
15884         Reported by Christian Krackowizer.
15885
15886 2004-03-30  Jim Meyering  <jim@meyering.net>
15887
15888         Merge from coreutils.
15889
15890         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
15891
15892         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
15893         an empty input stream.
15894
15895         * lib/readtokens.c: Include <stdbool.h>.
15896         (readtoken): Use `size_t' rather than int/long.
15897         All callers adjusted.
15898         Use `bool' rather than `int' where appropriate.
15899         Use memset rather than an explicit loop.
15900         Use x2nrealloc rather than xrealloc.
15901         Allow the use of `\0' as a delimiter.
15902         (readtokens): Likewise.
15903         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
15904
15905 2004-03-30  Jim Meyering  <jim@meyering.net>
15906
15907         * m4/realloc.m4: Remove file, since now it does no more than
15908         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
15909         the `configure.ac' section of module/realloc.
15910         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
15911
15912 2004-03-30  Bruno Haible  <bruno@clisp.org>
15913
15914         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
15915         nonnull.
15916
15917 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15918
15919         Merge changes to getloadavg.c from coreutils and Emacs.
15920
15921         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
15922         Define to an expression, not to the empty string.
15923         Include cloexec.h and xalloc.h.
15924         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
15925         Use set_cloexec_flag rather than rolling our own.
15926         * lib/cloexec.c, lib/cloexec.h: New files.
15927
15928 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15929
15930         * m4/cloexec.m4: New file.
15931
15932 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15933
15934         * lib/getopt.h: Sync with libc CVS.
15935
15936 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15937             Bruno Haible  <bruno@clisp.org>
15938
15939         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
15940         mbswidth.
15941
15942 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15943             Bruno Haible  <bruno@clisp.org>
15944
15945         * lib/mbswidth.h: Include <wchar.h> only if
15946         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
15947         <wchar.h>.
15948         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
15949
15950 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15951
15952         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
15953         Sync with libc CVS.
15954         * lib/getopt_int.h: New file, also synced from libc.
15955
15956 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15957
15958         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
15959         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
15960         Bring back getopt.c, getopt.h, getopt1.c.
15961
15962 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15963
15964         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
15965         All uses changed.  Check for sa_sigaction member; this fixes
15966         a bug first reported by Jason Andrade in
15967         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15968
15969 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15970
15971         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
15972         '#if' expressions.  Unlike the code it replaces, it does not
15973         depend on (defined _SC_PAGESIZE).  However, it does depend on
15974         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
15975         first reported by Jason Andrade in
15976         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15977
15978 2004-02-25  Simon Josefsson  <jas@extundo.com>
15979
15980         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
15981
15982 2004-02-25  Simon Josefsson  <jas@extundo.com>
15983
15984         * lib/strdup.h: New file.
15985         * lib/strdup.c: Include it.
15986         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
15987         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
15988
15989 2004-02-23  Karl Berry  <karl@gnu.org>
15990
15991         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
15992         (from fencepost.gnu.org:/gd/gnuorg).
15993
15994 2004-02-23  Karl Berry  <karl@gnu.org>
15995
15996         * config/srclistvars.sh (GNUORG) [karl]: redefine.
15997         * config/srclist.txt: add maintain/standards documents.
15998
15999 2004-02-18  Bruno Haible  <bruno@clisp.org>
16000
16001         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
16002         Reported by Derek Robert Price <derek@ximbiot.com>.
16003
16004 2004-02-16  Karl Berry  <karl@gnu.org>
16005
16006         * config/mkinstalldirs, install-sh: update from automake.
16007
16008 2004-02-06  Karl Berry  <karl@gnu.org>
16009
16010         * m4/po.m4: update from gettext 0.14.1.
16011
16012 2004-02-06  Karl Berry  <karl@gnu.org>
16013
16014         * lib/config.charset: update from gettext 0.14.1.
16015
16016 2004-02-05  Paul Eggert  <eggert@twinsun.com>
16017
16018         Add comments and code, prompted by suggestions from Bruno Haible
16019         for sh-quote.
16020         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
16021         describing the enum quoting_style values.
16022         * lib/quotearg.c (quotearg_alloc): New function.
16023         (quotearg_buffer_restyled): Treat lone { and } as special.
16024         Treat = as special.  Work around bug with older shells
16025         that "see" a '\' that is really the 2nd byte of a multibyte char.
16026         Quote empty string with shell_quoting_style.
16027
16028 2004-02-03  Bruno Haible  <bruno@clisp.org>
16029
16030         * m4/pipe.m4: New file, from GNU gettext.
16031
16032 2004-02-03  Bruno Haible  <bruno@clisp.org>
16033
16034         * lib/pipe.h: New file, from GNU gettext.
16035         * lib/pipe.c: New file, from GNU gettext.
16036
16037 2004-01-27  Bruno Haible  <bruno@clisp.org>
16038
16039         * m4/execute.m4: New file, from GNU gettext.
16040
16041 2004-01-27  Bruno Haible  <bruno@clisp.org>
16042
16043         * lib/execute.h: New file, from GNU gettext.
16044         * lib/execute.c: New file, from GNU gettext.
16045         * lib/w32spawn.h: New file, from GNU gettext.
16046
16047 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16048
16049         Merge from diffutils.
16050
16051         * lib/file-type.c (file_type): Add typed memory objects.
16052         * lib/file-type.h (S_TYPEISTMO): New macro.
16053
16054         * lib/c-stack.h (c_stack_action): Remove argv argument.
16055         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
16056         (die): Don't calculate message unless segv_action returns.
16057         (get_stack_location, min_address_from_argv, max_address_from_argv,
16058         volatile stack_base, volatile_stack_size): Remove.
16059         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
16060         that every segmentation violation is a stack overflow.  (Ouch!)
16061         See Debian bug 136249 (still outstanding) for more info about why
16062         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
16063
16064 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16065
16066         Exit-status fix from coreutils.
16067
16068         Use exit_failure consistently in place of EXIT_FAILURE,
16069         so that program exit statuses are consistent on failure.
16070
16071         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
16072         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
16073         * lib/argmatch.h: Comment fix to match the above.
16074         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
16075         Now a macro referring to exit_failure, instead of a separate
16076         variable.  Include "exitfail.h" to get it.
16077         * lib/xstrtol.h: Include "exitfail.h".
16078         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
16079
16080         * lib/long-options.c (parse_long_options): Use prototype
16081         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
16082         for clarity.
16083
16084 2004-01-21  Jim Meyering  <jim@meyering.net>
16085
16086         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
16087         so as not to conflict with a different-sized __mktime_internal
16088         function in GNU libc.
16089         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
16090         Problem building statically-linked `ls' reported by Michael Brunnbauer.
16091
16092 2004-01-20  Karl Berry  <karl@gnu.org>
16093
16094         * config/config.guess: update from config.
16095
16096         * config/srclistvars.sh: GNUWWWLICENSES for karl.
16097
16098 2004-01-20  Bruno Haible  <bruno@clisp.org>
16099
16100         Safer stack allocation.
16101         * lib/setenv.c: Include allocsa.h.
16102         (alloca): Remove fallback definition.
16103         (freea): Remove macro.
16104         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
16105         instead of freea.
16106
16107 2004-01-20  Bruno Haible  <bruno@clisp.org>
16108
16109         * m4/eealloc.m4: New file, from GNU gettext.
16110
16111 2004-01-20  Bruno Haible  <bruno@clisp.org>
16112
16113         * m4/allocsa.m4: New file, from GNU gettext.
16114
16115 2004-01-20  Bruno Haible  <bruno@clisp.org>
16116
16117         * lib/xallocsa.h: New file, from GNU gettext.
16118         * lib/xallocsa.c: New file, from GNU gettext.
16119
16120 2004-01-20  Bruno Haible  <bruno@clisp.org>
16121
16122         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
16123
16124 2004-01-20  Bruno Haible  <bruno@clisp.org>
16125
16126         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
16127         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
16128         specially.
16129
16130 2004-01-20  Bruno Haible  <bruno@clisp.org>
16131
16132         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
16133         patch.
16134
16135 2004-01-20  Bruno Haible  <bruno@clisp.org>
16136
16137         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
16138
16139 2004-01-20  Bruno Haible  <bruno@clisp.org>
16140
16141         * lib/eealloc.h: New file.
16142
16143 2004-01-20  Bruno Haible  <bruno@clisp.org>
16144
16145         * lib/binary-io.h: Avoid warnings on Cygwin.
16146
16147 2004-01-20  Bruno Haible  <bruno@clisp.org>
16148
16149         * lib/allocsa.h: New file, from GNU gettext.
16150         * lib/allocsa.c: New file, from GNU gettext.
16151
16152 2004-01-18  Karl Berry  <karl@gnu.org>
16153
16154         * doc/gpl.texi, doc/lgpl.texi: new files.
16155
16156 2004-01-18  Karl Berry  <karl@gnu.org>
16157
16158         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
16159         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
16160
16161 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16162
16163         Merge from coreutils.
16164
16165         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
16166         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
16167         (gl_DEFAULT_POSIX2_VERSION): Move
16168         the documentation from 'configure' into 'config.hin',
16169         so that 'configure --help' isn't burdened by it and
16170         we don't have to worry about its formatting there.
16171         Reword the documentation so that it's more succinct
16172         and can be run together into a single paragraph.
16173         * m4/same.m4 (gl_SAME): Check for pathconf.
16174
16175 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16176
16177         Merge from coreutils.
16178
16179         * lib/posixver.c: Include posixver.h.
16180
16181         * lib/same.c: Include <stdbool.h>, <limits.h>.
16182         (_POSIX_NAME_MAX): Define if not defined.
16183         (MIN): New macro.
16184         (same_name): If file names are silently truncated, report
16185         that the file names are the same if they are the same after
16186         the silent truncation.
16187
16188         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
16189         conversion function.
16190         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
16191         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
16192         longer needed.
16193
16194 2004-01-15  Jim Meyering  <jim@meyering.net>
16195
16196         Merge from coreutils.
16197
16198         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
16199         if no library is required.
16200         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
16201         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
16202         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
16203         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
16204         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
16205         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
16206         value, $ac_cv_search_crypt, if it's "none required".
16207         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
16208         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
16209         not gl_FUNC_GETLOADAVG.
16210         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
16211         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
16212
16213 2004-01-15  Jim Meyering  <jim@meyering.net>
16214
16215         Merge from coreutils.
16216
16217         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
16218         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
16219         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
16220
16221         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
16222         optional configure-time default.
16223
16224         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16225
16226         * lib/xreadlink.c (xreadlink): Correct outdated comment.
16227
16228 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
16229
16230         Merge from coreutils.
16231
16232         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
16233         value, $ac_cv_search_nanosleep, if it's "none required".
16234
16235 2004-01-14  Paul Eggert  <eggert@twinsun.com>
16236
16237         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
16238         with like-named macro in fnmatch.c.
16239         (EXT): Use an internal constant instead.
16240
16241         Merge fnmatch patches from glibc.
16242         * lib/fnmatch.c (mbsinit): Remove define.
16243         Add libc_hidden_ver (__fnmatch, fnmatch).
16244         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
16245         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
16246
16247 2004-01-14  Karl Berry  <karl@gnu.org>
16248
16249         * config/install-sh: update from automake.
16250
16251 2004-01-13  Karl Berry  <karl@gnu.org>
16252
16253         * config/install-sh: update from automake.
16254
16255 2004-01-09  Karl Berry  <karl@gnu.org>
16256
16257         * config/install-sh: update from automake.
16258
16259 2004-01-05  Karl Berry  <karl@gnu.org>
16260
16261         * config/config.{sub,guess}: update from config.
16262
16263 2003-12-31  Karl Berry  <karl@gnu.org>
16264
16265         * config/depcomp: update from automake.
16266
16267 2003-12-14  Karl Berry  <karl@gnu.org>
16268
16269         * lib/config.charset: update from gettext-runtime.
16270
16271 2003-12-03  Paul Eggert  <eggert@twinsun.com>
16272
16273         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
16274         Bug reported by Alfred M. Szmidt.
16275
16276 2003-12-03  Bruno Haible  <bruno@clisp.org>
16277
16278         * m4/gettext.m4: Upgrade from gettext-0.13.
16279         * m4/po.m4: Upgrade from gettext-0.13.
16280         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
16281         * m4/intmax.m4: New file, from gettext-0.13.
16282         * m4/printf-posix.m4: New file, from gettext-0.13.
16283
16284 2003-11-29  Karl Berry  <karl@gnu.org>
16285
16286         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
16287
16288 2003-11-25  Paul Eggert  <eggert@twinsun.com>
16289             Bruno Haible  <bruno@clisp.org>
16290
16291         * lib/printf-parse.h: Don't include sys/types.h.
16292         (ARG_NONE): New macro.
16293         (char_directive): Change type of *arg_index fields to size_t.
16294         * lib/printf-parse.c: Don't include sys/types.h.
16295         (SSIZE_MAX): Remove macro.
16296         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
16297         Remove unnecessary overflow check.
16298         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
16299         fields.
16300
16301 2003-11-25  Bruno Haible  <bruno@clisp.org>
16302
16303         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
16304
16305 2003-11-25  Bruno Haible  <bruno@clisp.org>
16306
16307         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
16308         gt_TYPE_SSIZE_T.
16309
16310 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16311
16312         * modules/alloca: Remove dependency on xalloc.
16313
16314 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16315
16316         * lib/alloca.c: Remove dependency on xalloc module.
16317         (xalloc_die): Remove.
16318         (memory_full) [!defined emacs]: New macro.
16319         [!defined emacs]: Don't include xalloc.h.
16320         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
16321         address arithmetic overflows.  Change datatypes a bit to avoid
16322         unnecessary casts.
16323
16324 2003-11-22  Jim Meyering  <jim@meyering.net>
16325
16326         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
16327         s/size/size_t/.
16328
16329 2003-11-21  Karl Berry  <karl@gnu.org>
16330
16331         * config/config.{sub,guess}: update from config.
16332
16333 2003-11-18  Karl Berry  <karl@gnu.org>
16334
16335         * config/config.{sub,guess}: update from config.
16336
16337         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
16338
16339 2003-11-17  Paul Eggert  <eggert@twinsun.com>
16340
16341         * README: Mention that S+T cannot overflow if S is the size of
16342         an existing object and T is sufficiently small.
16343
16344 2003-11-17  Jim Meyering  <jim@meyering.net>
16345
16346         On systems without utime and without a utimes function capable of
16347         dealing with a NULL struct utimbuf* argument, this utime replacement
16348         could -- in unusual circumstances -- leak a file descriptor.
16349         * lib/utime.c: Include <unistd.h> and <errno.h>.
16350         (utime_null): Be sure to close `fd' and to preserve errno.
16351         Reported by Geoff Collyer via Arnold Robbins.
16352
16353 2003-11-17  Bruno Haible  <bruno@clisp.org>
16354
16355         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
16356         (Depends-on): Add xsize.
16357
16358 2003-11-17  Bruno Haible  <bruno@clisp.org>
16359
16360         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
16361
16362 2003-11-17  Bruno Haible  <bruno@clisp.org>
16363
16364         * lib/vasnprintf.c (alloca): Remove fallback definition.
16365         (freea): Remove definition.
16366         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
16367         Reported by Paul Eggert.
16368
16369 2003-11-16  Paul Eggert  <eggert@twinsun.com>
16370             Bruno Haible  <bruno@clisp.org>
16371
16372         Protect against address arithmetic overflow.
16373         * lib/printf-args.h: Include stddef.h.
16374         (arguments): Change type of field 'count' to size_t.
16375         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
16376         'unsigned int' where appropriate.
16377         * lib/printf-parse.h: Include sys/types.h.
16378         (char_directive): Change type of *arg_index fields to ssize_t.
16379         (char_directives): Change type of fields 'count', max_*_length to
16380         size_t.
16381         * lib/printf-parse.c: Include sys/types.h and xsize.h.
16382         (SSIZE_MAX): Define fallback value.
16383         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
16384         instead of 'int' where appropriate. Check a_allocated, d_allocated
16385         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
16386         * lib/vasnprintf.c: Include xsize.h.
16387         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
16388         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
16389         overflow. Avoid wraparound when converting a width or precision from
16390         decimal to binary.
16391
16392 2003-11-16  Bruno Haible  <bruno@clisp.org>
16393
16394         Update from GNU gettext.
16395         * lib/printf-parse.c: Generalize to it can be compiled for wide
16396         strings.
16397         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
16398         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
16399         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
16400         SNPRINTF): New macros.
16401         Don't include <alloca.h> if the file is used inside libintl.
16402         (local_wcslen): New function, for Solaris 2.5.1.
16403         (VASNPRINTF): Use it instead of wcslen.
16404
16405 2003-11-16  Bruno Haible  <bruno@clisp.org>
16406
16407         * lib/xsize.h (xmax): New function.
16408         (xsum, xsum3, xsum4): Declare as "pure" functions.
16409
16410 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16411
16412         * modules/xalloc (Files): Undo latest change, since xalloc.h
16413         no longer needs SIZE_MAX or PTRDIFF_MAX.
16414
16415 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16416
16417         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
16418         gl_PTRDIFF_MAX.
16419
16420 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16421
16422         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
16423         "return", to pacify some unknown compiler.  Problem reported
16424         by Joerg Schilling.
16425
16426 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16427
16428         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
16429         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
16430         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
16431         heuristic is just as accurate as far as we know, and it removes a
16432         dependency on size_max.m4 and ptrdiff_max.m4.
16433
16434 2003-11-11  Bruno Haible  <bruno@clisp.org>
16435
16436         * modules/xsize (Files): Add m4/size_max.m4.
16437         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
16438
16439 2003-11-11  Bruno Haible  <bruno@clisp.org>
16440
16441         * m4/size_max.m4: New file.
16442         * m4/ptrdiff_max.m4: New file.
16443         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
16444         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
16445         (gl_XALLOC): Invoke it.
16446
16447 2003-11-11  Bruno Haible  <bruno@clisp.org>
16448
16449         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
16450         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
16451         defined.
16452
16453 2003-11-10  Paul Eggert  <eggert@twinsun.com>
16454
16455         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
16456         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
16457         rejected some allocations of exactly SIZE_MAX - 2 bytes.
16458         From Bruno Haible.
16459         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
16460         not (size_t) -1, since it's defined here.
16461
16462 2003-11-09  Karl Berry  <karl@gnu.org>
16463
16464         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
16465
16466 2003-11-06  Paul Eggert  <eggert@twinsun.com>
16467
16468         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
16469         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
16470         Reject sizes of exactly SIZE_MAX bytes.
16471         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
16472         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
16473
16474 2003-11-05  Bruno Haible  <bruno@clisp.org>
16475
16476         * lib/xsize.h: Include limits.h, to avoid a possible collision with
16477         SIZE_MAX defined in <limits.h> on Solaris.
16478
16479 2003-11-04  Jim Meyering  <jim@meyering.net>
16480
16481         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
16482         variable names, rather than @VAR@.
16483         * modules/poll: Likewise.
16484
16485 2003-11-04  Bruno Haible  <bruno@clisp.org>
16486
16487         * modules/xsize: New file.
16488         * modules/linebreak: Depend on xsize.
16489         * MODULES.html.sh (func_all_modules): Add xsize.
16490
16491 2003-11-04  Bruno Haible  <bruno@clisp.org>
16492
16493         * m4/xsize.m4: New file.
16494
16495 2003-11-04  Bruno Haible  <bruno@clisp.org>
16496
16497         * lib/xsize.h: New file.
16498         * lib/linebreak.c: Include xsize.h.
16499         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
16500         argument for overflow.
16501         Suggested by Paul Eggert.
16502
16503 2003-11-03  Karl Berry  <karl@gnu.org>
16504
16505         * config/config.{guess,sub}: update from config.
16506
16507 2003-11-03  Jim Meyering  <jim@meyering.net>
16508
16509         * modules/userspec (lib_SOURCES): Add userspec.h.
16510         (Include): Add "userspec.h".
16511         Improve description.
16512
16513 2003-11-03  Jim Meyering  <jim@meyering.net>
16514
16515         * lib/userspec.c: Include "userspec.h".
16516         * lib/userspec.h: New file.
16517
16518 2003-11-03  Bruno Haible  <bruno@clisp.org>
16519
16520         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
16521
16522 2003-11-03  Bruno Haible  <bruno@clisp.org>
16523
16524         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
16525         available, to avoid (extremely rare) race condition.
16526         Suggested by Paul Eggert.
16527
16528 2003-11-02  Karl Berry  <karl@gnu.org>
16529
16530         * config/srclist.txt (vasprintf.c): sync broken, sigh.
16531
16532 2003-10-31  Paul Eggert  <eggert@twinsun.com>
16533
16534         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
16535         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
16536         (read_filesystem_list): Set and use me_type_malloced.
16537         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
16538         whatever the type happens to be), for brevity and consistency.
16539         Check for size calculation overflow on Alphas running OSF/1.
16540
16541 2003-10-31  Jim Meyering  <jim@meyering.net>
16542
16543         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
16544
16545         * lib/linebuffer.c: Include <string.h> for declaration of memset.
16546
16547 2003-10-30  Paul Eggert  <eggert@twinsun.com>
16548             Bruno Haible  <bruno@clisp.org>
16549
16550         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
16551         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
16552
16553 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16554
16555         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
16556         netbsd*-gnu*.  Suggested by Robert Millan.
16557
16558 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16559
16560         * modules/group-member: Depend on stdbool.
16561
16562 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16563
16564         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
16565
16566 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16567
16568         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
16569         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
16570         after the 'gnu' in these cases.  This fixes some bugs in the
16571         previous change, and is based on suggestions by Robert Millan.
16572
16573 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16574
16575         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
16576         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
16577         no longer needed.
16578         * lib/quotearg.c (quotearg_n_options): Use it.
16579         * lib/group-member.c: Include <stdbool.h>.
16580         (free_group_info): Arg is now const *; don't free arg.
16581         (get_group_info): Now returns bool and accepts struct group_info *,
16582         rather than returning a malloc'ed struct group_info *.
16583         All uses changed.  Check for overflow in internal size calculation.
16584
16585         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
16586         rather than xmalloc/xrealloc.
16587         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
16588         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
16589         conformance bug: the old code used a pointer after freeing the
16590         storage that it addressed.
16591         * lib/hash.c (hash_initialize): Simplify the code by using
16592         xalloc_oversized rather than doing it by hand.
16593         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
16594         the buffer preserved.  Use free and xmalloc instead.
16595         * lib/quotearg.c (quotearg_n_options): Likewise.
16596         Use a simpler test for size overflow.  Don't use xalloc_oversized
16597         because unsigned int might be wider than size_t (!); this suggests
16598         that we should switch from unsigned int to size_t for slot numbers.
16599
16600 2003-10-28  Paul Eggert  <eggert@twinsun.com>
16601
16602         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
16603         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
16604         NetBSD kernels.  Requested by Richard Stallman.
16605
16606 2003-10-27  Paul Eggert  <eggert@twinsun.com>
16607
16608         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
16609         to allocate the returned structure.  Do not allocate a subarray,
16610         as x2nrealloc will do that.
16611         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
16612         instead of xnrealloc.
16613         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
16614
16615 2003-10-27  Bruno Haible  <bruno@clisp.org>
16616
16617         * lib/stdbool_.h: Better support for BeOS.
16618
16619 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16620
16621         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
16622         now uses inline.
16623
16624 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16625
16626         * lib/xalloc.h (xalloc_oversized): New static inline function, for
16627         callers that want to do their own size-overflow checking.  Include
16628         <stdbool.h>, since xalloc_oversized returns bool.
16629         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
16630         to use xalloc_oversized.
16631
16632         Add two functions x2realloc, x2nrealloc, for programs that grow
16633         arrays dynamically by doubling their sizes.
16634         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
16635         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
16636         New functions.
16637
16638         Port to C99 semantics for 'inline' of external functions.
16639         Bug reported by Bruno Haible.
16640         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
16641         with the old contents of xnmalloc.
16642         (xnmalloc, xmalloc): Use it.
16643         (xnrealloc_inline): New static inline function,
16644         with the old contents of xnrealloc.
16645         (xnrealloc, xrealloc): Use it.
16646
16647         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
16648         that.
16649
16650 2003-10-26  Karl Berry  <karl@gnu.org>
16651
16652         * config/srclist.txt (COPYING.DOC): no longer available from
16653         /gd/gnuorg; don't know where the ultimate source is.
16654
16655 2003-10-25  Paul Eggert  <eggert@twinsun.com>
16656
16657         Fix several address-calculation bugs in the hash modules,
16658         plus some minor code cleanup.
16659
16660         * lib/hash.h: Include <stdbool.h>, for bool.
16661         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
16662         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
16663         hash_get_n_entries, hash_get_max_bucket_length,
16664         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
16665         hash_rehash): Use size_t rather than unsigned.
16666         * lib/hash.c (struct hash_table, hash_get_n_buckets,
16667         hash_get_n_buckets_used, hash_get_n_entries,
16668         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
16669         hash_get_entries, hash_do_for_each, hash_string, is_prime,
16670         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
16671         Likewise.
16672         (SIZE_MAX): Define if not defined.
16673         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
16674         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
16675         hash_print):
16676         Use const * when possible.
16677         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
16678         (check_tuning): Fix bug: if tuning parameters were very close to
16679         0 or 1, rounding errors could have caused subscript violations.
16680         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
16681         (hash_initialize): Add 'fail:' label
16682         to free table and return NULL, and use it to simplify code.
16683         Use calloc rather than clearing the storage ourself.
16684         (hash_initialize, hash_rehash): Check for arithmetic overflow in
16685         buffer size calculations.
16686         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
16687         Include <stddef.h>, for size_t.
16688         * lib/hash-pjw.c (hash_pjw): Likewise.
16689         Switch to method described by Bruno Haible.
16690         Include <limits.h>, for CHAR_BIT.
16691         (SIZE_BITS): New macro.
16692
16693 2003-10-23  Paul Eggert  <eggert@twinsun.com>
16694
16695         * m4/getline.m4 (AM_FUNC_GETLINE):
16696         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
16697         hosts.  Problem reported by Derek Robert Price in
16698         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
16699         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
16700         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
16701
16702 2003-10-21  Paul Eggert  <eggert@twinsun.com>
16703
16704         * lib/getndelim2.c (getndelim2): When size calculation overflows,
16705         ceiling the allocation at NMAX bytes rather than silently
16706         discarding input bytes before NMAX is reached.  This makes
16707         a difference only if NMAX exceeds SIZE_MAX / 2.
16708
16709         * lib/obstack.c: Merge from glibc.
16710         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
16711         Add libc_hidden_def (_obstack_newchunk).
16712         (_obstack_free) [! defined _LIBC]: Remove.
16713         [defined _LIBC]: Make a strong alias from obstack_free, rather than
16714         a clone of the function body.
16715         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
16716         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
16717
16718         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
16719         glibc.
16720         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
16721         arg to memcpy.
16722
16723         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
16724         (obstack_ptr_grow_fast, obstack_int_grow_fast):
16725         Don't use lvalue casts, as GCC plans to remove support for them
16726         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
16727         was also present in the non-GCC version, indicating that this
16728         code had always been buggy and had never been widely used.
16729         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
16730         Use the fast variant of each macro, rather than copying the
16731         definiens of the fast variant; that way, we'll be more likely to
16732         catch future bugs in the fast variants.
16733
16734 2003-10-20  Bruno Haible  <bruno@clisp.org>
16735
16736         * modules/wait-process: New file.
16737         * MODULES.html.sh (func_all_modules): Add wait-process.
16738
16739 2003-10-20  Bruno Haible  <bruno@clisp.org>
16740
16741         * m4/wait-process.m4: New file.
16742
16743 2003-10-20  Bruno Haible  <bruno@clisp.org>
16744
16745         * lib/wait-process.h: New file, from GNU gettext.
16746         * lib/wait-process.c: New file, from GNU gettext.
16747
16748 2003-10-19  Jim Meyering  <jim@meyering.net>
16749
16750         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
16751         HPUX 10.20.
16752
16753 2003-10-18  Karl Berry  <karl@gnu.org>
16754
16755         * config/config.guess: update from config.
16756
16757 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16758
16759         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
16760         (getgroups): First arg is int, not size_t.
16761         Don't let 'free' mangle errno.
16762
16763 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16764
16765         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
16766
16767 2003-10-16  Karl Berry  <karl@gnu.org>
16768
16769         * config/config.{guess,sub}: update from config.
16770
16771 2003-10-16  Jim Meyering  <jim@meyering.net>
16772
16773         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
16774         memcpy.
16775
16776 2003-10-15  Paul Eggert  <eggert@twinsun.com>
16777
16778         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
16779         (SIZE_MAX): Remove.
16780         (new_exclude, add_exclude_file): Initial size no longer needs to
16781         be a power of 2.
16782         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
16783         our own address arithmetic overflow checking.
16784
16785         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
16786         (fnmatch): Do not alloca more than 2000 wide characters;
16787         instead, use malloc for large buffers.
16788         Check for address arithmetic overflow, and return -1
16789         with errno set to ENOMEM in that case.
16790         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
16791         (NEW_PATTERN): Do not alloca more than 8000 bytes;
16792         instead, return -1.  Check for address arithmetic overflow.
16793
16794 2003-10-14  Paul Eggert  <eggert@twinsun.com>
16795
16796         Handle invalid suffixes and overflow independently, so that
16797         callers can treat them independently as needed.  Fix some bugs in
16798         suffix handling, e.g., "100k@" was not diagnosed as an invalid
16799         suffix for a human-readable blocksize.  The major caller-visible
16800         change is the addition of a new
16801         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
16802         that both overflow and suffix chars were found.
16803
16804         * lib/human.c (humblock): Don't check separately for invalid suffix
16805         char; that is xstrtoumax's job (now that its bug is fixed).
16806         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
16807         INTMAX_MAX]: New macros.
16808         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
16809         TYPE_MAXIMUM): New macros.
16810         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
16811         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
16812         if overflow occurs, as it's what __strtol does and it's more useful
16813         in practice.
16814         (__xstrtol): If __strtol reports some error other than ERANGE,
16815         reflect it to the caller as LONGINT_INVALID.  If it reports
16816         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
16817         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
16818         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
16819         value.
16820         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
16821         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
16822         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
16823         [defined UINTMAX_MAX]: New macros.
16824
16825 2003-10-14  Bruno Haible  <bruno@clisp.org>
16826
16827         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
16828
16829 2003-10-14  Bruno Haible  <bruno@clisp.org>
16830
16831         * m4/sig_atomic_t: New file, from GNU gettext.
16832         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
16833
16834 2003-10-14  Bruno Haible  <bruno@clisp.org>
16835
16836         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
16837         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
16838         Also use volatile where needed.
16839
16840 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16841
16842         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
16843         Change maintainer from Bruno Haible to 'all'.
16844
16845 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16846
16847         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
16848
16849 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16850
16851         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
16852         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
16853         and define in terms of the other primitives.
16854         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
16855         (SIZE_MAX): Define if not already defined.
16856         (array_size_overflow): New function.
16857         (xalloc_die): Abort instead of exiting if 'error' returns.
16858         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
16859         (xmalloc, xrealloc): Use them.
16860         (xcalloc): Check for address arithmetic overflow.
16861         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
16862         a bit faster than strcpy.
16863
16864 2003-10-10  Simon Josefsson  <jas@extundo.com>
16865
16866         * modules/argp (Depends-on): Add restrict and strcase.
16867
16868 2003-10-10  Simon Josefsson  <jas@extundo.com>
16869
16870         * m4/argp.m4: Add AC_C_INLINE.
16871
16872 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16873
16874         Merge getpass from libc, plus a few fixes.
16875
16876         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
16877         Include <stdbool.h>.
16878         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
16879         __fsetlocking to empty.
16880         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
16881         do include <bits/libc-lock.h>.
16882         Do not include <fcntl.h>; not needed.
16883         [_LIBC]: Include <wchar.h>.
16884         (NOTCANCEL_MODE): New macro.
16885         (flockfile, funlockfile) [_LIBC]: New macros.
16886         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
16887         [!_LIBC]: New macros.
16888         (call_fclose): New function.
16889         (getpass): Use it.  Save tty stream separately; this simplifies the
16890         code and makes it more reliable if stdin happens to equal stdout.
16891         Invoke __fsetlocking on tty.
16892         Handle thread cancellation if needed.
16893         Namespace cleanup (use __tcgetattr, __getline).
16894         Use bool for Booleans.
16895         [USE_IN_LIBIO]: Handle wide streams.
16896         [!_LIBC]: Unconditionally do the fseek, since we don't know what
16897         stream might go where.
16898
16899         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
16900         doesn't have to include <stdio.h> before us.
16901         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
16902         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
16903         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
16904         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
16905         if not declared, so that we can use getpass.c code from libc without
16906         rewriting it.
16907         (flockfile, ftrylockfile, funlockfile): New macros.
16908
16909 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16910
16911         * modules/getpass: Depend on stdbool.
16912
16913 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16914
16915         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
16916
16917 2003-10-07  Karl Berry  <karl@gnu.org>
16918
16919         * config/config.{guess,sub}: update from config.
16920
16921 2003-10-06  Jim Meyering  <jim@meyering.net>
16922             Bruno Haible  <bruno@clisp.org>
16923
16924         This lets translators provide better translations for the
16925         "Written by ..." part of --version output.
16926         * lib/version-etc.h: Include stdarg.h.
16927         (version_etc_copyright): Declare as readonly.
16928         (version_etc): Make this function variadic with a NULL-terminated list
16929         of author name strings.
16930         (version_etc_va): New declaration.
16931         * lib/version-etc.c: Include stdarg.h, stdlib.h.
16932         (version_etc_copyright): Declare as readonly.
16933         (version_etc_va): New function. Provide a different translatable string
16934         for each possible number of authors < 10. Abbreviate when there are 10
16935         authors or more.
16936         (version_etc): Make this function variadic. Call version_etc_va.
16937         Suggestion from Gary V. Vaughan.
16938
16939         * lib/long-options.h (parse_long_options): Change prototype: the
16940         authors string is moved to the end and becomes variadic.
16941         * lib/long-options.c: Include stdarg.h.
16942         (parse_long_options): Make this function variadic, too.
16943         Call version_etc_va, not version_etc.
16944
16945 2003-10-06  Bruno Haible  <bruno@clisp.org>
16946
16947         * modules/version-etc-2: Remove file.
16948         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
16949
16950 2003-10-06  Bruno Haible  <bruno@clisp.org>
16951
16952         * modules/fatal-signal: New file.
16953         * MODULES.html.sh (func_all_modules): Add fatal-signal.
16954
16955 2003-10-06  Bruno Haible  <bruno@clisp.org>
16956
16957         * m4/fatal-signal.m4: New file.
16958         * m4/signalblocking.m4: New file, from GNU gettext.
16959
16960 2003-10-06  Bruno Haible  <bruno@clisp.org>
16961
16962         * lib/version-etc-2.h: Remove file.
16963         * lib/version-etc-2.c: Remove file.
16964
16965 2003-10-06  Bruno Haible  <bruno@clisp.org>
16966
16967         * lib/fatal-signal.h: New file, from GNU gettext.
16968         * lib/fatal-signal.c: New file, from GNU gettext.
16969
16970 2003-10-05  Paul Eggert  <eggert@twinsun.com>
16971
16972         * README: Rework advice for preventing empty .o files.
16973         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
16974         not <sys/types.h>.
16975
16976 2003-10-04  Karl Berry  <karl@gnu.org>
16977
16978         * lib/argp*: update from libc.
16979
16980 2003-10-04  Karl Berry  <karl@gnu.org>
16981
16982         * config/config.{guess,sub}: update from config.
16983
16984 2003-10-02  Bruno Haible  <bruno@clisp.org>
16985
16986         * modules/lchown (Include): Add lchown.h.
16987         * modules/time_r (Include): Use "..." syntax.
16988         * modules/xgetdomainname (Include): Add xgetdomainname.h.
16989
16990 2003-10-01  Simon Josefsson  <jas@extundo.com>
16991
16992         * MODULES.html.sh (func_all_modules): Move gethostname from section
16993         'based on' to section 'lacking' POSIX:2001.
16994
16995 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
16996
16997         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
16998         to output mode on the same stream.
16999
17000 2003-09-29  Paul Eggert  <eggert@twinsun.com>
17001
17002         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
17003         Fix arg typo in previous patch.
17004
17005 2003-09-28  Jim Meyering  <jim@meyering.net>
17006
17007         * lib/error.c: Correct cpp indentation.
17008
17009 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17010
17011         * modules/free: New file.
17012
17013 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17014
17015         * m4/free.m4: New file.
17016
17017 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17018
17019         * lib/minmax.h (MIN, MAX)
17020         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
17021         Omit the special code that used __typeof__, since we worry that
17022         it could be more trouble than it's worth.  See:
17023         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
17024         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
17025
17026         * lib/free.c: New file.
17027
17028 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
17029
17030         Trivial fixes to Makefile.am parts of module listings.
17031         * modules/strstr: Append strstr.h to lib_SOURCES.
17032         * modules/strcase: Likewise, for strcase.h.
17033
17034 2003-09-27  Karl Berry  <karl@gnu.org>
17035
17036         * config/mkinstalldirs: update from automake.
17037
17038 2003-09-26  Paul Eggert  <eggert@twinsun.com>
17039
17040         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
17041         (error_tail): Do not loop, reallocating temporary buffer, since
17042         the output cannot contain more wide characters than the input
17043         contains bytes, the size must be big enough already.  This avoids
17044         one potential size overflow calculation.  Check for size overflow
17045         when calculating temporary buffer size.  Free temporary buffer
17046         when done, if it was allocated with malloc; this plugs a memory
17047         leak.  Remove casts from void * to pointers, that are no longer
17048         needed now that we're assuming C89 or better.
17049
17050         Merge error changes from glibc.
17051
17052         * lib/error.c, error.h: Update copyright notice header to match glibc.
17053         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
17054         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
17055         Disable cancellation while printing error.
17056         * lib/error.h: Prepend __ to parameter names.
17057
17058 2003-09-26  Jim Meyering  <jim@meyering.net>
17059
17060         * lib/error.c (error_tail): Move some declarations
17061         into inner scope where the local variables are used.
17062
17063 2003-09-26  Bruno Haible  <bruno@clisp.org>
17064
17065         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
17066         stpncpy().
17067         Don't define stpncpy through config.h; it's now done through stpncpy.h.
17068
17069 2003-09-26  Bruno Haible  <bruno@clisp.org>
17070
17071         * lib/stpncpy.h (gnu_stpncpy): New declaration.
17072         (stpncpy): Define as alias for gnu_stpncpy.
17073         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
17074
17075 2003-09-25  Simon Josefsson  <jas@extundo.com>
17076
17077         * lib/xgetdomainname.h: New file.
17078         * lib/xgetdomainname.c: New file.
17079
17080 2003-09-25  Simon Josefsson  <jas@extundo.com>
17081             Bruno Haible  <bruno@clisp.org>
17082
17083         * modules/getdomainname: New file.
17084         * modules/xgetdomainname: New file.
17085         * MODULES.html.sh (func_all_modules): Add getdomainname,
17086         xgetdomainname.
17087
17088 2003-09-25  Simon Josefsson  <jas@extundo.com>
17089             Bruno Haible  <bruno@clisp.org>
17090
17091         * m4/getdomainname.m4: New file.
17092
17093 2003-09-25  Simon Josefsson  <jas@extundo.com>
17094             Bruno Haible  <bruno@clisp.org>
17095
17096         * lib/getdomainname.h: New file.
17097         * lib/getdomainname.c: New file.
17098
17099 2003-09-25  Karl Berry  <karl@gnu.org>
17100
17101         * lib/argp-fmtstream.c, argp-help.c: update from libc.
17102
17103 2003-09-25  Karl Berry  <karl@gnu.org>
17104
17105         * config/install-sh: update from automake.
17106
17107 2003-09-25  Bruno Haible  <bruno@clisp.org>
17108
17109         * modules/version-etc-2: New file, from modules/version-etc with
17110         modifications.
17111         * MODULES.html.sh (func_all_modules): Add version-etc-2.
17112
17113 2003-09-25  Bruno Haible  <bruno@clisp.org>
17114
17115         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
17116         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
17117
17118 2003-09-24  Simon Josefsson  <jas@extundo.com>
17119
17120         * modules/xgethostname: Add xgethostname.h.
17121
17122 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17123
17124         * lib/linebuffer.c (freebuffer): Don't free the argument, just
17125         the buffer associated with the argument.  Bug reported by
17126         Simon Josefsson.
17127
17128 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17129
17130         * README: Document assumptions that 'int' is at least 32 bits
17131         wide, that integer arithmetic is 2's complement without overflow,
17132         that there are no holes in integer values, that adding sizes of
17133         two nonoverlapping objects can't overflow, and that all-bits-zero
17134         yields scalar zero.  Fix spelling and capitalization typos.
17135
17136 2003-09-19  Karl Berry  <karl@gnu.org>
17137
17138         * lib/argp.h: update from libc.
17139
17140 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17141
17142         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
17143         to avoid spurious warnings like "AC_RUN_IFELSE was called before
17144         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
17145
17146 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17147
17148         * gnulib-tool: Use "test -h", not "test -L", for portability
17149         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
17150         (tags_regexp): Remove, since \| doesn't conform to POSIX.
17151         (sed_extract_prog): Issue s commands one-by-one, rather than
17152         using \| in one s command.
17153
17154 2003-09-16  Paul Eggert  <eggert@twinsun.com>
17155
17156         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
17157         input error, instead of returning NULL the next time we are called
17158         (and therefore losing track of errno).
17159
17160 2003-09-16  Bruno Haible  <bruno@clisp.org>
17161
17162         * gnulib-tool (func_create_testdir): Warn about duplicated
17163         dependencies.
17164
17165 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17166
17167         * modules/argmatch, modules/fatal, modules/obstack,
17168         modules/xalloc, modules/xgethostname: Sort dependencies by
17169         importance, not alphabetically.
17170
17171 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17172
17173         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
17174         fails, so that the caller gets the proper errno.
17175
17176         * lib/readutmp.c (read_utmp): Likewise.
17177         Check for fstat error.  Close stream and free storage
17178         when failing.
17179
17180 2003-09-14  Karl Berry  <karl@gnu.org>
17181
17182         * config/srclist.txt (strdup.c): disable for c89 changes.
17183
17184 2003-09-14  Jim Meyering  <jim@meyering.net>
17185
17186         * lib/getloadavg.c: Correct cpp indentation.
17187         * lib/strdup.c: Likewise.
17188         * lib/vasnprintf.c: Likewise.
17189
17190 2003-09-14  Bruno Haible  <bruno@clisp.org>
17191
17192         * modules/fwriteerror: New file.
17193         * MODULES.html.sh (func_all_modules): Add fwriteerror.
17194
17195 2003-09-14  Bruno Haible  <bruno@clisp.org>
17196
17197         * lib/fwriteerror.h: New file.
17198         * lib/fwriteerror.c: New file.
17199
17200 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17201
17202         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
17203         modules/xgethostname, modules/xalloc: Depend on exit.
17204
17205 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17206
17207         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
17208
17209         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
17210         and AC_MINIX, too, so that their extensions are available.
17211
17212         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
17213         This macro has been superseded by gl_BACKUPFILE.
17214
17215         More patches to assume C89 or better.
17216
17217         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
17218
17219         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
17220         unconditionally.
17221         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
17222         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
17223         Include <string.h>, <stdlib.h> unconditionally.
17224         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
17225         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
17226         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
17227         headers or for string.h.
17228         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
17229         or strtoul.
17230
17231         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
17232         headers.
17233         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
17234         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17235         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
17236         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
17237         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17238         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
17239         memcpy, memset.
17240         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
17241         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
17242         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
17243         strtol.
17244         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
17245         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
17246         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
17247         strtoul.
17248
17249 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17250
17251         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
17252         * lib/obstack.c [!defined _LIBC]: Likewise.
17253         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
17254         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
17255         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
17256
17257         More changes to assume C89 or better.
17258
17259         * lib/error.c (error_tail): Assume vprintf.
17260
17261         * lib/argmatch.c (getenv): Remove decl.
17262         * lib/progreloc.c (get_full_program_name): Define via prototype.
17263         * lib/setenv.c (clearenv): Likewise.
17264         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
17265         needed.
17266         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
17267         (malloc, memcpy): Remove decls.
17268         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
17269         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
17270         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17271         (memcpy): Remove macro.
17272         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
17273         (__P): Remove.  All uses removed.
17274         (PTR): Remove.  All uses changed to void *.
17275         (CHAR_BIT, NULL): Remove.
17276         (spaces, zeros, memset_space, memset_zero)
17277         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
17278         Remove.
17279         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
17280         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
17281         Define with prototype.
17282         Remove now-unnecessary prototype decl.
17283         (extra_args_spec): Assume ANSI C.  All uses changed.
17284         (extra_args_spec_iso): Remove.
17285         (my_strftime, emacs_strftimeu): Define via prototype.
17286         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
17287         unconditionally.
17288         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
17289         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
17290         (strtoul, strtol): Remove decls.
17291         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
17292         LONG_MAX): Remove.
17293         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17294         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
17295         (LOCALE_PARAM_PROTO): New macro.
17296         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
17297         (INTERNAL (strtol), strtol): Define with a prototype.
17298         (PARAMS): Remove.  All uses removed.
17299         * lib/tempname.c: Include <string.h> unconditionally.
17300         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
17301         * lib/xgethostname.c (main): Define with a prototype.
17302         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
17303         Include <stdlib.h> unconditionally.
17304         (calloc, malloc, realloc, free): Remove decls.
17305         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
17306         Include <stdlib.h> unconditionally.  Sort include file names.
17307         (strtod): Remove.
17308         (xstrtod): Define with a prototype.
17309         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
17310         (strtol, strtoul): Remove decls.
17311
17312 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17313
17314         More patches to assume C89 or better.
17315         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
17316         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
17317         string.h, memchr, STDC_HEADERS.
17318
17319 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17320
17321         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
17322         Include <stdlib.h>, <string.h> unconditionally.
17323         Remove now-unnecessary cast to char *.
17324         * lib/strnlen.c: Include <string.h> unconditionally.
17325         * lib/yesno.c (yesno): Define with a prototype.
17326
17327 2003-09-11  Bruno Haible  <bruno@clisp.org>
17328
17329         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
17330
17331 2003-09-10  Jim Meyering  <jim@meyering.net>
17332
17333         * lib/error.c: Correct indentation of cpp directives.
17334
17335 2003-09-10  Bruno Haible  <bruno@clisp.org>
17336
17337         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
17338         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
17339         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
17340         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
17341         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
17342         <stdlib.h> and <string.h> checks.
17343         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
17344         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
17345
17346 2003-09-10  Bruno Haible  <bruno@clisp.org>
17347
17348         * lib/strcspn.c: Include <string.h> unconditionally.
17349         * lib/strpbrk.c: Include <string.h> unconditionally.
17350         * lib/strstr.c: Include <string.h> unconditionally.
17351         * lib/unicodeio.c: Include <string.h> unconditionally.
17352         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
17353         * lib/unsetenv.c: Likewise.
17354         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
17355         * lib/yesno.c: Include <stdlib.h> unconditionally.
17356         (rpmatch): Add prototype.
17357
17358 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17359
17360         More patches to assume C89 or better.
17361         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
17362         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
17363         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
17364         or for string.h.
17365         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
17366         stdlib.h.
17367         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
17368         C headers.
17369         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
17370         string.h.
17371         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
17372         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
17373         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
17374         or for string.h.
17375         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
17376         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
17377         C headers.
17378         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
17379         memcpy.
17380         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
17381         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
17382         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
17383         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
17384         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
17385         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
17386         string.h, free.
17387         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
17388         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
17389         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
17390         C headers, or for string.h.
17391         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
17392         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
17393         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
17394         headers, memory.h, stdlib.h, string.h, strings.h.
17395         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
17396         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
17397         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
17398         strchr.
17399         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
17400         headers, memory.h, string.h.
17401         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
17402         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
17403         free.
17404         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
17405         headers.
17406         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
17407         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
17408         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
17409         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
17410         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
17411
17412 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17413
17414         More K&R removal.
17415
17416         * lib/acosl.c (main): Use a prototype.
17417         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
17418         tanl.c: Likewise.
17419
17420         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
17421
17422         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
17423         (getopt, etopt_long, getopt_long_only, _getopt_internal)
17424         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
17425         with a prototype.
17426         * lib/getopt.c (const): Remove macro.
17427         Include <string.h> unconditionally.
17428         (my_index): Remove; all uses changed to strchr.
17429         (strlen): Remove decl.
17430         (exchange): Remove forward decl; no longer needed.
17431         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
17432         Define with prototype.
17433         * lib/getopt1.c (const): Remove macro.
17434         (getopt_long, getopt_long_only, main): Define with prototype.
17435
17436         * lib/getugroups.c: Include <string.h> unconditionally.
17437
17438         * lib/getusershell.c: Include <stdlib.h> unconditionally.
17439         (getusershell, setusershell, endusershell, readname, main):
17440         Define with prototypes.
17441
17442         * lib/group-member.c: Include group-member.h first.
17443         Include <stdlib.h> unconditionally.
17444
17445         * lib/hard-locale.c: Include hard-locale.h first.
17446         Include <stdlib.h>, <string.h> unconditionally.
17447
17448         * lib/hash.c (free, malloc): Remove decls.
17449         Include <stdlib.h> unconditionally.
17450
17451         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
17452         (getenv): Do not declare.
17453
17454         * lib/idcache.c: Include <string.h> unconditionally.
17455
17456         * lib/long-options.c: Include long-options.h first, to test interface.
17457         Include <stdlib.h> unconditionally.
17458
17459         * lib/makepath.c: Include makepath.h first, to test interface.
17460         Include <stdlib.h> and <string.h> unconditionally.
17461
17462         * lib/linebuffer.c: Include <stdlib.h>.
17463         (free): Remove decl.
17464
17465         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
17466         stddef.h. rpl_malloc returns void *, not char *.
17467         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
17468         prototype.
17469
17470         * lib/md5.h: Include <limits.h> unconditionally.
17471         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
17472         (__P): Remove; all uses removed.
17473         * lib/md5.c: Include "md5.h" first.
17474         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
17475         md5_buffer, md5_process_bytes, md5_process_block):
17476         Define with prototypes.
17477         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
17478         * lib/sha.c: Include "sha.h" first.
17479         Include <stdlib.h>, <string.h> unconditionally.
17480
17481         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
17482         * lib/memcmp.c (__ptr_t): Likewise.
17483         * lib/memrchr.c (__ptr_t): Likewise.
17484         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
17485         Include <string.h> unconditionally.
17486         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
17487         * lib/memchr.c: Include <stdlib.h> unconditionally.
17488         * lib/memchr.c (LONG_MAX): Remove.
17489         * lib/memrchr.c (LONG_MAX): Likewise.
17490         * lib/memchr.c (__memchr): Define via a prototype.
17491         * lib/memrchr.c (__memrchr): Likewise.
17492         * lib/memcmp.c (__P): Remove, and remove all uses.
17493         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
17494         Remove forward decls; no longer needed.
17495         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
17496         Use types required by C89 in prototype.
17497
17498         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
17499         * lib/savedir.c: Likewise.
17500         * lib/mkdir.c (free): Remove decl.
17501         * lib/rmdir.c (rmdir): Define with a prototype.
17502         * lib/savedir.c: Include savedir.h first, to test interface.
17503
17504         * lib/mktime.c (STDC_HEADERS): Remove.
17505         Include <stdlib.h>, <string.h> unconditionally.
17506
17507         * lib/modechange.c: Include <stdlib.h> unconditionally.
17508         (malloc): Remove decl.
17509
17510         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
17511         (free): Remove decl.
17512
17513         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
17514         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
17515         (This type really should be intptr_t, but that's a C99ism.)
17516         (_obstack_memcpy): Remove: all uses changed to memcpy.
17517         Include <string.h> unconditionally.
17518         (struct obstack): Assume __STDC__ for types of members
17519         chunkfun, freefun, extra_arg.
17520         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
17521         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
17522         obstack_begin, obstack_specify_allocation,
17523         obstack_specify_allocation_with_arg, obstack_chunkfun,
17524         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
17525         Remove unprototyped decls and the macros that use them.
17526         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
17527         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
17528         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
17529         (defined __STDC__ && __STDC__)]:
17530         Remove nonprototyped code.
17531         Include <stdlib.h> unconditionally.
17532         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
17533         _obstack_allocated_p, _obstack_free, obstack_free,
17534         _obstack_memory_used, print_and_abort):
17535         Define using prototypes.
17536         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
17537         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
17538         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
17539         obstack_next_free, obstack_object_size, obstack_room) [0]:
17540         Remove unused, unprototyped code.
17541
17542         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
17543
17544         * lib/physmem.c (physmem_total, physmem_available, main): Define
17545         with prototypes.
17546
17547         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
17548         (main): Define with a prototype.
17549
17550         * lib/posixver.c (getenv): Remove decl.
17551
17552         * lib/putenv.c (malloc): Returns void *, not char *.
17553         Include <string.h> unconditionally.
17554         (strchr, memcpy, NULL): Do not define.
17555
17556         * lib/readtokens.c: Include readtokens.h first, to test interface.
17557         Include <stdlib.h>, <string.h> unconditionally.
17558         (init_tokenbuffer): Define with a prototype.
17559
17560         * lib/regex.c (PARAMS): Remove.  All uses removed.
17561         All uses of _RE_ARGS removed, too.
17562         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17563         unconditionally.
17564         (bzero): Assume memset exists.
17565         (memcmp, memcpy, NULL): Remove.
17566         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
17567         char, or assignments to local vars of type signed char.
17568         (init_syntax_once, PREFIX(extract_number_and_incr),
17569         PREFIX(print_partial_compiled_pattern),
17570         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
17571         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
17572         PREFIX(regex_grow_registers), PREFIX(regex_compile),
17573         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
17574         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
17575         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
17576         wcs_compile_range, byte_compile_range, truncate_wchar,
17577         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
17578         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
17579         count_mbs_length, wcs_re_match_2_internal,
17580         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
17581         PREFIX(alt_match_null_string_p),
17582         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
17583         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
17584         regfree, PREFIX(extract_number)): Define with prototype.  Remove
17585         now-unnecessary declaration, if any.
17586         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
17587         regcomp, regexec):
17588         Remove now-unnecessary casts among pointer types.
17589         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
17590
17591         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
17592         (free): Remove decl.
17593
17594         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
17595
17596         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
17597         (free): Remove decl.
17598
17599         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
17600         * lib/xgetcwd.c: Likewise.
17601
17602         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
17603         (free): Remove decl.
17604
17605         * lib/strchrnul.c (strchrnul): Define with a prototype.
17606         Fix bug: c_in was not converted to char before searching.
17607
17608         The following changes are not K&R related:
17609
17610         * lib/group-member.h: Include <sys/types.h>, so that this file is
17611         self-contained.
17612         * lib/makepath.h: Likewise.
17613
17614         * lib/getusershell.c (readname, default_index, line_size, readname):
17615         Use size_t, not int, for sizes.
17616         (readname): If the size overflows, report an error instead of
17617         looping forever.
17618
17619 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17620
17621         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
17622         libc.
17623
17624 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17625
17626         * README: New section: portability guidelines.
17627
17628 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17629
17630         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
17631         C89 spec.
17632
17633 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17634
17635         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
17636
17637 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17638
17639         Assume C89 or better; remove K&R cruft.
17640         A few of these changes were first proposed by Derek Robert Price
17641         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
17642
17643         * lib/addext.c: Include <string.h> unconditionally.
17644         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
17645         Don't declare getenv or malloc.
17646
17647         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
17648         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
17649         (NULL): Remove.
17650         (find_stack_direction, alloca): Use prototypes.
17651
17652         * lib/atexit.c (atexit): Define using a prototype.
17653
17654         * lib/basename.c, dirname.c, stripslash.c:
17655         Include <string.h> unconditionally.
17656
17657         * lib/bcopy.c: Include <stddef.h>.
17658         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
17659
17660         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
17661
17662         * lib/error.h (error, error_at_line, error_print_progname)
17663         [! (defined (__STDC__) && __STDC__)]: Remove decls.
17664         * lib/error.c: Include error.h first, to check interface.
17665         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17666         (VA_START): Remove; all uses changeed to va_start.
17667         (exit, strerror): Remove decls.
17668         (error_print_progname): Prototype uncondionally.
17669         Don't include <errno.h>; no longer needed.
17670         (private_strerror): Remove.
17671         (error_tail): Always define.
17672         (error, error_at_line): Assume C89 or better; always use prototypes.
17673         * lib/fatal.c: Include "fatal.h" first, to test interface.
17674         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17675         (VA_START): Remove; all uses changed to va_start.
17676         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
17677         this case.
17678         (exit): Remove decl.
17679         (fatal): Prototype unconditionally.  Assume va_start works.
17680         Abort at end, to pacify gcc.
17681
17682         * lib/euidaccess.c (main): Define with a prototype.
17683
17684         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
17685
17686         * lib/exitfail.c: Include <stdlib.h> unconditionally.
17687
17688         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
17689         prototypes.
17690         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
17691         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
17692         (getenv): Remove decl.
17693         (fnmatch): Define using a prototype.
17694         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
17695         (FCT): Define using a prototype.
17696
17697         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
17698
17699         * lib/gethostname.c: Include <stddef.h>.
17700         (gethostname): Define with prototype.  Length is size_t, not int.
17701
17702 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17703
17704         Assume C89 or better; remove K&R cruft.
17705         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
17706         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
17707         string.h, getenv, malloc.
17708         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
17709         headers.
17710         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
17711         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
17712         do not check for strerror.
17713         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
17714         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
17715         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
17716         do not check for doprnt or vprintf.
17717         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
17718         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
17719
17720 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17721
17722         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
17723         getversion.c should have been removed then, but was accidentally
17724         preserved.
17725
17726         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
17727         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
17728
17729 2003-09-08  Karl Berry  <karl@gnu.org>
17730
17731         * config/config.sub, config.guess, srclistvars.sh: update from savannah
17732                 config, forget about prep.
17733
17734         * config/depcomp, missing: update from automake.
17735
17736 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17737
17738         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
17739         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17740
17741 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17742
17743         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
17744         copy_tm_result.  Bug reported by Simon Josefsson in
17745         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17746
17747 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17748
17749         * m4/time_r.m4: New file.
17750         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
17751         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
17752         is. Check for timegm declaration.
17753         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
17754         Do not check for gmtime_r.
17755         Replace mktime if __mktime_internal does not exist and if mktime
17756         hasn't been replaced already.
17757
17758 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17759
17760         * lib/time_r.c, lib/time_r.h: New files.
17761
17762         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
17763         __localtime_r.
17764         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
17765         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
17766
17767         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
17768         __gmtime_r.
17769         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
17770         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
17771         Include <time_r.h>.
17772
17773         * lib/timegm.c: Switch to glibc implementation, with the following
17774         changes:
17775         [defined HAVE_CONFIG_H]: Include <config.h>.
17776         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
17777         (__mktime_internal) [!defined _LIBC]: New decl.
17778         (__gmtime_r) [!defined _LIBC]: New macro and function.
17779         (timegm): Use a prototype, since gnulib assumes C89.
17780         Do not bother declaring tmp to be const, as it's not really usefu.
17781         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
17782         (timegm): Declare only if HAVE_DECL_TIMEGM.
17783
17784 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17785
17786         * MODULES.html.sh (func_all_modules): Add time_r.
17787         * modules/time_r: New file.
17788         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
17789         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
17790
17791 2003-09-03  Paul Eggert  <eggert@twinsun.com>
17792
17793         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
17794         Bug reported by Lute Kamstra in
17795         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
17796
17797         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
17798         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
17799         course with correspondingly smaller numbers for tomorrow and
17800         yesterday.  From Tadayoshi Funaba.  Originally installed into
17801         sh-utils on 1999-08-07, but the patch got lost (I guess during the
17802         coreutils merge?).
17803
17804 2003-08-31  Simon Josefsson  <jas@extundo.com>
17805
17806         * modules/timegm: New file.
17807         * MODULES.html.sh (func_all_modules): Add timegm.
17808
17809 2003-08-31  Simon Josefsson  <jas@extundo.com>
17810
17811         * m4/timegm.m4: New file.
17812
17813 2003-08-31  Simon Josefsson  <jas@extundo.com>
17814
17815         * lib/timegm.h: New file.
17816         * lib/timegm.c: New file.  Based on
17817         wget-1.8.2/src/http.c:mktime_from_utc.
17818
17819 2003-08-31  Karl Berry  <karl@gnu.org>
17820
17821         * lib/argp.h: update from libc.
17822
17823 2003-08-28  Bruno Haible  <bruno@clisp.org>
17824
17825         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
17826         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
17827         followed by '#define fnmatch fnmatch_posix' gives an error.
17828
17829 2003-08-28  Bruno Haible  <bruno@clisp.org>
17830
17831         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
17832         warning on QNX, which defines O_BINARY to 000000.
17833
17834 2003-08-27  Jim Meyering  <jim@meyering.net>
17835
17836         * m4/mkstemp.m4: Require that the system mkstemp be able to create
17837         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
17838         would fail after 32.  Reported by Danny Levinson.  Details here:
17839         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
17840
17841 2003-08-24  Bruno Haible  <bruno@clisp.org>
17842
17843         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
17844         MSVC7 <stdio.h> is included later.
17845
17846 2003-08-22  Simon Josefsson  <jas@extundo.com>
17847
17848         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
17849
17850 2003-08-20  Karl Berry  <karl@gnu.org>
17851
17852         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
17853
17854 2003-08-20  Bruno Haible  <bruno@clisp.org>
17855
17856         * modules/progname: New file.
17857         * MODULES.html.sh (func_all_modules): Add progname.
17858
17859 2003-08-20  Bruno Haible  <bruno@clisp.org>
17860
17861         * lib/progname.h: New file, from GNU gettext.
17862         * lib/progname.c: New file, from GNU gettext.
17863         * lib/progreloc.c: New file, from GNU gettext.
17864
17865 2003-08-19  Jim Meyering  <jim@meyering.net>
17866
17867         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
17868         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
17869
17870 2003-08-19  Bruno Haible  <bruno@clisp.org>
17871
17872         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
17873         more.
17874
17875 2003-08-19  Bruno Haible  <bruno@clisp.org>
17876
17877         * lib/xstrdup.c: Assume <string.h> exists.
17878
17879 2003-08-18  Paul Eggert  <eggert@twinsun.com>
17880
17881         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
17882         in makefile rules.
17883
17884 2003-08-18  Jim Meyering  <jim@meyering.net>
17885
17886         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
17887         * m4/lib-ld.m4: Likewise.
17888
17889 2003-08-18  Jim Meyering  <jim@meyering.net>
17890
17891         * lib/setenv.h: Indent nested cpp directive.
17892         * lib/vasnprintf.c: Remove trailing blanks.
17893
17894 2003-08-17  Simon Josefsson  <jas@extundo.com>
17895
17896         * modules/xstrndup: New file.
17897         * MODULES.html.sh (func_all_modules): Add xstrndup.
17898
17899 2003-08-17  Simon Josefsson  <jas@extundo.com>
17900
17901         * modules/argp: Fix autoconf macro name. Add more dependencies.
17902
17903 2003-08-17  Simon Josefsson  <jas@extundo.com>
17904
17905         * m4/xstrndup.m4: New file.
17906
17907 2003-08-17  Simon Josefsson  <jas@extundo.com>
17908
17909         * m4/argp.m4: New file.
17910
17911 2003-08-17  Simon Josefsson  <jas@extundo.com>
17912             Bruno Haible  <bruno@clisp.org>
17913
17914         * lib/xstrndup.h: New file.
17915         * lib/xstrndup.c: New file.
17916
17917 2003-08-17  Bruno Haible  <bruno@clisp.org>
17918
17919         * modules/strndup (Files, Include): Add lib/strndup.h.
17920
17921 2003-08-17  Bruno Haible  <bruno@clisp.org>
17922
17923         * modules/euidaccess (Files): Add lib/euidaccess.h.
17924
17925 2003-08-17  Bruno Haible  <bruno@clisp.org>
17926
17927         * lib/strndup.h: New file.
17928
17929 2003-08-17  Bruno Haible  <bruno@clisp.org>
17930
17931         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
17932         like AC_GNU_SOURCE.
17933         * modules/extensions (configure.ac): Comment out the invocation of
17934         gl_USE_SYSTEM_EXTENSIONS.
17935
17936 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17937
17938         Merges from coreutils, etc.
17939         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
17940         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
17941         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
17942         fixing a typo.
17943         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
17944         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
17945
17946 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17947
17948         Document merge from coreutils.
17949         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
17950         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
17951         * modules/utime: Add m4/utimes-null.m4.
17952
17953 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17954
17955         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
17956         space, undoing this 2003-08-12 change:
17957         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17958
17959 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17960
17961         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
17962         strtoul.c from libc, undoing this 2003-08-12 change:
17963         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17964
17965 2003-08-16  Jim Meyering  <jim@meyering.net>
17966
17967         Merges from coreutils.
17968         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
17969         prefix.  Adjust cache variables similarly.  Create 500 rather than
17970         just 300 files, to exercise bug on Darwin6.5, too.
17971         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
17972         $missing_dir.
17973         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
17974         AM_SYS_POSIX_TERMIOS.
17975         Reported by mkc@mathdogs.com.
17976         Also change use of $am_cv_sys_posix_termios
17977         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
17978         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
17979         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
17980         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
17981         in /proc/mounts until it finds one with matching device number.  This
17982         is unnecessary when the FILE argument *is* a mount point.  No stat call
17983         is necessary in that case.  So, disable the statvfs-testing code on
17984         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
17985         as RedHat bug# 84846.
17986         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17987         to 1MB, so as not to render systems with no stack size limit (e.g.,
17988         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17989         Include <unistd.h>.  On some systems,
17990         it is required for the definition of _SC_PAGESIZE.
17991
17992 2003-08-16  Jim Meyering  <jim@meyering.net>
17993
17994         Merge from coreutils.
17995         * lib/xstrtoimax.c: #else #if -> #elif.
17996         * lib/xstrtoumax.c: Likewise.
17997
17998 2003-08-16  Jim Meyering  <jim@meyering.net>
17999
18000         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
18001         * m4/utimes.m4: Removed.
18002         * m4/utimes-null.m4: Renamed from utimes.m4.
18003
18004         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18005         to 1MB, so as not to render systems with no stack size limit (e.g.,
18006         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18007         Include <unistd.h>.  On some systems,
18008         it is required for the definition of _SC_PAGESIZE.
18009
18010 2003-08-16  Jim Meyering  <jim@meyering.net>
18011         and Paul Eggert  <eggert@cs.ucla.edu>
18012
18013         Merges from coreutils, etc.
18014
18015         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
18016         using the latest version from cvs.  This avoids problems with #line
18017         directives using a vendor (Sun) compiler.
18018         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
18019         Don't set GETGROUPS_LIB here; now it's
18020         done via getgroups.m4's wrapper function.
18021         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
18022         rather than just in sh-util/configure.in, so that the
18023         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
18024         same.
18025         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
18026         AC_FUNC_GETLOADAVG where to find getloadavg.c.
18027         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
18028         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
18029         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
18030         Remove code that is now done by the newly-required macros.
18031         Append $(EXEEXT) to DF_PROG.
18032         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
18033         Do not invoke or require the following here,
18034         since prereq.m4 or some gnulib .m4 now does this for us:
18035         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
18036         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
18037         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
18038         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
18039         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
18040         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
18041         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
18042         AC_FUNC_OBSTACK.
18043         Do not replace the following functions, as this is now the job
18044         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
18045         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
18046         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
18047         atexit getpass, strdup, getpagesize.
18048         Replace 'raise'.
18049         Do not check for the following functions, as this is now the job
18050         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
18051         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
18052         setregid.
18053         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
18054         Check for sys/sysctl.h.
18055         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
18056         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
18057         of checking for ssize_t ourselves.
18058
18059         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
18060         Require every macro that gnulib/modules/* suggests for us.
18061         (jm_PREREQ_ADDEXT): New macro.
18062         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
18063         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
18064
18065         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
18066         (gl_PHYSMEM): Use it.
18067         Also check for `table' function.
18068         Check for new headers and functions.
18069         Add check for sys/sysmp.h.
18070         With suggestions from Kaveh Ghazi.
18071         Ignore headers that are present but cannot be compiled.  This
18072         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
18073         C 5.4.
18074
18075 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18076
18077         Document merge from coreutils.
18078         * modules/userspec: Depend on posixver.
18079         * modules/strftime: Depend on tzset.
18080
18081 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18082
18083         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
18084         rather than tab, after '#' in shell-script copyright notices.
18085         Suggested by Bruno Haible.
18086
18087 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18088
18089         * config/srclist-update: Use three spaces, rather than tab, after '#'
18090         in shell-script copyright notices.  Suggested by Bruno Haible.
18091         Remove unnecessary parenthesization in regular expression.
18092
18093 2003-08-15  Jim Meyering  <jim@meyering.net>
18094
18095         Merge from coreutils.
18096         * lib/xgethostname.c: Include <stdlib.h>.
18097         (xghostname): Don't exit for anything other than memory-related
18098         failure; just return NULL.
18099         * lib/userspec.c: Include "posixver.h".
18100         (parse_user_spec): Accept `.' as a separator only
18101         in pre-POSIX-200112 mode.
18102         * lib/strtoimax.c: Use #elif rather than #else #if.
18103         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
18104         Remove function, now that we can rely on a working tzset function.
18105         [!_LIBC]: Ensure that the required autoconf test has been run.
18106         [!defined _NL_CURRENT && HAVE_STRFTIME]:
18107         Use underlying_strftime for %r.
18108         * lib/sha.c: Merge in some clean-up and optimization changes from
18109         glibc.
18110         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
18111         Ensure that it is a multiple of 64.
18112         Rearrange loop exit tests so as to avoid performing an
18113         additional fread after encountering an error or EOF.
18114         * lib/realloc.c: Update copyright date.
18115
18116 2003-08-15  Jim Meyering  <jim@meyering.net>
18117         and Paul Eggert  <eggert@twinsun.com>
18118
18119         Merge from coreutils.
18120         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
18121         member but strut utmpx does not.  Needed for AIX 4.3.3.
18122         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
18123
18124 2003-08-15  Jim Meyering  <jim@meyering.net>
18125         and Paul Eggert  <eggert@cs.ucla.edu>
18126
18127         Merges from coreutils, etc.
18128         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
18129         Require gl_FUNC_TZSET_CLOBBER.
18130         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
18131         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
18132         members.
18133
18134 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18135
18136         Help the merge from coreutils.
18137         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
18138         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
18139         * m4/tzset.m4: Use it too.
18140
18141 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18142
18143         * modules/tzset: New file.
18144
18145 2003-08-14  Jim Meyering  <jim@meyering.net>
18146
18147         Merges from coreutils.
18148         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
18149         variable names, rather than @FNMATCH_H@.
18150         * modules/alloca: Likewise for $(ALLOCA_H).
18151
18152         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
18153         the three copies of the literal target, `fnmatch.h'.
18154         * modules/alloca (alloca.h): Likewise.
18155
18156 2003-08-14  Jim Meyering  <jim@meyering.net>
18157
18158         Merge from coreutils.
18159         * m4/tzset.m4: New file.
18160         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
18161         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
18162         otherwise, AIX 5.1 systems would end up using the latter.
18163         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
18164         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
18165         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
18166         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
18167
18168 2003-08-14  Jim Meyering  <jim@meyering.net>
18169
18170         Merge from coreutils.
18171         * lib/obstack.h: Whitespace changes.
18172         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
18173         and xcalloc return values.
18174         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
18175         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
18176         hang on OSF/1 5.1 for DIR on both local and remote file systems.
18177         Reported by (and fix confirmed by) Nelson H. F. Beebe.
18178         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18179         error from mntctl.
18180         Use mntctl's return value to drive the entry-processing loop, since
18181         we can't rely on the value of the vmt_length member in the last
18182         entry.  On some systems doing so could result in exhausting
18183         virtual memory.  Based in part on a patch from Mike Jetzer.
18184
18185 2003-08-14  Jim Meyering  <jim@meyering.net>
18186         and Paul Eggert  <eggert@twinsun.com>
18187
18188         Merges from coreutils, plus other fixes.
18189         * lib/physmem.c: Merge in portability changes from gcc/libiberty
18190         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
18191         for credits and details.  Thanks to Kaveh Ghazi for helping
18192         to keep these files in sync.
18193         (ARRAY_SIZE): Define it.
18194         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
18195         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
18196         (memcasecmp): Don't assume size_t fits in unsigned int.
18197         Remove casts and duplicate code.
18198         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
18199         (memcpy): Remove definition.
18200         Merge in some clean-up and optimization changes from glibc.
18201         [BLOCKSIZE]: Move definition to top of file.
18202         Ensure that it is a multiple of 64.
18203         Rearrange loop exit tests so as to avoid performing an
18204         additional fread after encountering an error or EOF.
18205         * lib/md5.h (md5_uintptr): Define.
18206         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
18207         return to the initial working directory.  Preserve errno
18208         for caller.
18209         * lib/idcache.c: Include "xalloc.h".
18210         (xmalloc, xrealloc): Remove decls.
18211         (getuser): Remove casts no longer required in C89.
18212         * lib/human.c: Include stdio.h, for sprintf.
18213         * lib/group-member.c: Include "xalloc.h".
18214         (xmalloc, xrealloc): Remove decls.
18215         (get_group_info): Remove casts no longer required in C89.
18216         * lib/getusershell.c (readname): Remove casts no longer required in
18217         C89.
18218         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
18219         * lib/getline.c: Whitespace fix, from coreutils.
18220
18221 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18222
18223         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
18224         Check for isascii.
18225
18226         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18227         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18228         Undo previous (whitespace-only) change.
18229
18230 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18231
18232         * lib/exclude.c: Include <ctype.h>
18233         (IN_CTYPE_DOMAIN): New macro.
18234         (is_space): New fn.
18235         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
18236         and empty lines.
18237
18238         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18239         Undo previous (whitespace-only) change.
18240
18241 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18242
18243         * config/srclist-update: Change update back to the old behavior,
18244         leaving whitespace alone.  Use one 'sed' command rather than a
18245         pipeline.
18246         (fixlicense): Now a variable, not a function.
18247         (remove_trailing_blanks): Remove.
18248         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
18249         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18250         Undo previous (whitespace-only) change.
18251
18252 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18253
18254         Merge from coreutils.
18255         * modules/euidaccess: Add lib_SOURCES, include for new
18256         file euidaccess.h
18257
18258 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18259
18260         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18261         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18262         Normalize leading white space and remove trailing white space.
18263
18264         Merge from coreutils
18265         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
18266
18267         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
18268         0.12.1.  These files are now being upgraded automatically by
18269         ../config/srclist-update.
18270
18271 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18272
18273         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18274         Normalize leading white space and remove trailing white space.
18275         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
18276         notice, as per ../config/srclist-update.
18277
18278         Merge from coreutils.
18279         * lib/euidaccess.h: New file.
18280         * lib/euidaccess.c: Include it.
18281         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
18282         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
18283         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
18284
18285 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18286
18287         * config/srclist-update: Add copyright notice.
18288         (remove_id_lines, remove_trailing_blanks): New constants.
18289         (fixfile): Use them to normalize spacing a bit in copied files.
18290         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18291         Normalize leading white space and remove trailing white space.
18292
18293         * config/texinfo.tex: Sync with texinfo.
18294
18295         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
18296         strtoul.c from libc, to merge coreutils whitespace changes.
18297
18298         * config/srclist.txt: Get the following m4 files from gettext:
18299         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
18300         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
18301         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
18302         wint_t.m4.
18303
18304 2003-08-12  Karl Berry  <karl@gnu.org>
18305
18306         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
18307         been made.
18308
18309 2003-08-11  Paul Eggert  <eggert@twinsun.com>
18310
18311         * modules/gnu-source, m4/gnu-source.m4:
18312         Remove; we're assuming Autoconf 2.54 or later now.
18313         Suggested by Bruno Haible.
18314         * MODULES.html.sh (func_all_modules): Remove gnu-source.
18315
18316 2003-08-11  Bruno Haible  <bruno@clisp.org>
18317
18318         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
18319
18320 2003-08-11  Bruno Haible  <bruno@clisp.org>
18321
18322         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
18323         (vasnprintf): Use it instead of wcslen.
18324
18325 2003-08-11  Bruno Haible  <bruno@clisp.org>
18326
18327         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
18328         value to ensure that _Bool promotes to int. Use #define for _Bool when
18329         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
18330
18331 2003-08-10  Karl Berry  <karl@gnu.org>
18332
18333         * lib/regex.h: update from libc (whitespace fix).
18334
18335 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18336
18337         Merge some files from coreutils.  These changes were
18338         originally made by Jim Meyering.
18339         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
18340         many older Unixes require this.
18341         * lib/alloca.c (alloca): Remove cast to argument of free;
18342         no longer needed in C89.
18343         * lib/alloca_.h, regex.h: Fix white space to match
18344         what GNU indent does.
18345
18346 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18347
18348         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
18349         apparently Emacs's Unicode mode got confused before my 2003-08-05
18350         checkin.
18351
18352 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18353
18354         * m4/extensions.m4: New file.
18355         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
18356         Require gl_USE_SYSTEM_EXTENSIONS.
18357         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
18358         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
18359
18360 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18361
18362         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
18363         * modules/extensions, modules/gnu-source: New files.
18364         * modules/timespec, modules/unlocked-io: Depend on extensions.
18365
18366 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18367
18368         * modules/restrict: New file.
18369         * MODULES.html.sh (func_all_modules): Add restrict.
18370         * modules/regex: Depend on restrict.
18371
18372 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18373
18374         * m4/restrict.m4: New file.
18375         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
18376
18377 2003-08-07  Bruno Haible  <bruno@clisp.org>
18378
18379         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
18380         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
18381
18382 2003-08-07  Bruno Haible  <bruno@clisp.org>
18383
18384         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
18385         makes the module 'getndelim2' compatible with the module 'getline'.
18386
18387 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18388
18389         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
18390         byte with "\201" to avoid glitches when editing that source file
18391         with multi-gnome-terminal.
18392
18393 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18394
18395         * lib/bumpalloc.h: Remove.
18396
18397 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18398
18399         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
18400         * modules/bumpalloc: Remove.
18401
18402 2003-08-04  Paul Eggert  <eggert@twinsun.com>
18403
18404         * lib/getloadavg.c: Change copyright notice and spacing to conform to
18405         GNU coding style.
18406
18407         Merge from coreutils.
18408         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
18409         1. From glibc.
18410         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
18411         from Karl Berry, implemented by Jim Meyering.
18412         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
18413         from Dmitry V. Levin.
18414         Remove anachronistic cast of xrealloc.
18415         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
18416         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
18417         type. Otherwise, it wouldn't compile with at least /bin/cc on
18418         ymp-cray-unicos9.0.2.X.
18419         Combine two mostly-identical uses of alloca into one.
18420         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
18421
18422 2003-08-04  Dave Love  <d.love@dl.ac.uk>
18423
18424         [From Emacs.]
18425
18426         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
18427         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
18428         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
18429         obsolete NLIST_NAME_UNION.
18430         [__GNU__]: Undef BSD and FSCALE.
18431         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
18432
18433 2003-08-03  Paul Eggert  <eggert@twinsun.com>
18434
18435         * lib/stdbool_.h (_Bool): Make it signed char, instead of
18436         an enum type, so that it's guaranteed to promote to int.  See:
18437         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
18438
18439 2003-08-03  Karl Berry  <karl@gnu.org>
18440
18441         * config/depcomp: update from automake.
18442
18443 2003-07-31  Paul Eggert  <eggert@twinsun.com>
18444
18445         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
18446         (strerror): Don't assume that a printable int fits in 14 bytes.
18447
18448 2003-07-31  Bruno Haible  <bruno@clisp.org>
18449
18450         * modules/getpass-gnu: New file.
18451         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
18452
18453 2003-07-31  Bruno Haible  <bruno@clisp.org>
18454
18455         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
18456
18457 2003-07-24  Karl Berry  <karl@gnu.org>
18458
18459         * config/missing: update from automake.
18460
18461 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
18462             Bruno Haible  <bruno@clisp.org>
18463
18464         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
18465         * lib/getline.c (getline, getdelim): Likewise.
18466         Remove _GNU_SOURCE define; now it's defined in config.h through
18467         m4/getline.m4.
18468
18469 2003-07-23  Karl Berry  <karl@gnu.org>
18470
18471         * config/config.sub: update from prep.
18472
18473 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18474
18475         * modules/xalloc (Depends-on): Add exitfail.
18476         * modules/xmemcoll: Likewise.
18477
18478 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18479
18480         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
18481         over-parenthesization in macros.
18482
18483         Sync with coreutils.
18484
18485         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
18486         required by C99.
18487
18488         Use `exit_failure' for xalloc and xmemcoll instead of their own
18489         private exit-failure variables.
18490         * lib/xalloc.h (xalloc_exit_failure): Remove.
18491         * lib/xmalloc.c: Likewise.  Include exitfail.h.
18492         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
18493         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
18494         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
18495         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
18496
18497 2003-07-20  Jim Meyering  <jim@meyering.net>
18498
18499         * modules/closeout (Depends-on): Add exitfail.
18500         Suggestion from Bruno Haible.
18501
18502 2003-07-19  Karl Berry  <karl@gnu.org>
18503
18504         * config/config.sub: update from prep.
18505
18506 2003-07-18  Paul Eggert  <eggert@twinsun.com>
18507
18508         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
18509         Remove.
18510         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
18511         to test that it can stand by itself.  Include "exitfail.h".
18512         Clients should set exit_failure instead.
18513         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
18514
18515 2003-07-18  Bruno Haible  <bruno@clisp.org>
18516
18517         * modules/getndelim2: New file.
18518         * modules/getline: Share files with module getndelim2.
18519         * modules/getnline: Depend on getndelim2 instead of sharing files with
18520         it. Add getnline.c to lib_SOURCES.
18521         * MODULES.html.sh (func_all_modules): Add getndelim2.
18522
18523 2003-07-18  Bruno Haible  <bruno@clisp.org>
18524
18525         * m4/getndelim2.m4: New file.
18526         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
18527         invoke gl_PREREQ_GETNDELIM2.
18528         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
18529         gl_PREREQ_GETNDELIM2.
18530         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
18531         gl_GETNDELIM2.
18532
18533 2003-07-18  Bruno Haible  <bruno@clisp.org>
18534
18535         * lib/getndelim2.h: New file.
18536         * lib/getndelim2.c: Make into a module of its own. Include config.h,
18537         getndelim2.h.
18538         (getndelim2): Make non-static. Change return type to ssize_t.
18539         * lib/getline.h: Change argument names.
18540         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
18541         * lib/getnline.c: Include getndelim2.h.
18542
18543 2003-07-18  Andreas Schwab  <schwab@suse.de>
18544
18545         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
18546
18547 2003-07-17  Karl Berry  <karl@gnu.org>
18548
18549         * config/config.sub: update from prep.
18550
18551 2003-07-17  Bruno Haible  <bruno@clisp.org>
18552
18553         * modules/getnline: New file.
18554         * modules/getline: Add lib/getndelim2.c to source file list.
18555         * MODULES.html.sh (func_all_modules): Add getnline.
18556
18557 2003-07-17  Bruno Haible  <bruno@clisp.org>
18558
18559         * m4/getnline.m4: New file.
18560
18561 2003-07-17  Bruno Haible  <bruno@clisp.org>
18562
18563         * m4/Makefile.am.in: Remove file.
18564         * m4/Makefile.am: Remove file.
18565         * m4/Makefile.in: Remove file.
18566
18567 2003-07-17  Bruno Haible  <bruno@clisp.org>
18568
18569         * lib/getnline.h: New file.
18570         * lib/getnline.c: New file.
18571         * lib/getndelim2.c: New file, extracted from getline.c.
18572         (getndelim2): Renamed from getdelim2, with added nmax argument.
18573         * lib/getline.c: Include getndelim2.c.
18574         (getdelim2): Moved out to getndelim2.c.
18575         (getline, getdelim): Update.
18576
18577 2003-07-17  Bruno Haible  <bruno@clisp.org>
18578
18579         * lib/Makefile.am: Remove file.
18580         * lib/Makefile.in: Remove file.
18581
18582 2003-07-17  Bruno Haible  <bruno@clisp.org>
18583
18584         * configure.in: Remove file.
18585         * Makefile.in: Remove file.
18586
18587 2003-07-17  Bruno Haible  <bruno@clisp.org>
18588
18589         * MODULES.html.sh: Put the </BODY> right before </HTML>.
18590
18591 2003-07-16  Karl Berry  <karl@gnu.org>
18592
18593         * config/srclist-update: was running fixlicense twice, which caused
18594                 texinfo.tex to be nullified for some reason.  Simplify,
18595                 $gplsrc is no longer needed as far as I can see?
18596
18597 2003-07-16  Jim Meyering  <jim@meyering.net>
18598
18599         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
18600
18601 2003-07-15  Paul Eggert  <eggert@twinsun.com>
18602
18603         * config/srclist.txt: Get the following files from gettext-runtime/intl
18604         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
18605         ref-del.sin.  From Bruno Haible.
18606         * config/srclist-update (fixfile): Change grep pattern again, since the
18607         previous fix didn't work (there was another trailing $).  Use
18608         '[$]' to escape the $s.
18609
18610 2003-07-15  Karl Berry  <karl@gnu.org>
18611
18612         * lib/vasnprintf.c: update from gettext.
18613
18614 2003-07-15  Karl Berry  <karl@gnu.org>
18615
18616         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
18617         gets expanded when surrounded by '$'.
18618
18619 2003-07-15  Jim Meyering  <jim@meyering.net>
18620
18621         * modules/save-cwd: Don't depend on error.  From Derek Price.
18622
18623 2003-07-15  Jim Meyering  <jim@meyering.net>
18624
18625         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
18626
18627 2003-07-14  Simon Josefsson  <jas@extundo.com>
18628
18629         * modules/mempcpy: New file.
18630         * MODULES.html.sh (func_all_modules): Add mempcpy.
18631
18632 2003-07-14  Simon Josefsson  <jas@extundo.com>
18633
18634         * m4/mempcpy.m4: New file.
18635
18636 2003-07-14  Simon Josefsson  <jas@extundo.com>
18637
18638         * lib/mempcpy.h: New file.
18639         * lib/mempcpy.c: New file.
18640
18641 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18642
18643         * modules/getdate, modules/posixtm: Depend on mktime.
18644
18645 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18646
18647         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
18648         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
18649         unicodeio.c, unicodeio.h, unlocked-io.h:
18650         Switch from LGPL to GPL.
18651
18652 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18653
18654         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
18655         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
18656         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
18657         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
18658         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
18659         updated automatically by ../config/srclist-update.  This changes
18660         their license from LPGL to GPL.
18661
18662 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18663
18664         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
18665         assumed to refer to the root of the most recent stable gettext version.
18666         * config/srclistvars.sh: Add defaults for eggert.
18667         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
18668         Match "This program" as well as "The program".  This is needed
18669         for gettext.
18670
18671 2003-07-14  Jim Meyering  <jim@meyering.net>
18672
18673         Don't emit diagnostics.  Let callers do that.
18674         * lib/save-cwd.c: Don't include "error.h".
18675         (save_cwd): Don't call error.  Ensure that errno is valid
18676         when returning nonzero.
18677
18678         * lib/save-cwd.h (restore_cwd): Update prototype.
18679         * lib/save-cwd.c (restore_cwd): Remove two parameters.
18680         Simplify.  Don't call error upon failure.  Let callers do that.
18681         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
18682         when auditing is enabled.  But don't bother updating the #if.
18683
18684 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
18685
18686         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
18687         it breaks C++ compilation.
18688         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
18689
18690 2003-07-10  Simon Josefsson  <jas@extundo.com>
18691
18692         * modules/strchrnul (Makefile.am): Add strchrnul.h.
18693
18694 2003-07-10  Jim Meyering  <jim@meyering.net>
18695
18696         * m4/clock_time.m4: Remove trailing blank.
18697         * m4/intmax_t.m4: Likewise.
18698
18699 2003-07-10  Jim Meyering  <jim@meyering.net>
18700
18701         * lib/vasnprintf.c: Remove trailing blanks.
18702         Make cpp indentation consistent.
18703
18704 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18705
18706         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
18707         posixver.c, strftime.c, strnlen.c, strverscmp.c:
18708         Switch from LGPL to GPL.
18709
18710 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18711
18712         * config/srclist.txt: Sort sublists.  Add
18713         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
18714         that differ from gnulib for one reason or another; we'd like this list
18715         to be smaller but for now let's document what we have.
18716
18717 2003-07-08  Paul Eggert  <eggert@twinsun.com>
18718
18719         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
18720         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
18721         and sweeter "eval x=$x".
18722         * config/srclist.txt: Get lib/argp* from glibc.
18723
18724 2003-07-07  Paul Eggert  <eggert@twinsun.com>
18725
18726         * lib/mktime.c: Fix some boundary cases and remove need for floating
18727         point.
18728
18729         Issue a compile-time diagnostic if time_t is floating point, or if
18730         two's complement arithmetic is not in effect, or if arithmetic
18731         right shift does not propagate the sign.  These assumptions were
18732         all in the original code but they weren't checked.
18733
18734         (TIME_T_MIDPOINT, verify): New macros.
18735         (__isleap): Remove; it has integer overflow problems.
18736         (leapyear): New function, without those problems.
18737         (ydhms_tm_diff): Remove; splitting into two parts.
18738         (ydhms_diff): New function, containing the arithmetic part of
18739         the old ydhms_tm_diff function.  Issue a compile-time
18740         diagnostic if we are not using C99 integer division.
18741         Avoid casts when possible.
18742         (guess_time_tm): New function, containing the checking part of
18743         the old ydhms_tm_diff function.  Return the new value, rather than
18744         the difference between it and the old.  Accept a new argument T
18745         so that *T specifies the old value.  Check for overflow in the result.
18746
18747         (__mktime_internal): Use a time_t offset, not a long int offset.
18748         This undoes the 2003-06-04 change, which is no longer needed now
18749         that we have better overflow checking.
18750         (localtime_offset): Likewise.
18751
18752         (__mktime_internal): Avoid harmful overflow on hosts where time_t
18753         and long are 64-bit but int is only 32-bit.
18754         (ydhms_diff): Use long int to store year1 and yday1.
18755         Issue a compile-time diagnostic if long int is not wide enough.
18756
18757         (__mktime_internal): Use long int to store adjusted year and yday.
18758         Use plain C rather than preprocessor commands, if that doesn't
18759         affect efficiency.
18760         Check for overflow (and try to repair) after each probe
18761         rather than checking only at the very end.  This avoids some bugs
18762         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
18763         does not equal GMT offset at maximum time).
18764         Use integer to check for overflow rather than floating point; this
18765         is more portable to non-IEEE hosts, and is a tad faster.
18766         When we detect that we are oscillating between two values,
18767         don't check whether tm_isdst has the requested value, since
18768         we already know the answer.  When tm_isdst has the wrong value,
18769         use a different heuristic to find the right one, based on the
18770         extreme values actually observed in practice in tz2003a,
18771         rather than the (overly optimistic) "previous 3 calendar quarters".
18772
18773         (not_equal_tm, print_tm, check_result): Use "const T" rather than
18774         "T const" to accommodate glibc style.
18775         (check_result): Use less-confusing report format.  "long" -> "long int.
18776         (main): Likewise.
18777         Don't loop if the iteration overflows time_t.
18778         Allow a negative step in the iteration.
18779
18780 2003-07-06  Karl Berry  <karl@gnu.org>
18781
18782         * config/depcomp: update from automake.
18783         * config/config.sub: update from prep.
18784
18785 2003-07-03  Karl Berry  <karl@gnu.org>
18786
18787         * config/config.guess: update from prep.
18788
18789 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18790
18791         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
18792         xreadlink.c now includes it unconditionally.
18793
18794 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18795
18796         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
18797         having it depend on HAVE_SYS_TYPES_H.
18798
18799 2003-07-01  Bruno Haible  <bruno@clisp.org>
18800
18801         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
18802         <sys/types.h> should be sufficient.
18803         Reported by Paul Eggert.
18804
18805 2003-06-26  Karl Berry  <karl@gnu.org>
18806
18807         * config/depcomp: update from automake.
18808
18809 2003-06-26  Bruno Haible  <bruno@clisp.org>
18810
18811         * modules/human: Depend on module stdbool.
18812
18813 2003-06-25  Bruno Haible  <bruno@clisp.org>
18814
18815         * modules/readlink: New file.
18816         * modules/xreadlink: Depend on it.
18817         * MODULES.html.sh (func_all_modules): Add readlink.
18818
18819 2003-06-25  Bruno Haible  <bruno@clisp.org>
18820
18821         * m4/readlink.m4: New file.
18822
18823 2003-06-25  Bruno Haible  <bruno@clisp.org>
18824
18825         * lib/readlink.c: New file.
18826
18827 2003-06-22  Karl Berry  <karl@gnu.org>
18828
18829         * config/srclist.txt: update mkinstalldirs from automake.
18830         * config/mkinstalldirs: update.
18831
18832 2003-06-22  Bruno Haible  <bruno@clisp.org>
18833
18834         Portability to mingw32.
18835         * m4/ssize_t.m4: New file, from GNU gettext.
18836         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
18837         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
18838
18839 2003-06-22  Bruno Haible  <bruno@clisp.org>
18840
18841         * modules/safe-read: Add m4/ssize_t.m4.
18842         * modules/xreadlink: Add m4/ssize_t.m4.
18843
18844 2003-06-20  Bruno Haible  <bruno@clisp.org>
18845
18846         Assume C89, so PARAMS isn't needed.
18847         * lib/unicodeio.h (PARAMS): Remove.
18848         * lib/unicodeio.c: Don't use PARAMS.
18849
18850 2003-06-18  Karl Berry  <karl@gnu.org>
18851
18852         * config/config.{guess,sub}: update from prep.
18853
18854 2003-06-18  Jim Meyering  <jim@meyering.net>
18855
18856         Merge changes from coreutils.
18857         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
18858         Remove explicit declarations of xmalloc and realloc.
18859         Include xalloc.h.
18860         (read_utmp): Remove anachronistic cast of xmalloc.
18861
18862 2003-06-17  Paul Eggert  <eggert@twinsun.com>
18863
18864         Assume C89, so PARAMS isn't needed.
18865         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
18866         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
18867         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
18868         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
18869         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
18870         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
18871         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
18872         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
18873         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
18874         lib/xstrtod.h, lib/xstrtol.h: Likewise.
18875         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
18876         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
18877         no longer needed. Anyway, config.h should always be included before any
18878         other file.
18879
18880 2003-06-11  Simon Josefsson  <jas@extundo.com>
18881
18882         * modules/sysexits: New file.
18883         * MODULES.html.sh (func_all_modules): Add sysexits.
18884
18885 2003-06-11  Simon Josefsson  <jas@extundo.com>
18886
18887         * lib/sysexit_.h: New file.
18888
18889 2003-06-11  Derek Price  <derek@ximbiot.com>
18890
18891         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
18892         necessary.
18893
18894 2003-06-11  Bruno Haible  <bruno@clisp.org>
18895
18896         * m4/sysexits.m4: New file.
18897
18898 2003-06-10  Simon Josefsson  <jas@extundo.com>
18899
18900         * lib/argp.h: New file, from glibc.
18901         * lib/argp-ba.c: New file, from glibc.
18902         * lib/argp-eexst.c: New file, from glibc.
18903         * lib/argp-fmtstream.c: New file, from glibc.
18904         * lib/argp-fmtstream.h: New file, from glibc.
18905         * lib/argp-fs-xinl.c: New file, from glibc.
18906         * lib/argp-help.c: New file, from glibc.
18907         * lib/argp-namefrob.h: New file, from glibc.
18908         * lib/argp-parse.c: New file, from glibc.
18909         * lib/argp-pv.c: New file, from glibc.
18910         * lib/argp-pvh.c: New file, from glibc.
18911         * lib/argp-xinl.c: New file, from glibc.
18912
18913 2003-06-10  Simon Josefsson  <jas@extundo.com>
18914
18915         * modules/strchrnul: New file.
18916
18917 2003-06-10  Simon Josefsson  <jas@extundo.com>
18918
18919         * modules/argp: New file.
18920
18921 2003-06-10  Simon Josefsson  <jas@extundo.com>
18922
18923         * m4/strchrnul.m4: New file.
18924
18925 2003-06-10  Simon Josefsson  <jas@extundo.com>
18926
18927         * lib/strchrnul.h: New file.
18928         * lib/strchrnul.c: New file.
18929
18930 2003-06-10  Bruno Haible  <bruno@clisp.org>
18931
18932         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
18933
18934 2003-06-07  Karl Berry  <karl@gnu.org>
18935
18936         * config/config.{guess,sub}: update from prep.
18937
18938 2003-06-07  Jim Meyering  <jim@meyering.net>
18939
18940         * modules/strtod: Use $(...) notation, not @...@ for
18941         AC_REPLACE'd variables.
18942         * modules/localcharset: Likewise.
18943
18944 2003-06-07  Jim Meyering  <jim@meyering.net>
18945
18946         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
18947         in place of my name in the copyright comment.
18948         Remove definition and uses of __P.
18949
18950         From coreutils.
18951         * lib/stat.c: Don't declare xmalloc explicitly.
18952         Instead, include "xalloc.h".
18953         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
18954         xrealloc, and xcalloc return values.
18955         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
18956         Improve comment.
18957         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
18958
18959 2003-06-07  Bruno Haible  <bruno@clisp.org>
18960
18961         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
18962         avoid AC_CONFIG_LINKS.
18963         * modules/fnmatch (Makefile.am): Use explicit creation rule for
18964         fnmatch.h, to avoid AC_CONFIG_LINKS.
18965         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
18966
18967 2003-06-07  Bruno Haible  <bruno@clisp.org>
18968
18969         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
18970         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
18971         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18972         directory.
18973         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
18974         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18975         directory.
18976
18977 2003-06-06  Jim Meyering  <jim@meyering.net>
18978
18979         Merge from coreutils.
18980         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
18981         Consolidate declarations and initializations of *_base* locals.
18982
18983         Merge from coreutils.
18984         This avoids a core dump on systems without GNU putenv,
18985         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
18986         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
18987         (unsetenv): New static function, from GNU libc.
18988         (rpl_putenv): Use it.
18989
18990         * lib/modechange.c: Remove trailing blanks.
18991
18992         Merge from coreutils.
18993         * lib/fsusage.c: Remove declaration of statfs.
18994         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
18995
18996         * lib/posixtm.c: Include <stdbool.h> unconditionally.
18997
18998 2003-06-06  Jim Meyering  <jim@meyering.net>
18999
19000         * lib/stdbool_.h: Renamed from stdbool.h.in.
19001
19002 2003-06-06  Jim Meyering  <jim@meyering.net>
19003             Bruno Haible  <bruno@clisp.org>
19004
19005         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
19006         Adjust Makefile.am snippet not to redirect directly to target.
19007         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
19008
19009 2003-06-05  Paul Eggert  <eggert@twinsun.com>
19010
19011         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
19012         mismatch, look in future quarters as well as past.  This fixes a
19013         bug when processing fall-backwards gaps immediately after a long
19014         period of daylight-saving time.
19015
19016         * lib/mktime.c: Assume freestanding C89 or better.
19017         (HAVE_LIMITS_H): Remove.  Assume it's 1.
19018         (__P): Remove; not used.
19019         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
19020         (mktime, not_equal_tm, print_tm, check_result,
19021         main): Use prototypes.  Use const * where appropriate.
19022         (main): Fix typo in testing code that uncovered by above changes.
19023         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
19024
19025 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19026
19027         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
19028         locale.h, localeconv.  This merges changes from coreutils.
19029
19030         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
19031         It can be removed after the next Autoconf is released.
19032         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
19033         needed.
19034
19035 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19036
19037         * lib/mktime.c: Fix Debian bug 177940
19038         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
19039         (localtime_offset): Now long int, not time_t, because we want it
19040         to be guaranteed to be signed.  All uses changed.
19041         (__mktime_internal): If overflow would occur when adding offset,
19042         don't add it.
19043
19044         Merge 'human' changes from coreutils.  Rewrite to support
19045         locale-specific notations like thousands separators.
19046         * lib/human.c: Simplify authorship notice.
19047         Include human.h immediately after config.h.
19048         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
19049         <limits.h>: Do not include, since human.h does.
19050         (SIZE_MAX, UINTMAX_MAX): New macros.
19051         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
19052         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
19053         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
19054         (power_letter): Renamed from suffixes.
19055         (generate_suffix_backwards): Remove.
19056         (adjust_value): Now takes int style (because of human.h changes)
19057         and long double value (for greater precision on some platforms).
19058         (group_number): New function.
19059         (human_readable): Use it.  Use integer options, not enum.
19060         Put the options before the sizes in the arg list.
19061         Support all the new options.
19062         The old human_readable function has been removed;
19063         use inttostr.h instead.
19064         (human_readable, default_block_size, humblock):
19065         Use uintmax_t, not int, for block sizes.
19066         (human_readable_inexact, block_size_types): Remove.
19067         (block_size_opts): New constant.
19068         (human_options): Renamed from human_block_size, with new signature
19069         that allows block sizes up to UINTMAX_MAX.  All callers changed.
19070         * lib/human.h: Add copyright and authorship notice.
19071         Include <limits.h> and <stdbool.h> unconditionally.
19072         (PARAMS): Remove.  All uses removed.
19073         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
19074         (enum human_inexact_style): Remove tag; now a nameless enum.
19075         (human_floor, human_ceiling, human_round_to_even): Now have
19076         values 2, 0, 1 rather than -1, 1, 0.
19077         (human_group_digits, human_suppress_point_zero, human_autoscale,
19078         human_base_1024, human_SI, human_B): New constants.
19079         (human_readable_inexact, human_block_size): Remove.
19080         (human_readable): Size args are now uintmax_t, not int.
19081         (human_options): New decl.
19082
19083         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
19084         unnecessary now that we assume C89 or better.  This change
19085         imported from coreutils.
19086
19087         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19088         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
19089         in the 2003-05-30 sync from glibc.
19090
19091         .h files should stand alone, but we shouldn't include <sys/types.h>
19092         if we can get away with just <stddef.h>.
19093
19094         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
19095         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
19096         rather than <sys/types.h>, as we merely need size_t.
19097         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
19098         to get size_t.
19099         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
19100         Include <stdio.h>, to get FILE.
19101         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
19102         memcasecmp.h has included <stddef.h> and all we need is size_t.
19103         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
19104         our interface, instead of including <sys/types.h>
19105
19106 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19107
19108         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
19109         now, as glibc mktime is buggy on non-glibc systems.
19110
19111 2003-06-03  Karl Berry  <karl@gnu.org>
19112
19113         * config/config.sub: update from prep.
19114
19115 2003-06-02  Paul Eggert  <eggert@twinsun.com>
19116
19117         [from coreutils]
19118         Fix some minor time-related bugs with POSIX time arguments.
19119         Some valid time stamps were being rejected (notably -1, and
19120         time stamps before 1900 on 64-bit hosts).  And some invalid
19121         time stamps were being accepted, e.g. September 31.
19122
19123         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
19124         that we can return (time_t) -1 successfully.
19125         * lib/posixtm.c: Likewise.
19126         [HAVE_STDBOOL_H]: Include <stdbool.h>.
19127         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
19128         (t): Remove static var.
19129         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
19130         of static var.  All uses changed.
19131         (year): Do not reject years before 1900; they can occur with
19132         64-bit time_t.
19133         (posix_time_parse): Do not check for out-of-range components;
19134         that is now the caller's responsibility, since our checks were
19135         only approximations.
19136         (posixtime): Use mktime to check for out-of-range components,
19137         since it knows them exactly.
19138         If mktime returns (time_t) -1, check whether an error actually occurred
19139         by invoking localtime on -1.
19140         (main) [TEST_POSIXTIME]: Check for input data errors, and report
19141         posixtime failures better.
19142         Improve the test data (in comments only).
19143
19144 2003-06-02  Karl Berry  <karl@gnu.org>
19145
19146         * config/mkinstalldirs (version): new variable.
19147         (--version): new option.
19148         (usage): improve message.
19149
19150 2003-05-30  Karl Berry  <karl@gnu.org>
19151
19152         * lib/mktime.c: update from libc.
19153
19154 2003-05-30  Bruno Haible  <bruno@clisp.org>
19155
19156         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
19157         * config/config.rpath: Upgrade to gettext-0.12.1.
19158
19159 2003-05-30  Bruno Haible  <bruno@clisp.org>
19160
19161         * m4/gettext.m4: Upgrade to gettext-0.12.1.
19162         * m4/nls.m4: New file, from gettext-0.12.1.
19163         * m4/po.m4: New file, from gettext-0.12.1.
19164         * m4/progtest.m4: Upgrade to gettext-0.12.1.
19165
19166 2003-05-30  Bruno Haible  <bruno@clisp.org>
19167
19168         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
19169         * lib/localcharset.h: Likewise.
19170         * lib/localcharset.c: Likewise.
19171
19172 2003-05-29  Karl Berry  <karl@gnu.org>
19173
19174         * config/config.rpath: update from gettext.
19175
19176 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19177
19178         Assume the headers required for C89 freestanding compilers.
19179         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
19180         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
19181         * m4/human.m4 (gl_HUMAN): Likewise.
19182         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
19183         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
19184         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19185         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
19186         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19187         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
19188
19189 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19190
19191         Assume the headers required for C89 freestanding compilers.
19192         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
19193         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
19194         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
19195         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
19196         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
19197         define, since <limits.h> is guaranteed to do that.
19198         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
19199         * lib/exclude.c: Include <stdbool.h> unconditionally.
19200         * lib/tempname.c: Include <stddef.h> unconditionally.
19201         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
19202         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
19203         <stddef.h> does that.
19204         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
19205         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
19206         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
19207         needed.
19208         * lib/xstrtol.c: Likewise.
19209         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
19210         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
19211
19212         * lib/addext.c (addext): Use assignment rather than cast, to avoid
19213         warnings on some platforms.
19214
19215         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19216         arbitrarily.
19217
19218 2003-05-26  Jim Meyering  <jim@meyering.net>
19219
19220         Merge in a change from coreutils:
19221         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
19222         that is guaranteed to be `no'.  Use `no_such_member' to indicate
19223         that condition, rather than `-1' which is slightly misleading.
19224         Change the name of the cache variable to have the gl_ prefix.
19225         Prompted by a patch from Richard Dawe for DJGPP.
19226
19227 2003-05-24  Karl Berry  <karl@gnu.org>
19228
19229         * config/config.guess: update from prep.
19230
19231 2003-05-22  Karl Berry  <karl@gnu.org>
19232
19233         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
19234
19235 2003-05-20  Karl Berry  <karl@gnu.org>
19236
19237         * config/config.guess: update from prep.
19238
19239 2003-05-18  Karl Berry  <karl@gnu.org>
19240
19241         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
19242         might actually be set by the user.
19243
19244         * config/depcomp, install-sh, mdate-sh: update from automake.
19245
19246 2003-05-17  Bruno Haible  <bruno@clisp.org>
19247
19248         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
19249         invalid expansion for AC_EGREP_CPP.
19250         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
19251         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
19252         Suggested by Akim Demaille <akim@epita.fr> in
19253         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
19254
19255 2003-05-12  Jim Meyering  <jim@meyering.net>
19256
19257         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
19258         the space-padded-by-default conversion specifiers, %e, %k, %l.
19259
19260 2003-05-12  Bruno Haible  <bruno@clisp.org>
19261
19262         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
19263         the string is longer than 4 KB.
19264
19265 2003-05-11  Karl Berry  <karl@gnu.org>
19266
19267         * config/config.{guess,sub}: update from prep.
19268
19269 2003-05-09  Bruno Haible  <bruno@clisp.org>
19270
19271         * modules/error: Add m4/strerror_r.m4 to file list.
19272
19273 2003-05-03  Bruno Haible  <bruno@clisp.org>
19274
19275         Upgrade to Unicode-4.0.
19276         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
19277         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
19278         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
19279         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
19280         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
19281         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
19282         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
19283         Change width of U+E0100..U+E01EF from 1 to 0.
19284
19285 2003-04-25  Jim Meyering  <jim@meyering.net>
19286
19287         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
19288         of type size_t, not int.
19289
19290 2003-04-25  Bruno Haible  <bruno@clisp.org>
19291
19292         * lib/copy-file.c: Include <stddef.h>, for size_t.
19293
19294 2003-04-21  Paul Eggert  <eggert@twinsun.com>
19295
19296         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
19297         code which expansion is under static control.  Patch imported from
19298         Akim Demaille's patch to Bison; see
19299         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
19300
19301 2003-04-14  Bruno Haible  <bruno@clisp.org>
19302
19303         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
19304
19305 2003-04-11  Jim Meyering  <jim@meyering.net>
19306
19307         Merge changes from Coreutils.
19308
19309         2003-03-22  Jim Meyering  <jim@meyering.net>
19310
19311         * lib/strftime.c (widen): Cast alloca return value to proper type.
19312
19313         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
19314
19315         From GNU libc.
19316         * lib/strftime.c (my_strftime): Handle very large width
19317         specifications for numeric values correctly.  Improve checks for
19318         overflow.
19319
19320         2003-01-19  Jim Meyering  <jim@meyering.net>
19321
19322         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
19323         definitions.
19324         (nl_get_alt_digit) [! defined my_strftime]: Define.
19325         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
19326         _nl_get_alt_digit and _nl_get_walt_digit.
19327
19328         * lib/strftime.c (my_strftime): Merge in locale-related changes from
19329         libc. These changes have no effect outside of _LIBC.
19330
19331 2003-04-10  Bruno Haible  <bruno@clisp.org>
19332
19333         * modules/findprog: New file.
19334         * MODULES.html.sh (func_all_modules): Add it.
19335
19336 2003-04-10  Bruno Haible  <bruno@clisp.org>
19337
19338         * m4/findprog.m4: New file.
19339         * m4/eaccess.m4: New file.
19340
19341 2003-04-10  Bruno Haible  <bruno@clisp.org>
19342
19343         * lib/findprog.h: New file, from GNU gettext.
19344         * lib/findprog.c: New file, from GNU gettext.
19345
19346 2003-04-05  Jim Meyering  <jim@meyering.net>
19347
19348         Merge changes from Coreutils.
19349
19350         * lib/exclude.h (PARAMS): Remove definition and uses.
19351         * lib/exclude.c: Remove uses of `PARAMS'.
19352
19353         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
19354         Add test-cases for DOS filenames. Declare program_name.
19355         (main): Set up program_name.  Patch by Rich Dawe.
19356
19357         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19358         error from mntctl.
19359         Use mntctl's return value to drive the entry-processing loop, since
19360         we can't rely on the value of the vmt_length member in the last
19361         entry.  On some systems doing so could result in exhausting
19362         virtual memory.  Based in part on a patch from Mike Jetzer.
19363
19364 2003-04-04  Bruno Haible  <bruno@clisp.org>
19365
19366         * modules/linebreak: New file.
19367         * MODULES.html.sh (func_all_modules): Add it.
19368
19369 2003-04-04  Bruno Haible  <bruno@clisp.org>
19370
19371         * m4/linebreak.m4: New file.
19372
19373 2003-04-04  Bruno Haible  <bruno@clisp.org>
19374
19375         * lib/linebreak.h: New file, from GNU gettext.
19376         * lib/linebreak.c: New file, from GNU gettext with slight
19377         modifications.
19378         * lib/lbrkprop.h: New file, from GNU gettext.
19379
19380 2003-04-03  Bruno Haible  <bruno@clisp.org>
19381
19382         * modules/utf8-ucs4: New file.
19383         * modules/utf16-ucs4: New file.
19384         * modules/ucs4-utf8: New file.
19385         * modules/ucs4-utf16: New file.
19386         * MODULES.html.sh (func_all_modules): Add them.
19387
19388 2003-04-03  Bruno Haible  <bruno@clisp.org>
19389
19390         * m4/utf-ucs4.m4: New file.
19391         * m4/ucs4-utf.m4: New file.
19392
19393 2003-04-03  Bruno Haible  <bruno@clisp.org>
19394
19395         * lib/utf8-ucs4.h: New file, from GNU gettext.
19396         * lib/utf16-ucs4.h: New file, from GNU gettext.
19397         * lib/ucs4-utf8.h: New file, from GNU gettext.
19398         * lib/ucs4-utf16.h: New file, from GNU gettext.
19399
19400 2003-04-02  Bruno Haible  <bruno@clisp.org>
19401
19402         * modules/binary-io: New file.
19403         * MODULES.html.sh (func_all_modules): Add it.
19404
19405 2003-04-02  Bruno Haible  <bruno@clisp.org>
19406
19407         * lib/binary-io.h: New file, from GNU gettext.
19408
19409 2003-04-01  Bruno Haible  <bruno@clisp.org>
19410
19411         * modules/pathname: New file.
19412         * MODULES.html.sh (func_all_modules): Add it.
19413
19414 2003-04-01  Bruno Haible  <bruno@clisp.org>
19415
19416         * lib/pathname.h: New file, from GNU gettext.
19417         * lib/concatpath.c: New file, from GNU gettext.
19418
19419 2003-03-30  Bruno Haible  <bruno@clisp.org>
19420
19421         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
19422
19423 2003-03-30  Bruno Haible  <bruno@clisp.org>
19424
19425         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
19426         function chown() doesn't exist.
19427
19428 2003-03-28  Bruno Haible  <bruno@clisp.org>
19429
19430         * modules/copy-file: New file.
19431         * MODULES.html.sh (func_all_modules): Add it.
19432
19433 2003-03-28  Bruno Haible  <bruno@clisp.org>
19434
19435         * m4/copy-file.m4: New file.
19436
19437 2003-03-28  Bruno Haible  <bruno@clisp.org>
19438
19439         * lib/copy-file.h: New file, from GNU gettext.
19440         * lib/copy-file.c: New file, from GNU gettext.
19441
19442 2003-03-18  Jim Meyering  <jim@meyering.net>
19443
19444         * lib/quote.c (quote_n): Fix typo in comment.
19445
19446 2003-03-18  Bruno Haible  <bruno@clisp.org>
19447
19448         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
19449         checking.
19450         * m4/onceonly_2_57.m4: Likewise.
19451
19452 2003-03-17  Bruno Haible  <bruno@clisp.org>
19453
19454         * m4/onceonly.m4: Require autoconf 2.54 or newer.
19455         (m4_quote): Remove macro.
19456         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
19457
19458 2003-03-14  Jim Meyering  <jim@meyering.net>
19459
19460         Merge changes from Coreutils.
19461         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
19462         to be const, in order to avoid warnings.
19463         (obstack_room): Likewise.
19464         (obstack_empty_p): Likewise.
19465
19466 2003-03-14  Bruno Haible  <bruno@clisp.org>
19467
19468         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
19469         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
19470
19471 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19472
19473         Merge changes from Bison.
19474         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
19475         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
19476         when compiling Bison 1.875's `bitset bset = obstack_alloc
19477         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
19478         * lib/hash.c: Include <stdbool.h> unconditionally.
19479
19480 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19481
19482         * m4/onceonly.m4 (m4_quote): New macro.
19483         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
19484         Quote AC_FOREACH variable-expansions properly.
19485
19486 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19487
19488         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
19489
19490 2003-03-09  Paul Eggert  <eggert@twinsun.com>
19491
19492         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
19493         Reported by Bruce Becker; see:
19494         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
19495
19496 2003-03-03  Paul Eggert  <eggert@twinsun.com>
19497             Bruno Haible  <bruno@clisp.org>
19498
19499         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
19500         Reported by John Hughes, see
19501         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
19502
19503 2003-02-20  Bruno Haible  <bruno@clisp.org>
19504
19505         * MODULES.html.sh (func_all_modules): Add poll.
19506
19507 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19508
19509         * modules/poll: New file.
19510
19511 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19512
19513         * lib/poll_.h: New file.
19514         * lib/poll.c: New file.
19515
19516 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19517
19518         * m4/poll.m4: New file.
19519
19520 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19521
19522         * modules/mathl: New file.
19523
19524 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19525
19526         * lib/mathl.h: New file.
19527         * lib/acosl.c: New file.
19528         * lib/asinl.c: New file.
19529         * lib/atanl.c: New file.
19530         * lib/ceill.c: New file.
19531         * lib/cosl.c: New file.
19532         * lib/expl.c: New file.
19533         * lib/floorl.c: New file.
19534         * lib/frexpl.c: New file.
19535         * lib/ldexpl.c: New file.
19536         * lib/logl.c: New file.
19537         * lib/sincosl.c: New file.
19538         * lib/sinl.c: New file.
19539         * lib/sqrtl.c: New file.
19540         * lib/tanl.c: New file.
19541         * lib/trigl.c: New file.
19542         * lib/trigl.h: New file.
19543
19544 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19545
19546         * m4/mathl.m4: New file.
19547
19548 2003-02-18  Bruno Haible  <bruno@clisp.org>
19549
19550         * MODULES.html.sh (func_all_modules): Add mathl.
19551
19552 2003-02-17  Bruno Haible  <bruno@clisp.org>
19553
19554         * modules/mkdtemp: New module.
19555         * MODULES.html.sh (func_all_modules): Add it.
19556
19557 2003-02-17  Bruno Haible  <bruno@clisp.org>
19558
19559         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
19560
19561 2003-02-17  Bruno Haible  <bruno@clisp.org>
19562
19563         * lib/mkdtemp.h: New file, from GNU gettext.
19564         * lib/mkdtemp.c: New file, from GNU gettext.
19565
19566 2003-02-02  Jim Meyering  <jim@meyering.net>
19567
19568         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
19569         e.g. glibc-2.2.93.
19570
19571 2003-01-31  Bruno Haible  <bruno@clisp.org>
19572
19573         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
19574         'rpl_rename'.
19575         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
19576         'rpl_strnlen'.
19577         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
19578         'rpl_strtod'.
19579         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
19580         'rpl_utime'.
19581
19582 2003-01-31  Bruno Haible  <bruno@clisp.org>
19583
19584         * lib/rename.c: #undef rename before defining rpl_rename.
19585         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
19586
19587 2003-01-30  Bruno Haible  <bruno@clisp.org>
19588
19589         * modules/vasnprintf, modules/vasprintf: New modules.
19590         * MODULES.html.sh (func_all_modules): Add them.
19591
19592 2003-01-30  Bruno Haible  <bruno@clisp.org>
19593
19594         * m4/signed.m4: New file, from GNU gettext.
19595         * m4/longdouble.m4: New file, from GNU gettext.
19596         * m4/wchar_t.m4: New file, from GNU gettext.
19597         * m4/wint_t.m4: New file, from GNU gettext.
19598         * m4/vasnprintf.m4: New file.
19599         * m4/vasprintf.m4: New file.
19600
19601 2003-01-30  Bruno Haible  <bruno@clisp.org>
19602
19603         * lib/printf-args.h: New file, from GNU gettext.
19604         * lib/printf-args.c: New file, from GNU gettext.
19605         * lib/printf-parse.h: New file, from GNU gettext.
19606         * lib/printf-parse.c: New file, from GNU gettext.
19607         * lib/vasnprintf.h: New file, from GNU gettext.
19608         * lib/vasnprintf.c: New file, from GNU gettext.
19609         * lib/asnprintf.c: New file, from GNU gettext.
19610         * lib/vasprintf.h: New file, from GNU gettext with modifications.
19611         * lib/vasprintf.c: New file, from GNU gettext.
19612         * lib/asprintf.c: New file, from GNU gettext.
19613
19614 2003-01-29  Bruno Haible  <bruno@clisp.org>
19615
19616         * modules/stpncpy: New module.
19617         * MODULES.html.sh (func_all_modules): Add it.
19618
19619 2003-01-29  Bruno Haible  <bruno@clisp.org>
19620
19621         * m4/stpncpy.m4: New file.
19622
19623 2003-01-29  Bruno Haible  <bruno@clisp.org>
19624
19625         * lib/stpncpy.h: New file, from GNU gettext with modifications.
19626         * lib/stpncpy.c: New file, from GNU gettext with modifications.
19627
19628 2003-01-28  Bruno Haible  <bruno@clisp.org>
19629
19630         * modules/c-ctype: New module.
19631         * MODULES.html.sh (func_all_modules): Add it.
19632
19633 2003-01-28  Bruno Haible  <bruno@clisp.org>
19634
19635         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
19636         Paul Eggert.
19637         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
19638         Paul Eggert.
19639
19640 2003-01-27  Bruno Haible  <bruno@clisp.org>
19641
19642         * modules/xsetenv: New module.
19643         * MODULES.html.sh (func_all_modules): Add it.
19644
19645 2003-01-27  Bruno Haible  <bruno@clisp.org>
19646
19647         * lib/xsetenv.h: New file, from GNU gettext.
19648         * lib/xsetenv.c: New file, from GNU gettext.
19649
19650 2003-01-23  Jim Meyering  <jim@meyering.net>
19651
19652         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
19653         from working on systems without dirfd (at least Irix and OSF1/Tru64).
19654
19655 2003-01-23  Bruno Haible  <bruno@clisp.org>
19656
19657         * modules/minmax: New module.
19658         * MODULES.html.sh (func_all_modules): Add it.
19659
19660 2003-01-23  Bruno Haible  <bruno@clisp.org>
19661
19662         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
19663         Eggert.
19664
19665 2003-01-22  Bruno Haible  <bruno@clisp.org>
19666
19667         * modules/exit: New module.
19668         * MODULES.html.sh (func_all_modules): Add it.
19669
19670 2003-01-22  Bruno Haible  <bruno@clisp.org>
19671
19672         * lib/exit.h: New file, from GNU gettext.
19673
19674 2003-01-19  Bruno Haible  <bruno@clisp.org>
19675
19676         * gnulib-tool: Recognize option --extract-maintainer.
19677         (func_get_maintainer): New function.
19678         * modules/*: Add Maintainer entry.
19679
19680 2003-01-16  Jim Meyering  <jim@meyering.net>
19681
19682         * m4/regex.m4: The `regex' struct is both input and output.
19683         Initialize it before each use.  Patch by Tim Waugh.
19684
19685 2003-01-16  Bruno Haible  <bruno@clisp.org>
19686
19687         * MODULES.html.sh: Add a table of contents. Add the module name as
19688         leftmost column. Add hyperlinks.
19689
19690 2003-01-15  Bruno Haible  <bruno@clisp.org>
19691
19692         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
19693
19694 2003-01-15  Bruno Haible  <bruno@clisp.org>
19695
19696         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
19697         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
19698         suffix.
19699
19700 2003-01-15  Bruno Haible  <bruno@clisp.org>
19701
19702         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
19703
19704 2003-01-15  Bruno Haible  <bruno@clisp.org>
19705
19706         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
19707         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
19708
19709 2003-01-14  Jim Meyering  <jim@meyering.net>
19710
19711         * lib/same.c (same_name): Tweak a comment.
19712
19713 2003-01-14  Bruno Haible  <bruno@clisp.org>
19714
19715         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
19716         when a string comparison is sufficient.
19717
19718 2003-01-14  Bruno Haible  <bruno@clisp.org>
19719
19720         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
19721         'unsigned int'.
19722
19723 2003-01-14  Bruno Haible  <bruno@clisp.org>
19724
19725         * lib/hash-pjw.c: Add comment about low quality of this function.
19726
19727 2003-01-13  Bruno Haible  <bruno@clisp.org>
19728
19729         * modules/stpcpy: Distribute lib/stpcpy.h.
19730         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
19731
19732 2003-01-13  Bruno Haible  <bruno@clisp.org>
19733
19734         * modules/*: Add a description.
19735         * modules/strpbrk: Fix Makefile.am snippet.
19736         * modules/strtoimax: Fix dependencies.
19737         * modules/strtoumax: Likewise.
19738
19739 2003-01-13  Bruno Haible  <bruno@clisp.org>
19740
19741         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
19742         * modules/alloca (Makefile.am): All object files depend on alloca.h.
19743         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
19744
19745 2003-01-13  Bruno Haible  <bruno@clisp.org>
19746
19747         * gnulib-tool (func_create_testdir): Store config/* files in the main
19748         directory.
19749         * config.rpath: Move to ...
19750         * config/config.rpath: ... here.
19751         * modules/gettext: Contains config/config.rpath, not config.rpath.
19752         * modules/iconv: Likewise.
19753
19754 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19755
19756         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19757         to avoid collisions with libcurses and libreadline.
19758
19759         * m4/getstr.m4: Remove.
19760         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
19761
19762 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19763
19764         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19765         to avoid collisions with libcurses and libreadline.
19766
19767         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
19768         * lib/getstr.h, getstr.c: Remove.
19769         * lib/getline.c: Include "getline.h", to check interface.
19770         Move body of old getstr.c here: this defines MIN_CHUNK and
19771         declares getdelim2, which is renamed from getstr.
19772         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
19773
19774         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
19775         All uses changed.
19776         * lib/linebuffer.h: Likewise.
19777         (readline): Remove backward-compatibility macro.
19778
19779 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19780
19781         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19782         to avoid collisions with libcurses and libreadline.
19783         * getstr: Remove.
19784         * MODULES.html.sh: Remove getstr.
19785         * modules/getline: Depend on unlocked-io, not getstr.
19786
19787 2003-01-12  Jim Meyering  <jim@meyering.net>
19788
19789         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
19790
19791 2003-01-10  Bruno Haible  <bruno@clisp.org>
19792
19793         * modules/alloca: Change Makefile.am requirements. Simplify Include
19794         requirements. Add lib/alloca_.h to file list.
19795
19796 2003-01-10  Bruno Haible  <bruno@clisp.org>
19797
19798         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
19799
19800 2003-01-10  Bruno Haible  <bruno@clisp.org>
19801
19802         * lib/alloca_.h: New file.
19803         * lib/getdate.y: Unconditionally include alloca.h.
19804         * lib/makepath.c: Likewise.
19805         * lib/setenv.c: Likewise.
19806         * lib/userspec.c: Likewise.
19807
19808 2003-01-09  Karl Berry  <karl@gnu.org>
19809
19810         * MODULES.html.sh: include `dirname $0` in PATH, to find
19811         gnulib-tool.
19812
19813 2003-01-09  Bruno Haible  <bruno@clisp.org>
19814
19815         * modules/stdbool: Change configure.ac, Makefile.am requirements.
19816         Simplify Include requirements. Add lib/stdbool.h.in to file list.
19817
19818 2003-01-09  Bruno Haible  <bruno@clisp.org>
19819
19820         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
19821
19822 2003-01-09  Bruno Haible  <bruno@clisp.org>
19823
19824         * lib/stdbool.h.in: New file.
19825
19826 2003-01-09  Bruno Haible  <bruno@clisp.org>
19827
19828         * gnulib-tool (func_all_modules): Ignore files ending in ~.
19829         * MODULES.html.sh: Likewise.
19830
19831 2003-01-08  Jim Meyering  <jim@meyering.net>
19832
19833         * lib/full-write.c: Undefine and define-away `const' after inclusion
19834         of errno.h, not before.  Suggestion from Bruno Haible.
19835
19836 2003-01-08  Bruno Haible  <bruno@clisp.org>
19837
19838         * modules/full-read: Depend on full-write.
19839
19840 2003-01-08  Bruno Haible  <bruno@clisp.org>
19841
19842         * lib/safe-read.c: Include specification header first, to ensure its
19843         selfcontainedness.
19844         * lib/full-write.c: Likewise.
19845
19846 2003-01-07  Jim Meyering  <jim@meyering.net>
19847
19848         * lib/full-write.c: Rework so that it may serve to define full_read,
19849         too.
19850         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
19851
19852 2003-01-07  Bruno Haible  <bruno@clisp.org>
19853
19854         * lib/strtoimax.c: Include <stdint.h> as an alternative to
19855         <inttypes.h>.
19856         * lib/xstrtol.h: Likewise.
19857         * lib/xstrtoimax.c: Likewise.
19858         * lib/xstrtoumax.c: Likewise.
19859         * lib/human.h: Likewise.
19860
19861         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
19862         on systems that have <inttypes.h> but not <stdint.h>.
19863
19864 2003-01-07  Bruno Haible  <bruno@clisp.org>
19865
19866         * MODULES.html.sh: Add copyright notice.
19867         (missed_files): Omit CVS directory entries.
19868         (func_module): Make it work with sed-3.02.
19869         * MODULES.txt: Remove file.
19870
19871 2003-01-06  Jim Meyering  <jim@meyering.net>
19872
19873         * lib/version-etc.c: Update year in translatable copyright string.
19874
19875 2003-01-03  Karl Berry  <karl@gnu.org>
19876
19877         * config/config.{guess,sub}: update from prep.
19878
19879 2003-01-02  Karl Berry  <karl@gnu.org>
19880
19881         * doc/COPYING.DOC: belatedly updated to 1.2.
19882
19883 2003-01-01  Karl Berry  <karl@gnu.org>
19884
19885         * gnulib-tool (func_verify_module): report module name $module in
19886         error message, not $1.
19887         * gnulib-tool (create-testdir): don't complain if destdir couldn't
19888         be created, only if it doesn't exist.
19889         * gnulib-tool (last_checkin_date): don't expand the $Date here.
19890
19891 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19892
19893         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
19894
19895 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19896
19897         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
19898         memcmp if strcoll doesn't work.
19899
19900 2002-12-31  Bruno Haible  <bruno@clisp.org>
19901
19902         * lib/utime.c (utime_null): No need to call ftruncate if the file was
19903         nonempty.
19904
19905 2002-12-31  Bruno Haible  <bruno@clisp.org>
19906
19907         * lib/memcoll.c (STRCOLL): New macro.
19908         (memcoll): Use it.
19909
19910 2002-12-31  Bruno Haible  <bruno@clisp.org>
19911
19912         * lib/localcharset.h: New file.
19913         * lib/localcharset.c: Include it.
19914         * lib/unicodeio.c: Likewise.
19915
19916 2002-12-31  Bruno Haible  <bruno@clisp.org>
19917
19918         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
19919         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
19920
19921 2002-12-31  Bruno Haible  <bruno@clisp.org>
19922
19923         * lib/getline.h: Include <stddef.h>, for size_t.
19924
19925         * lib/unicodeio.h: Include <stddef.h>, for size_t.
19926         * lib/unicodeio.c: Don't include <stddef.h>.
19927
19928 2002-12-31  Bruno Haible  <bruno@clisp.org>
19929
19930         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
19931         HAVE_TM_ZONE.
19932
19933 2002-12-24  Karl Berry  <karl@gnu.org>
19934
19935         * config/config.guess: update from prep.
19936
19937 2002-12-24  Bruno Haible  <bruno@clisp.org>
19938
19939         General infrasructure.
19940         * m4/README: Rewritten.
19941         * m4/onceonly.m4: New file.
19942         * m4/onceonly_2_57.m4: New file.
19943
19944         Module atexit.
19945         * m4/atexit.m4: New file.
19946
19947         Module strtod.
19948         * m4/strtod.m4: New file.
19949
19950         Module strtol.
19951         * m4/strtol.m4: New file.
19952
19953         Module strtoul.
19954         * m4/strtoul.m4: New file.
19955
19956         Module memchr.
19957         * m4/memchr.m4: New file.
19958
19959         Module memcmp.
19960         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
19961         (jm_FUNC_MEMCMP): Invoke it.
19962
19963         Module memcpy.
19964         * m4/memcpy.m4: New file.
19965
19966         Module memmove.
19967         * m4/memmove.m4: New file.
19968
19969         Module memset.
19970         * m4/memset.m4: New file.
19971
19972         Module strcspn.
19973         * m4/strcspn.m4: New file.
19974
19975         Module strpbrk.
19976         * m4/strpbrk.m4: New file.
19977
19978         Module strstr.
19979         * m4/strstr.m4: New file.
19980
19981         Module strerror.
19982         * m4/strerror.m4: New file.
19983
19984         Module mktime.
19985         * m4/mktime.m4: Renamed from jm-mktime.m4.
19986         (gl_PREREQ_MKTIME): New macro.
19987         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
19988
19989         Module malloc.
19990         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
19991         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
19992         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
19993
19994         Module realloc.
19995         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
19996         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
19997         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
19998
19999         Module strftime.
20000         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
20001         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
20002         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
20003         gl_TM_GMTOFF.
20004         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
20005
20006         Module xalloc.
20007         * m4/xalloc.m4: New file.
20008
20009         Module alloca.
20010         * m4/alloca.m4: New file.
20011
20012         Module putenv.
20013         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
20014         (jm_FUNC_PUTENV): Invoke it.
20015
20016         Module setenv.
20017         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
20018         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
20019         when invoked twice.
20020         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
20021         gt_FUNC_SETENV.
20022
20023         Module memrchr.
20024         * m4/memrchr.m4: New file.
20025
20026         Module stpcpy.
20027         * m4/stpcpy.m4: New file.
20028
20029         Module strcase.
20030         * m4/strcase.m4: New file.
20031
20032         Module strdup.
20033         * m4/strdup.m4: New file.
20034
20035         Module strnlen.
20036         * m4/strnlen.m4: New file.
20037
20038         Module strndup.
20039         * m4/strndup.m4: New file.
20040
20041         Module xstrtod.
20042         * m4/xstrtod.m4: New file.
20043
20044         Module xstrtol.
20045         * m4/xstrtol.m4: New file.
20046
20047         Module getdate.
20048         * m4/getdate.m4: New file.
20049
20050         Module unlocked-io.
20051         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
20052         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
20053         * m4/jm-glibc-io.m4n: Remove file.
20054
20055         Module long-options.
20056         * m4/long-options.m4: New file.
20057
20058         Module md5.
20059         * m4/md5.m4: New file.
20060
20061         Module sha.
20062         * m4/sha.m4: New file.
20063
20064         Module getstr.
20065         * m4/getstr.m4: New file.
20066
20067         Module getline.
20068         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
20069         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
20070         <sys/types.h>, for size_t. Use the function name gnu_getline, not
20071         simply getline. Infoke gl_PREREQ_GETLINE.
20072
20073         Module obstack.
20074         * m4/obstack.m4: New file.
20075
20076         Module hash.
20077         * m4/hash.m4: New file.
20078
20079         Module readtokens.
20080         * m4/readtokens.m4: New file.
20081
20082         Module strverscmp.
20083         * m4/strverscmp.m4: New file.
20084
20085         Module stdbool.
20086         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
20087         OSF/1.
20088
20089         Module strtoll.
20090         * m4/strtoll.m4: New file.
20091
20092         Module strtoull.
20093         * m4/strtoull.m4: New file.
20094
20095         Module strtoimax.
20096         * m4/strtoimax.m4: New file.
20097
20098         Module strtoumax.
20099         * m4/strtoumax.m4: New file.
20100
20101         Module xstrtoimax.
20102         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
20103         jm_AC_PREREQ_XSTRTOIMAX.
20104         Moved the strtol prerequisites to strtol.m4.
20105         Moved the strtoll prerequisites to strtoll.m4.
20106         Moved the strtoimax prerequisites to strtoimax.m4.
20107
20108         Module xstrtoumax.
20109         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
20110         jm_AC_PREREQ_XSTRTOUMAX.
20111         Moved the strtoul prerequisites to strtoul.m4.
20112         Moved the strtoull prerequisites to strtoull.m4.
20113         Moved the strtoumax prerequisites to strtoumax.m4.
20114
20115         Module chown.
20116         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
20117         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
20118
20119         Module dup2.
20120         * m4/dup2.m4: New file.
20121
20122         Module ftruncate.
20123         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
20124         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
20125
20126         Module getgroups.
20127         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
20128         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
20129
20130         Module gettimeofday.
20131         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
20132         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
20133         gl_PREREQ_GETTIMEOFDAY.
20134
20135         Module mkdir.
20136         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
20137         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
20138
20139         Module mkstemp.
20140         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
20141         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
20142         jm_AC_TYPE_UINTMAX_T.
20143         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
20144
20145         Module stat.
20146         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
20147         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
20148
20149         Module lstat.
20150         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
20151         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
20152
20153         Module timespec.
20154         * m4/timespec.m4 (gl_TIMESPEC): New macro.
20155         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
20156         * m4/st_mtim.m4: Indentation.
20157
20158         Module nanosleep.
20159         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
20160         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
20161         gl_PREREQ_NANOSLEEP.
20162
20163         Module regex.
20164         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
20165         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
20166         (gl_REGEX): New macro.
20167
20168         Module rename.
20169         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
20170         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
20171
20172         Module rmdir.
20173         * m4/rmdir.m4: New file.
20174
20175         Module utime.
20176         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
20177         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
20178         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
20179
20180         Module dirname.
20181         * m4/dirname.m4: New file.
20182
20183         Module getopt.
20184         * m4/getopt.m4: New file.
20185
20186         Module unistd-safer.
20187         * m4/unistd-safer.m4: New file.
20188
20189         Module fnmatch.
20190         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
20191         declaration.
20192         (gl_PREREQ_FNMATCH_EXTRA): New macro.
20193         (gl_FUNC_FNMATCH_POSIX): New macro.
20194         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
20195         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
20196         simply fnmatch.
20197
20198         Module exclude.
20199         * m4/exclude.m4: New file.
20200
20201         Module human.
20202         * m4/human.m4: New file.
20203
20204         Module acl.
20205         * m4/acl.m4: Nop.
20206
20207         Module backupfile.
20208         * m4/backupfile.m4: New file.
20209         * m4/d-ino.m4: Indentation.
20210
20211         Module fsusage.
20212         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
20213         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
20214         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
20215
20216         Module dirfd.
20217         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
20218         requirements.
20219
20220         Module euidaccess.
20221         * m4/euidaccess.m4: New file.
20222
20223         Module file-type.
20224         * m4/file-type.m4: New file.
20225
20226         Module fileblocks.
20227         * m4/fileblocks.m4: New file.
20228
20229         Module filemode.
20230         * m4/filemode.m4: New file.
20231
20232         Module isdir.
20233         * m4/isdir.m4: New file.
20234
20235         Module lchown.
20236         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
20237         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
20238
20239         Module makepath.
20240         * m4/makepath.m4: New file.
20241
20242         Module modechange.
20243         * m4/modechange.m4: New file.
20244
20245         Module mountlist.
20246         * m4/mountlist.m4: New file.
20247         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
20248         Indentation.
20249
20250         Module path-concat.
20251         * m4/path-concat.m4: New file.
20252
20253         Module pathmax.
20254         * m4/pathmax.m4: New file.
20255
20256         Module same.
20257         * m4/same.m4: New file.
20258
20259         Module save-cwd.
20260         * m4/save-cwd.m4: New file.
20261
20262         Module savedir.
20263         * m4/savedir.m4: New file.
20264
20265         Module xgetcwd.
20266         * m4/xgetcwd.m4: New file.
20267         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
20268
20269         Module xreadlink.
20270         * m4/xreadlink.m4: New file.
20271
20272         Module safe-read.
20273         * m4/safe-read.m4: New file.
20274
20275         Module safe-write.
20276         * m4/safe-write.m4: New file.
20277
20278         Module closeout.
20279         * m4/closeout.m4: New file.
20280
20281         Module stdio-safer.
20282         * m4/stdio-safer.m4: New file.
20283
20284         Module getpass.
20285         * m4/getpass.m4: New file.
20286
20287         Module getugroups.
20288         * m4/getugroups.m4: New file.
20289
20290         Module group-member.
20291         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
20292         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
20293
20294         Module idcache.
20295         * m4/idcache.m4: New file.
20296
20297         Module userspec.
20298         * m4/userspec.m4: New file.
20299
20300         Module gettime.
20301         * m4/clock_time.m4: New file.
20302         * m4/gettime.m4: New file.
20303
20304         Module settime.
20305         * m4/settime.m4: New file.
20306
20307         Module posixtm.
20308         * m4/posixtm.m4: New file.
20309
20310         Module gethostname.
20311         * m4/gethostname.m4: New file.
20312
20313         Module canon-host.
20314         * m4/canon-host.m4: New file.
20315
20316         Module gettext.
20317         * m4/codeset.m4: New file, from gettext-0.11.5.
20318         * m4/gettext.m4: New file, from gettext-0.11.5.
20319         * m4/glibc21.m4: New file, from gettext-0.11.5.
20320         * m4/iconv.m4: New file, from gettext-0.11.5.
20321         * m4/intdiv0.m4: New file, from gettext-0.11.5.
20322         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
20323         * m4/inttypes.m4: New file, from gettext-0.11.5.
20324         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
20325         * m4/isc-posix.m4: New file, from gettext-0.11.5.
20326         * m4/lcmessage.m4: New file, from gettext-0.11.5.
20327         * m4/lib-ld.m4: New file, from gettext-0.11.5.
20328         * m4/lib-link.m4: New file, from gettext-0.11.5.
20329         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
20330         * m4/progtest.m4: New file, from gettext-0.11.5.
20331         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
20332         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
20333         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
20334
20335         Module localcharset.
20336         * m4/localcharset.m4: New file.
20337
20338         Module hard-locale.
20339         * m4/hard-locale.m4: New file.
20340
20341         Module mbswidth.
20342         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
20343         onceonly macros.
20344         * m4/mbrtowc.m4: Add comment.
20345
20346         Module memcasecmp.
20347         * m4/memcasecmp.m4: New file.
20348
20349         Module memcoll.
20350         * m4/memcoll.m4: New file.
20351
20352         Module unicodeio.
20353         * m4/unicodeio.m4: New file.
20354
20355         Module rpmatch.
20356         * m4/rpmatch.m4: New file.
20357
20358         Module yesno.
20359         * m4/yesno.m4: New file.
20360
20361         Module exitfail.
20362         * m4/exitfail.m4: New file.
20363
20364         Module c-stack.
20365         * m4/c-stack.m4 (gl_C_STACK): New macro.
20366         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
20367
20368         Module error.
20369         * m4/error.m4 (gl_ERROR): New macro.
20370         (jm_PREREQ_ERROR): Use onceonly macros.
20371
20372         Module fatal.
20373         * m4/fatal.m4: New file.
20374
20375         Module getloadavg.
20376         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
20377         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
20378
20379         Module getpagesize.
20380         * m4/getpagesize.m4: New file.
20381
20382         Module getusershell.
20383         * m4/getusershell.m4: New file.
20384
20385         Module physmem.
20386         * m4/physmem.m4: New file.
20387
20388         Module posixver.
20389         * m4/posixver.m4: New file.
20390
20391         Module quotearg.
20392         * m4/quotearg.m4: New file.
20393
20394         Module quote.
20395         * m4/quote.m4: New file.
20396
20397         Module readutmp.
20398         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
20399
20400         Module sig2str.
20401         * m4/sig2str.m4: New file.
20402
20403         Other.
20404         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
20405         ulonglong.m4.
20406         * m4/intmax_t.m4: New file.
20407         * m4/d-type.m4: Indentation.
20408         * m4/jm-macros.m4: Update.
20409         * m4/prereq.m4 (jm_PREREQ): Update.
20410         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
20411         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
20412         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
20413         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
20414         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
20415         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
20416         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
20417         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
20418         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
20419         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
20420         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
20421         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
20422         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
20423         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
20424         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
20425         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
20426         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
20427         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
20428         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
20429
20430 2002-12-24  Bruno Haible  <bruno@clisp.org>
20431
20432         * MODULES.txt: Update according to m4/ changes.
20433
20434         Module gettext.
20435         * config.rpath: New file, from gettext-0.11.5.
20436
20437         * modules/*: New module descriptions.
20438         * gnulib-tool: New file.
20439         * MODULES.html.sh: New file.
20440
20441 2002-12-21  Karl Berry  <karl@gnu.org>
20442
20443         * doc/fdl.texi: update to version 1.2.
20444
20445 2002-12-19  Karl Berry  <karl@gnu.org>
20446
20447         * config/config.guess: update from prep.
20448
20449 2002-12-18  Bruno Haible  <bruno@clisp.org>
20450
20451         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
20452         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
20453
20454 2002-12-17  Bruno Haible  <bruno@clisp.org>
20455
20456         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
20457         stdlib.h, string.h.
20458
20459 2002-12-17  Bruno Haible  <bruno@clisp.org>
20460
20461         * lib/canon-host.c (strdup): Remove unused declaration.
20462
20463         * lib/fsusage.c: Include full_read.h.
20464         (get_fs_usage): Use full_read instead of safe_read.
20465
20466         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
20467
20468 2002-12-12  Karl Berry  <karl@gnu.org>
20469
20470         * config/config.guess: update from prep.
20471
20472 2002-12-11  Bruno Haible  <bruno@clisp.org>
20473
20474         * m4/setenv.m4: New file, from gettext-0.11.5.
20475
20476 2002-12-11  Bruno Haible  <bruno@clisp.org>
20477
20478         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
20479         not unsetenv().
20480         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
20481         modifications:
20482
20483         2002-12-11  Bruno Haible  <bruno@clisp.org>
20484
20485                 * setenv.c (alloca): Fall back to malloc.
20486                 (freea): New macro.
20487                 (setenv): Use freea() to free memory allocated with alloca().
20488
20489         2002-11-13  Bruno Haible  <bruno@clisp.org>
20490
20491                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
20492                 function declarations.
20493                 * unsetenv.c (unsetenv): Likewise.
20494
20495         2002-03-04  Bruno Haible  <bruno@clisp.org>
20496
20497                 Portability to AIX 4.3.3.
20498                 * unsetenv.c: New file, extracted from setenv.c.
20499                 * setenv.c: Move the unsetenv() function to unsetenv.c.
20500
20501         2001-12-20  Bruno Haible  <bruno@clisp.org>
20502
20503                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
20504                 use malloc instead. For SunOS 4.
20505
20506         2001-12-11  Bruno Haible  <bruno@clisp.org>
20507
20508                 * setenv.c: Declare alloca.
20509                 (compar_fn_t): New typedef.
20510                 (KNOWN_VALUE, STORE_VALUE): Use it.
20511
20512         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
20513         setenv.h.
20514
20515 2002-12-10  Paul Eggert  <eggert@twinsun.com>
20516
20517         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
20518         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
20519         Choose values that are less likely to collide with system fnmatch
20520         options.
20521         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
20522         defined (e.g., a pure POSIX system).
20523         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
20524         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
20525
20526 2002-12-06  Paul Eggert  <eggert@twinsun.com>
20527
20528         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
20529         a pain in practice to deal with generated m4 files.  This change
20530         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
20531
20532         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
20533         and jm-glibc-io.m4, as they are no longer a special case.
20534         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
20535         kludge and the auto-generation stuff.  Check only whether the
20536         functions are declared, not whether they exist, since older hosts
20537         that don't declare the functions can't use the optimization anyway.
20538
20539 2002-12-06  Jim Meyering  <jim@meyering.net>
20540
20541         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
20542
20543         Merge in changes from libc's misc/error.c, in preparation
20544         for the merge of gnulib's changes back into libc.
20545
20546         * lib/error.c (_): Define only if not already defined.
20547         Move definition to follow all #include directives.
20548         Include unlocked-io.h only if !_LIBC.
20549         [_LIBC]: Include <libio/libioP.h>.
20550         [USE_IN_LIBIO]: Include <libio/iolibio.h>
20551         (fflush): Tweak definition to use INTUSE.
20552         (putc): Define.
20553
20554 2002-12-05  Paul Eggert  <eggert@twinsun.com>
20555
20556         * lib/alloca.c [defined emacs]: Include "lisp.h".
20557         (xalloc_die) [defined emacs]: New macro.
20558         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
20559         [! defined emacs]: Include <xalloc.h>.
20560         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
20561         (pointer): Typedef to POINTER_TYPE *.
20562         (malloc): Remove decl; we now always use xmalloc.
20563         (alloca): Use old-style definition, since Emacs needs this.
20564         Check for arithmetic overflow when computing combined size.
20565
20566 2002-12-04  Paul Eggert  <eggert@twinsun.com>
20567
20568         Do not generate unlocked-io.h automatically, since it's easier to
20569         maintain it by hand.
20570
20571         * lib/unlocked-io.h: New file, from GNU diffutils,
20572         but with proper copyright notice and attribution.
20573         * lib/gen-uio: Remove.
20574         * lib/Makefile.am: Add copyright notice.
20575         (libfetish_a_SOURCES): Add unlocked-io.h.
20576         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
20577         (DISTCLEANFILES, io_functions): Remove macros.
20578         (EXTRA_DIST): Remove gen_uio.
20579         (unlocked-io.h): Remove rule.
20580
20581 2002-12-04  Jim Meyering  <jim@meyering.net>
20582
20583         Reflect the fact that stat.c and lstat.c are no longer generated.
20584         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
20585         (DISTCLEANFILES): Likewise.
20586         (EXTRA_DIST): Likewise.
20587         (all_local): Don't depend on stat.c or lstat.c.
20588         (stat.c, lstat.c): Remove rules.
20589         (EXTRA_DIST): Remove xstat.in.
20590
20591         * lib/xstat.in: Remove file.  Contents moved into stat.c.
20592         * lib/stat.c: New file.  Contents mostly from xstat.in.
20593         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
20594         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
20595
20596         * lib/safe-read.c: Rework so that it may serve to define safe_write,
20597         too.
20598         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
20599
20600 2002-12-03  Jim Meyering  <jim@meyering.net>
20601
20602         * lib/safe-read.c, safe-write.c: Change variable names and comments,
20603         but not semantics, to minimize the differences between these two files.
20604         (safe_read): Change comment to mention SAFE_READ_ERROR.
20605
20606         * lib/safe-read.c (IS_EINTR): Define.
20607         (safe_read): Use IS_EINTR in place of in-function cpp directives.
20608
20609 2002-12-02  Jim Meyering  <jim@meyering.net>
20610
20611         * lib/safe-read.c (EINTR): Define.
20612         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
20613         (INT_MAX): Provide fallback.
20614         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
20615
20616         * lib/safe-read.h (SAFE_READ_ERROR): Define.
20617
20618 2002-12-02  Bruno Haible  <bruno@clisp.org>
20619
20620         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
20621         Define, taken from safe-read.c.
20622         (INT_MAX): Provide fallback.
20623         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
20624         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
20625
20626         * lib/safe-read.c (EINTR): Remove definition.
20627         (safe_read): Don't use EINTR if it is absent.
20628
20629 2002-12-01  Jim Meyering  <jim@meyering.net>
20630
20631         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
20632         zero.
20633         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
20634
20635 2002-11-27  Paul Eggert  <eggert@twinsun.com>
20636
20637         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
20638         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
20639         with `if (! (value < limit)) abort ();', for readability.
20640
20641 2002-11-26  Karl Berry  <karl@gnu.org>
20642
20643         * lib/strdup.c: copy from libc again, with jim's ok.
20644         * lib/.cppi-disable: re-add strdup.c
20645
20646 2002-11-25  Karl Berry  <karl@gnu.org>
20647
20648         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
20649         instead of "strtol.c".
20650
20651 2002-11-25  Karl Berry  <karl@gnu.org>
20652
20653         * config/install-sh: update from automake for variable quoting, $0 in
20654         error msgs, etc.
20655
20656         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
20657         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
20658         entry.
20659
20660 2002-11-25  Jim Meyering  <jim@meyering.net>
20661
20662         * lib/mktime.c: Sync from libc, now that it has the latest fix.
20663
20664 2002-11-24  Karl Berry  <karl@gnu.org>
20665
20666         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
20667         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
20668
20669 2002-11-24  Jim Meyering  <jim@meyering.net>
20670
20671         Update from coreutils:
20672
20673         * lib/mktime.c: Merge in changes from libc.
20674
20675         Avoid a link-time failure on some Linux systems.
20676         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
20677         (otherwise).
20678         (__mon_yday): Declare with the STATIC attribute.
20679         (__mktime_internal): Likewise.
20680         Based on a report from Greg Schafer.
20681
20682 2002-11-23  Jim Meyering  <jim@meyering.net>
20683
20684         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
20685         Use `unsigned', not `int', as type of index.
20686
20687         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
20688
20689         * lib/fsusage.c: Remove unneeded parentheses around operands of
20690         `defined'.
20691
20692 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20693
20694         * lib/quotearg.h: Allow multiple inclusion by surrounding with
20695         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
20696         so that we can be included first.
20697         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
20698         * lib/quotearg.c: Include quotearg.h immediately after config.h.
20699         No need to include stddef.h or sys/types.h any more.
20700         Surround local include files with "", not "<>".
20701         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
20702         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
20703         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
20704         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20705         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20706         (ISPRINT): Remove; no longer needed now that we assume C89.
20707
20708         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
20709         Preserve errno.
20710
20711         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
20712         quotearg_char): Use SIZE_MAX rather than
20713         (size_t) -1 when we are talking about "infinity".
20714
20715         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
20716
20717 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20718
20719         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
20720         hint that one should use `if (! x) abort ();' rather than `assert
20721         (x);', and anyway it's one less thing to worry about configuring.
20722         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
20723         hash_rehash, hash_insert): Use abort rather than assert.
20724
20725 2002-11-22  Bruno Haible  <bruno@clisp.org>
20726
20727         * lib/safe-read.h: Assume C89. Add comments.
20728         (safe_read): Change return type to size_t.
20729         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
20730         byte counts > SSIZE_MAX correctly.
20731         * lib/safe-write.h: New file.
20732         * lib/safe-write.c: New file.
20733         * lib/full-read.h: New file.
20734         * lib/full-read.c: New file.
20735         * lib/full-write.h: Assume C89. Add comments.
20736         * lib/full-write.c: Include safe-write.h.
20737         (full_write): Rewritten to use safe_write.
20738         Suggested by Jim Meyering and Paul Eggert.
20739
20740 2002-11-21  Jim Meyering  <jim@meyering.net>
20741
20742         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
20743
20744         Merge in changes from the coreutils.
20745
20746         2002-09-25  Paul Eggert  <eggert@twinsun.com>
20747         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
20748         <stdint.h>.
20749         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
20750         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
20751         int.  Work more efficiently if X is the same width as uintmax_t.
20752         Do not compare X to -1, to avoid bogus compiler warning.
20753         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
20754         Don't assume that f_frsize and f_bsize are the same type.
20755
20756         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
20757         warning on FreeBSD.
20758
20759         * lib/makepath.c (make_path): Restore umask *before* creating the final
20760         component.
20761         (make_path): Minor reformatting.
20762
20763         * lib/xmalloc.c: Adjust to work with new autoconf macros,
20764         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
20765         HAVE_MALLOC/HAVE_REALLOC.
20766
20767         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
20768         dummy ones.  At least on GNU/Linux systems, `auto' means something
20769         else.
20770         From Michael Stone.
20771
20772 2002-11-21  Bruno Haible  <bruno@clisp.org>
20773
20774         Remove case insensitive option matching.
20775         * lib/argmatch.h (argcasematch): Remove declaration.
20776         (ARGCASEMATCH): Remove macro.
20777         (__xargmatch_internal): Remove case_sensitive argument.
20778         (XARGMATCH): Update.
20779         (XARGCASEMATCH): Remove macro.
20780         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
20781         case_sensitive argument.
20782         (argcasematch): Remove function.
20783         (__xargmatch_internal): Remove case_sensitive argument.
20784         (main): Use XARGMATCH instead of XARGCASEMATCH.
20785
20786         * lib/xmalloc.c: Change compile-time error message. Add comment about
20787         required autoconf version.
20788
20789 2002-11-20  Paul Eggert  <eggert@twinsun.com>
20790
20791         Merge argmatch cleanups from Bison.  Assume C89.
20792
20793         * lib/argmatch.c: Include config.h here, not in argmatch.h.
20794         Include stdlib.h, for EXIT_FAILURE.
20795         Always include <string.h>, since we assume C89.
20796         (EXIT_FAILURE): Remove pre-C89 bug workaround.
20797         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
20798         Include <stddef.h> instead, since it's all we need for size_t.
20799         (PARAMS): Remove.  All uses removed.
20800         (ARRAY_CARDINALITY): Do not bother to #undef.
20801         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
20802         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20803         Remove unnecessary parentheses.
20804         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20805         Insert necessary parentheses.
20806         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
20807         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
20808
20809 2002-11-19  Bruno Haible  <bruno@clisp.org>
20810
20811         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
20812         * lib/mbswidth.h: Include <stddef.h>, for size_t.
20813
20814         * lib/mbswidth.h (PARAMS): Remove macro.
20815         (mbswidth, mbsnwidth): Use ANSI C function declarations.
20816         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
20817
20818         * lib/gcd.h (PARAMS): Remove macro.
20819         (gcd): Use ANSI C function declarations.
20820         * lib/gcd.c (gcd): Likewise.
20821
20822 2002-11-15  Bruno Haible  <bruno@clisp.org>
20823
20824         * lib/strcspn.c: Include <stddef.h>.
20825         (strcspn): Use ANSI C function declaration. Change return type to
20826         size_t. Use NULL.
20827         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
20828         (strpbrk): Use NULL.
20829         * lib/strpbrk.h (PARAMS): Remove macro.
20830         (strpbrk): Use ANSI C function declaration.
20831         * lib/strstr.c: Don't include <sys/types.h>.
20832         * lib/strstr.h (PARAMS): Remove macro.
20833         (strstr): Use ANSI C function declarations.
20834
20835 2002-11-14  Karl Berry  <karl@gnu.org>
20836
20837         * config/mkinstalldirs: `do' on separate line, instead of
20838         `for var; do'.
20839
20840 2002-11-06  Bruno Haible  <bruno@clisp.org>
20841
20842         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
20843         * lib/gcd.c (gcd): Likewise.
20844
20845 2002-11-05  Bruno Haible  <bruno@clisp.org>
20846
20847         * lib/gcd.h: New file, from gettext-0.11.5.
20848         * lib/gcd.c: New file, from gettext-0.11.5.
20849
20850 2002-11-05  Bruno Haible  <bruno@clisp.org>
20851
20852         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20853         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20854         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20855         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20856
20857         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
20858         <libintl.h>.
20859         * lib/makepath.c: Include gettext.h instead of <locale.h> and
20860         <libintl.h>.
20861
20862         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
20863         * lib/human.c: Include gettext.h instead of <libintl.h>.
20864         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
20865         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
20866         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
20867         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
20868         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
20869         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
20870         (textdomain): Remove definition.
20871         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
20872
20873         * lib/long-options.c: Remove include of <libintl.h> and definition of
20874         _.
20875         * lib/same.c: Remove include of <libintl.h> and definition of _.
20876
20877 2002-11-04  Owen Taylor  <otaylor@redhat.com>
20878
20879         * lib/config.charset: A few additions for Solaris.
20880
20881 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20882
20883         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
20884         * lib/localcharset.c (locale_charset): Declare as extern "C".
20885
20886 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20887
20888         * lib/config.charset: msdos in uk_UA uses CP1125.
20889
20890 2002-11-04  Bruno Haible  <bruno@clisp.org>
20891
20892         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
20893         * lib/strcase.h: New file, from GNU gettext-0.11.5.
20894         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
20895         * lib/strstr.h: New file, from GNU gettext-0.11.5.
20896         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
20897
20898 2002-11-04  Bruno Haible  <bruno@clisp.org>
20899
20900         * lib/localcharset.c (locale_charset): Don't return an empty string.
20901
20902 2002-11-04  Bruno Haible  <bruno@clisp.org>
20903
20904         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
20905         aliases.
20906
20907 2002-11-04  Bruno Haible  <bruno@clisp.org>
20908
20909         * lib/config.charset: Update for newest glibc. Add canonical names
20910         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
20911
20912 2002-11-04  Bruno Haible  <bruno@clisp.org>
20913
20914         * lib/config.charset: Add support for NetBSD.
20915
20916 2002-11-04  Bruno Haible  <bruno@clisp.org>
20917
20918         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
20919
20920 2002-11-01  Bruno Haible  <bruno@clisp.org>
20921
20922         * configure.in: Add AC_CONFIG_AUX_DIR call.
20923         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
20924         test/Makefile.
20925         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
20926
20927 2002-09-28  Karl Berry  <karl@gnu.org>
20928
20929         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
20930         installed automake until the next release, since changes have been
20931         made.
20932
20933 2002-09-25  Karl Berry  <karl@gnu.org>
20934
20935         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
20936         * lib/getopt*: copy from libc/posix.
20937         * lib/gettext.h: copy from gettext.
20938         * lib/.cppi-disable: add strdup.c, gettext.h.
20939
20940 2002-09-25  Karl Berry  <karl@gnu.org>
20941
20942         * config/srclist.txt: enable gettext.h check.
20943         * config/config.{guess,sub}: update from prep.
20944         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
20945                 from automake 1.6.3.
20946         See srclist*.
20947
20948 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
20949
20950         * regex.c (PATFETCH): Remove the translating fetch.
20951         (PATFETCH_RAW): Rename to PATFETCH.
20952         (set_image_of_range): New fun.
20953         (SET_RANGE_TABLE_WORK_AREA): Use it.
20954         (regex_compile): Don't translate the pattern chars so eagerly.
20955         Only do it when inserting an `exactn' bytecode or when handling
20956         a char-range.
20957         (mutually_exclusive_p): Avoid empty statement.
20958
20959 2002-07-06  Jim Meyering  <meyering@lucent.com>
20960
20961         * m4/README: Don't mention Makefile.am.in.
20962         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
20963
20964 2002-07-01  Jim Meyering  <meyering@lucent.com>
20965
20966         * lib/c-stack.c: Include sys/time.h.
20967         From Volker Borchert.
20968
20969 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20970
20971         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
20972
20973 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20974
20975         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
20976         New macro.  Use it uniformly instead of
20977         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
20978         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
20979         reported by Vin Shelton.
20980
20981 2002-06-22  Paul Eggert  <eggert@twinsun.com>
20982
20983         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
20984         Do not assume SA_SIGINFO behavior.
20985         Bug reported by Jim Meyering on NetBSD 1.5.2.
20986
20987 2002-06-22  Jim Meyering  <meyering@lucent.com>
20988
20989         * m4/c-stack.m4: New file, from diffutils-2.8.2.
20990         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
20991
20992         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
20993         now that configure.ac uses AC_GNU_SOURCE.
20994         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
20995         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
20996
20997         Update to latest tools.  Suggestions from Paul Eggert.
20998         * m4/stdbool.m4: New file, from diffutils-2.8.2.
20999         * m4/gnu-source.m4: Update from diffutils-2.8.2.
21000         * m4/fnmatch.m4: Likewise.
21001         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
21002         to AC_HEADER_STDBOOL
21003
21004 2002-06-22  Jim Meyering  <meyering@lucent.com>
21005
21006         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
21007         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
21008
21009 2002-06-22  Jim Meyering  <meyering@lucent.com>
21010
21011         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
21012
21013         * lib/exitfail.c, exitfail.h: Likewise.
21014         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
21015
21016         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
21017         of fnmatch.h.
21018         (EXTRA_DIST): Add fnmatch_loop.c.
21019         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
21020
21021         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
21022         * lib/fnmatch.c: Update from diffutils-2.8.2.
21023         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
21024         * lib/fnmatch.h: Remove file.
21025
21026 2002-06-21  Jim Meyering  <meyering@lucent.com>
21027
21028         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
21029         * m4/mbrtowc.m4: Likewise.
21030
21031         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
21032         * m4/mbswidth.m4: Reflect name change:
21033         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
21034         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21035
21036         * m4/lib-link.m4: Update from gettext-0.11.2.
21037         * m4/gettext.m4: Likewise.
21038
21039         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
21040         From Alfred M. Szmidt.
21041
21042 2002-06-18  Paul Eggert  <eggert@twinsun.com>
21043
21044         * lib/file-type.h: Report an error if neither S_ISREG nor
21045         S_IFREG is defined, instead of using a test specific to glibc
21046         2.2.  This should be safe, since POSIX requires S_ISREG and
21047         Unix Version 7 had S_IFREG.  We don't need to check for
21048         <sys/types.h> since we don't use any symbols that it defines.
21049
21050 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
21051
21052         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
21053         $@-t, so that each temporary file name is unique and valid in the first
21054         8 characters, for operation under DOS.
21055
21056 2002-06-15  Paul Eggert  <eggert@twinsun.com>
21057
21058         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
21059
21060 2002-06-15  Jim Meyering  <meyering@lucent.com>
21061
21062         Work even with DJGPP 2.03, which lacks support for symlinks.
21063         From Richard Dawe.
21064         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
21065         is defined.
21066         * lib/lchown.c (S_ISLNK): Likewise.
21067
21068 2002-06-15  Jim Meyering  <meyering@lucent.com>
21069
21070         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
21071         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
21072         have been included before this file.
21073
21074 2002-06-14  Jim Meyering  <meyering@lucent.com>
21075
21076         * lib/file-type.h: Use the version from diffutils-2.8.2.
21077         * lib/file-type.c: Likewise.
21078
21079 2002-06-07  Jim Meyering  <meyering@lucent.com>
21080
21081         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
21082         They're needed at least for NetBSD 1.5.2.
21083         ($statxfs_includes): Include those same headers.
21084         ($statxfs_includes): Include sys/vfs.h if available.
21085         ($statxfs_includes): Likewise for sys/statvfs.h.
21086         Check for the following members in both structs statfs and statvfs:
21087         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
21088
21089 2002-06-01  Jim Meyering  <meyering@lucent.com>
21090
21091         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
21092         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
21093
21094 2002-05-28  Jim Meyering  <meyering@lucent.com>
21095
21096         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
21097         Reported by Volker Borchert.
21098
21099 2002-05-27  Jim Meyering  <meyering@lucent.com>
21100
21101         Fix a problem seen only on nonconforming systems whereby ls.c's
21102         use of localtime, and then of gettimeofday would cause trouble:
21103         the localtime call used to initialize rpl_gettimeofday's save
21104         mechanism would clobber ls's current local time information so
21105         that in any long listing the first file would always be listed
21106         with date 1970-01-01.  Analysis by Volker Borchert.
21107
21108         * lib/gettimeofday.c (localtime): Undefine.
21109         (rpl_localtime): New function.
21110
21111 2002-05-27  Jim Meyering  <meyering@lucent.com>
21112
21113         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
21114         localtime.
21115
21116         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
21117         use the replacement function; it wouldn't resolve at link time.
21118         Reported by Volker Borchert.
21119
21120 2002-05-22  Jim Meyering  <meyering@lucent.com>
21121
21122         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
21123         file-type.h.
21124         * lib/file-type.h: New file.
21125         * lib/file-type.c (file_type): New file/function.  Extracted from
21126         diffutils.
21127
21128 2002-04-30  Jim Meyering  <meyering@lucent.com>
21129
21130         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
21131
21132 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21133
21134         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
21135
21136 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21137
21138         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
21139         Do not check for alloca.h (no longer used) or stdbool.h (was never
21140         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
21141
21142 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21143
21144         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
21145
21146 2002-04-29  Jim Meyering  <meyering@lucent.com>
21147
21148         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
21149         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
21150         Use AC_FUNC_STRNLEN here instead.
21151
21152         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
21153         With autoconf-2.53a, it's part of AC_PROG_CC.
21154
21155 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21156
21157         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
21158         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
21159
21160 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21161
21162         * lib/sig2str.h, lib/sig2str.c: New files.
21163         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
21164
21165 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21166
21167         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
21168         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
21169         of 127, since 64 is the largest conceivable number for ancient
21170         nonstandard hosts.
21171         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
21172
21173 2002-04-28  Jim Meyering  <meyering@lucent.com>
21174
21175         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
21176
21177 2002-04-24  Jim Meyering  <meyering@lucent.com>
21178
21179         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
21180         (jm_PREREQ): Use it.
21181
21182         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
21183         mach/mach.h fcntl.h.
21184         Check for this function: setlocale.
21185
21186 2002-04-24  Jim Meyering  <meyering@lucent.com>
21187
21188         * lib/gettext.h: New file, from Gettext.
21189         * lib/Makefile.am (INCLUDES): Remove -I../intl.
21190         (libfetish_a_SOURCES): Add gettext.h.
21191
21192 2002-04-16  Jim Meyering  <meyering@lucent.com>
21193
21194         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
21195         ut_pid, ut_id, ut_exit.
21196
21197 2002-04-16  Jim Meyering  <meyering@lucent.com>
21198
21199         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
21200         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
21201         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
21202
21203 2002-04-12  Jim Meyering  <meyering@lucent.com>
21204
21205         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
21206         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
21207         existence of the getmntinfo function.  Needed for Darwin 5.3.
21208
21209         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
21210         This is necessary at least on Darwin 5.3.
21211
21212         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
21213         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
21214         strnlen.o in the library, and that makes some versions of ranlib
21215         object.
21216
21217 2002-04-12  Jim Meyering  <meyering@lucent.com>
21218
21219         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
21220
21221 2002-04-09  Jim Meyering  <meyering@lucent.com>
21222
21223         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
21224         to be more precise.  Rather than saying we're checking whether the
21225         function `works', say what we're testing.
21226         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
21227         Reported by Bruno Haible.
21228
21229 2002-03-10  Jim Meyering  <meyering@lucent.com>
21230
21231         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
21232         Suggestion from Santiago Vila.
21233
21234 2002-03-08  Jim Meyering  <meyering@lucent.com>
21235
21236         * lib/rename.c: Mention that this wrapper is needed also on
21237         mips-dec-ultrix4.4 systems.
21238
21239 2002-03-02  Jim Meyering  <meyering@lucent.com>
21240
21241         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
21242         not HAVE_CLOCK_SETTIME.
21243
21244 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21245
21246         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
21247         Check for clock_settime.
21248
21249 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21250
21251         * lib/nanosleep.h: Rename to....
21252         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
21253
21254         * lib/gettime.c: New file.
21255         * lib/settime.c: New file.
21256         * lib/stime.c: Remove.
21257
21258         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
21259         timespec.h.  Remove nanosleep.h.
21260
21261 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21262
21263         * m4/acl.m4: New file.
21264         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
21265         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
21266
21267 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21268
21269         * lib/acl.c, lib/acl.h: New files.
21270         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
21271
21272 2002-02-24  Jim Meyering  <meyering@lucent.com>
21273
21274         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
21275         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
21276         cause trouble.  Reported by Nelson Beebe.
21277
21278 2002-02-23  Paul Eggert  <eggert@twinsun.com>
21279
21280         * lib/path-concat.c (xpath_concat): Reorder code to pacify
21281         compilers that don't know that xalloc_die never returns.
21282
21283 2002-02-20  Jim Meyering  <meyering@lucent.com>
21284
21285         * lib/getdate.c: Regenerate using bison-1.33.
21286
21287 2002-02-17  Jim Meyering  <meyering@lucent.com>
21288
21289         * config/config.guess (main): Don't use `head -1'; it's no longer
21290         portable. Use `sed 1q' instead.
21291
21292 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
21293
21294         * m4/codeset.m4: Upgrade to gettext-0.11.
21295         * m4/gettext.m4: Upgrade to gettext-0.11.
21296         * m4/glibc21.m4: Upgrade to gettext-0.11.
21297         * m4/iconv.m4: Upgrade to gettext-0.11.
21298         * m4/isc-posix.m4: Upgrade to gettext-0.11.
21299         * m4/lcmessage.m4: Upgrade to gettext-0.11.
21300         * m4/lib-ld.m4: New file, from gettext-0.11.
21301         * m4/lib-link.m4: New file, from gettext-0.11.
21302         * m4/lib-prefix.m4: New file, from gettext-0.11.
21303         * m4/progtest.m4: Upgrade to gettext-0.11.
21304
21305 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21306
21307         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
21308         (jm_PREREQ): Use it.
21309
21310 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21311
21312         * lib/posixver.c, lib/posixver.h: New files.
21313         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21314
21315 2002-02-02  Paul Eggert  <eggert@twinsun.com>
21316             Bruno Haible  <bruno@clisp.org>
21317
21318         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
21319         (fwrite_success_callback): New declaration.
21320         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
21321         print_unicode_char. Call failure callback instead of error.
21322         (fwrite_success_callback): New function.
21323         (exit_failure_callback): New function.
21324         (fallback_failure_callback): New function.
21325         (print_unicode_char): Call unicode_to_mb.
21326
21327 2002-01-26  Jim Meyering  <meyering@lucent.com>
21328
21329         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
21330         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
21331
21332 2002-01-26  Jim Meyering  <meyering@lucent.com>
21333
21334         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
21335
21336 2002-01-22  Paul Eggert  <eggert@twinsun.com>
21337
21338         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
21339
21340 2002-01-22  Jim Meyering  <meyering@lucent.com>
21341
21342         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
21343         Otherwise, some versions of automake would omit the rule that makes
21344         Makefile from Makefile.in.
21345
21346 2002-01-21  Paul Eggert  <eggert@twinsun.com>
21347
21348         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
21349         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21350         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
21351         (memcoll): Set errno to zero if there is no error.
21352
21353         * lib/quotearg.c (quotearg_buffer_restyled):
21354         Fix bug with quoting buffers containing NUL when backslashing escapes.
21355         This bug was exposed by the other changes in this patch.
21356         (quotearg_n_options): New arg ARGSIZE.
21357         All callers changed.
21358         (quoting_options_from_style): New function.
21359         (quotearg_n_style): Use it.
21360         (quotearg_n_style_mem): New function.
21361
21362         * lib/quotearg.h (quotearg_n_style_mem): New function.
21363
21364 2002-01-19  Jim Meyering  <meyering@lucent.com>
21365
21366         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
21367         Remove useless quotes: DF_PROG="df".
21368         * m4/strnlen.m4: New file.
21369
21370 2002-01-16  Paul Eggert  <eggert@twinsun.com>
21371
21372         * lib/backupfile.c (ISDIGIT): Comment fix.
21373         * lib/getdate.y (ISDIGIT): Likewise.
21374         * lib/posixtm.c (ISDIGIT, year): Likewise.
21375         * lib/strverscmp.c (ISDIGIT): Likewise.
21376         * lib/userspec.c (ISDIGIT): Likewise.
21377
21378 2002-01-16  Jim Meyering  <meyering@lucent.com>
21379
21380         * lib/getdate.y: Add three semicolons, each just before a closing
21381         brace. Bison (as of version 1.31) no longer papers over that mistake.
21382
21383 2002-01-05  Jim Meyering  <meyering@lucent.com>
21384
21385         * lib/version-etc.c (version_etc_copyright): Update copyright year.
21386
21387 2001-12-19  Paul Eggert  <eggert@twinsun.com>
21388
21389         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
21390         not silently exit merely because the output buffer happens to
21391         have nothing pending.
21392
21393 2001-12-18  Paul Eggert  <eggert@twinsun.com>
21394
21395         See the big note in ../ChangeLog.
21396         * lib/human.c (suffixes): Prefer K to k for 1024.
21397         (generate_suffix_backwards): New function.
21398         (human_readable_inexact): Use it.
21399         * lib/xstrtol.c (__xstrtol): If there is no number but there
21400         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
21401         Accept 'K' as well as 'k'.
21402
21403 2001-12-15  Jim Meyering  <meyering@lucent.com>
21404
21405         * lib/regex.h (__restrict_arr): Update from libc.
21406
21407         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
21408         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
21409         (STREQ): Define.
21410
21411 2001-12-14  Jim Meyering  <meyering@lucent.com>
21412
21413         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
21414         Suggestion from Bruno Haible.
21415
21416 2001-12-10  Jim Meyering  <meyering@lucent.com>
21417
21418         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
21419         xrealloc, Instead, include "xalloc.h".
21420         (initbuffer): Don't cast xmalloc return value to char*.
21421         (readline): Reword comment.
21422         Don't cast xrealloc return value to char*
21423         Return NULL, not 0.
21424
21425 2001-12-09  Jim Meyering  <meyering@lucent.com>
21426
21427         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
21428         about `signed and unsigned type in conditional expression'.
21429         * lib/posixtm.c (posix_time_parse): Likewise.
21430
21431         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
21432
21433         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
21434         to avoid a pedantic warning.
21435
21436         * lib/getstr.c: Don't include assert.h.
21437         (getstr): Remove warning-evoking assertions.
21438         Return -1 if offset parameter is out of bounds.
21439         Change the type of a local from int to size_t.
21440
21441         * lib/strftime.c (my_strftime_localtime_r): Include this function
21442         definition in the `#if ! HAVE_TM_GMTOFF' block.
21443
21444         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
21445         Include xalloc.h instead.
21446
21447 2001-12-02  Jim Meyering  <meyering@lucent.com>
21448
21449         * lib/tempname.c: Don't declare getenv, thus reverting the change of
21450         2001-11-18.  It's no longer necessary, now that stdlib.h is always
21451         included.
21452
21453         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
21454         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
21455
21456 2001-11-30  Akim Demaille  <akim@epita.fr>
21457
21458         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
21459         before being defined.
21460
21461 2001-11-27  Paul Eggert  <eggert@twinsun.com>
21462
21463         * lib/quotearg.h (quotearg_n, quotearg_n_style):
21464         First arg is int, not unsigned.
21465         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
21466         (SIZE_MAX, UINT_MAX): New macros.
21467         (quotearg_n_options): Abort if N is negative.
21468         Avoid overflow check on hosts where size_t is 64 bits and int
21469         is 32 bits, as overflow is impossible there.
21470         Fix off-by-one typo that caused unnecessary reallocation.
21471
21472 2001-11-27  Jim Meyering  <meyering@lucent.com>
21473
21474         * lib/tempname.c: Merge with version from libc.
21475         * lib/regex.c: Likewise.
21476
21477         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
21478         systems for which STDC_HEADERS is 0, it was not included, resulting in
21479         a warning about an integer-to-pointer conversion problem with getenv.
21480         Reported by Volker Borchert.
21481
21482 2001-11-26  Jim Meyering  <meyering@lucent.com>
21483
21484         * lib/gtod.h: Remove file.
21485         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
21486         * lib/gettimeofday.c: Don't include gtod.h.
21487         (GTOD_init): Remove function.
21488         (rpl_gettimeofday): Do its job here instead, rather than aborting.
21489         Suggestion from Volker Borchert.
21490
21491 2001-11-23  Jim Meyering  <meyering@lucent.com>
21492
21493         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
21494         it.
21495         * lib/hash.c (struct hash_table): Define it here instead.
21496
21497 2001-11-22  Jim Meyering  <meyering@lucent.com>
21498
21499         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
21500
21501 2001-11-20  Jim Meyering  <meyering@lucent.com>
21502
21503         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
21504         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
21505
21506 2001-11-19  Jim Meyering  <meyering@lucent.com>
21507
21508         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
21509         directory.  Use "conftestXXXXXX" as the template.
21510         Suggestion from Paul Eggert.
21511
21512         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
21513         immediately, so the test doesn't mistakenly hit the max-open-files
21514         limit.
21515
21516 2001-11-18  Paul Eggert  <eggert@twinsun.com>
21517
21518         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
21519         (TEMPORARIES): New macro.
21520         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
21521         removes an artificial limitation (e.g. HP-UX 10.20, where
21522         TMP_MAX is 17576).
21523
21524 2001-11-18  Jim Meyering  <meyering@lucent.com>
21525
21526         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
21527
21528 2001-11-18  Jim Meyering  <meyering@lucent.com>
21529
21530         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
21531         on SunOS 4.
21532
21533         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
21534         files will be created before anything else.
21535
21536 2001-11-17  Paul Eggert  <eggert@twinsun.com>
21537
21538         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
21539         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
21540
21541 2001-11-17  Jim Meyering  <meyering@lucent.com>
21542
21543         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
21544         Prompted by a report from Bob Proulx.
21545
21546         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
21547         Instead, require UTILS_FUNC_MKSTEMP.
21548
21549 2001-11-17  Jim Meyering  <meyering@lucent.com>
21550
21551         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
21552         Now, that's done as part of AC_FUNC_STRTOD.
21553
21554 2001-11-17  Jim Meyering  <meyering@lucent.com>
21555
21556         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
21557         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
21558         rather than group writable.  Patch by Juan F. Codagnone.
21559
21560         * lib/readtokens.c: Remove explicit declarations of xmalloc and
21561         xrealloc, Instead, include "xalloc.h".
21562
21563         * lib/mountlist.c: Include unlocked-io.h after all system headers.
21564         Remove explicit declarations of xmalloc, xrealloc,
21565         and xstrdup.  Instead, include "xalloc.h".
21566
21567         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
21568         unlocked-io.h.
21569         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
21570         Likewise.
21571         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
21572
21573         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
21574         Reported by Padraig Brady.
21575
21576         * lib/mkstemp.c: #undef mkstemp.
21577         Include config.h.
21578         (rpl_mkstemp): Rename from mkstemp.
21579         Protoize.
21580
21581 2001-11-16  Jim Meyering  <meyering@lucent.com>
21582
21583         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
21584         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
21585         determine the amount of total physical memory, use pstat_getstatic.
21586         HPUX-11 doesn't define _SC_PHYS_PAGES.
21587         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
21588         If sysconf couldn't be used to determine the amount of available
21589         physical memory, use both pstat_getstatic and pstat_getdynamic.
21590         Based on a patch from Bob Proulx.
21591
21592 2001-11-10  Jim Meyering  <meyering@lucent.com>
21593
21594         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
21595         (jm_PREREQ): Use it.
21596
21597 2001-11-09  Jim Meyering  <meyering@lucent.com>
21598
21599         * m4/jm-macros.m4: Require autoconf-2.52f.
21600         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
21601         Use these AC_-prefixed names, not the AM_-prefixed ones.
21602
21603         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
21604
21605 2001-11-05  Jim Meyering  <meyering@lucent.com>
21606
21607         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
21608
21609 2001-11-04  Jim Meyering  <meyering@lucent.com>
21610
21611         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
21612         $DEFS.
21613
21614 2001-11-03  Jim Meyering  <meyering@lucent.com>
21615
21616         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
21617         of AC_DEFUN.
21618
21619         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
21620         know the name of the variable in the macro definition.
21621
21622 2001-11-03  Jim Meyering  <meyering@lucent.com>
21623
21624         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
21625         in argmatch_to_argument call.
21626
21627         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
21628         argument.
21629
21630         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
21631         e.g., a fault due to an attempt to free a NULL pointer.
21632
21633 2001-11-01  Jim Meyering  <meyering@lucent.com>
21634
21635         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
21636         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
21637
21638 2001-11-01  Jim Meyering  <meyering@lucent.com>
21639
21640         * lib/dirfd.c, lib/dirfd.h: New files.
21641         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
21642
21643         * lib/hash.c (hash_print) [TESTING]: Clean up.
21644
21645 2001-10-22  Paul Eggert  <eggert@twinsun.com>
21646
21647         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
21648         to avoid a warning if -Wall.
21649
21650 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
21651
21652         * README: New file
21653         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
21654         (per RMS's instructions, this is now the canonical source)
21655         * lgpl/, gpl/: New directories.
21656
21657 2001-10-21  Paul Eggert  <eggert@twinsun.com>
21658
21659         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
21660
21661 2001-10-21  Jim Meyering  <meyering@lucent.com>
21662
21663         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
21664         this code would end up calling gettext even in packages built
21665         with --disable-nls.
21666         * lib/getopt.c (_): Likewise.
21667         * lib/regex.c (_): Likewise.
21668
21669 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21670
21671         * m4/error.m4 (jm_PREREQ_ERROR):
21672         Do not invoke AC_CHECK_FUNCS with strerror_r, as
21673         AC_FUNC_STRERROR_R does that.
21674         Check for strerror declaration.
21675
21676         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
21677         are supposed to have them these days.
21678         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
21679         Merge changes from latest Autoconf CVS.
21680         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
21681         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
21682         POSIX decided to standardize on the int flavor of strerror_r.
21683
21684 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21685
21686         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
21687         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
21688         Use strerror_r that is only a macro, even if it is not a function.
21689         (strerror): Check for HAVE_DECL_STRERROR before declaring.
21690         (private_strerror): Use prototypes, not old-style function definition.
21691         (print_errno_message): New function.
21692         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
21693         char*-flavored one.
21694         (error_tail, error, error_at_line): Use it.
21695
21696 2001-10-11  Jim Meyering  <meyering@lucent.com>
21697
21698         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
21699         and quote_n (1, ... to avoid clobbering a buffer.
21700
21701 2001-10-05  Jim Meyering  <meyering@lucent.com>
21702
21703         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
21704         hash-pjw.h.
21705         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
21706         * lib/hash-pjw.h: New file.
21707
21708 2001-09-30  Jim Meyering  <meyering@lucent.com>
21709
21710         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
21711         `struct fsstat' has the `f_fstypename' member.
21712         Use that to define FS_TYPE, which is now used to make
21713         the getfsstat link test tighter.
21714
21715 2001-09-30  Jim Meyering  <meyering@lucent.com>
21716
21717         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
21718         Include <sys/ucred.h>, for Apple Darwin.
21719         Include sys/mount.h and sys/fs_types.h only if available.
21720         (FS_TYPE): Define.
21721         (read_filesystem_list): Use FS_TYPE.
21722
21723 2001-09-29  Paul Eggert  <eggert@twinsun.com>
21724
21725         * lib/exclude.c (excluded_filename): 0 -> false, since it's
21726         a boolean context.
21727
21728 2001-09-29  Jim Meyering  <meyering@lucent.com>
21729
21730         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21731         [one-argument getmntent function]): Include stdio.h before mntent.h.
21732         SunOS 4.1.x needs it for the declaration of `FILE'.
21733         Patch by Volker Borchert.
21734
21735         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21736         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
21737         sys/fs_types.h, and make the link-test for getfsstat guard #include
21738         directives with appropriate #if HAVE_*_H tests so that we can
21739         detect getfsstat on Apple Darwin1.3.7 systems.
21740         Reported by Nelson Beebe.
21741         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
21742
21743 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21744
21745         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21746         #defines strtoimax.  Also treat the other strto* functions
21747         like strtoimax.
21748
21749         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21750         Check for strtoul and strtoumax,
21751         as those declarations are made even in the signed case.
21752         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
21753         Likewise, for strtol and strtoimax.
21754
21755 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21756
21757         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21758         #defines strtoimax.  Also treat the other strto* functions
21759         like strtoimax.
21760
21761         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
21762         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
21763         (strtoimax, strtoumax): Do not declare if already defined as a macro.
21764
21765 2001-09-26  Jim Meyering  <meyering@lucent.com>
21766
21767         Most macros in unlocked-io.h had the wrong number of arguments.
21768         * lib/gen-uio: New script.
21769         (USE_UNLOCKED_IO): Define to 1 if not already defined.
21770         * lib/unlocked-io.hin: Remove file.
21771         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
21772         rather than trying to embed it here.
21773         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
21774         Reported by Padraig Brady.
21775
21776 2001-09-25  Volker Borchert  <bt@teknon.de>
21777
21778         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
21779         `result'.
21780
21781 2001-09-24  Jim Meyering  <meyering@lucent.com>
21782
21783         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
21784
21785 2001-09-23  Jim Meyering  <meyering@lucent.com>
21786
21787         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
21788         instead of the mere test for existence of mntent.h.  The latter
21789         would get a false-positive on AIX 3.4 systems.
21790         In the outer getmntent if-block, don't die if neither of the getmntent
21791         tests succeeds.  Instead, just fall through and continue with the
21792         remaining tests.
21793
21794 2001-09-23  Jim Meyering  <meyering@lucent.com>
21795
21796         * lib/mountlist.c: Remove useless parentheses in #if directives.
21797         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
21798         the deprecated MOUNTED symbol is no longer defined in mntent.h.
21799
21800 2001-09-22  Jim Meyering  <meyering@lucent.com>
21801
21802         * m4/gettext.m4: New file.  From gettext.
21803         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
21804         * m4/progtest.m4: Likewise
21805         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
21806         * m4/glibc21.m4: Likewise.
21807
21808         * m4/libintl.m4: Remove.  No longer used.
21809
21810 2001-09-22  Jim Meyering  <meyering@lucent.com>
21811
21812         * lib/localcharset.c: Update from latest gettext.
21813         * lib/config.charset: Likewise.
21814
21815 2001-09-20  Jim Meyering  <meyering@lucent.com>
21816
21817         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
21818         strtoimax.
21819         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
21820         strtoumax.
21821
21822 2001-09-20  Jim Meyering  <meyering@lucent.com>
21823
21824         * lib/xstrtol.c (strtoimax): Guard declaration with
21825         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
21826         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
21827         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
21828         (strtoumax): Likewise, for completeness (it wasn't necessary).
21829
21830 2001-09-17  Paul Eggert  <eggert@twinsun.com>
21831
21832         * lib/strtoimax.c (HAVE_LONG_LONG):
21833         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
21834         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
21835         to work around bug in IBM C compiler.
21836
21837 2001-09-17  Jim Meyering  <meyering@lucent.com>
21838
21839         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
21840         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
21841         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
21842         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
21843         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
21844         whenever the right hand side need not be expanded by the shell.
21845
21846 2001-09-16  Paul Eggert  <eggert@twinsun.com>
21847
21848         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
21849         library.  It's not correct, as some older glibcs are buggy.
21850         fnmatch wasn't fixed until glibc 2.2.
21851
21852         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
21853         special shell magic here.
21854
21855 2001-09-16  Jim Meyering  <meyering@lucent.com>
21856
21857         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
21858         * m4/jm-macros.m4: Require it.
21859
21860 2001-09-16  Jim Meyering  <meyering@lucent.com>
21861
21862         * lib/mkdir.c: New file.
21863
21864 2001-09-15  Jim Meyering  <meyering@lucent.com>
21865
21866         * m4/jm-macros.m4: Check for help2man.
21867
21868 2001-09-11  Jim Meyering  <meyering@lucent.com>
21869
21870         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
21871         The body, by Paul Eggert, was moved here from configure.in.
21872         * m4/jm-macros.m4: Require UTILS_HOST_OS.
21873
21874 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21875
21876         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
21877         (jm_PREREQ): Use it.
21878
21879 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21880
21881         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
21882         Use ssize_t, not int, to store result of readlink.
21883         Check for ssize_t overflow as well as size_t overflow,
21884         as POSIX says the result of readlink is implementation-defined
21885         when ssize_t overflows.
21886         Remove unnecessary cast to char*.
21887         Use free+malloc instead of realloc, as the storage doesn't need
21888         to be preserved and it's clearer and can be more efficient that way.
21889         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
21890         * lib/xreadlink.h (xreadlink): Update prototype.
21891
21892 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21893
21894         * lib/xgetcwd.c: Revert some of the previous change; intead,
21895         fix the HAVE_GETCWD_NULL code to behave more like the
21896         !HAVE_GETCWD_NULL code used to.
21897
21898         Include "xalloc.h".
21899         (xgetcwd): Do not return NULL when memory is exhausted; instead,
21900         invoke xalloc_die.
21901
21902 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21903
21904         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
21905         sys/param.h, as pathmax.h includes them.
21906
21907 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21908
21909         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
21910         (jm_PREREQ_XGETCWD): New macro.
21911
21912         * m4/getcwd.m4: New file.
21913
21914 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21915
21916         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
21917         like the HAVE_GETCWD_NULL code.
21918         Include pathmax.h if not HAVE_GETCWD.
21919         Do not include xalloc.h.
21920         (INITIAL_BUFFER_SIZE): New symbol.
21921         Do not use xmalloc / xrealloc, since the caller is responsible for
21922         handling errors.  Preserve errno around `free' during failure.
21923         Do not overrun buffer when using getwd.
21924
21925 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21926
21927         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
21928         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
21929         getcwd (NULL, 0).
21930
21931 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21932
21933         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
21934         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
21935         spotted by Jim Meyering.
21936
21937 2001-09-03  Jim Meyering  <meyering@lucent.com>
21938
21939         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
21940         failure.
21941
21942 2001-09-02  Jim Meyering  <meyering@lucent.com>
21943
21944         * lib/error.c: Update from GNU libc.
21945
21946 2001-09-01  Jim Meyering  <meyering@lucent.com>
21947
21948         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
21949         Used by df.
21950
21951 2001-09-01  Jim Meyering  <meyering@lucent.com>
21952
21953         * lib/xreadlink.c: New file.
21954         * lib/xreadlink.h: New file.
21955         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
21956         xreadlink.h.
21957
21958         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
21959         doesn't conflict with sparc Solaris 7's definition in
21960         /usr/include/sys/int_types.h.
21961
21962         * lib/exclude.c: Use `""', not `<>' to #include non-system header
21963         files.
21964         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
21965         and strncasecmp as r-values.  Unixware didn't have declarations.
21966
21967 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21968
21969         * lib/xstrtol.h: Add copyright notice.
21970         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
21971         LONGINT_INVALID_SUFFIX_CHAR.
21972
21973 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21974
21975         * lib/xstrtol.c (strtoimax): New decl.
21976
21977 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21978
21979         * lib/xgetcwd.c: Don't include pathmax.h.
21980         Include stdlib.h and unistd.h if available.
21981         Include xalloc.h.
21982         (xmalloc, xstrdup, free): Remove decls.
21983         (xgetcwd): Don't assume sizes fit in unsigned.
21984         Check for overflow when computing sizes.
21985         Simplify reallocation code.
21986
21987 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21988
21989         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
21990         a directory's st_size can have an arbitrary value, so the old
21991         usage could waste an arbitrary amount of memory.  All uses
21992         changed.
21993         * lib/savedir.h: Update prototype.
21994
21995 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21996
21997         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
21998
21999         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
22000         old strtoimax.c.
22001
22002         Also, make the following further changes to make this file's
22003         configuration more similar to that of strtol.c:
22004         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
22005         (strtoumax, uintmax_t, strtoull, strtol): Remove.
22006         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
22007         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
22008         changed to signed values.
22009
22010         And make the following changes as well:
22011         Fix copyright notice, as 1999 was missing.
22012         (verify): New macro.
22013         (strtoimax): Check sizes at compile-time, not run-time.
22014         Prefer strtol to strtoll if both work.
22015         (main): Remove; it was not that useful and was a pain to maintain.
22016
22017         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
22018
22019 2001-08-31  Jim Meyering  <meyering@lucent.com>
22020
22021         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
22022         Use an initial, malloc'd, buffer of length 128 rather than
22023         a statically allocated one of length 1024.
22024
22025 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22026
22027         Simplify code, partly by assuming autoconf 2.52 semantics.
22028
22029         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
22030
22031         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
22032         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
22033         All uses removed.
22034         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
22035         Move AC_REQUIRE to next-to-top level, to avoid confusion.
22036         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
22037         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
22038         jm_AC_HEADER_INTTYPES_H.
22039         * m4/jm-macros.m4 (jm_MACROS): Likewise.
22040
22041         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
22042
22043         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22044         Quote first arg of AC_DEFUN.
22045         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
22046         since they are needed to parse the include file even if we need
22047         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
22048         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
22049         but with opposite signedness.
22050
22051 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22052
22053         Merge 'exclude' changes from tar 1.13.22.
22054         This fixes one or two unlikely storage allocation overflow bugs,
22055         but doesn't change user-visible behavior otherwise.
22056
22057 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22058
22059         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
22060         (jm_PREREQ_EXCLUDE): New macro.
22061
22062 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22063
22064         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
22065         tm to be declared.
22066
22067 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22068
22069         * lib/hash.c: Remove '2001' from copyright notice.
22070
22071 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22072
22073         * lib/full-write.h: New file.
22074         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
22075         * lib/full-write.c: Correct credits, as cccp.c no longer
22076         exists and anyway it was so heavily changed from the old cccp
22077         code as to be unrecognizable.  Include full-write.h.
22078         (full_write) Return size_t, with short writes meaning failure.
22079         All callers changed.  This fixes a bug with large buffers
22080         on 64-bit hosts.
22081         * lib/utime.c: Include full-write.h.
22082
22083 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22084
22085         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
22086         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
22087         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
22088         Include if available.
22089         (<xalloc.h>): Include
22090         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
22091         (verify): New macro.  Use it to verify that EXCLUDE macros do not
22092         collide with FNM macros.
22093         (struct patopts): New struct.
22094         (struct exclude): Use it, as exclude patterns now come with options.
22095         (new_exclude): Support above changes.
22096         (new_exclude, add_exclude_file):
22097         Initial size must now be a power of two to simplify overflow checking.
22098         (free_exclude, fnmatch_no_wildcards): New function.
22099         (excluded_filename): No longer requires options arg, as the options
22100         are determined by add_exclude.  Now returns bool, not int.
22101         (excluded_filename, add_exclude):
22102         Add support for the fancy new exclusion options.
22103         (add_exclude, add_exclude_file): Now takes int options arg.
22104         Check for arithmetic overflow when computing sizes.
22105         (add_exclude_file): xrealloc might modify errno, so don't
22106         realloc until after errno might be used.
22107
22108         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
22109         New macros.
22110         (free_exclude): New decl.
22111         (add_exclude, add_exclude_file): Now takes int options arg.
22112         (excluded_filename): No longer requires options arg, as the options
22113         are determined by add_exclude.  Now returns bool, not int.
22114
22115 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22116
22117         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
22118
22119 2001-08-27  Jim Meyering  <meyering@lucent.com>
22120
22121         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
22122
22123         * lib/version-etc.c (N_): Remove definition.
22124         Revert most of last change.
22125         Instead, simply don't mark the `Copyright...' string for translation.
22126         Based on advice from Paul Eggert.
22127
22128         * lib/strtoxmax.c: Tweak comment.
22129
22130 2001-08-26  Jim Meyering  <meyering@lucent.com>
22131
22132         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
22133
22134         * m4/xstrtoimax.m4: New file.
22135         * m4/xstrtoumax.m4: Add comments explaining why we
22136         AC_REPLACE_FUNCS(strtol).
22137
22138 2001-08-26  Jim Meyering  <meyering@lucent.com>
22139
22140         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
22141         of copyright with `%s' so translators don't get an untranslated
22142         message in 2002.
22143         (COPYRIGHT_YEAR): Define.
22144         (version_etc): Use fprintf rather than fputs.
22145         Suggestion from Ulrich Drepper.
22146
22147         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
22148
22149         * lib/strtoll.c: New file, from GNU libc.
22150         * lib/xstrtoimax.c: New file.
22151
22152         * lib/xstrtol.h: Add xstrtoimax.
22153         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
22154         * lib/strtoimax.c: New file.  Likewise, but first define
22155         STRTOUXMAX_SIGNED.
22156
22157         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
22158         ...
22159         * lib/strtoxmax.c: ... then renamed to this.
22160
22161 2001-08-18  Paul Eggert  <eggert@twinsun.com>
22162
22163         * m4/inttypes.m4: Add AC_PREREQ(2.13).
22164         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
22165         (jm_AC_TYPE_INTMAX_T): New macro.
22166         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
22167
22168         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
22169
22170         * m4/longlong.m4: Renamed from ulonglong.m4.
22171         * m4/inttypes.m4: Renamed from inttypes_h.m4.
22172         * m4/uintmax_t.m4: Removed.
22173
22174 2001-08-13  Paul Eggert  <eggert@twinsun.com>
22175
22176         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
22177         Port to Solaris 8, where 'sed' requires a space after the 'r'
22178         command, and where sh dislikes "$/".  Clean up the spacing a bit.
22179         Redirect output to $tmp just once.
22180
22181 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
22182
22183         * lib/addext.c (<errno.h>): Include.
22184         (errno): Declare if not defined.
22185         (addext): Work correctly when pathconf returns -1 and leaves
22186         errno alone because there is no limit.  Also, work even if
22187         pathconf returns a value greater than SIZE_MAX.
22188
22189 2001-08-12  Jim Meyering  <meyering@lucent.com>
22190
22191         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
22192         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
22193         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
22194         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
22195         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
22196         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
22197         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
22198         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
22199         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
22200         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
22201         utime.m4, utimes.m4, xstrtoumax.m4:
22202         Quote the first argument in each use of AC_DEFUN.
22203
22204 2001-08-12  Jim Meyering  <meyering@lucent.com>
22205
22206         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
22207         Simply `return getcwd (NULL, 0);'.
22208         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
22209         Use 1300 as initial value for length, not PATH_MAX.
22210
22211         * lib/pathmax.h: Clean up cpp syntax.
22212
22213 2001-08-12  Jim Meyering  <meyering@lucent.com>
22214
22215         * lib/gettimeofday.c: New file.
22216         * lib/gtod.h: New file.
22217         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
22218
22219 2001-08-05  Jim Meyering  <meyering@lucent.com>
22220
22221         * m4/jm-macros.m4: Require autoconf-2.52.
22222
22223 2001-08-04  Jim Meyering  <meyering@lucent.com>
22224
22225         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
22226         stmt, to get in sync with glibc.
22227
22228 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22229
22230         The following changes are from gettext 0.10.39 as maintained by
22231         Bruno Haible.
22232
22233         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
22234         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
22235         with inverted sense.  All uses changed.
22236
22237         * lib/mbswidth.c: Don't include <limits.h>.
22238         Include <stdlib.h> and <string.h> unconditionally.
22239         (iswcntrl, mbsinit, ISCNTRL): New macros.
22240         (mbsnwidth): Use K&R style function declarations.
22241         Don't bother checking for MB_LEN_MAX == 1, since the compiler
22242         can optimize it when MB_CUR_MAX == 1.
22243         The width of control characters is zero, not 1.
22244
22245 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22246
22247         The following changes are from gettext 0.10.39 as maintained by
22248         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
22249
22250         * m4/codeset.m4: Upgrade to serial AM1.
22251         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
22252         all uses changed.  Quote first arg of AC_DEFUN.
22253         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
22254
22255         * m4/iconv.m4: Upgrade to serial AM2.
22256         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
22257         Add --with-libconv-prefix.
22258         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
22259         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
22260         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
22261         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
22262         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
22263
22264         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
22265         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
22266         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
22267         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
22268         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
22269         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
22270         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22271         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
22272         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
22273
22274         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
22275         string.h any more.
22276
22277         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
22278         not the default value.
22279
22280         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
22281         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
22282         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
22283         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
22284         Also check for iswcntrl, used for wcwidth fallback.
22285         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
22286         to Autoconf 2.13.
22287
22288 2001-08-03  Jim Meyering  <meyering@lucent.com>
22289
22290         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
22291         as it was in the original.  Reported by Paul Eggert.
22292
22293 2001-07-16  Jim Meyering  <meyering@lucent.com>
22294
22295         * m4/gettimeofday.m4: New file.
22296         Prompted by a report from Bernhard Baehr.
22297
22298 2001-07-15  Jim Meyering  <meyering@lucent.com>
22299
22300         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
22301         stuff. Now it's in ../Makefile.cfg.
22302
22303 2001-07-15  Jim Meyering  <meyering@lucent.com>
22304
22305         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
22306         (BUILT_SOURCES): Add unlocked-io.h.
22307         (io_functions): Define.
22308         (unlocked-io.h): New rule.
22309         (DISTCLEANFILES): Add unlocked-io.h.
22310         (all-local): Depend on unlocked-io.h, to ensure it is created.
22311
22312         * lib/unlocked-io.hin: New file
22313
22314         * lib/regex.c: Update from glibc.
22315
22316 2001-07-05  Jim Meyering  <meyering@lucent.com>
22317
22318         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
22319         recommendation.
22320         (libfetish_a_SOURCES): Put all .h files here instead.
22321         Remove a thus-exposed (better checks in automake) duplicate and
22322         two unnecessary .h files.
22323
22324 2001-07-04  Jim Meyering  <meyering@lucent.com>
22325
22326         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
22327         that generates jm-glibc-io.m4 so that it doesn't trigger any make
22328         distcheck failure.
22329
22330 2001-07-02  Jim Meyering  <meyering@lucent.com>
22331
22332         The following changes were prompted by suggestions from Bruno Haible.
22333
22334         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
22335         is now generated.
22336         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
22337         definition of EXTRA_DIST.
22338         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
22339         ensure that the generated file is created/updated whenever the list
22340         of $(unlocked_functions) is changed.
22341         (jm-glibc-io.m4): New rule.
22342         (unlocked-io.h): New rule -- currently unused.
22343
22344 2001-06-24  Jim Meyering  <meyering@lucent.com>
22345
22346         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
22347         unmatched right bracket, rather than kludging it with an extra,
22348         falsely-matching quote in a comment.  Patch by Akim Demaille.
22349
22350 2001-06-11  Jim Meyering  <meyering@lucent.com>
22351
22352         * lib/regex.c: Update from GNU libc.
22353
22354 2001-05-27  Jim Meyering  <meyering@lucent.com>
22355
22356         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
22357         Check for ut_type in struct utmp.
22358
22359 2001-05-27  Jim Meyering  <meyering@lucent.com>
22360
22361         * lib/readutmp.h (UT_TYPE): Define.
22362
22363 2001-05-24  Jim Meyering  <meyering@lucent.com>
22364
22365         * lib/argmatch.c: Include "quote.h".
22366         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
22367         quote function.  Reported by Göran Uddeborg.
22368
22369 2001-05-22  Jim Meyering  <meyering@lucent.com>
22370
22371         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
22372         now that we use the package-supplied version unconditionally.
22373         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
22374
22375 2001-05-21  Jim Meyering  <meyering@lucent.com>
22376
22377         * m4/regex.m4: Change a couple backticks to single quotes to avoid
22378         shell syntax errors.
22379
22380 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22381
22382         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
22383
22384 2001-05-20  Paul Eggert  <eggert@twinsun.com>
22385
22386         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
22387         Don't bother to check library strftime, since
22388         we'll be using our own my_strftime function anyway.
22389         Define my_strftime instead of strftime.
22390
22391 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
22392
22393         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
22394         which is not yet declared.
22395
22396 2001-05-15  Jim Meyering  <meyering@lucent.com>
22397
22398         * m4/regex.m4: Use proper quoting so brackets appear in the test
22399         program.
22400         Reported by, and with help from, Bruno Haible.
22401
22402 2001-05-13  Jim Meyering  <meyering@lucent.com>
22403
22404         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
22405         undefined.
22406
22407 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22408
22409         dirname code cleanup.  base_name now behaves more compatibly
22410         with POSIX basename when given file names that have trailing
22411         slashes, and similarly for dir_name.  Add new primitives
22412         base_len and dir_len.  Put the directory-name-related decls
22413         into dirname.h.
22414
22415         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
22416         * lib/backupfile.c (base_name): Likewise.
22417         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
22418         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
22419         * lib/makepath.c (strip_trailing_slashes): Likewise.
22420         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
22421         ISSLASH): Likewise.
22422         * lib/rename.c (strip_trailing_slashes): Likewise.
22423         * lib/same.c (base_name): Likewise.
22424         * lib/stripslash.c (ISSLASH): Likewise.
22425
22426         * lib/addext.c: Include <dirname.h> after size_t is defined.
22427         * lib/backupfile.c: Likewise.
22428
22429         * lib/addext.c (addext): Use base_len to trim redundant
22430         trailing slashes instead of doing it ourselves.
22431         But do not trim the last slash if it is not redundant.
22432
22433         * lib/backupfile.c (find_backup_file_name,
22434         max_backup_version): Use base_len instead of rolling it ourselves.
22435         Handle the case of "" and (on DOS) "C:" correctly.
22436
22437         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
22438         needed. Include <string.h>, <dirname.h>.
22439         (base_name): Allow file names ending in slashes, other than names
22440         that are all slashes.  In this case, return the basename followed
22441         by the slashes.  This is more general, and can be used in places
22442         where the original base_name purposely had an assertion failure.
22443         (base_len): New function.
22444
22445         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
22446         Do not include <assert.h>; no longer needed.
22447         Include xalloc.h.
22448         (memrchr): Remove decl.
22449         (dir_name_r): Remove.
22450         (dir_len): Renamed from dirlen.  All callers changed.
22451         Rewrite in terms of base_name, for simplicity and consistency.
22452         (dir_name): Never return NULL.  All callers changed.
22453         Do not include <stdlib.h> in test program; no longer needed.
22454         return 0; is fine for test program.
22455
22456         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
22457         New macros.
22458         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
22459
22460         * lib/path-concat.c (path_concat): Use base_len to compute
22461         base length, not strlen; this means we cannot rely on memcpy
22462         to null-terminate.
22463
22464         * lib/same.c (STREQ): Remove.
22465         (same_name): Handle the case where the basename ends in trailing '/'.
22466
22467         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
22468         a slash was stripped.  Do not strip the last slash after a
22469         file system prefix.
22470
22471 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22472
22473         * lib/Makefile.am (libfetish_a_SOURCES):
22474         Add strftime.c, since we now compile it on all hosts.
22475
22476         * lib/strftime.c (my_strftime):
22477         Define to nstrftime if emacs, but only if my_strftime is not defined.
22478         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
22479         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
22480         Add one more extra argument: a nanoseconds value.
22481         All uses changed.
22482         (ns): New macro.
22483         (my_strftime function): Add %N format.
22484         (emacs_strftimeu): Renamed from emacs_strftime,
22485         with extra ut argument.
22486
22487 2001-05-09  Paul Eggert  <eggert@twinsun.com>
22488
22489         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
22490
22491 2001-04-21  Jim Meyering  <meyering@lucent.com>
22492
22493         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
22494         doesn't interfere.
22495
22496 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22497
22498         * m4/ftruncate.m4: Check for chsize.
22499         Link with ftruncate.o unconditionally if ftruncate is missing.
22500         This was required when cross-compiling to i586-mingw32msvc.
22501
22502 2001-04-08  Jim Meyering  <meyering@lucent.com>
22503
22504         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
22505         recomputed; that's necessary when the offset spans a DST transition.
22506         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
22507
22508 2001-04-02  Jim Meyering  <meyering@lucent.com>
22509
22510         * lib/regex.h, regex.c: Update from GNU libc.
22511
22512 2001-03-24  Jim Meyering  <meyering@lucent.com>
22513
22514         * m4/jm-macros.m4: Require autoconf-2.49d.
22515
22516 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
22517
22518         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
22519
22520 2001-03-19  Paul Eggert  <eggert@twinsun.com>
22521
22522         * lib/version-etc.c (version_etc_copyright): Update to 2001.
22523
22524 2001-03-17  Jim Meyering  <meyering@lucent.com>
22525
22526         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
22527         now that the version in autoconf is equivalent.
22528         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
22529
22530         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
22531         Suggestion from Akim Demaille.
22532
22533         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
22534         (jm_PREREQ_TEMPNAME): New function.
22535
22536 2001-03-16  Paul Eggert  <eggert@twinsun.com>
22537
22538         * lib/tempname.c (uint64_t): Define to uintmax_t if
22539         not defined, and if UINT64_MAX is not defined.
22540         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
22541         Reported by John David Anglin.
22542
22543 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
22544
22545         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
22546         resolve alias if codeset is empty.
22547         * lib/config.charset (BeOS): Use wildcard syntax.
22548
22549 2001-03-13  Jim Meyering  <meyering@lucent.com>
22550
22551         * lib/path-concat.c (path_concat)
22552         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
22553         concatenating e.g., `C:' and `foo'.
22554         From Bruno Haible.
22555
22556 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22557
22558         * lib/localcharset.c (locale_charset): Don't use
22559         setlocale(LC_CTYPE,NULL). Don't return NULL.
22560         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
22561
22562 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22563
22564         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
22565         support for DOS/DJGPP.
22566
22567 2001-03-01  Paul Eggert  <eggert@twinsun.com>
22568
22569         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
22570         lacks mkstemp.  Compile our own tempname.c if we compile our own
22571         mkstemp.c, as mkstemp relies on tempname.
22572
22573 2001-03-01  Jim Meyering  <meyering@lucent.com>
22574
22575         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
22576         AH_VERBATIM really does output its argument verbatim.
22577
22578 2001-02-28  Paul Eggert  <eggert@twinsun.com>
22579
22580         * lib/Makefile.am (libfetish_a_SOURCES):
22581         Add dup-safer.c, fopen-safer.c.
22582         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
22583
22584         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
22585         * lib/unistd-safer.h: New files.
22586
22587 2001-02-25  Paul Eggert  <eggert@twinsun.com>
22588
22589         The mkstemp replacement is taken from glibc 2.2.2, with some
22590         portability fixes for use outside glibc, as follows:
22591
22592         * lib/tempname.c (struct_stat64): New macro.
22593         (direxists, __gen_tempname): Use it.
22594         This avoids a portability problem with Solaris 8.
22595
22596         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
22597         (<stddef.h>, <stdint.h>, <string.h>):
22598         Include only if STDC_HEADERS || _LIBC.
22599         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
22600         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
22601         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
22602         (__set_errno): Define this macro if <errno.h> doesn't.
22603         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
22604         Define these macros if <stdio.h> doesn't.
22605         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
22606         Define these macros if <sys/stat.h>
22607         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
22608         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
22609         __xstat64): Define if not _LIBC.
22610         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
22611         (__gen_tempname): Invoke gettimeofday only if
22612         HAVE_GETTIMEOFDAY || _LIBC;
22613         otherwise, fall back on plain "time".
22614         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
22615
22616         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
22617
22618         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
22619
22620 2001-02-18  Paul Eggert  <eggert@twinsun.com>
22621
22622         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
22623
22624 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22625
22626         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
22627         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
22628         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
22629         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22630
22631 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22632
22633         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
22634         Remove workaround macros for hosts that have mbrtowc but not
22635         mbstate_t, as we now insist on proper declarations for both
22636         before using mbrtowc.
22637
22638 2001-02-17  Jim Meyering  <meyering@lucent.com>
22639
22640         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
22641         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
22642         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
22643         UnixWare 7.1.1.
22644
22645         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
22646         rather than AC_CACHE_VAL.
22647
22648 2001-02-17  Jim Meyering  <meyering@lucent.com>
22649
22650         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
22651         around included file name.
22652
22653         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
22654
22655         * lib/strftime.c: Update from GNU libc (the only changes were to
22656         comments).
22657
22658 2001-02-17  Jim Meyering  <meyering@lucent.com>
22659
22660         * lib/regex.c: Update from libc.
22661
22662 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
22663
22664         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
22665         clash.
22666
22667 2001-02-16  Paul Eggert  <eggert@twinsun.com>
22668
22669         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
22670         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
22671         Reported by Mark Hounschell via Paul Eggert.
22672
22673 2001-02-07  Jim Meyering  <meyering@lucent.com>
22674
22675         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
22676
22677 2001-02-05  Jim Meyering  <meyering@lucent.com>
22678
22679         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
22680         it includes the patch required for `large file' support with at least
22681         HP-UX's 10.20 /bin/cc.
22682
22683 2001-02-03  Jim Meyering  <meyering@lucent.com>
22684
22685         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
22686         AS_IF, now that it works once again (mysteriously).
22687         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22688
22689 2001-01-30  Jim Meyering  <meyering@lucent.com>
22690
22691         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
22692         * m4/chown.m4: Rename conftestchown to conftest.chown.
22693         * m4/rename.m4: s/conftestdir/conftest.d1/ and
22694         s/conftestdir2/conftest.d2/.
22695         * m4/utimes.m4: s/conftestdata/conftest.data/
22696         Inspired by Pavel Roskin's change in autoconf.
22697
22698 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
22699
22700         * lib/config.charset: Update for FreeBSD 4.2.
22701
22702 2001-01-27  Jim Meyering  <meyering@lucent.com>
22703
22704         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
22705         a use of AS_IF.
22706         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22707
22708 2001-01-26  Jim Meyering  <meyering@lucent.com>
22709
22710         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
22711         quotearg.c includes it.
22712
22713 2001-01-26  Jim Meyering  <meyering@lucent.com>
22714
22715         * lib/quotearg.c: Include stddef.h.
22716         * lib/quote.c: Include stddef.h.
22717         Reported by Axel Kittenberger.
22718
22719         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
22720         line in double quotes so that it evokes a better diagnostic.
22721         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
22722         Reported by Axel Kittenberger.
22723
22724 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
22725
22726         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
22727         as if it was a `charset'.
22728
22729 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22730
22731         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
22732         has const.
22733
22734 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22735
22736         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
22737         to avoid a warning.  Add back 'const' to inptr.
22738
22739 2001-01-20  Jim Meyering  <meyering@lucent.com>
22740
22741         Be sure that headers are checked before used in code compiled
22742         for the type checks.
22743         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
22744         In place of that, invoke jm_CHECK_ALL_TYPES.
22745         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
22746         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
22747         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
22748         The check for ssize_t was mistakenly run before the test for unistd.h.
22749
22750         The configure-time check for stdbool.h was missing.
22751         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
22752         (jm_PREREQ_HASH): New function.
22753
22754 2001-01-17  Jim Meyering  <meyering@lucent.com>
22755
22756         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
22757         for autoconf-2.49c.
22758         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
22759
22760 2001-01-16  Jim Meyering  <meyering@lucent.com>
22761
22762         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
22763         From Bruno Haible.
22764
22765 2001-01-14  Jim Meyering  <meyering@lucent.com>
22766
22767         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
22768         foo and bar.  Create conftestdir/ in the script, not in the C code.
22769         Remove directories in the script, not in the C code.
22770         Remove conftestdir{,2} before trying to create the directory.
22771         Make the entire configure script fail if the mkdir fails.
22772
22773 2001-01-14  Jim Meyering  <meyering@lucent.com>
22774
22775         * lib/rename.c: New file.  From Volker Borchert.
22776         Include stdlib.h, string.h or strings.h, and xalloc.h.
22777         Use strip_trailing_slashes rather than open-coding it.
22778
22779 2001-01-03  Paul Eggert  <eggert@twinsun.com>
22780
22781         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
22782
22783 2001-01-03  Jim Meyering  <meyering@lucent.com>
22784
22785         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
22786         of local `inptr' to avoid warning with some system declarations of
22787         iconv.
22788
22789 2001-01-02  Volker Borchert  <bt@teknon.de>
22790
22791         * m4/rename.m4: New file.
22792         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
22793
22794 2001-01-01  Jim Meyering  <meyering@lucent.com>
22795
22796         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
22797         even on systems with utmpx.h.  It's necessary for the declaration of
22798         utmp's ut_user member.  Reported by Andreas Jaeger.
22799
22800         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
22801         available. They are required for the declarations of getgrgid and
22802         getpwuid resp.
22803         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
22804         Reported by Andreas Jaeger.
22805
22806 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
22807
22808         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
22809         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
22810         so `make install' also works in VPATH builds.
22811
22812 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
22813
22814         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
22815         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
22816         can be used in subdirectories.
22817
22818 2000-12-29  Paul Eggert  <eggert@twinsun.com>
22819
22820         * lib/modechange.c: Do not assume that mode_t uses the
22821         traditional octal encoding.  E.g. "chmod 1 FOO" should set
22822         the other-execute bit of FOO even if S_IXOTH != 1.
22823
22824         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
22825         WOTH, XOTH, ALLM): New macros.
22826         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
22827          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
22828         Use them.
22829         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
22830         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
22831         (mode_compile):
22832         No need to use uintmax_t; unsigned long is long enough.
22833         Don't bother to get suffix since we don't use it.
22834
22835 2000-12-26  Jim Meyering  <meyering@lucent.com>
22836
22837         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
22838         better with autoheader.
22839
22840 2000-12-24  Jim Meyering  <meyering@lucent.com>
22841
22842         * lib/hash.c (is_prime): Return explicit boolean values.
22843         (hash_get_first): Return NULL to appease Irix5.6's 89.
22844         Reported by Nelson Beebe.
22845
22846 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
22847
22848         * lib/localcharset.c (locale_charset): Add support for Win32.
22849
22850 2000-12-18  Paul Eggert  <eggert@twinsun.com>
22851
22852         * lib/physmem.h, lib/physmem.c: New files.
22853
22854         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
22855         (noinst_HEADERS): Add physmem.h.
22856
22857         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
22858         't' for compatibility with Solaris 8 sort.
22859
22860 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
22861
22862         * lib/config.charset: Add support for BeOS.
22863
22864 2000-12-17  Jim Meyering  <meyering@lucent.com>
22865
22866         * m4/dos.m4 (jm_AC_DOS): New file and macro.
22867         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
22868
22869 2000-12-16  Jim Meyering  <meyering@lucent.com>
22870
22871         This bug had a serious impact on chown: `chown N:M FILE' (for integer
22872         N and M) would have treated it like `chown N:N FILE'.
22873
22874         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
22875
22876 2000-12-16  Jim Meyering  <meyering@lucent.com>
22877
22878         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
22879         SHELLS_FILE to a file name that's useful on djgpp systems.
22880         Include stdlib.h.
22881         (ADDITIONAL_DEFAULT_SHELLS): Define.
22882         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
22883         Based mostly on a patch from Prashant TR.
22884
22885 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
22886
22887         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
22888         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
22889         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
22890
22891 2000-12-08  Andreas Schwab  <schwab@suse.de>
22892
22893         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
22894         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
22895
22896 2000-12-07  Jim Meyering  <meyering@lucent.com>
22897
22898         * lib/stripslash.c (ISSLASH): Define.
22899         (strip_trailing_slashes): Use ISSLASH rather than comparing against
22900         `/'.
22901         From Prashant TR.
22902
22903         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
22904         (dir_name_r): Declare this function as static.
22905         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
22906         manifest itself on a name containing a mix of slashes and
22907         backslashes.
22908         Make this function work with names starting with a DOS-style
22909         drive letter and colon prefix.
22910         (dir_name): Append `.' if necessary.
22911         Based mostly on patches from Prashant TR and Eli Zaretskii.
22912
22913         * lib/dirname.h (dir_name_r): Remove prototype.
22914
22915 2000-12-06  Paul Eggert  <eggert@twinsun.com>
22916
22917         * m4/off_t-format.m4: Remove this file.
22918         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
22919
22920 2000-12-06  Jim Meyering  <meyering@lucent.com>
22921
22922         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
22923         replacement strtoull, we may well need the replacement strtoul, too.
22924         Check for declarations of strtoul and strtoull.
22925         Check for strtol.  Mainly as a cue to cause automake to include
22926         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
22927         Check for limits.h -- strtol.c needs it.
22928
22929 2000-12-05  Jim Meyering  <meyering@lucent.com>
22930
22931         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
22932
22933 2000-12-04  Jim Meyering  <meyering@lucent.com>
22934
22935         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
22936         Also include memory.h, stdlib.h, unistd.h if appropriate.
22937         Reported by Andreas Jaeger (conflicting declaration of malloc).
22938
22939 2000-12-02  Jim Meyering  <meyering@lucent.com>
22940
22941         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
22942         * m4/jm-macros.m4 (jm_MACROS): require it.
22943
22944 2000-12-02  Jim Meyering  <meyering@lucent.com>
22945
22946         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
22947
22948 2000-12-01  Paul Eggert  <eggert@twinsun.com>
22949
22950         * lib/memrchr.c: Include <config.h> before any system include file.
22951
22952 2000-11-30  Jim Meyering  <meyering@lucent.com>
22953
22954         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
22955
22956 2000-11-30  Jim Meyering  <meyering@lucent.com>
22957
22958         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
22959
22960 2000-11-29  Paul Eggert  <eggert@twinsun.com>
22961
22962         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
22963
22964 2000-11-26  Jim Meyering  <meyering@lucent.com>
22965
22966         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
22967
22968 2000-11-22  Paul Eggert  <eggert@twinsun.com>
22969
22970         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
22971         size of (size_t) -1; it's not portable.
22972
22973 2000-11-17  Jim Meyering  <meyering@lucent.com>
22974
22975         * lib/strstr.c: Update from GNU libc.
22976
22977 2000-11-17  Akim Demaille  <akim@epita.fr>
22978
22979         * lib/obstack.h: Formatting changes.
22980         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
22981         prevent type checking.
22982         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
22983         cast the value to (void *): assigning a `foo *' to a `void *'
22984         variable is valid.
22985         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
22986
22987 2000-11-16  Jim Meyering  <meyering@lucent.com>
22988
22989         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
22990
22991 2000-11-11  Jim Meyering  <meyering@lucent.com>
22992
22993         * lib/error.c: Add a couple #includes, merging from GNU libc version.
22994
22995 2000-11-10  Jim Meyering  <meyering@lucent.com>
22996
22997         * lib/obstack.h: Update from GNU libc.
22998         * lib/obstack.c: Likewise.
22999
23000 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
23001
23002         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
23003
23004 2000-11-06  Paul Eggert  <eggert@twinsun.com>
23005
23006         * lib/getusershell.c (setusershell): Use rewind rather than
23007         fseek/fseeko, to avoid configuration hassles with fseeko.
23008         Don't bother opening SHELLS_FILE if shellstream is NULL;
23009         it's not necessary.
23010
23011 2000-11-05  Jim Meyering  <meyering@lucent.com>
23012
23013         * lib/makepath.h (make_dir): Declare.
23014         * lib/makepath.c (make_dir): Remove `static' attribute.
23015         Tweak a comment.
23016
23017 2000-11-04  Jim Meyering  <meyering@lucent.com>
23018
23019         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
23020
23021 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
23022
23023         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
23024         last one in a bucket, advance to the next bucket.
23025
23026 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
23027
23028         * lib/fnmatch.c: Do not comment out all the code if we are using
23029         the GNU C library, because in some cases we are replacing buggy
23030         code in the GNU C library itself.
23031
23032 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23033
23034         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
23035         (regex_compile): Catch bogus \(\1\).
23036
23037 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23038
23039         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
23040         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
23041         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
23042
23043 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23044
23045         * lib/error.h, getline.h, modechange.h:
23046         Remove "2000" from Copyright line, as the file hasn't been
23047         changed this year other than in the copyright notice.
23048
23049         * lib/xalloc.h: Add "2000" to Copyright line, as this file
23050         was changed this year.
23051
23052 2000-10-29  Jim Meyering  <meyering@lucent.com>
23053
23054         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
23055         renaming.
23056         * m4/ls-mntd-fs.m4: Likewise
23057
23058 2000-10-29  Jim Meyering  <meyering@lucent.com>
23059
23060         * lib/xstat.in: Fix grammar in comment.
23061
23062 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
23063
23064         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
23065         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
23066         doesn't define __restrict_arr.
23067
23068 2000-10-28  Jim Meyering  <meyering@lucent.com>
23069
23070         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
23071         (jm_PREREQ_MEMCHR): New function.
23072
23073 2000-10-28  Jim Meyering  <meyering@lucent.com>
23074
23075         * lib/memchr.c: Update from libc.
23076         Adjust for portability:
23077         [HAVE_STDLIB_H]: Include stdlib.h.
23078         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
23079         Undef __memchr, too.
23080         [!weak_alias]: Define __memchr to memchr.
23081
23082         * lib/regex.c: Update from libc.
23083         * lib/regex.h: Likewise.
23084         * lib/getopt1.c: Likewise.
23085         * lib/memcmp.c: Likewise.
23086
23087         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
23088         Avoid using fseek, when possible -- it's broken by design.
23089         Patch by Ulrich Drepper.
23090
23091 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
23092
23093         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
23094         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
23095         Giving in to popular pressure to shut up the compiler with casts.
23096
23097 2000-10-26  Jim Meyering  <meyering@lucent.com>
23098
23099         * lib/strftime.c: Update from libc.
23100
23101 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
23102
23103         * regex.c: More `unsigned char' -> `re_char' changes.
23104         Also change several `int' into `re_wchar_t'.
23105         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
23106         (PUSH_FAILURE_POINTER): Don't cast any more.
23107         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
23108         We want GCC to complain, since this piece of code makes
23109         re_match non-reentrant, which *should* be fixed.
23110         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
23111         (EXTEND_BUFFER): Use RETALLOC.
23112         (SET_LIST_BIT): Don't cast.
23113         (re_wchar_t): New type.
23114         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
23115         that those two functions will always properly return.
23116         (IMMEDIATE_QUIT_CHECK): Cast to void.
23117         (analyse_first): Use recursion rather than an explicit stack.
23118         (re_compile_fastmap): Can't fail anymore.
23119         (re_search_2): Don't check re_compile_fastmap for failure.
23120         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
23121         Now also sets the new value (passed in a new argument).
23122         (re_match_2_internal): Use it.
23123         Also, use a new var `reg' of type size_t when looping through regs
23124         rather than reuse the inappropriate `mcnt'.
23125
23126 2000-10-25  Jim Meyering  <meyering@lucent.com>
23127
23128         * lib/obstack.c: Update from libc.
23129
23130 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
23131
23132         * regex.c (regex_compile): Change the way of handling a range from
23133         a char less than 256 to a char not less than 256.
23134
23135 2000-10-24  Andrew Innes  <andrewi@gnu.org>
23136
23137         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
23138         NT-Emacs only.
23139         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
23140         so that re_search functions only quit when callers expect them to.
23141
23142 2000-10-23  Jim Meyering  <meyering@lucent.com>
23143
23144         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
23145         wrong.  That set_locale call must not have any side effects.
23146         From Paul Eggert.
23147
23148 2000-10-22  Jim Meyering  <meyering@lucent.com>
23149
23150         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
23151         [CYCLIC]: Remove now-unused definition.
23152
23153         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
23154         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
23155         Suggestion from Ulrich Drepper.
23156
23157 2000-10-21  Jim Meyering  <meyering@lucent.com>
23158
23159         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
23160         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
23161         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
23162
23163 2000-10-21  Jim Meyering  <meyering@lucent.com>
23164
23165         * lib/dirname.c (memrchr): Declare if necessary.
23166         (dir_name): Remove the restriction that there be no
23167         trailing slashes.  Now, this code skips past them, effectively
23168         ignoring them.
23169         [TEST_DIRNAME] (main): New unit tests.
23170
23171         * lib/memrchr.c: New file from GNU libc.
23172         Undef __memrchr, too.
23173         [!weak_alias]: Define __memrchr to memrchr.
23174         Guard weak_alias use with `#ifdef weak_alias'.
23175
23176 2000-10-21  Jim Meyering  <meyering@lucent.com>
23177
23178         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
23179         (dir_name): Use dir_name_r.
23180         * lib/dirname.h (dir_name_r): Declare it.
23181
23182 2000-10-17  Jim Meyering  <meyering@lucent.com>
23183
23184         * lib/quote.h (PARAMS): Define and use.
23185         Reported by Akim Demaille.
23186
23187         * lib/getopt.c: Update from libc.
23188
23189 2000-10-16  Jim Meyering  <meyering@lucent.com>
23190
23191         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
23192         setlocale.
23193         From Jan Fedak.
23194
23195 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
23196
23197         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
23198
23199 2000-09-25  Jim Meyering  <meyering@lucent.com>
23200
23201         * lib/md5.h (rol): Define (from GnuPG).
23202
23203         * lib/sha.c: Give credit (GnuPG) where due.
23204         (M): Use rol rather than open-coding it.
23205         Add a FIXME comment.
23206
23207 2000-09-21  Jim Meyering  <meyering@lucent.com>
23208
23209         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
23210         Reported by Michael Stone.
23211
23212 2000-09-20  Jim Meyering  <meyering@lucent.com>
23213
23214         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
23215         (noinst_HEADERS): Add sha.h.
23216         Based on code from Scott G. Miller and from GnuPG.
23217
23218 2000-09-18  Jim Meyering  <meyering@lucent.com>
23219
23220         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
23221         LIBS. Otherwise, everyone ends up linking with -lelf for some
23222         configurations.
23223         Reported by Mike Stone.
23224
23225 2000-09-15  Jim Meyering  <meyering@lucent.com>
23226
23227         * lib/regex.c: Update from libc.
23228
23229 2000-09-10  Jim Meyering  <meyering@lucent.com>
23230
23231         * lib/getopt.c (_getopt_internal): Update from glibc.
23232
23233 2000-09-09  Jim Meyering  <meyering@lucent.com>
23234
23235         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
23236         think it should be used as a general replacement for isascii.
23237         * lib/fnmatch.c: Likewise.
23238         * lib/mbswidth.c: Likewise
23239         * lib/regex.c: Likewise.
23240
23241         Don't use atoi.
23242         * lib/userspec.c: Include sys/param.h and limits.h.
23243         Include xstrtol.h.
23244         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23245         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
23246         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
23247         UID, GID.  Check range.
23248
23249 2000-09-06  Jim Meyering  <meyering@lucent.com>
23250
23251         * lib/getopt.c (_getopt_internal): Update from glibc.
23252
23253 2000-08-30  Jim Meyering  <meyering@lucent.com>
23254
23255         * lib/strftime.c: Merge in changes from GNU libc.
23256
23257 2000-08-26  Jim Meyering  <meyering@lucent.com>
23258
23259         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
23260         * m4/fpending.m4: New file.
23261
23262 2000-08-26  Jim Meyering  <meyering@lucent.com>
23263
23264         * lib/closeout.c: Include "__fpending.h".
23265         (close_stdout_status): Return right away if there's nothing to flush.
23266
23267         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
23268         * lib/__fpending.c: New file.
23269         * lib/__fpending.h: New file.
23270
23271 2000-08-20  Jim Meyering  <meyering@lucent.com>
23272
23273         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
23274         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
23275         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
23276
23277 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
23278
23279         Improve fileutils installation on systems where running
23280         programs (like install) can't be unlinked.
23281         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
23282         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
23283
23284 2000-08-07  Paul Eggert  <eggert@twinsun.com>
23285
23286         Standardize on "memory exhausted" instead of "Memory exhausted"
23287         or "virtual memory exhausted".
23288         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
23289         "virtual memory exhausted".
23290         * lib/same.c (same_name): Invoke xalloc_die instead of printing
23291         our own message.
23292         * lib/userspec.c (parse_user_spec): Likewise.
23293         * lib/bumpalloc.h: comment fix
23294         * lib/same.c, userspec.c: Include xalloc.h.
23295
23296         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
23297         not char *const and pointing to a constant array.
23298         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
23299         (xrealloc): Comment fix.
23300
23301         * lib/userspec.c (parse_user_spec):
23302         Don't translate a message until just before returning,
23303         to avoid unnecessary translation.
23304
23305 2000-08-07  Jim Meyering  <meyering@lucent.com>
23306
23307         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
23308         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
23309         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
23310         getgroups.c, gethostname.c, getopt.h, group-member.c,
23311         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
23312         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
23313         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
23314         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
23315         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
23316         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
23317         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
23318         yesno.c: Back out Copyright date changes for each file with no change
23319         this year.  This eases coordination with other programs using the same
23320         source code modules.  From Paul Eggert.
23321
23322 2000-08-06  Paul Eggert  <eggert@twinsun.com>
23323
23324         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
23325         not char, for compatibility with glibc 2.1.3 strftime.c.
23326
23327 2000-08-03  Greg McGary  <greg@mcgary.org>
23328
23329         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
23330         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
23331         (EXTEND_BUFFER): Use them.
23332
23333 2000-08-01  Jim Meyering  <meyering@lucent.com>
23334
23335         * lib/dirname.c (ISSLASH): Define.
23336         (BACKSLASH_IS_PATH_SEPARATOR): Define.
23337         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
23338         both `\' and `/' may be use as path separators.
23339         Based on a patch from Prashant TR.
23340
23341 2000-07-31  Paul Eggert  <eggert@twinsun.com>
23342
23343         * lib/quotearg.c (quotearg_n_options): Don't make the initial
23344         slot vector a constant, since it might get modified.
23345
23346 2000-07-31  Jim Meyering  <meyering@lucent.com>
23347
23348         * lib/xmalloc.c: Use `virtual memory exhausted', not
23349         `Memory exhausted'.
23350         * lib/obstack.c (print_and_abort): Likewise.
23351
23352 2000-07-30  Paul Eggert  <eggert@twinsun.com>
23353
23354         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
23355         buffer, so that the caller can always quote one small
23356         component of a "memory exhausted" message in slot 0.
23357         From a suggestion by Jim Meyering.
23358
23359 2000-07-30  Jim Meyering  <meyering@lucent.com>
23360
23361         * lib/makepath.c (make_path): Quote the other instance, too.
23362
23363         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
23364         (STATIC_BUF_SIZE): Define.
23365         (quotearg_n_options): Use only statically allocated storage when
23366         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
23367         than STATIC_BUF_SIZE.
23368
23369 2000-07-29  Jim Meyering  <meyering@lucent.com>
23370
23371         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
23372         * lib/dirname.c (dir_name): Likewise.
23373
23374         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
23375         `/'.
23376
23377         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
23378         (dir_name): Assert that there are no trailing slashes.
23379
23380 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
23381
23382         * lib/mbswidth.h (mbswidth): Add a flags argument.
23383         (mbswidth): New declaration.
23384         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
23385         * lib/mbswidth.c (mbswidth): Add a flags argument.
23386         (mbsnwidth): New function.
23387
23388 2000-07-24  Jim Meyering  <meyering@lucent.com>
23389
23390         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
23391
23392 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23393
23394         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
23395
23396 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23397
23398         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
23399         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
23400         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
23401         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
23402         invoke multibyte primitives.
23403
23404 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23405
23406         * lib/quotearg.c:
23407         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
23408         so that mbstate_t is always defined.
23409
23410         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
23411         be 1 in at least one GCC installation, and this configuration
23412         error is likely to be common.  Ignoring MB_LEN_MAX hurts
23413         performance on hosts that have mbrtowc but have only unibyte
23414         locales, but I assume these hosts are rare.
23415
23416 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23417
23418         * lib/mbswidth.c (_XOPEN_SOURCE):
23419         Don't define; this causes problems on Solaris 7.
23420         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
23421
23422 2000-07-23  Jim Meyering  <meyering@lucent.com>
23423
23424         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
23425         too: getgrgid, getpwuid, getuid.
23426
23427 2000-07-23  Jim Meyering  <meyering@lucent.com>
23428
23429         * lib/basename.c (base_name): Add an assertion.
23430
23431 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
23432
23433         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
23434         shadow its mbsinit function.
23435
23436 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23437
23438         * lib/mbswidth.h: New file.
23439         * lib/mbswidth.c: New file.
23440         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
23441         (noinst_HEADERS): Add mbswidth.h.
23442
23443 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23444
23445         * lib/config.charset: Add support for FreeBSD. Improve support for
23446         HP-UX and IRIX 6.
23447
23448 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
23449
23450         * m4/mbswidth.m4: New file.
23451         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
23452
23453 2000-07-15  Jim Meyering  <meyering@lucent.com>
23454
23455         * lib/makepath.c: Include quote.h.
23456         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
23457         corresponding argument in a `quote (...)' call.
23458         Give better diagnostics.
23459
23460         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
23461         (noinst_HEADERS): Add quote.h.
23462
23463         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
23464         from tar's src/misc.c.
23465         * lib/quote.h: New file.  Prototypes for same.
23466
23467 2000-07-14  Paul Eggert  <eggert@twinsun.com>
23468
23469         From a suggestion by Bruno Haible.
23470         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
23471         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
23472         to decide whether to define the BeOS workaround macro;
23473         this adjusts to the change to AC_MBSTATE_T.
23474
23475 2000-07-14  Jim Meyering  <meyering@lucent.com>
23476
23477         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
23478         jm_AC_TYPE_UINTMAX_T.
23479
23480 2000-07-13  Paul Eggert  <eggert@twinsun.com>
23481
23482         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
23483
23484         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
23485         quotearg_buffer_restyled): Add support for
23486         clocale_quoting_style.  Undo previous change to
23487         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
23488         and "{RIGHT QUOTATION MARK}" msgids.
23489
23490 2000-07-10  Paul Eggert  <eggert@twinsun.com>
23491
23492         From a suggestion by Bruno Haible.
23493         * m4/mbstate_t.m4 (AC_MBSTATE_T):
23494         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
23495         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
23496         and mbstate_t, to a single-part test that simply defines mbstate_t.
23497         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
23498         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
23499
23500 2000-07-10  Jim Meyering  <meyering@lucent.com>
23501
23502         * m4/strerror_r.m4: Mirror the correction made in autoconf.
23503
23504         * m4/gnu-source.m4: Output to confdefs.h directly.
23505         Suggestion from Akim Demaille.
23506
23507 2000-07-09  Paul Eggert  <eggert@twinsun.com>
23508
23509         The old behavior of quoting `like this' doesn't look good with
23510         newer, ISO-style fonts.  See:
23511         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
23512
23513         Instead, quote "like this" by default.  Let the translator
23514         tailor the locale-specific quoting behavior by providing
23515         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
23516
23517         * lib/quotearg.c (N_): New macro.
23518         (gettext_default): New function.
23519         (quotearg_buffer_restyled): Use
23520         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
23521         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
23522
23523 2000-07-09  Jim Meyering  <meyering@lucent.com>
23524
23525         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
23526         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
23527
23528         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
23529         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
23530
23531 2000-07-09  Jim Meyering  <meyering@lucent.com>
23532
23533         * lib/Most files: Update copyright dates to include 2000.
23534
23535 2000-07-08  Jim Meyering  <meyering@lucent.com>
23536
23537         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
23538         if not defined.
23539         (xgethostname): Remove now-unnecessary #ifdef.
23540         Move declaration of `err' into loop where it's used.
23541
23542 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23543         and Bruno Haible  <haible@clisp.cons.org>
23544
23545         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
23546         only if the test for an object-type mbstate_t fails.  This
23547         prevents us from mistakenly reporting that mbstate_t is a
23548         system object type after we "#define mbstate_t int" to work
23549         around its lack.
23550
23551 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23552         and Bruno Haible  <haible@clisp.cons.org>
23553
23554         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
23555
23556 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23557
23558         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
23559         to strerror_r.
23560         Include <ctype.h> for use of isalpha.
23561
23562 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23563
23564         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
23565         by allocating a larger buffer. Test the gethostname return value for
23566         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
23567         returns an error and ENAMETOOLONG isn't defined.
23568
23569 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23570
23571         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
23572         dimension.
23573
23574 2000-07-04  Jim Meyering  <meyering@lucent.com>
23575
23576         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
23577         of the deprecated AC_CHECKING.
23578
23579 2000-07-04  Jim Meyering  <meyering@lucent.com>
23580
23581         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
23582         Reported by Bruno Haible.
23583
23584 2000-07-04  Jim Meyering  <meyering@lucent.com>
23585
23586         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
23587         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
23588         lacks mbrtowc.
23589
23590 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23591
23592         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
23593         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
23594
23595 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23596         and Bruno Haible  <haible@clisp.cons.org>
23597
23598         * lib/quotearg.c (mbrtowc):
23599         Assign to *pwc, and return 1 only if result is nonzero.
23600         (iswprint): Use ISPRINT when substituting our own mbrtowc.
23601
23602 2000-07-03  Jim Meyering  <meyering@lucent.com>
23603
23604         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
23605
23606 2000-07-03  Jim Meyering  <meyering@lucent.com>
23607
23608         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
23609         This is necessary to get a definition of e.g., UTMP_FILE on
23610         HP-UX 10.20.
23611         From Bob Proulx.
23612
23613 2000-07-02  Jim Meyering  <meyering@lucent.com>
23614
23615         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
23616
23617         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
23618         AC_LIBOBJ(function_name).
23619         * m4/chown.m4: Likewise.
23620         * m4/fnmatch.m4: Likewise.
23621         * m4/ftruncate.m4: Likewise.
23622         * m4/getgroups.m4: Likewise.
23623         * m4/getline.m4: Likewise.
23624         * m4/group-member.m4: Likewise.
23625         * m4/jm-macros.m4: Likewise.
23626         * m4/lstat.m4: Likewise.
23627         * m4/malloc.m4: Likewise.
23628         * m4/memcmp.m4: Likewise.
23629         * m4/nanosleep.m4: Likewise.
23630         * m4/putenv.m4: Likewise.
23631         * m4/realloc.m4: Likewise.
23632         * m4/regex.m4: Likewise.
23633         * m4/stat.m4: Likewise.
23634         * m4/strftime.m4: Likewise.
23635
23636 2000-07-02  Jim Meyering  <meyering@lucent.com>
23637
23638         * lib/quotearg.c (mbstate_t): Don't define here.
23639
23640 2000-07-02  Jim Meyering  <meyering@lucent.com>
23641
23642         * lib/nanosleep.c (SIGCONT): Define if not already defined.
23643
23644 2000-07-01  Jim Meyering  <meyering@lucent.com>
23645
23646         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
23647
23648 2000-07-01  Jim Meyering  <meyering@lucent.com>
23649
23650         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
23651         problem.
23652
23653 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23654
23655         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
23656         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
23657
23658 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23659
23660         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
23661         per change in ../m4/ls-mntd-fs.m4.
23662         (read_filesystem_list): Ignore symbolic links.
23663
23664 2000-06-29  Jim Meyering  <meyering@lucent.com>
23665
23666         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
23667         for declaration of strcmp.
23668
23669         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
23670
23671         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
23672         Avoid warning by casting result to `char *' to remove `const'.
23673
23674 2000-06-28  Jim Meyering  <meyering@lucent.com>
23675
23676         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
23677         included by quotearg.c, for which we perform this test.  From
23678         Bruno Haible.
23679
23680 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23681
23682         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
23683         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
23684         <utmpx.h> exists, put readutmp.o into LIBOBJS.
23685
23686 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23687
23688         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
23689
23690 2000-06-26  Paul Eggert  <eggert@twinsun.com>
23691
23692         savedir now sets errno on failure and invokes xmalloc to get memory.
23693         Fix a couple of other minor bugs while we're at it.
23694
23695         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
23696         (NAMLEN): Remove macro.
23697         (malloc, realloc): Remove decls.
23698         (stpcpy): Likewise.
23699         ("xalloc.h"): Include.
23700         (NAME_SIZE_DEFAULT): New macro.
23701         (savedir): Use xmalloc / xrealloc to allocate memory.
23702         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
23703         Skip "" directory entries.
23704         Use strlen to calculate directory entry length, since the old method
23705         is rarely used these days and isn't worth supporting.
23706         Don't use a pointer after freeing it.
23707         Check for integer overflow when calculating allocation size.
23708         Use memcpy to copy entries, instead of stpcpy.
23709         Set errno properly when returning NULL.
23710         Check for readdir error.
23711
23712 2000-06-26  Jim Meyering  <meyering@lucent.com>
23713
23714         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
23715
23716 2000-06-25  Jim Meyering  <meyering@lucent.com>
23717
23718         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
23719         Linux header bug when _XOPEN_SOURCE is defined to 500.
23720
23721 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23722
23723         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
23724         deficiency.
23725
23726 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23727
23728         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
23729         Include xalloc.h.
23730         Don't include <stdlib.h>.  Don't declare malloc, realloc.
23731
23732 2000-06-24  Jim Meyering  <meyering@lucent.com>
23733
23734         * m4/strerror_r.m4: Revive this file -- to try out an experimental
23735         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
23736         for which strerror does return char*, but which lacks a conveniently
23737         accessible declaration of the function.  If the compile-test says
23738         strerror_r doesn't work, then resort to a `run'-test that works on
23739         BeOS and segfaults on DEC Unix.
23740
23741 2000-06-24  Jim Meyering  <meyering@lucent.com>
23742
23743         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
23744
23745 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23746
23747         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
23748         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
23749
23750 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23751
23752         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
23753         (mbrtowc, mbstate_t): Define substitutes if
23754         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
23755         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
23756         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
23757
23758 2000-06-23  Jim Meyering  <meyering@lucent.com>
23759
23760         * m4/afs.m4: Add missing AC_MSG_RESULT.
23761         Reported by Bruno Haible.
23762
23763         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
23764         Suggestion from Bruno Haible.
23765
23766 2000-06-23  Jim Meyering  <meyering@lucent.com>
23767
23768         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
23769
23770 2000-06-21  Jim Meyering  <meyering@lucent.com>
23771
23772         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
23773
23774 2000-06-21  Jim Meyering  <meyering@lucent.com>
23775
23776         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
23777         (noinst_HEADERS): Add getstr.h.
23778
23779         * lib/getline.c (getstr): Move into a separate file.
23780         * lib/getstr.c (getstr): New file, extracted from getline.c, with
23781         the following changes: new parameter, delim2; both delim[12]
23782         parameters have type `int', not `char'.  The latter would lose
23783         with 8-bit delimiters.
23784         * lib/getstr.h: New file.
23785
23786 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23787
23788         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
23789         than 1024, return a memory chunk of least possible size, instead
23790         of size PATH_MAX + 2. In the loop, increment the size proportionally.
23791         Use free/xmalloc instead of xrealloc to avoid copying for very long
23792         paths.
23793
23794 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23795
23796         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
23797         the empty string.
23798
23799 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23800
23801         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
23802         address, not strdup.  Include <stdlib.h> and don't declare free().
23803
23804 2000-06-19  Jim Meyering  <meyering@lucent.com>
23805
23806         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
23807
23808 2000-06-18  Jim Meyering  <meyering@lucent.com>
23809
23810         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
23811
23812         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
23813         `checking whether...' message to be consistent with that of the
23814         lstat test.
23815
23816 2000-06-18  Jim Meyering  <meyering@lucent.com>
23817
23818         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
23819         Besides, these days every porting target provides a mkdir function.
23820
23821         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
23822         needed. (this snippet comes from src/system.h).
23823
23824 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
23825
23826         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
23827
23828 2000-06-15  Paul Eggert  <eggert@twinsun.com>
23829
23830         * lib/human.c (adjust_value): New function.
23831         (human_readable_inexact): Apply rounding style even when
23832         printing approximate values.
23833
23834 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23835
23836         * lib/human.c (human_readable_inexact): Allow an input block
23837         size that is not a multiple of the output block size, and vice versa.
23838         Reported by Piergiorgio Sartor.
23839
23840 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23841
23842         * lib/getdate.y (get_date): Apply relative times after time
23843         zone indicator, not before.  Reported by Todd A. Jacobs.
23844
23845 2000-06-13  Jim Meyering  <meyering@lucent.com>
23846
23847         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
23848
23849         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
23850
23851 2000-06-12  Paul Eggert  <eggert@twinsun.com>
23852
23853         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
23854
23855 2000-06-12  Jim Meyering  <meyering@lucent.com>
23856
23857         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
23858         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
23859         optional argument.
23860         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
23861         the optional argument, `lib'.
23862
23863 2000-06-08  Jim Meyering  <meyering@lucent.com>
23864
23865         * m4/largefile.m4: Remove file (now that it's part of autoconf).
23866
23867 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23868
23869         Rewrite largefile configuration so that we don't need to run
23870         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
23871         AC_CANONICAL_HOST in configure.in -- jmm]
23872
23873         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
23874         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
23875         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
23876         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
23877         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
23878         All uses changed.
23879         Instead of inspecting the output of getconf, try to compile the
23880         test program without and with the macro definition.
23881         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
23882         for getconf.  Instead, check for the needed flags by compiling
23883         test programs.
23884
23885 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23886
23887         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
23888
23889 2000-06-04  Jim Meyering  <meyering@lucent.com>
23890
23891         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
23892         SunOS 4.1.4 for which gid_t is an unsigned type.
23893
23894 2000-06-03  Jim Meyering  <meyering@lucent.com>
23895
23896         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
23897         now that autoconf requires that.
23898
23899         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
23900         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
23901         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
23902
23903 2000-06-03  Jim Meyering  <meyering@lucent.com>
23904
23905         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
23906
23907 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23908
23909         * m4/glibc21.m4: New file.
23910         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
23911
23912 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23913
23914         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
23915         newer, don't install charset.alias.
23916         * lib/config.charset: Change the Linux/glibc rules so they become empty
23917         on glibc-2.1 or newer.
23918
23919 2000-06-02  Jim Meyering  <meyering@lucent.com>
23920
23921         * lib/mountlist.c: Back out last change.  Instead, do this...
23922         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
23923         me_dummy member using the same `ignore'-testing code.
23924         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
23925         fs_type strings.
23926         From Mark D. Roth.
23927
23928 2000-05-29  Jim Meyering  <meyering@lucent.com>
23929
23930         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
23931         mounts with the `ignore' attribute.  Based on a patch from
23932         Mark D. Roth.
23933
23934 2000-05-28  Jim Meyering  <meyering@lucent.com>
23935
23936         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
23937         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23938         * m4/stat.m4: Likewise.
23939         * m4/lstat.m4: Likewise.
23940         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
23941
23942         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
23943         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
23944
23945 2000-05-26  Jim Meyering  <meyering@lucent.com>
23946
23947         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
23948
23949 2000-05-24  Jim Meyering  <meyering@lucent.com>
23950
23951         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
23952         autoconf requires that.
23953         * m4/lib-check.m4: Likewise.
23954         * m4/jm-macros.m4: Likewise.
23955         * m4/strftime.m4: Likewise.
23956
23957         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
23958         AC_CHECK_DECLS, now that autoconf requires that.
23959
23960 2000-05-22  Jim Meyering  <meyering@lucent.com>
23961
23962         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23963         * m4/lstat.m4: Likewise.
23964
23965 2000-05-22  Jim Meyering  <meyering@lucent.com>
23966
23967         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
23968
23969 2000-05-20  Jim Meyering  <meyering@lucent.com>
23970
23971         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
23972         (jm_PREREQ): Use it.
23973
23974 2000-05-18  Jim Meyering  <meyering@lucent.com>
23975
23976         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
23977         back, too, since it may have been modified by allocate_entry.
23978         (hash_delete): Rewrite to use neither the assignment operator
23979         nor the comma operator in an if-expression.
23980
23981 2000-05-15  Paul Eggert  <eggert@twinsun.com>
23982
23983         * lib/closeout.c:
23984         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
23985         Remove; no longer needed.
23986         "quotearg.h": Add include.
23987         (file_name): Do not bother to explicitly initialize to NULL; it's less
23988         efficient on some hosts.
23989         (close_stdout_status): Remove test as to whether stdout was already
23990         closed; it breaks for the case "echo x | sort >&-".
23991         Quote file name colons.
23992         Do not assume that _("write error") lacks format strings.
23993
23994 2000-05-15  Jim Meyering  <meyering@lucent.com>
23995
23996         * lib/version-etc.c (version_etc_copyright): Update the copyright
23997         string used in all --version output.
23998
23999 2000-05-14  Jim Meyering  <meyering@lucent.com>
24000
24001         * lib/closeout.c (close_stdout_set_file_name): New function.
24002         (close_stdout_status): Use new file-scoped global.
24003         Return right away if fstat says the stdout file descriptor is invalid.
24004         * lib/closeout.h (close_stdout_set_file_name): Declare.
24005
24006 2000-05-10  Jim Meyering  <meyering@lucent.com>
24007
24008         * lib/closeout.c [default_exit_status]: New file-scoped variable.
24009         (close_stdout_set_status): New function.
24010         * lib/closeout.h (close_stdout_set_status): Declare.
24011
24012 2000-05-09  Jim Meyering  <meyering@lucent.com>
24013
24014         * m4/gettext.m4: Rename this...
24015         * m4/libintl.m4: ...to this.
24016
24017 2000-05-08  Jim Meyering  <meyering@lucent.com>
24018
24019         * lib/long-options.c: Don't include closeout.h.
24020         (parse_long_options): Don't call close_stdout for --version.
24021
24022 2000-05-06  Paul Eggert  <eggert@twinsun.com>
24023
24024         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
24025         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
24026         2.1.3 bug.  This avoids a clash when files like regex.c define
24027         _GNU_SOURCE.
24028
24029 2000-05-06  Jim Meyering  <meyering@lucent.com>
24030
24031         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
24032         (AC_REPLACE_FUNCS): Add strnlen.
24033
24034         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
24035         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
24036
24037         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
24038         AC_SEARCH_LIBS call for nanosleep.
24039         (LIB_NANOSLEEP): Set and AC_SUBST.
24040
24041 2000-05-06  Jim Meyering  <meyering@lucent.com>
24042
24043         * lib/strnlen.c: Undefine __strnlen and strnlen.
24044         [!weak_alias]: Define __strnlen to strnlen.
24045
24046         * lib/atexit.c: New file, from libiberty.
24047
24048 2000-05-06  Jim Meyering  <meyering@lucent.com>
24049
24050         * lib/closeout.c (close_stdout_status): Also check for errors on the
24051         stderr stream.
24052
24053 2000-05-05  Jim Meyering  <meyering@lucent.com>
24054
24055         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
24056         AC_SEARCH_LIBS call for clock_gettime.
24057         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
24058
24059         * m4/search-libs.m4: Update from autoconf.
24060
24061         su doesn't work on Solaris 2.6.
24062         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
24063         <shadow.h>.  Reported by Dragos Harabor.
24064
24065 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
24066
24067         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
24068         memcpy instead of xmalloc, xrealloc, path_concat.
24069         (locale_charset): Treat empty environment variables as absent.
24070         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
24071
24072 2000-05-04  Jim Meyering  <meyering@lucent.com>
24073
24074         * lib/getopt.c: Update from glibc.
24075         * lib/obstack.c: Likewise.
24076         * lib/obstack.h: Likewise.
24077         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
24078         file
24079
24080         * lib/regex.h: Likewise.
24081         * lib/strndup.c: Likewise.
24082         * lib/strnlen.c: New file, from glibc.
24083
24084 2000-05-03  Jim Meyering  <meyering@lucent.com>
24085
24086         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
24087
24088 2000-05-02  Paul Eggert  <eggert@twinsun.com>
24089
24090         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
24091         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
24092         compile-time test, rather than inspecting host and OS, to
24093         decide whether to define _LARGEFILE_SOURCE.
24094
24095 2000-05-01  Jim Meyering  <meyering@lucent.com>
24096
24097         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
24098
24099         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
24100         Based on a patch from Bruno Haible.
24101
24102 2000-05-01  Jim Meyering  <meyering@lucent.com>
24103
24104         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
24105
24106 2000-04-29  Jim Meyering  <meyering@lucent.com>
24107
24108         * lib/path-concat.c: Declare strdup only if it's not defined.
24109         * lib/canon-host.c: Likewise.
24110
24111 2000-04-28  Jim Meyering  <meyering@lucent.com>
24112
24113         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
24114         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
24115         is included first, then limits.h is included by locale.h by libintl.h.
24116         From John David Anglin.
24117
24118 2000-04-25  Jim Meyering  <meyering@lucent.com>
24119
24120         * lib/makepath.c (S_IRWXUGO): Define.
24121         (make_path): Always perform explicit chmod if MODE specifies any
24122         of the `special' permission bits.  Prompted by a bug report against
24123         install from Mate Wierdl and Joost van Baal.
24124
24125 2000-04-18  Jim Meyering  <meyering@lucent.com>
24126
24127         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
24128         (jm_PREREQ): Use it.
24129
24130 2000-04-18  Jim Meyering  <meyering@lucent.com>
24131
24132         * lib/README: New file.
24133
24134         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
24135         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
24136
24137 2000-04-17  Jim Meyering  <meyering@lucent.com>
24138
24139         Get it right :-)
24140         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
24141         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
24142         Suggestion from Akim Demaille.
24143
24144 2000-04-17  Jim Meyering  <meyering@lucent.com>
24145
24146         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
24147         the definition of it to rpl_strftime also defined-away the system's
24148         declaration.
24149
24150 2000-04-15  Jim Meyering  <meyering@lucent.com>
24151
24152         Use `C' to denote so-called `contiguous' files, the same way
24153         that tar does.
24154         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
24155         (ftypelet): Use S_ISCTG.
24156         From Michael Deutschmann.
24157
24158 2000-04-14  Jim Meyering  <meyering@lucent.com>
24159
24160         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
24161         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
24162         clobbered.
24163
24164 2000-04-14  Jim Meyering  <meyering@lucent.com>
24165
24166         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
24167
24168 2000-04-13  Jim Meyering  <meyering@lucent.com>
24169
24170         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
24171         AH_VERBATIM to insert required #ifndef into config.h.in.
24172         Suggestion from Akim Demaille.
24173
24174 2000-04-12  Jim Meyering  <meyering@lucent.com>
24175
24176         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
24177         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
24178         Christian Krackowizer.
24179
24180         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
24181         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
24182         (AC_SYS_LARGEFILE): Require.
24183         (AM_C_PROTOTYPES): Require.
24184
24185 2000-04-08  Jim Meyering  <meyering@lucent.com>
24186
24187         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
24188         names don't conflict.  Reported by Eli Zaretskii.
24189
24190 2000-04-07  Jim Meyering  <meyering@lucent.com>
24191
24192         * lib/putenv.c: Move inclusion of errno.h so it follows that of
24193         sys/types.h, to work around system header problems on AIX 3.2.5.
24194         From Bruno Haible.
24195
24196 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
24197
24198         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
24199         bug.  Deal with the different error behavior of Irix iconv.
24200
24201 2000-04-05  Paul Eggert  <eggert@twinsun.com>
24202
24203         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
24204         IRIX if the installer said otherwise.
24205
24206 2000-04-05  Jim Meyering  <meyering@lucent.com>
24207
24208         Portability tweaks required for ultrix4.3.
24209         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
24210         (jm_CHECK_DECLS): Add getutent to the list of functions.
24211         (_jm_DECL_HEADERS): Add utmpx.h.
24212         From John David Anglin.
24213
24214         * m4/strftime.m4: Back out the 2000-04-02 change.
24215         Instead of that change, simply undefine putenv in the test program.
24216
24217 2000-04-05  Jim Meyering  <meyering@lucent.com>
24218
24219         Portability tweaks required for ultrix4.3.
24220         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
24221         getutent.
24222         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
24223         * lib/canon-host.c: Declare strdup.
24224         * lib/path-concat.c: Likewise.
24225         From John David Anglin.
24226
24227 2000-04-04  Jim Meyering  <meyering@lucent.com>
24228
24229         Be more DOS 8.3-friendly.
24230         * lib/ref-add.sin: Renamed from ref-add.sed.in.
24231         * lib/ref-del.sin: Renamed from ref-del.sed.in.
24232         * lib/Makefile.am: Reflect renaming.
24233         Reported by Eli Zaretskii.
24234
24235         Use a temporary file name that won't clash with `charset.alias'
24236         in the DOS 8.3 name space.
24237         * lib/Makefile.am (charset_tmp): Define.
24238         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
24239         (uninstall-local): Likewise.
24240         Reported by Eli Zaretskii.
24241
24242 2000-04-03  Jim Meyering  <meyering@lucent.com>
24243
24244         * m4/gettext.m4: Fix typo in comment.
24245
24246         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
24247         textutils/configure.in).  Suggestion from Paul Eggert.
24248         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
24249
24250 2000-04-02  Paul Eggert  <eggert@twinsun.com>
24251
24252         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
24253         variable in the shell rather than using putenv, which isn't
24254         portable.  This avoids the configure-time inter-test dependency
24255         on the potentially-renamed putenv function.
24256
24257 2000-03-30  Paul Eggert  <eggert@twinsun.com>
24258
24259         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
24260         before checking struct stat.st_blksize, so that
24261         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
24262
24263 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24264
24265         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
24266         since strftime.c uses HAVE_STRFTIME to decide whether to use
24267         the underlying strftime.
24268
24269 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24270
24271         * lib/time/strftime.c (my_strftime): Make sure we call the system
24272         strftime, not ourselves, when invoking the underlying strftime.
24273
24274 2000-03-24  Jim Meyering  <meyering@lucent.com>
24275
24276         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
24277         (charset_alias): Define.
24278         (install-exec-local): Factor out common code.
24279         (uninstall-local): Split lines longer than 80.
24280         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
24281         (SUFFIXES): Define.
24282         (.sed.in.sed): New rule.  Don't redirect directly to $@.
24283         (CLEANFILES): Add ref-add.sed and ref-del.sed.
24284
24285 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
24286
24287         * lib/config.charset: Output a line containing "Packages using this
24288         file".
24289         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
24290         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
24291         ref-del.sed): New rules.
24292
24293 2000-03-17  Jim Meyering  <meyering@lucent.com>
24294
24295         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
24296         Otherwise, include <strings.h>
24297
24298 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
24299
24300         * lib/unicodeio.c (utf8_wctomb): New function.
24301         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
24302         format instead of in UCS-4 with platform dependent endianness.
24303
24304 2000-03-10  Jim Meyering  <meyering@lucent.com>
24305
24306         * m4/lib-check.m4: Look for getspnam in -lgen, too.
24307         From Marco Franzen.
24308
24309 2000-03-07  Paul Eggert  <eggert@twinsun.com>
24310
24311         * lib/savedir.c (savedir): Work even if directory size is
24312         negative; this can happen with some screwy NFS configurations.
24313
24314 2000-03-06  Jim Meyering  <meyering@lucent.com>
24315
24316         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
24317         if it's NULL (because we ran out of memory).  From Bruno Haible.
24318
24319 2000-03-05  Jim Meyering  <meyering@lucent.com>
24320
24321         * lib/localcharset.c ("path-concat.h"): Include.
24322         (get_charset_aliases): Use path_concat instead of ANSI string
24323         concatenation.
24324
24325         * lib/unicodeio.h (PARAMS): Define.
24326         Use it to guard prototype.
24327
24328 2000-03-04  Jim Meyering  <meyering@lucent.com>
24329
24330         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
24331         for lib/localcharset.c.
24332
24333 2000-03-04  Jim Meyering  <meyering@lucent.com>
24334
24335         * lib/Makefile.am (install-exec-local): Create $(libdir) before
24336         installing into it.
24337         (uninstall-local): Uncomment this rule so `make distcheck' works
24338         once again.
24339
24340         * lib/unicodeio.c (<errno.h>): Include it.
24341         (errno): Declare if not defined.
24342
24343         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
24344
24345         * lib/config.charset: New version, incorporating remarks from a linux
24346         i18n mailing list.  From Bruno Haible.
24347
24348 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
24349
24350         * m4/codeset.m4: New file.
24351         * m4/iconv.m4: New file.
24352         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
24353
24354 2000-03-03  Jim Meyering  <meyering@lucent.com>
24355
24356         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
24357
24358 2000-03-02  Jim Meyering  <meyering@lucent.com>
24359
24360         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
24361         the messages come out on separate lines.
24362
24363         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
24364         rather than jm_CHECK_DECLARATIONS.
24365         * m4/decl.m4: Remove now-unused file.
24366
24367         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
24368         geteuid.
24369
24370 2000-03-02  Jim Meyering  <meyering@lucent.com>
24371
24372         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
24373
24374 2000-03-01  Jim Meyering  <meyering@lucent.com>
24375
24376         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
24377         * lib/unicodeio.c: Likewise.
24378
24379 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
24380
24381         * lib/config.charset: New file.
24382         * lib/localcharset.c: New file.
24383         * lib/unicodeio.h, lib/unicodeio.c: New files.
24384         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
24385         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
24386         (noinst_HEADERS): Add unicodeio.h.
24387         (all-local, install-exec-local, charset.alias): New targets.
24388
24389 2000-02-28  Paul Eggert  <eggert@twinsun.com>
24390
24391         * lib/quotearg.c (ALERT_CHAR): New macro.
24392         (quotearg_buffer_restyled): Use it.
24393
24394 2000-02-27  Jim Meyering  <meyering@lucent.com>
24395
24396         * m4/check-decl.m4: Add getenv to the list.
24397
24398 2000-02-27  Jim Meyering  <meyering@lucent.com>
24399
24400         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
24401         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
24402
24403         * lib/backupfile.c: Guard inclusion of stdlib.h with
24404         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
24405         Declare malloc if needed.
24406
24407         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
24408         `#ifndef HAVE_DECL..'
24409         now that autoconf always defines the HAVE_DECL_ symbols.
24410         * lib/human.c: Likewise.
24411         * lib/same.c: Likewise.
24412         * lib/strtoumax.c: Likewise.
24413
24414         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
24415         declaration check was not run.
24416         * lib/hash.c: Likewise.
24417         * lib/human.c: Likewise.
24418         * lib/same.c: Likewise.
24419         * lib/strtoumax.c: Likewise.
24420
24421         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
24422         `.', then first look up the entire `.'-containing string as a login
24423         name.
24424
24425 2000-02-23  Jim Meyering  <meyering@lucent.com>
24426
24427         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
24428         in place of my hack.
24429
24430 2000-02-18  Paul Eggert  <eggert@twinsun.com>
24431
24432         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
24433         (textint): New typedef.
24434         (parser_control): Member year changed from int to textint.
24435         All uses changed.
24436         (YYSTYPE): Removed; replaced by %union with int and textint members.
24437         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
24438         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
24439         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
24440         (tSNUMBER, tUNUMBER): Now of type <textintval>.
24441         (date, number, to_year): Use width of number in digits, not its value,
24442         to determine whether it's a 2-digit year, or a 2-digit time.
24443         (yylex): Store number of digits of numeric tokens.
24444         Reported by John Kendall.
24445
24446         (parser_control): Changed from struct parser_control to typedef (for
24447         consistency).  All uses changed.
24448
24449         (tID): Removed; not used.
24450         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
24451
24452 2000-02-14  Paul Eggert  <eggert@twinsun.com>
24453
24454         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
24455         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
24456
24457 2000-02-12  Jim Meyering  <meyering@lucent.com>
24458
24459         * lib/userspec.c (ISDIGIT): Define it.
24460         (isdigit): Remove definition.
24461         (is_number): Use ISDIGIT, not isdigit.
24462         <libintl.h>: Include.
24463         (_ and N_): Define.
24464         (parse_user_spec): Mark translatable strings.
24465
24466 2000-02-10  Jim Meyering  <meyering@lucent.com>
24467
24468         With these changes, nanosleep.[ch] are finally enough like the other
24469         lib/* replacement files to compile on a few more losing systems.
24470
24471         * lib/nanosleep.h: Don't include config.h.
24472         Remove prototype from declaration of nanosleep.
24473         (PARAMS): Remove now-unneeded definition.
24474         * lib/nanosleep.c: #undef nanosleep.
24475         (rpl_nanosleep): Rename from nanosleep.
24476
24477 2000-02-10  Jim Meyering  <meyering@lucent.com>
24478
24479         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
24480         gnu_nanosleep to rpl_nanosleep.
24481
24482 2000-02-09  Jim Meyering  <meyering@lucent.com>
24483
24484         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
24485         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
24486
24487 2000-02-08  Akim Demaille  <akim@epita.fr>
24488
24489         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
24490         `[' and `]' and remove uses of `changequote'.
24491         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
24492         (AC_SYS_LARGEFILE): Likewise.
24493         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
24494         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
24495         of changequote.
24496         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
24497         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
24498         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
24499         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
24500
24501 2000-02-05  Jim Meyering  <meyering@lucent.com>
24502
24503         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
24504         Remove explicit use of AC_HEADER_TIME.  It is required by
24505         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
24506         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
24507         in autoconf whereby the expansion of the latter ended up preceding
24508         the expansion of its prerequisite, AC_HEADER_TIME.
24509         Reported by Volker Borchert.
24510
24511 2000-02-03  Jim Meyering  <meyering@lucent.com>
24512
24513         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
24514
24515 2000-02-03  Jim Meyering  <meyering@lucent.com>
24516
24517         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
24518         rather than with `#if HAVE_UTMPNAME'.
24519
24520 2000-02-02  Jim Meyering  <meyering@lucent.com>
24521
24522         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
24523         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
24524         Reported by Eli Zaretskii.
24525
24526 2000-02-01  Jim Meyering  <meyering@lucent.com>
24527
24528         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
24529
24530 2000-01-31  Jim Meyering  <meyering@lucent.com>
24531
24532         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
24533         functions.  Add the time.h and sys/time.h headers along with the
24534         AC_REQUIRE'ment of AC_HEADER_TIME.
24535
24536 2000-01-31  Jim Meyering  <meyering@lucent.com>
24537
24538         * lib/nanosleep.h (nanosleep): Guard declaration with
24539         `#if ! HAVE_DECL_NANOSLEEP'.
24540         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
24541         the declaration in that vendor's sys/timers.h.
24542         Reported by Christian Krackowizer.
24543
24544         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
24545         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
24546         (ISPRINT): Likewise.
24547         Reported by Tom Tromey.
24548
24549 2000-01-30  Jim Meyering  <meyering@lucent.com>
24550
24551         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
24552
24553         * m4/prereq.m4 (utmp_includes): Define.
24554         Check for ut_user and ut_name members in both struct utmpx
24555         and struct utmp.
24556
24557 2000-01-30  Jim Meyering  <meyering@lucent.com>
24558
24559         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
24560         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
24561         header files where only utmpx.ut_user is declared.
24562
24563         * lib/readutmp.h (UT_USER): Define.
24564
24565 2000-01-29  Jim Meyering  <meyering@lucent.com>
24566
24567         * m4/lib-check.m4: New file containing library-related checks from
24568         fileutils and sh-utils (textutils had none).
24569
24570 2000-01-28  Jim Meyering  <meyering@lucent.com>
24571
24572         * m4/perl.m4: Change format of warning message to look more like that
24573         from the missing script.  Suggestion from François Pinard.
24574
24575 2000-01-25  Jim Meyering  <meyering@lucent.com>
24576
24577         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
24578         well as time.h in the compile check.
24579         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
24580         Fix typo in cross-compiling case: s/yes/no/.
24581
24582 2000-01-23  Jim Meyering  <meyering@lucent.com>
24583
24584         * m4/jm-macros.m4: Move df-related tests here from
24585         fileutils/configure.in
24586
24587         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
24588         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
24589
24590         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
24591         s/space/ac_fsusage_space/.
24592         (jm_FILE_SYSTEM_USAGE): Take two parameters.
24593
24594         * m4/ftruncate.m4: New file (derived from part of
24595         fileutils/configure.in).
24596         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
24597         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
24598
24599         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
24600         AC_SUBST these here, rather than just in sh-util/configure.in, so
24601         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
24602         all the same.
24603         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
24604         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
24605         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
24606         (AC_SUBST(POW_LIBM)): Likewise.
24607         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
24608
24609 2000-01-23  Jim Meyering  <meyering@lucent.com>
24610
24611         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
24612         obstack.c.
24613
24614 2000-01-22  Jim Meyering  <meyering@lucent.com>
24615
24616         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
24617
24618         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
24619
24620         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
24621         configure.in
24622         (AC_CHECK_HEADERS): Likewise for sh-utils.
24623         (AC_CHECK_HEADERS): Likewise for textutils.
24624         Merge the three lists of headers.
24625
24626         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
24627         from fileutils' configure.in.
24628
24629         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
24630         code. Moved tests into their own function (_jm_DECL_HEADERS) in
24631         check-decl.m4.
24632
24633         * m4/check-decl.m4: Use #if rather than #ifdef.
24634         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
24635         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
24636         (_jm_DECL_HEADERS): Define new function.
24637         (jm_CHECK_DECLARATIONS): Require it.
24638
24639 2000-01-22  Jim Meyering  <meyering@lucent.com>
24640
24641         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
24642         [! HAVE_DECL_STRTOULL]: Declare strtoull.
24643         Required for some AIX systems.  Reported by Christian Krackowizer.
24644         [TESTING] (main): New function.
24645
24646         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
24647         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
24648         letters.
24649
24650         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
24651         iswprint.
24652
24653         * lib/strverscmp.c (ISDIGIT): Define.
24654         (strverscmp): Use ISDIGIT, not isdigit.
24655
24656 2000-01-19  Jim Meyering  <meyering@lucent.com>
24657
24658         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
24659         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
24660         defines `struct timespec' in <sys/time.h>
24661
24662         * m4/c-bs-a.m4: Remove uses of changequote altogether.
24663         Thanks to Akim for explaining.
24664
24665 2000-01-17  Paul Eggert  <eggert@twinsun.com>
24666
24667         * lib/nanosleep.c (nanosleep):
24668         Don't use SA_INTERRUPT to decide whether to call sigaction, as
24669         POSIX.1 doesn't require SA_INTERRUPT and some systems
24670         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
24671         it's been part of POSIX.1 since day 1 (in 1988).
24672
24673 2000-01-17  Jim Meyering  <meyering@lucent.com>
24674
24675         * lib/interlock: Remove unused file.  Reported by François Pinard.
24676
24677 2000-01-16  Paul Eggert  <eggert@twinsun.com>
24678
24679         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
24680         alert, backslash, formfeed, and vertical tab unnecessarily in
24681         shell quoting style.
24682
24683 2000-01-16  Jim Meyering  <meyering@lucent.com>
24684
24685         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
24686         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
24687         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
24688         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
24689
24690 2000-01-16  Jim Meyering  <meyering@lucent.com>
24691
24692         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
24693         because the latter didn't work.
24694
24695 2000-01-15  Jim Meyering  <meyering@lucent.com>
24696
24697         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
24698         (AC_REPLACE_FUNCS): Add memcpy and memset.
24699         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
24700         Add strpbrk.
24701         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
24702
24703 2000-01-12  Jim Meyering  <meyering@lucent.com>
24704
24705         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
24706         (jm_PREREQ): Use it.
24707         (jm_PREREQ_READUTMP): New macro.
24708         (jm_PREREQ): Use it.
24709
24710 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24711
24712         Quote multibyte characters correctly.
24713         * m4/c-bs-a.m4: New file.
24714         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
24715         (jm_PREREQ): Use it.
24716
24717 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24718
24719         * m4/uintmax_t.m4: Port to autoconf 2.13.
24720
24721 2000-01-08  Jim Meyering  <meyering@ascend.com>
24722
24723         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
24724         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
24725
24726 2000-01-04  Jim Meyering  <meyering@ascend.com>
24727
24728         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
24729         jm_STRUCT_DIRENT_D_TYPE.
24730         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
24731         jm_STRUCT_DIRENT_D_INO.
24732         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
24733         jm_STRUCT_UTIMBUF.
24734         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
24735         renamings.
24736         * m4/utime.m4: Likewise.
24737
24738         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
24739         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
24740
24741 2000-01-03  Paul Eggert  <eggert@twinsun.com>
24742
24743         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
24744         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
24745
24746 2000-01-02  Jim Meyering  <meyering@ascend.com>
24747
24748         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
24749         remember if this is necessary.
24750
24751 1999-12-26  Jim Meyering  <meyering@ascend.com>
24752
24753         * m4/jm-macros.m4: Use it here.
24754         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
24755
24756 1999-12-23  Jim Meyering  <meyering@ascend.com>
24757
24758         * m4/jm-macros.m4: Check for clock_gettime (moved from
24759         fileutils/configure.in)
24760         Check for gettimeofday.
24761
24762 1999-12-20  Jim Meyering  <meyering@ascend.com>
24763
24764         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
24765         autoconf-2.14a-1999-12-20.
24766
24767 1999-12-19  Jim Meyering  <meyering@ascend.com>
24768
24769         * m4/lstat-slash.m4: New file.
24770         * m4/jm-macros.m4: Use the new macro:
24771         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24772
24773 1999-12-07  Jim Meyering  <meyering@ascend.com>
24774
24775         * m4/perl.m4: Require that File::Compare be available, too.
24776         Too many systems seem to lack it.
24777
24778         * m4/strftime.m4: Add checks for most of the cpp macros tested in
24779         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
24780
24781 1999-11-18  Paul Eggert  <eggert@twinsun.com>
24782
24783         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
24784         problem with the QNX 4.25 shell, which doesn't propagate exit
24785         status of failed commands inside shell assignments.
24786
24787 1999-11-17  Jim Meyering  <meyering@ascend.com>
24788
24789         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
24790
24791 1999-11-07  Jim Meyering  <meyering@ascend.com>
24792
24793         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
24794
24795 1999-11-06  Jim Meyering  <meyering@ascend.com>
24796
24797         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
24798         * m4/jm-macros.m4 (jm_MACROS): Use it here.
24799
24800 1999-11-05  Jim Meyering  <meyering@ascend.com>
24801
24802         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
24803         configure.in of textutils, fileutils, and sh-utils into this one
24804         (shared between those packages) file.
24805         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
24806         AC_STRUCT_ST_BLKSIZE.
24807
24808 1999-11-03  Jim Meyering  <meyering@ascend.com>
24809
24810         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
24811         of AC_CHECK_TYPE checks includes unistd.h.
24812         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
24813         Suggestion from Akim Demaille.
24814
24815 1999-10-30  Jim Meyering  <meyering@ascend.com>
24816
24817         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
24818         m4-quoted string.
24819         * m4/ls-mntd-fs.m4: Likewise.
24820         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
24821         * m4/jm-winsz1.m4: Likewise.
24822
24823         * m4/const.m4: Remove file, since the fix made it into the experimental
24824         version of autoconf.
24825         * m4/mktime.m4: Likewise.
24826
24827         * m4/check-type.m4: Remove file, now that the latest version of
24828         AC_CHECK_TYPE takes a third arg to specify additional #includes.
24829
24830         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
24831         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
24832         AC_CHECK_TYPE.
24833
24834 1999-10-04  Jim Meyering  <meyering@ascend.com>
24835
24836         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
24837
24838 1999-09-22  Paul Eggert  <eggert@twinsun.com>
24839
24840         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
24841         2.95.1 bug with HP-UX 10.20.
24842
24843 1999-09-17  Jim Meyering  <meyering@ascend.com>
24844
24845         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
24846         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
24847         due to missing strdup (against sh-utils-2.0).
24848
24849 1999-08-29  Jim Meyering  <meyering@ascend.com>
24850
24851         * m4/jm-macros.m4: Require jm_BISON.
24852         * m4/bison.m4: New file.
24853
24854 1999-08-17  Paul Eggert  <eggert@twinsun.com>
24855
24856         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
24857         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
24858
24859 1999-08-05  Jim Meyering  <meyering@ascend.com>
24860
24861         * m4/getline.m4: Rename test file from conftestdata to conftest.data
24862         to avoid conflicts with `conftest' on 8+3 filesystems.
24863         Suggestion from Eli Zaretskii.
24864
24865 1999-08-04  Jim Meyering  <meyering@ascend.com>
24866
24867         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
24868         fileutils and sh-utils (textutils's getline test was inadequate).
24869         (AM_FUNC_GETLINE): Run this test.
24870         (AC_CHECK_FUNCS): Check for getdelim.
24871         Reported by Bob Proulx.
24872
24873 1999-08-02  Jim Meyering  <meyering@ascend.com>
24874
24875         * m4/jm-macros.m4: Add a comment.
24876
24877 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24878
24879         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
24880         <inttypes.h> defines strtoumax as a macro (and not as a
24881         function).
24882
24883 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24884
24885         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
24886         that we can shift, multiply and divide unsigned long long
24887         values; Ultrix cc can't do it.
24888
24889 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24890
24891         * m4/mktime.m4: New file, which is a preview of what should appear
24892         in the next public autoconf release.
24893
24894 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24895
24896         * m4/lfs.m4: Remove this file.
24897         * m4/largefile.m4: New file.  It contains the old contents of
24898         lfs.m4, except that all names with prefix AC_LFS have been
24899         changed to use the prefix AC_SYS_LARGEFILE instead, to be
24900         compatible with future autoconf versions.  Also, some minor m4
24901         quoting problems have been fixed.
24902
24903 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24904
24905         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
24906         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
24907         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
24908         and simplify the shell code.
24909
24910 1999-08-01  Jim Meyering  <meyering@ascend.com>
24911
24912         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
24913         m4.
24914
24915 1999-07-20  Jim Meyering  <meyering@ascend.com>
24916
24917         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
24918
24919 1999-07-15  Jim Meyering  <meyering@ascend.com>
24920
24921         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
24922
24923 1999-05-22  Jim Meyering  <meyering@ascend.com>
24924
24925         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
24926
24927 1999-05-20  Jim Meyering  <meyering@ascend.com>
24928
24929         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
24930         Add a colon after each `then' in case $4 is empty.
24931
24932 1999-05-16  Jim Meyering  <meyering@ascend.com>
24933
24934         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
24935
24936 1999-05-10  Jim Meyering  <meyering@ascend.com>
24937
24938         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
24939
24940         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
24941         AC_FUNC_MKTIME.
24942
24943 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24944
24945         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
24946
24947 1999-05-04  Paul Eggert  <eggert@twinsun.com>
24948
24949         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
24950         not CPPFLAGS, so that linking works correctly in IRIX.
24951
24952 1999-04-30  Paul Eggert  <eggert@twinsun.com>
24953
24954         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
24955
24956 1999-04-20  Paul Eggert  <eggert@twinsun.com>
24957
24958         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
24959         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
24960         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
24961         jm_AC_TYPE_UNSIGNED_LONG_LONG.
24962         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
24963
24964         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
24965
24966 1999-04-20  Jim Meyering  <meyering@ascend.com>
24967
24968         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
24969         AC_REPLACE xstroull if necessary.  From Paul Eggert.
24970         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
24971
24972 1999-04-18  Jim Meyering  <meyering@ascend.com>
24973
24974         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
24975         * m4/jm-macros.m4: Use it.
24976
24977 1999-04-06  Jim Meyering  <meyering@ascend.com>
24978
24979         * m4/strftime.m4: Remove test for %f.
24980
24981 1999-03-29  Jim Meyering  <meyering@ascend.com>
24982
24983         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
24984         superset of the AC_TYPE_* checks in the textutils, fileutils,
24985         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
24986         AC_TYPE_PID_T.
24987
24988 1999-03-28  Jim Meyering  <meyering@ascend.com>
24989
24990         * m4/jm-macros.m4: Define GNU_PACKAGE here.
24991         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
24992         replaced e.g., in the *.sh files of the sh-utils.
24993
24994 1999-03-20  Jim Meyering  <meyering@ascend.com>
24995
24996         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
24997         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
24998         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
24999
25000 1999-03-19  Jim Meyering  <meyering@ascend.com>
25001
25002         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
25003
25004 1999-03-12  Jim Meyering  <meyering@ascend.com>
25005
25006         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
25007
25008 1999-03-07  Jim Meyering  <meyering@ascend.com>
25009
25010         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
25011         declared.
25012
25013 1999-02-17  Jim Meyering  <meyering@ascend.com>
25014
25015         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
25016         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
25017
25018 1999-02-07  Jim Meyering  <meyering@ascend.com>
25019
25020         * m4/group-member.m4: New file -- extracted from sh-utils'
25021         configure.in.
25022
25023         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
25024         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
25025
25026 1999-02-06  Jim Meyering  <meyering@ascend.com>
25027
25028         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
25029         * m4/fnmatch.m4: Likewise.
25030         * m4/getgroups.m4: Likewise.
25031         * m4/lstat.m4: Likewise.
25032         * m4/malloc.m4: Likewise.
25033         * m4/putenv.m4: Likewise.
25034         * m4/realloc.m4: Likewise.
25035         * m4/regex.m4: Likewise.
25036         * m4/stat.m4: Likewise.
25037         * m4/strftime.m4: Likewise.
25038         Suggestion from Alain Magloire.
25039
25040         * m4/chown.m4: Use `.$ac_objext', not `.o'.
25041         * m4/fnmatch.m4: Likewise.
25042         * m4/getgroups.m4: Likewise.
25043         * m4/getline.m4: Likewise.
25044         * m4/lstat.m4: Likewise.
25045         * m4/malloc.m4: Likewise.
25046         * m4/memcmp.m4: Likewise.
25047         * m4/putenv.m4: Likewise.
25048         * m4/realloc.m4: Likewise.
25049         * m4/regex.m4: Likewise.
25050         * m4/stat.m4: Likewise.
25051         * m4/strftime.m4: Likewise.
25052         Suggestion from Alain Magloire.
25053
25054         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
25055         an argument.
25056
25057         * m4/regex.m4: Add a run-time Test for proper operation of
25058         re_compile_pattern.
25059
25060 1999-01-31  Jim Meyering  <meyering@ascend.com>
25061
25062         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
25063
25064 1999-01-30  Jim Meyering  <meyering@ascend.com>
25065
25066         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
25067
25068         * m4/jm-mktime.m4: Make this a wrapper around the official
25069         AM_FUNC_MKTIME rather than my private copy, now that the official one
25070         is up to date.
25071         * m4/mktime.m4: Remove file.
25072
25073         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
25074         * m4/uptime.m4: Likewise.
25075         * m4/uintmax_t.m4: Likewise.
25076
25077 1999-01-28  Jim Meyering  <meyering@ascend.com>
25078
25079         * m4/jm-macros.m4: Use jm_AFS.
25080         * m4/afs.m4: New file (from fileutils' configure.in).
25081
25082         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
25083         * m4/chown.m4: Likewise.
25084         * m4/d-ino.m4: Likewise.
25085         * m4/d-type.m4: Likewise.
25086         * m4/fnmatch.m4: Likewise.
25087         * m4/getgroups.m4: Likewise.
25088         * m4/gettext.m4: Likewise.
25089         * m4/jm-mktime.m4: Likewise.
25090         * m4/jm-winsz2.m4: Likewise.
25091         * m4/lcmessage.m4: Likewise.
25092         * m4/ls-mntd-fs.m4: Likewise.
25093         * m4/malloc.m4: Likewise.
25094         * m4/memcmp.m4: Likewise.
25095         * m4/putenv.m4: Likewise.
25096         * m4/realloc.m4: Likewise.
25097         * m4/st_mtim.m4: Likewise.
25098         * m4/strftime.m4: Likewise.
25099
25100 1999-01-16  Jim Meyering  <meyering@ascend.com>
25101
25102         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
25103         (ARGMATCH_DIE_DECL): Define.
25104
25105 1999-01-12  Jim Meyering  <meyering@ascend.com>
25106
25107         * m4/Makefile.am.in: Rewrite to avoid using fmt.
25108         Reported by Lars Hecking.
25109
25110 1999-01-10  Jim Meyering  <meyering@ascend.com>
25111
25112         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
25113         gross kludge.
25114         * m4/inttypes_h.m4: Likewise.
25115         * m4/lstat.m4: Likewise.
25116         * m4/malloc.m4: Likewise.
25117         * m4/readdir.m4: Likewise.
25118         * m4/realloc.m4: Likewise.
25119         * m4/st_dm_mode.m4: Likewise.
25120         * m4/stat.m4: Likewise.
25121         * m4/utimbuf.m4: Likewise.
25122         * m4/utimes.m4: Likewise.
25123
25124         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
25125         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
25126         comments in config.h.in are meaningful.
25127
25128         * m4/jm-macros.m4: Require autoconf-2.13 here.
25129
25130         * m4/regex.m4: By default, don't use the included regex.c on systems
25131         with glibc 2.  Suggestion from Uli Drepper.
25132
25133 1999-01-02  Jim Meyering  <meyering@ascend.com>
25134
25135         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
25136
25137 1998-12-18  Jim Meyering  <meyering@ascend.com>
25138
25139         * m4/Makefile.am.in (Makefile.am): Simplify rule.
25140         Based on a suggestion from Lars Hecking.
25141
25142 1998-11-16  Paul Eggert  <eggert@twinsun.com>
25143
25144         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
25145
25146 1998-11-16  Jim Meyering  <meyering@ascend.com>
25147
25148         * m4/lfs.m4: Double-quote the `uname...` expression.
25149
25150 1998-11-14  Jim Meyering  <meyering@ascend.com>
25151
25152         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
25153         * m4/stat.m4: Likewise.
25154
25155 1998-11-03  Jim Meyering  <meyering@ascend.com>
25156
25157         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
25158         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
25159
25160 1998-10-18  Jim Meyering  <meyering@ascend.com>
25161
25162         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
25163
25164 1998-10-17  Jim Meyering  <meyering@ascend.com>
25165
25166         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
25167         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
25168         calls for those previously hard-coded headers.  Instead, take a new
25169         parameter.
25170         (jm_CHECK_DECLARATIONS): Reflect interface change.
25171         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
25172         (jm_CHECK_DECL_LOCALTIME_R): New macro.
25173
25174         * m4/mktime.m4: Test for spring-forward gap before long-running test.
25175
25176 1998-10-14  Jim Meyering  <meyering@ascend.com>
25177
25178         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
25179         instead of "TZ=America/Vancouver".  From Paul Eggert.
25180
25181 1998-10-11  Jim Meyering  <meyering@ascend.com>
25182
25183         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
25184         This adds a test for a recently added compatibility fix for mktime.c.
25185         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
25186
25187 1998-09-27  Jim Meyering  <meyering@ascend.com>
25188
25189         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
25190
25191         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
25192         ../configure.in, including a change from Gordon Matzigkeit to allow
25193         cross-compiling for the Hurd.
25194
25195         * m4/glibc.m4: New file/macro to test for the GNU C Library
25196         versions 1 and 2.  From Gordon Matzigkeit.
25197         Indent.
25198
25199 1998-09-21  Jim Meyering  <meyering@ascend.com>
25200
25201         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
25202
25203 1998-08-18  Paul Eggert  <eggert@twinsun.com>
25204
25205         Port nanosecond-resolution times to UnixWare 2.1.2 and
25206         pedantic Solaris 2.6.
25207
25208         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
25209         AC_STRUCT_ST_MTIM.
25210         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
25211         Generate name of ns member, instead of just 1 or undef.
25212         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
25213
25214 1998-08-15  Jim Meyering  <meyering@ascend.com>
25215
25216         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
25217         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
25218         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
25219         instead of jm_TYPE_SSIZE_T.
25220
25221 1998-08-12  Jim Meyering  <meyering@ascend.com>
25222
25223         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
25224
25225 1998-08-02  Jim Meyering  <meyering@ascend.com>
25226
25227         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
25228         in acconfig.h manually.
25229
25230 1998-07-31  Paul Eggert  <eggert@twinsun.com>
25231
25232         * m4/st_mtim.m4: New file.
25233
25234 1998-07-28  Jim Meyering  <meyering@ascend.com>
25235
25236         * m4/utimes.m4: Undef stat.
25237
25238 1998-07-25  Jim Meyering  <meyering@ascend.com>
25239
25240         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
25241         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
25242
25243 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
25244
25245         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
25246         uid and gid actually remain unchanged.
25247
25248 1998-07-07  Jim Meyering  <meyering@ascend.com>
25249
25250         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
25251
25252 1998-07-04  Jim Meyering  <meyering@ascend.com>
25253
25254         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
25255         to prove that this macro can be used in packages without regex.c.
25256
25257 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25258
25259         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
25260         is to be used.
25261
25262 1998-07-03  Jim Meyering  <meyering@ascend.com>
25263
25264         * m4/gettext.m4: Add -lintl if it's found to be necessary.
25265
25266         * m4/gettext.m4: New file -- from gettext-0.10.35.
25267         * m4/lcmessage.m4: Likewise.
25268         * m4/progtest.m4: Likewise.
25269
25270         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
25271         * m4/jm-macros.m4: Require the new macro.
25272
25273 1998-06-29  Jim Meyering  <meyering@ascend.com>
25274
25275         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
25276         for the definition of NGROUPS (used in a system header included
25277         by sys/mount.h).
25278
25279 1998-06-28  Jim Meyering  <meyering@ascend.com>
25280
25281         * m4/ls-mntd-fs.m4: New file.
25282         * m4/fstypename.m4: New file.
25283
25284         * m4/jm-macros.m4: Require the new macro.
25285         * m4/jm-glibc-io.m4: New file.
25286
25287 1998-05-19  Jim Meyering  <meyering@ascend.com>
25288
25289         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
25290         * m4/lchown.m4: New file.
25291
25292         * m4/Makefile.am.in: New file.
25293         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
25294
25295 1998-05-14  Jim Meyering  <meyering@ascend.com>
25296
25297         * m4/Makefile.am (EXTRA_DIST): Add them.
25298         * m4/jm-macros.m4: New file.
25299         * m4/utimbuf.m4: New file.
25300
25301 1998-05-12  Jim Meyering  <meyering@ascend.com>
25302
25303         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
25304
25305 1998-05-11  Jim Meyering  <meyering@ascend.com>
25306
25307         * m4/isc-posix.m4: New file.
25308
25309 1998-05-10  Jim Meyering  <meyering@ascend.com>
25310
25311         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
25312
25313 1998-05-09  Jim Meyering  <meyering@ascend.com>
25314
25315         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
25316         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
25317         with automake.
25318
25319         * m4/ssize_t.m4: New file.
25320         * m4/mktime.m4: Remove file -- the new automake has this now.
25321
25322 1998-04-26  Jim Meyering  <meyering@ascend.com>
25323
25324         * m4/assert.m4: New file.
25325         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
25326
25327 1998-04-05  Jim Meyering  <meyering@ascend.com>
25328
25329         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
25330         (jm_PREREQ): Use it here.
25331
25332 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25333
25334         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
25335         in acconfig.h.
25336
25337 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
25338
25339         * m4/prereq.m4: New file.
25340         * m4/error.m4: New file.
25341         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
25342
25343 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
25344
25345         * m4/getline.m4: Don't set am_cv_func_working_getline before the
25346         cache-check for the same variable -- that defeated the purpose of
25347         the test; the test program was never run.  This was a problem only
25348         on systems with losing getline functions -- HP-UX 10.20 is one.
25349         Reported by Bjorn Helgaas.
25350
25351 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
25352
25353         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
25354
25355 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
25356
25357         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
25358
25359         * m4/const.m4: New file.  Use an initializer in this declaration
25360         typedef int charset[2]; const charset x;
25361         Reported by Bob Glickstein.
25362
25363 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
25364
25365         * m4/chown.m4: Fix reversed types on -1 args to chown.
25366         From Kaveh Ghazi.
25367
25368 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
25369
25370         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
25371         Add lseek and memchr.
25372
25373         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
25374         T.E.Dickey <dickey@clark.net> said that some older preprocessors
25375         have a 20-character limit on names.
25376
25377 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
25378
25379         * m4/inttypes_h.m4: New file.
25380         * m4/uintmax_t.m4: New file.
25381         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
25382
25383 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
25384   Free Software Foundation, Inc.
25385 Copying and distribution of this file, with or without modification,
25386 are permitted provided the copyright notice and this notice are preserved.