Add missing dependency.
[gnulib.git] / ChangeLog
1 2007-01-14  Bruno Haible  <bruno@clisp.org>
2
3         * modules/allocsa-tests: New file.
4         * tests/test-allocsa.c: New file.
5
6 2007-01-14  Bruno Haible  <bruno@clisp.org>
7
8         * modules/fchdir (Depends-on): Add absolute-header.
9         * modules/unistd (Depends-on): Likewise.
10
11 2006-12-30  Bruno Haible  <bruno@clisp.org>
12
13         * modules/fchdir: New file.
14         * modules/unistd (Files): Add lib/unistd_.h.
15         (Makefile.am): Generate unistd.h from unistd_.h.
16         * lib/fchdir.c: New file.
17         * lib/dirent_.h: New file.
18         * lib/unistd_.h: New file.
19         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
20         * m4/fchdir.m4: New file.
21         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
22         (gl_HEADER_UNISTD): Invoke it.
23         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
24         function.
25         * lib/backupfile.c (opendir, closedir): Undefine.
26         * lib/chown.c (open, close): Undefine.
27         * lib/clean-temp.c (open, close): Undefine.
28         * lib/copy-file.c (open, close): Undefine.
29         * lib/execute.c (open, close): Undefine.
30         * lib/fsusage.c (open, close): Undefine.
31         * lib/gc-gnulib.c (open, close): Undefine.
32         * lib/getcwd.c (opendir, closedir): Undefine.
33         * lib/glob.c (opendir, closedir): Undefine.
34         * lib/javacomp.c (open, close): Undefine.
35         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
36         * lib/openat-proc.c (open, close): Undefine.
37         * lib/pagealign_alloc.c (open, close): Undefine.
38         * lib/pipe.c (open, close): Undefine.
39         * lib/progreloc.c (open, close): Undefine.
40         * lib/savedir.c (opendir, closedir): Undefine.
41         * lib/utime.c (open, close): Undefine.
42         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
43
44 2007-01-10  Bruno Haible  <bruno@clisp.org>
45
46         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
47
48 2007-01-12  Eric Blake  <ebb9@byu.net>
49
50         Provide a robust <wchar.h>.  Further simplifications are now
51         possible in other modules, but not included here.
52         * modules/wchar: New module.
53         * m4/wchar.m4: New file.
54         * lib/wchar_.h: Likewise.
55         * modules/mbchar (Depends-on): Depend on wchar, as the first use
56         of the new module.
57         * MODULES.html.sh (Extended multibyte and wide character utilities):
58         New section.
59
60 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
61
62         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
63         to a reasonable default for memory allocation.
64         (xreadlink): Don't allocate a huge buffer, to work around a buggy
65         file system that reports garbage st_size values for symlinks.
66         Problem reported by Liyang Hu.
67
68 2007-01-11  Simon Josefsson  <simon@josefsson.org>
69
70         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
71         Emacs .#* auto-save files).
72
73 2007-01-11  Bruno Haible  <bruno@clisp.org>
74
75         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
76         directory.
77
78 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
79
80         Use @...@ consistently in lib/wctype_.h.
81         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
82         on it being set to 1 or 0.
83         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
84         go back to AC_SUBSTing it.
85         * modules/wctype (Makefile.am): Undo previous change.
86
87 2007-01-10  Eric Blake  <ebb9@byu.net>
88
89         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
90         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
91         * modules/wctype (Makefile.am): Likewise.
92         Reported by Chris McGuire.
93
94 2007-01-10  Jim Meyering  <jim@meyering.net>
95
96         fts.c: a small readability/maintainability improvement
97         * lib/fts.c (fts_read): Make this code slightly more readable and
98         maintainable by hoisting the "sp->fts_cur = p" assignments to
99         immediately follow the statements that set P.  Derived from
100         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
101
102 2007-01-10  Eric Blake  <ebb9@byu.net>
103
104         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
105         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
106         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
107         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
108         Reported by Chris McGuire.
109
110 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
111
112         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
113         in sed script.
114
115 2007-01-09  Bruno Haible  <bruno@clisp.org>
116
117         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
118         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
119         variables.
120         (func_module): Use them.
121
122 2007-01-09  Bruno Haible  <bruno@clisp.org>
123
124         * modules/unistr/base: New file.
125         * lib/unistr.h: New file.
126
127         * modules/unistr/u8-to-u16: New file.
128         * lib/unistr/u8-to-u16.c: New file.
129
130         * modules/unistr/u8-to-u32: New file.
131         * lib/unistr/u8-to-u32.c: New file.
132
133         * modules/unistr/u16-to-u8: New file.
134         * lib/unistr/u16-to-u8.c: New file.
135
136         * modules/unistr/u16-to-u32: New file.
137         * lib/unistr/u16-to-u32.c: New file.
138
139         * modules/unistr/u32-to-u8: New file.
140         * lib/unistr/u32-to-u8.c: New file.
141
142         * modules/unistr/u32-to-u16: New file.
143         * lib/unistr/u32-to-u16.c: New file.
144
145         * modules/unistr/u8-check: New file.
146         * modules/unistr/u16-check: New file.
147         * modules/unistr/u32-check: New file.
148         * lib/unistr/u8-check.c: New file.
149         * lib/unistr/u16-check.c: New file.
150         * lib/unistr/u32-check.c: New file.
151
152         * modules/unistr/u8-chr: New file.
153         * modules/unistr/u16-chr: New file.
154         * modules/unistr/u32-chr: New file.
155         * lib/unistr/u8-chr.c: New file.
156         * lib/unistr/u16-chr.c: New file.
157         * lib/unistr/u32-chr.c: New file.
158
159         * modules/unistr/u8-cmp: New file.
160         * modules/unistr/u16-cmp: New file.
161         * modules/unistr/u32-cmp: New file.
162         * lib/unistr/u8-cmp.c: New file.
163         * lib/unistr/u16-cmp.c: New file.
164         * lib/unistr/u32-cmp.c: New file.
165
166         * modules/unistr/u8-cpy: New file.
167         * modules/unistr/u16-cpy: New file.
168         * modules/unistr/u32-cpy: New file.
169         * lib/unistr/u8-cpy.c: New file.
170         * lib/unistr/u16-cpy.c: New file.
171         * lib/unistr/u32-cpy.c: New file.
172         * lib/unistr/u-cpy.h: New file.
173
174         * modules/unistr/u8-cpy-alloc: New file.
175         * modules/unistr/u16-cpy-alloc: New file.
176         * modules/unistr/u32-cpy-alloc: New file.
177         * lib/unistr/u8-cpy-alloc.c: New file.
178         * lib/unistr/u16-cpy-alloc.c: New file.
179         * lib/unistr/u32-cpy-alloc.c: New file.
180         * lib/unistr/u-cpy-alloc.h: New file.
181
182         * modules/unistr/u8-endswith: New file.
183         * modules/unistr/u16-endswith: New file.
184         * modules/unistr/u32-endswith: New file.
185         * lib/unistr/u8-endswith.c: New file.
186         * lib/unistr/u16-endswith.c: New file.
187         * lib/unistr/u32-endswith.c: New file.
188         * lib/unistr/u-endswith.h: New file.
189
190         * modules/unistr/u8-mblen: New file.
191         * modules/unistr/u16-mblen: New file.
192         * modules/unistr/u32-mblen: New file.
193         * lib/unistr/u8-mblen.c: New file.
194         * lib/unistr/u16-mblen.c: New file.
195         * lib/unistr/u32-mblen.c: New file.
196
197         * modules/unistr/u8-mbtouc: New file.
198         * modules/unistr/u16-mbtouc: New file.
199         * modules/unistr/u32-mbtouc: New file.
200         * lib/unistr/u8-mbtouc.c: New file.
201         * lib/unistr/u16-mbtouc.c: New file.
202         * lib/unistr/u32-mbtouc.c: New file.
203
204         * modules/unistr/u8-mbtouc-safe: New file.
205         * modules/unistr/u16-mbtouc-safe: New file.
206         * modules/unistr/u32-mbtouc-safe: New file.
207         * lib/unistr/u8-mbtouc-safe.c: New file.
208         * lib/unistr/u16-mbtouc-safe.c: New file.
209         * lib/unistr/u32-mbtouc-safe.c: New file.
210
211         * modules/unistr/u8-move: New file.
212         * modules/unistr/u16-move: New file.
213         * modules/unistr/u32-move: New file.
214         * lib/unistr/u8-move.c: New file.
215         * lib/unistr/u16-move.c: New file.
216         * lib/unistr/u32-move.c: New file.
217         * lib/unistr/u-move.h: New file.
218
219         * modules/unistr/u8-next: New file.
220         * modules/unistr/u16-next: New file.
221         * modules/unistr/u32-next: New file.
222         * lib/unistr/u8-next.c: New file.
223         * lib/unistr/u16-next.c: New file.
224         * lib/unistr/u32-next.c: New file.
225
226         * modules/unistr/u8-prev: New file.
227         * modules/unistr/u16-prev: New file.
228         * modules/unistr/u32-prev: New file.
229         * lib/unistr/u8-prev.c: New file.
230         * lib/unistr/u16-prev.c: New file.
231         * lib/unistr/u32-prev.c: New file.
232
233         * modules/unistr/u8-set: New file.
234         * modules/unistr/u16-set: New file.
235         * modules/unistr/u32-set: New file.
236         * lib/unistr/u8-set.c: New file.
237         * lib/unistr/u16-set.c: New file.
238         * lib/unistr/u32-set.c: New file.
239         * lib/unistr/u-set.h: New file.
240
241         * modules/unistr/u8-startswith: New file.
242         * modules/unistr/u16-startswith: New file.
243         * modules/unistr/u32-startswith: New file.
244         * lib/unistr/u8-startswith.c: New file.
245         * lib/unistr/u16-startswith.c: New file.
246         * lib/unistr/u32-startswith.c: New file.
247         * lib/unistr/u-startswith.h: New file.
248
249         * modules/unistr/u8-stpcpy: New file.
250         * modules/unistr/u16-stpcpy: New file.
251         * modules/unistr/u32-stpcpy: New file.
252         * lib/unistr/u8-stpcpy.c: New file.
253         * lib/unistr/u16-stpcpy.c: New file.
254         * lib/unistr/u32-stpcpy.c: New file.
255         * lib/unistr/u-stpcpy.h: New file.
256
257         * modules/unistr/u8-stpncpy: New file.
258         * modules/unistr/u16-stpncpy: New file.
259         * modules/unistr/u32-stpncpy: New file.
260         * lib/unistr/u8-stpncpy.c: New file.
261         * lib/unistr/u16-stpncpy.c: New file.
262         * lib/unistr/u32-stpncpy.c: New file.
263         * lib/unistr/u-stpncpy.h: New file.
264
265         * modules/unistr/u8-strcat: New file.
266         * modules/unistr/u16-strcat: New file.
267         * modules/unistr/u32-strcat: New file.
268         * lib/unistr/u8-strcat.c: New file.
269         * lib/unistr/u16-strcat.c: New file.
270         * lib/unistr/u32-strcat.c: New file.
271         * lib/unistr/u-strcat.h: New file.
272
273         * modules/unistr/u8-strchr: New file.
274         * modules/unistr/u16-strchr: New file.
275         * modules/unistr/u32-strchr: New file.
276         * lib/unistr/u8-strchr.c: New file.
277         * lib/unistr/u16-strchr.c: New file.
278         * lib/unistr/u32-strchr.c: New file.
279
280         * modules/unistr/u8-strcmp: New file.
281         * modules/unistr/u16-strcmp: New file.
282         * modules/unistr/u32-strcmp: New file.
283         * lib/unistr/u8-strcmp.c: New file.
284         * lib/unistr/u16-strcmp.c: New file.
285         * lib/unistr/u32-strcmp.c: New file.
286
287         * modules/unistr/u8-strcpy: New file.
288         * modules/unistr/u16-strcpy: New file.
289         * modules/unistr/u32-strcpy: New file.
290         * lib/unistr/u8-strcpy.c: New file.
291         * lib/unistr/u16-strcpy.c: New file.
292         * lib/unistr/u32-strcpy.c: New file.
293         * lib/unistr/u-strcpy.h: New file.
294
295         * modules/unistr/u8-strcspn: New file.
296         * modules/unistr/u16-strcspn: New file.
297         * modules/unistr/u32-strcspn: New file.
298         * lib/unistr/u8-strcspn.c: New file.
299         * lib/unistr/u16-strcspn.c: New file.
300         * lib/unistr/u32-strcspn.c: New file.
301         * lib/unistr/u-strcspn.h: New file.
302
303         * modules/unistr/u8-strdup: New file.
304         * modules/unistr/u16-strdup: New file.
305         * modules/unistr/u32-strdup: New file.
306         * lib/unistr/u8-strdup.c: New file.
307         * lib/unistr/u16-strdup.c: New file.
308         * lib/unistr/u32-strdup.c: New file.
309         * lib/unistr/u-strdup.h: New file.
310
311         * modules/unistr/u8-strlen: New file.
312         * modules/unistr/u16-strlen: New file.
313         * modules/unistr/u32-strlen: New file.
314         * lib/unistr/u8-strlen.c: New file.
315         * lib/unistr/u16-strlen.c: New file.
316         * lib/unistr/u32-strlen.c: New file.
317         * lib/unistr/u-strlen.h: New file.
318
319         * modules/unistr/u8-strmblen: New file.
320         * modules/unistr/u16-strmblen: New file.
321         * modules/unistr/u32-strmblen: New file.
322         * lib/unistr/u8-strmblen.c: New file.
323         * lib/unistr/u16-strmblen.c: New file.
324         * lib/unistr/u32-strmblen.c: New file.
325
326         * modules/unistr/u8-strmbtouc: New file.
327         * modules/unistr/u16-strmbtouc: New file.
328         * modules/unistr/u32-strmbtouc: New file.
329         * lib/unistr/u8-strmbtouc.c: New file.
330         * lib/unistr/u16-strmbtouc.c: New file.
331         * lib/unistr/u32-strmbtouc.c: New file.
332
333         * modules/unistr/u8-strncat: New file.
334         * modules/unistr/u16-strncat: New file.
335         * modules/unistr/u32-strncat: New file.
336         * lib/unistr/u8-strncat.c: New file.
337         * lib/unistr/u16-strncat.c: New file.
338         * lib/unistr/u32-strncat.c: New file.
339         * lib/unistr/u-strncat.h: New file.
340
341         * modules/unistr/u8-strncmp: New file.
342         * modules/unistr/u16-strncmp: New file.
343         * modules/unistr/u32-strncmp: New file.
344         * lib/unistr/u8-strncmp.c: New file.
345         * lib/unistr/u16-strncmp.c: New file.
346         * lib/unistr/u32-strncmp.c: New file.
347
348         * modules/unistr/u8-strncpy: New file.
349         * modules/unistr/u16-strncpy: New file.
350         * modules/unistr/u32-strncpy: New file.
351         * lib/unistr/u8-strncpy.c: New file.
352         * lib/unistr/u16-strncpy.c: New file.
353         * lib/unistr/u32-strncpy.c: New file.
354         * lib/unistr/u-strncpy.h: New file.
355
356         * modules/unistr/u8-strnlen: New file.
357         * modules/unistr/u16-strnlen: New file.
358         * modules/unistr/u32-strnlen: New file.
359         * lib/unistr/u8-strnlen.c: New file.
360         * lib/unistr/u16-strnlen.c: New file.
361         * lib/unistr/u32-strnlen.c: New file.
362         * lib/unistr/u-strnlen.h: New file.
363
364         * modules/unistr/u8-strpbrk: New file.
365         * modules/unistr/u16-strpbrk: New file.
366         * modules/unistr/u32-strpbrk: New file.
367         * lib/unistr/u8-strpbrk.c: New file.
368         * lib/unistr/u16-strpbrk.c: New file.
369         * lib/unistr/u32-strpbrk.c: New file.
370         * lib/unistr/u-strpbrk.h: New file.
371
372         * modules/unistr/u8-strrchr: New file.
373         * modules/unistr/u16-strrchr: New file.
374         * modules/unistr/u32-strrchr: New file.
375         * lib/unistr/u8-strrchr.c: New file.
376         * lib/unistr/u16-strrchr.c: New file.
377         * lib/unistr/u32-strrchr.c: New file.
378
379         * modules/unistr/u8-strspn: New file.
380         * modules/unistr/u16-strspn: New file.
381         * modules/unistr/u32-strspn: New file.
382         * lib/unistr/u8-strspn.c: New file.
383         * lib/unistr/u16-strspn.c: New file.
384         * lib/unistr/u32-strspn.c: New file.
385         * lib/unistr/u-strspn.h: New file.
386
387         * modules/unistr/u8-strstr: New file.
388         * modules/unistr/u16-strstr: New file.
389         * modules/unistr/u32-strstr: New file.
390         * lib/unistr/u8-strstr.c: New file.
391         * lib/unistr/u16-strstr.c: New file.
392         * lib/unistr/u32-strstr.c: New file.
393         * lib/unistr/u-strstr.h: New file.
394
395         * modules/unistr/u8-strtok: New file.
396         * modules/unistr/u16-strtok: New file.
397         * modules/unistr/u32-strtok: New file.
398         * lib/unistr/u8-strtok.c: New file.
399         * lib/unistr/u16-strtok.c: New file.
400         * lib/unistr/u32-strtok.c: New file.
401         * lib/unistr/u-strtok.h: New file.
402
403         * modules/unistr/u8-uctomb: New file.
404         * modules/unistr/u16-uctomb: New file.
405         * modules/unistr/u32-uctomb: New file.
406         * lib/unistr/u8-uctomb.c: New file.
407         * lib/unistr/u16-uctomb.c: New file.
408         * lib/unistr/u32-uctomb.c: New file.
409
410         * MODULES.html.sh (Unicode string functions): Add the new modules.
411
412 2007-01-08  Bruno Haible  <bruno@clisp.org>
413
414         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
415         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
416         subdirectories.
417
418 2007-01-08  Karl Berry  <karl@gnu.org>
419
420         * doc/error.texi: mention that main() fns must set program_name
421         when progname is used.
422
423 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
424
425         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
426         WCTYPE_H is empty, for the benefit of builds from non-distclean
427         directories.  Problem reported by Eric Blake in
428         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
429
430 2007-01-08  Bruno Haible  <bruno@clisp.org>
431
432         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
433         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
434         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
435         PROVIDE_CANONICALIZE_FILENAME_MODE.
436         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
437
438 2007-01-08  Bruno Haible  <bruno@clisp.org>
439
440         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
441         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
442         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
443         * lib/fts.c: Likewise.
444         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
445
446 2006-12-25  Bruno Haible  <bruno@clisp.org>
447
448         * modules/utf8-ucs4-safe: New file.
449         * lib/utf8-ucs4-safe.h: New file.
450         * lib/unistr/utf8-ucs4-safe.c: New file.
451
452         * modules/utf16-ucs4-safe: New file.
453         * lib/utf16-ucs4-safe.h: New file.
454         * lib/unistr/utf16-ucs4-safe.c: New file.
455
456         * MODULES.html.sh (Unicode string functions): Add the new modules.
457
458 2007-01-08  Bruno Haible  <bruno@clisp.org>
459
460         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
461         (Depends-on): Add unitypes.
462         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
463         (u8_mbtouc_aux): Move out to separate file.
464         (u8_mbtouc): Use ucs4_t, uint8_t types.
465         * lib/unistr/utf8-ucs4.c: New file.
466
467         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
468         (Depends-on): Add unitypes.
469         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
470         (u16_mbtouc_aux): Move out to separate file.
471         (u16_mbtouc): Use ucs4_t, uint16_t types.
472         * lib/unistr/utf16-ucs4.c: New file.
473
474         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
475         (Depends-on): Add unitypes.
476         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
477         (u8_uctomb_aux): Move out to separate file.
478         (u8_uctomb): Use ucs4_t, uint8_t types.
479         * lib/unistr/ucs4-utf8.c: New file.
480
481         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
482         (Depends-on): Add unitypes.
483         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
484         (u16_uctomb_aux): Move out to separate file.
485         (u16_uctomb): Use ucs4_t, uint16_t types.
486         * lib/unistr/ucs4-utf16.c: New file.
487
488 2006-12-25  Bruno Haible  <bruno@clisp.org>
489
490         * modules/unitypes: New file.
491         * lib/unitypes.h: New file.
492         * MODULES.html.sh (func_all_modules): New section "Unicode string
493         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
494         this section. Add unitypes.
495
496 2007-01-08  Bruno Haible  <bruno@clisp.org>
497
498         Avoid variable names that conflict with those from libtool.
499         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
500         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
501         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
502         library_names_spec to acl_library_names_spec, hardcode_* to
503         acl_hardcode_*.
504         Reported by Ralf Wildenhues.
505
506 2007-01-08  Bruno Haible  <bruno@clisp.org>
507
508         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
509         definition.
510         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
511         definition.
512         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
513         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
514         definition.
515         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
516         definition.
517         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
518         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
519         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
520         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
521         definition.
522         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
523         definition.
524         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
525         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
526         GC_USE_<algorithm>.
527         * lib/gc-libgcrypt.c: Likewise.
528         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
529         * modules/gc-arctwo (configure.ac): Likewise.
530         * modules/gc-des (configure.ac): Likewise.
531         * modules/gc-hmac-md5 (configure.ac): Likewise.
532         * modules/gc-hmac-sha1 (configure.ac): Likewise.
533         * modules/gc-md2 (configure.ac): Likewise.
534         * modules/gc-md4 (configure.ac): Likewise.
535         * modules/gc-md5 (configure.ac): Likewise.
536         * modules/gc-random (configure.ac): Likewise.
537         * modules/gc-rijndael (configure.ac): Likewise.
538         * modules/gc-sha1 (configure.ac): Likewise.
539
540 2007-01-08  Bruno Haible  <bruno@clisp.org>
541
542         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
543         macro definition.
544         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
545         definition.
546         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
547         definition.
548         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
549         * modules/fcntl-safer (configure.ac): Likewise.
550         * modules/fopen-safer (configure.ac): Likewise.
551         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
552         GNULIB_FWRITEERROR macro definition.
553
554 2007-01-08  Bruno Haible  <bruno@clisp.org>
555
556         * m4/gnulib-common.m4: New file.
557         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
558         (func_get_filelist): Add m4/gnulib-common.m4.
559
560 2007-01-08  Bruno Haible  <bruno@clisp.org>
561
562         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
563         command.
564
565 2007-01-08  Jim Meyering  <jim@meyering.net>
566
567         Use a more robust test for a "can't happen" condition.
568         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
569         narrowed the st_size value.  Presuming the "can't happen" condition
570         is true, that narrowing could conceivably convert an invalid st_size
571         value into a valid one.  Instead, use a change based on Matthew
572         Woehlke's original patch.
573
574         Slight readability improvement: use an assert-like macro
575         in place of literal "abort ()" uses.
576         * lib/fts.c (fts_assert): Define.
577         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
578         Use this macro instead of a bare 'abort'.
579
580 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
581
582         Don't worry about using IRIX 5.3's wctype.h broken definitions;
583         simply work around them.
584         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
585         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
586         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
587         Don't bother to define as macros, since the standard doesn't require it.
588         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
589         longer worry about IRIX 5.3.
590         (HAVE_WCTYPE_CTMP_BUG): Remove.
591
592 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
593
594         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
595         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
596         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
597         Problems reported by Georg Schwarz for IRIX 5.3.
598
599         * gnulib-tool (autoconf_minversion): Take the maximum version number
600         found, not the minimum.  Problem reported by James Youngman.
601
602 2007-01-03  Karl Berry  <karl@gnu.org>
603
604         * doc/error.texi: new file, explaining interaction with progname.
605         * doc/gnulib.texi: include it.  Update copyright.
606
607 2007-01-03  Simon Josefsson  <simon@josefsson.org>
608
609         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
610         AC_CANONICAL_HOST, to improve autobuild outputs.
611
612 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
613             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
614
615         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
616         sockets, server sockets, and other file descriptors.  Count errors
617         to compute the return value.  Reorder the code a bit to be easier
618         to follow.  Don't set event bits that were not requested (except
619         POLLERR and POLLHUP).
620
621 2007-01-01  Bruno Haible  <bruno@clisp.org>
622
623         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
624
625 2007-01-03  Jim Meyering  <jim@meyering.net>
626
627         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
628
629 2007-01-02  Bruno Haible  <bruno@clisp.org>
630
631         * modules/settime (Include): Require timespec.h.
632         * modules/nanosleep (Include): Likewise.
633
634 2007-01-01  Bruno Haible  <bruno@clisp.org>
635
636         * gnulib-tool (func_emit_copyright_notice): Bump year.
637         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
638
639 2007-01-01  Bruno Haible  <bruno@clisp.org>
640
641         Improve support for OpenBSD.
642         * build-aux/config.rpath (libname_spec): Export.
643         (library_names_spec): New variable. Export.
644         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
645         library_names_spec from the config.rpath output. Locate shared library
646         through the name pattern in library_names_spec.
647
648 2007-01-01  Eric Blake  <ebb9@byu.net>
649
650         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
651
652 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
653
654         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
655         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
656         assume the C locale, and avoid an "eval" that could cause trouble.
657         Problem with SORT reported by Bob Proulx.
658
659         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
660         Define.  Trivial patch from Henning Nielsen Lund, originally
661         sent to bug-grep@gnu.org today.
662
663 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
664
665         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
666         struct stat.  Problem reported by Henning Nielsen Lund.
667         * lib/acl.c: Include acl.h first, to check interface.  Don't
668         bother to include sys/types.h and sys/stat.h again.
669
670 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
671
672         Import the following change from libc; problem reported by
673         Sven Verdoolaege.
674
675         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
676
677         [BZ #1373]
678         * lib/argp.h: Remove __NTH for __argp_usage inline function.
679
680 2006-12-28  Jim Meyering  <jim@meyering.net>
681
682         * build-aux/announce-gen: Do not assume that the package
683         builds any of tar.gz, tar.bz2, and .xdelta files.
684         Suggestion from Simon Josefsson.
685
686 2006-12-28  Simon Josefsson  <simon@josefsson.org>
687
688         * modules/announce-gen: New file.
689
690 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
691
692         * lib/mbchar.h: Just include <wctype.h>; the wctype module
693         handles its gotchas now.
694         * lib/mbswidth.c: Likewise.
695         * lib/wcwidth.h: Likewise.
696         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
697         and iswcntrl; the wctype module does this stuff now.
698         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
699         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
700         * modules/mbchar (Depends-on): Add wctype.
701         * modules/mbswidth (Depends-on): Likewise.
702         * modules/wcwidth (Depends-on): Likewise.
703
704 2006-12-27  Eric Blake  <ebb9@byu.net>
705
706         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
707         module uses more than what <wctype.h> is required to provide.
708
709 2006-12-26  Eric Blake  <ebb9@byu.net>
710
711         * gnulib-tool (sed_extract_prog): Avoid space-tab.
712
713 2006-12-26  Eric Blake  <ebb9@byu.net>
714
715         * modules/absolute-header: New module.
716         * modules/fcntl (Depends-on): Depend on it.
717         * modules/inttypes (Depends-on): Likewise.
718         * modules/stdint (Depends-on): Likewise.
719         * modules/sys_stat (Depends-on): Likewise.
720         * modules/wctype (Depends-on): Likewise.
721         * MODULES.html.sh (Support for building libraries and
722         executables): Document it.
723
724 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
725
726         * gnulib-tool (SED): Remove, undoing previous change.
727         The problem was that it broke coreutils on Solaris, because
728         "sed --posix" leaked into a makefile.
729         (sed): New alias, if 'alias' and GNU sed.
730
731 2006-12-24  Jim Meyering  <jim@meyering.net>
732
733         Work around an fchownat bug in glibc-2.4:
734         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
735         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
736         in spite of the -P option.
737         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
738         New macros.
739         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
740         * modules/openat (Files): Add lib/fchownat.c.
741         * lib/openat.c (fchownat): Don't define here.  Move to...
742         * lib/fchownat.c: ...this new file.
743
744 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
745
746         Fix bug reported by Bruno Haible in
747         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
748         where quotearg.c didn't compile on Mac OS X 10.2 because it
749         lacks <wchar.h> and wint_t.
750         * lib/wctype_.h (__wctype_wint_t): New type.
751         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
752         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
753         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
754         Arg is now of type __wctype_wint_t, not wint_t.
755         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
756         substitute HAVE_WINT_T.
757         * modules/wctype (Files): Add m4/wint_t.m4.
758         (wctype.h): Substitute HAVE_WINT_T.
759
760 2006-12-23  Bruno Haible  <bruno@clisp.org>
761
762         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
763
764 2006-12-23  Bruno Haible  <bruno@clisp.org>
765
766         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
767         S_ISLNK.
768         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
769         mingw.
770
771 2006-12-22  Bruno Haible  <bruno@clisp.org>
772
773         * lib/copy-file.c: Include acl.h.
774         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
775         Close the file descriptors only after being done with copy_acl.
776         * modules/copy-file (Depends-on): Add acl.
777
778 2006-12-22  Bruno Haible  <bruno@clisp.org>
779
780         * gnulib-tool (SED): New variable.
781         Use $SED instead of sed everywhere.
782
783 2006-12-22  Bruno Haible  <bruno@clisp.org>
784
785         * modules/no-c++: New file.
786         * m4/no-c++.m4: New file.
787         * MODULES.html.sh (Support for building libraries and executables):
788         Add no-c++.
789
790 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
791
792         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
793         Include <limits.h>, and use its INT_MAX to rewrite the
794         j loop so that it does not overflow 'int'.  Problem reported by
795         Ralf Wildenhues in
796         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
797         Play it safe by shifting left by 1 rather than multiplying by 2,
798         as GCC is less likely to optimize this away when the value
799         is signed (when it assumes overflow leads to undefined behavior).
800         Also, don't assume time_t uses two's complement.
801
802 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
803
804         * MODULES.html.sh: New module wctype.
805         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
806         * lib/fnmatch.c: Don't bother to include <wchar.h> before
807         <wctype.h>, since the new wctype module should fix this.
808         * lib/quotearg.c: Include <wctype.h> unconditionally, since
809         the wctype module should arrange for it.
810         * lib/regex_internal.h: Likewise.
811         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
812         since the wctype module should handle this now.
813         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
814         * modules/fnmatch (Depends-on): Add wctype.
815         * modules/quotearg (Depends-on): Likewise.
816         * modules/regex (Depends-on): Likewise.
817
818 2006-12-19  Bruno Haible  <bruno@clisp.org>
819
820         * lib/strdup.h [C++]: Wrap definitions in extern "C".
821         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
822
823 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
824
825         * modules/savewd (Depends-on): Fix dependency on fcntl.
826
827 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
828
829         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
830         conforms to C99, rather than relying on the user's environment
831         setting of STDINT_H.
832
833 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
834         and Eric Blake  <ebb9@byu.net>
835
836         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
837         This is more consistent with the other defines here.
838         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
839         Port to z/OS.  Problem reported by Paul Gilmartin.
840         Change local vars to use gl_ prefix rather than ac_.
841         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
842         with other defines.
843         * modules/double-slash-root: New module.
844         * modules/dirname (Files): Remove m4/double-slash-root.m4.
845         (Depends-on): Add double-slash-root.
846         * MODULES.html.sh (File system functions): Mention new module.
847
848 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
849
850         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
851         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
852         This is for the benefit of gzip, which doesn't do i18n.
853
854 2006-12-12  Jim Meyering  <jim@meyering.net>
855
856         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
857         Reported by Andreas Schwab <schwab@suse.de>.
858
859 2006-12-12  Bruno Haible  <bruno@clisp.org>
860
861         Merge these changes.
862         2006-09-05  Bruno Haible  <bruno@clisp.org>
863         * lib/iconvme.c (iconv_string): No need to save and restore errno when
864         iconv_alloc succeeded.
865         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
866         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
867         test for " && dest " at the end - dest is always != NULL there. Call
868         iconv with 4xNULL arguments initially, to reset the state. Call iconv
869         with 2xNULL arguments, also to flush the state storage. Handle the
870         IRIX iconv behaviour. Realloc the final result, to throw away unused
871         memory.
872
873 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
874
875         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
876         and fchmodat unconditionally, since glibc 2.4 has them.
877         Problem reported by Arkadiusz Miskiewicz.
878
879 2006-12-10  Bruno Haible  <bruno@clisp.org>
880
881         * gnulib-tool (func_import): Show the include files only for those
882         modules that are copied and specified.
883         Reported by Karl Berry.
884
885 2006-12-08  Jim Meyering  <jim@meyering.net>
886
887         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
888         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
889
890         * build-aux/announce-gen: Add two new options, both optional:
891         --bootstrap-tools=TOOL_LIST
892               a comma-separated list of tools, e.g.,
893               autoconf,automake,bison,gnulib
894         --gnulib-snapshot-date=DATE
895               if gnulib is in the bootstrap tool list,
896               then report this as the snapshot date.
897               If not specified, use the current date/time.
898               If you specify a date here, be sure it's UTC.
899
900 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
901
902         * tests/test-argp-2.sh: Fix test to match actual output.
903         (func_compare): Fix sed script to be portable.
904
905 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
906
907         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
908         workaround for this case.  It is not autoconfigured now; offhand
909         it's hard to see how to autoconfigure it.
910
911 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
912
913         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
914         a directory that is about to be chowned.  Such a directory's
915         initial file permissions should permit the owner only and this
916         should not be changed until after the chown, since the group and
917         other bits would be incorrect if they granted permission before
918         the chown.
919
920         Fix porting problem for iswctype reported by Georg Schwarz in:
921         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
922         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
923         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
924         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
925         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
926
927 2006-12-03  Jim Meyering  <jim@meyering.net>
928
929         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
930         p->fts_statp may not yet be defined.
931         (fts_read): Instead, set it in the caller, once p->fts_statp is
932         sure to be defined, and corresponds to a top-level directory.
933         This bug made du -x fail.  Here's the coreutils test case:
934         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
935         Reported by Mike Frysinger.
936
937 2006-12-01  Jim Meyering  <jim@meyering.net>
938
939         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
940         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
941         Reported by Simon Josefsson.
942
943 2006-11-30  Jim Meyering  <jim@meyering.net>
944
945         * m4/warning.m4: Use the all-permissive copyright notice
946         recommended by RMS (rather than LGPL).
947         * m4/vararrays.m4: Likewise.
948         * m4/flexmember.m4: Likewise.
949
950 2006-11-29  Bruno Haible  <bruno@clisp.org>
951
952         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
953         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
954         using +=.
955         Reported by Simon Josefsson <simon@josefsson.org>.
956
957 2006-11-28  James Youngman <jay@gnu.org>
958
959         * README: Advise users that they might find the bug-gnulib@gnu.org
960         and autotools-announce@gnu.org mailing lists useful.
961
962 2006-11-28  Bruno Haible  <bruno@clisp.org>
963
964         * m4/ptrdiff_max.m4: Remove file.
965
966 2006-11-21  Bruno Haible  <bruno@clisp.org>
967
968         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
969         _AC_COMPUTE_INT.
970         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
971         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
972         _AC_COMPUTE_INT.
973         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
974         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
975         _AC_COMPUTE_INT.
976         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
977
978 2006-11-28  Jim Meyering  <jim@meyering.net>
979
980         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
981         warning from "gcc -Wshadow" about shadowing the builtin.
982
983 2006-11-27  Bruno Haible  <bruno@clisp.org>
984
985         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
986         _AC_COMPUTE_INT.
987         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
988
989 2006-11-27  Bruno Haible  <bruno@clisp.org>
990             Paul Eggert  <eggert@cs.ucla.edu>
991
992         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
993
994 2006-11-26  Bruno Haible  <bruno@clisp.org>
995
996         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
997         noinst_LTLIBRARIES.
998
999 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1000             Bruno Haible  <bruno@clisp.org>
1001
1002         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
1003         if compiling with "gcc -ansi".
1004
1005 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1006
1007         Fix some incompatibilities with gcc -ansi -pedantic.
1008         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
1009         if compiling pedantically with GCC, unless it's C99 or later.
1010         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
1011         it mishandles gcc -ansi -pedantic as well.
1012         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
1013         if gcc -pedantic.
1014         * lib/regexec.c (check_node_accept_bytes): Don't use auto
1015         initializers for struct if -pedantic, unless it's C99 or later.
1016
1017 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
1018
1019         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
1020         Don't close an fd more than once. Identical atimes indicate
1021         success, not failure.
1022
1023 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
1024
1025         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
1026
1027 2006-11-23  Jim Meyering  <jim@meyering.net>
1028
1029         * build-aux/announce-gen: New file.  From coreutils.
1030
1031 2006-11-22  Jim Meyering  <jim@meyering.net>
1032
1033         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
1034         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
1035         (fts_read): Use a temporary to narrow the overused st_size member
1036         before using it in a switch statement.  Reported by Matthew Woehlke.
1037
1038         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
1039         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1040
1041 2006-11-20  Bruno Haible  <bruno@clisp.org>
1042
1043         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
1044         changequote instead of pairs of brackets.
1045         Reported by Andreas Schwab <schwab@suse.de>.
1046
1047 2006-11-21  Jim Meyering  <jim@meyering.net>
1048
1049         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
1050         so as to remain compatible with older compilers.
1051         Patch from Michael Deutschmann.
1052
1053 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1054
1055         * MODULES.html.sh (File system functions): Add openat.
1056
1057         * lib/openat.h (rpl_fstatat): New macro, if
1058         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
1059         (fstatat): Define to rpl_fstatat under the same conditions,
1060         unless COMPILING_FSTATAT.
1061         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
1062         seems to have the bug.
1063         * lib/fstatat.c: New file.
1064         * modules/openat (Files): Add it.
1065
1066 2006-11-20  Bruno Haible  <bruno@clisp.org>
1067
1068         * Makefile: New file.
1069
1070 2006-11-20  Jim Meyering  <jim@meyering.net>
1071
1072         The beginnings of syntax-related checks for gnulib.
1073         * lib/Makefile: New file.
1074         * lib/t-idcache: New script.  Ensure that the two halves of
1075         idcache.c stay in sync.
1076
1077         * lib/idcache.c: Adjust comments in user- and group- portions to
1078         be more accurate, and to be consistent with one another.
1079
1080 2006-11-20  Jim Meyering  <jim@meyering.net>
1081
1082         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
1083         continue using the flexible array member (thus, this module performs
1084         half as many malloc calls), with the addition that...
1085         (getgroup, getuser): Consistently record a non-match via an empty
1086         "name" string, and map an empty string match to a NULL return value.
1087         * modules/idcache (Depends-on): Re-add flexmember.
1088
1089         * lib/idcache.c (getuser): Remove all uses of the register keyword.
1090         (getuidbyname, getgroup, getgidbyname): Likewise.
1091
1092         Use cleaner syntax: NULL rather than 0.
1093         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
1094
1095 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1096
1097         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
1098         It mishandled the case where the group was missing.
1099         Problem reported by Greg Schafer.
1100         * modules/idcache: Likewise.
1101
1102 2006-11-18  Jim Meyering  <jim@meyering.net>
1103
1104         * check-module (%exempt_header): Add exception for some
1105         conditionally-included headers.
1106
1107         * modules/i-ring (Depends-on): Add verify.
1108         (License): Change to LGPL.
1109
1110 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1111
1112         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
1113         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
1114         and inttostr.h.  Use snprintf rather than uinttostr, so that
1115         LGPLed code doesn't depend on GPLed.
1116
1117 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1118
1119         * modules/inline (License): Change from GPL to LGPL.
1120
1121 2006-11-17  Jim Meyering  <jim@meyering.net>
1122
1123         * modules/d-type (License): Switch to LGPL.
1124
1125 2006-11-15  Bruno Haible  <bruno@clisp.org>
1126
1127         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
1128
1129 2006-11-15  Eric Blake  <ebb9@byu.net>
1130
1131         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
1132         the module dependency.
1133
1134 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1135             Bruno Haible  <bruno@clisp.org>
1136
1137         * gnulib-tool (func_create_testdir): Add license consistency check.
1138
1139 2006-11-15  Eric Blake  <ebb9@byu.net>
1140
1141         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
1142         random "(cached)" in configure output.
1143
1144 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1145
1146         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
1147         test for conforming inttypes.h is both announced and cached.
1148
1149         * MODULES.html.sh (seen_modules, seen_files): New variables.
1150         (func_module): Rewrite to use a few less gnulib-tool and sed
1151         invocations.  Avoid a couple of quadratic algorithms for ...
1152         (missed_modules, missed_files): ... these, with ...
1153         (func_append, func_tmpdir): ... these new functions, from
1154         gnulib-tool.  Analogously, install traps for cleanup.
1155
1156         * tests/test-gc.c (main): Remove unused variables.
1157         * tests/test-read-file.c: Include stdlib.h, for 'free'.
1158
1159 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1160
1161         * modules/inttostr (License): Change to LGPL.
1162
1163 2006-11-14  Eric Blake  <ebb9@byu.net>
1164
1165         * modules/tempname (License): Change to LGPL.
1166
1167 2006-11-14  Eric Blake  <ebb9@byu.net>
1168
1169         * doc/functions.texi (Function Portability): *printf functions on
1170         Cygwin now understand all POSIX size specifiers.
1171
1172 2006-11-14  Bruno Haible  <bruno@clisp.org>
1173
1174         * modules/c-ctype (License): Change to LGPL.
1175
1176 2006-11-12  Bruno Haible  <bruno@clisp.org>
1177
1178         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1179         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
1180         for GNOME libraries, for which the include files are installed in
1181         subdirectories of $prefix/include.
1182
1183 2006-11-12  Bruno Haible  <bruno@clisp.org>
1184
1185         * m4/lib-link.m4: Require at least autoconf-2.54.
1186         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
1187         name to underscores for the --with option.
1188
1189 2006-11-13  Bruno Haible  <bruno@clisp.org>
1190
1191         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
1192         the tests directory.
1193         Reported by Ralf Wildenhues.
1194
1195 2006-11-13  Bruno Haible  <bruno@clisp.org>
1196
1197         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
1198         (func_emit_initmacro_end): Undo the override here.
1199         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
1200         Works around the famous automake error in coreutils.
1201
1202 2006-11-13  Eric Blake  <ebb9@byu.net>
1203
1204         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
1205         element, not its node.
1206
1207 2006-11-12  Bruno Haible  <bruno@clisp.org>
1208
1209         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
1210         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
1211
1212 2006-11-12  Bruno Haible  <bruno@clisp.org>
1213
1214         * gnulib-tool: New option --local-symlink.
1215         (func_usage): Document it.
1216         (lsymbolic): New variable.
1217         (func_import, func_create_testdir): If --symlink was not specified,
1218         test whether --local-symlink was specified and the file comes from
1219         the local_gnulib_dir.
1220
1221 2006-11-12  Bruno Haible  <bruno@clisp.org>
1222
1223         * gnulib-tool (func_ln): New function.
1224         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
1225
1226 2006-11-12  Bruno Haible  <bruno@clisp.org>
1227
1228         Finish support for source files in subdirectories.
1229         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
1230         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
1231         AUTOMAKE_OPTIONS.
1232         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
1233
1234 2006-11-12  Bruno Haible  <bruno@clisp.org>
1235
1236         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1237         EXTRA_lib_SOURCES augmentation.
1238         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
1239
1240 2006-11-12  Jim Meyering  <jim@meyering.net>
1241
1242         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
1243         file descriptors.  This also averts a failure on systems with
1244         native openat support when a traversed directory lacks "x" access.
1245         * lib/fts_.h: Include "i-ring.h"
1246         (struct FTS) [fts_fd_ring]: New member.
1247         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
1248         (FCHDIR): Add parentheses.
1249         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
1250         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
1251         When descending, rather than simply closing the previous
1252         fts_cwd_fd value, push that file descriptor onto the ring.
1253         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
1254         (fts_open): Initialize the new fd_ring member.
1255         (fts_close): Clear the ring.
1256         (fts_safe_changedir): When possible, use our new fd_ring to skip
1257         the diropen and fstat and dev/ino comparison that would normally
1258         accompany a virtual `chdir ("..")'.
1259
1260         * modules/fts (Depends-on): Add i-ring.
1261         * modules/i-ring: New module.
1262         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
1263         * m4/i-ring.m4: New file.
1264
1265 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1266
1267         * gnulib-tool (func_create_testdir): Fix replacement of
1268         `build-aux' in configure.ac.  Run autotools in gltests
1269         subdirectory.
1270         (func_create_testdir, func_create_megatestdir, test): There is
1271         no need for '--force' in most autotool invocations in a new
1272         tree.  Actually fail the whole test if any of the tools, or the
1273         configure or make stages fail.
1274
1275         Sync from Automake.
1276         * build-aux/gnupload: Revert last change.  Add pointer to upload
1277         instructions of the GNU Maintenance Instructions.
1278         Suggestion by Karl Berry.
1279
1280 2006-11-10  Jim Meyering  <jim@meyering.net>
1281
1282         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
1283
1284 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1285
1286         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
1287         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
1288         (bind_textdomain_codeset) [! ENABLE_NLS]:
1289         Evaluate all the arguments.  That way, callers get compatible behavior
1290         if the arguments have side effects.  Also, it avoids some GCC
1291         diagnostics in some cases; Joel E. Denny reported problems when Bison
1292         was configured with --enable-gcc-warnigs.
1293
1294 2006-11-10  Jim Meyering  <jim@meyering.net>
1295
1296         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
1297         relevant options in CFLAGS (like -O, -fno-inline) are taken into
1298         account.
1299
1300 2006-11-10  Jim Meyering  <jim@meyering.net>
1301
1302         * modules/inline: New file/module.
1303         * modules/xalloc (Files): Remove m4/inline.m4.
1304         (Depends-on): Add inline, instead.
1305         * modules/oset: Likewise.
1306         * modules/list: Likewise.
1307
1308 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1309
1310         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
1311         Problem reported by Matthew Woehlke.
1312
1313 2006-11-09  Bruno Haible  <bruno@clisp.org>
1314
1315         * lib/tempname.c (gen_tempname): Remove variant that invokes
1316         __gen_tempname.
1317         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
1318         __gen_tempname.
1319
1320 2006-11-08  Bruno Haible  <bruno@clisp.org>
1321
1322         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
1323         to 'yes' instead of 'cross-compiling'.
1324
1325 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1326
1327         * lib/quotearg.h (quotearg_free): New decl.
1328         * lib/quotearg.c (quotearg_free): New function.
1329         (slot0, nslots, slotvec0, slotvec):
1330         Now file-scope so that quotearg_free can get at them.
1331
1332 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1333
1334         Sync from Automake.
1335         * build-aux/gnupload: Add missing 'gnu' to example URL.
1336         Report by Karl Berry.
1337
1338 2006-11-08  Bruno Haible  <bruno@clisp.org>
1339
1340         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
1341         Suggested by Paul Eggert.
1342
1343 2006-11-08  Jim Meyering  <jim@meyering.net>
1344
1345         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
1346         It's already included if !_LIBC.
1347         (fts_safe_changedir): Add a comment.
1348
1349 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1350
1351         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1352         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1353         Matthew Woehlke.
1354
1355         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
1356         definitions up, to avoid colliding with change below.
1357         (static_inline) [HAVE_INLINE]: New macro.
1358         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
1359         Provide extern decls when !HAVE_INLINE.  Do not define unless
1360         static_inline is defined, either by us or by xmalloc.c.  Use
1361         static_inline rather than static inline.
1362         (XCALLOC): Optimize sizeof(T) = 1 case.
1363         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
1364
1365 2006-11-07  Bruno Haible  <bruno@clisp.org>
1366
1367         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
1368         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
1369         AC_C_INLINE.
1370         * modules/xalloc (Files): Add m4/inline.m4.
1371
1372 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1373
1374         * README: Fix typo.
1375         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
1376         (Miscellanous Notes): ...from this.
1377
1378 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1379
1380         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
1381         Mention that offsetof should be used instead of sizeof.
1382         From Bruno Haible.
1383
1384 2006-11-07  Bruno Haible  <bruno@clisp.org>
1385
1386         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
1387
1388 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1389
1390         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1391         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
1392         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1393         (gl_tree_add_before, gl_tree_add_after):
1394         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
1395         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
1396         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1397         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
1398         (gl_linked_add_after, gl_linked_add_at): Likewise.
1399         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
1400         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1401         (gl_tree_add_before, gl_tree_add_after): Likewise.
1402         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
1403         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
1404         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1405
1406 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1407
1408         * lib/gl_oset.h: Use C comment style, not C++ comment style.
1409
1410 2006-11-06  Bruno Haible  <bruno@clisp.org>
1411
1412         * m4/inline.m4: New file.
1413         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
1414         * modules/list (Files): Add m4/inline.m4.
1415         * modules/oset (Files): Likewise.
1416
1417 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1418
1419         * lib/idcache.c: Include <stddef.h>, for offsetof.
1420         (struct userid.name): Change from char * to a flexible array member.
1421         All uses changed.
1422         * modules/idcache (Depends-on): Add flexmember.
1423
1424         * MODULES.html.sh (Core language properties): New module flexmember.
1425         * modules/flexmember, m4/flexmember.m4: New files.
1426
1427         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
1428         inline functions that are identical with the old xnmalloc_inline,
1429         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
1430         that we can avoid some unnecessary integer multiplications and
1431         divisions in the common case where the element size is known at
1432         compile time.
1433         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
1434         needed.
1435         (xnboundedmalloc): Remove.
1436         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
1437         arguments, for consistency with rest of this header.
1438         (xcharalloc): Rewrite using XNMALLOC.
1439         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
1440         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
1441         versions have been moved to lib/xalloc.h and renamed to be the
1442         non-*_inline versions.
1443         (xmalloc, xrealloc): Implement without reference to the xnmalloc
1444         and xnrealloc functions, since those functions are now inline and
1445         now call us.
1446         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
1447         renaming described above.
1448         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
1449         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
1450         captures the dependency in AC_C_INLINE.
1451
1452         New module canonicalize-lgpl, proposed by Charles Wilson in
1453         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
1454         with a few small changes afterwards.
1455         * MODULES.html.sh (File system functions): New module
1456         canonicalize-lgpl.
1457         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
1458         and canonicalize_file_name.
1459         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
1460         * modules/canonicalize-lgpl: New files.
1461
1462 2006-11-05  Bruno Haible  <bruno@clisp.org>
1463
1464         * gnulib-tool (func_import, func_create_testdir): Create directories
1465         also for files in subdirectories of lib/.
1466
1467 2006-11-05  Bruno Haible  <bruno@clisp.org>
1468
1469         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
1470         ANSI C compliant.
1471
1472 2006-11-03  Bruno Haible  <bruno@clisp.org>
1473
1474         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1475         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
1476         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
1477         (xnboundedmalloc): New inline function.
1478         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
1479         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
1480         xmalloc.
1481         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
1482         xmalloc.
1483         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
1484         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
1485         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
1486         xmalloc.
1487         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1488         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
1489         xmalloc.
1490         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
1491         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1492         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
1493         xmalloc.
1494         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1495         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
1496         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1497         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
1498         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
1499         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
1500         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
1501
1502 2006-11-03  Bruno Haible  <bruno@clisp.org>
1503
1504         * lib/c-ctype.h [C++]: Define functions without name mangling.
1505         * lib/fwriteerror.h [C++]: Likewise.
1506         * lib/gcd.h [C++]: Likewise.
1507         * lib/linebreak.h [C++]: Likewise.
1508
1509 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
1510
1511         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
1512         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
1513         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
1514         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
1515         Check for functions and headers just once.
1516         Check for declaration of canonicalize_file_name.
1517         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
1518
1519 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1520
1521         * gnulib-tool (func_import): Fix typo in actioncmd.
1522
1523 2006-11-02  Bruno Haible  <bruno@clisp.org>
1524
1525         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
1526         newline sequence in the Makefile.am snippet as a space, like "make"
1527         does.
1528         Reported by Roger Persson <perrog@gmail.com>.
1529
1530 2006-11-01  Bruno Haible  <bruno@clisp.org>
1531
1532         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
1533         already declared in <string.h>.
1534         * lib/strcase.h (strncasecmp): Don't declare it if yes.
1535
1536 2006-11-01  Bruno Haible  <bruno@clisp.org>
1537
1538         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
1539         * lib/strcase.h: Include <string.h>.
1540         (strcasecmp): Define to rpl_strcasecmp here.
1541
1542 2006-11-01  Bruno Haible  <bruno@clisp.org>
1543
1544         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
1545
1546 2006-11-01  Eric Blake  <ebb9@byu.net>
1547
1548         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
1549
1550         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
1551
1552 2006-10-29  Bruno Haible  <bruno@clisp.org>
1553
1554         Make it compile in C++ mode.
1555         * lib/full-write.c (full_rw): Add a cast.
1556
1557 2006-11-01  Bruno Haible  <bruno@clisp.org>
1558
1559         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
1560         be POSIX compliant.
1561         Reported by Roger Persson <perrog@gmail.com>.
1562
1563 2006-11-01  Eric Blake  <ebb9@byu.net>
1564
1565         * lib/getopt_.h: Fix comments.
1566
1567 2006-10-31  Eric Blake  <ebb9@byu.net>
1568
1569         * modules/tmpdir (Depends-on): Add sys_stat.
1570         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
1571         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
1572         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
1573         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
1574         tempname.
1575
1576 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
1577
1578         Avoid some C++ diagnostics reported by Bruno Haible.
1579         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
1580         xmalloc.
1581         (quotearg_alloc): Use xcharalloc rather than xmalloc.
1582         (struct slotvec): Move to top level.
1583         (quotearg_n_options): Rewrite to avoid xmalloc.
1584         * lib/xalloc.h (xcharalloc): New function.
1585         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
1586         [defined __cplusplus]: Add function template that provides result
1587         type propagation.  This part of the change is from Bruno Haible.
1588
1589 2006-10-29  Bruno Haible  <bruno@clisp.org>
1590
1591         Make it compile in C++ mode.
1592         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
1593         * lib/strnlen1.c (strnlen1): Cast memchr result.
1594         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
1595         * lib/clean-temp.c (string_equals, string_hash): Add casts.
1596         (create_temp_dir): Rename local variable 'template'.
1597         (compile_csharp_using_sscli): Add cast.
1598         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
1599         * lib/findprog.c (find_in_path): Likewise.
1600         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
1601         * lib/wait-process.c (register_slave_subprocess): Likewise.
1602
1603 2006-10-22  Bruno Haible  <bruno@clisp.org>
1604
1605         * modules/tsearch: New file.
1606         * lib/tsearch.h: New file.
1607         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
1608         * m4/tsearch.m4: New file.
1609         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
1610
1611 2006-10-29  Eric Blake  <ebb9@byu.net>
1612
1613         * lib/arcfour.c: Assume config.h.
1614         * lib/arctwo.c: Likewise.
1615         * lib/base64.c: Likewise.
1616         * lib/check-version.c: Likewise.
1617         * lib/crc.c: Likewise.
1618         * lib/des.c: Likewise.
1619         * lib/gc-gnulib.c: Likewise.
1620         * lib/gc-libgcrypt.c: Likewise.
1621         * lib/gc-pbkdf2-sha1.c: Likewise.
1622         * lib/getaddrinfo.c: Likewise.
1623         * lib/getdelim.c: Likewise.
1624         * lib/getline.c: Likewise.
1625         * lib/hmac-md5.c: Likewise.
1626         * lib/hmac-sha1.c: Likewise.
1627         * lib/iconvme.c: Likewise.
1628         * lib/md2.c: Likewise.
1629         * lib/md4.c: Likewise.
1630         * lib/memxor.c: Likewise.
1631         * lib/read-file.c: Likewise.
1632         * lib/readline.c: Likewise.
1633         * lib/rijndael-alg-fst.c: Likewise.
1634         * lib/rijndael-api-fst.c: Likewise.
1635         * lib/xgetdomainname.c: Likewise.
1636
1637 2006-10-28  Eric Blake  <ebb9@byu.net>
1638
1639         * lib/xstrndup.c: Assume config.h.
1640
1641 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
1642
1643         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
1644         stat-macros.h is now for our own macros, whereas stat_h is for
1645         macros in the <sys/stat.h> name space.
1646         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
1647         (STAT_MACROS_H): Remove.
1648         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
1649         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
1650         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
1651         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
1652         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
1653         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
1654         Move these macros to ...
1655         * lib/stat_.h: here.  Don't include stat-macros.h.
1656         * lib/canonicalize.c: Don't include stat-macros.h.
1657         * lib/chown.c: Likewise.
1658         * lib/euidaccess.c: Likewise.
1659         * lib/file-type.c: Likewise.
1660         * lib/filemode.c: Likewise.
1661         * lib/glob.c: Likewise.
1662         * lib/isapipe.c: Likewise.
1663         * lib/lchown.c: Likewise.
1664         * lib/lstat.c: Likewise.
1665         * lib/mkdir-p.c: Likewise.
1666         * lib/rmdir.c: Likewise.
1667         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
1668         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
1669         unless mkdir isn't declared, to speed up 'configure'.
1670         Always create sys/stat.h, since it's unlikely any real sys/stat.h
1671         would define all the S_* symbols.
1672         * modules/canonicalize (Depends-on):
1673         Depend on sys_stat, not stat-macros.
1674         * modules/chown: Likewise.
1675         * modules/euidaccess: Likewise.
1676         * modules/filemode: Likewise.
1677         * modules/file-type: Likewise.
1678         * modules/glob: Likewise.
1679         * modules/isapipe: Likewise.
1680         * modules/lchown: Likewise.
1681         * modules/lstat: Likewise.
1682         * modules/mkancesdirs: Likewise.
1683         * modules/rmdir: Likewise.
1684         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
1685         * modules/modechange: Likewise.
1686         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
1687         (configure.ac): Remove gl_STAT_MACROS.
1688         * modules/sys_stat (Depends-on): Remove stat-macros.
1689
1690 2006-10-27  Bruno Haible  <bruno@clisp.org>
1691
1692         * m4/signed.m4: Remove file.
1693         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
1694         invocation.
1695         * modules/vasnprintf (Files): Remove m4/signed.m4.
1696
1697 2006-10-27  Bruno Haible  <bruno@clisp.org>
1698
1699         Update to GNU gettext 0.16.
1700         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
1701         m4/inttypes-h.m4, m4/signed.m4.
1702         * m4/gettext.m4: Update to GNU gettext 0.16.
1703         * m4/intl.m4: New file, from GNU gettext.
1704         * m4/intldir.m4: New file, from GNU gettext.
1705         * config/srclist.txt: Update
1706
1707 2006-10-27  Eric Blake  <ebb9@byu.net>
1708
1709         * MODULES.html.sh: Document tempname.
1710         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
1711         dependencies.
1712         (Files): Move lib/tempname.c...
1713         * modules/tempname: ...to this new module.
1714         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
1715         (gl_PREREQ_TEMPNAME): Move...
1716         * m4/tempname.m4: ...to this new file.
1717         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
1718         * modules/sys_stat (Depends-on): Add stat-macros.
1719         * lib/stat_.h (includes): Pick up stat macros.
1720         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
1721         if stat macros are broken.
1722         * lib/tempname.c (includes): No need to include "stat-macros.h".
1723         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
1724         (direxists, __path_search) [!_LIBC]: Don't compile these in
1725         gnulib; the tmpdir module covers that.
1726         * lib/tempname.h: New file.
1727
1728 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1729
1730         * COPYING: Explain how gnulib-tool converts licence headers.
1731         Almost all wording by Eric Blake.
1732
1733 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1734
1735         * lib/mbchar.h (is_basic_table): Make read-only.
1736         * lib/mbchar.c (is_basic_table): Likewise.
1737         Reported by John Darrington.
1738
1739 2006-10-25  Bruno Haible  <bruno@clisp.org>
1740
1741         * lib/progname.h (set_program_name): Undefine before defining.
1742
1743 2006-10-25  Bruno Haible  <bruno@clisp.org>
1744
1745         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
1746         false for non-gcc C++ compilers.
1747         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1748
1749 2006-10-24  Bruno Haible  <bruno@clisp.org>
1750
1751         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
1752         iconv implementations like Irix iconv.
1753
1754 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1755
1756         * modules/vararrays: New file.
1757         * m4/vararrays.m4: New file, taken from diffutils.
1758         * MODULES.html.sh: New module vararrays.
1759
1760 2006-10-24  Karl Berry  <karl@gnu.org>
1761
1762         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
1763         Don't call GNU Unix.
1764
1765 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1766
1767         * users.txt: Add Libtool.
1768
1769         Sync from Libtool:
1770
1771         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1772
1773         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
1774         to gnulib's policy of including config.h unconditionally.
1775
1776 2006-10-24  Bruno Haible  <bruno@clisp.org>
1777
1778         * modules/wcwidth (Files): Add m4/wint_t.m4.
1779         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
1780         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
1781
1782 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1783
1784         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
1785         to pacify GCC with some -W flags enabled.  Problem reported by
1786         Bruno Haible.
1787
1788 2006-10-24  Jim Meyering  <jim@meyering.net>
1789
1790         * MODULES.html.sh: Remove uinttostr.  It's not a module.
1791         Reported by Karl Berry.
1792
1793 2006-10-23  Bruno Haible  <bruno@clisp.org>
1794
1795         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
1796
1797 2006-10-24  Bruno Haible  <bruno@clisp.org>
1798
1799         * lib/gl_list.h: Use C comment style, not C++ comment style.
1800
1801 2006-10-23  Eric Blake  <ebb9@byu.net>
1802
1803         * lib/getaddrinfo.c (includes): Add missing include.
1804
1805 2006-10-23  Bruno Haible  <bruno@clisp.org>
1806             Paul Eggert  <eggert@cs.ucla.edu>
1807
1808         Ability to rename obstack_free.
1809         * lib/obstack.h (__obstack_free): New macro. Declare instead of
1810         obstack_free.
1811         (obstack_free): Invoke the __obstack_free macro.
1812         * lib/obstack.c (obstack_free): Use __obstack_free macro.
1813
1814 2006-10-23  Bruno Haible  <bruno@clisp.org>
1815             Paul Eggert  <eggert@cs.ucla.edu>
1816
1817         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
1818         __argc, __argv from the declaration. (They are defined as macros on
1819         mingw.)
1820
1821 2006-10-22  Bruno Haible  <bruno@clisp.org>
1822
1823         * doc/gnulib-intro.texi: New file.
1824         * doc/gnulib.texi: Include it.
1825
1826 2006-10-21  Bruno Haible  <bruno@clisp.org>
1827
1828         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
1829         "Introduction", "Miscellanous Notes", "Particular Modules".
1830
1831 2006-10-21  Bruno Haible  <bruno@clisp.org>
1832
1833         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1834         Change mostlyclean-local rule to avoid sh syntax error from bash
1835         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
1836
1837 2006-10-23  Jim Meyering  <jim@meyering.net>
1838
1839         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
1840         in place of snprintf.
1841
1842         * modules/inttostr (Files): Add lib/uinttostr.c.
1843         * lib/uinttostr.c (inttostr): New file/function.
1844         * lib/inttostr.h (uinttostr): Declare.
1845         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
1846         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
1847         Add uinttostr.
1848         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
1849
1850 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1851
1852         * lib/canonicalize.c (ELOOP): Define if not already defined.
1853         Problem reported by Bruno Haible in
1854         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
1855
1856 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1857
1858         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
1859         Problem reported by Perry Smith and Ville Laurikari.
1860
1861         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
1862         uses.
1863
1864 2006-10-19  Bruno Haible  <bruno@clisp.org>
1865
1866         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
1867         for mingw.
1868
1869 2006-10-19  Bruno Haible  <bruno@clisp.org>
1870
1871         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
1872         Needed for mingw.
1873
1874 2006-10-19  Bruno Haible  <bruno@clisp.org>
1875
1876         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
1877
1878 2006-10-19  Bruno Haible  <bruno@clisp.org>
1879
1880         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
1881         it.
1882
1883 2006-10-19  Bruno Haible  <bruno@clisp.org>
1884
1885         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
1886         invocation.
1887
1888 2006-10-19  Bruno Haible  <bruno@clisp.org>
1889
1890         * gnulib-tool (func_create_testdir): Don't include ftruncate and
1891         mountlist by default.
1892
1893 2006-10-16  Bruno Haible  <bruno@clisp.org>
1894
1895         * lib/c-strstr.c: Include c-strstr.h.
1896
1897 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1898
1899         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
1900         in a slash.
1901
1902 2006-10-18  Bruno Haible  <bruno@clisp.org>
1903
1904         * lib/lock.h [C++]: Wrap definitions in extern "C".
1905
1906 2006-10-18  Bruno Haible  <bruno@clisp.org>
1907
1908         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
1909         gl_LIBOBJS list.
1910
1911 2006-10-18  Bruno Haible  <bruno@clisp.org>
1912
1913         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
1914
1915 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
1916
1917         * lib/xstrtol.h: Include gettext.h.
1918         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
1919         Problem reported by Eric Blake.
1920         * modules/xstrtol (Depends-on): Add gettext-h.
1921
1922 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
1923
1924         * lib/strftime.c (advance): New macro.
1925         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
1926         incomplete type, so you can't add 0 to it.  Problem and patch
1927         reported by Eelco Dolstra for dietlibc.
1928
1929 2006-10-18  Jim Meyering  <jim@meyering.net>
1930
1931         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
1932         type for a local, and rename it: s/up/user_proc/.
1933
1934 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
1935
1936         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
1937         READ_UTMP_USER_PROCESS.
1938         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
1939
1940 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1941
1942         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
1943         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
1944
1945 2006-10-17  Eric Blake  <ebb9@byu.net>
1946
1947         * lib/sigprocmask.c (sigprocmask): Fix typo.
1948
1949         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
1950
1951         * modules/clean-temp (Makefile.am): Don't add to make output...
1952         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
1953         config.h.
1954
1955 2006-10-17  Bruno Haible  <bruno@clisp.org>
1956
1957         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
1958         differently if DEFAULT_TEXT_DOMAIN is set.
1959
1960 2006-10-16  Bruno Haible  <bruno@clisp.org>
1961
1962         * lib/clean-temp.c: Include fwriteerror.h.
1963
1964 2006-10-16  Bruno Haible  <bruno@clisp.org>
1965
1966         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
1967
1968 2006-10-16  Bruno Haible  <bruno@clisp.org>
1969
1970         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
1971         * lib/sigprocmask.h: Include <sys/types.h>.
1972         (sigset_t): Use the system's definition if present.
1973
1974 2006-10-17  Eric Blake  <ebb9@byu.net>
1975
1976         * lib/xvasprintf.c (includes): Assume config.h.
1977         * lib/xasprintf.c (includes): Likewise.
1978
1979 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1980
1981         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
1982         at least as wide as intmax_t.
1983
1984 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
1985
1986         (Imported from Automake.)
1987         * build-aux/gnupload: Update to version 1.1 of directive file.
1988
1989 2006-10-16  Eric Blake  <ebb9@byu.net>
1990
1991         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
1992         match Automake 1.10a.
1993
1994 2006-10-14  Bruno Haible  <bruno@clisp.org>
1995
1996         * modules/sigprocmask: New file.
1997         * lib/sigprocmask.h: New file.
1998         * lib/sigprocmask.c: New file.
1999         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
2000         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
2001         request sigprocmask.o.
2002         (gl_PREREQ_SIGPROCMASK): New macro.
2003         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
2004         (Depends-on): Add sigprocmask.
2005         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
2006         gt_SIGNALBLOCKING. Test for 'raise' only once.
2007         * lib/fatal-signal.c: Include sigprocmask.h.
2008         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
2009         unblock_fatal_signals): Define always.
2010         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2011         sigprocmask.
2012
2013 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2014
2015         Sync from Automake.
2016         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2017         which incorrectly sets the mode of an existing destination
2018         directory.  In some cases the unpatched install-sh could do the
2019         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2020         system.  We hope this is rare in practice, but it's clearly worth
2021         fixing.  Problem reported by Alex Unleashed in
2022         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2023         Also, don't bother to check for -m bugs unless we're using -m;
2024         suggested by Stepan Kasal.
2025
2026 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2027
2028         Sync from Automake.
2029         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
2030         `-c' flag, so they appear at the same position as in %FASTDEP%
2031         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2032         which ignores unknown options only after the first non-option.
2033         Bug report against M4 by Nelson H. F. Beebe.
2034
2035 2006-10-13  Jim Meyering  <jim@meyering.net>
2036
2037         Fix a bug in yesterday's change.
2038         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
2039         p->fts_statp->st_dev would be used uninitialized.
2040         Ensures that we always call fts_stat on the very first entry.
2041         Miklos Szeredi reported that find -xdev stopped working.
2042
2043 2006-10-12  Bruno Haible  <bruno@clisp.org>
2044
2045         * gnulib-tool (func_get_automake_snippet): Append an automatically
2046         computed EXTRA_DIST augmentation.
2047         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
2048         * modules/alloca-opt (Makefile.am): Likewise.
2049         * modules/allocsa (Makefile.am): Likewise.
2050         * modules/arcfour (Makefile.am): Likewise.
2051         * modules/arctwo (Makefile.am): Likewise.
2052         * modules/argmatch (Makefile.am): Likewise.
2053         * modules/argz (Makefile.am): Likewise.
2054         * modules/atexit (Makefile.am): Likewise.
2055         * modules/backupfile (Makefile.am): Likewise.
2056         * modules/byteswap (Makefile.am): Likewise.
2057         * modules/c-strtod (Makefile.am): Likewise.
2058         * modules/c-strtold (Makefile.am): Likewise.
2059         * modules/calloc (Makefile.am): Likewise.
2060         * modules/canon-host (Makefile.am): Likewise.
2061         * modules/canonicalize (Makefile.am): Likewise.
2062         * modules/chdir-long (Makefile.am): Likewise.
2063         * modules/chdir-safer (Makefile.am): Likewise.
2064         * modules/check-version (Makefile.am): Likewise.
2065         * modules/chown (Makefile.am): Likewise.
2066         * modules/cloexec (Makefile.am): Likewise.
2067         * modules/close-stream (Makefile.am): Likewise.
2068         * modules/closeout (Makefile.am): Likewise.
2069         * modules/crc (Makefile.am): Likewise.
2070         * modules/csharpexec (Makefile.am): Likewise.
2071         * modules/cycle-check (Makefile.am): Likewise.
2072         * modules/des (Makefile.am): Likewise.
2073         * modules/dev-ino (Makefile.am): Likewise.
2074         * modules/dirfd (Makefile.am): Likewise.
2075         * modules/dirname (Makefile.am): Likewise.
2076         * modules/dup2 (Makefile.am): Likewise.
2077         * modules/eealloc (Makefile.am): Likewise.
2078         * modules/error (Makefile.am): Likewise.
2079         * modules/euidaccess (Makefile.am): Likewise.
2080         * modules/exclude (Makefile.am): Likewise.
2081         * modules/exitfail (Makefile.am): Likewise.
2082         * modules/fcntl-safer (Makefile.am): Likewise.
2083         * modules/fcntl (Makefile.am): Likewise.
2084         * modules/file-type (Makefile.am): Likewise.
2085         * modules/fileblocks (Makefile.am): Likewise.
2086         * modules/filemode (Makefile.am): Likewise.
2087         * modules/filenamecat (Makefile.am): Likewise.
2088         * modules/fnmatch (Makefile.am): Likewise.
2089         * modules/fopen-safer (Makefile.am): Likewise.
2090         * modules/fpending (Makefile.am): Likewise.
2091         * modules/fprintftime (Makefile.am): Likewise.
2092         * modules/free (Makefile.am): Likewise.
2093         * modules/fsusage (Makefile.am): Likewise.
2094         * modules/ftruncate (Makefile.am): Likewise.
2095         * modules/fts (Makefile.am): Likewise.
2096         * modules/gc-arcfour (Makefile.am): Likewise.
2097         * modules/gc-des (Makefile.am): Likewise.
2098         * modules/gc-hmac-md5 (Makefile.am): Likewise.
2099         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
2100         * modules/gc-md4 (Makefile.am): Likewise.
2101         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2102         * modules/gc-sha1 (Makefile.am): Likewise.
2103         * modules/gc (Makefile.am): Likewise.
2104         * modules/getaddrinfo (Makefile.am): Likewise.
2105         * modules/getcwd (Makefile.am): Likewise.
2106         * modules/getdelim (Makefile.am): Likewise.
2107         * modules/getdomainname (Makefile.am): Likewise.
2108         * modules/getgroups (Makefile.am): Likewise.
2109         * modules/gethostname (Makefile.am): Likewise.
2110         * modules/gethrxtime (Makefile.am): Likewise.
2111         * modules/getline (Makefile.am): Likewise.
2112         * modules/getloadavg (Makefile.am): Likewise.
2113         * modules/getlogin_r (Makefile.am): Likewise.
2114         * modules/getndelim2 (Makefile.am): Likewise.
2115         * modules/getopt (Makefile.am): Likewise.
2116         * modules/getpagesize (Makefile.am): Likewise.
2117         * modules/getpass-gnu (Makefile.am): Likewise.
2118         * modules/getpass (Makefile.am): Likewise.
2119         * modules/getsubopt (Makefile.am): Likewise.
2120         * modules/gettime (Makefile.am): Likewise.
2121         * modules/gettimeofday (Makefile.am): Likewise.
2122         * modules/getugroups (Makefile.am): Likewise.
2123         * modules/getusershell (Makefile.am): Likewise.
2124         * modules/glob (Makefile.am): Likewise.
2125         * modules/group-member (Makefile.am): Likewise.
2126         * modules/hard-locale (Makefile.am): Likewise.
2127         * modules/hash (Makefile.am): Likewise.
2128         * modules/hmac-md5 (Makefile.am): Likewise.
2129         * modules/hmac-sha1 (Makefile.am): Likewise.
2130         * modules/human (Makefile.am): Likewise.
2131         * modules/idcache (Makefile.am): Likewise.
2132         * modules/imaxabs (Makefile.am): Likewise.
2133         * modules/imaxdiv (Makefile.am): Likewise.
2134         * modules/inet_ntop (Makefile.am): Likewise.
2135         * modules/inet_pton (Makefile.am): Likewise.
2136         * modules/intprops (Makefile.am): Likewise.
2137         * modules/inttostr (Makefile.am): Likewise.
2138         * modules/inttypes (Makefile.am): Likewise.
2139         * modules/isapipe (Makefile.am): Likewise.
2140         * modules/javaversion (Makefile.am): Likewise.
2141         * modules/lchmod (Makefile.am): Likewise.
2142         * modules/lchown (Makefile.am): Likewise.
2143         * modules/localcharset (Makefile.am): Likewise.
2144         * modules/long-options (Makefile.am): Likewise.
2145         * modules/lstat (Makefile.am): Likewise.
2146         * modules/malloc (Makefile.am): Likewise.
2147         * modules/mathl (Makefile.am): Likewise.
2148         * modules/mbchar (Makefile.am): Likewise.
2149         * modules/md2 (Makefile.am): Likewise.
2150         * modules/md4 (Makefile.am): Likewise.
2151         * modules/md5 (Makefile.am): Likewise.
2152         * modules/memcasecmp (Makefile.am): Likewise.
2153         * modules/memchr (Makefile.am): Likewise.
2154         * modules/memcmp (Makefile.am): Likewise.
2155         * modules/memcoll (Makefile.am): Likewise.
2156         * modules/memcpy (Makefile.am): Likewise.
2157         * modules/memmem (Makefile.am): Likewise.
2158         * modules/memmove (Makefile.am): Likewise.
2159         * modules/mempcpy (Makefile.am): Likewise.
2160         * modules/memrchr (Makefile.am): Likewise.
2161         * modules/memset (Makefile.am): Likewise.
2162         * modules/memxor (Makefile.am): Likewise.
2163         * modules/mkancesdirs (Makefile.am): Likewise.
2164         * modules/mkdir-p (Makefile.am): Likewise.
2165         * modules/mkdir (Makefile.am): Likewise.
2166         * modules/mkdtemp (Makefile.am): Likewise.
2167         * modules/mkstemp (Makefile.am): Likewise.
2168         * modules/mktime (Makefile.am): Likewise.
2169         * modules/modechange (Makefile.am): Likewise.
2170         * modules/mountlist (Makefile.am): Likewise.
2171         * modules/nanosleep (Makefile.am): Likewise.
2172         * modules/obstack (Makefile.am): Likewise.
2173         * modules/openat (Makefile.am): Likewise.
2174         * modules/pagealign_alloc (Makefile.am): Likewise.
2175         * modules/pathmax (Makefile.am): Likewise.
2176         * modules/physmem (Makefile.am): Likewise.
2177         * modules/poll (Makefile.am): Likewise.
2178         * modules/posixtm (Makefile.am): Likewise.
2179         * modules/posixver (Makefile.am): Likewise.
2180         * modules/putenv (Makefile.am): Likewise.
2181         * modules/quote (Makefile.am): Likewise.
2182         * modules/quotearg (Makefile.am): Likewise.
2183         * modules/raise (Makefile.am): Likewise.
2184         * modules/read-file (Makefile.am): Likewise.
2185         * modules/readline (Makefile.am): Likewise.
2186         * modules/readlink (Makefile.am): Likewise.
2187         * modules/readtokens (Makefile.am): Likewise.
2188         * modules/readutmp (Makefile.am): Likewise.
2189         * modules/realloc (Makefile.am): Likewise.
2190         * modules/regex (Makefile.am): Likewise.
2191         * modules/rename-dest-slash (Makefile.am): Likewise.
2192         * modules/rename (Makefile.am): Likewise.
2193         * modules/rijndael (Makefile.am): Likewise.
2194         * modules/rmdir (Makefile.am): Likewise.
2195         * modules/rpmatch (Makefile.am): Likewise.
2196         * modules/safe-read (Makefile.am): Likewise.
2197         * modules/safe-write (Makefile.am): Likewise.
2198         * modules/same-inode (Makefile.am): Likewise.
2199         * modules/same (Makefile.am): Likewise.
2200         * modules/save-cwd (Makefile.am): Likewise.
2201         * modules/savedir (Makefile.am): Likewise.
2202         * modules/setenv (Makefile.am): Likewise.
2203         * modules/settime (Makefile.am): Likewise.
2204         * modules/sha1 (Makefile.am): Likewise.
2205         * modules/sig2str (Makefile.am): Likewise.
2206         * modules/snprintf (Makefile.am): Likewise.
2207         * modules/stat-macros (Makefile.am): Likewise.
2208         * modules/stat-time (Makefile.am): Likewise.
2209         * modules/stdbool (Makefile.am): Likewise.
2210         * modules/stdint (Makefile.am): Likewise.
2211         * modules/stdlib-safer (Makefile.am): Likewise.
2212         * modules/stpcpy (Makefile.am): Likewise.
2213         * modules/stpncpy (Makefile.am): Likewise.
2214         * modules/strcase (Makefile.am): Likewise.
2215         * modules/strcasestr (Makefile.am): Likewise.
2216         * modules/strchrnul (Makefile.am): Likewise.
2217         * modules/strcspn (Makefile.am): Likewise.
2218         * modules/strdup (Makefile.am): Likewise.
2219         * modules/strerror (Makefile.am): Likewise.
2220         * modules/strftime (Makefile.am): Likewise.
2221         * modules/strndup (Makefile.am): Likewise.
2222         * modules/strnlen (Makefile.am): Likewise.
2223         * modules/strpbrk (Makefile.am): Likewise.
2224         * modules/strsep (Makefile.am): Likewise.
2225         * modules/strstr (Makefile.am): Likewise.
2226         * modules/strtod (Makefile.am): Likewise.
2227         * modules/strtoimax (Makefile.am): Likewise.
2228         * modules/strtok_r (Makefile.am): Likewise.
2229         * modules/strtol (Makefile.am): Likewise.
2230         * modules/strtoll (Makefile.am): Likewise.
2231         * modules/strtoul (Makefile.am): Likewise.
2232         * modules/strtoull (Makefile.am): Likewise.
2233         * modules/strtoumax (Makefile.am): Likewise.
2234         * modules/strverscmp (Makefile.am): Likewise.
2235         * modules/sys_socket (Makefile.am): Likewise.
2236         * modules/sys_stat (Makefile.am): Likewise.
2237         * modules/sysexits (Makefile.am): Likewise.
2238         * modules/time_r (Makefile.am): Likewise.
2239         * modules/timegm (Makefile.am): Likewise.
2240         * modules/timespec (Makefile.am): Likewise.
2241         * modules/tmpfile-safer (Makefile.am): Likewise.
2242         * modules/trim (Makefile.am): Likewise.
2243         * modules/unistd-safer (Makefile.am): Likewise.
2244         * modules/unlinkdir (Makefile.am): Likewise.
2245         * modules/unlocked-io (Makefile.am): Likewise.
2246         * modules/userspec (Makefile.am): Likewise.
2247         * modules/utime (Makefile.am): Likewise.
2248         * modules/utimecmp (Makefile.am): Likewise.
2249         * modules/utimens (Makefile.am): Likewise.
2250         * modules/vasnprintf (Makefile.am): Likewise.
2251         * modules/vasprintf (Makefile.am): Likewise.
2252         * modules/vsnprintf (Makefile.am): Likewise.
2253         * modules/xalloc (Makefile.am): Likewise.
2254         * modules/xgetcwd (Makefile.am): Likewise.
2255         * modules/xnanosleep (Makefile.am): Likewise.
2256         * modules/xreadlink (Makefile.am): Likewise.
2257         * modules/xstrtod (Makefile.am): Likewise.
2258         * modules/xstrtol (Makefile.am): Likewise.
2259         * modules/xstrtold (Makefile.am): Likewise.
2260         * modules/yesno (Makefile.am): Likewise.
2261         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
2262
2263 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2264
2265         * modules/error (Makefile.am): Distribute files through
2266         EXTRA_DIST, not lib_SOURCES.
2267
2268 2006-10-12  Eric Blake  <ebb9@byu.net>
2269
2270         * modules/error (Makefile.am): Distribute files in /lib.
2271         * modules/obstack (Makefile.am): Likewise.
2272
2273 2006-10-12  Bruno Haible  <bruno@clisp.org>
2274
2275         * modules/acl (Makefile.am): Distribute all files in lib/ through
2276         EXTRA_DIST.
2277         * modules/arcfour (Makefile.am): Likewise.
2278         * modules/arctwo (Makefile.am): Likewise.
2279         * modules/argmatch (Makefile.am): Likewise.
2280         * modules/argz (Makefile.am): Likewise.
2281         * modules/atexit (Makefile.am): Likewise.
2282         * modules/backupfile (Makefile.am): Likewise.
2283         * modules/c-strtod (Makefile.am): Likewise.
2284         * modules/c-strtold (Makefile.am): Likewise.
2285         * modules/calloc (Makefile.am): Likewise.
2286         * modules/canon-host (Makefile.am): Likewise.
2287         * modules/canonicalize (Makefile.am): Likewise.
2288         * modules/chdir-long (Makefile.am): Likewise.
2289         * modules/chdir-safer (Makefile.am): Likewise.
2290         * modules/check-version (Makefile.am): Likewise.
2291         * modules/chown (Makefile.am): Likewise.
2292         * modules/cloexec (Makefile.am): Likewise.
2293         * modules/close-stream (Makefile.am): Likewise.
2294         * modules/closeout (Makefile.am): Likewise.
2295         * modules/crc (Makefile.am): Likewise.
2296         * modules/cycle-check (Makefile.am): Likewise.
2297         * modules/des (Makefile.am): Likewise.
2298         * modules/dirfd (Makefile.am): Likewise.
2299         * modules/dirname (Makefile.am): Likewise.
2300         * modules/dup2 (Makefile.am): Likewise.
2301         * modules/euidaccess (Makefile.am): Likewise.
2302         * modules/exclude (Makefile.am): Likewise.
2303         * modules/exitfail (Makefile.am): Likewise.
2304         * modules/fcntl-safer (Makefile.am): Likewise.
2305         * modules/file-type (Makefile.am): Likewise.
2306         * modules/fileblocks (Makefile.am): Likewise.
2307         * modules/filemode (Makefile.am): Likewise.
2308         * modules/filenamecat (Makefile.am): Likewise.
2309         * modules/fnmatch (Makefile.am): Likewise.
2310         * modules/fopen-safer (Makefile.am): Likewise.
2311         * modules/fpending (Makefile.am): Likewise.
2312         * modules/fprintftime (Makefile.am): Likewise.
2313         * modules/free (Makefile.am): Likewise.
2314         * modules/fsusage (Makefile.am): Likewise.
2315         * modules/ftruncate (Makefile.am): Likewise.
2316         * modules/fts (Makefile.am): Likewise.
2317         * modules/gc (Makefile.am): Likewise.
2318         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2319         * modules/getaddrinfo (Makefile.am): Likewise.
2320         * modules/getcwd (Makefile.am): Likewise.
2321         * modules/getdelim (Makefile.am): Likewise.
2322         * modules/getdomainname (Makefile.am): Likewise.
2323         * modules/getgroups (Makefile.am): Likewise.
2324         * modules/gethostname (Makefile.am): Likewise.
2325         * modules/gethrxtime (Makefile.am): Likewise.
2326         * modules/getline (Makefile.am): Likewise.
2327         * modules/getloadavg (Makefile.am): Likewise.
2328         * modules/getlogin_r (Makefile.am): Likewise.
2329         * modules/getopt (Makefile.am): Likewise.
2330         * modules/getpass (Makefile.am): Likewise.
2331         * modules/getpass-gnu (Makefile.am): Likewise.
2332         * modules/getsubopt (Makefile.am): Likewise.
2333         * modules/gettime (Makefile.am): Likewise.
2334         * modules/gettimeofday (Makefile.am): Likewise.
2335         * modules/getugroups (Makefile.am): Likewise.
2336         * modules/getusershell (Makefile.am): Likewise.
2337         * modules/glob (Makefile.am): Likewise.
2338         * modules/group-member (Makefile.am): Likewise.
2339         * modules/hard-locale (Makefile.am): Likewise.
2340         * modules/hash (Makefile.am): Likewise.
2341         * modules/hmac-md5 (Makefile.am): Likewise.
2342         * modules/hmac-sha1 (Makefile.am): Likewise.
2343         * modules/human (Makefile.am): Likewise.
2344         * modules/idcache (Makefile.am): Likewise.
2345         * modules/imaxabs (Makefile.am): Likewise.
2346         * modules/imaxdiv (Makefile.am): Likewise.
2347         * modules/inet_ntop (Makefile.am): Likewise.
2348         * modules/inet_pton (Makefile.am): Likewise.
2349         * modules/inttostr (Makefile.am): Likewise.
2350         * modules/isapipe (Makefile.am): Likewise.
2351         * modules/lchown (Makefile.am): Likewise.
2352         * modules/long-options (Makefile.am): Likewise.
2353         * modules/lstat (Makefile.am): Likewise.
2354         * modules/malloc (Makefile.am): Likewise.
2355         * modules/mathl (Makefile.am): Likewise.
2356         * modules/mbchar (Makefile.am): Likewise.
2357         * modules/md2 (Makefile.am): Likewise.
2358         * modules/md4 (Makefile.am): Likewise.
2359         * modules/md5 (Makefile.am): Likewise.
2360         * modules/memcasecmp (Makefile.am): Likewise.
2361         * modules/memchr (Makefile.am): Likewise.
2362         * modules/memcmp (Makefile.am): Likewise.
2363         * modules/memcoll (Makefile.am): Likewise.
2364         * modules/memcpy (Makefile.am): Likewise.
2365         * modules/memmem (Makefile.am): Likewise.
2366         * modules/memmove (Makefile.am): Likewise.
2367         * modules/mempcpy (Makefile.am): Likewise.
2368         * modules/memrchr (Makefile.am): Likewise.
2369         * modules/memset (Makefile.am): Likewise.
2370         * modules/memxor (Makefile.am): Likewise.
2371         * modules/mkancesdirs (Makefile.am): Likewise.
2372         * modules/mkdir (Makefile.am): Likewise.
2373         * modules/mkdir-p (Makefile.am): Likewise.
2374         * modules/mkdtemp (Makefile.am): Likewise.
2375         * modules/mkstemp (Makefile.am): Likewise.
2376         * modules/mktime (Makefile.am): Likewise.
2377         * modules/modechange (Makefile.am): Likewise.
2378         * modules/mountlist (Makefile.am): Likewise.
2379         * modules/nanosleep (Makefile.am): Likewise.
2380         * modules/openat (Makefile.am): Likewise.
2381         * modules/pagealign_alloc (Makefile.am): Likewise.
2382         * modules/physmem (Makefile.am): Likewise.
2383         * modules/poll (Makefile.am): Likewise.
2384         * modules/posixtm (Makefile.am): Likewise.
2385         * modules/posixver (Makefile.am): Likewise.
2386         * modules/putenv (Makefile.am): Likewise.
2387         * modules/quote (Makefile.am): Likewise.
2388         * modules/quotearg (Makefile.am): Likewise.
2389         * modules/raise (Makefile.am): Likewise.
2390         * modules/read-file (Makefile.am): Likewise.
2391         * modules/readline (Makefile.am): Likewise.
2392         * modules/readlink (Makefile.am): Likewise.
2393         * modules/readtokens (Makefile.am): Likewise.
2394         * modules/readutmp (Makefile.am): Likewise.
2395         * modules/realloc (Makefile.am): Likewise.
2396         * modules/regex (Makefile.am): Likewise.
2397         * modules/rename (Makefile.am): Likewise.
2398         * modules/rename-dest-slash (Makefile.am): Likewise.
2399         * modules/rijndael (Makefile.am): Likewise.
2400         * modules/rmdir (Makefile.am): Likewise.
2401         * modules/rpmatch (Makefile.am): Likewise.
2402         * modules/safe-read (Makefile.am): Likewise.
2403         * modules/safe-write (Makefile.am): Likewise.
2404         * modules/same (Makefile.am): Likewise.
2405         * modules/save-cwd (Makefile.am): Likewise.
2406         * modules/savedir (Makefile.am): Likewise.
2407         * modules/setenv (Makefile.am): Likewise.
2408         * modules/settime (Makefile.am): Likewise.
2409         * modules/sha1 (Makefile.am): Likewise.
2410         * modules/sig2str (Makefile.am): Likewise.
2411         * modules/snprintf (Makefile.am): Likewise.
2412         * modules/stdlib-safer (Makefile.am): Likewise.
2413         * modules/stpcpy (Makefile.am): Likewise.
2414         * modules/stpncpy (Makefile.am): Likewise.
2415         * modules/strcase (Makefile.am): Likewise.
2416         * modules/strcasestr (Makefile.am): Likewise.
2417         * modules/strchrnul (Makefile.am): Likewise.
2418         * modules/strcspn (Makefile.am): Likewise.
2419         * modules/strdup (Makefile.am): Likewise.
2420         * modules/strerror (Makefile.am): Likewise.
2421         * modules/strftime (Makefile.am): Likewise.
2422         * modules/strndup (Makefile.am): Likewise.
2423         * modules/strnlen (Makefile.am): Likewise.
2424         * modules/strpbrk (Makefile.am): Likewise.
2425         * modules/strsep (Makefile.am): Likewise.
2426         * modules/strstr (Makefile.am): Likewise.
2427         * modules/strtod (Makefile.am): Likewise.
2428         * modules/strtoimax (Makefile.am): Likewise.
2429         * modules/strtok_r (Makefile.am): Likewise.
2430         * modules/strtol (Makefile.am): Likewise.
2431         * modules/strtoll (Makefile.am): Likewise.
2432         * modules/strtoul (Makefile.am): Likewise.
2433         * modules/strtoull (Makefile.am): Likewise.
2434         * modules/strtoumax (Makefile.am): Likewise.
2435         * modules/strverscmp (Makefile.am): Likewise.
2436         * modules/time_r (Makefile.am): Likewise.
2437         * modules/timegm (Makefile.am): Likewise.
2438         * modules/tmpfile-safer (Makefile.am): Likewise.
2439         * modules/unistd-safer (Makefile.am): Likewise.
2440         * modules/unlinkdir (Makefile.am): Likewise.
2441         * modules/userspec (Makefile.am): Likewise.
2442         * modules/utime (Makefile.am): Likewise.
2443         * modules/utimecmp (Makefile.am): Likewise.
2444         * modules/utimens (Makefile.am): Likewise.
2445         * modules/vasnprintf (Makefile.am): Likewise.
2446         * modules/vasprintf (Makefile.am): Likewise.
2447         * modules/vsnprintf (Makefile.am): Likewise.
2448         * modules/xalloc (Makefile.am): Likewise.
2449         * modules/xgetcwd (Makefile.am): Likewise.
2450         * modules/xnanosleep (Makefile.am): Likewise.
2451         * modules/xreadlink (Makefile.am): Likewise.
2452         * modules/xstrtod (Makefile.am): Likewise.
2453         * modules/xstrtol (Makefile.am): Likewise.
2454         * modules/xstrtold (Makefile.am): Likewise.
2455         * modules/yesno (Makefile.am): Likewise.
2456
2457 2006-10-12  Jim Meyering  <jim@meyering.net>
2458
2459         * m4/getloadavg.m4: Revert the change below.
2460
2461         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
2462         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
2463         fail with a symlink, which is what coreutils' ./bootstrap now
2464         creates by default.
2465
2466 2006-10-12  Bruno Haible  <bruno@clisp.org>
2467
2468         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
2469         mingw.
2470         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
2471         MSVC and mingw explicitly.
2472
2473 2006-10-11  Simon Josefsson  <jas@extundo.com>
2474             Bruno Haible  <bruno@clisp.org>
2475
2476         Add support for multiple gnulib-tool invocations in the scope of a
2477         single configure.ac file.
2478         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
2479         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
2480         with the same contents as the _LIBADD variable.
2481         (func_emit_initmacro_start, func_emit_initmacro_end,
2482         func_emit_initmacro_done): New functions.
2483         (func_import, func_create_testdir): Invoke them. Allow the identifiers
2484         gl_LIBOBJS and gl_LTLIBOBJS.
2485
2486 2006-10-11  Bruno Haible  <bruno@clisp.org>
2487
2488         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
2489         (func_create_testdir): Don't create po/Makefile.am, don't invoke
2490         autoreconf. Instead, invoke autopoint explicitly but move back the
2491         *.m4 files from gnulib.
2492
2493 2006-10-11  Bruno Haible  <bruno@clisp.org>
2494
2495         * gnulib-tool (func_usage): Make module names after --create-testdir
2496         optional.
2497         (func_create_testdir): If no module was specified, use nearly all
2498         modules.
2499
2500 2006-10-12  Jim Meyering  <jim@meyering.net>
2501
2502         Big performance improvement for fts-based tools that use FTS_NOSTAT.
2503         Avoid spurious inode-mismatch problems on non-POSIX file systems.
2504         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
2505         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
2506         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
2507         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
2508         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
2509         (fts_set_stat_required): New function.
2510         (fts_open): Defer the calls to fts_stat, if possible or requested.
2511         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
2512         into fts_stat itself.
2513         (fts_read): Perform any required (deferred) fts_stat call.
2514         (fts_build): Likewise, for the directory we're about to open and read.
2515         In the readdir loop, carefully decide whether each entry will require
2516         an eventual call to fts_stat, using dirent.d_type info if available.
2517         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
2518         a command line argument into this function.  Update all callers.
2519         Map a return value of FTS_DOT to FTS_D for a command line argument.
2520         * modules/fts (Depends-on): Add d-type.  Alphabetize.
2521         Thanks to Miklos Szeredi for his tenacity and for the initial
2522         bug report about "find" failing on a FUSE-based file system.
2523
2524         * lib/fts.c (fts_open): Use consistent indentation.
2525
2526 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2527
2528         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
2529         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
2530         reported by Jim Meyering.  All uses of cache variables renamed
2531         to match Autoconf's.
2532         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
2533         the other one.
2534
2535         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
2536         Fix misspelling in diagnostic.
2537
2538 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2539
2540         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
2541         defined.  Problem reported by Matthew Woehlke.
2542
2543         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2544         Add support for Tandem NonStop R series.
2545         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
2546         Use new macro.
2547
2548         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
2549         (has_trailing_slash): Omit size arg; all callers changed.
2550         Omit 'inline', since it doesn't help performance and we'd
2551         need to configure it.
2552         Don't count //, ///, etc. as having a trailing slash.
2553         As a side effect, this removes a C99ism reported by Matthew Woehlke.
2554         (rpl_rename_dest_slash): On failure, use rename's errno rather
2555         than (in some cases) an incorrect or junk errno.
2556         Simplify code by removing need to compute length; this does
2557         cause it to make two passes instead of one over the file name,
2558         but it's worth it.
2559
2560         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
2561         change, since Autoconf's version may no longer be appropriate now
2562         that we are using CVS Autoconf's version.  Add support for Tandem.
2563
2564 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2565             Bruno Haible  <bruno@clisp.org>
2566
2567         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
2568         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2569         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
2570         gl_AC_TYPE_LONG_LONG.
2571
2572         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
2573         instead of HAVE_LONG_LONG.
2574         * lib/printf-args.c (printf_fetchargs): Likewise.
2575         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
2576         * lib/vasnprintf.c (VASNPRINTF): Likewise.
2577         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
2578         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
2579         gl_AC_TYPE_LONG_LONG.
2580
2581 2006-10-11  Bruno Haible  <bruno@clisp.org>
2582
2583         * m4/longlong.m4: Add comments.
2584         * m4/ulonglong.m4: Likewise.
2585
2586 2006-10-10  Bruno Haible  <bruno@clisp.org>
2587
2588         Make it possible to #define stpcpy, strdup to aliases.
2589         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
2590         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
2591
2592 2006-10-10  Bruno Haible  <bruno@clisp.org>
2593
2594         Make it possible to #define gcd to an alias.
2595         * lib/gcd.c: Include config.h.
2596
2597 2006-10-10  Bruno Haible  <bruno@clisp.org>
2598
2599         Make it possible to #define c_isascii to an alias.
2600         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
2601         defined. Undefine the macros before defining them, to avoid gcc
2602         warnings.
2603         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
2604         define NO_C_CTYPE_MACROS early.
2605
2606 2006-10-10  Bruno Haible  <bruno@clisp.org>
2607
2608         Make it possible to #define set_program_name to an alias.
2609         * lib/progname.c: Don't undefine set_program_name; instead, undefine
2610         ENABLE_RELOCATABLE early.
2611
2612 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
2613
2614         Port to Tandem NSK OSS, which has 64-bit signed int but at most
2615         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
2616         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
2617         More generally, don't assume that 64-bit signed int is available
2618         if unsigned int is, and vice versa.
2619         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
2620         unsigned symbols, not on their signed counterparts.
2621         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
2622         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
2623         (UINT64_C, UINTMAX_C):
2624         Likewise.
2625         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
2626         unsigned counterparts.
2627         (Have_long_long, Unsigned): New macros.
2628         (Int): Renamed from INT.
2629         (strtoimax): Use the new macros.
2630         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
2631         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
2632         * modules/inttypes (inttypes.h): Substitute
2633         HAVE_UNSIGNED_LONG_LONG_INT.
2634         * modules/stdint (stdint.h): Likewise.
2635         (Files): Add m4/ulonglong.m4.
2636
2637 2006-10-10  Bruno Haible  <bruno@clisp.org>
2638
2639         Fix a gcc -Wshadow warning.
2640         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
2641         to 'bucket'.
2642         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
2643         gl_linked_indexof_from_to): Likewise.
2644         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
2645         Likewise.
2646         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
2647         Likewise.
2648         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
2649         Reported by Eric Blake.
2650
2651 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
2652
2653         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
2654         for NetBSD.  Problem reported by Bruno Haible.
2655
2656 2006-10-09  Jim Meyering  <jim@meyering.net>
2657
2658         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
2659         Patch from Bruno Haible.
2660
2661 2006-10-09  Jim Meyering  <jim@meyering.net>
2662
2663         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
2664         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
2665         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
2666
2667 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2668
2669         Don't include <config.h> twice; this doesn't work in some cases,
2670         e.g., when config.h has "#define intmax_t long long int" and
2671         we include <config.h>, <inttypes.h>, <config.h> in that order.
2672         Problem reported by Matthew Woehlke in:
2673         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
2674         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
2675         * lib/fts-cycle.c: Don't include config.h.
2676         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
2677         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
2678         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
2679         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
2680         inttypes.h.
2681         * lib/xstrtoumax.c: Likewise.
2682         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
2683         __strtol and the like, so that this module is more like its siblings.
2684         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
2685         Remove; no longer needed now that we assume gnulib inttypes.h.
2686
2687 2006-10-08  Bruno Haible  <bruno@clisp.org>
2688
2689         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
2690         option.
2691
2692 2006-10-07  Jim Meyering  <jim@meyering.net>
2693
2694         * modules/inttypes (inttypes.h): Revert what seems to have been
2695         an inadvertent part of today's change: use "|", not "/" in the
2696         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
2697
2698 2006-10-07  Bruno Haible  <bruno@clisp.org>
2699
2700         * modules/sublist: New file.
2701
2702 2006-10-07  Bruno Haible  <bruno@clisp.org>
2703
2704         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
2705         * modules/argz (argz.h): Likewise.
2706         * modules/arpa_inet (arpa/inet.h): Likewise.
2707         * modules/byteswap (byteswap.h): Likewise.
2708         * modules/configmake (configmake.h): Likewise.
2709         * modules/fcntl (fcntl.h): Likewise.
2710         * modules/fnmatch (fnmatch.h): Likewise.
2711         * modules/getopt (getopt.h): Likewise.
2712         * modules/glob (glob.h): Likewise.
2713         * modules/inttypes (inttypes.h): Likewise.
2714         * modules/netinet_in (netinet/in.h): Likewise.
2715         * modules/poll (poll.h): Likewise.
2716         * modules/stdbool (stdbool.h): Likewise.
2717         * modules/stdint (stdint.h): Likewise.
2718         * modules/sys_select (sys/select.h): Likewise.
2719         * modules/sys_socket (sys/socket.h): Likewise.
2720         * modules/sys_stat (sys/stat.h): Likewise.
2721         * modules/sysexits (sysexits.h): Likewise.
2722         * modules/unistd (unistd.h): Likewise.
2723         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2724         Add a "DO NOT EDIT" comment to the generated file.
2725         (func_import): Likewise for gnulib-comp.m4.
2726
2727 2006-10-07  Bruno Haible  <bruno@clisp.org>
2728
2729         * lib/gl_sublist.h: New file.
2730         * lib/gl_sublist.c: New file.
2731
2732 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
2733
2734         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
2735         name (relative to the original working directory) and the file
2736         name component (relative to the temporary working directory).  All
2737         callers changed.
2738         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
2739         * lib/mkdir-p.c (make_dir_parents): Likewise.
2740         * lib/mkdir-p.h (make_dir_parents): Likewise.
2741
2742 2006-10-06  Eric Blake  <ebb9@byu.net>
2743
2744         Define several macros for use by the clean-temp module.
2745         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
2746         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
2747         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
2748
2749         * lib/clean-temp.h (close_stream_temp): New declaration.
2750         * lib/clean-temp.c (includes): Pull in headers according to what
2751         other modules are in use.
2752         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
2753
2754 2006-10-06  Bruno Haible  <bruno@clisp.org>
2755
2756         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
2757         instead of fopen, fwriteerror.
2758
2759 2006-10-06  Bruno Haible  <bruno@clisp.org>
2760
2761         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
2762         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
2763         int.
2764         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
2765         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
2766         Return an error indicator.
2767         Suggested by Eric Blake.
2768
2769 2006-10-06  Bruno Haible  <bruno@clisp.org>
2770
2771         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
2772         Reported by Eric Blake.
2773
2774 2006-10-06  Bruno Haible  <bruno@clisp.org>
2775
2776         * modules/closeout (Description): Mention stderr too.
2777
2778 2006-10-06  Bruno Haible  <bruno@clisp.org>
2779         and Paul Eggert  <eggert@cs.ucla.edu>
2780
2781         * lib/closeout.c (close_stdout): Also close stderr.
2782         * lib/closeout.h: Update comment.
2783
2784 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2785
2786         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
2787         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
2788         * lib/dirchownmod.c: Include lchown.h.
2789         * lib/lchown.c: Don't include files that lchown.h now includes.
2790         Don't declare chown, since lchown.h now does that.
2791         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
2792         (lchown): Define to rpl_chown if lchown is declared but
2793         does not exist.  Declare using a prototype if lchown is not
2794         declared.  Add a copyright notice.
2795         * lib/mkstemp.h: Include <unistd.h>.
2796         * lib/openat.c: Include lchown.h.
2797
2798         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
2799         we now test for that separately.
2800         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
2801         rather than O_NOFOLLOW, when testing whether it's possible to
2802         avoid a race condition reliably.
2803         * lib/savewd.c (savewd_chdir): Likewise.
2804
2805         Remove macros that are no longer needed now that stdint.h is
2806         reliable.
2807         * lib/fsusage.c (UINTMAX_MAX): Remove.
2808         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
2809         * lib/utimecmp.c (SIZE_MAX): Remove.
2810
2811         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
2812
2813         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
2814         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
2815         O_NOATIME works.
2816
2817 2006-10-05  Bruno Haible  <bruno@clisp.org>
2818
2819         * lib/gl_list.h (gl_sortedlist_search_from_to,
2820         gl_sortedlist_indexof_from_to): New declarations.
2821         (gl_list_implementation): New fields sortedlist_search_from_to,
2822         sortedlist_indexof_from_to.
2823         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
2824         inline functions.
2825         * lib/gl_list.c (gl_sortedlist_search_from_to,
2826         gl_sortedlist_indexof_from_to): New functions.
2827         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
2828         function.
2829         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
2830         (gl_array_sortedlist_search_from_to): New function.
2831         (gl_array_list_implementation): Update.
2832         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
2833         function.
2834         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
2835         (gl_carray_sortedlist_search_from_to): New function.
2836         (gl_carray_list_implementation): Update.
2837         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
2838         gl_linked_sortedlist_indexof_from_to): New functions.
2839         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2840         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2841         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
2842         gl_tree_sortedlist_indexof_from_to): New functions.
2843         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2844         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2845         Update.
2846         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2847         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
2848         Update.
2849
2850 2006-10-05  Bruno Haible  <bruno@clisp.org>
2851
2852         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
2853         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
2854         (struct gl_list_implementation): Add fields search_from_to,
2855         indexof_from_to. Remove fields search, indexof.
2856         (gl_list_search): Use the search_from_to method.
2857         (gl_list_search_from, gl_list_search_from_to): New functions.
2858         (gl_list_indexof): Use the indexof_from_to method.
2859         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2860         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
2861         (gl_list_search_from, gl_list_search_from_to): New functions.
2862         (gl_list_indexof): Use the indexof_from_to method.
2863         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2864         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
2865         gl_array_indexof. Add start_index, end_index arguments.
2866         (gl_array_search_from_to): Renamed from gl_array_search. Add
2867         start_index, end_index arguments.
2868         (gl_array_remove, gl_array_list_implementation): Update.
2869         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
2870         gl_carray_indexof. Add start_index, end_index arguments.
2871         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
2872         start_index, end_index arguments.
2873         (gl_carray_remove, gl_carray_list_implementation): Update.
2874         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
2875         gl_linked_search. Add start_index, end_index arguments.
2876         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
2877         start_index, end_index arguments.
2878         (gl_linked_remove): Update.
2879         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2880         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2881         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
2882         field to 'size_t'.
2883         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
2884         gl_tree_search. Add start_index, end_index arguments.
2885         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2886         start_index, end_index arguments.
2887         (gl_tree_remove): Update.
2888         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2889         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2890         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
2891         function.
2892         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
2893         gl_tree_search. Add start_index, end_index arguments.
2894         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2895         start_index, end_index arguments.
2896         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2897         Update.
2898         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2899
2900 2006-10-05  Bruno Haible  <bruno@clisp.org>
2901
2902         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
2903
2904         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
2905         fwriteerror_temp): New declarations.
2906         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
2907         (descriptors): New variable.
2908         (cleanup): First, close the descriptors.
2909         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
2910         fclose_temp, fwriteerror_temp): New functions.
2911
2912 2006-10-04  Jim Meyering  <jim@meyering.net>
2913
2914         * lib/fts.c (fts_open): Tiny comment change.
2915
2916 2006-10-04  Bruno Haible  <bruno@clisp.org>
2917
2918         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
2919         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
2920         gl_LOCK_BODY.
2921         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
2922         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
2923         gl_LOCK_EARLY_BODY.
2924         (gl_LOCK): Require gl_LOCK_BODY.
2925
2926 2006-10-04  Bruno Haible  <bruno@clisp.org>
2927
2928         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
2929         (gl_oset_search_atleast): New declaration.
2930         (struct gl_oset_implementation): Add field 'search_atleast'.
2931         (gl_oset_search_atleast): New inline function.
2932         * lib/gl_oset.c (gl_oset_search_atleast): New function.
2933         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
2934         (gl_array_oset_implementation): Update.
2935         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
2936         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
2937         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
2938
2939 2006-10-04  Bruno Haible  <bruno@clisp.org>
2940
2941         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
2942
2943 2006-10-03  Bruno Haible  <bruno@clisp.org>
2944
2945         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
2946         from gl_avltreehash_list_implementation.
2947
2948 2006-10-03  Bruno Haible  <bruno@clisp.org>
2949
2950         * lib/gl_oset.c (gl_oset_add): Fix return type.
2951
2952 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
2953
2954         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
2955
2956 2006-10-02  Eric Blake  <ebb9@byu.net>
2957
2958         * modules/strnlen (Depends-on): Add extensions.
2959
2960 2006-10-02  Eric Blake  <ebb9@byu.net>
2961
2962         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
2963         definition in 2.60+.
2964
2965 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
2966
2967         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
2968         checks.
2969
2970 2006-10-02  Bruno Haible  <bruno@clisp.org>
2971
2972         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
2973         to the AUTOMAKE_OPTIONS.
2974         Reported by Jim Meyering.
2975
2976 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
2977
2978         Work around bug in Solaris 10 /proc file system:
2979         /proc/self/fd/NNN/.. isn't the parent directory of
2980         the directory whose file descriptor is NNN.  This needs to
2981         be worked around at run time, not compile time, since a
2982         program might be built on Solaris 8, where things work, and
2983         run on Solaris 10.
2984         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
2985         to use the following interface instead:
2986         (OPENAT_BUFFER_SIZE): New macro.
2987         (openat_proc_name): New function.
2988         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
2989         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
2990         Likewise.
2991         * lib/openat-proc.c: New file.
2992         * modules/openat (Files): Add lib/openat-proc.c.
2993         (Depends-on): Add same-inode, stdbool.
2994         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
2995
2996 2006-09-29  Bruno Haible  <bruno@clisp.org>
2997
2998         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
2999         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
3000         argument. Set stdout_closed before testing for ferror, not after.
3001         (fwriteerror, fwriteerror_no_ebadf): New functions.
3002
3003 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3004
3005         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
3006
3007 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
3008
3009         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
3010         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
3011
3012 2006-09-28  Jim Meyering  <jim@meyering.net>
3013
3014         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
3015         Include <unistd.h>.
3016
3017 2006-09-28  Bruno Haible  <bruno@clisp.org>
3018
3019         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
3020         * modules/linkedhash-list (Depends-on): Likewise.
3021         * modules/rbtreehash-list (Depends-on): Likewise.
3022
3023 2006-09-28  Bruno Haible  <bruno@clisp.org>
3024
3025         * lib/strndup.h: Simplify the redefinition of strndup.
3026         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
3027         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
3028
3029 2006-09-28  Bruno Haible  <bruno@clisp.org>
3030
3031         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
3032         * lib/gl_linkedhash_list.c: Likewise.
3033         * lib/gl_rbtreehash_list.c: Likewise.
3034
3035 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
3036
3037         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
3038         getaddrinfo.
3039
3040         * lib/__fpending.h: Don't include <stdio_ext.h> unless
3041         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
3042         it causes <stdio_ext.h> to cause a compile-time error.
3043         Problem reported by Nelson H. F. Beebe.
3044         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
3045         of HAVE_DECL___PENDING.
3046
3047         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
3048         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
3049         declaration.
3050
3051 2006-09-27  Jim Meyering  <jim@meyering.net>
3052
3053         This file could end up with a definition for a function
3054         named __strndup, rather than rpl_strndup on a system with
3055         incomplete weak_alias support.
3056         * lib/strndup.c (strndup): Rename from __strndup.
3057         Remove #defines that used to map __strndup to strndup.
3058         Don't use K&R prototypes.
3059         Remove LIBC-related code, since this file is not sync'd with glibc.
3060         * lib/strndup.h: Revamp, accordingly.
3061         * m4/strndup.m4: Modernize.
3062
3063 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3064
3065         * modules/savewd (Depends-on): Add 'raise'.
3066         * lib/savewd.c: Include <signal.h>, for 'raise'.
3067
3068 2006-09-26  Jim Meyering  <jim@meyering.net>
3069
3070         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
3071         when we detect Darwin 8.7.0's acl_get_file bug.
3072         Rearrange to perform the new (below) run-test while $LIBS
3073         contains any acl-related library.  Set USE_ACL at the end.
3074         (gl_ACL_GET_FILE): New function.
3075
3076 2006-09-26  Eric Blake  <ebb9@byu.net>
3077
3078         * lib/verror.c: Include <config.h> unconditionally.
3079
3080 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3081
3082         * modules/clock-time (Maintainer): Add self.
3083         * modules/getlogin_r (Depends-on): Add extensions.
3084
3085 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3086
3087         * modules/clock-time: New module.
3088         * modules/nanosleep (Depends-on): Add clock-time.
3089         * modules/gethrxtime (Depends-on): Likewise.
3090         * modules/gettime (Depends-on): Likewise.
3091         * modules/settime (Depends-on): Likewise.
3092
3093         * modules/fts-lgpl: Depend on openat.
3094         * modules/mkancesdirs: Depend on savewd.
3095         * modules/mkdir-p: Likewise.
3096
3097 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3098
3099         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
3100
3101         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
3102         `gl_have_arbitrary_file_name_length_limit' to
3103         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
3104         actually works between configure runs.
3105
3106 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3107             Bruno Haible  <bruno@clisp.org>
3108
3109         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
3110
3111 2006-09-25  Jim Meyering  <jim@meyering.net>
3112
3113         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
3114         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
3115
3116 2006-09-25  Eric Blake  <ebb9@byu.net>
3117
3118         * gnulib-tool (func_import, func_create_testdir): Fix typos in
3119         exec's in 2006-09-18 patch when shuffling fds.
3120
3121 2006-09-25  Bruno Haible  <bruno@clisp.org>
3122
3123         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
3124         Reported by Jim Meyering.
3125
3126 2006-09-24  Jim Meyering  <jim@meyering.net>
3127
3128         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
3129         compare a pointer against a literal "0".  That caused failures with
3130         at least HP-UX's hpcc.
3131
3132 2006-09-22  Simon Josefsson  <jas@extundo.com>
3133
3134         * modules/gc-sha1:
3135         * modules/gc-md4:
3136         * modules/gc-hmac-sha1:
3137         * modules/gc-hmac-md5:
3138         * modules/gc-des:
3139         * modules/gc-arcfour: Distribute more files.
3140
3141 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3142
3143         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
3144         (gl_linked_iterator_from_to): Initialize struct completely.
3145         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
3146         (gl_tree_iterator_from_to): Likewise
3147         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
3148         * lib/gl_array_list.c [lint] (gl_array_iterator)
3149         (gl_array_iterator_from_to): Likewise.
3150         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
3151         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
3152         (gl_carray_iterator_from_to): Likewise.
3153
3154         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
3155         * lib/md4.c (md4_process_block): Remove unused variable.
3156         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
3157         parentheses for clarity.
3158
3159 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3160
3161         * modules/bison-i18n (Depends-on): Add gettext.
3162
3163 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3164
3165         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
3166         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3167         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
3168         also add missing comma that caused broken test.
3169         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
3170         stdlib.h, for `abort'.
3171         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
3172         variables.
3173         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
3174         include unistd.h if present, for `rmdir'.
3175         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
3176         variables.
3177         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
3178         in the process include standard headers for prototypes.
3179         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
3180         gets declared on GNU/Linux.
3181         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
3182         unistd.h, for `rmdir'.
3183         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
3184
3185         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
3186         always true.
3187         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
3188
3189         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
3190
3191 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3192
3193         * gnulib-tool (func_version): Create output all at once.  This
3194         may help avoid triggering unnecessary SIGPIPEs, and at any
3195         rate it doesn't hurt.
3196
3197 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3198             Bruno Haible  <bruno@clisp.org>
3199
3200         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
3201         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3202         * m4/signed.m4 (bh_C_SIGNED): Likewise.
3203
3204         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
3205         (gl_FUNC_VASPRINTF): Invoke it.
3206
3207 2006-09-22  Bruno Haible  <bruno@clisp.org>
3208
3209         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
3210         getloadavg.c as first argument.
3211
3212 2006-09-22  Bruno Haible  <bruno@clisp.org>
3213
3214         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
3215         at the beginning of the gl_INIT macro.
3216         * modules/getloadavg (configure.ac): Pass $gl_source_base to
3217         gl_GETLOADAVG.
3218
3219 2006-09-22  Bruno Haible  <bruno@clisp.org>
3220
3221         * gnulib-tool (func_create_megatestdir): Don't include the config-h
3222         module.
3223         Suggested by Ralf Wildenhues.
3224
3225 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
3226
3227         Import this patch from libc:
3228
3229         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3230
3231         * lib/regex_internal.c (re_string_reconstruct): Handle
3232         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3233         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3234         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3235         re_string_context_at.
3236
3237         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
3238         now requires it.
3239         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
3240         gl_REGEX now does it for us.
3241         (gl_REGEX): Add test taken from
3242         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
3243
3244         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
3245         Check that large offsets work.  Modernize Autoconf usages.
3246         Prefer "yes" to mean a good thing rather than a bad.
3247         Don't put "#define mkstemp" in config.h, as this might interfere
3248         with standard system headers that "#define mkstemp mkstemp64".
3249
3250         * modules/mkstemp (Depends-on): Add extensions, so that
3251         mkstemp is visible on some platforms.
3252         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
3253         (Include): Change to "mkstemp.h" from <stdlib.h>.
3254         (Files): Add mkstemp.h.
3255
3256         * lib/mkstemp.h: New file, since some standard headers
3257         #define mkstemp.
3258         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
3259         Include "mkstemp.h".
3260         Make the _LIBC code resemble glibc original more,
3261         e.g., use K&R style.
3262         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
3263         (mkstemp): Remove, since mkstemp.h does this for us.
3264         * lib/stdlib--.h: Include mkstemp.h.
3265
3266         Import this patch from libc:
3267
3268         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3269
3270         * lib/tempname.c (__gen_tempname): Change attempts_min
3271         into a macro.  Use preprocessor to decide how to initialize
3272         attempts [Coverity CID 67].
3273
3274 2006-09-20  Bruno Haible  <bruno@clisp.org>
3275
3276         * lib/mkdtemp.c: Import from libc.
3277         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3278                 * sysdeps/posix/tempname.c (__gen_tempname): Change
3279                 attempts_min into a macro.  Use preprocessor to decide how to
3280                 initialize attempts [Coverity CID 67].
3281         2001-11-27  Paul Eggert  <eggert@twinsun.com>
3282                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
3283                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
3284
3285 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3286
3287         * gnulib-tool (func_exit): New function, to allow to pass the
3288         exit status portably through the trap.  Use everywhere.
3289         (--help, --version): Signal a write error.
3290         (trap): catch SIGPIPE, for write errors.
3291         Exit at the end of the trap, with the correct exit status.
3292
3293 2006-09-19  Karl Berry  <karl@gnu.org>
3294
3295         * doc/gnulib.texi: note about the license texinfo files.
3296
3297 2006-09-19  Eric Blake  <ebb9@byu.net>
3298
3299         * gnulib-tool: Avoid space-tab.
3300
3301 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3302
3303         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
3304         that prevented coreutils 6.1 from building.  Problem reported
3305         by Petter Reinholdtsen.
3306
3307 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3308
3309         * gnulib-tool (avoidlist): Fix typo that broke options like
3310         --avoid=lock that are used by coreutils bootstrap.
3311
3312 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
3313
3314         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
3315         more systematically.
3316
3317 2006-09-18  Jim Meyering  <jim@meyering.net>
3318
3319         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
3320
3321 2006-09-18  Bruno Haible  <bruno@clisp.org>
3322
3323         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
3324
3325 2006-09-18  Bruno Haible  <bruno@clisp.org>
3326
3327         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
3328         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
3329         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
3330         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
3331         * m4/gettext.m4: Require autoconf >= 2.52.
3332         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
3333         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
3334         of gl_cv_header_inttypes_h.
3335
3336 2006-09-18  Bruno Haible  <bruno@clisp.org>
3337
3338         * lib/javaversion.c: Include configmake.h.
3339
3340 2006-09-18  Bruno Haible  <bruno@clisp.org>
3341
3342         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
3343         avoid that the while loops be executed in a subshell.
3344
3345 2006-09-18  Bruno Haible  <bruno@clisp.org>
3346
3347         * MODULES.html.sh (func_module): Break long lines.
3348         Suggested by Bruce Korb <bkorb@gnu.org>.
3349
3350 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3351
3352         Speed up by a factor of 1.12.
3353         * gnulib-tool (nl): New variable.
3354         (func_import): Rewrite include directive extraction to only read each
3355         directive once.
3356
3357 2006-09-17  Bruno Haible  <bruno@clisp.org>
3358
3359         * modules/javaversion (Makefile.am): Remove DEFS setting.
3360         (Depends-on): Add configmake, for PKGDATADIR definition.
3361
3362 2006-09-17  Bruno Haible  <bruno@clisp.org>
3363
3364         * gnulib-tool (func_create_testdir): Rewrite all files at once.
3365
3366 2006-09-17  Bruno Haible  <bruno@clisp.org>
3367
3368         * gnulib-tool (func_append): New function, stolen from libtool.m4.
3369         (func_modules_transitive_closure, func_modules_add_dummy,
3370         func_modules_to_filelist, func_import, func_create_testdir,
3371         func_create_megatestdir, ...): Use it wherever possible.
3372         Suggested by Ralf Wildenhues.
3373
3374 2006-09-16  Karl Berry  <karl@gnu.org>
3375
3376         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
3377         to avoid sectioning errors.
3378         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
3379         [ifinfo]: blank line after @center-ed titles.
3380         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
3381         Spell FSF address consistently with others.
3382         (These changes approved by rms.)
3383
3384 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3385
3386         Speed up by a factor of 1.61.
3387         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
3388         already checked module names again.
3389
3390 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3391
3392         Speed up by a factor of 1.13.
3393         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
3394         for new_files, and the input to func_add_or_update.
3395
3396 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3397
3398         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
3399         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
3400
3401 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3402
3403         * modules/mkancesdirs (Depends-on): Add fcntl.
3404         * modules/savewd: New file.
3405         * MODULES.html.sh (File system functions): Add savewd.
3406
3407         * modules/configmake (Makefile.am): Add support for the
3408         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
3409
3410 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3411
3412         * m4/savewd.m4: New file.
3413
3414 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3415
3416         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
3417         (dirchownmod): New arg FD.  All callers changed.
3418         Use FD rather than opening the directory ourself, as opening is
3419         now the caller's responsibility.
3420         * lib/dirchownmod.h: Likewise.
3421         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
3422         hosts that require <sys/types.h> before <sys/stat.h>.  Include
3423         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
3424         (test_dir): Remove.
3425         (mkancesdirs): Return length of prefix of FILE that has already
3426         been made, or -2 if there is a child doing the work.  Redo
3427         algorithm so that it is O(N) rather than O(N**2).  Optimize away
3428         ".", and treat ".." specially since it might stray back into
3429         already-created areas.  Use a subprocess if necessary.  New arg
3430         WD; all users changed.  MAKE_DIR function should now return 1
3431         if it creates a directory that is not readable.  Return -2 if
3432         a child process is spun off.
3433         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
3434         Adjust signature to match code.
3435         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
3436         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
3437         all users changed.
3438         * lib/savewd.c, lib/savewd.h: New files.
3439
3440 2006-09-15  Jim Meyering  <jim@meyering.net>
3441
3442         * modules/rename-dest-slash: New module.
3443         * MODULES.html.sh (posix_compat): Add it here.
3444
3445         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
3446
3447 2006-09-15  Jim Meyering  <jim@meyering.net>
3448
3449         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
3450         file.
3451
3452         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
3453
3454 2006-09-15  Jim Meyering  <jim@meyering.net>
3455
3456         * lib/rename-dest-slash.c (has_trailing_slash): Use
3457         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
3458         (rpl_rename_dest_slash): Perform the cheaper trailing slash
3459         test before testing whether SRC is a directory.
3460         Suggestions from Bruno Haible.
3461
3462         Avoid a warning about an unused variable.
3463         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
3464         into the #ifdef block where it's used.
3465
3466         * lib/rename-dest-slash.c: New file.
3467
3468 2006-09-14  Bruno Haible  <bruno@clisp.org>
3469
3470         * lib/allocsa.c: Include <config.h> unconditionally.
3471         * lib/asnprintf.c: Likewise.
3472         * lib/asprintf.c: Likewise.
3473         * lib/c-strcasecmp.c: Likewise.
3474         * lib/c-strcasestr.c: Likewise.
3475         * lib/c-strncasecmp.c: Likewise.
3476         * lib/c-strstr.c: Likewise.
3477         * lib/classpath.c: Likewise.
3478         * lib/clean-temp.c: Likewise.
3479         * lib/concatpath.c: Likewise.
3480         * lib/copy-file.c: Likewise.
3481         * lib/csharpcomp.c: Likewise.
3482         * lib/csharpexec.c: Likewise.
3483         * lib/execute.c: Likewise.
3484         * lib/fatal-signal.c: Likewise.
3485         * lib/findprog.c: Likewise.
3486         * lib/fwriteerror.c: Likewise.
3487         * lib/gl_array_list.c: Likewise.
3488         * lib/gl_array_oset.c: Likewise.
3489         * lib/gl_avltree_list.c: Likewise.
3490         * lib/gl_avltree_oset.c: Likewise.
3491         * lib/gl_avltreehash_list.c: Likewise.
3492         * lib/gl_carray_list.c: Likewise.
3493         * lib/gl_linked_list.c: Likewise.
3494         * lib/gl_linkedhash_list.c: Likewise.
3495         * lib/gl_list.c: Likewise.
3496         * lib/gl_oset.c: Likewise.
3497         * lib/gl_rbtree_list.c: Likewise.
3498         * lib/gl_rbtree_oset.c: Likewise.
3499         * lib/gl_rbtreehash_list.c: Likewise.
3500         * lib/imaxabs.c: Likewise.
3501         * lib/imaxdiv.c: Likewise.
3502         * lib/javacomp.c: Likewise.
3503         * lib/javaexec.c: Likewise.
3504         * lib/javaversion.c: Likewise.
3505         * lib/linebreak.c: Likewise.
3506         * lib/localcharset.c: Likewise.
3507         * lib/lock.c: Likewise.
3508         * lib/mbchar.c: Likewise.
3509         * lib/mbswidth.c: Likewise.
3510         * lib/mkdtemp.c: Likewise.
3511         * lib/pipe.c: Likewise.
3512         * lib/printf-args.c: Likewise.
3513         * lib/printf-parse.c: Likewise.
3514         * lib/progname.c: Likewise.
3515         * lib/progreloc.c: Likewise.
3516         * lib/readlink.c: Likewise.
3517         * lib/sh-quote.c: Likewise.
3518         * lib/stpcpy.c: Likewise.
3519         * lib/stpncpy.c: Likewise.
3520         * lib/strcasecmp.c: Likewise.
3521         * lib/strcasestr.c: Likewise.
3522         * lib/strcspn.c: Likewise.
3523         * lib/striconv.c: Likewise.
3524         * lib/strncasecmp.c: Likewise.
3525         * lib/strnlen1.c: Likewise.
3526         * lib/strstr.c: Likewise.
3527         * lib/strtok_r.c: Likewise.
3528         * lib/tls.c: Likewise.
3529         * lib/tmpdir.c: Likewise.
3530         * lib/unicodeio.c: Likewise.
3531         * lib/unsetenv.c: Likewise.
3532         * lib/vasnprintf.c: Likewise.
3533         * lib/vasprintf.c: Likewise.
3534         * lib/wait-process.c: Likewise.
3535         * lib/xallocsa.c: Likewise.
3536         * lib/xsetenv.c: Likewise.
3537         * lib/xstriconv.c: Likewise.
3538
3539 2006-09-13  Simon Josefsson  <jas@extundo.com>
3540
3541         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
3542         that internally, suggested by Ralf Wildenhues
3543         <Ralf.Wildenhues@gmx.de>.
3544
3545 2006-09-13  Simon Josefsson  <jas@extundo.com>
3546
3547         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
3548         @LIBOBJS@.
3549         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3550
3551 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3552
3553         * lib/_fpending.c: Include <config.h> unconditionally, since we no
3554         longer worry about uses that don't define HAVE_CONFIG_H.
3555         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
3556         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
3557         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
3558         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
3559         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
3560         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
3561         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
3562         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
3563         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
3564         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
3565         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
3566         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
3567         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
3568         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
3569         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
3570         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
3571         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
3572         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
3573         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
3574         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
3575         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
3576         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
3577         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
3578         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
3579         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
3580         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
3581         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
3582         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
3583         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
3584         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
3585         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
3586         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
3587         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
3588         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
3589         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
3590         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
3591         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
3592         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
3593         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
3594         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
3595         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
3596         Likewise.
3597
3598 2006-09-13  Eric Blake  <ebb9@byu.net>
3599
3600         * lib/getopt.c: Fix typo in last commit.
3601
3602 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3603
3604         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
3605         dgettext.
3606
3607 2006-09-12  Jim Meyering  <jim@meyering.net>
3608
3609         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
3610         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
3611         Reported by Nelson H. F. Beebe.
3612
3613 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3614
3615         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
3616         program_invocation_name and program_invocation_short_name are
3617         initialized.
3618         * lib/argp-namefrob.h: Move declarations of program_invocation_name
3619         and program_invocation_short_name to argp.h, so they are visible
3620         to user programs.
3621         * lib/argp.h: Likewise
3622
3623 2006-09-10  Bruno Haible  <bruno@clisp.org>
3624
3625         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3626         m4/inttypes_h.m4, m4/uintmax_t.m4.
3627
3628 2006-09-10  Bruno Haible  <bruno@clisp.org>
3629
3630         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
3631         gl_AC_TYPE_UINTMAX_T.
3632
3633 2006-09-10  Bruno Haible  <bruno@clisp.org>
3634
3635         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
3636
3637 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
3638
3639         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
3640         convention.  Text proposed by Bruno Haible.
3641         (struct argp_option): Document the use of N_() wrappers.
3642
3643         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
3644         '\v', and translate the two parts separately, instead of feeding
3645         the whole string to gettext.  This allows to exclude
3646         '\v' from the strings visible to the translator by writing doc
3647         strings as N_("..") "\v" N_("..").
3648
3649 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
3650
3651         * config/srclist.txt: Undo latest change; the bug was fixed.
3652
3653 2006-09-09  Bruno Haible  <bruno@clisp.org>
3654
3655         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
3656         assignments if building a library without libtool.
3657         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
3658         in func_emit_lib_Makefile_am.
3659         (func_import): When building a static library libfoo.a, arrange to
3660         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
3661         (func_create_testdir): Likewise.
3662         * modules/gc (configure.ac, Makefile.am): If building statically,
3663         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
3664         * modules/iconvme (configure.ac, Makefile.am): Likewise.
3665         * modules/striconv (configure.ac, Makefile.am): Likewise.
3666         Based on a suggestion by Ralf Wildenhues.
3667
3668 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3669
3670         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3671         Check for unistd.h too, since Autoconf doesn't assume POSIX.
3672         Also:
3673
3674         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3675         Add year_2050_test to catch glibc bug 2821
3676         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3677
3678         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3679         Prefer #ifdef to #if.
3680
3681         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3682         Return from 'main' instead of calling 'exit'.
3683
3684 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3685
3686         * lib/mktime.c (guess_time_tm): Fix bug where mktime
3687         returned the maximum time_t value rather than (time_t) -1.
3688         Problem originally reported by William Bardwell
3689         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3690
3691         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3692         Moved to here ...
3693         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3694         ... from here.
3695
3696 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3697
3698         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
3699         2821 is fixed.
3700
3701 2006-09-08  Jim Meyering  <jim@meyering.net>
3702
3703         Don't make generated files read-only.  That would bother too many
3704         people.  However, do retain the ability to work when targets are
3705         read-only: remove the destination and temporary files before writing
3706         them (when generated via sed or echo), or by using the -f option for
3707         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
3708         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3709         * modules/byteswap, modules/configmake, modules/fcntl:
3710         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3711         * modules/localcharset, modules/netinet_in, modules/poll:
3712         * modules/stdbool, modules/stdint, modules/sys_select:
3713         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3714
3715 2006-09-08  Jim Meyering  <jim@meyering.net>
3716
3717         Avoid new build failure on FreeBSD 6.0.
3718         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
3719         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
3720         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
3721
3722 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3723
3724         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
3725
3726 2006-09-07  Jim Meyering  <jim@meyering.net>
3727
3728         Fix global typo in last change: use chmod u-w, not chmod u-x.
3729         Spotted by Paul Eggert and Bruce Korb.
3730         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3731         * modules/byteswap, modules/configmake, modules/fcntl:
3732         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3733         * modules/localcharset, modules/netinet_in, modules/poll:
3734         * modules/stdbool, modules/stdint, modules/sys_select:
3735         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3736
3737 2006-09-06  Jim Meyering  <jim@meyering.net>
3738
3739         Make generated files be read-only.
3740         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
3741         Ensure that each generated file is now read-only.
3742         * modules/argz: Likewise.
3743         * modules/arpa_inet: Likewise.
3744         * modules/byteswap: Likewise.
3745         * modules/configmake: Likewise.
3746         * modules/fcntl: Likewise.
3747         * modules/fnmatch: Likewise.
3748         * modules/getopt: Likewise.
3749         * modules/glob: Likewise.
3750         * modules/inttypes: Likewise.
3751         * modules/netinet_in: Likewise.
3752         * modules/poll: Likewise.
3753         * modules/stdbool: Likewise.
3754         * modules/stdint: Likewise.
3755         * modules/sys_select: Likewise.
3756         * modules/sys_socket: Likewise.
3757         * modules/sys_stat: Likewise.
3758         * modules/sysexits: Likewise.
3759         * modules/localcharset: Same as above, but continue using temporary
3760         file named "t-$@" (why different?) rather than the "$@-t" used
3761         everywhere else.
3762
3763         * modules/sysexits (Makefile.am): Replace literal occurrences
3764         of "sysexit.h" more readable, and more consistent, "$@".
3765
3766 2006-09-06  Bruno Haible  <bruno@clisp.org>
3767
3768         * modules/striconv: New file.
3769         * modules/xstriconv: New file.
3770         * MODULES.html.sh (Internationalization functions): Add striconv,
3771         xstriconv.
3772
3773 2006-09-06  Bruno Haible  <bruno@clisp.org>
3774
3775         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
3776         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
3777         not using libtool correctly.
3778
3779 2006-09-06  Bruno Haible  <bruno@clisp.org>
3780
3781         * lib/striconv.h: New file.
3782         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
3783         iconvstring.c.
3784         * lib/xstriconv.h: New file.
3785         * lib/xstriconv.c: New file.
3786
3787 2006-09-06  Bruno Haible  <bruno@clisp.org>
3788
3789         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3790         lib_..._LDFLAGS.
3791
3792 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3793
3794         * lib/argz_.h: Sync from Libtool.
3795
3796         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
3797                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3798
3799         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
3800
3801 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3802
3803         * modules/trim: New file.
3804
3805 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3806
3807         * lib/trim.h: New file.
3808         * lib/trim.c: New file.
3809
3810 2006-09-05  Bruno Haible  <bruno@clisp.org>
3811
3812         * MODULES.html.sh (String handling): Add trim.
3813
3814 2006-09-04  Karl Berry  <karl@gnu.org>
3815
3816         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
3817         until next release.
3818
3819 2006-09-03  Bruno Haible  <bruno@clisp.org>
3820
3821         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
3822         correctly.
3823
3824 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3825
3826         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
3827         not gl_GETLOADAVG.  Omit unneeded semicolons.
3828         Problems reported by Ralf Wildenhues in
3829         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3830         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
3831         at the end, which is the usual gnulib style.
3832
3833         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
3834         of doing all the work ourselves.
3835         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
3836         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
3837
3838 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3839
3840         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
3841         Problem reported by Ralf Wildenhues in
3842         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3843
3844         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
3845         HAVE_STRUCT_STATFS_F_FSTYPENAME.
3846
3847 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3848
3849         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
3850         yesterday's patch by changing test -n to test -z.
3851
3852 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3853
3854         * modules/getloadavg (Files): Add m4/getloadavg.m4.
3855         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
3856         the former is now obsolescent.
3857
3858         * modules/chdir-long (Depends-on): Add fcntl.
3859
3860 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3861
3862         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
3863         obsolescent, and programs should use gnulib instead.
3864         * m4/getloadavg.m4: New file, with contents taken from Autoconf
3865         but with prefixes changed.
3866
3867 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3868
3869         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
3870         or stdbool.h, because they might not exist while configuring.
3871
3872         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
3873         Don't include unistd.h or limits.h; not needed, since chdir-long.h
3874         does that for us.
3875         (O_DIRECTORY): Remove.
3876
3877 2006-08-31  Eric Blake  <ebb9@byu.net>
3878
3879         * gnulib-tool: Don't let emacs change spaces to TAB.
3880
3881 2006-08-31  Bruno Haible  <bruno@clisp.org>
3882
3883         * gnulib-tool: When calling func_import more than once, do it in a
3884         subshell.
3885         Reported by Eric Blake <ebb9@byu.net>.
3886
3887 2006-08-31  Bruno Haible  <bruno@clisp.org>
3888
3889         * gnulib-tool (nl): Remove variable.
3890         (sed_transform_lib_file): Use more robust test for config-h module.
3891         (func_import): Fix typo in 2006-08-25 patch.
3892
3893 2006-08-31  Bruno Haible  <bruno@clisp.org>
3894
3895         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
3896         specified, augment Makefile.am variables instead of assigning them.
3897
3898 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3899
3900         Work around a bug in both the Linux and SunOS 64-bit kernels:
3901         nanosleep mishandles sleeps for longer than 2**31 seconds.
3902         Problem reported by Frank v Waveren in
3903         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3904         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
3905         Check for nanosleep bug.
3906         (LIB_NANOSLEEP): Append clock_gettime library if needed.
3907
3908 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3909
3910         Work around a bug in both the Linux and SunOS 64-bit kernels:
3911         nanosleep mishandles sleeps for longer than 2**31 seconds.
3912         Problem reported by Frank v Waveren in
3913         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3914         * lib/nanosleep.c (BILLION): New constant.
3915         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
3916         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
3917         implementation.
3918
3919 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3920
3921         * modules/nanosleep (Depends-on): Add gettime.
3922
3923 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3924         and Simon Josefsson  <jas@extundo.com>
3925         and Oskar Liljeblad  <oskar@osk.mine.nu>
3926
3927         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
3928         * gnulib-tool (func_import): New license type 'unmodifiable license
3929         text'.
3930         * modules/fdl: Use it.  Longer description.
3931         * module/gpl, module/lgpl: New files.
3932
3933 2006-08-30  Jim Meyering  <jim@meyering.net>
3934
3935         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
3936         shadowing the parameter.
3937
3938 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3939
3940         Sync from Libtool:
3941
3942         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3943
3944         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
3945         sharing with gnulib.  Report by Eric Blake.
3946
3947 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3948
3949         * modules/isapipe: New file.
3950         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
3951
3952 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3953
3954         * modules/configmake (Makefile.am): Add a comment, and omit
3955         the CONFIGMAKE_ prefix from generated macro names.  Suggested
3956         by Bruno Haible.
3957
3958 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3959
3960         * m4/isapipe.m4: New file.
3961
3962 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3963
3964         * lib/isapipe.c, lib/isapipe.h: New files.
3965
3966 2006-08-29  Jim Meyering  <jim@meyering.net>
3967
3968         * modules/configmake (Makefile.am): Make configmake.h depend on
3969         Makefile.  Otherwise, a stale configmake.h could hang around.
3970
3971 2006-08-29  Eric Blake  <ebb9@byu.net>
3972
3973         * lib/error.c (error_at_line, print_errno_message): Match libc, after
3974         resolution of upstream bug 3044.
3975
3976 2006-08-29  Bruno Haible  <bruno@clisp.org>
3977
3978         * modules/localcharset (Depends-on): Add configmake.
3979         (Makefile.am): Remove setting of LIBDIR through DEFS.
3980
3981 2006-08-29  Bruno Haible  <bruno@clisp.org>
3982
3983         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
3984         defined.
3985
3986 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3987
3988         * modules/fcntl: New file.
3989         * modules/chdir-safer (Depends-on): Add fcntl.
3990         * modules/fts: Likewise.
3991         * modules/mkdir-p: Likewise.
3992
3993         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
3994         This undoes the most recent change, since we're now addressing the
3995         problem in a different way.
3996
3997         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
3998         into output, since the output might be called Makefile.am even
3999         if $makefile_name is something different.
4000         (func_import): Use $makefile_am rather than
4001         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
4002         empty.
4003
4004         * modules/inttypes (Files): Add m4/inttypes-h.m4.
4005
4006 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4007
4008         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
4009         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
4010         recent change to stdint.m4, since we're now addressing the problem in a
4011         different way.
4012
4013 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4014
4015         * m4/fcntl_h.m4: New file.
4016
4017 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4018
4019         * lib/fcntl_.h: New file.
4020         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
4021         the fcntl module.
4022         * lib/dirchownmod.c: Likewise.
4023         * lib/fts.c: Likewise.
4024
4025         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
4026         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
4027         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
4028         just before including <inttypes.h>, to avoid circular inclusion.
4029
4030 2006-08-28  Jim Meyering  <jim@meyering.net>
4031
4032         * doc/visibility.texi: Actually read and correct the grammar of the
4033         sentence affected by yesterday's change.
4034
4035 2006-08-28  Eric Blake  <ebb9@byu.net>
4036
4037         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
4038         needs wrapper.
4039
4040 2006-08-28  Eric Blake  <ebb9@byu.net>
4041
4042         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
4043
4044 2006-08-28  Eric Blake  <ebb9@byu.net>
4045
4046         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
4047
4048 2006-08-28  Bruno Haible  <bruno@clisp.org>
4049
4050         * modules/c-strstr: New file, from GNU gettext.
4051         * MODULES.html.sh (String handling): Add c-strstr.
4052
4053 2006-08-28  Bruno Haible  <bruno@clisp.org>
4054
4055         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
4056         macros.
4057         Reported by Eric Blake.
4058
4059 2006-08-28  Bruno Haible  <bruno@clisp.org>
4060
4061         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
4062         (VASNPRINTF): Return a string of length > INT_MAX without failing.
4063         * lib/vasprintf.c: Include errno.h, limits.h.
4064         (EOVERFLOW): New fallback definition.
4065         (vasprintf): Test here whether the string length is > INT_MAX.
4066         * lib/vsnprintf.c: Include errno.h, limits.h.
4067         (EOVERFLOW): New fallback definition.
4068         (vsnprintf): Fix bug when generated string was too long for the buffer.
4069         Test here whether the string length is > INT_MAX.
4070
4071 2006-08-28  Bruno Haible  <bruno@clisp.org>
4072
4073         * lib/inttypes_.h (SCNX*): Remove definitions.
4074         Reported by Eric Blake.
4075
4076 2006-08-28  Bruno Haible  <bruno@clisp.org>
4077
4078         * lib/c-strstr.h: New file, from GNU gettext.
4079         * lib/c-strstr.c: New file, from GNU gettext.
4080
4081 2006-08-28  Bruno Haible  <bruno@clisp.org>
4082
4083         * gnulib-tool: Reorder some statements.
4084
4085 2006-08-28  Bruno Haible  <bruno@clisp.org>
4086
4087         * gnulib-tool: New option --makefile-name.
4088         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
4089         $makefile_name.
4090         (func_import): Write $makefile_name to the cache file, and read it from
4091         there unless explicitly specified. Use $makefile_name as file name
4092         instead of Makefile.am. Adjust the recommendations accordingly.
4093
4094 2006-08-28  Bruno Haible  <bruno@clisp.org>
4095
4096         * gnulib-tool (func_verify_module): Check against misapplying patch.
4097
4098 2006-08-28  Bruno Haible  <bruno@clisp.org>
4099
4100         * gnulib-tool (func_relativize, func_relconcat): New functions.
4101         Give an error if --local-dir is given with --update.
4102         Remove trailing slashes from $local_gnulib_dir.
4103         (func_import): Store the relativized $local_gnulib_dir in
4104         gnulib-cache.m4, and read it from there if not specified explicitly.
4105
4106 2006-08-28  Bruno Haible  <bruno@clisp.org>
4107
4108         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
4109         is the current directory. Respect also $local_gnulib_dir.
4110
4111 2006-08-28  Bruno Haible  <bruno@clisp.org>
4112             Simon Josefsson  <jas@extundo.com>
4113
4114         BeOS portability.
4115         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
4116
4117 2006-08-27  Jim Meyering  <jim@meyering.net>
4118
4119         * doc/visibility.texi: Remove duplicate word: "pointer".
4120
4121 2006-08-26  Bruno Haible  <bruno@clisp.org>
4122
4123         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
4124         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
4125         (Makefile.am): Create inttypes.h from inttypes_.h.
4126         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
4127
4128         * modules/imaxabs: New file.
4129
4130         * modules/imaxdiv: New file.
4131
4132 2006-08-26  Bruno Haible  <bruno@clisp.org>
4133
4134         * m4/inttypes.m4: New file.
4135         * m4/_inttypes_h.m4: Remove file.
4136         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
4137         PRI_MACROS_BROKEN.
4138         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
4139
4140         * m4/imaxabs.m4: New file.
4141
4142         * m4/imaxdiv.m4: New file.
4143
4144 2006-08-26  Bruno Haible  <bruno@clisp.org>
4145
4146         * lib/inttypes_.h: New file.
4147         * lib/inttypes.h: Remove file.
4148         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
4149
4150         * lib/imaxabs.c: New file.
4151
4152         * lib/imaxdiv.c: New file.
4153
4154 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4155
4156         New config-h module, so that "make" output needn't be cluttered
4157         by -DHAVE_CONFIG_H.
4158         * MODULES.html.sh (Support for building libraries and executables):
4159         Add config-h.
4160         * modules/config-h: New file.
4161         * gnulib-tool (nl, sed_transform_lib_file): New vars.
4162         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
4163         the config-h module is used.
4164
4165         New configmake module, so that "make" output needn't be cluttered
4166         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
4167         * MODULES.html.sh (Support for building libraries and executables):
4168         Add configmake.
4169         * modules/configmake: New file.
4170
4171 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4172
4173         * m4/config-h.m4: New file.
4174
4175 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4176
4177         * config/srclist.txt: Add elisp-comp.
4178
4179 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4180
4181         * MODULES.html.sh (Support for building libraries and executables):
4182         Add elisp-comp.
4183         * build-aux/elisp-comp: New file.
4184         * modules/elisp-comp: New file.
4185
4186 2006-08-24  Bruno Haible  <bruno@clisp.org>
4187
4188         * gnulib-tool (func_create_testdir): Use non-default values of
4189         sourcebase and m4base.
4190
4191 2006-08-24  Bruno Haible  <bruno@clisp.org>
4192
4193         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
4194         HTML structure.
4195
4196 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
4197
4198         * modules/openat (Depends-on): Add lchown.
4199
4200 2006-08-23  Bruno Haible  <bruno@clisp.org>
4201
4202         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
4203         of gl_LOCK_EARLY instead of gl_LOCK.
4204
4205 2006-08-23  Bruno Haible  <bruno@clisp.org>
4206
4207         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
4208         on OSF/1 to no.
4209         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
4210
4211 2006-08-23  Bruno Haible  <bruno@clisp.org>
4212
4213         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
4214         as unusable.
4215
4216         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
4217         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
4218         (gl_LOCK): New macro.
4219
4220 2006-08-22  Simon Josefsson  <jas@extundo.com>
4221
4222         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
4223         to md5 module.
4224
4225 2006-08-22  Simon Josefsson  <jas@extundo.com>
4226
4227         * MODULES.html.sh: Add "Support for maintaining and release
4228         projects".
4229
4230         * build-aux/gnupload: New file, from coreutils.
4231
4232 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4233
4234         Avoid the need for AC_LIBSOURCES in m4 macros.
4235         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
4236         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
4237         * modules/check-version (EXTRA_DIST): Add check-version.h.
4238         * modules/crc (EXTRA_DIST): Add crc.h.
4239         * modules/des (EXTRA_DIST): Add des.h.
4240         * modules/gc (EXTRA_DIST): Add gc.h.
4241         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
4242         * modules/getline (EXTRA_DIST): Add getline.h.
4243         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
4244         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
4245         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
4246         * modules/md2 (EXTRA_DIST): Add md2.h.
4247         * modules/md4 (EXTRA_DIST): Add md4.h.
4248         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
4249         * modules/read-file (EXTRA_DIST): Add read-file.h.
4250         * modules/readline (EXTRA_DIST): Add readline.h.
4251         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
4252         rijndael-api-fst.h.
4253
4254 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4255
4256         * m4/rijndael.m4 (gl_ARCFOUR):
4257         * m4/arctwo.m4 (gl_ARCTWO):
4258         * m4/check-version.m4 (gl_CHECK_VERSION):
4259         * m4/crc.m4 (gl_CRC):
4260         * m4/des.m4 (gl_DES):
4261         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
4262         * m4/gc.m4 (gl_GC):
4263         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
4264         * m4/getline.m4 (gl_FUNC_GETLINE):
4265         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
4266         * m4/hmac-md5.m4 (gl_HMAC_MD5):
4267         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
4268         * m4/md2.m4 (gl_MD2):
4269         * m4/md4.m4 (gl_MD4):
4270         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
4271         * m4/read-file.m4 (gl_FUNC_READ_FILE):
4272         * m4/readline.m4 (gl_FUNC_READLINE):
4273         * m4/rijndael.m4 (gl_RIJNDAEL):
4274         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4275         to get the necessary .h files and whatnot.
4276
4277 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4278
4279         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
4280         gnulib rather than the other way around.
4281         * config/srclistvars.sh (COREUTILS): Remove.
4282
4283 2006-08-22  Jim Meyering  <jim@meyering.net>
4284
4285         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
4286
4287         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
4288
4289 2006-08-22  Eric Blake  <ebb9@byu.net>
4290
4291         * modules/regexprops-generic: New file.
4292         * MODULES.html.sh (Support for building documentation): List it.
4293
4294 2006-08-22  Eric Blake  <ebb9@byu.net>
4295
4296         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
4297         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4298         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
4299         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
4300
4301 2006-08-22  Bruno Haible  <bruno@clisp.org>
4302
4303         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
4304         and lib_LTLIBRARIES like the other lib_* variables.
4305
4306 2006-08-22  Bruno Haible  <bruno@clisp.org>
4307
4308         * build-aux/x-to-1.in: New file, from GNU gettext.
4309
4310 2006-08-22  Bruno Haible  <bruno@clisp.org>
4311
4312         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
4313         <utmpx.h> exists.
4314
4315 2006-08-22  Bruno Haible  <bruno@clisp.org>
4316
4317         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
4318         <utmpx.h> exists.
4319
4320 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4321
4322         BeOS portability.
4323         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
4324         exist.
4325         Problem reported by Bruno Haible.
4326
4327 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4328
4329         Avoid the need for AC_LIBSOURCES in m4 macros.
4330         * modules/acl (EXTRA_DIST): Add acl.h.
4331         * modules/argmatch (Files): Add m4/argmatch.m4.
4332         (configure.ac): Add gl_ARGMATCH.
4333         (EXTRA_DIST): Renamed from lib_SOURCES, for
4334         consistency with the other modules.  Remove argmatch.c.
4335         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
4336         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
4337         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
4338         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
4339         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
4340         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
4341         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
4342         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
4343         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
4344         * modules/closeout (EXTRA_DIST): Add closeout.h.
4345         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
4346         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
4347         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
4348         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
4349         dirname.h; remove basename.c and stripslash.c.
4350         * modules/exclude (EXTRA_DIST): Add exclude.h.
4351         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
4352         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
4353         * modules/file-type (EXTRA_DIST): Add file-type.h.
4354         * modules/filemode (EXTRA_DIST): Add filemode.h.
4355         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
4356         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4357         * modules/fpending (EXTRA_DIST): Add __fpending.h.
4358         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
4359         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
4360         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
4361         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
4362         * modules/getdate (EXTRA_DIST): Add getdate.c.
4363         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
4364         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
4365         * modules/getpass (EXTRA_DIST): Add getpass.h.
4366         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
4367         * modules/group-member (EXTRA_DIST): Add group-member.h.
4368         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
4369         * modules/hash (EXTRA_DIST): Add hash.h.
4370         * modules/human (EXTRA_DIST): Add human.h.
4371         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
4372         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
4373         * modules/lchown (EXTRA_DIST): Add lchown.h.
4374         * modules/long-options (EXTRA_DIST): Add long-options.h.
4375         * modules/lstat (EXTRA_DIST): Add lstat.h.
4376         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
4377         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
4378         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
4379         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
4380         * modules/memxor (EXTRA_DIST): Add memxor.h.
4381         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
4382         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
4383         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
4384         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
4385         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
4386         * modules/physmem (EXTRA_DIST): Add physmem.h.
4387         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
4388         * modules/posixver (EXTRA_DIST): Add posixver.h.
4389         * modules/quote (EXTRA_DIST): Add quote.h.
4390         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
4391         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
4392         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
4393         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
4394         regex_internal.h regexec.c.
4395         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
4396         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
4397         * modules/same (EXTRA_DIST): Add same.h.
4398         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
4399         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
4400         * modules/savedir (EXTRA_DIST): Add savedir.h.
4401         * modules/sha1 (EXTRA_DIST): Add sha1.h.
4402         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
4403         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
4404         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
4405         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
4406         * modules/strdup (EXTRA_DIST): Add strdup.h.
4407         * modules/strftime (EXTRA_DIST): Add strftime.h.
4408         * modules/strndup (EXTRA_DIST): Add strndup.h.
4409         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
4410         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
4411         * modules/time_r (EXTRA_DIST): Add time_r.h.
4412         * modules/timespec (EXTRA_DIST): Add timespec.h.
4413         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4414         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
4415         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
4416         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
4417         * modules/userspec (EXTRA_DIST): Add userspec.h.
4418         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
4419         * modules/utimens (EXTRA_DIST): Add utimens.h.
4420         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
4421         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
4422         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
4423         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
4424         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
4425         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
4426         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
4427         * modules/yesno (EXTRA_DIST): Add yesno.h.
4428
4429 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4430
4431         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
4432
4433         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
4434         * m4/dev-ino.m4, same-inode.m4: Remove.
4435
4436         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
4437         * m4/acl.m4 (AC_FUNC_ACL):
4438         * m4/backupfile.m4 (gl_BACKUPFILE):
4439         * m4/c-strtod.m4 (gl_C99_STRTOLD):
4440         * m4/canon-host.m4 (gl_CANON_HOST):
4441         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4442         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
4443         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
4444         * m4/cloexec.m4 (gl_CLOEXEC):
4445         * m4/close-stream.m4 (gl_CLOSE_STREAM):
4446         * m4/closeout.m4 (gl_CLOSEOUT):
4447         * m4/dirfd.m4 (gl_FUNC_DIRFD):
4448         * m4/dirname.m4 (gl_DIRNAME):
4449         * m4/exclude.m4 (gl_EXCLUDE):
4450         * m4/exitfail.m4 (gl_EXITFAIL):
4451         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
4452         * m4/file-type.m4 (gl_FILE_TYPE):
4453         * m4/filemode.m4 (gl_FILEMODE):
4454         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
4455         * m4/fpending.m4 (gl_FUNC_FPENDING):
4456         * m4/fprintftime.m4 (gl_FPRINTFTIME):
4457         * m4/fts.m4 (gl_FUNC_FTS):
4458         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
4459         * m4/getdate.m4 (gl_GETDATE):
4460         * m4/gethrxtime.m4 (gl_GETHRXTIME):
4461         * m4/getpagesize.m4 (gl_GETPAGESIZE):
4462         * m4/getpass.m4 (gl_FUNC_GETPASS):
4463         * m4/gettime.m4 (gl_GETTIME):
4464         * m4/getugroups.m4 (gl_GETUGROUPS):
4465         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
4466         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
4467         * m4/hard-locale.m4 (gl_HARD_LOCALE):
4468         * m4/hash.m4 (gl_HASH):
4469         * m4/idcache.m4 (gl_IDCACHE):
4470         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
4471         * m4/lchown.m4 (gl_FUNC_LCHOWN):
4472         * m4/long-options.m4 (gl_LONG_OPTIONS):
4473         * m4/lstat.m4 (gl_FUNC_LSTAT):
4474         * m4/md5.m4 (gl_MD5):
4475         * m4/memcasecmp.m4 (gl_MEMCASECMP):
4476         * m4/memcoll.m4 (gl_MEMCOLL):
4477         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
4478         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
4479         * m4/memxor.m4 (gl_MEMXOR):
4480         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
4481         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
4482         * m4/modechange.m4 (gl_MODECHANGE):
4483         * m4/mountlist.m4 (gl_MOUNTLIST):
4484         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4485         * m4/openat.m4 (gl_FUNC_OPENAT):
4486         * m4/pathmax.m4 (gl_PATHMAX):
4487         * m4/physmem.m4 (gl_PHYSMEM):
4488         * m4/posixtm.m4 (gl_POSIXTM):
4489         * m4/posixver.m4 (gl_POSIXVER):
4490         * m4/quote.m4 (gl_QUOTE):
4491         * m4/quotearg.m4 (gl_QUOTEARG):
4492         * m4/readtokens.m4 (gl_READTOKENS):
4493         * m4/readutmp.m4 (gl_READUTMP):
4494         * m4/regex.m4 (gl_REGEX):
4495         * m4/safe-read.m4 (gl_SAFE_READ):
4496         * m4/safe-write.m4 (gl_SAFE_WRITE):
4497         * m4/same.m4 (gl_SAME):
4498         * m4/save-cwd.m4 (gl_SAVE_CWD):
4499         * m4/savedir.m4 (gl_SAVEDIR):
4500         * m4/settime.m4 (gl_SETTIME):
4501         * m4/sha1.m4 (gl_SHA1):
4502         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
4503         * m4/stat-macros.m4 (gl_STAT_MACROS):
4504         * m4/stat-time.m4 (gl_STAT_TIME):
4505         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
4506         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
4507         * m4/strdup.m4 (gl_FUNC_STRDUP):
4508         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
4509         * m4/strndup.m4 (gl_FUNC_STRNDUP):
4510         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
4511         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
4512         * m4/time_r.m4 (gl_TIME_R):
4513         * m4/timespec.m4 (gl_TIMESPEC):
4514         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
4515         * m4/unlinkdir.m4 (gl_UNLINKDIR):
4516         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
4517         * m4/userspec.m4 (gl_USERSPEC):
4518         * m4/utimecmp.m4 (gl_UTIMECMP):
4519         * m4/utimens.m4 (gl_UTIMENS):
4520         * m4/xalloc.m4 (gl_XALLOC):
4521         * m4/xgetcwd.m4 (gl_XGETCWD):
4522         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
4523         * m4/xreadlink.m4 (gl_XREADLINK):
4524         * m4/xstrtod.m4 (gl_XSTRTOD):
4525         * m4/yesno.m4 (gl_YESNO):
4526         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4527         to get the necessary .h files and whatnot.
4528
4529 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
4530             Bruno Haible  <bruno@clisp.org>
4531
4532         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
4533         /bin/sh understanding of '!' conditional negation.
4534
4535 2006-08-21  Jim Meyering  <jim@meyering.net>
4536
4537         * modules/openat (Depends-on): Really alphabetize.
4538
4539         * modules/acl (Depends-on): Add error and quote.
4540
4541         * check-module (find_included_lib_files): Add at-func.c to the
4542         ok-to-include-more-than-once white list.
4543
4544         * modules/openat (Depends-on): Add lstat.  Alphabetize.
4545
4546 2006-08-21  Bruno Haible  <bruno@clisp.org>
4547
4548         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4549         Emit a pkgdata_DATA variable only if some snippets add contents to it.
4550         Reported by Martin Lambers <marlam@marlam.de>.
4551
4552 2006-08-21  Bruno Haible  <bruno@clisp.org>
4553
4554         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
4555         specify an installation location, don't emit a noinst_LIBRARIES or
4556         noinst_LTLIBRARIES assignment.
4557
4558 2006-08-21  Bruno Haible  <bruno@clisp.org>
4559
4560         BeOS portability.
4561         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
4562         BeOS has mbrtowc() but no <wctype.h>.
4563
4564 2006-08-21  Bruno Haible  <bruno@clisp.org>
4565
4566         BeOS portability.
4567         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
4568         exist.
4569
4570 2006-08-21  Bruno Haible  <bruno@clisp.org>
4571
4572         BeOS portability.
4573         * lib/mbchar.h: Include <wctype.h> only if it exists.
4574
4575 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4576
4577         Remove files that are no longer needed by their respective modules.
4578         * m4/obstack.m4: Remove.
4579         * m4/strerror_r.m4: Remove.
4580         * m4/uint32_t.m4: Remove.
4581         * m4/uintptr_t.m4: Remove.
4582         * m4/ullong_max.m4: Remove.
4583         * m4/xstrtoimax.m4: Remove.
4584         * m4/xstrtoumax.m4: Remove.
4585
4586         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
4587         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
4588         dependencies now capture this.
4589
4590         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
4591         Do not use AC_LIBSOURCES, since gnulib modules now do this.
4592         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
4593         * m4/human.m4 (gl_HUMAN): Likewise.
4594         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
4595         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
4596
4597         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
4598
4599         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
4600         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
4601         stdint.
4602         * m4/human.m4 (gl_HUMAN): Likewise.
4603         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
4604         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
4605         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4606         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4607         * m4/xstrtol (gl_XSTRTOL): Likewise.
4608
4609         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
4610         AC_TYPE_LONG_LONG_INT.
4611         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4612         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
4613         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
4614         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4615
4616         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
4617         on stdbool.
4618
4619         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
4620         (gl_PREREQ_XSTRTOUL): Remove.
4621
4622         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
4623
4624         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
4625         mode.
4626
4627 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4628
4629         Add and change modules to make it easier for coreutils to use
4630         gnulib-tool.
4631         * modules/backupfile (Files): Remove m4/d-ino.m4.
4632         (Depends-on): Add d-ino.
4633         * modules/cycle-check (Depends-on): Add stdint.
4634         (lib_SOURCES): Add cycle-check.h.
4635         * modules/d-ino: New module.
4636         * modules/d-type: New module.
4637         * modules/error (Files): Remove m4/strerror_r.m4.
4638         * modules/filemode (Files): Add m4/st_dm_mode.m4.
4639         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4640         m4/inttypes_h.m4, m4/uintmax_t.m4.
4641         (Depends-on): Add stdint.
4642         (lib_SOURCES): Add fsusage.h.
4643         * modules/getcwd (Files): Remove d-ino.m4.
4644         (Depends-on): Add d-ino.
4645         * modules/getndelim2 (Depends-on): Add stdint.
4646         * modules/glob (Files): Remove m4/d-type.m4.
4647         (Depends-on): Add d-type.
4648         * modules/host-os: New module.
4649         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
4650         m4/inttypes_h.m4, m4/uintmax_t.m4.
4651         * Depends-on: Add stdint.
4652         (lib_SOURCES): Add human.h.
4653         * modules/inttostr (Files): Remove m4/intmax_t.m4,
4654         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
4655         m4/uintmax_t.m4, m4/ulonglong.m4.
4656         (Depends-on): Add stdint.
4657         (EXTRA_DIST): Add inttostr.h.
4658         * modules/lchmod: New module.
4659         * modules/link-follow: New module.
4660         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
4661         (Depends-on): Add lchmod.
4662         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
4663         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
4664         (Depends-on): Add stdint.
4665         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
4666         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
4667         (Depends-on): Add stdint.
4668         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
4669         * modules/perl: New module.
4670         * modules/regex (Depends-on): Add stdint.
4671         * modules/rmdir-errno: New module.
4672         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4673         m4/intmax_t.m4.
4674         (Depends-on): Add stdint.
4675         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4676         m4/uintmax_t.m4.
4677         (Depends-on): Add stdint.
4678         * modules/unlink-busy: New module.
4679         * modules/utimecmp (Depends-on): Add stdint.
4680         * modules/uptime: New module.
4681         * modules/winsz-ioctl: New module.
4682         * modules/winsz-termios: New module.
4683         * modules/xnanosleep (Depends-on): Add nanosleep.
4684         * modules/ullong_max: Remove.
4685         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
4686         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
4687         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
4688         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
4689         (Depends-on): Add inttypes.
4690         (lib_SOURCES): Add xstrtol.h.
4691         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
4692         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
4693         * MODULES.html.sh: Move 'assert' into the assert section.
4694         Move 'dummy' into the linking section.
4695         Remove ullong_max.
4696         Add section for compatibility checks for POSIX:2001 functions,
4697         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
4698         winsz-ioctl, and winsz-termios into it.
4699         Add lchmod.
4700         Add top-level Misc section and put host-os, perl, and uptime
4701         into it.
4702
4703 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4704
4705         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
4706         now assume the stdint module.  Do not include inttypes.h.
4707         * lib/fsusage.h: Likewise.
4708         * lib/getndelim2.c: Likewise.
4709         * lib/human.h: Likewise.
4710         * lib/inttostr.h: Likewise.
4711         * lib/obstack.c: Likewise.
4712         * lib/regex_internal.h: Likewise.
4713         * lib/tempname.c: Likewise.
4714         * lib/utimecmp.c: Likewise.
4715         * lib/xstrtol.h: Likewise.
4716
4717         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
4718
4719         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
4720         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
4721         * lib/xtime.h: Likewise.
4722
4723 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4724
4725         * modules/openat (Files): Add lib/fchmodat.c.
4726         Fixes problem reported by Jay Youngman.
4727
4728 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4729
4730         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
4731         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
4732
4733 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4734             Bruno Haible  <bruno@clisp.org>
4735
4736         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
4737         and is a script that invokes bison. Tighten the code. Add comments.
4738
4739 2006-08-18  Jim Meyering  <jim@meyering.net>
4740
4741         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
4742         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
4743         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
4744         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
4745
4746 2006-08-18  Bruno Haible  <bruno@clisp.org>
4747
4748         * modules/bison-i18n: New file.
4749         * MODULES.html.sh (Internationalization functions): Add it.
4750
4751 2006-08-18  Bruno Haible  <bruno@clisp.org>
4752
4753         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
4754         sys/statvfs.h. When getmntinfo was found, check its declaration and
4755         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
4756
4757 2006-08-18  Bruno Haible  <bruno@clisp.org>
4758
4759         * m4/bison-i18n.m4: New file, from bison.
4760
4761 2006-08-18  Bruno Haible  <bruno@clisp.org>
4762
4763         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
4764         (ME_DUMMY): Treat "kernfs" as a dummy.
4765         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
4766
4767 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4768
4769         Update from coreutils.
4770
4771         2006-08-15  Jim Meyering  <jim@meyering.net>
4772
4773         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
4774
4775         2006-01-17  Jim Meyering  <jim@meyering.net>
4776
4777         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
4778
4779         2006-01-11  Jim Meyering  <jim@meyering.net>
4780
4781         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
4782         Check for the lchmod function.
4783
4784 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4785
4786         Update from coreutils.
4787
4788         * lib/__fpending.h: Add copyright notice.
4789         * lib/fprintftime.h: Likewise.
4790         * lib/savedir.c: Use (C) in copyright notice.
4791         * lib/savedir.h: Likewise.
4792
4793         2006-08-15  Jim Meyering  <jim@meyering.net>
4794
4795         * lib/at-func.c: New file, with the logic of all emulated at-functions.
4796         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
4797         in support of the EXPECTED_ERRNO macro.
4798         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
4799         definitions.  Instead, define the appropriate symbols and include
4800         "at-func.c".
4801         * lib/mkdirat.c (mkdirat): Likewise.
4802         * lib/fchmodat.c (fchmodat): Likewise.
4803         (ENOSYS): Remove definition.
4804         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
4805         it.  Don't include "unistd--.h" -- it wasn't ever used.
4806
4807         2006-01-17  Jim Meyering  <jim@meyering.net>
4808
4809         Rewrite fts.c not to change the current working directory,
4810         by using openat, fstatat, fdopendir, etc..
4811
4812         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
4813         (HAVE_OPENAT_SUPPORT): Define.
4814         [_LIBC] (fchdir): Don't undef or define; no longer used.
4815         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
4816         Now, this `function' always succeeds, and consumes its file descriptor
4817         parameter -- so callers must not close such FDs.  Update callers.
4818         (diropen_fd, opendirat, cwd_advance_fd): New functions.
4819         (diropen): Add parameter, SP.  Adjust all callers.
4820         Implement using diropen_fd, rather than open.
4821         (fts_open): Initialize new member, fts_cwd_fd.
4822         Remove fts_rft-setting code.
4823         (fts_close): Close fts_cwd_fd, if necessary.
4824         (__opendir2): Define in terms of opendir or opendirat,
4825         depending on whether the FST_NOCHDIR flag is set.
4826         (fts_build): Since fts_safe_changedir consumes its FD, and since
4827         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
4828         and close the dup'd file descriptor upon failure.
4829         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
4830         (fts_safe_changedir): Tweak semantics to reflect that this function
4831         now calls cwd_advance_fd and hence consumes its FD argument.
4832         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
4833         [struct FTS] (fts_rft): Remove now-unused member.
4834         [struct FTS] (fts_cycle.state): Improve comment.
4835
4836         * lib/openat.c (openat_needs_fchdir): New function.
4837         * lib/openat.h (openat_needs_fchdir): Declare it.
4838
4839 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
4840
4841         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
4842         Problem and fix reported by Pádraig Brady in
4843         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
4844
4845 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4846
4847         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
4848
4849 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4850
4851         * lib/memcoll.c (memcoll): Optimize for the common case where the
4852         arguments are bytewise equal.
4853
4854 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4855
4856         * doc/regexprops-generic.texi: Add a copyright notice.
4857
4858 2006-08-15  Bruno Haible  <bruno@clisp.org>
4859
4860         * modules/tmpdir (License): Change to LGPL.
4861
4862 2006-08-15  Bruno Haible  <bruno@clisp.org>
4863
4864         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
4865         module.
4866
4867 2006-08-14  Simon Josefsson  <jas@extundo.com>
4868
4869         * config/srclist.txt: Add gnupload.
4870
4871 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4872
4873         Change copyright notice from LGPL 2 to GPL 2, since that's the
4874         standard form used in the gnulib repository.
4875         * tests/test-lock.c: Likewise.
4876         * tests/test-stdint.c: Likewise.
4877         * tests/test-tls.c: Likewise.
4878
4879         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
4880         prelude-manager.  User shorter URLs for GNU projects, without '?'.
4881         Add copyright notice.
4882
4883         * check-module: Add copyright notice.  Output a copyright
4884         notice if "--version" is specified.
4885         * modules/COPYING: New file.
4886         * tests/test-getaddrinfo.c: Add copyright notice.
4887         * tests/test-verify.c: Likewise.
4888
4889 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4890
4891         Change copyright notice from LGPL 2 to GPL 2, since that's the
4892         standard form used in the gnulib repository.
4893         * lib/lock.c: LGPL -> GPL.
4894         * lib/lock.h: Likewise.
4895         * lib/strnlen1.c: Likewise.
4896         * lib/strnlen1.h: Likewise.
4897         * lib/tls.c: Likewise.
4898         * lib/tls.h: Likewise.
4899         * lib/tmpdir.c: Likewise.
4900
4901         * lib/TODO: Remove; this belongs only in coreutils.
4902
4903 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4904
4905         Add copyright notices to long-enough files that lack them, since
4906         otherwise the files aren't clearly free.  Use the same notice that
4907         getdate.texi already uses.
4908         * doc/alloca-opt.texi: Add copyright notice.
4909         * doc/alloca.texi: Likewise.
4910         * doc/ctime.texi: Likewise.
4911         * doc/functions.texi: Likewise.
4912         * doc/gcd.texi: Likewise.
4913         * doc/gnulib-tool.texi: Likewise.
4914         * doc/inet_ntoa.texi: Likewise.
4915         * doc/visibility.texi: Likewise.
4916
4917         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
4918         * doc/quote.texi: Add copyright notice.
4919
4920         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
4921         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
4922         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
4923         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
4924         is now obsolete, and give a pointer to the Sun list.
4925         Add copyright notice.
4926
4927 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4928
4929         * config/srclistvars.sh: Add copyright notice.
4930
4931 2006-08-14  Eric Blake  <ebb9@byu.net>
4932
4933         Import the following change from libc:
4934
4935         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4936
4937         Upstream bug 2997.
4938         * lib/misc/error.c: Add space between program name and message if file
4939         name is missing.
4940
4941 2006-08-12  Karl Berry  <karl@gnu.org>
4942
4943         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
4944         remove, these originate in gnulib now.
4945
4946 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4947
4948         * doc/Makefile (standards.info standards.html standards.dvi):
4949         Also depend on make-stds.texi.
4950
4951 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4952
4953         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
4954         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
4955
4956         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
4957         in wchar_t.  Problem reported by Eric Blake.
4958
4959         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
4960         LEN is smaller than SIZE.  Suggested by Bruno Haible.
4961         Also, help the compiler to keep LEN in a register.
4962
4963 2006-08-11  Eric Blake  <ebb9@byu.net>
4964
4965         * users.txt: Sort.  Add tar.
4966
4967 2006-08-11  Bruno Haible  <bruno@clisp.org>
4968
4969         * users.txt: New file.
4970
4971 2006-08-11  Bruno Haible  <bruno@clisp.org>
4972
4973         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
4974         before <wchar.h>. Needed for OSF/1 and BSD/OS.
4975
4976 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4977
4978         * modules/snprintf (Depends-on): Remove minmax.
4979         (Maintainer): Add self and Bruno.
4980
4981 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4982
4983         * lib/.cppi-disable: Add snprintf.h, socket_.h.
4984         * lib/snprintf.c: Include <errno.h> and <limits.h>.
4985         (EOVERFLOW): Define if the system does not.
4986         Do not include "minmax.h"; it wasn't used.
4987         (snprintf): Don't assume size_t promotes to an unsigned type.
4988         Fix bug when generated string was too long for the buffer: the
4989         buffer's contents are supposed to be the initial prefix of the
4990         output.  Don't assume vasnprintf returns EOVERFLOW if the size
4991         exceeds INT_MAX; do the check ourselves.
4992
4993         Import the following changes from libc:
4994
4995         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
4996
4997         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
4998         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
4999         set wc to the byte which couldn't be converted.
5000         (re_string_reconstruct): Don't clear valid_raw_len before calling
5001         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5002         tip_context using re_string_context_at.
5003
5004         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
5005
5006         * lib/posix/regex.h: g++ still cannot handled [restrict].
5007
5008         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
5009
5010         * lib/posix/regex.h: Remove special handling for VMS.
5011
5012 2006-08-10  Jim Meyering  <jim@meyering.net>
5013
5014         * modules/same-inode: New module.
5015         * modules/dev-ino: New module.
5016         * modules/cycle-check: Depend on these modules, rather than simply
5017         including their .h files.
5018         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
5019         required via m4/cycle-check.m4.
5020         * modules/same: Depend on new same-inode module, rather than
5021         including same-inode.h.
5022         * modules/chdir-safer: New file.
5023
5024         * modules/chown (Depends-on): Add stat-macros.
5025
5026 2006-08-10  Jim Meyering  <jim@meyering.net>
5027
5028         * m4/cycle-check.m4: New file.
5029         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
5030         * m4/dev-ino.m4, m4/same-inode.m4: New files.
5031
5032 2006-08-10  Eric Blake  <ebb9@byu.net>
5033
5034         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
5035         in from original proposal.
5036
5037 2006-08-10  Eric Blake  <ebb9@byu.net>
5038         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5039
5040         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
5041         namespace.
5042
5043 2006-08-10  Bruno Haible  <bruno@clisp.org>
5044
5045         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
5046         as well.
5047
5048 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5049
5050         Sync from coreutils.
5051
5052         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
5053
5054         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
5055         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
5056
5057 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5058
5059         * modules/restrict: Remove; no longer needed now that we assume
5060         Autoconf 2.59 or later.
5061         * MODULES.html.sh: Remove 'restrict'.
5062         * modules/argp (Depends-on): Remove 'restrict'.
5063         * modules/base64 (Depends-on): Likewise.
5064         * modules/gc (Depends-on): Likewise.
5065         * modules/getaddrinfo (Depends-on): Likewise.
5066         * modules/glob (Depends-on): Likewise.
5067         * modules/inet_ntop (Depends-on): Likewise.
5068         * modules/inet_pton (Depends-on): Likewise.
5069         * modules/memxor (Depends-on): Likewise.
5070         * modules/regex (Depends-on): Likewise.
5071         * modules/strtok_r (Depends-on): Likewise.
5072         * modules/time_r (Depends-on): Likewise.
5073
5074 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5075
5076         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
5077         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
5078         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5079         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
5080         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
5081         * m4/memxor.m4 (gl_MEMXOR): Likewise.
5082         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
5083         gl_C_RESTRICT replaced by AC_C_RESTRICT.
5084
5085         Merge from coreutils.
5086         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
5087         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
5088         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5089         * m4/time_r.m4 (gl_TIME_R): Likewise.
5090
5091 2006-08-09  Karl Berry  <karl@gnu.org>
5092
5093         * config/srclist.txt: no more gettext-tools, per Bruno.
5094
5095 2006-08-08  Eric Blake  <ebb9@byu.net>
5096
5097         * modules/verror: New module.
5098         * MODULES.html.sh: Document it.
5099
5100 2006-08-08  Eric Blake  <ebb9@byu.net>
5101
5102         * lib/verror.h, lib/verror.c: New files.
5103
5104 2006-08-08  Eric Blake  <ebb9@byu.net>
5105
5106         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
5107         verror_at_line output complies with GNU Coding Standards even when
5108         file is NULL.
5109
5110 2006-08-07  Bruno Haible  <bruno@clisp.org>
5111
5112         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
5113         versions of AIX.
5114         Reported by Ralf Wildenhues.
5115
5116 2006-08-07  Bruno Haible  <bruno@clisp.org>
5117
5118         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
5119         in an AC_DEFUN. Needed so that the autoconf snippets can use
5120         AC_REQUIRE.
5121
5122 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5123
5124         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5125         Initialize pkgdata_DATA.
5126         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
5127         overriding it.
5128
5129 2006-08-06  Eric Blake  <ebb9@byu.net>
5130
5131         * lib/error.h: Fold in some upstream changes from glibc.
5132         * lib/error.c: Likewise.
5133
5134 2006-08-04  Bruno Haible  <bruno@clisp.org>
5135
5136         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5137         Make the mostlyclean-local rule depend on mostlyclean-generic.
5138         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
5139
5140 2006-07-31  Bruno Haible  <bruno@clisp.org>
5141
5142         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
5143         <stdlib.h>, <string.h>.
5144
5145 2006-07-30  Bruno Haible  <bruno@clisp.org>
5146
5147         * modules/readlink (License): Change to LGPL.
5148
5149 2006-07-30  Bruno Haible  <bruno@clisp.org>
5150
5151         * modules/javaversion (Makefile.am): Distribute javaversion.java and
5152         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
5153         set PKGDATADIR to point to it.
5154
5155 2006-07-30  Bruno Haible  <bruno@clisp.org>
5156
5157         * modules/csharpexec (configure.ac): Comment out macro invocation.
5158         * modules/javaexec (configure.ac): Likewise.
5159         * modules/javacomp-script (configure.ac): Likewise.
5160
5161         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
5162
5163 2006-07-30  Bruno Haible  <bruno@clisp.org>
5164
5165         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
5166         linked-list.
5167
5168 2006-07-30  Bruno Haible  <bruno@clisp.org>
5169
5170         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
5171
5172 2006-07-30  Bruno Haible  <bruno@clisp.org>
5173
5174         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5175         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
5176         get removed.
5177
5178 2006-07-29  Bruno Haible  <bruno@clisp.org>
5179
5180         Make it possible for gnulib-tool to work with locally modified or
5181         augmented gnulib repositories.
5182         * gnulib-tool (func_usage): Document --local-dir option.
5183         (local_gnulib_dir): New variable.
5184         Handle --local-dir option.
5185         (func_lookup_file): New function.
5186         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
5187         (func_get_description, func_get_filelist, func_get_description,
5188         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
5189         func_get_automake_snippet, func_get_include_directive,
5190         func_get_license, func_get_maintainer): Use func_lookup_file.
5191         (func_import, func_create_testdir): Use func_lookup_file.
5192
5193 2006-07-29  Bruno Haible  <bruno@clisp.org>
5194
5195         * modules/setenv (Depends-on): Add unistd.
5196
5197 2006-07-29  Bruno Haible  <bruno@clisp.org>
5198
5199         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
5200
5201 2006-07-29  Bruno Haible  <bruno@clisp.org>
5202
5203         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
5204
5205 2006-07-29  Bruno Haible  <bruno@clisp.org>
5206
5207         * gnulib-tool (import, update): If there is no Makefile.am, look at
5208         aclocal.m4, instead of bailing out.
5209
5210 2006-07-29  Bruno Haible  <bruno@clisp.org>
5211
5212         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
5213         Categorize the options by when they are useful.
5214
5215 2006-07-29  Bruno Haible  <bruno@clisp.org>
5216
5217         * gnulib-tool (func_usage): Document option --no-libtool.
5218         Handle option --no-libtool.
5219         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
5220         for changed semantics of $libtool variable.
5221         (func_import): Likewise. If libtool is not used, show this through
5222         an option --no-libtool.
5223         (func_create_testdir): Update.
5224
5225 2006-07-29  Bruno Haible  <bruno@clisp.org>
5226
5227         * gnulib-tool (func_import): Extend error message about missing
5228         --doc-base.
5229
5230 2006-07-29  Bruno Haible  <bruno@clisp.org>
5231
5232         * gnulib-tool (func_import): Don't create the $docbase directory if
5233         there is no file to store there.
5234
5235 2006-07-29  Bruno Haible  <bruno@clisp.org>
5236
5237         * gnulib-tool (autoconf_minversion): If a --dir option is given and
5238         relevant, look for configure.ac there, not in the current directory.
5239         Also use a simple search for AC_PREREQ, not "autoconf --trace".
5240
5241 2006-07-29  Bruno Haible  <bruno@clisp.org>
5242
5243         * gnulib-tool (SORT): New variable.
5244         (func_usage): Undocument --assume-autoconf option.
5245         Remove --assume-autoconf option handling.
5246         (autoconf_minversion): Determine from the contents of configure.ac.
5247         (func_import): Remove autoconf_minversion handling.
5248         Suggested by Eric Blake.
5249
5250 2006-07-29  Bruno Haible  <bruno@clisp.org>
5251
5252         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
5253
5254 2006-07-29  Bruno Haible  <bruno@clisp.org>
5255
5256         * config/srclist.txt (*setenv.[ch]): Remove rules.
5257
5258 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5259
5260         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
5261
5262 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5263
5264         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
5265         arpa/inet.h.
5266
5267 2006-07-28  Simon Josefsson  <jas@extundo.com>
5268
5269         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
5270         * modules/inet_pton (Depends-on): Likewise.
5271
5272 2006-07-28  Simon Josefsson  <jas@extundo.com>
5273
5274         * m4/netinet_in_h.m4: New file.
5275
5276 2006-07-28  Simon Josefsson  <jas@extundo.com>
5277
5278         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
5279         #include's.
5280
5281 2006-07-28  Simon Josefsson  <jas@extundo.com>
5282
5283         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
5284         #include's.
5285
5286 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
5287
5288         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
5289         setgid on directories only if they set these bits.
5290         * lib/modechange.h: Remove obsolete comment about masks.
5291
5292 2006-07-28  Eric Blake  <ebb9@byu.net>
5293
5294         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
5295         macro expansion.
5296
5297 2006-07-28  Bruno Haible  <bruno@clisp.org>
5298
5299         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
5300
5301 2006-07-28  Bruno Haible  <bruno@clisp.org>
5302
5303         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
5304
5305 2006-07-28  Bruno Haible  <bruno@clisp.org>
5306
5307         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5308         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5309         Define fallbacks.
5310         Avoids link error on FreeBSD 4.x.
5311         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5312
5313         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
5314         encoding.
5315         * lib/mbswidth.c (iswcntrl): Likewise.
5316
5317 2006-07-27  Bruno Haible  <bruno@clisp.org>
5318
5319         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
5320         test.
5321
5322 2006-07-27  Bruno Haible  <bruno@clisp.org>
5323
5324         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
5325         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
5326         defined.
5327
5328 2006-07-26  Eric Blake  <ebb9@byu.net>
5329
5330         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
5331
5332 2006-07-26  Eric Blake  <ebb9@byu.net>
5333
5334         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
5335         like mingw that lack mkstemp.
5336         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
5337         avoid compilation warning on mingw.
5338
5339 2006-07-26  Bruno Haible  <bruno@clisp.org>
5340
5341         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
5342         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
5343         INT_FAST*_MIN, INTPTR_MIN.
5344
5345 2006-07-25  Bruno Haible  <bruno@clisp.org>
5346
5347         * modules/version-etc (Depends-on): Add stdarg.
5348
5349 2006-07-25  Bruno Haible  <bruno@clisp.org>
5350
5351         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
5352         complex commands.
5353
5354 2006-07-25  Bruno Haible  <bruno@clisp.org>
5355
5356         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
5357         defined in <stdarg.h> or config.h.
5358
5359 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5360
5361         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
5362         (gl_STDIO_SAFER): Remove.
5363
5364 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5365
5366         * MODULES.html.sh (File stream based Input/Output):
5367         Add fopen-safer, tmpfile-safer; remove stdio-safer.
5368         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
5369         * modules/fopen-safer, modules/tmpfile-safer: New files.
5370         * modules/stdio-safer: Remove.
5371
5372 2006-07-24  Bruno Haible  <bruno@clisp.org>
5373
5374         * modules/tmpdir: New file.
5375         * MODULES.html.sh (File system functions): Add it.
5376
5377 2006-07-24  Bruno Haible  <bruno@clisp.org>
5378
5379         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
5380         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
5381
5382 2006-07-24  Bruno Haible  <bruno@clisp.org>
5383
5384         * modules/clean-temp: New file.
5385
5386 2006-07-24  Bruno Haible  <bruno@clisp.org>
5387
5388         * m4/tmpdir.m4: New file, from GNU gettext.
5389
5390 2006-07-24  Bruno Haible  <bruno@clisp.org>
5391
5392         * lib/tmpdir.h: New file, from GNU gettext.
5393         * lib/tmpdir.c: New file, from GNU gettext.
5394
5395 2006-07-24  Bruno Haible  <bruno@clisp.org>
5396
5397         * lib/clean-temp.h: New file, from GNU gettext.
5398         * lib/clean-temp.c: New file, from GNU gettext.
5399
5400 2006-07-23  Eric Blake  <ebb9@byu.net>
5401
5402         * modules/stdio-safer (Files): Add tmpfile-safer.c.
5403         (Depends-on): Add binary-io.
5404
5405 2006-07-23  Eric Blake  <ebb9@byu.net>
5406
5407         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
5408
5409 2006-07-23  Eric Blake  <ebb9@byu.net>
5410
5411         * lib/tmpfile-safer.c: New file.
5412         * lib/stdio-safer.h (fopen_safer): Add prototype.
5413         * lib/stdio--.h (tmpfile): Make safer.
5414
5415 2006-07-23  Bruno Haible  <bruno@clisp.org>
5416
5417         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
5418         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
5419         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
5420         gl_linked_remove_at): Use it.
5421
5422 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5423         and Simon Josefsson <jas@extundo.com>
5424
5425         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
5426
5427         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
5428
5429 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5430
5431         * modules/close-stream: New file.
5432         * modules/closeout (Description): Make it clear that it exits
5433         with a diagnostic on error.
5434         (Depends-on): Add close-stream.  Remove fpending, stdbool.
5435         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
5436
5437 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5438
5439         * m4/close-stream.m4: New file.
5440
5441 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5442
5443         * lib/close-stream.c, lib/close-stream.h: New files.
5444
5445 2006-07-22  Bruno Haible  <bruno@clisp.org>
5446
5447         Merge from GNU gettext 0.15.
5448
5449         2006-05-01  Bruno Haible  <bruno@clisp.org>
5450
5451                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
5452
5453         2006-07-22  Bruno Haible  <bruno@clisp.org>
5454
5455                 * modules/javaversion: New file.
5456                 * MODULES.html.sh (Java): Add javaversion.
5457
5458         2006-03-12  Bruno Haible  <bruno@clisp.org>
5459
5460                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
5461
5462         2005-12-04  Bruno Haible  <bruno@clisp.org>
5463
5464                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
5465                 (untested).
5466
5467         2006-06-21  Bruno Haible  <bruno@clisp.org>
5468
5469                 Avoid warnings from recent versions of mcs.
5470                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
5471                 -o, -L, -r any more. Use options documented since mcs-1.0
5472                 instead. Similarly for -g.
5473
5474         2005-12-04  Bruno Haible  <bruno@clisp.org>
5475
5476                 * build-aux/csharpcomp.sh.in: Suffix for resources is
5477                 .resources, not .resource.
5478
5479         2005-07-09  Bruno Haible  <bruno@clisp.org>
5480
5481                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
5482                 add a .dll suffix.
5483                 Reported by Mark Junker <mjscod@gmx.de>.
5484
5485         2006-07-22  Bruno Haible  <bruno@clisp.org>
5486
5487                 * modules/gettext: Upgrade to gettext-0.15.
5488                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
5489                 m4/visibility.m4.
5490                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
5491
5492 2006-07-22  Bruno Haible  <bruno@clisp.org>
5493
5494         Merge from GNU gettext 0.15.
5495
5496         2006-03-25  Bruno Haible  <bruno@clisp.org>
5497
5498                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
5499
5500         2006-07-21  Bruno Haible  <bruno@clisp.org>
5501
5502                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
5503                 "1.1".
5504
5505         2006-05-09  Bruno Haible  <bruno@clisp.org>
5506
5507                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
5508                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
5509                 for the conftestver execution.
5510
5511         2006-05-01  Bruno Haible  <bruno@clisp.org>
5512
5513                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
5514                 optional target-version argument. Verify that the compiler
5515                 groks source of the specified source-version, or add -source
5516                 option as necessary. Verify that the compiler produces
5517                 bytecode in the specified target-version, or add -target and
5518                 -source options as necessary. Make the result of the test
5519                 available as variable CONF_JAVAC. Also log error output in
5520                 config.log.
5521
5522         2006-03-11  Bruno Haible  <bruno@clisp.org>
5523
5524                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
5525
5526         2006-05-09  Bruno Haible  <bruno@clisp.org>
5527
5528                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
5529                 CLASSPATH_SEPARATOR to a semicolon.
5530
5531         2006-03-12  Bruno Haible  <bruno@clisp.org>
5532
5533                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
5534                 available as variable CONF_JAVA, for subsequent autoconf
5535                 tests. Also log error output in config.log.
5536
5537         2006-07-19  Bruno Haible  <bruno@clisp.org>
5538
5539                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
5540                 that getline works on glibc2 systems. Needed to avoid trouble
5541                 in relocatable.c.
5542                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
5543
5544         2005-12-04  Bruno Haible  <bruno@clisp.org>
5545
5546                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
5547                 launcher (untested).
5548
5549         2005-12-04  Bruno Haible  <bruno@clisp.org>
5550
5551                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
5552
5553         2006-07-22  Bruno Haible  <bruno@clisp.org>
5554
5555                 * gettext.m4: Update from GNU gettext-0.15.
5556                 * nls.m4: Likewise.
5557                 * po.m4: Likewise.
5558                 * inttypes-pri.m4: Likewise.
5559                 * inttypes-h.m4: Renamed from inttypes.m4.
5560                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
5561
5562 2006-07-22  Bruno Haible  <bruno@clisp.org>
5563
5564         Merge from GNU gettext 0.15.
5565
5566         2005-07-05  Bruno Haible  <bruno@clisp.org>
5567
5568                 * printf-args.c (printf_fetchargs): Work around broken
5569                 definition of wint_t on mingw.
5570
5571         2005-02-12  Bruno Haible  <bruno@clisp.org>
5572
5573                 * xallocsa.h: Add extern "C" for C++.
5574
5575         2006-05-17  Bruno Haible  <bruno@clisp.org>
5576
5577                 Cygwin portability.
5578                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
5579
5580         2006-04-30  Bruno Haible  <bruno@clisp.org>
5581
5582                 * progreloc.c: Include <mach-o/dyld.h> if available.
5583                 (find_executable): Use _NSGetExecutablePath when possible.
5584
5585         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5586
5587                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
5588                 function.
5589
5590         2005-12-29  Bruno Haible  <bruno@clisp.org>
5591
5592                 * progreloc.c (set_program_name_and_installdir): Fix
5593                 compilation error.
5594
5595         2005-12-04  Bruno Haible  <bruno@clisp.org>
5596
5597                 Cygwin portability.
5598                 * progreloc.c: Include <windows.h> also on Cygwin.
5599                 (find_executable): Add support for Cygwin.
5600                 (set_program_name_and_installdir): Handle also platforms with
5601                 nonempty EXEEXT.
5602
5603         2006-07-11  Bruno Haible  <bruno@clisp.org>
5604
5605                 * javacomp.c: Fix a comment.
5606                 Reported by Jim Meyering.
5607
5608         2006-04-30  Bruno Haible  <bruno@clisp.org>
5609
5610                 * javacomp.h (compile_java_class): Add source_version,
5611                 target_version arguments.
5612                 * javacomp.c: Rewritten to choose only a compiler that
5613                 respects the specified source_version and target_version.
5614
5615         2006-06-27  Bruno Haible  <bruno@clisp.org>
5616
5617                 Assume correct S_ISDIR macro.
5618                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
5619
5620         2006-07-22  Bruno Haible  <bruno@clisp.org>
5621
5622                 * javaversion.h: New file, from GNU gettext.
5623                 * javaversion.c: New file, from GNU gettext.
5624                 * javaversion.java: New file, from GNU gettext.
5625                 * javaversion.class: New file, from GNU gettext.
5626
5627         2006-05-17  Bruno Haible  <bruno@clisp.org>
5628
5629                 Cygwin portability.
5630                 * javaexec.c (execute_java_class): Test for jview program
5631                 also on Cygwin.
5632
5633         2006-04-09  Bruno Haible  <bruno@clisp.org>
5634
5635                 * fatal-signal.c: Don't include string.h.
5636                 (at_fatal_signal): Use a copying loop instead of memcpy.
5637
5638         2005-12-04  Bruno Haible  <bruno@clisp.org>
5639
5640                 * csharpexec.c: Add support for 'clix' launcher (untested).
5641                 (execute_csharp_using_sscli): New function.
5642                 (execute_csharp_program): Call it.
5643
5644         2006-06-21  Bruno Haible  <bruno@clisp.org>
5645
5646                 Avoid warnings from recent versions of mcs.
5647                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
5648                 -o, -L, -r any more. Use options documented since mcs-1.0
5649                 instead. Similarly for -g.
5650
5651         2005-07-09  Bruno Haible  <bruno@clisp.org>
5652
5653                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
5654                 add a .dll suffix.
5655                 Reported by Mark Junker <mjscod@gmx.de>.
5656
5657         2006-06-17  Bruno Haible  <bruno@clisp.org>
5658
5659                 * config.charset: Update for NetBSD 3.0.
5660
5661         2006-05-17  Bruno Haible  <bruno@clisp.org>
5662
5663                 Cygwin portability.
5664                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
5665
5666         2006-05-16  Bruno Haible  <bruno@clisp.org>
5667
5668                 * localcharset.c [CYGWIN]: Include <windows.h>.
5669                 (get_charset_aliases): For Cygwin, return the same CPxxx
5670                 aliases list as under WIN32.
5671                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
5672                 the environment variables. Fall back to GetACP().
5673
5674         2006-04-05  Bruno Haible  <bruno@clisp.org>
5675
5676                 * config.charset: Update Juan Manuel Guerrero's address.
5677
5678         2005-02-12  Bruno Haible  <bruno@clisp.org>
5679
5680                 * allocsa.h: Add extern "C" for C++.
5681
5682         2005-02-10  Bruno Haible  <bruno@clisp.org>
5683
5684                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
5685                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
5686
5687         2006-07-22  Bruno Haible  <bruno@clisp.org>
5688
5689                 * gettext.h: Update to GNU gettext-0.15.
5690
5691 2006-07-22  Bruno Haible  <bruno@clisp.org>
5692
5693         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
5694         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
5695         lib-prefix.m4, longdouble.m4, ssize_t.m4.
5696
5697 2006-07-21  Eric Blake  <ebb9@byu.net>
5698
5699         * modules/stdlib-safer: New file.
5700         * MODULES.html.sh (File stream based Input/Output): Add
5701         stdlib-safer.
5702
5703 2006-07-21  Eric Blake  <ebb9@byu.net>
5704
5705         * lib/stdlib-safer.h: New file from coreutils, required by
5706         stdlib--.h.
5707
5708 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
5709
5710         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
5711
5712 2006-07-20  Bruno Haible  <bruno@clisp.org>
5713
5714         * gnulib-tool: Recognize new option --assume-autoconf.
5715         (autoconf_minversion): New variable.
5716         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
5717
5718 2006-07-20  Bruno Haible  <bruno@clisp.org>
5719
5720         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
5721
5722 2006-07-19  Derek R. Price  <derek@ximbiot.com>
5723
5724         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
5725         Reindent and repaginate.
5726
5727 2006-07-19  Derek Price  <derek@ximbiot.com>
5728
5729         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
5730         Correct grammar.
5731
5732 2006-07-17  Bruno Haible  <bruno@clisp.org>
5733
5734         * modules/list: New file.
5735         * modules/array-list: New file.
5736         * modules/carray-list, modules/carray-list-tests: New files.
5737         * modules/linked-list, modules/linked-list-tests: New files.
5738         * modules/avltree-list, modules/avltree-list-tests: New files.
5739         * modules/rbtree-list, modules/rbtree-list-tests: New files.
5740         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
5741         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
5742         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
5743         * modules/oset: New file.
5744         * modules/array-oset: New file.
5745         * modules/avltree-oset, modules/avltree-oset-tests: New files.
5746         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
5747         * tests/test-carray_list.c: New file.
5748         * tests/test-linked_list.c: New file.
5749         * tests/test-avltree_list.c: New file.
5750         * tests/test-rbtree_list.c: New file.
5751         * tests/test-linkedhash_list.c: New file.
5752         * tests/test-avltreehash_list.c: New file.
5753         * tests/test-rbtreehash_list.c: New file.
5754         * tests/test-avltree_oset.c: New file.
5755         * tests/test-rbtree_oset.c: New file.
5756         * MODULES.html.sh (Container data structures): New section.
5757
5758 2006-07-17  Bruno Haible  <bruno@clisp.org>
5759
5760         * m4/gl_list.m4: New file.
5761
5762 2006-07-17  Bruno Haible  <bruno@clisp.org>
5763
5764         * lib/gl_list.h: New file.
5765         * lib/gl_list.c: New file.
5766         * lib/gl_array_list.h: New file.
5767         * lib/gl_array_list.c: New file.
5768         * lib/gl_carray_list.h: New file.
5769         * lib/gl_carray_list.c: New file.
5770         * lib/gl_linked_list.h: New file.
5771         * lib/gl_linked_list.c: New file.
5772         * lib/gl_anylinked_list1.h: New file.
5773         * lib/gl_anylinked_list2.h: New file.
5774         * lib/gl_avltree_list.h: New file.
5775         * lib/gl_avltree_list.c: New file.
5776         * lib/gl_anyavltree_list1.h: New file.
5777         * lib/gl_anyavltree_list2.h: New file.
5778         * lib/gl_rbtree_list.h: New file.
5779         * lib/gl_rbtree_list.c: New file.
5780         * lib/gl_anyrbtree_list1.h: New file.
5781         * lib/gl_anyrbtree_list2.h: New file.
5782         * lib/gl_anytree_list1.h: New file.
5783         * lib/gl_anytree_list2.h: New file.
5784         * lib/gl_linkedhash_list.h: New file.
5785         * lib/gl_linkedhash_list.c: New file.
5786         * lib/gl_anyhash_list1.h: New file.
5787         * lib/gl_anyhash_list2.h: New file.
5788         * lib/gl_avltreehash_list.h: New file.
5789         * lib/gl_avltreehash_list.c: New file.
5790         * lib/gl_rbtreehash_list.h: New file.
5791         * lib/gl_rbtreehash_list.c: New file.
5792         * lib/gl_anytreehash_list1.h: New file.
5793         * lib/gl_anytreehash_list2.h: New file.
5794
5795         * lib/gl_oset.h: New file.
5796         * lib/gl_oset.c: New file.
5797         * lib/gl_array_oset.h: New file.
5798         * lib/gl_array_oset.c: New file.
5799         * lib/gl_avltree_oset.h: New file.
5800         * lib/gl_avltree_oset.c: New file.
5801         * lib/gl_rbtree_oset.h: New file.
5802         * lib/gl_rbtree_oset.c: New file.
5803         * lib/gl_anytree_oset.h: New file.
5804
5805 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5806
5807         * m4/mkancesdirs.m4: New file.
5808         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
5809         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
5810         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
5811         it.
5812
5813 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5814
5815         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
5816         * lib/mkancesdirs.h: New files.
5817         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
5818         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
5819         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
5820         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
5821         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
5822         callers changed.  Revamp internals significantly, by not
5823         attempting to create directories that are temporarily more
5824         permissive than the final results.  Do not attempt to use
5825         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
5826         This removes some race conditions, fixes some bugs, and simplifies
5827         things.  Use new dirchownmod function to do owner and mode changes.
5828         * lib/mkdir-p.h: Likewise.
5829         * lib/modechange.c (octal_to_mode): New function.
5830         (struct mode_change): New member mentioned.
5831         (make_node_op_equals): New arg mentioned.  All callers changed.
5832         (mode_compile): Keep track of which mode bits the user has explicitly
5833         mentioned.
5834         (mode_adjust): New arg DIR, so that we implement the X op correctly.
5835         New arg PMODE_BITS, to keep track of which mode bits the user
5836         mentioned; it treats S_ISUID and S_ISGID speciall.
5837         All callers changed.
5838         * lib/modechange.h: Likewise.
5839
5840 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5841
5842         * MODULES.html.sh: Add mkancestors.
5843         * modules/mkancesdirs: New module.
5844         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
5845         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
5846         The chdir-safer and afs files are now orphans; I'll remove them
5847         unless someone speaks up.
5848         Add lib/dirchownmod.c, lib/dirchownmod.h.
5849         (Depends-on): Remove alloca, chown, save-cwd, dirname.
5850         Add lchown, mkancesdirs.
5851         (Maintainer): Add self.
5852
5853 2006-07-15  Karl Berry  <karl@gnu.org>
5854
5855         * gnulib-tool: help message wording/arrangement.
5856
5857 2006-07-14  Simon Josefsson  <jas@extundo.com>
5858
5859         * doc/gnulib.texi (Libtool and Windows): New section.
5860
5861 2006-07-12  Simon Josefsson  <jas@extundo.com>
5862
5863         * modules/gendocs (License): Fix license, approved by Karl.
5864
5865 2006-07-12  Eric Blake  <ebb9@byu.net>
5866
5867         * MODULES.html.sh: Add gendocs.
5868
5869 2006-07-11  Eric Blake  <ebb9@byu.net>
5870
5871         * modules/fdl: New module, to install doc/fdl.texi.
5872         * MODULES.html.sh: Add new section for documentation modules.
5873         * gnulib-tool: Avoid space-tab.
5874         (--doc-base): New option, to manage files from doc.
5875
5876 2006-07-11  Eric Blake  <ebb9@byu.net>
5877
5878         * m4/absolute-header.m4: Fix comments to match recent change.
5879
5880 2006-07-11  Eric Blake  <ebb9@byu.net>
5881
5882         * gnulib-tool: List --doc-base before --tests-base.
5883
5884 2006-07-11  Derek R. Price  <derek@ximbiot.com>
5885
5886         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
5887
5888 2006-07-11  Bruno Haible  <bruno@clisp.org>
5889
5890         * README: Mention where to put documentation.
5891
5892 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5893
5894         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
5895
5896 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5897
5898         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
5899         to stdint.m4.
5900
5901 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5902
5903         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
5904         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
5905         "no/such/file/stdint.h" when there is no such file, so that
5906         the resulting C code can be parsed by dodgy compilers.
5907         Problems reported by Bob Proulx.
5908
5909 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5910
5911         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
5912         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5913         macros into the GNU _D_EXACT_NAMLEN.
5914         * lib/savedir.c:  Likewise.
5915         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
5916
5917 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5918         and Paul Eggert  <eggert@cs.ucla.edu>
5919
5920         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
5921         * m4/savedir.m4:
5922         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5923         macros into the GNU _D_EXACT_NAMLEN.
5924
5925 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5926
5927         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
5928         around the absolute name, to work around a problem with the HP-UX
5929         11.23 native C compiler, reported by Bob Proulx.
5930
5931 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5932
5933         * doc/maintain.texi, make-stds.texi: Sync from
5934         <http://savannah.gnu.org/projects/gnustandards>.
5935
5936 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5937
5938         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
5939
5940 2006-07-09  Jim Meyering  <jim@meyering.net>
5941
5942         * m4/glob.m4: Remove a doubled word in a comment.
5943
5944 2006-07-09  Jim Meyering  <jim@meyering.net>
5945
5946         * lib/argp-pv.c: Remove a doubled word in a comment.
5947         * lib/check-version.c (check_version): Likewise.
5948         * lib/javacomp.c (compile_java_class): Likewise.
5949
5950 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
5951
5952         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
5953         for the benefit of people using Autoconf 2.60.  If you want to
5954         support older Autoconf versions you can copy m4/onceonly_2_57.m4
5955         (or m4/onceonly.m4, if pre-2.57) manually.
5956
5957 2006-07-08  Jim Meyering  <jim@meyering.net>
5958
5959         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
5960         comment.
5961         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
5962         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
5963         comment.
5964
5965 2006-07-08  Jim Meyering  <jim@meyering.net>
5966
5967         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
5968
5969 2006-07-07  Simon Josefsson  <jas@extundo.com>
5970
5971         * tests/test-crc.c: Change expected crc value, the test vector
5972         were probably computed using the old broken crc.c?
5973
5974 2006-07-06  Simon Josefsson  <jas@extundo.com>
5975
5976         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
5977         now the canonical place for the M4 file).
5978
5979         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
5980         from the sys_socket dependency now.
5981
5982         * modules/inet_pton (Files): Ditto.
5983
5984         * modules/inet_ntop (Files): Ditto.
5985
5986 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
5987
5988         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
5989         not gl_PREREQ_GETUSERSHELL.
5990
5991 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5992
5993         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
5994         with only one argument, for Autoconf 2.60.
5995         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
5996         expand to nothing, so add a shell command to avoid syntax error.
5997         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
5998
5999 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6000
6001         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
6002
6003 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6004
6005         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
6006         no longer needed.  Check for isblank decl.
6007         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
6008         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
6009         of existence.
6010
6011 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6012
6013         * lib/getloadavg.c: Use __VMS, not VMS.
6014         * lib/getopt.c: Likewise.
6015         * lib/getpagesize.h: Likewise.
6016         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
6017         and probably does not work.
6018
6019 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6020
6021         * lib/.cppi-disable: Add wcwidth.
6022         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
6023         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
6024         (ISGRAPH): Remove.  All uses changed to isgraph.
6025         (FOLD) [!defined _LIBC]: Remove special case.
6026         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
6027         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
6028         HAVE_ISBLANK.
6029         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
6030         case.
6031
6032 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6033
6034         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
6035         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
6036         brackets.  Other minor changes to suppress some compiler
6037         warnings.
6038
6039 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6040         and Paul Eggert  <eggert@cs.ucla.edu>
6041
6042         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
6043         of invoking obsolescent AC_HEADER_DIRENT macro.
6044         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
6045         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
6046         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6047         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
6048         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
6049         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6050         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
6051         * m4/readdir.m4: Remove; no longer needed.
6052
6053 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6054         and Paul Eggert  <eggert@cs.ucla.edu>
6055
6056         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
6057         Don't worry about this obsolete case any more.
6058         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
6059         directories.
6060         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
6061         worry about this obsolete case any more.
6062         * lib/fts.c: Likewise.
6063         * lib/getcwd.c: Likewise.
6064         * lib/glob.h: Likewise.
6065         * lib/savedir.c: Likewise.
6066
6067 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6068
6069         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
6070         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
6071         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
6072         needed.
6073         All uses removed.
6074         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6075         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6076         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
6077         needed.
6078         * m4/getdate.m4 (gl_GETDATE): Likewise.
6079         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6080         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6081         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6082         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6083         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6084         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6085         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
6086         needed.
6087
6088 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6089
6090         * lib/memcasecmp.c: Include <limits.h>.
6091         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
6092         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
6093         Don't assume isdigit succeeds only on '0' through '9'.
6094
6095 2006-07-05  Eric Blake  <ebb9@byu.net>
6096
6097         * modules/getaddrinfo (Depends-on): Add snprintf.
6098
6099 2006-07-05  Eric Blake  <ebb9@byu.net>
6100
6101         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
6102         to avoid 'header present but could not be compiled' on cygwin.
6103
6104 2006-07-05  Eric Blake  <ebb9@byu.net>
6105
6106         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
6107         missing from netdb.h.
6108         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
6109
6110 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6111
6112         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
6113         no longer needed.
6114         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
6115         * m4/getdate.m4 (gl_GETDATE): Likewise.
6116         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6117         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6118         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6119         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6120         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6121
6122 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6123
6124         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
6125         All uses of is_space replaced by isspace.
6126         * lib/exit.h: Don't talk about STDC_HEADERS.
6127         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
6128         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
6129         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
6130         replaced by isprint etc.
6131         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
6132         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6133         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
6134         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
6135         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
6136         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6137
6138 2006-07-05  Bruno Haible  <bruno@clisp.org>
6139
6140         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
6141         the function exists, before testing against AIX.
6142         Reported by Martin Lambers <marlam@marlam.de>.
6143
6144 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6145
6146         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
6147         From Mark D. Baushke.
6148
6149 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6150
6151         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
6152         to the absolute name, not just one, to bypass Sun C 5.8's
6153         "warning: #include of /usr/include/... may be non-portable".
6154
6155 2006-07-04  Eric Blake  <ebb9@byu.net>
6156
6157         * modules/dirname-tests: New test module.
6158         * tests/test-dirname.c: New file, replacing dirname.c
6159         TEST_DIRNAME section that was recently deleted.
6160
6161 2006-07-04  Bruno Haible  <bruno@clisp.org>
6162
6163         Assume ANSI C header files and <ctype.h> functions.
6164         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
6165         (mbsnwidth): Use isprint, iscntrl instead.
6166
6167 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6168
6169         Merge from coreutils.
6170         * MODULES.html.sh: Add xstrtold.
6171         * modules/xstrtold: New file.
6172         * modules/cycle-check (Files): Add lib/same-inode.h.
6173         * modules/dirname (Files): Add m4/double-slash-root.m4.
6174         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
6175         * modules/mkdir-p (Files): Add lib/same-inode.h.
6176         * modules/same (Files): Add lib/same-inode.h.
6177
6178 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6179
6180         * m4/absolute-header.m4: Renamed from full-header-path.m4.
6181         This is to keep the terminology clean; POSIX talks about
6182         "absolute pathnames", not "full pathnames", but the GNU
6183         Coding Standards say to use "path" for something else;
6184         so use "absolute" to keep both sides happy.
6185         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
6186         Set gl_absolute_header, not gl_full_header_path.
6187         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
6188         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
6189         All uses changed.
6190
6191         Merge from coreutils.
6192
6193         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6194
6195         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
6196         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
6197         want to require the building of c-strtod.o.
6198         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
6199         needs -lm directly.
6200         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
6201
6202         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6203
6204         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
6205         --as-needed option if available.  Problem reported by Albert Chin in
6206         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
6207         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
6208         cc merely issues a bunch of annoying warnings for --as-needed
6209         (this problem was reported by Bob Proulx).  Also, try linking with
6210         -lm to detect a bug in binutils 2.16 (this problem was reported
6211         by Ralf Wildenhues).
6212
6213         2006-06-18  Jim Meyering  <jim@meyering.net>
6214
6215         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
6216         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
6217         macro.
6218         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
6219         also check for glibc-2.4's abort-inducing bug.
6220
6221         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
6222         Low-probability clean-up should be to use rmdir to get rid of
6223         the just-created directory, not unlink.
6224
6225         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
6226         configure fail, and request a bug report to inform us about it.
6227         Add a comment that, barring reports to the contrary, in 2007 we'll
6228         assume ftruncate is universally available.
6229
6230         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6231
6232         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
6233
6234         2006-03-12  Jim Meyering  <jim@meyering.net>
6235
6236         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
6237         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
6238         * m4/same.m4 (gl_SAME): Likewise.
6239         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
6240
6241         2006-03-11  Eric Blake  <ebb9@byu.net>
6242
6243         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
6244         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
6245         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
6246         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
6247
6248 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6249
6250         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
6251         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
6252         reported by Mark D. Baushke, one in
6253         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
6254
6255         Merge from coreutils.
6256
6257         * lib/.cppi-disable: Add stdint_.h.
6258         * lib/.cvsignore: Add stdint.h.
6259
6260         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6261
6262         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
6263         both double and long double versions.
6264         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
6265         * lib/xstrtold.c: New file.
6266         * lib/xstrtod.h (xstrtold): New decl.
6267
6268         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
6269
6270         * lib/filemode.c (setst): Remove.
6271         (strmode): Rewrite to avoid setst.  This makes the code shorter,
6272         (arguably) clearer, and the generated code is a bit smaller on my
6273         Debian GNU/Linux stable x86 host.
6274
6275         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6276
6277         * lib/filemode.c: Include "filemode.h" first, to test the interface.
6278         Assume that filemode.h includes sys/types.h and sys/stat.h.
6279         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
6280         (ftypelet): Reorder to put common cases first, for efficiency.
6281         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
6282         to do 'M'.
6283         (strmode): Renamed from mode_string, and now stores 12 bytes instead
6284         of 10, for compatibility with FreeBSD.  All callers changed.
6285         (filemodestring): Now stores 12 bytes instead of 10, and sets file
6286         types that can't be deduced solely from st_mode.  First arg is now a
6287         const pointer.
6288         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
6289         (strmode): Renamed from mode_string.
6290         (filemodestring): New decl.
6291         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
6292         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
6293         needed.
6294         (S_ISPORT, S_ISWHT): New macros, if not already defined.
6295
6296         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
6297
6298         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
6299         fsusage.h now does that.  Include fsusage.h first, to test interface.
6300         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
6301         at most one method (the old code could have generated decls that
6302         didn't conform to C89, not that this was ever exercised).
6303         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
6304
6305         2006-03-19  Jim Meyering  <jim@meyering.net>
6306
6307         Work even in a chroot where d_ino values for entries in "/"
6308         don't match the stat.st_ino values for the same names.
6309         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
6310         number, iterate through all entries again, using lstat instead.
6311         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
6312         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
6313
6314         * lib/getcwd.c (__getcwd): Clarify a comment.
6315         Use memcpy in place of a call to strcpy.
6316
6317         2006-03-12  Jim Meyering  <jim@meyering.net>
6318
6319         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
6320         matches that of the current directory (which we're about to chdir ".."
6321         out of), then save the dev-ino of the parent, instead.
6322
6323         * lib/same-inode.h (SAME_INODE): New file/macro.
6324         * lib/chdir-safer.c (SAME_INODE): Remove definition.
6325         Include "same-inode.h", instead.
6326         * lib/same.c: Likewise.
6327         * lib/cycle-check.h: Include "same-inode.h".
6328         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
6329         * lib/cycle-check.c (SAME_INODE): Remove definition.
6330         * lib/root-dev-ino.h: Include "same-inode.h".
6331
6332         2006-03-11  Eric Blake  <ebb9@byu.net>
6333
6334         * lib/same.c (same_name): s/base_name/last_component/
6335         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
6336         * lib/filenamecat.c (file_name_concat): Likewise.
6337
6338         2006-03-11  Eric Blake  <ebb9@byu.net>,
6339                     Paul Eggert  <eggert@cs.ucla.edu>
6340
6341         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
6342         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
6343         drive prefix.
6344         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
6345         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
6346         (last_component): New method.
6347         * lib/dirname.c (dir_len): Determine when drive letters need a
6348         subsequent slash.  Preserve // when it is special.
6349         (dir_name): Don't append dot when drive letter is absolute.
6350         [TEST_DIRNAME]: Move into a full-blown gnulib test.
6351         * lib/basename.c (base_name): New semantics - malloc the result.
6352         Preserve // when it is special.  Preserve relative files that look
6353         like drive letters.
6354         (base_len): Preserve // when it is special.
6355         (last_component): New method, similar to old base_name semantics.
6356         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
6357         base_name.  Strip redundant slashes from ///.
6358
6359 2006-07-03  Jim Meyering  <jim@meyering.net>
6360
6361         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
6362         macro is used before the first cycle_check call.
6363
6364 2006-07-03  Eric Blake  <ebb9@byu.net>
6365
6366         * modules/dirname (Depends-on): Add xstrndup.
6367
6368 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6369
6370         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
6371         test cases, so that config.log is a bit easier to follow.
6372
6373 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6374
6375         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
6376         both are 64 bits, since this seems to be the tradition, and this
6377         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
6378         we ever run into a host that prefers long long to long in this
6379         case, we'll need another configure-time test.  Problem reported by
6380         Jim Meyering.
6381
6382 2006-07-02  Eric Blake  <ebb9@byu.net>
6383
6384         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
6385
6386 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6387
6388         * modules/inttypes (Depends-on): No longer depends on stdint.
6389         * modules/stdint (Description): Say more about assumptions.
6390         Say that the fast types might differ.  Say macros are used.
6391         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
6392         (Makefile.am): Revise list of substituted symbols to match
6393         new stdint.m4.
6394         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
6395         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
6396         * tests/test-stdint.c (verify_same_types)
6397         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
6398         the code conforms to C99/C89.
6399         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
6400         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
6401
6402 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6403
6404         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
6405         but fix a bug, by requiring at least 64 bits.
6406         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6407         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
6408         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
6409         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
6410
6411         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
6412         changes.  Make 2.59 a prerequisite.  Check and substitute for
6413         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
6414         inttypes.h.  Do not use special include files; just use the
6415         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
6416         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
6417         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
6418         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
6419         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
6420         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
6421         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
6422         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
6423         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
6424         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
6425         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
6426         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
6427         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
6428         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
6429         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
6430         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
6431         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
6432         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
6433         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
6434         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
6435         WINT_MAX.  Check for C99 conformance more strictly, by detecting
6436         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
6437         not check for things that C99 does not require, e.g., int8_t.  If
6438         a test isn't needed unless <stdint.h> isn't working, and is
6439         unlikely to be needed for any other reason, then don't do it
6440         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
6441         size_t, since we assume C89 freestanding at least.  Do not check
6442         for sig_atomic_t, wchar_t, or wint_t, since the code now does
6443         the right thing even if the types are not defined.  Instead use:
6444         (gl_STDINT_TYPE_PROPERTIES): New macro.
6445         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
6446         testing whether <sys/types.h> clashes, as Autoconf does this for
6447         us now.  All uses removed.
6448         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
6449         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
6450         (gl_CHECK_TYPE_SAME):
6451         Remove; no longer needed.
6452         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
6453         exists, since we'll return 0 anyway in that case.
6454         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
6455
6456 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6457
6458         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
6459         possible collision with system files.
6460         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
6461         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
6462         WCHAR_MIN and WCHAR_MAX in this case.
6463         (<stddef.h>): Do not include; no longer needed.
6464         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
6465         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
6466         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
6467         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
6468         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
6469         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
6470         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
6471         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
6472         !defined(__c99))]: Include in this case too, since it's harmless
6473         now.
6474         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
6475         dangerous to do so.
6476         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
6477         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
6478         (_STDINT_MIN, _STDINT_MAX): New macros.
6479         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
6480         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
6481         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
6482         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
6483         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
6484         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
6485         macros, not typedefs; this simplifies things quite a bit.
6486         Use long int for all types narrower than int64_t.
6487         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
6488         Define in terms of long long int or int64_t or long int,
6489         not int64_t or int32_t.  This saves some compile-time testing.
6490         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
6491         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
6492         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
6493         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
6494         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
6495         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
6496         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
6497         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
6498         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
6499         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
6500         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6501         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6502         undef any previous version and define our own version, for
6503         simplicity and consistency with the new macros for types.
6504         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6505         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6506         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
6507         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
6508         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
6509         @WINT_T_SUFFIX@ to keep things simple here.
6510         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
6511         Simplify by assuming typical 8/16/32/64 host, since we're
6512         already doing that elsewhere anyway.
6513         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
6514         and assume long long int is 64 bits if available.  This
6515         speeds up 'configure'.
6516
6517 2006-07-01  Eric Blake  <ebb9@byu.net>
6518
6519         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
6520         Reported by Andreas Buening.
6521
6522 2006-07-01  Eric Blake  <ebb9@byu.net>
6523
6524         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
6525
6526 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6527
6528         * lib/getaddrinfo.c: fixed typo
6529
6530 2006-06-29  Jim Meyering  <jim@meyering.net>
6531
6532         * modules/strftime (Maintainer): Add my name, since with the
6533         FPRINTFTIME changes strftime.c has forked from glibc.
6534
6535 2006-06-29  Eric Blake  <ebb9@byu.net>
6536
6537         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
6538
6539 2006-06-29  Eric Blake  <ebb9@byu.net>
6540
6541         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
6542
6543 2006-06-29  Eric Blake  <ebb9@byu.net>
6544
6545         * lib/stat_.h: New file.
6546
6547 2006-06-29  Eric Blake  <ebb9@byu.net>
6548
6549         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
6550         unused static function.
6551
6552 2006-06-29  Eric Blake  <ebb9@byu.net>
6553
6554         * doc/functions.texi (Function Portability): Document missing lstat
6555         on mingw.
6556
6557 2006-06-29  Eric Blake  <ebb9@byu.net>
6558
6559         * MODULES.html.sh: Add sys_stat.
6560         * modules/sys_stat: New module.
6561         * modules/mkstemp (Depends-on): Add sys_stat.
6562
6563 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6564
6565         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
6566
6567 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6568
6569         * m4/c-bs-a.m4: Removed.
6570
6571 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6572
6573         * lib/strftime.c: Assume strftime() exists.
6574
6575 2006-06-29  Derek Price  <derek@ximbiot.com>
6576
6577         * modules/c-bs-a: Removed - \a is C89.
6578         * MODULES.html.sh: Remove c-bs-a.
6579
6580 2006-06-29  Bruno Haible  <bruno@clisp.org>
6581
6582         * modules/wcwidth (License): Change to LGPL.
6583
6584 2006-06-28  Simon Josefsson  <jas@extundo.com>
6585
6586         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
6587         on _WIN32.
6588
6589         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
6590         getnameinfo.
6591
6592 2006-06-28  Simon Josefsson  <jas@extundo.com>
6593
6594         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
6595
6596 2006-06-28  Simon Josefsson  <jas@extundo.com>
6597
6598         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
6599         functions there.  It will succeed on Windows XP, but on Windows
6600         2000 and (presumably) earlier, it will fail, and use the internal
6601         re-implementation.
6602         (use_win32_p): New function.
6603         (getaddrinfo): Use strtoul on servname, to support numeric ports.
6604         Support AI_NUMERICSERV to disable getservbyname.
6605         (getnameinfo): New function, only supports
6606         NI_NUMERICHOST|NI_NUMERICSERV for now.
6607
6608         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
6609         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
6610         getnameinfo.
6611
6612 2006-06-28  Eric Blake  <ebb9@byu.net>
6613
6614         * modules/wcwidth: New file.
6615         * modules/mbchar (Depends-on): Add wcwidth.
6616         * modules/mbswidth (Depends-on): Add wcwidth.
6617         * MODULES.html.sh: Add wcwidth.
6618
6619 2006-06-28  Eric Blake  <ebb9@byu.net>
6620
6621         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
6622         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
6623
6624 2006-06-28  Eric Blake  <ebb9@byu.net>
6625
6626         * lib/xvasprintf.h: Fix comments.
6627
6628 2006-06-28  Eric Blake  <ebb9@byu.net>
6629
6630         * lib/mbchar.h (wcwidth): Include wcwidth.h.
6631         * lib/mbswidth.c (wcwidth): Move from here...
6632         * lib/wcwidth.h: ...to this new file.
6633
6634 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6635
6636         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
6637
6638         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
6639         it's obsolete.
6640         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
6641
6642 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6643
6644         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
6645         Autoconf 2.60 says this stuff was obsolete.
6646
6647 2006-06-28  Bruno Haible  <bruno@clisp.org>
6648
6649         * modules/wcwidth (Files): Add m4/wchar_t.m4.
6650
6651 2006-06-28  Bruno Haible  <bruno@clisp.org>
6652
6653         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
6654         gt_TYPE_WCHAR_T.
6655
6656 2006-06-28  Bruno Haible  <bruno@clisp.org>
6657
6658         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
6659         declaration for wcwidth.
6660         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
6661
6662 2006-06-28  Bruno Haible  <bruno@clisp.org>
6663
6664         * lib/mkdtemp.c [MINGW]: Include <io.h>.
6665         (mkdir): Define using _mkdir.
6666
6667 2006-06-28  Bruno Haible  <bruno@clisp.org>
6668
6669         * lib/getaddrinfo.h: Fix POSIX URL.
6670         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
6671         _WIN32.
6672         (use_win32_p): Make static.
6673         (getaddrinfo): Reject service name if it is empty or does not consist
6674         solely of decimal digits, or if its value is > 65535.
6675         (getnameinfo): Remove useless casts.
6676
6677 2006-06-27  Simon Josefsson  <jas@extundo.com>
6678
6679         * modules/sys_select: New file, suggested by Bruno Haible, Paul
6680         Eggert and Martin Lambers.
6681
6682 2006-06-27  Simon Josefsson  <jas@extundo.com>
6683
6684         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
6685         Eggert and Martin Lambers.
6686
6687 2006-06-27  Bruno Haible  <bruno@clisp.org>
6688
6689         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
6690         result to 0, not to empty.
6691         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
6692
6693 2006-06-27  Bruno Haible  <bruno@clisp.org>
6694
6695         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
6696
6697 2006-06-26  Simon Josefsson  <jas@extundo.com>
6698
6699         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
6700         present.
6701
6702 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6703
6704         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
6705         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
6706         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
6707
6708 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
6709
6710         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
6711
6712 2006-06-26  Bruno Haible  <bruno@clisp.org>
6713
6714         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
6715
6716 2006-06-26  Bruno Haible  <bruno@clisp.org>
6717
6718         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
6719
6720 2006-06-26  Bruno Haible  <bruno@clisp.org>
6721
6722         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
6723         SGI C compiler in pre-C99 mode.
6724         Suggested by Mark D. Baushke and Larry Jones.
6725
6726 2006-06-26  Bruno Haible  <bruno@clisp.org>
6727
6728         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
6729         WCHAR_MAX.
6730         Reported by Mark D. Baushke and Larry Jones.
6731
6732 2006-06-26  Bruno Haible  <bruno@clisp.org>
6733
6734         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
6735         in pre-C99 mode.
6736         Suggested by Mark D. Baushke and Larry Jones.
6737
6738 2006-06-23  Simon Josefsson  <jas@extundo.com>
6739             Bruno Haible  <bruno@clisp.org>
6740
6741         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
6742         Emit mostlyclean-local rule.
6743         (func_emit_tests_Makefile_am): Likewise.
6744         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
6745
6746 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
6747
6748         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
6749
6750 2006-06-23  Bruno Haible  <bruno@clisp.org>
6751
6752         * tests/test-stdint.c: Update to match ISO C 99 Technical
6753         Corrigendum 1.
6754
6755 2006-06-23  Bruno Haible  <bruno@clisp.org>
6756
6757         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
6758
6759 2006-06-23  Bruno Haible  <bruno@clisp.org>
6760
6761         * lib/stdint_.h: Treat IRIX like OpenBSD.
6762
6763 2006-06-23  Bruno Haible  <bruno@clisp.org>
6764
6765         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
6766         ISO C 99 Technical Corrigendum 1.
6767
6768 2006-06-22  Simon Josefsson  <jas@extundo.com>
6769
6770         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
6771         MinGW.
6772
6773 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
6774
6775         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
6776         needed.  Some compiler complained about some of them.  Problem reported
6777         by Larry Jones in
6778         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
6779
6780 2006-06-21  Simon Josefsson  <jas@extundo.com>
6781
6782         * tests/test-getaddrinfo.c: New file.
6783
6784         * modules/getaddrinfo-tests: New file.
6785
6786         * MODULES.html.sh: Add inet_pton.
6787
6788         * modules/inet_pton: New file.
6789
6790 2006-06-21  Simon Josefsson  <jas@extundo.com>
6791
6792         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
6793         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
6794         of using the (limited) gnulib implementation on Windows XP.
6795
6796         * m4/inet_pton.m4: New file.
6797
6798 2006-06-21  Simon Josefsson  <jas@extundo.com>
6799
6800         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
6801         variable.
6802
6803         * lib/socket_.h: Don't define WINVER.
6804
6805         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
6806         slightly modified to work in gnulib.
6807
6808 2006-06-21  Simon Josefsson  <jas@extundo.com>
6809
6810         * doc/gnulib.texi (Windows sockets): Add.
6811
6812 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
6813
6814         * lib/read-file.c (fread_file): Start with buffer allocation of
6815         0 bytes rather than 1 byte; this simplifies the code.
6816         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
6817         code to free buffer and save/restore errno.
6818         (internal_read_file): Remove unused local.
6819
6820 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6821
6822         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
6823         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
6824         Problem reported by Denis Excoffier in
6825         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
6826
6827 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6828
6829         * modules/sys_socket, modules/socklen: Include sys/types since
6830         FreeBSD 4.x's sys/socket.h needs it.
6831
6832 2006-06-19  Simon Josefsson  <jas@extundo.com>
6833
6834         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
6835
6836 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6837
6838         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
6839
6840 2006-06-19  Bruno Haible  <bruno@clisp.org>
6841
6842         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
6843         and FULL_PATH_INTTYPES_H in angle brackets.
6844         Reported by Mark D. Baushke <mdb@gnu.org>.
6845
6846 2006-06-17  Eric Blake  <ebb9@byu.net>
6847
6848         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
6849         errno.
6850
6851 2006-06-17  Bruno Haible  <bruno@clisp.org>
6852
6853         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
6854         <sys/inttypes.h>.
6855
6856 2006-06-17  Bruno Haible  <bruno@clisp.org>
6857
6858         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
6859         whether errno is declared. Assume <errno.h> declares errno.
6860
6861 2006-06-17  Bruno Haible  <bruno@clisp.org>
6862
6863         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
6864
6865 2006-06-17  Bruno Haible  <bruno@clisp.org>
6866
6867         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
6868         problem on Solaris 2.5.1.
6869
6870 2006-06-16  Eric Blake  <ebb9@byu.net>
6871
6872         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
6873         * lib/unicodeio.c [!defined errno]: Likewise.
6874         * lib/strtol.c [!defined errno]: Likewise.
6875         * lib/strtod.c [!defined errno]: Likewise.
6876
6877 2006-06-15  Eric Blake  <ebb9@byu.net>
6878
6879         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
6880
6881 2006-06-15  Eric Blake  <ebb9@byu.net>
6882
6883         * config/srclist.txt (ssize_t.m4): Lose sync.
6884
6885 2006-06-15  Bruno Haible  <bruno@clisp.org>
6886
6887         * modules/stdint (Files): Include m4/full-header-path.m4,
6888         m4/size_max.m4, m4/wchar_t.m4.
6889         (Makefile.am): Many more substitutions.
6890         * modules/stdint-tests: New file.
6891         * tests/test-stdint.c: New file.
6892
6893 2006-06-15  Bruno Haible  <bruno@clisp.org>
6894
6895         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
6896         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
6897         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
6898         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
6899         gl_CHECK_TYPE_SAME): New macros.
6900
6901 2006-06-15  Bruno Haible  <bruno@clisp.org>
6902
6903         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
6904
6905 2006-06-15  Bruno Haible  <bruno@clisp.org>
6906
6907         * lib/stdint_.h: Rewritten to be fully auto-configured.
6908         Fixes bug on HP-UX/IA64.
6909
6910 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
6911
6912         * lib/getdate.y (__attribute__): Don't define if already defined.
6913         Problem reported by Larry Jones.
6914         * lib/utimens.c (__attribute__): Likewise.
6915
6916 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6917
6918         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
6919         reported by Andreas Schwab.
6920
6921 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6922             Bruno Haible  <bruno@clisp.org>
6923
6924         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
6925         check for the declaration of strnlen and a run test that exposes the
6926         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
6927         rpl_strndup.
6928
6929 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6930             Bruno Haible  <bruno@clisp.org>
6931
6932         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
6933
6934 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6935
6936         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
6937         compile test, for Tru64 4.0D.
6938
6939 2006-05-28  Karl Berry  <karl@gnu.org>
6940
6941         * config/srclist.txt (printf-args.c): lose sync.
6942
6943 2006-05-26  Martin Lambers  <marlam@marlam.de>
6944
6945         * lib/getpass.c: Updates the test for the native W32 API, and adds
6946         missing includes, thus fixing compilation warnings.
6947
6948 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6949
6950         * lib/exclude.c (exclude_fnmatch): New function.
6951         (excluded_file_name): Call exclude_fnmatch.
6952         * lib/exclude.h (excluded_file_name): New prototype
6953
6954 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6955
6956         * lib/tempname.c (small_open, large_open): New macros.
6957         (__open, __open64) [!_LIBC]: Remove.
6958         (__gen_tempname): Use small_open and large_open instead of __open
6959         and __open64.  This fixes a portability bug on HP-UX 11.11i
6960         reported by Simon Wing-Tang in
6961         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
6962
6963 2006-05-24  Bruno Haible  <bruno@clisp.org>
6964
6965         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
6966         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
6967         Reported by Thorsten Maerz <torte@netztorte.de> via
6968         Aaron Stone <aaron@serendipity.cx>.
6969
6970 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6971
6972         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
6973         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
6974         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
6975         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
6976         not really conditional on the cache.
6977         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
6978
6979 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6980
6981         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
6982         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
6983         (my_usleep): Don't mishandle maximum value.
6984
6985 2006-05-19  Jim Meyering  <jim@meyering.net>
6986
6987         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
6988
6989 2006-05-17  Bruno Haible  <bruno@clisp.org>
6990
6991         Cygwin portability.
6992         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
6993
6994 2006-05-17  Bruno Haible  <bruno@clisp.org>
6995
6996         * lib/stdint_.h: Fix recognition of Cygwin.
6997
6998 2006-05-15  Bruno Haible  <bruno@clisp.org>
6999
7000         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
7001         on libtool patch by Ralf Wildenhues.
7002
7003 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7004
7005         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
7006         test for C99 conformance; (bool) 0.5 is an integer constant
7007         expression, but (bool) -0.5 is not.  Problem reported by Fedor
7008         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
7009
7010 2006-05-11  Simon Josefsson  <jas@extundo.com>
7011
7012         * m4/xvasprintf.m4: Fix obvious typo.
7013
7014 2006-05-11  Jim Meyering  <jim@meyering.net>
7015
7016         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
7017         James Lemley.
7018
7019 2006-05-10  Simon Josefsson  <jas@extundo.com>
7020
7021         * lib/md4.c: Typo fix, update copyright years.
7022         (K1, K2): Don't use L because it turn computations into 64-bit on
7023         64-bit platforms.
7024
7025 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7026
7027         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
7028         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
7029         unwanted sign propagation, e.g., on hosts with 64-bit int.
7030         There still are some problems with reeelly weird theoretical hosts
7031         (e.g., 33-bit int) but it's not worth worrying about now.
7032         * lib/sha1.c (rol): Likewise.
7033         (K1, K2, K3, K4): Remove unnecessary L suffix.
7034
7035 2006-05-10  Bruno Haible  <bruno@clisp.org>
7036
7037         * lib/des.c: Cast to avoid warnings.
7038
7039 2006-05-09  Bruno Haible  <bruno@clisp.org>
7040
7041         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
7042         (Depends-on): Depend also on xsize, stdarg.
7043         (configure.ac): Add gl_XVASPRINTF.
7044
7045 2006-05-09  Bruno Haible  <bruno@clisp.org>
7046
7047         * m4/xvasprintf.m4: New file.
7048
7049 2006-05-09  Bruno Haible  <bruno@clisp.org>
7050
7051         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
7052         (EOVERFLOW): Define fallback value.
7053         (xstrcat): New function.
7054         (xvasprintf): Recognize the special case of a string concatenation.
7055
7056 2006-05-08  Eric Blake  <ebb9@byu.net>
7057
7058         * gnulib-tool (func_version): Base copyright year on CVS date.
7059         (func_emit_copyright_notice): New function.
7060         (func_emit_lib_Makefile_am): Use it.
7061         (func_emit_tests_Makefile_am): Likewise.
7062         (func_import): Likewise.
7063
7064 2006-05-08  Bruno Haible  <bruno@clisp.org>
7065
7066         * modules/stdarg: New file.
7067         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
7068
7069 2006-05-08  Bruno Haible  <bruno@clisp.org>
7070
7071         * m4/stdarg.m4: New file, from GNU gettext.
7072
7073 2006-05-08  Bruno Haible  <bruno@clisp.org>
7074
7075         * config/srclist.txt (build-aux/config.rpath): different from latest
7076         release.
7077
7078 2006-05-08  Bruno Haible  <bruno@clisp.org>
7079
7080         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
7081
7082 2006-05-05  Jim Meyering  <jim@meyering.net>
7083
7084         * m4/warning.m4: New file, derived from bison's file by the same name.
7085
7086 2006-05-03  Bruno Haible  <bruno@clisp.org>
7087
7088         * lib/stdint_.h: Shorter URL.
7089         * lib/inttypes.h: Likewise.
7090
7091 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7092
7093         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
7094
7095 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7096
7097         * lib/verify.h: Document the internals better.  Most of this change
7098         was written by Bruno Haible.
7099
7100 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7101
7102         * doc/verify.texi: New file, partly based on a proposal by
7103         Bruno Haible.
7104
7105 2006-05-02  Bruno Haible  <bruno@clisp.org>
7106
7107         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
7108         test from here...
7109         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
7110
7111 2006-04-29  Bruno Haible  <bruno@clisp.org>
7112
7113         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
7114         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
7115
7116 2006-04-29  Bruno Haible  <bruno@clisp.org>
7117
7118         * gnulib-tool: Make --update option actually work.
7119
7120 2006-04-29  Bruno Haible  <bruno@clisp.org>
7121
7122         * doc/gcd.texi: New file.
7123         * doc/gnulib.texi: Include it.
7124
7125 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7126
7127         * lib/getdate.y (get_date): When adding relative date, start with the
7128         initial time, not with the result of the first mktime call.
7129
7130 2006-04-25  Bruno Haible  <bruno@clisp.org>
7131
7132         * gnulib-tool (func_import): Output the include directives in three
7133         blocks, sorted separately.
7134         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7135
7136 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7137
7138         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
7139         to define main with arguments, for C++.  Reported by Eric Blake.
7140         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
7141         Prefer 'int main ()' to 'int main (void)', for C++.
7142         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
7143         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
7144         for 'main', for C99 and C++.
7145
7146 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7147
7148         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
7149         Don't assume that exit status -1 is valid.
7150         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7151         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7152         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7153         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
7154         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
7155         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
7156         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
7157         functions can be used without declaring them, or that you can
7158         exit with status -1.
7159         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7160
7161 2006-04-24  Karl Berry  <karl@gnu.org>
7162
7163         * config/srclist.txt (longdouble.m4): sync lost.
7164
7165 2006-04-24  Eric Blake  <ebb9@byu.net>
7166
7167         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
7168
7169 2006-04-24  Bruno Haible  <bruno@clisp.org>
7170
7171         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
7172         poll() implementation in AIX.
7173         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7174
7175 2006-04-24  Bruno Haible  <bruno@clisp.org>
7176
7177         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
7178         assigned exactly once.
7179
7180 2006-04-23  Claudio Fontana  <claudio@gnu.org>
7181             Bruno Haible  <bruno@clisp.org>
7182
7183         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
7184         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
7185         for AM_CPPFLAGS.
7186
7187 2006-04-23  Bruno Haible  <bruno@clisp.org>
7188
7189         * modules/copy-file: Depend on unistd.
7190         * modules/execute: Likewise.
7191         * modules/fatal-signal: Likewise.
7192         * modules/findprog: Likewise.
7193         * modules/mkdtemp : Likewise.
7194         * modules/pipe: Likewise.
7195         * modules/wait-process: Likewise.
7196
7197 2006-04-23  Bruno Haible  <bruno@clisp.org>
7198
7199         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
7200         condition was already detected.
7201         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7202
7203 2006-04-23  Bruno Haible  <bruno@clisp.org>
7204
7205         * lib/copy-file.c: Include <unistd.h> unconditionally.
7206         * lib/execute.c: Likewise.
7207         * lib/fatal-signal.c: Likewise.
7208         * lib/findprog.c: Likewise.
7209         * lib/mkdtemp.c: Likewise.
7210         * lib/pipe.h: Likewise.
7211         * lib/pipe.c: Likewise.
7212         * lib/wait-process.h: Likewise.
7213
7214 2006-04-23  Bruno Haible  <bruno@clisp.org>
7215
7216         * gnulib-tool (func_usage): Fix --import description. Document
7217         --update.
7218         (func_import): Create temporary file in a temporary directory, if
7219         --dry-run is specified. Silence errors from 'grep' when there are no
7220         m4 files in $m4dir.
7221         (func_create_testdir): Silence errors from 'grep' when there are no
7222         m4 files in $m4dir.
7223         Reported by Karl Berry <karl@freefriends.org>.
7224
7225 2006-04-20  Bruno Haible  <bruno@clisp.org>
7226
7227         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
7228         one argument, so that the code will be portable to Autoconf 2.60.
7229         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
7230         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7231         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
7232
7233 2006-04-19  Derek Price  <derek@ximbiot.com>
7234             Eric Blake  <ebb9@byu.net>
7235
7236         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
7237         rather than "/full/path.h".  Update comment to match.  Shorten &
7238         generalize m4_translit call via AS_TR_CPP.
7239
7240 2006-04-19  Derek Price  <derek@ximbiot.com>
7241             Eric Blake  <ebb9@byu.net>
7242
7243         * lib/inttypes.h: Correct grammar in comment.
7244
7245 2006-04-18  Derek Price  <derek@ximbiot.com>
7246             Paul Eggert  <eggert@cs.ucla.edu>
7247
7248         * modules/inttypes: New file.
7249         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
7250
7251 2006-04-18  Derek Price  <derek@ximbiot.com>
7252             Paul Eggert  <eggert@cs.ucla.edu>
7253
7254         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
7255         New files.
7256
7257 2006-04-18  Derek Price  <derek@ximbiot.com>
7258             Paul Eggert  <eggert@cs.ucla.edu>
7259
7260         * lib/inttypes.h: New file.
7261         * lib/strtoimax.c: Assume <inttypes.h>.
7262
7263 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
7264
7265         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
7266         isn't mounted.  Problem reported by Kir Kolyshkin.
7267
7268 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7269
7270         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
7271         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
7272         Derek R. Price.
7273         * lib/regex.h (RE_DUP_MAX): Update comment to match current
7274         implementation.
7275
7276 2006-04-12  Eric Blake  <ebb9@byu.net>
7277
7278         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
7279         is now done automatically by the corresponding Autoconf macro.
7280
7281 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
7282
7283         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
7284         time_r.h.
7285
7286 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7287
7288         Merge regex changes from libc, removing some of our
7289         POSIX-conformance changes that were rejected and redoing them in a
7290         less-intrusive way.
7291
7292         * lib/regcomp.c (re_compile_internal, init_dfa):
7293         Length arg is now size_t, not Idx.  All uses changed.
7294         (peek_token): Forward decl now says internal_function.
7295         (__re_error_msgid, __re_error_msgid_idx):
7296         Now static rather than extern with attribute_hidden.
7297         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
7298         For some reason libc prefers K&R style defns for external functions.
7299         (regerror) [!defined _LIBC]: Likewise.
7300         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
7301         (seek_collating_symbol_entry, lookup_collation_sequence_value):
7302         (build_range_exp, build_collating_symbol):
7303         Use K&R-style defn.
7304         (re_compile_fastmap): Use '\0' to memset, not 0.
7305         (utf8_sb_map): Make the calculations more obvious.
7306         (init_dfa, parse_bracket_exp, build_charclass_op):
7307         Call calloc and cast result, as glibc does.
7308         (init_word_char, fetch_token, peek_token, peek_token_bracket):
7309         (build_range_exp, build_collating_symbol):
7310         Now internal functions.
7311
7312         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
7313
7314         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
7315         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
7316         Don't depend on VMS; depend on __VMS instead, for POSIX
7317         namespace cleanness.
7318         (regoff_t): Define to ssize_t, not long int.
7319
7320         Remove the REG_ macros named below.  Instead, make the old names
7321         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
7322         __USE_GNU_REGEX.
7323         (REG_BACKSLASH_ESCAPE_IN_LISTS):
7324         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
7325         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
7326         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
7327         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
7328         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
7329         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
7330         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
7331         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
7332         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
7333         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
7334         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
7335         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
7336         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
7337         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
7338         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
7339         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
7340         (REG_NREGS):
7341         Remove.  All uses replaced by the old RE_* names.
7342         (RE_BACKSLASH_ESCAPE_IN_LISTS):
7343         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
7344         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
7345         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
7346         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
7347         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
7348         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
7349         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
7350         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
7351         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
7352         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
7353         Don't bother having these macros be independent of each others'
7354         values, since they no longer exist in the POSIX name space.
7355
7356         Rename the following member names back to their old names,
7357         unless !__USE_GNU_REGEX.  All uses changed back.
7358         (buffer): Renamed from re_buffer.
7359         (allocated): Renamed from re_allocated.
7360         (used): Renamed from re_used.
7361         (syntax): Renamed from re_syntax.
7362         (fastmap): Renamed from re_fastmap.
7363         (translate): Renamed from re_translate.
7364         (can_be_null): Renamed from re_can_be_null.
7365         (regs_allocated): Renamed from re_regs_allocated.
7366         (fastmap_accurate): Renamed from re_fastmap_accurate.
7367         (no_sub): Renamed from re_no_sub.
7368         (not_bol): Renamed from re_not_bol.
7369         (not_eol): Renamed from re_not_eol.
7370         (newline_anchor): Renamed from re_newline_anchor.
7371         (num_regs): Renamed from rm_num_regs.
7372         (start): Renamed from rm_start.
7373         (end): Renamed from rm_end.
7374
7375         (free_state): Move up a bit.
7376
7377         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
7378         #define to be empty.
7379         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
7380         when that is what is intended.
7381         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
7382         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
7383         (MAX): New macro.
7384         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
7385         All uses changed back to re_malloc, etc.  It's now the caller's
7386         responsibility to check for overflow; all callers changed.
7387         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
7388         (re_x2nrealloc): Remove.
7389         (free_state): Remove decl.
7390
7391         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
7392         (re_set_registers, re_exec):
7393         Use K&R-style defn.
7394
7395         2006-01-31  Roland McGrath  <roland@redhat.com>
7396
7397         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
7398         Reported by Mike Frysinger <vapier@gentoo.org>.
7399
7400         2006-01-15  Andreas Jaeger  <aj@suse.de>
7401
7402         [BZ #1950]
7403         * lib/regex_internal.c (re_string_reconstruct): Adjust for
7404         build_wcs_upper_buffer change.
7405         (build_wcs_upper_buffer): Change return type.
7406
7407         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
7408
7409         * lib/regex_internal.h: Include <stdint.h> if available.
7410
7411         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
7412
7413         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
7414
7415         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7416
7417         * lib/regcomp.c: Adjust for changed secondary hash function.
7418
7419         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
7420
7421         * lib/regex.h: Pretty printing.
7422         Clean up namespace a bit.
7423
7424         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
7425
7426         * lib/regexec.c (update_cur_sifted_state, check_arrival,
7427         check_arrival_add_next_nodes): Avoid using uninitialized variable.
7428
7429         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7430                     Ulrich Drepper  <drepper@redhat.com>
7431
7432         [BZ #1302]
7433         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
7434         changed.
7435         (bitset_word_t): Renamed from bitset_word.  All uses changed.
7436
7437         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
7438
7439         [BZ #281]
7440         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
7441         * lib/regcomp.c: Remove unnecessary uses of
7442         unsigned RE_TRANSLATE_TYPE.
7443         * lib/regex_internal.h: Likewise.
7444         * lib/regex_internal.c: Likewise.
7445         * lib/regexec.c: Likewise.
7446         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
7447
7448         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
7449
7450         * lib/regexec.c (find_recover_state): Remove unnecessary
7451         initialization.
7452         (transit_state_bkref): Make DFA a const pointer.
7453         (get_subexp): Likewise.
7454         (check_arrival): Likewise.
7455         (update_cur_sifted_state): Likewise.
7456         (re_search_internal): Likewise.
7457         (prune_impossible_nodes): Likewise.
7458         (acquire_init_state_context): Likewise.
7459         (proceed_next_node): Likewise.
7460         (set_regs): Likewise.
7461         (free_fail_stack_return): Likewise.
7462         (check_arrival_expand_ecl): Mark DFA parameter as const.
7463         (check_arrival_expand_ecl_sub): Likewise.
7464         (check_subexp_limits): Likewise.
7465         (sub_epsilon_src_nodes):  Likewise.
7466         (add_epsilon_src_nodes):  Likewise.
7467         (merge_state_array): Likewise.
7468         (update_regs): Likewise.
7469         (build_trtable): Likewise.
7470         (sift_states_backward): Mark MCTX parameter as const.
7471         (build_sifted_states): Likewise.
7472         (update_cur_sifted_state): Likewise.
7473         (sift_states_mkref): Likewise.
7474         (check_arrival_expand_ecl): Mark eclosure as const.
7475         (check_dst_limits_calc_pos_1): Likewise.
7476         * lib/regex_internal.h (re_match_context_t): Make dfa a const
7477         pointer.
7478
7479         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
7480
7481         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
7482         (transit_state_sb): Likewise.
7483         (transit_state_mb): Likewise.
7484         (sift_states_iter_mb): Likewise.
7485         (check_arrival_add_next_nodes): Likewise.
7486         (check_node_accept_bytes): Change first parameter to pointer-to-const.
7487         [_LIBC] (re_search_2_stub): Use mempcpy.
7488
7489         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
7490         mbrtowc for very simple UTF-8 case.
7491
7492         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
7493         a pointer-to-const.
7494         (re_acquire_state_context): Likewise.
7495         * lib/regex_internal.h: Adjust prototypes.
7496
7497         * lib/regex.c: Prevent using C++ compilers.
7498
7499         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
7500         (re_acquire_state_context): Likewise.
7501
7502 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7503
7504         * modules/regex (Depends-on): Add ssize_t.
7505
7506 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7507
7508         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
7509         translation table.
7510
7511 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7512
7513         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
7514
7515 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
7516             Bruno Haible  <bruno@clisp.org>
7517
7518         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
7519         <sys/types.h> and <inttypes.h>.
7520
7521 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7522
7523         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
7524         `__error_t_defined', so argp.h will not typedef the former.
7525
7526 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
7527
7528         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
7529         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
7530         glibc names.  Even if glibc is changed to conform to POSIX, the
7531         traditional names will be available anyway, since regex depends on
7532         the extensions module.  Also, fix a longstanding typo in the
7533         implementation of Spencer ERE test #75 from grep 2.3.  Problems
7534         reported by Emanuele Giaquinta.  Also, change sense of cached
7535         variable, so that the message makes sense.
7536
7537 2006-03-24  Simon Josefsson  <jas@extundo.com>
7538
7539         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
7540         including some doc fixes.
7541         (base64_encode_alloc): Fix +1 bug on allocation failures.
7542
7543 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7544
7545         * lib/base64.c (base64_encode): Do not read past end of array with
7546         unsanitized input on systems with CHAR_BIT > 8.
7547
7548 2006-03-24  Eric Blake  <ebb9@byu.net>
7549
7550         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
7551
7552 2006-03-22  Karl Berry  <karl@gnu.org>
7553
7554         * config/srclist.txt (*setenv.[ch]): get from coreutils.
7555         * config/srclistvars.sh (COREUTILS): new var.
7556
7557 2006-03-17  Jim Meyering  <jim@meyering.net>
7558
7559         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
7560         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
7561
7562 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7563
7564         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
7565         no longer needs it.  Instead, check that regoff_t is as least
7566         as wide as ptrdiff_t.
7567
7568         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
7569         so that our regex.h stays compatible with the installed regex.
7570         This is helpful for installers who configure --without-included-regex.
7571         Problem reported by Emanuele Giaquinta.
7572
7573 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7574
7575         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
7576         Typedef to long int, not to off_, as POSIX will likely change
7577         in that direction.
7578
7579 2006-03-15  Eric Blake  <ebb9@byu.net>
7580
7581         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
7582
7583 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7584
7585         * lib/argp-help.c (validate_uparams): Fix typo
7586         * lib/argp-parse.c (argp_default_options): Consistently begin help
7587         messages with a lowercase letter.
7588
7589 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
7590
7591         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
7592         overrun buffers and shouldn't be used (much as gets shouldn't be
7593         used).
7594         * lib/time_r.c (asctime_r, ctime_r): Likewise.
7595
7596 2006-03-08  Simon Josefsson  <jas@extundo.com>
7597
7598         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
7599         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7600
7601 2006-03-08  Simon Josefsson  <jas@extundo.com>
7602
7603         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
7604         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7605
7606 2006-03-08  Simon Josefsson  <jas@extundo.com>
7607
7608         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
7609         signal that configure disabled the device.
7610
7611 2006-03-08  Simon Josefsson  <jas@extundo.com>
7612
7613         * build-aux/maint.mk: Fix refresh-po, to handle no translated
7614         languages.
7615
7616 2006-03-07  Simon Josefsson  <jas@extundo.com>
7617
7618         * modules/getopt (Depends-on): Add unistd.
7619
7620         * modules/unistd: New file.
7621
7622 2006-03-07  Simon Josefsson  <jas@extundo.com>
7623
7624         * modules/gc-random: New file.
7625
7626 2006-03-07  Simon Josefsson  <jas@extundo.com>
7627
7628         * m4/unistd_h.m4: New file.
7629
7630 2006-03-07  Simon Josefsson  <jas@extundo.com>
7631
7632         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
7633         test to be side-effect free by storing the result in the cache
7634         variable gl_cv_lib_readline, and moving the assignment of
7635         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
7636         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7637
7638 2006-03-07  Simon Josefsson  <jas@extundo.com>
7639
7640         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
7641         error on missing devices (the functions will return an error).
7642
7643         * m4/gc.m4: Move random stuff to gc-random.m4
7644
7645 2006-03-07  Simon Josefsson  <jas@extundo.com>
7646
7647         * lib/unistd_.h: New file.
7648
7649 2006-03-07  Simon Josefsson  <jas@extundo.com>
7650
7651         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
7652
7653 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7654
7655         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
7656         Problem reported by Juan Manuel Guerrero.
7657
7658 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7659
7660         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
7661         the unistd module.
7662         * lib/getlogin_r.c: Likewise.
7663         * lib/getlogin_r.h: Likewise.
7664         * lib/glob.c: Likewise.
7665         * lib/pagealign_alloc.c: Likewise.
7666         * lib/unistd_.h: Remove; no longer needed.
7667
7668 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7669
7670         * MODULES.html.sh (Support for systems lacking POSIX:2001):
7671         Add unistd.
7672         * modules/c-stack (Depends-on): Add unistd.
7673         * modules/getlogin_r: Likewise.
7674         * modules/glob: Likewise.
7675         * modules/pagealign_alloc: Likewise.
7676         * modules/unistd (Files): Remove lib/unistd_.h.
7677         (EXTRA_DIST): Remove.
7678         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
7679         need unistd_.h.
7680         (MOSTLYCLEANFILES): Remove unistd.h-t.
7681
7682 2006-03-03  Simon Josefsson  <jas@extundo.com>
7683
7684         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
7685
7686 2006-03-03  Simon Josefsson  <jas@extundo.com>
7687
7688         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
7689         libidn and bison.
7690
7691 2006-03-03  Simon Josefsson  <jas@extundo.com>
7692
7693         * build-aux/maint.mk: Add indent target.
7694
7695 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
7696
7697         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
7698         our replacement poll.h in any case, to avoid a differing
7699         declaration from a system header.  Seen on AIX.
7700
7701 2006-03-01  Simon Josefsson  <jas@extundo.com>
7702
7703         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
7704         <kasal@ucw.cz>.
7705
7706 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7707
7708         * modules/gettime (Depends-on): Add extensions module.
7709         * modules/nanosleep (Depends-on): Likewise.
7710         * modules/settime (Depends-on): Likewise.
7711
7712 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7713
7714         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
7715         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
7716         pedantically.
7717         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7718         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
7719
7720         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
7721         not "==".  Reported by Ralf Wildenhues.
7722
7723 2006-03-01  Karl Berry  <karl@gnu.org>
7724
7725         * doc/Copyright/request-*: new files, synced from gnuorg.
7726
7727 2006-03-01  Karl Berry  <karl@gnu.org>
7728
7729         * config/srclist.txt (Copyright/*): new entries.
7730
7731 2006-02-28  Simon Josefsson  <jas@extundo.com>
7732
7733         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
7734
7735 2006-02-27  Simon Josefsson  <jas@extundo.com>
7736
7737         * lib/base64.h: Indent #define's.  From Jim Meyering
7738         <jim@meyering.net>.
7739
7740 2006-02-27  Jim Meyering  <jim@meyering.net>
7741
7742         Revert the change of 2006-02-24, so these files can continue
7743         to be sync'd from gettext.
7744         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
7745         of `config.h'.
7746
7747 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
7748
7749         * modules/intprops: New file.
7750         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
7751         Add intprops.
7752         * modules/getloadavg (Files): Remove lib/intprops.h.
7753         (Depends-on): Add intprops.
7754         * modules/human: Likewise.
7755         * modules/inttostr: Likewise.
7756         * modules/openat: Likewise.
7757         * modules/sig2str: Likewise.
7758         * modules/userspec: Likewise.
7759         * modules/utimecmp: Likewise.
7760         * modules/xnanosleep: Likewise.
7761         * modules/xstrtol: Likewise.
7762
7763 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
7764
7765         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
7766         * modules/lock-tests (TESTS): Use $(EXEEXT).
7767         * modules/tls-tests: Likewise.
7768         * modules/argp-tests: Likewise.
7769         (check_PROGRAMS): New var, replacing...
7770         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
7771
7772 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7773
7774         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
7775         `config.h'.
7776
7777 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7778
7779         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
7780
7781 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7782
7783         Sync from coreutils.
7784         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
7785         gl_CHDIR_SAFER.
7786
7787 2006-02-22  Jim Meyering  <jim@meyering.net>
7788
7789         Sync from coreutils.
7790         * m4/chdir-safer.m4: New file.
7791
7792 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7793
7794         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
7795         AT_FDCWD exceeds INT_MAX.
7796         * lib/openat.h (AT_FDCWD): Likewise.
7797
7798 2006-02-17  Eric Blake  <address@hidden>
7799
7800         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
7801
7802 2006-02-16  Simon Josefsson  <jas@extundo.com>
7803
7804         * modules/getaddrinfo (Depends-on): Add sys_socket.
7805
7806 2006-02-15  Simon Josefsson  <jas@extundo.com>
7807
7808         * build-aux/maint.mk: Add dsyntax-check rule.
7809
7810 2006-02-15  Eric Blake  <ebb9@byu.net>
7811
7812         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
7813         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
7814         'present but cannot compile' warnings on cygwin.
7815         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
7816         use ws2tcpip.h if sys/socket.h works.
7817         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
7818         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
7819
7820 2006-02-14  Simon Josefsson  <jas@extundo.com>
7821
7822         * modules/maintainer-makefile (Files): Rename.
7823
7824         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
7825         and (the local) Makefile.cfg to maint-cfg.mk.
7826
7827         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
7828         to the latter.
7829
7830         * modules/maintainer-makefile: New module.
7831
7832         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
7833         severaly stripped to make it possible to build it up from scratch
7834         with reliable tests.
7835
7836         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
7837         fixes to permit overriding the default actions when configure and
7838         makefile are not available.
7839
7840 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7841
7842         Sync from coreutils.
7843         * modules/lstat (Depends-on): Don't depend on xalloc.
7844         (License): Change from GPL to LGPL, since this is now simply a
7845         replacement for a libc function.
7846
7847 2006-02-14  Jim Meyering  <jim@meyering.net>
7848
7849         Sync from coreutils.
7850
7851         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
7852         failure on deficient systems, and simplify gnulib lgpl dependencies.
7853         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
7854         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
7855
7856         * lib/xalloc-die.c: Remove unused definition of N_.
7857
7858 2006-02-14  Jim Meyering  <jim@meyering.net>
7859
7860         Sync from coreutils.
7861         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
7862         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
7863         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
7864         double-quote uses of that variable, to accommodate the rare case in
7865         which getmntent is available in none of the libraries checked.  This
7866         happens at least on FreeBSD 5.0.
7867
7868 2006-02-13  Simon Josefsson  <jas@extundo.com>
7869
7870         * gnulib-tool (Usage): Fix --import, from
7871         karl@freefriends.org (Karl Berry).
7872
7873 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7874
7875         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
7876
7877 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
7878
7879         * lib/argp-namefrob.h: Restore changes accidentally lost during the
7880         "autoupdate" on 2005-12-12.
7881
7882 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7883
7884         * modules/closeout (Depends-on): Remove atexit.
7885
7886 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7887
7888         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
7889         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
7890
7891 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7892
7893         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
7894         __EXTENSIONS__ if this causes compilation to fail.  Problem
7895         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
7896         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
7897
7898 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
7899
7900         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
7901         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
7902         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
7903         All uses changed.
7904
7905 2006-01-26  Simon Josefsson  <jas@extundo.com>
7906
7907         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
7908         prototype is visible on mingw32.
7909
7910         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
7911         for mingw32.
7912
7913         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
7914         mingw32).
7915
7916 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7917
7918         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
7919         attempt to open for write; this always fails, at least on POSIX
7920         hosts.  This reinstates the 2006-01-09 change, which was
7921         inadvertently removed.
7922
7923 2006-01-26  Bruno Haible  <bruno@clisp.org>
7924
7925         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
7926         Reported by Paul Eggert.
7927
7928 2006-01-26  Bruno Haible  <bruno@clisp.org>
7929             Paul Eggert  <eggert@cs.ucla.edu>
7930
7931         * lib/stdbool_.h (_Bool)
7932         [(! (defined __cplusplus || defined __BEOS__)
7933           && !defined __GNUC__
7934           && !(defined __HP_cc || defined __xlc__
7935                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
7936                || defined __sgi))]:
7937         #define to signed char in these cases too; this simplifies
7938         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
7939         etc., separately) and makes it more conservative.
7940
7941 2006-01-25  Simon Josefsson  <jas@extundo.com>
7942
7943         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
7944         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
7945         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
7946
7947 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7948
7949         * lib/argp-namefrob.h: Bugfix. Remove stray #
7950
7951 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7952
7953         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
7954         so that we test the test.
7955         Check for yet another HP-UX cc bug involving *bool |= bool.
7956
7957 2006-01-25  Karl Berry  <karl@gnu.org>
7958
7959         * config/srclist.txt (vasnprintf.c): sync lost.
7960
7961 2006-01-25  Jim Meyering  <jim@meyering.net>
7962
7963         Sync from the stable (b5) branch of coreutils:
7964
7965         * lib/fts.c (fts_children): Don't let close() clobber errno from
7966         failed fchdir().
7967
7968         * lib/fts.c (fts_stat): When following a symlink-to-directory,
7969         don't necessarily interpret stat-fails+lstat-succeeds as indicating
7970         a dangling symlink.  That can also happen at least for ELOOP.
7971         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
7972         FYI, this bug predates the inclusion of fts.c in coreutils.
7973
7974         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
7975         in their own block, so pre-c99 compilers don't object.
7976
7977         Avoid the double-free (first in fts_read, second in fts_close) that
7978         would occur when an `active' directory is made inaccessible (e.g.,
7979         via chmod a-x) during a traversal.
7980         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7981         before returning.  Reproduce this failure by
7982         mkdir -p a/b; cd a; chmod a-x . b
7983         Reported by Stavros Passas.
7984
7985 2006-01-25  Jim Meyering  <jim@meyering.net>
7986
7987         * lib/fileblocks.c: Remove more useless parentheses.
7988         * lib/readutmp.h: Likewise.
7989
7990 2006-01-25  Bruno Haible  <bruno@clisp.org>
7991
7992         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
7993         warnings.
7994         Reported by Paul Eggert.
7995
7996 2006-01-25  Bruno Haible  <bruno@clisp.org>
7997
7998         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
7999         rid of a trap command. For Solaris sh.
8000         Reported by Mark D. Baushke <mdb@gnu.org>.
8001
8002 2006-01-24  Simon Josefsson  <jas@extundo.com>
8003
8004         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
8005         Bruno.
8006
8007 2006-01-24  Karl Berry  <karl@gnu.org>
8008
8009         * config/srclist.txt (argp-namefrob.h): sync lost.
8010
8011 2006-01-24  Jim Meyering  <jim@meyering.net>
8012
8013         * modules/openat (Files): Add lib/intprops.h.
8014         From Mark D. Baushke.
8015
8016 2006-01-24  Jim Meyering  <jim@meyering.net>
8017
8018         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
8019         Reported by Mark D. Baushke.
8020
8021 2006-01-24  Jim Meyering  <jim@meyering.net>
8022
8023         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
8024
8025 2006-01-24  Bruno Haible  <bruno@clisp.org>
8026
8027         * modules/strnlen (Maintainer): Change from glibc to all.
8028
8029 2006-01-24  Bruno Haible  <bruno@clisp.org>
8030
8031         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
8032         Patch by Paul Eggert.
8033
8034 2006-01-24  Bruno Haible  <bruno@clisp.org>
8035
8036         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
8037         already has it.
8038         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
8039         2005-11-26.
8040
8041         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
8042         'signed char' to avoid problems with the built-in _Bool type.
8043         Reported by Paul Eggert on 2005-11-26.
8044
8045 2006-01-24  Bruno Haible  <bruno@clisp.org>
8046
8047         * gnulib-tool (func_import): Avoid constructing complicated sed
8048         expressions inside backquote.
8049         Report and solution by Mark D. Baushke <mdb@gnu.org>.
8050
8051 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
8052
8053         These changes imported from libc.
8054         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
8055         test and two separate function calls.
8056         * lib/strndup.c (__strndup): Add libc_hidden_def.
8057
8058 2006-01-23  Simon Josefsson  <jas@extundo.com>
8059
8060         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
8061         Remove the test_*_SOURCES variable: automake infers it by default.
8062         * modules/tls-tests: Likewise.
8063
8064 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8065
8066         Work around porting bugs reported by Dieter in
8067         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
8068         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
8069         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
8070         Include "getopt.h" first, to check interface.
8071         (getenv): Declare only if defined HAVE_DECL_GETENV &&
8072         !HAVE_DECL_GETENV.
8073         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
8074         (__strndup): Revert to K&R-style function dfns, the glibc style.
8075         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
8076         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
8077         Include strnlen.h first, to get prototype properly.
8078         (strnlen): Renamed from __strnlen.
8079         Remove weak alias.
8080
8081 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8082
8083         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
8084
8085 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8086
8087         * config/srclist.txt: Adjust to reflect glibc reorganization.
8088         This affects only comments.
8089
8090 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8091
8092          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
8093          Reported by Bruce Korb <bkorb@gnu.org>.
8094
8095 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
8096
8097         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
8098         to pacify gcc -Wswitch-default.
8099
8100 2006-01-22  Bruno Haible  <bruno@clisp.org>
8101
8102         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
8103         temporary buffer for sprintf, take into account the precision also
8104         for 'd', 'i', 'u', 'o', 'x', 'X'.
8105
8106 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8107
8108         * modules/argp-tests: New module
8109         * tests/test-argp.c: New file
8110         * tests/test-argp-2.sh: New file
8111
8112 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8113
8114         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
8115         (__argp_base_name): Removed
8116         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
8117         typo.
8118         (__argp_base_name): Provide macro definition or extern declaration
8119         depending on the configuration
8120
8121 2006-01-20  Simon Josefsson  <jas@extundo.com>
8122
8123         * modules/inet_ntop (Depends-on): Depend on sys_socket.
8124
8125 2006-01-20  Simon Josefsson  <jas@extundo.com>
8126
8127         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
8128
8129 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8130
8131         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
8132         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
8133         Suggested by Bruno Haible.
8134
8135 2006-01-20  Karl Berry  <karl@gnu.org>
8136
8137         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
8138         until changes propagate, I guess.
8139
8140 2006-01-19  Simon Josefsson  <jas@extundo.com>
8141
8142         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
8143
8144 2006-01-19  Simon Josefsson  <jas@extundo.com>
8145
8146         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
8147
8148 2006-01-19  Simon Josefsson  <jas@extundo.com>
8149
8150         * gnulib-tool: Set check_PROGRAMS.
8151
8152         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8153         modules/des-tests, modules/gc-arcfour-tests,
8154         modules/gc-arctwo-tests, modules/gc-des-tests,
8155         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8156         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8157         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8158         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8159         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8160         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
8161         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
8162         test_*_SOURCES.
8163
8164 2006-01-18  Simon Josefsson  <jas@extundo.com>
8165
8166         * modules/socklen (Depends-on): Depend on sys_socket.
8167
8168 2006-01-18  Simon Josefsson  <jas@extundo.com>
8169
8170         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8171         modules/des-tests, modules/gc-arcfour-tests,
8172         modules/gc-arctwo-tests, modules/gc-des-tests,
8173         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8174         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8175         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8176         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8177         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8178         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
8179         $(EXEEXT) to automake TESTS variable, for mingw32.
8180
8181 2006-01-17  Simon Josefsson  <jas@extundo.com>
8182
8183         * modules/socklen (Include): Need sys/socket.h.
8184
8185 2006-01-17  Bruno Haible  <bruno@clisp.org>
8186
8187         * modules/ssize_t (Include): Add <sys/types.h>.
8188
8189 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
8190
8191         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
8192         it's not portable and it doesn't work with cross-compiles.
8193         Problem reported by Bruno Haible.  Fix missing-$ typo in
8194         'test "gl_cv_ignore_unused_libraries" ...' that prevented
8195         -zignore from being used with Sun's C compiler.
8196
8197 2006-01-12  Simon Josefsson  <jas@extundo.com>
8198
8199         * lib/base64.c: Fix warning, reported by Bruno Haible
8200         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
8201
8202 2006-01-12  Bruno Haible  <bruno@clisp.org>
8203
8204         * modules/ldd: New file.
8205         * build-aux/ldd.sh.in: New file.
8206         * MODULES.html.sh (Support for building libraries and executables): Add
8207         ldd.
8208
8209 2006-01-12  Bruno Haible  <bruno@clisp.org>
8210
8211         * m4/ldd.m4: New file.
8212
8213 2006-01-12  Bruno Haible  <bruno@clisp.org>
8214
8215         * gnulib-tool (func_import, func_create_testdir): Don't go into an
8216         endless loop while replacing $auxdir with build-aux.
8217
8218 2006-01-11  Simon Josefsson  <jas@extundo.com>
8219
8220         * lib/stdint_.h (SIZE_MAX): Add missing (.
8221
8222 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
8223
8224         Sync from coreutils.
8225         * lib/md5.c: Fix commentary typos.
8226         (alignof, UNALIGNED_P): No need for a GCC-specific version.
8227         * lib/md5.h (__attribute__): Remove; unused.
8228         * lib/sha1.c: Fix commentary to match md5 better.
8229         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
8230         so that we don't need to worry about alignment.  All uses changed.
8231         This merges the 2005-10-28 md5 change into sha1.
8232
8233 2006-01-11  Jim Meyering  <jim@meyering.net>
8234
8235         Sync from coreutils.
8236         * lib/md5.c (OP): Fix spacing.
8237
8238 2006-01-11  Bruno Haible  <bruno@clisp.org>
8239
8240         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8241         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
8242         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
8243
8244 2006-01-11  Bruno Haible  <bruno@clisp.org>
8245
8246         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8247         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
8248         the "early" section as well.
8249
8250 2006-01-11  Bruno Haible  <bruno@clisp.org>
8251
8252         Avoid "ar: no archive members specified" error on MacOS X.
8253         * gnulib-tool (func_modules_add_dummy): New function.
8254         (func_import, func_create_testdir): Invoke it.
8255
8256 2006-01-11  Bruno Haible  <bruno@clisp.org>
8257
8258         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
8259         with $auxdir in AC_CONFIG_FILES statements.
8260
8261 2006-01-11  Bruno Haible  <bruno@clisp.org>
8262
8263         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8264         Initialize also noinst_HEADERS to empty.
8265
8266 2006-01-11  Bruno Haible  <bruno@clisp.org>
8267
8268         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
8269         variables.
8270         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
8271         autoreconf.
8272
8273 2006-01-11  Bruno Haible  <bruno@clisp.org>
8274
8275         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
8276         overridable by the user.
8277         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8278
8279 2006-01-10  Simon Josefsson  <jas@extundo.com>
8280
8281         * modules/sys_socket: New file.
8282
8283 2006-01-10  Simon Josefsson  <jas@extundo.com>
8284
8285         * m4/sys_socket_h.m4: New file.
8286
8287 2006-01-10  Simon Josefsson  <jas@extundo.com>
8288
8289         * lib/socket_.h: New file.
8290
8291 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8292
8293         * modules/readutmp (Maintainer): Add myself.
8294
8295 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8296
8297         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
8298         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
8299         People who are still concerned with buggy memcmp implementations
8300         can invoke gl_FUNC_MEMCMP themselves.
8301
8302 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8303
8304         * lib/regex_internal.h (BITSET_WORD_BITS):
8305         Work around a bug in 64-bit PGC (before version 6.1-2), where the
8306         preprocessor mishandles large unsigned values as if they were signed.
8307         Problem reported by Claudio Fontana in
8308         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
8309
8310 2006-01-10  Jim Meyering  <jim@meyering.net>
8311
8312         Avoid the double-free (first in fts_read, second in fts_close) that
8313         would occur when an `active' directory is made inaccessible (e.g.,
8314         via chmod a-x) during a traversal.
8315         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8316         before returning.  Reproduce this failure by
8317         mkdir -p a/b; cd a; chmod a-x . b
8318         Reported by Stavros Passas.
8319
8320         Sync from coreutils.
8321         * lib/sha1.c: Tweak grammar in a comment.
8322
8323 2006-01-10  Jim Meyering  <jim@meyering.net>
8324
8325         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
8326         Patch by Joerg Sonnenberger.
8327
8328 2006-01-10  Bruno Haible  <bruno@clisp.org>
8329
8330         * modules/readutmp: Depend on module free.
8331         * modules/strtok_r: Depend on module restrict.
8332
8333 2006-01-10  Bruno Haible  <bruno@clisp.org>
8334
8335         * modules/gettext (configure.ac): Add an invocation of
8336         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
8337
8338 2006-01-10  Bruno Haible  <bruno@clisp.org>
8339
8340         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
8341         Reported by Werner Lemberg <wl@gnu.org>.
8342
8343 2006-01-10  Bruno Haible  <bruno@clisp.org>
8344
8345         * lib/localcharset.c: Update from GNU gettext.
8346
8347 2006-01-10  Bruno Haible  <bruno@clisp.org>
8348
8349         * lib/argp.h (__const): Remove macro. Use const instead.
8350         * lib/argp-fmtstream.h (__const): Likewise.
8351         * lib/glob_.h (__const): Remove macro.
8352         * lib/glob-libc.h: Use const instead of __const.
8353
8354 2006-01-10  Bruno Haible  <bruno@clisp.org>
8355
8356         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
8357         variable.
8358         Needed to avoid an automake error regarding the 'gettext' module.
8359
8360 2006-01-09  Simon Josefsson  <jas@extundo.com>
8361
8362         * modules/inet_ntop (Depends-on): Add restrict.
8363
8364 2006-01-09  Simon Josefsson  <jas@extundo.com>
8365
8366         * modules/gc-rijndael-tests (License): Put under LGPL.
8367
8368         * modules/gc-des-tests (License): Likewise.
8369
8370         * modules/gc-arcfour-tests (License): Likewise.
8371
8372         * modules/gc-arctwo-tests (License): Likewise.
8373
8374         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
8375
8376         * modules/gc-hmac-sha1-tests (Files): Likewise.
8377
8378         * modules/gc-hmac-md5-tests (License): Likewise.
8379
8380         * modules/gc-sha1-tests (License): Likewise.
8381
8382         * modules/gc-md5-tests (License): Likewise.
8383
8384         * modules/gc-md4-tests (License): Likewise.
8385
8386         * modules/gc-md2-tests (License): Likewise.
8387
8388         * modules/gc-tests (License): Likewise.
8389
8390         * modules/des-tests (License): Likewise.
8391
8392         * modules/md4-tests (License): Likewise.
8393
8394         * modules/md2-tests (License): Likewise.
8395
8396 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8397
8398         Sync from coreutils:
8399
8400         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
8401         * modules/lib-ignore: New file.
8402         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
8403         chdir-safer.m4, lchmod.m4.
8404         * modules/openat: Add mkdirat.c, openat-priv.h.
8405
8406 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8407
8408         Sync from coreutils.
8409         * m4/lib-ignore.m4: New file.
8410         * m4/lchmod.m4: New file.
8411
8412 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8413
8414         Sync from coreutils.
8415         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
8416         for write access: POSIX says that must fail.
8417         * lib/fts.c (diropen): Likewise.
8418         * lib/save-cwd.c (save_cwd): Likewise.
8419         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
8420         well, for minor improvements on hosts that lack O_DIRECTORY.
8421         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
8422         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
8423         Fall back on chown if open failed with EACCES.
8424
8425         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
8426         Report an error at compile-time if only a 1-second nominal clock
8427         resolution is found.
8428
8429         * lib/lchmod.h: New file.
8430         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
8431         (make_dir_parents): Use lchown rather than chown, and
8432         lchmod rather than chmod.
8433
8434         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
8435         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
8436         "proc" reported by n0dalus.
8437
8438         * lib/mountlist.c: Include <limits.h>.
8439         (dev_from_mount_options)
8440         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
8441         New function.  It no longer assumes "dev=" has the System V meaning
8442         on Linux (since it doesn't).  It also parses "dev=" more carefully.
8443         (read_file_system_list)
8444         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
8445         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
8446         dev= in that case.
8447
8448         * lib/posixtm.h (PDS_PRE_2000): New macro.
8449         * lib/posixtm.c (year): Arg is now syntax_bits rather than
8450         allow_century.  All usages changed.  Reject dates outside the range
8451         1969-1999 if PDS_PRE_2000 is used.
8452
8453 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8454
8455         Sync from coreutils.
8456         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
8457         (Time of day items): Mention the possibility of leap seconds.
8458         Problem reported by Dr. David Alan Gilbert.
8459
8460 2006-01-09  Jim Meyering  <jim@meyering.net>
8461
8462         Sync from coreutils.
8463
8464         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
8465
8466         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
8467
8468         * lib/modechange.c (mode_compile): Reject an invalid mode string
8469         that starts with an octal digit.  From Andreas Gruenbacher.
8470
8471         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
8472         and dup to open_safer and dup_safer, respectively.
8473         (openat_permissive): Fix typo in comment.
8474
8475         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
8476         "gettext.h"; either no longer needed or are guaranteed by openat.h.
8477         (_): Remove; no longer needed.
8478         (openat): Renamed from rpl_openat; no need for rpl_openat
8479         since openat.h renames openat for us.
8480         Replace most of the body with a call to openat_permissive,
8481         to avoid duplicate code.
8482         Port to (probably hypothetical) environments were mode_t is
8483         wider than int.
8484         (openat_permissive): Require mode arg, so that we can check
8485         types better.  Put it just after flags.  Change cwd failure
8486         indicator from pointer-to-bool to pointer-to-errno-value.
8487         All callers changed.
8488         Invoke openat_save_fail and/or openat_restore_fail if
8489         cwd_errno is null, so that openat can call us.
8490         (openat_permissive, fdopendir, fstatat, unlinkat):
8491         Simplify errno handling to avoid some duplicate code,
8492         as it's OK to set errno on success.
8493         * lib/openat.h: Revamp code so that function macros depend on
8494         __OPENAT_PREFIX only, not also on AT_FDCWD.
8495         (openat_ro): Remove.  Caller changed to use openat_permissive.
8496         (openat_permissive): Now a macro, if not a function.
8497         (openat_restore_fail, openat_save_fail): Now always functions,
8498         since mkdirat needs them even if __OPENAT_PREFIX is defined.
8499
8500         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
8501         and openat.c.
8502         * lib/mkdirat.c: Include openat-priv.h.
8503         Remove definitions of macros defined therein.
8504         * lib/openat.c: Likewise.
8505
8506         * lib/mkdirat.c (mkdirat): New file and function.
8507         * lib/openat.h (mkdirat): Declare.
8508
8509         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
8510
8511         * lib/openat.h (openat_permissive): Declare.
8512         (openat_ro): Define.
8513
8514         * lib/openat.c (EXPECTED_ERRNO): New macro.
8515         (openat_permissive): New function -- used in remove.c rewrite.
8516         (all functions): Set errno just before returning, only if there
8517         was an actual failure.
8518         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
8519
8520         Emulate openat-family functions using Linux's procfs, if possible.
8521         Idea and some code based on Ulrich Drepper's glibc changes.
8522
8523         * lib/openat.c: (BUILD_PROC_NAME): New macro.
8524         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
8525         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
8526         before falling back on save_cwd and restore_cwd.
8527         (fdopendir, fstatat, unlinkat): Likewise.
8528
8529         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
8530         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
8531
8532         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
8533         as second argument to va_arg.  Otherwise, some versions of gcc
8534         warn that `if this code is reached, the program will abort'.
8535
8536 2006-01-09  Jim Meyering  <jim@meyering.net>
8537
8538         Sync from coreutils.
8539         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
8540         Require openat-priv.h.
8541
8542 2006-01-09  Bruno Haible  <bruno@clisp.org>
8543
8544         * modules/strnlen (Include): Use strnlen.h.
8545
8546 2006-01-09  Bruno Haible  <bruno@clisp.org>
8547
8548         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
8549
8550 2006-01-09  Bruno Haible  <bruno@clisp.org>
8551
8552         * lib/sysexit_.h (EX_OK): New macro.
8553         Suggested by Martin Lambers <marlam@marlam.de>.
8554
8555 2006-01-09  Bruno Haible  <bruno@clisp.org>
8556
8557         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
8558         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
8559
8560 2006-01-09  Bruno Haible  <bruno@clisp.org>
8561
8562         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
8563         numbers.
8564
8565 2006-01-09  Bruno Haible  <bruno@clisp.org>
8566
8567         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
8568         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
8569         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
8570         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
8571
8572 2006-01-09  Bruno Haible  <bruno@clisp.org>
8573
8574         * build-aux/javacomp.sh.in: New file, moved from lib/.
8575         * modules/javacomp-script (Files): Update.
8576         (configure.ac): Add AC_CONFIG_FILES invocation.
8577         (EXTRA_DIST): Remove variable.
8578
8579         * build-aux/javaexec.sh.in: New file, moved from lib/.
8580         * modules/javaexec (Files): Update.
8581         (configure.ac): Add AC_CONFIG_FILES invocation.
8582         (EXTRA_DIST): Remove javaexec.sh.in.
8583
8584         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
8585         * modules/csharpcomp-script (Files): Update.
8586         (configure.ac): Add AC_CONFIG_FILES invocation.
8587         (EXTRA_DIST): Remove variable.
8588
8589         * build-aux/csharpexec.sh.in: New file, moved from lib/.
8590         * modules/csharpexec (Files): Update.
8591         (configure.ac): Add AC_CONFIG_FILES invocation.
8592         (EXTRA_DIST): Remove csharpexec.sh.in.
8593
8594 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8595
8596         Sync from coreutils.
8597
8598         Add POSIX ACL support
8599         * lib/acl.h (copy_acl, set_acl): Add declarations.
8600         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
8601         systems other than Linux.
8602         (chmod_or_fchmod): New function: use fchmod when possible,
8603         and chmod otherwise.
8604         (file_has_acl): Add a POSIX ACL implementation, with a
8605         Linux-specific subcase.
8606         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
8607         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
8608         acls are unsupported.
8609         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
8610         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
8611         are unsupported.
8612
8613 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8614
8615         Sync from coreutils.
8616         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
8617
8618 2006-01-07  Bruno Haible  <bruno@clisp.org>
8619
8620         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
8621         gl_EARLY.
8622
8623 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8624
8625         * lib/strftime.c (tzname): Don't declare if it is already #defined.
8626         Problem reported for Mingw by Mark Junker.
8627
8628 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8629
8630         * README: Gnulib normally doesn't generate a tarball.
8631
8632 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
8633
8634         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
8635         long int, not int, for nanosecond counts, so that people who are
8636         used to POSIX struct timespec won't be surprised.  Reported by Jim
8637         Meyering.
8638
8639 2005-12-28  Bruno Haible  <bruno@clisp.org>
8640
8641         * build-aux/config.rpath: Update from GNU gettext.
8642
8643 2005-12-16  Jim Meyering  <jim@meyering.net>
8644
8645         * modules/fprintftime: New module.
8646         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
8647
8648 2005-12-16  Jim Meyering  <jim@meyering.net>
8649
8650         * m4/fprintftime.m4: New file.
8651
8652 2005-12-16  Jim Meyering  <jim@meyering.net>
8653
8654         * lib/fprintftime.c, lib/fprintftime.h: New files.
8655
8656 2005-12-15  Simon Josefsson  <jas@extundo.com>
8657
8658         * modules/socklen (configure.ac): Fix M4 macro name, to align with
8659         new m4/socklen.m4.
8660
8661 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8662
8663         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
8664         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
8665
8666 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8667
8668         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
8669         * lib/argp-help.c (fill_in_uparams): Check if the constructed
8670         struct uparams is valid. Fall back to the default values if it is
8671         not.
8672
8673 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8674
8675         * modules/argp (Files): Add argp-pin.c
8676         (Depends-on): dirname
8677         (lib_SOURCES): Add argp-pin.c
8678
8679 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8680
8681         * m4/argp.m4:  Check if program_invocation_name and
8682         program_invocation_short_name are declared and define appropriate
8683         macros if they are not.
8684
8685 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8686
8687         * lib/argp-help.c (__argp_base_name): New function
8688         (__argp_short_program_name): Rewrite using __argp_base_name
8689         * lib/argp-namefrob.h: Define program_invocation_name and
8690         program_invocation_short_name if requested
8691         (__argp_base_name): Add prototype
8692         * lib/argp-parse.c (argp_def): Use gettext wrappers
8693         (argp_default_parser): Use __argp_base_name
8694         * lib/argp-pin.c: New file. Defines program_invocation_name and
8695         program_invocation_short_name on systems that lack them.
8696
8697 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8698
8699         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
8700         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8701         porting problem reported by Georg Schwarz in
8702         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8703
8704 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8705
8706         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
8707         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8708         porting problem reported by Georg Schwarz in
8709         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8710
8711 2005-12-05  Bruno Haible  <bruno@clisp.org>
8712
8713         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
8714         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
8715         Reported by Mark Junker <mjscod@gmx.de>.
8716
8717 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
8718
8719         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
8720         Use implementation from Albert Chin, with some
8721         comments/corrections by Stepan Kasal and myself.
8722
8723 2005-12-02  Bruno Haible  <bruno@clisp.org>
8724
8725         * gnulib-tool (func_import): Accept GPLed build tool modules when
8726         --lgpl is given.
8727         * modules/csharpcomp-script: New file.
8728         * modules/csharpcomp: Depend on it.
8729         * modules/javacomp-script: New file.
8730         * modules/javacomp: Depend on it.
8731         Suggested by Simon Josefsson.
8732
8733 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
8734
8735         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
8736         statement, to work around an HP-UX 10.20 compiler bug reported by
8737         Peter O'Gorman.
8738
8739 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8740
8741         * modules/savedir (Depends-on): Add openat.
8742
8743 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8744
8745         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
8746         (uintmax_t) [defined uintmax_t]: Do not declare.
8747         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
8748         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
8749         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
8750         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
8751         sake of portability to weird hosts that C allows (though we don't
8752         know of any practical examples).
8753
8754         * lib/savedir.h (fdsavedir): New decl.
8755         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
8756         contains most of the former guts of savedir.
8757         (savedir): Use savedirstream.
8758         Include "openat.h".
8759
8760 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
8761
8762         * modules/obstack (Files): Add m4/ulonglong.m4.
8763         Problem reported by Davide Angelocola.
8764
8765 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8766
8767         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
8768         coreutils no longer futzes with rounding modes.
8769
8770 2005-11-14  Jim Meyering  <jim@meyering.net>
8771
8772         * lib/mkstemp-safer.c: Include <config.h>, required for possible
8773         replacement of mkstemp.
8774
8775 2005-11-10  Simon Josefsson  <jas@extundo.com>
8776
8777         * lib/readline.c: Remove EOL.
8778
8779 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8780
8781         * modules/gethrxtime (Depends-on): Add gettime.
8782
8783 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8784
8785         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
8786         or gettimeofday; no longer needed.
8787
8788 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8789
8790         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
8791         time business.
8792         (gethrxtime) [! (HAVE_NANOUPTIME
8793         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
8794         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
8795         our own approximation.
8796
8797 2005-11-08  Eric Blake  <ebb9@byu.net>
8798
8799         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8800
8801 2005-11-08  Eric Blake  <ebb9@byu.net>
8802
8803         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8804
8805 2005-11-04  Bruno Haible  <bruno@clisp.org>
8806
8807         * gnulib-tool: Implement --update mode.
8808
8809 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8810
8811         Fix porting problem reported by Theodoros V. Kalamatianos.
8812         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
8813         Don't assume that futimes failing means we must fail.
8814
8815 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8816
8817         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
8818         variables to suggest the intended function of the PATH_MAX check.
8819
8820 2005-10-30  Kean Johnston  <jkj@sco.com>
8821
8822         Trivial changes to support SCO systems.
8823         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
8824         as PATH_MAX.
8825         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
8826         where __ptr is null when no I/O is pending.
8827
8828 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
8829
8830         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
8831         leave errno alone.  Problem reported by Dmitry V. Levin.
8832
8833 2005-10-28  Simon Josefsson  <jas@extundo.com>
8834
8835         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
8836         Test more.
8837
8838         * tests/test-gc-md2.c, tests/test-md2.c: New files.
8839
8840         * modules/md2, modules/md2-tests: New files.
8841
8842 2005-10-28  Simon Josefsson  <jas@extundo.com>
8843
8844         * m4/inet_ntop.m4: More tests.
8845
8846         * m4/gc-md2.m4, md2.m4: New file.
8847
8848 2005-10-28  Simon Josefsson  <jas@extundo.com>
8849
8850         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
8851         "restrict" keywords, as per POSIX.  Protect the function
8852         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
8853         Don't use K&R prototypes.  Check the sprintf return values.
8854         Re-define EAFNOSUPPORT if not present.  Indent.
8855
8856         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
8857         suggested by Bruno Haible <bruno@clisp.org>.
8858
8859         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
8860
8861         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
8862
8863         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
8864         libgcrypt).
8865
8866         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
8867
8868         * lib/md2.h, lib/md2.c: New files.
8869
8870 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
8871
8872         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
8873         errno alone.  Problem reported by Frederic Jolliton.
8874
8875 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8876
8877         * modules/verify (License): Change from GPL to LGPL.  This is a
8878         tiny module and there are apparently near-equivalents that are
8879         under the BSD license.
8880
8881 2005-10-24  Simon Josefsson  <jas@extundo.com>
8882
8883         * modules/sha1: Relicense to LGPL.
8884
8885 2005-10-24  Simon Josefsson  <jas@extundo.com>
8886
8887         * lib/md4.h: Shrink buffer size, now that we changed the type.
8888
8889 2005-10-23  Simon Josefsson  <jas@extundo.com>
8890
8891         * gnulib-tool (func_import): Fix --tests-base.
8892
8893 2005-10-22  Simon Josefsson  <jas@extundo.com>
8894
8895         * modules/arcfour (Depends-on): Need stdint.
8896
8897 2005-10-22  Simon Josefsson  <jas@extundo.com>
8898
8899         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
8900         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
8901
8902 2005-10-22  Simon Josefsson  <jas@extundo.com>
8903
8904         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
8905         suggested by Bruno Haible <bruno@clisp.org>.
8906
8907 2005-10-22  Simon Josefsson  <jas@extundo.com>
8908
8909         * lib/crc.h: Include stddef.h, for size_t.
8910
8911 2005-10-22  Simon Josefsson  <jas@extundo.com>
8912
8913         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
8914         arcfour_context struct (simplify test vector testing in GNU
8915         Shishi).
8916
8917 2005-10-21  Simon Josefsson  <jas@extundo.com>
8918
8919         * modules/des, modules/des-tests: New files.
8920
8921         * modules/gc-des, modules/gc-des-tests: New files.
8922
8923         * tests/test-des.c, tests/test-gc-des.c: New file.
8924
8925 2005-10-21  Simon Josefsson  <jas@extundo.com>
8926
8927         * modules/arctwo, modules/arctwo-tests: New files.
8928
8929         * tests/test-arctwo.c: New file.
8930
8931         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
8932
8933         * tests/test-gc-arctwo.c: New file.
8934
8935 2005-10-21  Simon Josefsson  <jas@extundo.com>
8936
8937         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
8938         Bruno Haible <bruno@clisp.org>.
8939
8940         * m4/gc-des.m4: New file.
8941
8942 2005-10-21  Simon Josefsson  <jas@extundo.com>
8943
8944         * m4/arctwo.m4: New file.
8945
8946         * m4/gc-arctwo.m4: New file.
8947
8948 2005-10-21  Simon Josefsson  <jas@extundo.com>
8949
8950         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
8951         block.
8952
8953 2005-10-21  Simon Josefsson  <jas@extundo.com>
8954
8955         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
8956         <bruno@clisp.org>.
8957
8958         * lib/hmac-sha1.c (hmac_sha1): Likewise.
8959
8960         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
8961         Bruno Haible <bruno@clisp.org>.
8962
8963         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
8964         <bruno@clisp.org>.
8965
8966 2005-10-21  Simon Josefsson  <jas@extundo.com>
8967
8968         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
8969
8970 2005-10-21  Simon Josefsson  <jas@extundo.com>
8971
8972         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
8973
8974 2005-10-21  Simon Josefsson  <jas@extundo.com>
8975
8976         * lib/des.h, lib/des.c: New files.
8977
8978         * lib/gc-gnulib.c: Support DES.c
8979
8980 2005-10-21  Simon Josefsson  <jas@extundo.com>
8981
8982         * lib/arctwo.h, lib/arctwo.c: New files.
8983
8984         * lib/gc-gnulib.c: Support ARCTWO.
8985
8986 2005-10-21  Simon Josefsson  <jas@extundo.com>
8987
8988         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
8989         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8990
8991 2005-10-21  Simon Josefsson  <jas@extundo.com>
8992
8993         * gnulib-tool (func_import, func_create_testdir): Define automake
8994         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
8995         Makefile.am snippet),
8996         suggested by Bruno Haible <bruno@clisp.org>.
8997
8998         * modules/gc (Makefile.am): Use it.
8999
9000 2005-10-21  Bruno Haible  <bruno@clisp.org>
9001
9002         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
9003         patch.
9004
9005 2005-10-19  Simon Josefsson  <jas@extundo.com>
9006
9007         * tests/test-gc-rijndael.c: New file.
9008
9009         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
9010
9011 2005-10-19  Simon Josefsson  <jas@extundo.com>
9012
9013         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
9014         interface too.
9015
9016 2005-10-19  Simon Josefsson  <jas@extundo.com>
9017
9018         * tests/test-gc-arcfour.c: New file.
9019
9020         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
9021
9022 2005-10-19  Simon Josefsson  <jas@extundo.com>
9023
9024         * modules/gc-md4, modules/gc-md4-tests: New file.
9025
9026         * tests/test-gc-md4.c: New file.
9027
9028 2005-10-19  Simon Josefsson  <jas@extundo.com>
9029
9030         * m4/gc-md4.m4: New file.
9031
9032 2005-10-19  Simon Josefsson  <jas@extundo.com>
9033
9034         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
9035         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
9036         <kasal@ucw.cz>.
9037
9038 2005-10-19  Simon Josefsson  <jas@extundo.com>
9039
9040         * m4/gc-arcfour.m4: New file.
9041
9042         * m4/gc-rijndael.m4: New file.
9043
9044 2005-10-19  Simon Josefsson  <jas@extundo.com>
9045
9046         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
9047
9048 2005-10-19  Simon Josefsson  <jas@extundo.com>
9049
9050         * lib/gc-gnulib.c: Support ARCFOUR.
9051
9052 2005-10-19  Simon Josefsson  <jas@extundo.com>
9053
9054         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
9055         support.
9056
9057         * lib/gc.h: Add ECB enum type.
9058
9059         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
9060
9061 2005-10-18  Simon Josefsson  <jas@extundo.com>
9062
9063         * tests/test-md5.c: New file.
9064
9065         * modules/md5-tests: New file.
9066
9067 2005-10-18  Simon Josefsson  <jas@extundo.com>
9068
9069         * tests/test-md4.c: New file.
9070
9071         * modules/md4, modules/md4-tests: New files.
9072
9073 2005-10-18  Simon Josefsson  <jas@extundo.com>
9074
9075         * m4/md4.m4: New file.
9076
9077 2005-10-18  Simon Josefsson  <jas@extundo.com>
9078
9079         * lib/md4.h, lib/md4.c: New files, based on md5.?.
9080
9081 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
9082
9083         * gnulib-tool (func_create_testdir): Omit the second check whether
9084         BUILT_SOURCES in nonempty.
9085
9086 2005-10-17  Simon Josefsson  <jas@extundo.com>
9087
9088         * tests/test-rijndael.c: New file.
9089
9090 2005-10-17  Simon Josefsson  <jas@extundo.com>
9091
9092         * modules/sha1: Depend on stdint instead of md5.
9093
9094         * modules/md5: Depend on stdint, remove uint32_t.
9095
9096 2005-10-17  Simon Josefsson  <jas@extundo.com>
9097
9098         * modules/gc-sha1-tests: New file.
9099
9100         * tests/test-gc-sha1.c: New file.
9101
9102 2005-10-17  Simon Josefsson  <jas@extundo.com>
9103
9104         * m4/md5.m4: Remove call to uint32_t.m4.
9105
9106 2005-10-17  Simon Josefsson  <jas@extundo.com>
9107
9108         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
9109
9110         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
9111         md5.h.
9112
9113         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
9114
9115         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
9116
9117 2005-10-17  Simon Josefsson  <jas@extundo.com>
9118
9119         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
9120
9121 2005-10-17  Simon Josefsson  <jas@extundo.com>
9122
9123         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
9124
9125 2005-10-17  Simon Josefsson  <jas@extundo.com>
9126
9127         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
9128
9129         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
9130
9131 2005-10-17  Bruno Haible  <bruno@clisp.org>
9132
9133         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
9134         that it can also be used in a test.
9135
9136 2005-10-16  Bruno Haible  <bruno@clisp.org>
9137
9138         * gnulib-tool (func_emit_tests_Makefile_am): Also define
9139         TESTS_ENVIRONMENT, so that individual tests can augment it.
9140
9141         * gnulib-tool (func_create_testdir): Use an intermediate target for
9142         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
9143         macros, like $(ALLOCA_H), which cannot be passed through the command
9144         line.
9145
9146 2005-10-15  Simon Josefsson  <jas@extundo.com>
9147
9148         * modules/rijndael-tests: New file.
9149
9150         * modules/rijndael: New file.
9151
9152 2005-10-15  Simon Josefsson  <jas@extundo.com>
9153
9154         * m4/rijndael.m4: New file.
9155
9156 2005-10-15  Simon Josefsson  <jas@extundo.com>
9157
9158         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
9159
9160         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
9161
9162 2005-10-14  Simon Josefsson  <jas@extundo.com>
9163
9164         * tests/test-arcfour.c: New file.
9165
9166         * modules/arcfour, modules/arcfour-tests: New files.
9167
9168 2005-10-14  Simon Josefsson  <jas@extundo.com>
9169
9170         * m4/arcfour.m4: New file.
9171
9172 2005-10-14  Simon Josefsson  <jas@extundo.com>
9173
9174         * lib/arcfour.h, lib/arcfour.c: New files.
9175
9176 2005-10-14  Roland McGrath  <roland@redhat.com>
9177
9178         Import from libc.  [BZ #1331]
9179         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
9180         macro argument.
9181         Reported by Matej Vela <vela@debian.org>.
9182
9183 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9184
9185         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
9186         include <wchar.h>; no longer needed.
9187
9188 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9189
9190         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
9191
9192 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
9193         and  Ulrich Drepper  <drepper@redhat.com>
9194
9195         Import from libc.
9196         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
9197         instead of inline stream orientation test and two separate
9198         function calls.  Pay no attention to USE_IN_LIBIO.
9199
9200 2005-10-13  Simon Josefsson  <jas@extundo.com>
9201
9202         * modules/gc-hmac-md5-tests: New file.
9203
9204         * tests/test-gc-hmac-sha1.c: New file.
9205
9206         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
9207
9208         * modules/gc-hmac-md5-tests: New file.
9209
9210         * tests/test-gc-md5.c: New file.
9211
9212         * modules/gc-md5-tests: New file.
9213
9214 2005-10-13  Simon Josefsson  <jas@extundo.com>
9215
9216         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
9217         Move memory allocation outside of loop.
9218
9219 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
9220
9221         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
9222         intermediate directory is in a read-only file system.  Problem
9223         reported by Eric Blake.
9224
9225 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
9226
9227         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
9228
9229 2005-10-12  Simon Josefsson  <jas@extundo.com>
9230
9231         * tests/test-hmac-sha1.c: New file.
9232
9233         * modules/hmac-sha1-tests: New file.
9234
9235         * modules/hmac-sha1: New file.
9236
9237 2005-10-12  Simon Josefsson  <jas@extundo.com>
9238
9239         * modules/gc-sha1: New file.
9240
9241 2005-10-12  Simon Josefsson  <jas@extundo.com>
9242
9243         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
9244
9245         * tests/test-gc-pbkdf2-sha1.c: New file.
9246
9247 2005-10-12  Simon Josefsson  <jas@extundo.com>
9248
9249         * modules/gc-md5, modules/gc-hmac-md5: New files.
9250
9251         * modules/gc (Files): Remove md5, memxor and hmac files.
9252
9253 2005-10-12  Simon Josefsson  <jas@extundo.com>
9254
9255         * m4/gc-pbkdf2-sha1.m4: New file.
9256
9257         * m4/gc-hmac-sha1.m4: New file.
9258
9259         * m4/gc-sha1: New file.
9260
9261         * m4/hmac-sha1.m4: New file.
9262
9263 2005-10-12  Simon Josefsson  <jas@extundo.com>
9264
9265         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
9266
9267         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
9268
9269 2005-10-12  Simon Josefsson  <jas@extundo.com>
9270
9271         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
9272         suggested by Bruno Haible <bruno@clisp.org>.
9273
9274 2005-10-12  Simon Josefsson  <jas@extundo.com>
9275
9276         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
9277
9278 2005-10-12  Simon Josefsson  <jas@extundo.com>
9279
9280         * lib/gc-pbkdf2-sha1.c: New file.
9281
9282         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
9283
9284 2005-10-12  Simon Josefsson  <jas@extundo.com>
9285
9286         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
9287
9288         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
9289
9290 2005-10-12  Simon Josefsson  <jas@extundo.com>
9291
9292         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
9293         GC_USE_HMAC_MD5, respectively.
9294
9295         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
9296         (gc_md5): Fix typo.
9297
9298         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
9299
9300         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
9301
9302         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
9303
9304 2005-10-12  Bruno Haible  <bruno@clisp.org>
9305
9306         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
9307         Reported by Stepan Kasal <kasal@ucw.cz>.
9308
9309 2005-10-11  Simon Josefsson  <jas@extundo.com>
9310
9311         * tests/test-crc.c: New file.
9312
9313         * modules/crc, modules/crc-tests: New files.
9314
9315 2005-10-11  Simon Josefsson  <jas@extundo.com>
9316
9317         * m4/crc.m4: New file.
9318
9319 2005-10-11  Simon Josefsson  <jas@extundo.com>
9320
9321         * lib/gc.h: Add gc_hash and gc_hash_buffer.
9322
9323         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
9324
9325         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
9326
9327 2005-10-11  Simon Josefsson  <jas@extundo.com>
9328
9329         * lib/crc.h, lib/crc.c: New files.
9330
9331         * lib/gc.h (gc_hash_buffer): Add doc.
9332
9333 2005-10-11  Bruno Haible  <bruno@clisp.org>
9334
9335         * modules/c-strcasestr: New file.
9336         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
9337
9338 2005-10-11  Bruno Haible  <bruno@clisp.org>
9339
9340         * modules/c-strcase: New file.
9341         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
9342
9343 2005-10-11  Bruno Haible  <bruno@clisp.org>
9344
9345         * lib/strcasecmp.c: Include limits.h.
9346         (strcasecmp): Avoid integer overflow on exotic platforms.
9347         * lib/strncasecmp.c: Include limits.h.
9348         (strncasecmp): Avoid integer overflow on exotic platforms.
9349         Reported by Paul Eggert.
9350
9351 2005-10-11  Bruno Haible  <bruno@clisp.org>
9352
9353         * lib/c-strcasestr.h: New file, from GNU gettext.
9354         * lib/c-strcasestr.c: New file, from GNU gettext.
9355
9356 2005-10-11  Bruno Haible  <bruno@clisp.org>
9357
9358         * lib/c-strcase.h: New file, from GNU gettext.
9359         * lib/c-strcasecmp.c: New file, from GNU gettext.
9360         * lib/c-strncasecmp.c: New file, from GNU gettext.
9361
9362 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9363
9364         * modules/mempcpy (License): GPL -> LGPL.
9365         * modules/strchrnul (License): Likewise.
9366         * modules/sysexits (License): Likewise.
9367
9368 2005-10-08  Simon Josefsson  <jas@extundo.com>
9369
9370         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
9371
9372 2005-10-07  Simon Josefsson  <jas@extundo.com>
9373
9374         * m4/memxor.m4: Remove gl_C_RESTRICT call.
9375
9376 2005-10-06  Simon Josefsson  <jas@extundo.com>
9377
9378         * tests/test-hmac-md5.c: New file.
9379
9380         * modules/hmac-md5-tests: New file.
9381
9382         * modules/hmac-md5: New file.
9383
9384 2005-10-06  Simon Josefsson  <jas@extundo.com>
9385
9386         * m4/hmac-md5.m4: New file.
9387
9388         * m4/memxor.m4: Require gl_C_RESTRICT.
9389
9390 2005-10-06  Simon Josefsson  <jas@extundo.com>
9391
9392         * lib/memxor.c (memxor): Avoid casts and warnings.
9393
9394 2005-10-06  Simon Josefsson  <jas@extundo.com>
9395
9396         * lib/hmac-md5.c: New file.
9397
9398         * lib/hmac.h: New file.
9399
9400 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9401
9402         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
9403         promotes to int, not unsigned int, to catch the AIX 5.3
9404         compiler bug.
9405
9406 2005-10-05  Simon Josefsson  <jas@extundo.com>
9407
9408         * modules/memxor: New file.
9409
9410         * modules/iconv (Files): Move config.rpath to havelib, it is used
9411         there.
9412
9413         * modules/havelib (Files): Add config.rpath.
9414
9415 2005-10-05  Simon Josefsson  <jas@extundo.com>
9416
9417         * m4/memxor.m4: New file.
9418
9419 2005-10-05  Simon Josefsson  <jas@extundo.com>
9420
9421         * lib/memxor.c (memxor): Fix compiler error.
9422
9423         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
9424         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
9425
9426         * lib/memxor.h, lib/memxor.c: New files.
9427
9428         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
9429         we assume all systems have it, suggested by Jim Meyering
9430         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
9431         any systems lack sys/socket.h; mingw32 is known to lack it, but we
9432         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
9433         same reasons.
9434
9435 2005-10-05  Simon Josefsson  <jas@extundo.com>
9436
9437         * config/srclist.txt: Add glibc bug 1423 for md5.h.
9438
9439 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9440
9441         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
9442         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
9443         needed, since the source code now assumes these .h files.
9444
9445 2005-10-05  Derek Price  <derek@ximbiot.com>
9446
9447         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
9448
9449 2005-10-05  Bruno Haible  <bruno@clisp.org>
9450
9451         * modules/stdint (License): Change to LGPL.
9452
9453 2005-10-04  Simon Josefsson  <jas@extundo.com>
9454
9455         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
9456         D. Baushke" <mdb@gnu.org>.
9457
9458 2005-10-04  Bruno Haible  <bruno@clisp.org>
9459
9460         * lib/verify.h (verify_true): Provide alternative definition for C++.
9461
9462 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
9463
9464         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
9465         (SSIZE_MAX): New macro, if not already defined.
9466         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
9467         than 2 GiB.
9468
9469 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9470
9471         Sync from coreutils.
9472         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
9473         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
9474         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
9475         ULLONG_MAX doesn't work with 2.7.2.1.
9476
9477 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9478
9479         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
9480         From Ben Pfaff.
9481
9482         * modules/exclude (Depends-on): Depend on verify.
9483         * modules/strtoimax (Depends-on): Likewise.
9484         * modules/utimecmp (Depends-on): Likewise.
9485
9486 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9487
9488         * lib/exclude.c: Include verify.h.
9489         (verify): Remove.  All callers changed to use verify.h's version.
9490         * lib/strtoimax.c: Likewise.
9491         * lib/utimecmp.c: Likewis.e
9492
9493         Sync from coreutils.
9494         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
9495         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
9496         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
9497         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
9498         bother returning ENOSYS if settimeofday or stime fails; just let
9499         them return whatever errno they want to return.
9500         * lib/utimens.c: Include unistd.h, for dup2.
9501         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
9502         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
9503
9504 2005-10-02  Jim Meyering  <jim@meyering.net>
9505
9506         Sync from coreutils.
9507         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
9508         from glibc-2.2.5 that fails for read-only files.
9509
9510 2005-10-02  Jim Meyering  <jim@meyering.net>
9511
9512         Sync from coreutils.
9513         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
9514         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
9515         `#if HAVE_CONFIG_H'.
9516         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
9517         Remove AT_FDCWD test.
9518         Do not consume the fd unless successful.
9519         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
9520         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
9521         block, so that we don't even try to compile it if settimeofday is
9522         available.  This works around a compilation failure on OSF1 V5.1,
9523         due to stime requiring a `long int*' while tv_sec is `int'.
9524
9525 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
9526
9527         Sync from coreutils.
9528         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
9529         against `yes', rather than just testing for nonempty.
9530
9531 2005-10-01  Simon Josefsson  <jas@extundo.com>
9532
9533         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
9534         and Darwin.
9535
9536         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
9537         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
9538         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
9539         freeaddrinfo and gai_strerror are declared by the POSIX headers.
9540         Check if struct addrinfo is declared.
9541
9542 2005-10-01  Simon Josefsson  <jas@extundo.com>
9543
9544         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
9545         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
9546         AI_* and EAI_* definitions.  Protect function declarations.
9547
9548 2005-10-01  Jim Meyering  <jim@meyering.net>
9549
9550         Sync from coreutils.
9551
9552         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
9553         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
9554         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
9555         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9556         in the inet and nsl libraries.  Required on Solaris 5.7.
9557
9558 2005-10-01  Jim Meyering  <jim@meyering.net>
9559
9560         Sync from coreutils.
9561         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9562         in the inet and nsl libraries.  Required on Solaris 5.7.
9563
9564 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
9565
9566         * lib/getdelim.c (getdelim): Remove unused variables.
9567
9568 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9569
9570         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
9571         so that the code works even with ancient cpp.  Portability problem
9572         with GCC 2.7.2.1 reported by Thomas M.Ott.
9573
9574 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9575
9576         * modules/regex (Depends-on): Add strcase.
9577
9578         * modules/gethostname (Licence): Change from GPL to LGPL, since
9579         gethostname.c is a trivial implementation of a standard library
9580         function.
9581         * modules/poll (License): Change from GPL to LGPL, since it's
9582         derived from LGPL code.
9583
9584 2005-09-27  Jim Meyering  <jim@meyering.net>
9585
9586         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
9587         HAVE_CONFIG_H.
9588
9589         * lib/intprops.h (signed_type_or_expr__): Define.
9590         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
9591         for unsigned types.
9592
9593 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9594
9595         * lib/verify.h (verify_expr): Remove, replacing with:
9596         (verify_true): New macro that returns true instead of void.
9597         (verify_type__): Remove.
9598         (verify): Use verify_true rather than verify_type__.
9599
9600 2005-09-26  Bruno Haible  <bruno@clisp.org>
9601
9602         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
9603         is necessary.
9604         (lib_SOURCES): Remove mbchar.c.
9605         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
9606         (Files): Add m4/mbrtowc.m4.
9607         * modules/mbiter: Likewise.
9608         * modules/mbuiter: Likewise.
9609
9610 2005-09-26  Bruno Haible  <bruno@clisp.org>
9611
9612         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
9613         compile mbchar.c if they are not both present.
9614         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
9615         * m4/mbiter.m4 (gl_MBITER): Likewise.
9616         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
9617         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
9618         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
9619
9620 2005-09-25  Jim Meyering  <jim@meyering.net>
9621
9622         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
9623         also uses socklen_t.
9624
9625 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
9626
9627         * lib/utimens.c (ENOSYS): Define if not already defined.
9628         (futimens): Support having a null PATH if the file descriptor
9629         is nonnegative.
9630
9631         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
9632         Remove.
9633         (__attribute): Define to empty unless GCC 3.1 or later.
9634         This works around a core dump on OpenBSD 3.4, which has GCC
9635         2.95.3, which dumps core when given __attribute__(()).  It also
9636         simplifies other tests, since we really don't want to bother with
9637         worrying about which ancient version of GCC supported what.
9638         Original problem reported by Yoann Vandoorselaere, with part of
9639         the fix suggested by Derek Price.
9640
9641 2005-09-24  Jim Meyering  <jim@meyering.net>
9642
9643         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
9644         so we can once again use a positive bitfield width of 1 -- now we
9645         don't have to explain why we were using a bitfield width of 2.
9646
9647 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9648
9649         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
9650         and similarly for the other external symbols.  Problem reported
9651         by James Gallager.
9652
9653         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
9654         bug reported by Jim Meyering.
9655
9656         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
9657         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
9658         not needed, since socklen is a prerequisite module.
9659
9660 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9661
9662         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
9663         Problem reported by Eric Blake.
9664         (getaddrinfo): Initialize se so that it's not garbage.
9665         Redo internal storage allocation so that it doesn't make unportable
9666         assumptions about alignment.
9667         Fix a memory leak.
9668
9669         * lib/utimens.c (futimens): Use futimesat if available.
9670         Prefer it to futimes since it doesn't have the futimes bug.
9671
9672         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
9673         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
9674         Instead, declare a function that returns a pointer to an array,
9675         and use verify_type__ to declare the size of the array.
9676         Problem and germ of a solution reported by Bruno Haible.
9677         (verify_type__): Use 2, not 1, for bitfield size, to avoid
9678         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
9679
9680 2005-09-23  Jim Meyering  <jim@meyering.net>
9681
9682         Sync from coreutils.
9683         Correct build failure (socklen_t not defined) on at least
9684         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
9685         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
9686
9687 2005-09-23  Jim Meyering  <jim@meyering.net>
9688
9689         * modules/getaddrinfo (Depends-on): Add socklen.
9690
9691 2005-09-23  Bruno Haible  <bruno@clisp.org>
9692
9693         * tests/test-verify.c: New file.
9694
9695 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9696
9697         Sync from coreutils.
9698
9699         * modules/argmatch (Depends-on): Add verify.
9700         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
9701         unistd-safer.
9702         * modules/save-cwd (Depends-on): Likewise.
9703
9704         * modules/openat (Files): Add lib/openat-die.c.
9705         (Depends-on): Remove error, exitfail.
9706         Add dirname.
9707
9708         * modules/verify: New file.
9709         * MODULES.html.sh (Diagnostics <assert.h>): New section,
9710         with "verify" module.
9711
9712 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9713
9714         Sync from coreutils.
9715
9716         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
9717         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
9718         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
9719         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
9720         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
9721         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
9722         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
9723         Don't bother checking for string.h, stdlib.h, unistd.h.
9724         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
9725         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
9726         module's job.
9727         * m4/jm-macros.m4 (gl_MACROS): Likewise.
9728         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
9729
9730         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
9731         (gl_GETDATE): Use it.
9732
9733         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
9734
9735 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9736
9737         Sync from coreutils.
9738
9739         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
9740         stat-time.h.
9741         * lib/argmatch.h: Include verify.h
9742         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
9743         (ARGMATCH_ASSERT): Remove; unused.
9744         * lib/canonicalize.c: Assume STDC_HEADERS.
9745         * lib/exclude.c: Include "strcase.h".
9746         * lib/regex_internal.h [!defined _LIBC]: Likewise.
9747         * lib/getusershell.c: Include stdio--.h rather than stdio.h
9748         and stdio-safer.h.
9749         (getusershell): Call fopen, not fopen_safer.
9750         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
9751         Do not include unistd-safer.h.
9752         (save_cwd): Don't call fd_safer; no longer needed
9753         now that we include fcntl--.h.
9754
9755         * lib/getdate.y (relative_time): New type.
9756         (RELATIVE_TIME_0): New constant.
9757         (parser_control): Use relative_time instead of doing it ourselves.
9758         (%union): Add new relative_time rel member.
9759         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
9760         Now typeless.
9761         (relunit, relunit_snumber): Now of type rel.
9762         (zone, rel, relunit, get_date): Adjust to above changes.
9763
9764         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
9765         Do not include unistd-safer.h.
9766         (getloadavg): Don't call fd_safer; no longer needed
9767         now that we include fcntl--.h.
9768
9769         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
9770         (make_dir_parents): Treat ENOSYS like EEXIST.
9771
9772         Improve quality of diagnostics on restore_cwd failure.
9773         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
9774         (make_dir_parents): Last arg is now int * (for errno), not bool *.
9775         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
9776         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
9777         each time through the loop.  Do not diagnose restore_cwd failure;
9778         that is the caller's job (and perhaps the caller does not care).
9779
9780         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
9781         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
9782         If the file already exists but is not a directory, don't bother
9783         to try to make its parents.
9784         Close potential file descriptor leak if we can't chdir("/") (!).
9785         Don't always return true if chdir($PWD) fails; return true only
9786         if the requested action was done successfully (except for the
9787         chdir($PWD)).
9788         Don't log final directory unless we actually made it.
9789         Refactor to avoid duplicate code to fix up permissions.
9790         Don't attempt to fix up parent permissions if chdir($PWD) fails.
9791
9792         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
9793         to make it a bit faster and (I hope) clearer.
9794         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
9795         Fix bug in formats like %2N.
9796
9797         * lib/verify.h: New file.
9798
9799 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9800
9801         Sync from coreutils.
9802         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
9803
9804 2005-09-22  Jim Meyering  <jim@meyering.net>
9805
9806         Sync from coreutils.
9807
9808         * m4/lstat.m4 (gl_FUNC_LSTAT):
9809         Use AC_LIBSOURCES to require lstat.c and lstat.h.
9810         Remove obsolete comment.
9811         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
9812         * m4/xstrtod.m4: Likewise.
9813
9814         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
9815
9816 2005-09-22  Jim Meyering  <jim@meyering.net>
9817
9818         Sync from coreutils.
9819
9820         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
9821
9822         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
9823         the .tm_year member, since otherwise gcc-4.0 would now warn about
9824         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
9825
9826         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
9827         order to avoid an unsuppressible warning from gcc on 64-bit systems.
9828
9829         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
9830         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
9831         when run in a time zone for which daylight savings time is in effect
9832         for the starting date.
9833
9834         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
9835         stop us from restricting permissions of just-created absolute-named
9836         directories.
9837         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
9838         to restore initial working directory.
9839         * lib/mkdir-p.c (make_dir_parents): New parameter:
9840         different_working_dir, to tell caller if/when we change the working
9841         directory and are unable to return to the initial one.
9842         * lib/mkdir-p.h (make_dir_parents): Update prototype.
9843         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
9844         `return false'.  This fixes a bug introduced on 2004-07-30.
9845
9846         * lib/openat.c (fdopendir): Be sure to close the supplied
9847         file descriptor before returning.  This makes our replacement
9848         implementation a little closer to Solaris's, where fdopendir
9849         ties the file descriptor to the returned DIR* pointer.
9850         * lib/openat.c (unlinkat): New function.
9851         * lib/openat.h (unlinkat): Add prototype.
9852         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
9853         (openat_restore_fail): Rename from openat_restore_die.
9854         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
9855
9856         Provide an alternative to exiting immediately upon save_cwd or
9857         restore_cwd failure.  Now, an application can arrange e.g.,
9858         to perform a longjump in that case.
9859         * lib/openat.c: Include dirname.h.
9860         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
9861         (rpl_openat, fdopendir, fstatat): Call openat_save_die
9862         and openat_restore_die rather than calling error directly.
9863         Don't include "error.h" or "exitfail.h"; they're no longer needed.
9864
9865         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
9866         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
9867         define.
9868
9869         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
9870         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
9871                             int utc, int nanoseconds);
9872         Background:
9873         date should not have to allocate a megabyte of virtual memory to
9874         handle a format argument like +%1048575T.  When implemented with
9875         strftime, it must allocate such a buffer, use strftime to fill it
9876         in, print it, then free it.
9877         With fprintftime, it simply prints everything and exits.
9878         With no need for memory allocation, that's one fewer way to fail.
9879         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
9880         optional field width, not before, so we accept %9:z, not %:9z.
9881         (my_strftime): Be sure to use L_('x') for literals.
9882
9883         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
9884         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
9885         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
9886         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
9887         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
9888         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
9889         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
9890         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
9891         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
9892         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
9893         * lib/xgethostname.c, lib/xreadlink.c:
9894         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
9895
9896         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
9897         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
9898         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
9899         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9900         and don't include <sys/file.h>).
9901
9902 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
9903
9904         Sync from coreutils.
9905
9906         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
9907         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
9908         [!LDAV_DONE]: Avoid unused variable warning.
9909
9910 2005-09-21  Bruno Haible  <bruno@clisp.org>
9911
9912         * lib/unicodeio.h (unicode_to_mb): New declaration.
9913
9914 2005-09-20  Derek Price  <derek@ximbiot.com>
9915
9916         * lib/getaddrinfo.c: Don't include <netdb.h> included from
9917         getaddrinfo.h.
9918
9919 2005-09-20  Bruno Haible  <bruno@clisp.org>
9920
9921         * gnulib-tool: Remove trailing slashes from the values specified for
9922         --source-base, --m4-base, --tests-base, --aux-dir.
9923         Suggested by Simon Josefsson <jas@extundo.com>.
9924
9925 2005-09-20  Bruno Haible  <bruno@clisp.org>
9926
9927         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
9928         func_modules_to_filelist, func_import, func_create_testdir): Make all
9929         sorting results locale-independent, so that gnulib-cache.m4 doesn't
9930         change when gnulib-tool is invoked in a different locale.
9931
9932 2005-09-19  Simon Josefsson  <jas@extundo.com>
9933
9934         * m4/socklen.m4: Fix typo.
9935
9936 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9937
9938         Use a consistent style for including <config.h>.
9939         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
9940         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
9941         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
9942         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
9943         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
9944         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
9945         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
9946         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
9947         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
9948         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
9949         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
9950         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
9951         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
9952         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
9953         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
9954         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
9955         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
9956         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
9957         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
9958         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
9959         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
9960         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
9961         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
9962         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
9963         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
9964         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
9965         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
9966         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
9967         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
9968         lib/xstrtoumax.c, lib/yesno.c:
9969         Standardize inclusion of config.h.
9970         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
9971         lib/inttostr.h:  Removed inclusion of config.h from header files.
9972         * lib/inttostr.c:  Adjusted in-tree users.
9973         * lib/timespec.h: Remove superfluous warning to include config.h.
9974         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
9975         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
9976         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
9977         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
9978         config.h with HAVE_CONFIG_H.
9979
9980 2005-09-19  Jim Meyering  <jim@meyering.net>
9981
9982         * modules/pathmax (License): Change to LGPL.
9983
9984 2005-09-19  Derek Price  <derek@ximbiot.com>
9985
9986         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
9987
9988 2005-09-19  Bruno Haible  <bruno@clisp.org>
9989
9990         * gnulib-tool (import): Provide default for --tests-base.
9991
9992 2005-09-19  Bruno Haible  <bruno@clisp.org>
9993
9994         * doc/quote.texi: New file, extracted from gnulib.texi.
9995         * doc/ctime.texi: New file, extracted from gnulib.texi.
9996         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
9997         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
9998         * doc/gnulib.texi: Include them.
9999
10000 2005-09-18  Bruno Haible  <bruno@clisp.org>
10001
10002         Portability fix.
10003         * gnulib-tool (func_readlink): New function.
10004         (func_ln_if_changed): Use it.
10005
10006 2005-09-18  Bruno Haible  <bruno@clisp.org>
10007
10008         * gnulib-tool: Support --with-tests also with --import.
10009         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
10010         (func_import): Use variables $testsbase and $inctests. Emit a
10011         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
10012         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
10013         SUBDIRS += $testsdir.
10014         (func_create_testdir): Update.
10015
10016 2005-09-18  Bruno Haible  <bruno@clisp.org>
10017
10018         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
10019         instead of $dry_run.
10020         (func_cp_if_changed, func_mv_if_changed): Remove functions.
10021         (func_ln_if_changed): Don't handle dry-run here.
10022         (func_import): In dry-run mode, detect more precisely which actions
10023         would be performed, and don't use "...ing" verbs.
10024
10025 2005-09-18  Bruno Haible  <bruno@clisp.org>
10026
10027         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
10028         (func_import): Use join on two temporary files instead of three nested
10029         loops, in order to determine which files are new or old.
10030
10031 2005-09-18  Bruno Haible  <bruno@clisp.org>
10032
10033         * gnulib-tool (func_import): Comment out code that spits out the
10034         new files with --dry-run.
10035
10036 2005-09-18  Bruno Haible  <bruno@clisp.org>
10037
10038         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
10039
10040 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10041
10042         * lib/stat-time.h: New file.
10043         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
10044         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
10045         in a different way.
10046         (timespec_cmp): New function.
10047         * lib/utimecmp.c: Include stat-time.h.
10048         (SYSCALL_RESOLUTION): Depend on whether various struct stat
10049         members exist, not on the obsolescent ST_MTIM_NSEC.
10050         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
10051
10052 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10053
10054         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
10055
10056 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10057
10058         * MODULES.html.sh (File system functions): Add stat-time.
10059         * modules/stat-time: New file.
10060         * modules/timespec (Files): Remove m4/st_mtim.m4; this
10061         is now done in a different way, by the stat-time module.
10062         * modules/utimecmp (Depends-on): Add stat-time.
10063
10064 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10065
10066         * m4/st_mtim.m4: Remove.  Superseded by...
10067         * m4/stat-time.m4: New file.
10068         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
10069         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
10070
10071 2005-09-15  Derek Price  <derek@ximbiot.com>
10072
10073         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
10074
10075 2005-09-15  Derek Price  <derek@ximbiot.com>
10076
10077         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
10078         * lib/regex_internal.c: Ditto, using this...
10079         (__GNUC_PREREQ): ...new macro.
10080         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
10081         using...
10082         (__GNUC_PREREQ): ...this new macro.
10083
10084         * lib/strstr.h: Include string.h. Define strstr as a macro here.
10085
10086 2005-09-15  Derek Price  <derek@ximbiot.com>
10087             Paul Eggert  <eggert@cs.ucla.edu>
10088
10089         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
10090         changes, consolidating in...
10091         * lib/regex_internal.h: ...this file.
10092
10093 2005-09-13  Jim Meyering  <jim@meyering.net>
10094
10095         * lib/canon-host.c: Filter through gnu indent and reword comments
10096         slightly.
10097         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
10098
10099 2005-09-13  Derek Price  <derek@ximbiot.com>
10100
10101         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
10102         failure.
10103         Reported by Jim Meyering  <jim@meyering.net>.
10104
10105 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10106
10107         * lib/base64.c: Typo.
10108         (base64_encode): Put b64str in initialized data section.
10109
10110 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10111
10112         Merge glibc and coreutils changes into gnulib, plus a few
10113         extra fixes.
10114         * lib/md5.c: Use #error rather than a string.
10115         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
10116         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
10117         (__attribute__): Define to empty for non recent-GCC.
10118         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
10119         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
10120         Renamed from their non-__ counterparts, with new macros replacing
10121         them if not _LIBC.  Add __THROW attribute.
10122         (rol): Remove.
10123         (struct md5_ctx): Align buffer if using GCC.
10124         * lib/sha1.h (struct sha1_ctx): Likewise.
10125         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
10126         The old name was backwards.
10127         (NOTSWAP): Remove; not used.
10128         (rol): New macro, moved here from md5.h.
10129         (sha1_process_block): Remove a FIXME that doesn't make sense.
10130
10131 2005-09-12  Derek Price  <derek@ximbiot.com>
10132
10133         Return usable errors from canon-host.
10134         * lib/canon-host.h: New file.
10135         * lib/canon-host.c (canon_host): Wrap...
10136         (canon_host_r): ...this new function, which now relies exclusively on
10137         getaddrinfo.
10138         (ch_strerror): New function.
10139         (last_cherror): New global.
10140         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
10141         interface.
10142         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
10143         void *.
10144         (freeaddrinfo): Free ai->ai_canonname when set.
10145
10146 2005-09-12  Derek Price  <derek@ximbiot.com>
10147
10148         Make canon-host require getaddrinfo.
10149         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
10150         AC_LIBSOURCE canon-host.h.  Call...
10151         (gl_PREREQ_CANON_HOST): ...this new function, which requires
10152         gl_GETADDRINFO.
10153         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
10154
10155 2005-09-12  Derek Price  <derek@ximbiot.com>
10156
10157         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
10158         LGPL.
10159         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
10160
10161 2005-09-12  Derek Price  <derek@ximbiot.com>
10162
10163         * lib/gai_strerror.c: Include config.h when available.  Include
10164         getaddrinfo.h before other headers to test interface.
10165         Reported by Larry Jones <lawrence.jones@ugs.com>.
10166
10167 2005-09-12  Derek Price  <derek@ximbiot.com>
10168             Paul Eggert  <eggert@cs.ucla.edu>
10169
10170         * modules/glob (Files): Add glob-libc.h.
10171
10172 2005-09-12  Derek Price  <derek@ximbiot.com>
10173             Paul Eggert  <eggert@cs.ucla.edu>
10174
10175         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
10176         glob_.h, glob-libc.h.
10177         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
10178
10179 2005-09-12  Derek Price  <derek@ximbiot.com>
10180             Paul Eggert  <eggert@cs.ucla.edu>
10181
10182         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
10183         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
10184         protecting things that should be done only in gnulib contexts.
10185         * lib/glob_.h: New file, containing only the glob things needed for
10186         gnulib.
10187         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
10188         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
10189         (glob, globfree, glob_pattern_p): Now defined simply in terms of
10190         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
10191         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
10192         and to respect the namespace rules better.
10193
10194 2005-09-08  Simon Josefsson  <jas@extundo.com>
10195
10196         * modules/socklen: New file.
10197
10198 2005-09-08  Simon Josefsson  <jas@extundo.com>
10199
10200         * m4/socklen.m4: New file.
10201
10202 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10203
10204         * modules/utimens (Files): Add m4/utimbuf.m4, since
10205         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
10206         Reported by Sergey Poznyakoff.
10207
10208 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10209
10210         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
10211         definitions, since that's the preferred style in glibc.
10212         Fix a minor spacing issue, and update copyright notice to match
10213         glibc's.
10214
10215 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10216
10217         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
10218
10219 2005-09-06  Simon Josefsson  <jas@extundo.com>
10220
10221         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
10222         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
10223
10224 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10225
10226         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
10227         warning.
10228
10229 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10230
10231         * config/srclist.txt: Add glibc bug 1302.
10232
10233 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
10234
10235         Change bitset word type from unsigned int to unsigned long int,
10236         as this has better performance on typical 64-bit hosts.
10237         Port bitset code to hosts with unusual word sizes.
10238         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
10239         (build_collating_symbol):
10240         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
10241         argument is a bitset.  This is merely a style issue, but it makes
10242         it clearer that an entire array is expected.
10243         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
10244         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
10245         Port to the case where bitset_word is not the same as unsigned int.
10246         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10247         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
10248         Likewise.
10249         * lib/regexec.c (check_dst_limits_calc_pos_1,
10250         check_subexp_matching_top):
10251         (build_trtable, group_nodes_into_DFAstates):
10252         Likewise.
10253         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
10254         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
10255         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
10256         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
10257         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
10258         * lib/regcomp.c (optimize_subexps, lower_subexp):
10259         Work even if bitset_word has holes in its bitwise representation.
10260         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
10261         * lib/regexec.c (check_dst_limits_calc_pos_1,
10262         check_subexp_matching_top):
10263         Likewise.
10264         * lib/regex_internal.c (re_string_reconstruct):
10265         Don't assume UCHAR_MAX == 255.
10266         * lib/regex_internal.h (bitset_set_all): Likewise.
10267         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
10268         All uses changed.
10269         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
10270         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
10271         All uses changed.
10272         (BITSET_WORD_MAX): New macro.
10273         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
10274         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
10275         (bitset_empty, bitset_copy):
10276         Prefer sizeof (bitset) to multiplying it out ourselves.
10277         (bitset_not_merge): Remove; unused.
10278         (bitset_contain): Return bool, not unsigned int with one bit on.
10279         All callers changed.
10280         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
10281         alignment than re_node_set; do this by defining a new internal
10282         type struct dests_alloc and using it to allocate memory.
10283
10284 2005-09-05  Bruno Haible  <bruno@clisp.org>
10285
10286         * gnulib-tool (func_import): Fix comparison in handling of symbolic
10287         links.
10288
10289 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
10290
10291         * modules/size_max (Makefile.am): Add size_max.h
10292
10293 2005-09-04  Derek Price  <derek@ximbiot.com>
10294
10295         * gnulib-tool (func_import): Fix reversed $symbolic logic.
10296
10297 2005-09-03  Simon Josefsson  <jas@extundo.com>
10298
10299         * gnulib-tool: Fix typo.
10300
10301 2005-09-03  Simon Josefsson  <jas@extundo.com>
10302
10303         * config/srclist.txt: Add glibc bug 1293.
10304
10305 2005-09-03  Derek Price  <derek@ximbiot.com>
10306
10307         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
10308         From Larry Jones <lawrence.jones@ugs.com>.
10309
10310 2005-09-02  Simon Josefsson  <jas@extundo.com>
10311
10312         * modules/socklen: New file.
10313
10314 2005-09-02  Simon Josefsson  <jas@extundo.com>
10315
10316         * modules/havelib: New module.
10317
10318         * modules/gettext, modules/iconv, modules/lock, modules/readline:
10319         Use havelib.
10320
10321 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10322
10323         Check for arithmetic overflow when calculating sizes, to prevent
10324         some buffer-overflow issues.  These patches are conservative, in the
10325         sense that when I couldn't determine whether an overflow was possible,
10326         I inserted a run-time check.
10327         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
10328         macros.
10329         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
10330         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
10331         (re_xnrealloc, re_x2nrealloc): New inline functions.
10332         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
10333         parse_bracket_exp):
10334         (build_equiv_class, build_charclass): Check for arithmetic overflow
10335         in size expression calculations.
10336         * lib/regex_internal.c (re_string_realloc_buffers):
10337         (build_wcs_upper_buffer, re_node_set_add_intersect):
10338         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
10339         (re_dfa_add_node, register_state): Likewise.
10340         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
10341         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
10342         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
10343         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
10344
10345 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10346
10347         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
10348         m4/ulonglong.m4.  Problem reported by Martin Lambers.
10349
10350 2005-09-02  Bruno Haible  <bruno@clisp.org>
10351
10352         Support for lib vs. lib64 distinction on biarch platforms.
10353         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
10354         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
10355         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
10356
10357 2005-09-02  Bruno Haible  <bruno@clisp.org>
10358
10359         * gnulib-tool (import): In the other first-use case, provide defaults
10360         as well.
10361
10362 2005-09-02  Bruno Haible  <bruno@clisp.org>
10363
10364         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
10365         patches not yet found in the latest gettext release.
10366
10367 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10368
10369         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
10370         to avoid a collision with bits/local_lim.h in glibc.
10371         All uses changed.  Problem reported by Dmitry V. Levin in
10372         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
10373
10374         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
10375         bugs in int versus size_t comparisons.
10376         (re_string_context_at): Fix bug where the code assumed that
10377         Idx is signed.
10378
10379         Use bool where appropriate.
10380         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
10381         All callers changed.
10382         (calc_eclosure_iter): Likewise, for ROOT arg.
10383         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
10384         (build_charclass_op): Likewise, for NON_MATCH arg.
10385         * lib/regex_internal.c (re_string_allocate, re_string_construct):
10386         (re_string_construct_common): Likewise, for ICASE arg.
10387         * lib/regexec.c (re_search_2_stub, re_search_stub):
10388         Likewise, for RET_LEN arg.
10389         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
10390         (set_regs): Likewise, for FL_BACKTRACK arg.
10391         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
10392         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
10393         (calc_eclosure_iter, parse_bracket_exp):
10394         Use bool for internal variables that are booleans.
10395         * lib/regexec.c (re_search_internal, check_matching,
10396         proceed_next_node):
10397         (set_regs, build_sifted_states, sift_states_bkref):
10398         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
10399         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10400         (find_collation_sequence_value):
10401         Likewise.
10402         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
10403         (re_node_set_compare):
10404         Return bool, not int. All callers changed.
10405         * lib/regexec.c (check_halt_node_context, check_dst_limits):
10406         (build_trtable, check_node_accept): Likewise.
10407         * lib/regex_internal.h: Include stdbool.h.
10408
10409         Fix bugs uncovered when converting to bool.
10410         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
10411         failure instead of charging ahead blindly.
10412         * lib/regex_internal.c (register_state): Likewise.
10413         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
10414         for freeing internal storage.
10415         (group_nodes_into_DFA_states): Use unsigned int, not int, for
10416         bitset pieces used as boolean, to avoid undefined behavior
10417         on hosts that do int overflow checking.
10418
10419 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10420
10421         * config/srclist.txt: Add glibc bugs 1285-1287.
10422
10423 2005-09-01  Jim Meyering  <jim@meyering.net>
10424
10425         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
10426         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
10427         Require gl_STAT_MACROS, too.
10428
10429 2005-09-01  Bruno Haible  <bruno@clisp.org>
10430
10431         * gnulib-tool (import): In the first-use case, provide defaults.
10432
10433 2005-09-01  Bruno Haible  <bruno@clisp.org>
10434
10435         * gnulib-tool (func_import): Remove the .tmp files.
10436
10437 2005-09-01  Bruno Haible  <bruno@clisp.org>
10438
10439         * gnulib-tool (func_import): Fix handling of symbolic links.
10440
10441 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10442
10443         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
10444         old glibc regex code mishandles strings longer than 2**31 bytes.
10445         This patch fixes this when the regex code is used in gnulib
10446         (i.e., outside glibc).
10447
10448         This patch should not affect the use of the regex code inside
10449         glibc.  No doubt this problem also needs to be handled for glibc
10450         as well, but the result will be an incompatible change to the
10451         glibc ABI, and the old ABI will have to be supported too.  That
10452         can be the the subject for another patch.
10453
10454         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
10455         governing whether the rest of this patch is active.  By default,
10456         the macro is disabled and the patch has no effect.
10457         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
10458         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
10459         (struct re_pattern_buffer, re_search, re_search_2, re_match):
10460         (re_match_2, re_set_registers): Use the new types.
10461         * lib/regex_internal.h (Idx, re_hashval_t): New types.
10462         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
10463         New macros.
10464         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
10465         (re_string_context_at, bin_tree_t, re_dfastate_t):
10466         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
10467         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
10468         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
10469         (re_string_char_size_at, re_string_wchar_at):
10470         (re_string_elem_size_at):
10471         Use the new types and macros to port to 64-bit hosts.
10472         Use unsigned types for internal values, so that the code
10473         mostly works even for arrays larger than SSIZE_MAX.
10474         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
10475         (search_duplicated_node, calc_eclosure_iter, fetch_number):
10476         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
10477         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
10478         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
10479         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
10480         (calc_inveclosure, parse_dup_op, build_range_exp):
10481         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
10482         (fetch_number, create_token_tree, mark_opt_subexp):
10483         Likewise.
10484         * lib/regex_internal.c (re_string_construct_common,
10485         create_ci_newstate):
10486         (create_cd_newstate, re_string_allocate, re_string_construct):
10487         (re_string_realloc_buffers, build_wcs_upper_buffer):
10488         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10489         (re_string_reconstruct, re_string_peek_byte_case):
10490         (re_string_fetch_byte_case, re_string_context_at):
10491         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10492         (re_node_set_init_copy, re_node_set_add_intersect):
10493         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10494         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10495         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10496         (re_acquire_state, re_acquire_state_context, register_state):
10497         Likewise.
10498         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
10499         search_cur_bkref_entry):
10500         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
10501         (re_search_internal, re_search_2_stub, re_search_stub)
10502         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
10503         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
10504         (update_cur_sifted_state, check_dst_limits):
10505         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10506         (check_subexp_limits, sift_states_bkref, merge_state_array):
10507         (check_subexp_matching_top, get_subexp, get_subexp_sub):
10508         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
10509         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10510         (expand_bkref_cache, check_node_accept_bytes):
10511         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
10512         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
10513         (acquire_init_state_context, check_halt_node_context):
10514         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
10515         (sift_states_backward, clean_state_log_if_needed):
10516         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
10517         (find_recover_state, transit_state_sb, transit_state_mb):
10518         (transit_state_bkref, build_trtable, match_ctx_clean):
10519         Likewise.
10520         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
10521         to work around an assumption that REG_MISSING is negative.
10522
10523         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
10524         (seek_collating_symbol_entry) [defined _LIBC]:
10525         (lookup_collation_sequence_value) [defined _LIBC]:
10526         (build_range_exp, build_collating_symbol) [defined _LIBC]:
10527         Use prototypes rather than old-style function definitions.
10528         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
10529         (transit_state_sb) [0]:
10530         (find_collation_sequence_value) [defined _LIBC]: Likewise.
10531
10532         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
10533         rm_eo.
10534
10535         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
10536         (optimize_subexps, lower_subexp):
10537         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
10538         since the signed shift might overflow.  Use 1u<<31 instead.
10539         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10540         Likewise.
10541         * lib/regexec.c (check_dst_limits_calc_pos_1,
10542         check_subexp_matching_top): Likewise.
10543
10544         * lib/regcomp.c (optimize_subexps, lower_subexp):
10545         Use CHAR_BIT rather than 8, for clarity.
10546         * lib/regexec.c (check_dst_limits_calc_pos_1):
10547         (check_subexp_matching_top): Likewise.
10548         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
10549         have to worry about portability issues when shifting it left.
10550         Remove no-longer-needed test for table_size > 0.
10551         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
10552         in a word, as the resulting behavior is undefined.
10553         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
10554         in one case, a <= should have been an <, and in another case the
10555         whole test was missing.
10556         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
10557         the standard name CHAR_BIT.
10558         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
10559         this is not true on one's complement and signed-magnitude hosts.
10560
10561         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
10562         next_last_offset.
10563         (struct re_dfa_t): Remove unused member states_alloc.
10564         * lib/regcomp.c (init_dfa): Don't initialize unused members.
10565
10566 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10567
10568         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
10569         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
10570         and large-file glibc and in 32-bit large-file Solaris.
10571
10572 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10573
10574         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
10575         lengths fit in regoff_t; this isn't true if regoff_t is the same
10576         width as size_t.
10577         * lib/regex.c (re_search_internal): 5th arg is LAST_START
10578         (= START + RANGE) instead of RANGE.  This avoids overflow
10579         problems when regoff_t is the same width as size_t.
10580         All callers changed.
10581         (re_search_2_stub): Check for overflow when adding the
10582         sizes of the two strings.
10583         (re_search_stub): Check for overflow when adding START
10584         to RANGE; if it occurs, substitute the extreme value.
10585
10586 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10587
10588         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
10589
10590 2005-08-31  Jim Meyering  <jim@meyering.net>
10591
10592         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
10593         a pointer-to-const.
10594         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
10595         (register_state): Likewise.
10596         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
10597         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10598         (group_nodes_into_DFAstates): Likewise.
10599
10600 2005-08-31  Jim Meyering  <jim@meyering.net>
10601
10602         * check-module: Add a FIXME comment.
10603
10604 2005-08-31  Eric Blake  <ebb9@byu.net>
10605
10606         * modules/unistd-safer (Files): Add unistd--.h.
10607         * modules/stdio-safer (Files): Add stdio--.h.
10608
10609 2005-08-31  Derek Price  <derek@ximbiot.com>
10610
10611         * lib/getdelim.c (getdelim): Return EOF on EOF.
10612         Reported by Larry Jones <lawrence.jones@ugs.com>.
10613
10614 2005-08-31  Bruno Haible  <bruno@clisp.org>
10615
10616         Avoid unnecessary diffs in the generated lib/Makefile.am.
10617         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
10618         the generated files.
10619         (func_import): Don't set cmd.
10620
10621 2005-08-31  Bruno Haible  <bruno@clisp.org>
10622
10623         * lib/strstr.c: Include <stddef.h>, for NULL.
10624         * lib/strcasestr.c: Likewise.
10625         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10626
10627 2005-08-31  Bruno Haible  <bruno@clisp.org>
10628
10629         * gnulib-tool: New option --macro-prefix.
10630         (func_import): Use macro_prefix.
10631         (import): Handle option --macro-prefix.
10632
10633 2005-08-31  Bruno Haible  <bruno@clisp.org>
10634
10635         * gnulib-tool (import): Rename most ac_* variables to cached_*.
10636         Also use new variables cached_lgpl, cached_libtool.
10637
10638 2005-08-31  Bruno Haible  <bruno@clisp.org>
10639
10640         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
10641         always instantiating them.
10642
10643 2005-08-31  Bruno Haible  <bruno@clisp.org>
10644
10645         * gnulib-tool (func_import): Read the previous cached settings
10646         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
10647         earlier added by gnulib but are now dropped. Warn when a gnulib file
10648         overwrites a non-gnulib file.
10649
10650 2005-08-31  Bruno Haible  <bruno@clisp.org>
10651
10652         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
10653         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
10654         projects that don't keep autogenerated files in CVS. Put into
10655         actioncmd only the specified modules, not the transitive closure.
10656
10657 2005-08-31  Bruno Haible  <bruno@clisp.org>
10658
10659         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
10660         Create directories that shall be filled.
10661         (import): Don't look for gl_* macros in configure.ac. Recurse across
10662         all directories containing a gnulib-cache.m4 files, if meaningful.
10663
10664 2005-08-31  Bruno Haible  <bruno@clisp.org>
10665
10666         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
10667         (import): Set seen_libtool when we see gl_LIBTOOL.
10668
10669 2005-08-31  Bruno Haible  <bruno@clisp.org>
10670
10671         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
10672         declaration macro definitions from generated gnulib.m4.
10673
10674 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
10675
10676         * lib/iconvme.h: Add prototype for iconv_alloc.
10677
10678 2005-08-29  Simon Josefsson  <jas@extundo.com>
10679
10680         * lib/iconvme.c: Fix errno.
10681
10682 2005-08-29  Bruno Haible  <bruno@clisp.org>
10683
10684         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
10685         that it works when the directory contains spaces.
10686
10687 2005-08-29  Bruno Haible  <bruno@clisp.org>
10688
10689         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
10690
10691 2005-08-29  Bruno Haible  <bruno@clisp.org>
10692
10693         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
10694         Emit more advice.
10695
10696 2005-08-29  Bruno Haible  <bruno@clisp.org>
10697         and Stepan Kasal  <kasal@ucw.cz>
10698
10699         * check-module: If more parameters are given, check each of them
10700         separately; add more exceptions, as noted by Jim Meyering.
10701         (check_module): New procedure.
10702         (%exempt_header): Now contains all exceptions.
10703
10704 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
10705
10706         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
10707
10708 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
10709
10710         * lib/iconvme.c: Split iconv_string into iconv_alloc.
10711
10712 2005-08-28  Bruno Haible  <bruno@clisp.org>
10713
10714         * m4/gnulib-tool.m4: New file.
10715
10716 2005-08-27  Jim Meyering  <jim@meyering.net>
10717
10718         * modules/unistd-safer (Files): Add pipe-safer.c.
10719         * modules/fcntl-safer (Files): Add creat-safer.c.
10720
10721 2005-08-27  Jim Meyering  <jim@meyering.net>
10722
10723         * m4/stdlib-safer.m4: New file.  From coreutils.
10724         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
10725         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
10726         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
10727         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
10728         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
10729
10730 2005-08-27  Jim Meyering  <jim@meyering.net>
10731
10732         * lib/fopen-safer.c: Merge minor changes from coreutils.
10733         * lib/dup-safer.c: Likewise.
10734         * lib/fd-safer.c: Likewise.
10735
10736         Merge from coreutils.
10737         * lib/stdio--.h: New file.
10738         * lib/stdlib--.h: New file.
10739         * lib/mkstemp-safer.c: New file.
10740
10741         GNU tar needs these.
10742         * lib/pipe-safer.c: New file.
10743         * lib/creat-safer.c: New file.
10744         * lib/fcntl--.h (creat): Define to creat_safer.
10745         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
10746         * lib/unistd--.h (pipe): Define to pipe_safer.
10747         * lib/unistd-safer.h: Declare pipe_safer.
10748
10749 2005-08-26  Simon Josefsson  <jas@extundo.com>
10750
10751         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
10752         Haible <bruno@clisp.org>.
10753
10754 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
10755
10756         * lib/regex_internal.h: Remove all references to
10757         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
10758         or better.
10759         (bitset_not, bitset_merge, bitset_not_merge):
10760         (bitset_mask, re_string_allocate, re_string_construct):
10761         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
10762         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
10763         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
10764         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
10765         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10766         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10767         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
10768         (re_acquire_state_context):
10769         Remove unnecessary forward decls.
10770         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
10771         Put __attribute at function definition,
10772         now that the function decl has been removed.
10773         * lib/regex_internal.c (re_string_peek_byte_case):
10774         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
10775         Likewise.
10776
10777 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
10778
10779         * m4/regex.m4: Add AC_PREREQ(2.50).
10780         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
10781
10782 2005-08-25  Simon Josefsson  <jas@extundo.com>
10783
10784         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
10785         __fsetlocking.
10786
10787 2005-08-25  Simon Josefsson  <jas@extundo.com>
10788
10789         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
10790         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
10791         GLIBC specific code.
10792
10793 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10794
10795         Make regex safe for g++.  This fixes one real bug (an "err"
10796         that should have been "*err").  g++ problem reported by
10797         Sam Steingold.
10798         * lib/regex_internal.h (re_calloc): New macro, consistent with
10799         re_malloc etc.  All callers of calloc changed to use re_calloc.
10800         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
10801         not int.  All callers changed.
10802         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
10803         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
10804         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
10805         (find_recover_state): Change "err" to "*err"; this fixes what
10806         appears to be a real bug.
10807         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
10808         versus int.
10809
10810 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10811
10812         * modules/regex (Depends-on): Add malloc, since the code
10813         assumes that !malloc(0) means failure.
10814
10815 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10816
10817         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
10818
10819         alloca modernization/simplification for regex.
10820         * lib/regex.c: Remove portability cruft for alloca.  This no longer
10821         needs to be at the start of the file, and can be moved into
10822         regex_internal.h and simplified.
10823         * lib/regex_internal.h: Include <alloca.h>.
10824         (__libc_use_alloca) [!defined _LIBC]: New macro.
10825         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
10826         now works outside glibc.
10827
10828 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10829
10830         * config/srclist.txt: Add glibc bugs 1241, 1245.
10831
10832 2005-08-25  Jim Meyering  <jim@meyering.net>
10833
10834         * lib/open-safer.c: Include <config.h>.
10835         Otherwise, we'd lose LARGEFILE support in any file using
10836         e.g. "fcntl--.h"
10837
10838 2005-08-25  Bruno Haible  <bruno@clisp.org>
10839
10840         * m4/minmax.m4: Require autoconf 2.52.
10841         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
10842         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
10843         alternatives of translit over the alphabet.
10844         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
10845
10846 2005-08-24  Simon Josefsson  <jas@extundo.com>
10847
10848         * tests/test-getpass.c: New file.
10849
10850 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10851
10852         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
10853         for GNU regex features.
10854
10855 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10856
10857         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
10858         * lib/regex.h (regerror): Likewise.
10859
10860         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
10861         requires this.  (The code never needed it.)
10862
10863         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
10864         All uses of recently-renamed identifiers changed to use the new,
10865         POSIX-compliant names.  The code will build and run just fine
10866         without these changes, but it's better to eat our own dog food
10867         and use the standard-conforming names.
10868
10869         * lib/regex.h: Fix a multitude of POSIX name space violations.
10870         These changes have an effect only for programs that define
10871         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
10872         do not change anything for programs compiled in the normal way.
10873         Also, there is no effect on the ABI.
10874
10875         (_REGEX_SOURCE): New macro.
10876         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
10877         defined and _GNU_SOURCE is not; this fixes a name space violation.
10878
10879         Rename the following macros to obey POSIX requirements.
10880         The old names are still visible as macros if _REGEX_SOURCE is defined.
10881         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
10882         RE_BACKSLASH_ESCAPE_IN_LISTS.
10883         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
10884         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
10885         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
10886         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
10887         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
10888         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
10889         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
10890         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
10891         (REG_INTERVALS): renamed from RE_INTERVALS.
10892         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
10893         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
10894         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
10895         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
10896         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
10897         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
10898         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
10899         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
10900         RE_UNMATCHED_RIGHT_PAREN_ORD.
10901         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
10902         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
10903         (REG_DEBUG): renamed from RE_DEBUG.
10904         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
10905         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
10906         unusual, since we can't clash with the POSIX REG_ICASE.
10907         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
10908         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
10909         (REG_NO_SUB): renamed from RE_NO_SUB.
10910         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
10911         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
10912         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
10913         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
10914         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
10915         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
10916         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
10917         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
10918         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
10919         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
10920         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
10921         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
10922         RE_SYNTAX_POSIX_MINIMAL_BASIC.
10923         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
10924         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
10925         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
10926         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
10927         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
10928         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
10929         (REG_FIXED): Renamed from REGS_FIXED.
10930         (REG_NREGS): Renamed from RE_NREGS.
10931
10932         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
10933         of other REG_* macros, since POSIX says the user is allowed to
10934         #undef these macros selectively.
10935
10936         (reg_errcode_t): Update comment stating what other tables need
10937         to be consistent.
10938
10939         Rename the following enum values to obey POSIX requirements.
10940         The old names are still visible as macros.
10941         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
10942         is not defined, since GNU is supposed to be a superset of POSIX as
10943         much as possible, and since we want reg_errcode_t to be a signed
10944         type for implementation consistency.
10945         (_REG_NOERROR): Renamed from REG_NOERROR.
10946         (_REG_NOMATCH): Renamed from REG_NOMATCH.
10947         (_REG_BADPAT): Renamed from REG_BADPAT.
10948         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
10949         (_REG_ECTYPE): Renamed from REG_ECTYPE.
10950         (_REG_EESCAPE): Renamed from REG_EESCAPE.
10951         (_REG_ESUBREG): Renamed from REG_ESUBREG.
10952         (_REG_EBRACK): Renamed from REG_EBRACK.
10953         (_REG_EPAREN): Renamed from REG_EPAREN.
10954         (_REG_EBRACE): Renamed from REG_EBRACE.
10955         (_REG_BADBR): Renamed from REG_BADBR.
10956         (_REG_ERANGE): Renamed from REG_ERANGE.
10957         (_REG_ESPACE): Renamed from REG_ESPACE.
10958         (_REG_BADRPT): Renamed from REG_BADRPT.
10959         (_REG_EEND): Renamed from REG_EEND.
10960         (_REG_ESIZE): Renamed from REG_ESIZE.
10961         (_REG_ERPAREN): Renamed from REG_ERPAREN.
10962         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
10963         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
10964         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
10965         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
10966
10967         (_REG_RE_NAME, _REG_RM_NAME): New macros.
10968         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
10969         changed.  But support the old name if the new one is not defined
10970         and if _REGEX_SOURCE.
10971
10972         Change the following member names in struct re_pattern_buffer.
10973         The old names are still supported if !_REGEX_SOURCE.
10974         The new names are always supported, regardless of _REGEX_SOURCE.
10975         (re_buffer): Renamed from buffer.
10976         (re_allocated): Renamed from allocated.
10977         (re_used): Renamed from used.
10978         (re_syntax): Renamed from syntax.
10979         (re_fastmap): Renamed from fastmap.
10980         (re_translate): Renamed from translate.
10981         (re_can_be_null): Renamed from can_be_null.
10982         (re_regs_allocated): Renamed from regs_allocated.
10983         (re_fastmap_accurate): Renamed from fastmap_accurate.
10984         (re_no_sub): Renamed from no_sub.
10985         (re_not_bol): Renamed from not_bol.
10986         (re_not_eol): Renamed from not_eol.
10987         (re_newline_anchor): Renamed from newline_anchor.
10988
10989         Change the following member names in struct re_registers.
10990         The old names are still supported if !_REGEX_SOURCE.
10991         The new names are always supported, regardless of _REGEX_SOURCE.
10992         (rm_num_regs): Renamed from num_regs.
10993         (rm_start): Renamed from start.
10994         (rm_end): Renamed from end.
10995
10996         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
10997         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
10998         Prepend __ to parameter names.
10999
11000         Undo yesterday's changes.
11001
11002 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11003
11004         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
11005         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
11006         lib/regex.c.
11007
11008 2005-08-24  Jim Meyering  <jim@meyering.net>
11009
11010         Sync from coreutils.
11011         * m4/fcntl-safer.m4: New file.
11012
11013         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
11014         and object files for this module.
11015
11016 2005-08-24  Jim Meyering  <jim@meyering.net>
11017
11018         Sync from coreutils.
11019         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
11020
11021 2005-08-24  Jim Meyering  <jim@meyering.net>
11022
11023         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
11024         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
11025
11026 2005-08-24  Jim Meyering  <jim@meyering.net>
11027
11028         * modules/fcntl-safer: New module.
11029         * modules/fts (Depends-on): Add fcntl-safer.
11030         * MODULES.html.sh (File descriptor based Input/Output):
11031         Add fcntl-safer.
11032
11033 2005-08-24  Bruno Haible  <bruno@clisp.org>
11034
11035         Support for unit test modules.
11036         * modules/README: Mention tests modules.
11037         * modules/TEMPLATE-TESTS: New file.
11038         * gnulib-tool: New options --extract-tests-module, --with-tests and
11039         --tests-base (unused for the moment).
11040         (testsbase, inctests): New variables.
11041         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
11042         (func_verify_module): Exclude TEMPLATE-TESTS.
11043         (func_verify_nontests_module, func_verify_tests_module): New functions.
11044         (func_get_dependencies): Add implicit dependency for tests modules.
11045         (func_get_tests_module): New function.
11046         (func_modules_transitive_closure): When --with-tests was specified,
11047         include the unit tests as well, unless explicitly avoided.
11048         (func_emit_lib_Makefile_am): Ignore the tests modules here.
11049         (func_emit_tests_Makefile_am): New function.
11050         (func_create_testdir): When --with-tests was specified, emit a
11051         tests/ directory.
11052         * MODULES.html.sh (Future developments): Update.
11053
11054 2005-08-24  Bruno Haible  <bruno@clisp.org>
11055
11056         * modules/tls-tests: New file.
11057         * tests/test-tls.c: New file, from GNU gettext.
11058
11059 2005-08-24  Bruno Haible  <bruno@clisp.org>
11060
11061         * modules/lock-tests: New file.
11062         * tests/test-lock.c: New file, from GNU gettext.
11063
11064 2005-08-24  Bruno Haible  <bruno@clisp.org>
11065
11066         * lib/lock.h: Add multiple inclusion guard.
11067         * lib/tls.h: Add multiple inclusion guard.
11068
11069 2005-08-24  Bruno Haible  <bruno@clisp.org>
11070
11071         * gnulib-tool: Add support for the --aux-dir option to
11072         --create-testdir, --create-megatestdir, --test, --megatest.
11073         (func_create_testdir, func_create_megatestdir): Optionally emit a
11074         AC_CONFIG_AUX_DIR directive.
11075         (create-testdir, create-megatestdir, test, megatest): Provide a
11076         default value for $auxdir.
11077
11078 2005-08-24  Bruno Haible  <bruno@clisp.org>
11079
11080         * gnulib-tool (import): Use compound statement instead of subshell
11081         where possible.
11082
11083 2005-08-24  Bruno Haible  <bruno@clisp.org>
11084
11085         * gnulib-tool (import): Change --aux-dir default to "build-aux".
11086
11087 2005-08-24  Bruno Haible  <bruno@clisp.org>
11088
11089         * gnulib-tool (func_version): Update.
11090
11091 2005-08-24  Bruno Haible  <bruno@clisp.org>
11092
11093         * gnulib-tool (func_import, func_create_testdir,
11094         func_create_megatestdir): Quote all autoconf macro arguments.
11095
11096 2005-08-24  Bruno Haible  <bruno@clisp.org>
11097
11098         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
11099         option --force, because --force causes the aclocal.m4 of each
11100         subdirectory to be newer than the corresponding config.h.in.
11101
11102 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11103
11104         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
11105         All contents moved to gl_REGEX.
11106         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
11107         assume that it does.
11108
11109 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11110
11111         * lib/regex.h (REG_NOSYS)
11112         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
11113         Define, since POSIX requires it as of 2001.
11114         (_REG_ENOSYS)
11115         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
11116         New private symbol, used to keep the enum signed in all cases.
11117         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
11118         Youngman in
11119         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
11120
11121         * lib/regex_internal.c (re_string_skip_chars, register_state):
11122         (calc_state_hash):
11123         Remove forward decls; no longer needed now that we use prototypes.
11124         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
11125         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
11126         (clean_state_log_if_needed): Likewise.
11127
11128 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11129
11130         * config/srclist.txt: Add glibc bugs 1231-1233.
11131
11132 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11133
11134         Fix problems reported by Sam Steingold in
11135         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
11136         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
11137         assumed that reg_errcode_t is a signed type, which is not
11138         necessarily true if _XOPEN_SOURCE is not defined.
11139         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
11140         since some compilers warn about it otherwise.
11141
11142 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11143
11144         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
11145         (init_word_char, create_initial_state, duplicate_node_closure):
11146         (fetch_token, peek_token_bracket, build_range_exp):
11147         (build_collating_symbol): Remove forward decls; no longer needed
11148         now that we use prototypes.
11149
11150         * lib/regcomp.c:
11151         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
11152         (re_compile_fastmap_iter, regcomp, regerror, regfree):
11153         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
11154         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
11155         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
11156         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
11157         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
11158         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
11159         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
11160         (build_range_exp, build_collating_symbol, parse_bracket_exp):
11161         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
11162         (build_charclass, build_charclass_op, fetch_number, create_tree):
11163         (create_token_tree, mark_opt_subexp, duplicate_tree):
11164         Use prototypes rather than old-style definitions.
11165
11166         * lib/regex_internal.c:
11167         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
11168         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
11169         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11170         (re_string_reconstruct, re_string_peek_byte_case):
11171         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
11172         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11173         (re_node_set_init_copy, re_node_set_add_intersect):
11174         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11175         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11176         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11177         (re_acquire_state, re_acquire_state_context, register_state):
11178         (create_ci_newstate, create_cd_newstate, free_state):
11179         Likewise.
11180         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
11181         re_search_2):
11182         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
11183         (re_search_internal, prune_impossible_nodes):
11184         (acquire_init_state_context, check_matching, static):
11185         (check_halt_node_context, check_halt_state_context, proceed_next_node):
11186         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
11187         (update_regs, sift_states_backward, build_sifted_states):
11188         (clean_state_log_if_needed, merge_state_array):
11189         (update_cur_sifted_state, add_epsilon_src_nodes):
11190         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
11191         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
11192         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
11193         (find_recover_state, check_subexp_matching_top, transit_state_mb):
11194         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
11195         (check_arrival, check_arrival_add_next_nodes):
11196         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11197         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11198         (check_node_accept_bytes, check_node_accept, extend_buffers):
11199         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
11200         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
11201         (sift_ctx_init):
11202         Likewise.
11203
11204         * lib/regex_internal.h:
11205         (re_string_allocate, re_string_construct, re_string_reconstruct):
11206         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
11207         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
11208         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
11209         (re_string_context_at, re_string_peek_byte_case):
11210         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
11211         is defined, since we now use prototypes always.
11212
11213         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
11214         C89 or better.  All uses removed.
11215
11216 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11217
11218         * config/srclist.txt: Add glibc bugs 1220-1227.
11219
11220 2005-08-20  Jim Meyering  <jim@meyering.net>
11221
11222         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
11223         of unused local, dfa.
11224
11225 2005-08-20  Bruno Haible  <bruno@clisp.org>
11226
11227         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
11228
11229 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11230
11231         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
11232         (re_node_set_insert_last, re_dfa_add_node):
11233         Rename local variables to avoid GCC shadowing warnings.
11234
11235 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11236
11237         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
11238         [defined lint]: Suppress bogus uninitialized-variable warnings.
11239
11240         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
11241         and let the caller return REG_ESPACE if out of space.  This
11242         removes an uninitialied-variable warning with GCC 4.0.1, and also
11243         avoids taking the address of a local variable.  All callers
11244         changed.
11245
11246 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11247
11248         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
11249         $LIBCSRC/posix/regexec.c.
11250         Add glibc bug 1217 for regcomp.c.
11251
11252 2005-08-19  Jim Meyering  <jim@meyering.net>
11253
11254         * lib/regexec.c (proceed_next_node): Redo local variables to
11255         avoid GCC shadowing warnings.
11256
11257 2005-08-18  Bruno Haible  <bruno@clisp.org>
11258
11259         * lib/strstr.c (strstr): Fix return value in multibyte case.
11260         * lib/strcasestr.c (strcasestr): Likewise.
11261
11262 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11263
11264         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
11265
11266 2005-08-17  Jim Meyering  <jim@meyering.net>
11267
11268         Make the %s format (seconds since the epoch) work for a negative
11269         number and when used with a zero-padded field width, e.g. %015s.
11270
11271         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
11272         label so that it precedes the code to set `digits'.  Otherwise,
11273         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
11274         print `00-22'.  Now, it prints `-0022', as it should.
11275
11276 2005-08-17  Bruno Haible  <bruno@clisp.org>
11277
11278         * modules/strstr (Files): Add m4/mbrtowc.m4.
11279         (Depends-on): Add mbuiter.
11280
11281 2005-08-17  Bruno Haible  <bruno@clisp.org>
11282
11283         * modules/strcasestr: New file.
11284         * MODULES.html.sh (String handling, based on ANSI C 89): Add
11285         strcasestr.
11286
11287 2005-08-17  Bruno Haible  <bruno@clisp.org>
11288
11289         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
11290
11291 2005-08-17  Bruno Haible  <bruno@clisp.org>
11292
11293         * modules/mbuiter: New file.
11294         * MODULES.html.sh (Extended multibyte and wide character utilities):
11295         Add mbuiter.
11296
11297 2005-08-17  Bruno Haible  <bruno@clisp.org>
11298
11299         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
11300         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
11301
11302 2005-08-17  Bruno Haible  <bruno@clisp.org>
11303
11304         * m4/strcasestr.m4: New file.
11305
11306 2005-08-17  Bruno Haible  <bruno@clisp.org>
11307
11308         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
11309         * lib/strstr.c: Completely rewritten, with multibyte locale support.
11310
11311 2005-08-17  Bruno Haible  <bruno@clisp.org>
11312
11313         * lib/strcasestr.h: New file.
11314         * lib/strcasestr.c: New file.
11315
11316 2005-08-17  Bruno Haible  <bruno@clisp.org>
11317
11318         * lib/strcasecmp.c: Use mbuiter.h.
11319
11320 2005-08-17  Bruno Haible  <bruno@clisp.org>
11321
11322         * lib/mbuiter.h: New file.
11323
11324 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11325
11326         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
11327         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
11328         and gl_GETOPT are both invoked via different paths (as happens
11329         with GNU tar CVS because it uses both argp and getopt), the former
11330         wins.
11331
11332 2005-08-16  Bruno Haible  <bruno@clisp.org>
11333
11334         * modules/tls: New file.
11335         * MODULES.html.sh (Multithreading): Add tls.
11336
11337 2005-08-16  Bruno Haible  <bruno@clisp.org>
11338
11339         * modules/strnlen1: New file.
11340         * MODULES.html.sh (String handling): Add strnlen1.
11341
11342 2005-08-16  Bruno Haible  <bruno@clisp.org>
11343
11344         * modules/strcase (Files): Add m4/mbrtowc.m4.
11345         (Depends-on): Add strnlen1, mbchar.
11346
11347 2005-08-16  Bruno Haible  <bruno@clisp.org>
11348
11349         * modules/mbiter: New file.
11350         * MODULES.html.sh (Extended multibyte and wide character utilities):
11351         Add mbiter.
11352
11353 2005-08-16  Bruno Haible  <bruno@clisp.org>
11354
11355         * modules/mbfile: New file.
11356         * MODULES.html.sh (Extended multibyte and wide character utilities):
11357         Add mbfile.
11358
11359 2005-08-16  Bruno Haible  <bruno@clisp.org>
11360
11361         * modules/mbchar: New file.
11362         * MODULES.html.sh (Extended multibyte and wide character utilities):
11363         New section.
11364
11365 2005-08-16  Bruno Haible  <bruno@clisp.org>
11366
11367         * m4/tls.m4: New file, from GNU gettext.
11368
11369 2005-08-16  Bruno Haible  <bruno@clisp.org>
11370
11371         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
11372         always.
11373         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
11374
11375 2005-08-16  Bruno Haible  <bruno@clisp.org>
11376
11377         * m4/mbiter.m4: New file.
11378
11379 2005-08-16  Bruno Haible  <bruno@clisp.org>
11380
11381         * m4/mbfile.m4: New file.
11382
11383 2005-08-16  Bruno Haible  <bruno@clisp.org>
11384
11385         * m4/mbchar.m4: New file.
11386
11387 2005-08-16  Bruno Haible  <bruno@clisp.org>
11388
11389         * lib/tls.h: New file, from GNU gettext.
11390         * lib/tls.c: New file, from GNU gettext.
11391
11392 2005-08-16  Bruno Haible  <bruno@clisp.org>
11393
11394         * lib/strnlen1.h: New file.
11395         * lib/strnlen1.c: New file.
11396
11397 2005-08-16  Bruno Haible  <bruno@clisp.org>
11398
11399         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
11400         (mbi_init): Update.
11401         (mbi_avail, mbi_advance): Let the iteration end before the terminating
11402         NUL byte, not after it.
11403
11404 2005-08-16  Bruno Haible  <bruno@clisp.org>
11405
11406         * lib/strcase.h (strcasecmp): Add note in comments.
11407         * lib/strncasecmp.c: Use code from strcasecmp.c.
11408         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
11409         (strcasecmp): Work correctly in multibyte locales.
11410
11411 2005-08-16  Bruno Haible  <bruno@clisp.org>
11412
11413         * lib/mbiter.h: New file.
11414
11415 2005-08-16  Bruno Haible  <bruno@clisp.org>
11416
11417         * lib/mbfile.h: New file.
11418
11419 2005-08-16  Bruno Haible  <bruno@clisp.org>
11420
11421         * lib/mbchar.h: New file.
11422         * lib/mbchar.c: New file.
11423
11424 2005-08-16  Bruno Haible  <bruno@clisp.org>
11425
11426         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
11427         the valid ones. Makes the comparison operations transitive:
11428         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
11429         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
11430
11431 2005-08-15  Simon Josefsson  <jas@extundo.com>
11432
11433         * modules/ssize_t (License): Change to 'unlimited'.
11434
11435         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
11436
11437 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11438
11439         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
11440         Add comments for each pending glibc patch.
11441
11442 2005-08-15  Bruno Haible  <bruno@clisp.org>
11443
11444         * lib/regex.h (__restrict_arr): Don't define to __restrict if
11445         __cplusplus is defined.
11446
11447 2005-08-14  Jim Meyering  <jim@meyering.net>
11448
11449         Sync from coreutils.
11450
11451         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
11452         Use the hash-table-based cycle-detection code not just when
11453         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
11454         Reported by James Youngman in
11455         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
11456         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
11457         FTS_TIGHT_CYCLE_CHECK.
11458         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
11459         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
11460         once again.
11461         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
11462         * lib/fts.c (fd_safer): Remove decl.
11463         Include fcntl--.h rather than unistd-safer.h
11464         (fts_safe_changedir): Don't call fd_safer; no longer needed
11465         now that we include fcntl--.h.
11466
11467 2005-08-12  Simon Josefsson  <jas@extundo.com>
11468
11469         * modules/getndelim2: Use ssize_t module.
11470         * modules/getnline: Likewise.
11471         * modules/safe-read: Likewise.
11472         * modules/xreadlink: Likewise.
11473
11474         * modules/ssize_t: New file.
11475
11476 2005-08-12  Simon Josefsson  <jas@extundo.com>
11477
11478         * m4/readline.m4: Look for termcap, curses or ncurses if required.
11479
11480 2005-08-12  Simon Josefsson  <jas@extundo.com>
11481
11482         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11483         ssize_t.
11484
11485 2005-08-12  Simon Josefsson  <jas@extundo.com>
11486
11487         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
11488         readline, getdelim and check_version.
11489         (Support for systems lacking ISO C 99: Sizes of integer types):
11490         Add size_max.
11491
11492 2005-08-12  Bruno Haible  <bruno@clisp.org>
11493
11494         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
11495
11496 2005-08-11  Simon Josefsson  <jas@extundo.com>
11497
11498         * modules/readline: New file.
11499
11500         * modules/strnlen (Files): Add strnlen.h.
11501
11502 2005-08-11  Simon Josefsson  <jas@extundo.com>
11503
11504         * m4/readline.m4: New file.
11505
11506 2005-08-11  Simon Josefsson  <jas@extundo.com>
11507
11508         * lib/readline.h, readline.c: New file.
11509
11510 2005-08-11  Simon Josefsson  <jas@extundo.com>
11511
11512         * doc/gnulib.texi (Initial import, Finishing touches): Mention
11513         gl_AVOID.
11514
11515 2005-08-11  Bruno Haible  <bruno@clisp.org>
11516
11517         * lib/strnlen.h (strnlen): Change parameter name to match comment.
11518
11519 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
11520
11521         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
11522
11523 2005-08-10  Simon Josefsson  <jas@extundo.com>
11524
11525         * tests/test-iconvme.c: New file.
11526
11527 2005-08-10  Simon Josefsson  <jas@extundo.com>
11528
11529         * m4/strnlen.m4: New file.
11530
11531         * m4/strndup.m4: Don't check for strnlen declaration, done in
11532         strnlen.m4.
11533
11534 2005-08-10  Simon Josefsson  <jas@extundo.com>
11535
11536         * lib/strndup.c: Use strnlen.h.
11537
11538         * lib/strnlen.h: New file.
11539
11540 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11541
11542         * README: Typos.
11543
11544 2005-08-02  Simon Josefsson  <jas@extundo.com>
11545
11546         * modules/readline: New file.
11547
11548 2005-08-02  Simon Josefsson  <jas@extundo.com>
11549
11550         * modules/getdelim: New file.
11551
11552         * modules/getline: Rewrite, don't use getndelim2.
11553
11554 2005-08-02  Simon Josefsson  <jas@extundo.com>
11555
11556         * m4/getline.m4: Separate out getdelim stuff into separate module.
11557
11558         * m4/getdelim.m4: New file.
11559
11560 2005-08-02  Simon Josefsson  <jas@extundo.com>
11561
11562         * lib/getline.h, getline.c: Rewrite.
11563
11564         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
11565
11566 2005-07-31  Bruno Haible  <bruno@clisp.org>
11567
11568         * lib/lock.h (gl_lock_initializer): New macro.
11569         (gl_lock_define_initialized): Use it.
11570         (gl_rwlock_initializer): New macro.
11571         (gl_rwlock_define_initialized): Use it.
11572         (gl_recursive_lock_initializer): New macro.
11573         (gl_recursive_lock_define_initialized): Use it.
11574
11575 2005-07-30  Karl Berry  <karl@gnu.org>
11576
11577         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
11578         Report from Ben Pfaff, regarding getopt.
11579
11580 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
11581
11582         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
11583         normal way.
11584         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
11585         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
11586         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
11587         (gl_GETOPT): Use the new macros.  Most of the implementation
11588         is moved to the new macros.  This is for programs like Emacs
11589         that don't want all the functionality of gl_GETOPT.
11590
11591 2005-07-26  Bruno Haible  <bruno@clisp.org>
11592
11593         * m4/lock.m4: Update from GNU gettext.
11594
11595 2005-07-26  Bruno Haible  <bruno@clisp.org>
11596
11597         * lib/lock.h: Update from GNU gettext.
11598         * lib/lock.c: Update from GNU gettext.
11599
11600 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11601
11602         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
11603         obsolescent AC_TRY_RUN.  Include the default includes files, for
11604         'exit'.
11605
11606 2005-07-24  Bruno Haible  <bruno@clisp.org>
11607
11608         * modules/visibility: New file.
11609         * MODULES.html.sh (Misc): Add visibility.
11610
11611 2005-07-24  Bruno Haible  <bruno@clisp.org>
11612
11613         * m4/visibility.m4: New file.
11614
11615 2005-07-24  Bruno Haible  <bruno@clisp.org>
11616
11617         * doc/visibility.texi: New file.
11618
11619 2005-07-22  Bruno Haible  <bruno@clisp.org>
11620
11621         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
11622         $(ALLOCA_H), redundant through BUILT_SOURCES.
11623         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
11624         redundant through BUILT_SOURCES.
11625         * modules/byteswap (Makefile.am): Remove explicit dependency on
11626         $(BYTESWAP_H), redundant through BUILT_SOURCES.
11627         * modules/fnmatch (Makefile.am): Remove explicit dependency on
11628         $(FNMATCH_H), redundant through BUILT_SOURCES.
11629         * modules/getopt (Makefile.am): Remove explicit dependency on
11630         $(GETOPT_H), redundant through BUILT_SOURCES.
11631         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
11632         redundant through BUILT_SOURCES.
11633         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
11634         redundant through BUILT_SOURCES.
11635         * modules/stdbool (Makefile.am): Remove explicit dependency on
11636         $(STDBOOL_H), redundant through BUILT_SOURCES.
11637         * modules/stdint (Makefile.am): Remove explicit dependency on
11638         $(STDINT_H), redundant through BUILT_SOURCES.
11639         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
11640         Remove explicit dependency on $(SYSEXITS_H).
11641         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
11642
11643 2005-07-18  Simon Josefsson  <jas@extundo.com>
11644
11645         * lib/check-version.c (check_version): Accept identical versions too.
11646
11647 2005-07-18  Bruno Haible  <bruno@clisp.org>
11648
11649         * modules/lock: New file.
11650         * MODULES.html.sh (Multithreading): New section.
11651
11652 2005-07-18  Bruno Haible  <bruno@clisp.org>
11653
11654         * m4/lock.m4: New file, from GNU gettext.
11655
11656 2005-07-18  Bruno Haible  <bruno@clisp.org>
11657
11658         * lib/lock.h: New file, from GNU gettext.
11659         * lib/lock.c: New file, from GNU gettext.
11660
11661 2005-07-18  Bruno Haible  <bruno@clisp.org>
11662
11663         * lib/lock.h (gl_once_t): New type.
11664         (gl_once_define, gl_once): New macros.
11665         * lib/lock.c (fresh_once): New variable.
11666         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
11667         functions.
11668
11669 2005-07-16  Simon Josefsson  <jas@extundo.com>
11670
11671         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
11672         workaround, suggested by Bruno.
11673
11674 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11675
11676         * modules/xalloc (Depends-on): Add xalloc-die.
11677         * modules/xvasprintf (Depends-on): Add xalloc-die.
11678
11679 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11680
11681         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
11682         with a minor change.
11683
11684 2005-07-15  Bruno Haible  <bruno@clisp.org>
11685
11686         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
11687         When using lib/poll.c, define poll as rpl_poll.
11688
11689 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
11690
11691         * modules/argp (Depends-on): Remove unlocked-io.
11692
11693 2005-07-14  Derek Price  <derek@ximbiot.com>
11694
11695         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
11696         for glob symlink bug.
11697
11698 2005-07-14  Bruno Haible  <bruno@clisp.org>
11699
11700         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
11701         Instead, test for *_unlocked function declarations directly.
11702
11703 2005-07-11  Simon Josefsson  <jas@extundo.com>
11704
11705         * modules/size_max: New file.
11706
11707         * modules/xsize: Depend on size_max module for size_max.m4.
11708
11709 2005-07-11  Simon Josefsson  <jas@extundo.com>
11710
11711         * lib/size_max.h: New file.
11712
11713 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
11714
11715         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
11716         copyright symbol and the year.
11717         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
11718         (version_etc_va): Use parameterized copyright notice.
11719         Reword to conform to the current GNU coding standards.
11720
11721 2005-07-11  Karl Berry  <karl@gnu.org>
11722
11723         * doc/gnulib.texi (Quoting): new node.
11724         (Initial import): more info, from Patrice.
11725
11726 2005-07-11  Bruno Haible  <bruno@clisp.org>
11727
11728         * gnulib-tool (func_usage): Document option --avoid.
11729         (Command line options): Handle --avoid.
11730         (func_acceptable): New function.
11731         (func_modules_transitive_closure): Use it.
11732
11733 2005-07-11  Bruno Haible  <bruno@clisp.org>
11734
11735         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
11736         Reported by Jim Meyering.
11737
11738 2005-07-10  Bruno Haible  <bruno@clisp.org>
11739
11740         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
11741         Needed when size_t is smaller than 'unsigned int'.
11742         Reported by Paul Eggert.
11743
11744 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11745
11746         * modules/argp (Depends-on): Add unlocked-io
11747
11748 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11749
11750         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
11751         block of defines.
11752
11753 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11754
11755         * config/srclist.txt: Comment out regcomp.c, since we have a porting
11756         fix now.
11757
11758 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
11759         and Paul Eggert  <eggert@cs.ucla.edu>
11760
11761         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
11762         in wint_t, not wchar_t.  Remove now-unnecessary cast.
11763
11764 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11765
11766         * modules/regex (Files): Add lib/regex_internal.c,
11767         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
11768         (Depends-on): Add extensions.
11769         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
11770
11771 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11772
11773         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
11774         pathconf.
11775         * m4/same.m4 (gl_SAME): Likewise.
11776         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
11777
11778         * m4/regex.m4: Adjust to new libc regex implementation.
11779         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
11780         all the .c and .h parts of (the new) regex.
11781         Quote the m4 stuff better.
11782         Check for RE_ICASE bug of old gnulib.
11783         Check for REG_STARTEND of recent libc.
11784         Rename local variables from jm_* to gl_*.
11785         Quote operand of "test -f".
11786         Say "recent enough" version of libc, not "version 2".
11787         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
11788         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
11789         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
11790         Remove check for btowc, isascii.
11791         Require AM_LANGINFO_CODESET.
11792
11793 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11794
11795         * lib/regex.c, regex.h: Sync from libc.
11796         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
11797         * lib/regexec.c:
11798         New files, synced from libc, except that regex_internal.h
11799         currently has a small porting fix.
11800
11801 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11802
11803         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
11804         regex_internal.c, regexec.c.
11805         Add regex_internal.h too, but as a comment, since the libc version
11806         is currently broken in gnulib mode.
11807
11808 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11809
11810         Support programs like Emacs that use gnulib but not gettext.
11811         * MODULES.html.sh (Internationalization functions): Add gettext-h.
11812         * modules/gettext-h: New file.
11813         * modules/gettext (Files): Remove lib/gettext.h.
11814         (Depends-on): Add gettext-h.
11815         (Makefile.am): Remove lib_SOURCES.
11816         * modules/argmatch, modules/c-stack, modules/closeout:
11817         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
11818         * modules/execute, modules/file-type, modules/getaddrinfo:
11819         * modules/getopt, modules/human, modules/javacomp:
11820         * modules/javaexec, modules/mkdir-p, modules/obstack:
11821         * modules/openat, modules/pagealign_alloc, modules/pipe:
11822         * modules/quotearg, modules/regex, modules/rpmatch:
11823         * modules/unicodeio, modules/userspec, modules/version-etc:
11824         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
11825         * modules/xsetenv:
11826         Depend on gettext-h, not gettext.
11827
11828 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11829
11830         * gnulib-tool (func_import): Add support for 'public domain' license.
11831         * modules/alloca, modules/atexit, modules/memmove:
11832         Now public domain, not GPL.
11833         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
11834         * modules/realloc, modules/strerror, modules/strtod:
11835         Now LGPL, not GPL.
11836
11837 2005-07-05  Bruno Haible  <bruno@clisp.org>
11838
11839         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
11840         autoconf CVS. Needed for mingw.
11841
11842 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11843
11844         Remove the dependency of the strftime module on the tzset module.
11845         * modules/strftime (Depends-on): Remove dependency on tzset.
11846
11847 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11848
11849         Remove the dependency of the strftime module on the tzset module.
11850         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
11851         gl_FUNC_TZSET_CLOBBER.
11852
11853 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11854
11855         Remove the dependency of the strftime module on the tzset module.
11856         * lib/strftime.c (my_strftime)
11857         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
11858         Copy the input structure, to work around some of the bug with
11859         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
11860         Solaris releases, you should also use the tzset module, but we won't
11861         require it as a dependency any more since we don't want LGPLed code
11862         to depend on GPLed code.
11863
11864 2005-07-02  Jim Meyering  <jim@meyering.net>
11865
11866         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
11867         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
11868         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
11869         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
11870
11871 2005-07-02  Jim Meyering  <jim@meyering.net>
11872
11873         * lib/backupfile.c (backup_args): Change a `0' to NULL.
11874
11875 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11876
11877         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
11878         declares only 'struct timespec;' (!).
11879
11880 2005-07-01  Jim Meyering  <jim@meyering.net>
11881
11882         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
11883         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
11884         * lib/save-cwd.c, tempname.c:
11885         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11886         and don't include <sys/file.h>).
11887
11888 2005-06-29  Jim Meyering  <jim@meyering.net>
11889
11890         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
11891         type name.  Use the variable name instead.
11892         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
11893         Likewise.
11894
11895 2005-06-28  Simon Josefsson  <jas@extundo.com>
11896
11897         * modules/check-version (Files): Add check-version.m4.
11898
11899 2005-06-28  Simon Josefsson  <jas@extundo.com>
11900
11901         * m4/check-version.m4: New file, suggested by Jim Meyering
11902         <jim@meyering.net>.
11903
11904 2005-06-28  Simon Josefsson  <jas@extundo.com>
11905
11906         * lib/check-version.h, lib/check-version.c: New files.
11907
11908 2005-06-28  Simon Josefsson  <jas@extundo.com>
11909
11910         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
11911         collision with global variable.  Better indentation.  Don't
11912         increment buffer pointer beyond buffer end.  Based on comments
11913         from Paul Eggert <eggert@cs.ucla.edu>.
11914
11915         * lib/base64.h: Indent.
11916
11917 2005-06-28  Simon Josefsson  <jas@extundo.com>
11918
11919         * doc/gnulib.texi (Library version handling): New section.
11920
11921 2005-06-28  Jim Meyering  <jim@meyering.net>
11922
11923         * check-module (find_included_lib_files): Hard-code another
11924         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
11925         but modules/fts-lgpl (correctly) does not list those files.
11926
11927         * modules/canonicalize (Files): Add lib/pathmax.h.
11928
11929 2005-06-25  Simon Josefsson  <jas@extundo.com>
11930
11931         * modules/check-version: New file.
11932
11933 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
11934
11935         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
11936         initializer of struct addrinfo, as an indication that we don't
11937         care how many members the structure has.
11938
11939 2005-06-24  Derek Price  <derek@ximbiot.com>
11940         and Bruno Haible  <bruno@clisp.org>
11941
11942         Remove stat module & update lstat.
11943         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
11944         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
11945         * m4/stat.m4: Remove this file.
11946
11947 2005-06-24  Derek Price  <derek@ximbiot.com>
11948         and Bruno Haible  <bruno@clisp.org>
11949
11950         Remove stat module & update lstat.
11951         * lib/stat.c: Remove this file...
11952         (slash_aware_lstat): ...moving this content and its support...
11953         * lib/lstat.c (rpl_lstat): ...into here.
11954         * lib/lstat.h: New file.
11955
11956 2005-06-24  Derek Price  <derek@ximbiot.com>
11957         and Bruno Haible  <bruno@clisp.org>
11958
11959         Remove stat module & update lstat.
11960         * config/srclist.txt (libc sources): Remove stat.
11961
11962 2005-06-24  Derek Price  <derek@ximbiot.com>
11963         and Bruno Haible  <bruno@clisp.org>
11964
11965         Remove stat module & update lstat.
11966         * MODULES.html.sh (stat): Remove.
11967         * MODULES.html: Regenerated.
11968         * modules/lstat (Description): Correct function name.
11969         (Files): Add "lstat.h".
11970         (Depends-on): Remove stat, add xalloc, stat-macros.
11971         * modules/stat: Remove this file.
11972         (Include): Add "lstat.h", remove <sys/stat.h>.
11973
11974 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11975
11976         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
11977         (ranged_convert): Don't save conversion in a temporary struct.
11978         This causes a warning with GCC 4.0.0, and anyway in the typical
11979         case it's not worth the extra 100 bytes or so of code.
11980         (ranged_convert, __mktime_internal): When calling a function via a
11981         pointer P, use P () rather than (*P) (), as we now assume C89 or
11982         better.
11983
11984 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11985
11986         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
11987         "who -r" failed to give output.  Problem reported by Tim Waugh.
11988
11989         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
11990         (xcalloc): Use it to avoid needless tests.
11991         Problem reported by Jim Meyering.
11992
11993 2005-06-20  Derek Price  <derek@ximbiot.com>
11994
11995         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
11996         unnecessary for Autoconfs > 2.59c.
11997
11998 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11999
12000         * lib/argp.h (__option_is_short): Check upper limit of
12001         __key. Isprint() requires its argument to have the value
12002         of an unsigned char or EOF.
12003
12004 2005-06-16  Jim Meyering  <jim@meyering.net>
12005
12006         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
12007         when either N or S is zero.
12008
12009 2005-06-16  Derek Price  <derek@ximbiot.com>
12010
12011         * m4/bison.m4: Declare YACC & YFLAGS precious.
12012
12013 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12014
12015         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
12016         multibyte string or pattern, fall back on unibyte matching.
12017         Problem reported by James Youngman.
12018
12019 2005-06-08  Bruno Haible  <bruno@clisp.org>
12020
12021         * modules/csharpcomp: New file.
12022         * MODULES.html.sh (C#): Add csharpcomp.
12023
12024 2005-06-08  Bruno Haible  <bruno@clisp.org>
12025
12026         * m4/csharpcomp.m4: New file, from GNU gettext.
12027
12028 2005-06-08  Bruno Haible  <bruno@clisp.org>
12029
12030         * lib/csharpcomp.h: New file, from GNU gettext.
12031         * lib/csharpcomp.c: New file, from GNU gettext.
12032         * lib/csharpcomp.sh.in: New file, from GNU gettext.
12033
12034 2005-06-08  Bruno Haible  <bruno@clisp.org>
12035
12036         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
12037         warning on mingw.
12038
12039 2005-06-07  Derek Price  <derek@ximbiot.com>
12040
12041         Sync from CVS.
12042         * lib/glob_.h: Indent nested #ifdef.
12043
12044 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12045
12046         Sync from coreutils.
12047         Use "file name" when talking about file names, instead of "filename"
12048         or "path", as per the GNU coding standards.
12049         * lib/mkdir-p.c: Renamed from makepath.c.
12050         (make_dir_parents): Renamed from make_path.  All callers changed.
12051         * lib/mkdir-p.h: Likewise.  All includers changed.
12052         * lib/filenamecat.c: Renamed from path-concat.c.
12053         (file_name_concat): Renamed from path_concat.  All callers changed.
12054         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
12055         * lib/filenamecat.h: Likewise.  All includers changed.
12056         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
12057         in comments or local variable names.
12058         * lib/basename.c: Likewise.
12059         * lib/canonicalize.c, canonicalize.h: Likewise.
12060         * lib/dirname.c, dirname.h: Likewise.
12061         * lib/euidaccess.c: Likewise.
12062         * lib/exclude.c: Likewise
12063         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
12064         * lib/fsusage.c, fsuage.h: Likewise.
12065         * lib/fts.c, fts_.h: Likewise.
12066         * lib/getcwd.c: Likewise.
12067         * lib/getloadavg.c: Likewise.
12068         * lib/mkstemp.c: Likewise.
12069         * lib/mountlist.c, mountlist.h: Likewise.
12070         * lib/openat.c, openat.h: Likewise.
12071         * lib/readlink-stub.c: Likewise.
12072         * lib/readutmp.c, readutmp.h: Likewise.
12073         * lib/rename.c: Likewise.
12074         * lib/rmdir.c: Likewise.
12075         * lib/same.c: Likewise.
12076         * lib/savedir.c: Likewise.
12077         * lib/stripslash.c: Likewise.
12078         * lib/tempname.c: Likewise.
12079         * lib/xreadlink.c: Likewise.
12080         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
12081         All uses changed.
12082         * lib/exclude.h: Likewise.
12083
12084         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
12085         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12086         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
12087         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12088         * lib/pathmax.h: Include <limits.h> unconditionally, since other
12089         files have been getting away with it for years (MORE/BSD 4.3
12090         is extinct now).
12091         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
12092         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12093
12094         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
12095         Define to 256, not 255, as per modern POSIX.
12096
12097 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12098
12099         Sync from coreutils.
12100         Use "file name" when talking about file names, instead of "filename"
12101         or "path", as per the GNU coding standards.
12102         * MODULES.html.sh: mkdir-p renamed from makepath.
12103         filenamecat renamed from path-concat.
12104         * modules/filenamecat: Renamed from modules/path-concat.
12105         (Files): filenamecat.h and filenamecat.c renamed from
12106         path-concat.h and path-concat.c.
12107         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
12108         (Include): filenamecat.h, not path-concat.h.
12109         * modules/mkdir-p: Renamed from modules/makepath.
12110         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
12111         makepath.c.
12112         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
12113         (Include): mkdir-p.h, not makepath.h.
12114
12115 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12116
12117         Sync from coreutils.
12118         * m4/mkdir-p.m4: Renamed from makepath.m4.
12119         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
12120         Rename files from makepath.c to mkdir-p.c, and from
12121         makepath.h to mkdir-p.h.
12122         * m4/filenamecat.m4: Renamed from path-concat.m4.
12123         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
12124         Rename files from path-concat.c to filenamecat.c,
12125         and from path-concat.h to filenamecat.h.
12126         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
12127         "file name" in local variables or comments.
12128         * m4/rename.m4: Likewise.
12129
12130 2005-06-01  Bruno Haible  <bruno@clisp.org>
12131
12132         * modules/csharpexec: New file.
12133         * MODULES.html.sh (C#): New section.
12134
12135 2005-06-01  Bruno Haible  <bruno@clisp.org>
12136
12137         * m4/csharp.m4: New file, from GNU gettext.
12138         * m4/csharpexec.m4: New file, from GNU gettext.
12139
12140 2005-06-01  Bruno Haible  <bruno@clisp.org>
12141
12142         * lib/csharpexec.h: New file, from GNU gettext.
12143         * lib/csharpexec.c: New file, from GNU gettext.
12144         * lib/csharpexec.sh.in: New file, from GNU gettext.
12145
12146 2005-05-31  Derek Price  <derek@ximbiot.com>
12147             Paul Eggert  <eggert@cs.ucla.edu>
12148
12149         Sync from cvs.
12150         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12151
12152 2005-05-31  Derek Price  <derek@ximbiot.com>
12153             Paul Eggert  <eggert@cs.ucla.edu>
12154
12155         Sync from cvs.
12156         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12157
12158 2005-05-29  Derek Price  <derek@ximbiot.com>
12159
12160         * config/srclist.txt (glob_.h, glob.c): Add these files.
12161
12162 2005-05-29  Derek Price  <derek@ximbiot.com>
12163
12164         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
12165         * modules/glob: New file.
12166         * modules/getlogin_r: Add link to POSIX spec in description.
12167
12168 2005-05-29  Derek Price  <derek@ximbiot.com>
12169             Paul Eggert  <eggert@cs.ucla.edu>
12170
12171         * m4/glob.m4: New file.
12172
12173 2005-05-29  Derek Price  <derek@ximbiot.com>
12174             Paul Eggert  <eggert@cs.ucla.edu>
12175
12176         * lib/glob_.h, lib/glob.c: New files.
12177
12178 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12179
12180         * modules/fts (Files): Remove m4/inttypes-pri.m4.
12181         * modules/fts-lgpl (Depends-on): Remove gettext.
12182
12183 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12184
12185         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
12186         and don't require gt_INTTYPES_PRI.
12187
12188 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12189
12190         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
12191
12192         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
12193         the configuration hassle isn't worth it.
12194         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
12195         (LONGEST_MODIFIER, PRIuMAX): Remove.
12196
12197 2005-05-27  Bruno Haible  <bruno@clisp.org>
12198
12199         * lib/getlogin_r.h: Remove second include of <stddef.h>.
12200
12201 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
12202
12203         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
12204         _POSIX_PTHREAD_SEMANTICS for Solaris.
12205
12206 2005-05-25  Derek Price  <derek@ximbiot.com>
12207
12208         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
12209
12210 2005-05-25  Derek Price  <derek@ximbiot.com>
12211             Paul Eggert  <eggert@cs.ucla.edu>
12212
12213         * modules/getlogin_r, m4/getlogin_r.m4: New files.
12214         * lib/getlogin_r.c, getlogin_r.h: New files.
12215
12216 2005-05-25  Bruno Haible  <bruno@clisp.org>
12217             Derek Price  <derek@ximbiot.com>
12218
12219         * lib/getlogin_r.h: Simplify API documentation.
12220
12221 2005-05-23  Derek Price  <derek@ximbiot.com>
12222
12223         * modules/minmax (Files): Add m4/minmax.m4.
12224         (configure.ac): Add gl_MINMAX.
12225
12226 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12227
12228         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
12229         so that unistd-safer.h (GPL'ed code) need not be included.
12230
12231 2005-05-22  Bruno Haible  <bruno@clisp.org>
12232
12233         * m4/minmax.m4: New file.
12234         Based on a patch by Derek Price <derek@ximbiot.com>.
12235
12236 2005-05-22  Bruno Haible  <bruno@clisp.org>
12237
12238         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
12239         (INT64_MIN): Fix definition.
12240         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
12241
12242         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
12243         NEED_SIGNED_INT_TYPES.
12244
12245         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
12246         HAVE_SYSTEM_INTTYPES.
12247
12248 2005-05-22  Bruno Haible  <bruno@clisp.org>
12249
12250         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
12251         Also include <sys/param.h> if it defines MIN, MAX.
12252         Based on a patch by Derek Price <derek@ximbiot.com>.
12253
12254 2005-05-21  Jim Meyering  <jim@meyering.net>
12255
12256         * modules/fts (Files): Add m4/inttypes-pri.m4.
12257         (Depends-on): Add lstat and remove gettext.  Alphabetize.
12258
12259 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12260
12261         New fts module.
12262         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
12263         (setup_dir, free_dir): New functions.
12264         (enter_dir, leave_dir): Define trivial
12265         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
12266         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
12267         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
12268         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
12269         Move to fts-cycle.c.
12270         (fts_open): Use setup_dir.
12271         (fts_close): Use free_dir.
12272         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
12273         This adds a label and some gotos, but the alternatives were messier.
12274         Check for memory allocation failure when entering a dir.
12275         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
12276         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
12277         (FTS): New member fts_cycle, that is a union that contains the
12278         old active_dir_ht and cycle_state.  All uses changed to mention
12279         fts_cycle.ht and fts_cycle.state.
12280         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
12281         fts.c, with the following changes:
12282         (setup_dir, free_dir): New functions.
12283         (enter_dir): Now returns bool.  Return true if successful, false
12284         if memory exhausted.  All callers changed.
12285         Do not bother partly cleaning up on
12286         memory allocation failure; that is free_dir's job.
12287         However, free ad if hash_insert fails, to avoid memory leak.
12288         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
12289         fts->fts_options to see which union member to use.
12290
12291 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12292
12293         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
12294         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
12295
12296 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12297
12298         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
12299
12300 2005-05-20  Jim Meyering  <jim@meyering.net>
12301
12302         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
12303         Now a macro, to pacify GCC.
12304
12305 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12306
12307         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
12308         of -1.
12309
12310 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12311
12312         * lib/chown.c (rpl_chown): Return -1 on failure.
12313
12314 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12315
12316         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
12317         Don't check for stddef.h.
12318         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
12319         don't use its results.
12320         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
12321         since we include them unconditionally.  Don't require
12322         AM_STDBOOL_H, since stdbool is a prerequisite.
12323         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
12324         since we assume C89 or better.
12325         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
12326         as we don't use their results.
12327         Don't check for fchdir, memmove, memset, strrchr, as we use
12328         them unconditionally.
12329         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
12330         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
12331
12332 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12333
12334         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
12335         Include <stddef.h> unconditionally, since we assume C89 now.
12336         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
12337         * lib/fts.c: Include fts_.h first, to check interface.
12338         Do not include intprops.h; no longer needed.
12339         Include cycle-check.h and hash.h, since fts_.h no longer does.
12340         Remove unnecessary casts of closedir to void.
12341         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
12342         decide whether to decrement nlinks.
12343         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
12344         (FTS): Use struct hash_table * instead of Hash_table, so that
12345         we no longer need to include hash.h here.
12346
12347 2005-05-18  Jim Meyering  <jim@meyering.net>
12348
12349         * modules/dirfd (License): Change to LGPL.  Most of the code
12350         is already in the public domain.
12351
12352 2005-05-18  Jim Meyering  <jim@meyering.net>
12353
12354         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
12355         Reported by Yoann Vandoorselaere.
12356
12357 2005-05-17  Jim Meyering  <jim@meyering.net>
12358
12359         * m4/fts.m4: New file, from coreutils.
12360
12361 2005-05-17  Jim Meyering  <jim@meyering.net>
12362
12363         * lib/fts.c, lib/fts_.h: New files, from coreutils.
12364
12365 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12366
12367         Sync from coreutils.
12368         * m4/unlinkdir.m4: New file.
12369
12370 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12371
12372         Sync from coreutils.
12373         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
12374         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
12375         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
12376         White space changes only.
12377         * lib/makepath.c (make_path): Port to hosts where leading "//" is
12378         special.
12379         * lib/yesno.c: Include getline.h, not ctype.h.
12380         (yesno): Don't remove leading white space; POSIX doesn't allow it.
12381         Use getline to remove arbitrary restriction on response length.
12382
12383 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12384
12385         * config/srclist-update: Spell out "Street" in FSF postal
12386         mail address; this is the style the FSF seems to prefer.
12387
12388         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
12389         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
12390         this updates FSF postal mail address.
12391
12392         Sync from coreutils.
12393         * modules/unlinkdir: New file.
12394         * modules/yesno (Depends-on): Add getline.
12395         * MODULES.html.sh (File system functions): Add unlinkdir.
12396
12397 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12398
12399         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
12400         lib/strsep.h:
12401         Change the initial comment to refer to GPL, not LGPL.
12402         gnulib-tool will change it to LGPL as needed.
12403
12404         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
12405         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
12406         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
12407         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
12408         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
12409         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
12410         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
12411         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
12412         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
12413         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
12414         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
12415         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
12416         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
12417         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
12418         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
12419         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
12420         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
12421         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
12422         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
12423         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
12424         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
12425         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
12426         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
12427         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
12428         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
12429         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
12430         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
12431         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
12432         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
12433         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
12434         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
12435         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
12436         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
12437         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
12438         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
12439         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
12440         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
12441         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
12442         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
12443         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
12444         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
12445         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
12446         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
12447         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
12448         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
12449         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
12450         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
12451         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
12452         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
12453         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
12454         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
12455         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
12456         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
12457         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
12458         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
12459         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
12460         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
12461         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
12462         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
12463         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
12464         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
12465         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
12466         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
12467         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
12468         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
12469         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
12470         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
12471         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
12472         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
12473         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
12474         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
12475         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
12476         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
12477         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
12478         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
12479         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
12480         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
12481         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
12482         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
12483         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
12484         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
12485         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
12486         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
12487         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
12488         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
12489         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
12490         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
12491         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
12492         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
12493         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
12494         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
12495         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
12496         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
12497         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
12498         lib/yesno.c, lib/yesno.h:
12499         Update FSF postal mail address.
12500
12501 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12502
12503         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
12504         tests/test-memmem.c, tests/test-stpncpy.c:
12505         Update FSF postal mail address.
12506
12507 2005-05-13  Bruno Haible  <bruno@clisp.org>
12508
12509         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
12510         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
12511         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
12512         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
12513         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
12514         Add support for 64-bit integers in the MSVC compiler.
12515
12516 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12517
12518         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
12519
12520 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
12521
12522         * gnulib-tool (func_import): Sort and uniquify recommended includes.
12523
12524 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
12525
12526         * doc/getdate.texi (General date syntax): Don't say that date
12527         date --iso-8601=ns generates acceptable dates; it doesn't yet.
12528         Problem reported by Nic Ferrier.
12529
12530 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12531
12532         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
12533         specified in ai_socktype. Fix invalid ai_protocol
12534         check. ai_protocol is usually set to 0 or depending on
12535         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
12536         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
12537         ai_socktype / ai_protocol in the returned addrinfo structure.
12538
12539 2005-05-10  Simon Josefsson  <jas@extundo.com>
12540
12541         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
12542         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12543
12544 2005-05-10  Karl Berry  <karl@gnu.org>
12545
12546         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
12547         (from http://www.gnu.org/licenses).
12548         * doc/COPYING.LIB: also rename to COPYING.LESSER.
12549         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
12550         fdl.texi suffices.
12551
12552 2005-05-10  Karl Berry  <karl@gnu.org>
12553
12554         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
12555         (COPYING.DOC): remove.
12556
12557         * config/srclist-update: new FSF address.
12558
12559 2005-05-10  Derek Price  <derek@ximbiot.com>
12560
12561         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
12562         possible.
12563
12564 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12565             Bruno Haible  <bruno@clisp.org>
12566
12567         * modules/inet_ntop: New file.
12568         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12569         inet_ntop.
12570
12571 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12572             Bruno Haible  <bruno@clisp.org>
12573
12574         * m4/inet_ntop.m4: New file.
12575
12576 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12577             Bruno Haible  <bruno@clisp.org>
12578
12579         * lib/inet_ntop.h: New file.
12580         * lib/inet_ntop.c: New file, from glibc with modifications.
12581
12582 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
12583
12584         * modules/time_r (License): Change to LGPL.
12585         * modules/extensions (License): Change to LGPL.  Actually,
12586         the license is more permissive than that, but currently gnulib-tool
12587         doesn't know how to handle more-permissive licenses.
12588
12589         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
12590         Problem reported by Dave Love.
12591
12592 2005-05-08  Jim Meyering  <jim@meyering.net>
12593
12594         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
12595         blank.
12596
12597 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
12598
12599         * modules/argmatch (Depends-on): Add stdbool.
12600         * modules/backupfile (Depends-on): Likewise.
12601         * modules/chdir-long (Depends-on): Likewise.
12602         * modules/closeout (Depends-on): Likewise.
12603         * modules/cycle-check (Depends-on): Likewise.
12604         * modules/dirname (Depends-on): Likewise.
12605         * modules/fnmatch (Depends-on): Likewise.
12606         * modules/fsusage (Depends-on): Likewise.
12607         * modules/fwriteerror (Depends-on): Likewise.
12608         * modules/getcwd (Depends-on): Likewise.
12609         * modules/getloadavg (Depends-on): Likewise.
12610         * modules/hard-locale (Depends-on): Likewise.
12611         * modules/makepath (Depends-on): Likewise.
12612         * modules/mountlist (Depends-on): Likewise.
12613         * modules/nanosleep (Depends-on): Likewise.
12614         * modules/posixtm (Depends-on): Likewise.
12615         * modules/quotearg (Depends-on): Likewise.
12616         * modules/readtokens (Depends-on): Likewise.
12617         * modules/readtokens0 (Depends-on): Likewise.
12618         * modules/readutmp (Depends-on): Likewise.
12619         * modules/save-cwd (Depends-on): Likewise.
12620         * modules/strftime (Depends-on): Likewise.
12621         * modules/userspec (Depends-on): Likewise.
12622         * modules/utimecmp (Depends-on): Likewise.
12623         * modules/xgetcwd (Depends-on): Likewise.
12624         * modules/xnanosleep (Depends-on): Likewise.
12625         * modules/xstrtod (Depends-on): Likewise.
12626         * modules/yesno (Depends-on): Likewise.
12627
12628 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12629
12630         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
12631         needless checks.
12632
12633 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12634
12635         Merge from coreutils.  Among other things,
12636         add bulletproofing for cases where stdin, stdout, or stderr are closed.
12637         * lib/fd-safer.c: New file.
12638         * lib/fcntl-safer.h, open-safer.c: Remove.
12639         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
12640         * lib/dup-safer.c: Include unistd-safer.h first.
12641         Don't include errno.h.
12642         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
12643         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
12644         * lib/file-type.c: Rely on file-type.h change.
12645         * lib/getloadavg.c: Include unistd-safer.h.
12646         (getloadavg): Use safer open.
12647         * lib/getusershell.c: Include "stdio-safer.h".
12648         (getusershell): Use safer fopen.
12649         * lib/long-options.c (long_options): Use NULL rather than 0.
12650         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
12651         'free'.
12652         * lib/modechange.c: Likewise.
12653         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
12654         (MODE_DONE): New constant.
12655         (struct mode_change): Remove 'next' member.
12656         (make_node_op_equals): New function; like the old one of the
12657         same name, except it allocates an array.
12658         (mode_compile, mode_create_from_ref): Use it.
12659         (mode_compile): Allocate result as an array, not a linked list.
12660         Parse octal string ourself, so that we catch mistakes like "+0".
12661         (mode_adjust): Arg is an array, not a linked list.
12662         * lib/modechange.c: Include stat-macros.h, xalloc.h.
12663         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
12664         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
12665         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
12666         Remove.  This is now stat-macros.h's job.
12667         (talloc): Remove.  All callers replaced by xalloc, so that
12668         our invokers don't have to worry about reporting memory failures.
12669         (make_node_op_equals): Remove.
12670         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12671         New constants.
12672         (struct mode_change): Moved here from modechange.h.
12673         (mode_append_entry): Remove.
12674         (mode_compile): Remove MASKED_OPS arg, since it encouraged
12675         apps to have incorrect behavior.  Use simpler algorithm for head
12676         and tail.  Don't futz with umask; that's now the job of mode_adjust.
12677         Detect more invalid usages rather than having somewhat-random behavior.
12678         Don't insert an "a=" action, as that leads to incorrect behavior.
12679         (mode_compile, mode_create_from_ref): Return NULL on error instead
12680         of an enum, since now there's only one way to have an error.  All
12681         callers changed.
12682         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
12683         at the correct time.  Simplify calculation of "+u" and its ilk.
12684         Don't mishandle "+X".
12685         (mode_free): Remove "register" and localize decls.
12686         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12687         (struct mode_change): Move to modechange.c; callers don't
12688         need to see this stuff.
12689         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
12690         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
12691         (mode_change, mode_adjust): Reflect the new signatures noted above.
12692         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
12693         that might redefine system include files.
12694         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
12695         (my_usleep): Use NULL rather than (void *) 0.
12696         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
12697         Use siginterrupt to specify that system calls should be interrupted.
12698         (rpl_nanosleep): Move initialization of suspended closer to call of
12699         my_usleep.
12700         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
12701         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
12702         (desirable_utmp_entry): New function.
12703         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
12704         using x2nrealloc, to simplify logic.
12705         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
12706         size calculation.  Do not assume utmp file is a regular file.
12707         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
12708         (READ_UTMP_CHECK_PIDS): New constant.
12709         * lib/save-cwd.c: Include unistd-safer.h.
12710         (save_cwd): Use fd_safer.
12711         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
12712         [!_LIBC] Include "stat-macros.h" instead.
12713         * lib/unistd-safer.h (fd_safer): New decl.
12714
12715 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12716
12717         * modules/getloadavg (Depends-on): Add unistd-safer.
12718         * modules/getusershell (Depends-on): Add stdio-safer.
12719         * modules/lstat (Depends-on): Remove xalloc.
12720         * modules/mkstemp (Depends-on): Add stat-macros.
12721         * modules/modechange (Depends-on): Remove xstrtol.
12722         Add stat-macros, xalloc.
12723         * modules/save-cwd (Depends-on): Add unistd-safer.
12724         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
12725         * modules/unistd-safer (Files): Add lib/fd-safer.c
12726         (Makefile.am): Remove lib_SOURCES.
12727
12728         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
12729         Remove fcntl-safer; unistd-safer supersedes it.
12730
12731 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12732
12733         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
12734         AC_HEADER_STAT.
12735         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
12736         (gl_PREREQ_CHOWN): Remove.
12737         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
12738         it.  Don't require AC_HEADER_STAT.
12739         (gl_PREREQ_LSTAT): Remove.
12740         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
12741         Don't require AC_HEADER_STAT.
12742         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
12743         (gl_PREREQ_RMDIR): Remove.
12744         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
12745         mention stat-macros.h or AC_HEADER_STAT, since we'll make
12746         the stat-macros module a prerequisite.
12747         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
12748         * m4/filemode.m4 (gl_FILEMODE): Likewise.
12749         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
12750         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
12751         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
12752         variable names.
12753         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
12754         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
12755         variable prefixes.
12756         * m4/fcntl-safer.m4: Remove.
12757         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
12758         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
12759         Invoke gl_PREREQ_FD_SAFER.
12760         (gl_PREREQ_FD_SAFER): New macro.
12761         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
12762         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
12763         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
12764         Remove duplicate call to AC_LIBOBJ(readutmp).
12765         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
12766
12767         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
12768         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
12769
12770 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12771
12772         * MODULES.html.sh (Misc): Add byteswap.
12773
12774 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12775
12776         * modules/getcwd (Depends-on): Add extensions.
12777         * modules/openat (Depends-on): Likewise.
12778
12779 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12780
12781         * modules/byteswap: New file.
12782
12783 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12784
12785         * m4/byteswap.m4: New file.
12786
12787 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12788
12789         * lib/byteswap_.h: New file.
12790
12791 2005-04-25  Karl Berry  <karl@gnu.org>
12792
12793         * m4/gettext.m4: Update from GNU gettext 0.14.4.
12794
12795 2005-04-25  Albert Chin  <china@thewrittenword.com>
12796
12797         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
12798         Toolkit C bug.
12799
12800 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
12801
12802         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
12803         (func_ln_if_changed) Remove forcibly for no error message
12804         in case file does not exist.
12805
12806 2005-04-19  Simon Josefsson  <jas@extundo.com>
12807
12808         * gnulib-tool (Options): Make --symlink mean --symbolic.
12809
12810 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
12811
12812         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
12813
12814 2005-04-16  Simon Josefsson  <jas@extundo.com>
12815
12816         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
12817
12818 2005-04-15  Simon Josefsson  <jas@extundo.com>
12819
12820         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
12821
12822 2005-04-15  Simon Josefsson  <jas@extundo.com>
12823
12824         * gnulib-tool: Rename --symlink to --symbolic.
12825
12826 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
12827
12828         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
12829         symbolic links to files instead of copying/moving.  Add --aux-dir,
12830         specifying directory relative --dir where auxiliary build tools
12831         are placed.
12832
12833 2005-04-14  Bruno Haible  <bruno@clisp.org>
12834
12835         * modules/allocsa (License): Change to LGPL.
12836         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12837
12838 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12839
12840         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
12841         that "UTC +1 second" continues to work.  Problem reported
12842         by Dmitry V. Levin.
12843         (relunit_snumber): New rule.
12844         (relunit): Use it.
12845
12846 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12847
12848         * lib/getdate.y (universal_time_zone_table): New constant.
12849         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
12850         universal_time_zone_table.
12851         (lookup_zone): Prefer universal_time_zone_table to
12852         local_time_zone_table, so that "GMT" time stamps are allowed in
12853         London during the summer.  Problem reported by Ian Abbott.
12854
12855 2005-04-12  Jim Meyering  <jim@meyering.net>
12856
12857         * lib/human.c (humblock): Set *options even when returning due to
12858         xstrtoumax conversion failure.  Thanks to a used-uninitialized
12859         warning from gcc-4.
12860
12861 2005-04-09  Jim Meyering  <jim@meyering.net>
12862
12863         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
12864         -Wuninitialized: initialize tm0.tm_year.
12865
12866 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12867
12868         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
12869         count, since there's no maximum.  All uses changed.
12870         Add member dsts_seen.
12871         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
12872         not being INT_MAX.
12873         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
12874         Use pc_rels_seen to decide whther a date is absolute.
12875
12876         * lib/getdate.y (number): Don't overwrite year.
12877         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
12878         check.
12879
12880 2005-04-02  Simon Josefsson  <jas@extundo.com>
12881
12882         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
12883         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
12884
12885 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
12886
12887         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
12888         where no absolute path name can be longer than PATH_MAX.
12889
12890 2005-03-27  Jim Meyering  <jim@meyering.net>
12891
12892         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
12893
12894 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
12895
12896         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
12897         "one's complement" -> "ones' complement" in comment, as per Knuth.
12898         "value of type" -> "type or expression" in comment.
12899         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
12900
12901 2005-03-26  Jim Meyering  <jim@meyering.net>
12902
12903         Comment nits.
12904         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
12905         Correct typos: s/or/of/.
12906
12907 2005-03-26  Jim Meyering  <jim@meyering.net>
12908
12909         * modules/check-include-files: Move to ../ and rename to...
12910         * check-module: ...this.
12911
12912 2005-03-25  Jim Meyering  <jim@meyering.net>
12913
12914         * modules/xvasprintf (Files): Add xalloc.h.
12915
12916 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12917
12918         * modules/gettext (Files): config/config.rpath ->
12919         build-aux/config.rpath
12920         * modules/iconv (Files): Likewise.
12921         Problem reported by Oskar Liljeblad.
12922
12923 2005-03-23  Jim Meyering  <jim@meyering.net>
12924
12925         * modules/check-include-files: New script to check for
12926         missing dependencies, multiple includes, etc.
12927
12928         * modules/c-strtold (Depends-on): Add xalloc.
12929         * modules/c-strtod (Depends-on): Add xalloc.
12930         * modules/hash (Depends-on): Add xalloc.
12931         (Files): Remove lib/xalloc.h.
12932
12933         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
12934         * modules/userspec (Files): Add lib/inttostr.h.
12935
12936 2005-03-23  Jim Meyering  <jim@meyering.net>
12937
12938         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
12939
12940 2005-03-22  Jim Meyering  <jim@meyering.net>
12941
12942         * modules/stat-macros: New module.
12943         * modules/canonicalize, modules/euidaccess, modules/file-type,
12944         * modules/filemode, modules/lchown, modules/makepath,
12945         * modules/rmdir, modules/stat: Depend on new stat-macros module
12946         rather than listing lib/stat-macros.h manually.
12947         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
12948
12949 2005-03-22  Jim Meyering  <jim@meyering.net>
12950
12951         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
12952
12953 2005-03-22  Bruno Haible  <bruno@clisp.org>
12954
12955         * config/srclist.txt: Replace target directory 'config' with
12956         'build-aux'.
12957         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
12958         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
12959         ../build-aux/.
12960
12961 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
12962
12963         * modules/chdir-long (Depends-on): Add mempcpy.
12964
12965         * modules/acl, modules/backupfile, modules/c-strtod,
12966         modules/c-strtold, modules/canon-host, modules/canonicalize,
12967         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
12968         modules/exclude, modules/exitfail, modules/file-type,
12969         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
12970         modules/getdate, modules/getline, modules/getpagesize,
12971         modules/getpass, modules/getugroups, modules/group-member,
12972         modules/hard-locale, modules/hash, modules/human, modules/idcache,
12973         modules/inttostr, modules/long-options, modules/makepath,
12974         modules/md5, modules/memcasecmp, modules/memcoll,
12975         modules/modechange, modules/mountlist, modules/path-concat,
12976         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
12977         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
12978         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
12979         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
12980         modules/strftime, modules/strndup, modules/strverscmp,
12981         modules/timespec, modules/unlocked-io, modules/userspec,
12982         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
12983         modules/yesno:
12984         Remove lib_SOURCES line from Makefile.am section, as this is now
12985         done automatically by the corresponding Autoconf macro.
12986
12987 2005-03-21  Jim Meyering  <jim@meyering.net>
12988
12989         Changes imported from coreutils.
12990
12991         * lib/cycle-check.c: Don't include xalloc.h.
12992
12993         * lib/path-concat.c: Don't include assert.h.
12994         (path_concat): Remove assertion that would have triggered
12995         for ABASE starting with more than one slash.
12996         Reported by Andreas Schwab.
12997
12998         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
12999         properly when ABASE is an absolute file name.
13000         Correct the description of this function.
13001         Include <assert.h>.
13002         Add an assertion and a test driver.
13003         This fixes a bug introduced on 2004-07-02.
13004         Andreas Schwab reported the resulting failure of cp --parents:
13005         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
13006
13007 2005-03-21  Jim Meyering  <jim@meyering.net>
13008
13009         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
13010         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
13011
13012 2005-03-21  Jim Meyering  <jim@meyering.net>
13013         and  Paul Eggert  <eggert@cs.ucla.edu>
13014
13015         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
13016         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
13017         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
13018         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
13019         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
13020         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
13021         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
13022         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
13023         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
13024         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
13025         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
13026         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
13027         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
13028         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
13029         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
13030         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
13031         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
13032         for these modules.
13033
13034 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13035
13036         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
13037         (which shouldn't happen), generate nothing instead of returning 0
13038         immediately, so that nstrftime (NULL, ...) doesn't return 0.
13039
13040 2005-03-16  Bruno Haible  <bruno@clisp.org>
13041
13042         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
13043         HAVE_LONGLONG_64BIT.
13044
13045 2005-03-16  Bruno Haible  <bruno@clisp.org>
13046
13047         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
13048         HAVE_LONGLONG_64BIT.
13049
13050 2005-03-16  Bruno Haible  <bruno@clisp.org>
13051
13052         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
13053         HAVE_LONGLONG_64BIT.
13054
13055 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13056
13057         * lib/strftime.c (my_strftime): Prepend space to format so that we can
13058         reliably distinguish strftime failure from empty output on POSIX
13059         hosts.
13060
13061 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13062
13063         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
13064         (iconv_string): Don't guess a size-zero buffer, as that might cause
13065         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
13066         result would be 'too large', where 'too large' is (heuristically)
13067         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
13068         overflow concerns.  This will prevent some unwanted malloc failures
13069         when the inputs are very large.
13070
13071 2005-03-15  Karl Berry  <karl@gnu.org>
13072
13073         * config/srclist.txt (config.rpath): from gettext.
13074         * config/config.rpath: update.
13075
13076 2005-03-15  Bruno Haible  <bruno@clisp.org>
13077
13078         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
13079         to 'negate'.
13080
13081         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
13082         variable.
13083
13084         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
13085         results.
13086
13087 2005-03-14  Simon Josefsson  <jas@extundo.com>
13088
13089         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
13090         <fx@gnu.org>.
13091
13092 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
13093
13094         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
13095         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
13096         intprops.h.
13097         * lib/strtol.c: Likewise.
13098
13099 2005-03-14  Jim Meyering  <jim@meyering.net>
13100
13101         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
13102         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
13103         to be nonzero so that we (and caller) can detect the difference
13104         between a valid zero-length expansion and an error return, even
13105         when the underlying strftime fails before writing anything into
13106         that location.
13107
13108 2005-03-14  Bruno Haible  <bruno@clisp.org>
13109
13110         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
13111         Update from GNU gettext 0.14.3.
13112
13113 2005-03-10  Jim Meyering  <jim@meyering.net>
13114
13115         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
13116
13117 2005-03-10  Jim Meyering  <jim@meyering.net>
13118
13119         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
13120         so that this module works on systems without fchdir.
13121
13122 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
13123
13124         Factor int-properties macros into a single file, except for
13125         glibc-related files.
13126         * lib/intprops.h: New file.
13127         * lib/getloadavg.c: Include it instead of limits.h.
13128         (INT_STRLEN_BOUND): Remove.
13129         * lib/human.c: Include intprops.h.
13130         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
13131         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
13132         302/1000.
13133         * lib/inttostr.h: Include intprops.h instead of limits.h.
13134         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
13135         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
13136         for consistency with intprops.h.
13137         (time_t_is_integer, twos_complement_arithmetic): Use them.
13138         * lib/sig2str.h: Include <signal.h>, intprops.h.
13139         (INT_STRLEN_BOUND): Remove.
13140         * lib/strftime.c (TYPE_SIGNED): Remove.
13141         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
13142         * lib/strtol.c: Adjust comments to match intprops.h.
13143         * lib/userspec.c: Include intprops.h.
13144         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
13145         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
13146         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
13147         instead of rolling our own expressions.
13148         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
13149
13150         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
13151         instead of int.
13152         (my_strftime): Do not mishandle years close to INT_MAX, by doing
13153         the right thing even if adding 1900 would overflow.  Similarly
13154         for tm_mon + 1 and tm_yday + 1.
13155         Make %Y always equivalent to %C%y, and similarly for %G and %g.
13156         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
13157         (DO_SIGNED_NUMBER): New macro.
13158         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
13159
13160 2005-03-07  Bruno Haible  <bruno@clisp.org>
13161
13162         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
13163
13164 2005-03-07  Bruno Haible  <bruno@clisp.org>
13165
13166         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
13167
13168 2005-03-04  Derek R. Price  <derek@ximbiot.com>
13169
13170         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
13171         (func_import): Only replace files via --import when they have actually
13172         changed.
13173
13174 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13175
13176         * m4/mmap-anon.m4: New file.
13177         * m4/pagealign_alloc.m4: New file.
13178
13179 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13180             Bruno Haible  <bruno@clisp.org>
13181
13182         * modules/pagealign_alloc: New file.
13183         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
13184
13185 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13186             Bruno Haible  <bruno@clisp.org>
13187
13188         * lib/pagealign_alloc.h: New file.
13189         * lib/pagealign_alloc.c: New file.
13190
13191 2005-03-03  Bruno Haible  <bruno@clisp.org>
13192
13193         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
13194         Use an all-permissive copyright notice, recommended by RMS.
13195
13196 2005-03-02  Bruno Haible  <bruno@clisp.org>
13197
13198         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
13199         of AIX, the replacement has to be done only after <string.h> is
13200         included, therefore not in config.h. stpncpy.h does the replacement,
13201         and stpncpy.c uses it.
13202
13203 2005-03-02  Bruno Haible  <bruno@clisp.org>
13204
13205         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
13206         stpncpy.c uses it.
13207
13208 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13209
13210         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
13211         The workaround isn't strictly needed for POSIX conformance, and
13212         it's too much of a pain to configure and maintain.  We'll ask
13213         people to fix their kernels instead.
13214         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
13215         (NANOSLEEP_BUG_WORKAROUND): Remove.
13216         (xnanosleep): Remove the workaround.
13217
13218 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13219
13220         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
13221         Reported by Derek Price.
13222         (Include): Add "timespec.h".
13223
13224         * modules/xnanosleep (Depends-on): Remove gethrxtime.
13225
13226 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13227
13228         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
13229         to detect nanosleep bug.
13230
13231 2005-03-01  Bruno Haible  <bruno@clisp.org>
13232
13233         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
13234
13235 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13236
13237         * modules/gethrxtime: New file.
13238         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
13239         (Depends-on): Add gethrxtime.
13240         (configure.ac): Add gl_XNANOSLEEP.
13241         (Makefile.am): Remove lib_SOURCES line.
13242
13243 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13244
13245         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
13246         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
13247
13248 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13249
13250         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
13251         * lib/timespec.h (gettime): Return void, since it always
13252         succeeds now.  All uses changed.
13253         * lib/gettime.c (gettime) Likewise.
13254         [HAVE_NANOTIME]: Prefer nanotime.
13255         Assume gettimeofday succeeds, as POSIX requires.
13256         Assime time () succeeds, since other code already does.
13257         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
13258         (timespec_subtract): Remove.
13259         (NANOSLEEP_BUG_WORKAROUND): New constant.
13260         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
13261         things considerably.  Use it only on GNU/Linux hosts, since the
13262         workaround shouldn't be needed elsewhere.
13263
13264 2005-02-24  Bruno Haible  <bruno@clisp.org>
13265
13266         * modules/gettext (Files): Add m4/glibc2.m4.
13267
13268 2005-02-24  Bruno Haible  <bruno@clisp.org>
13269
13270         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
13271         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
13272         * m4/progtest.m4:
13273         Update from GNU gettext 0.14.2.
13274         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
13275
13276 2005-02-24  Bruno Haible  <bruno@clisp.org>
13277
13278         * lib/localcharset.c: Update from GNU gettext 0.14.2.
13279         * lib/config.charset: Update from GNU gettext 0.14.2.
13280
13281 2005-02-24  Bruno Haible  <bruno@clisp.org>
13282
13283         * lib/gettext.h: Update from GNU gettext 0.14.2.
13284
13285 2005-02-23  Simon Josefsson  <jas@extundo.com>
13286
13287         * m4/iconvme.m4: New file.
13288
13289 2005-02-23  Jim Meyering  <jim@meyering.net>
13290
13291         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
13292         change.
13293         Thanks to Bruno Haible for catching it.
13294
13295 2005-02-22  Simon Josefsson  <jas@extundo.com>
13296
13297         * modules/iconvme: New file.
13298
13299         * MODULES.html.sh: Add iconvme.
13300
13301 2005-02-22  Simon Josefsson  <jas@extundo.com>
13302
13303         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
13304
13305 2005-02-22  Simon Josefsson  <jas@extundo.com>
13306
13307         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
13308
13309 2005-02-22  Jim Meyering  <jim@meyering.net>
13310
13311         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
13312         s/ifndef/ifdef/.
13313
13314 2005-02-20  Neil Conway  <neilc@samurai.com>
13315
13316         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
13317         returned by OSX/Darwin if the specified buffer is not large
13318         enough for the hostname.
13319
13320 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13321
13322         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
13323         pass it to _help, otherwise the latter coredumps trying to
13324         dereference state.root_argp.
13325
13326 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13327
13328         * modules/chdir-long (Depends-on): Add memrchr.
13329         * modules/memrchr (Files): Add lib/memrchr.h.
13330         (Include): "memrchr.h".
13331
13332 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13333
13334         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
13335
13336 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13337
13338         * lib/memrchr.h: New file.
13339         * lib/chdir-long.c: Include it.
13340         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
13341         Don't bother including stddef.h.
13342
13343 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13344
13345         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
13346         inclusion.
13347         Include <sys/types.h>, for dev_t.
13348         (ME_DUMMY, ME_REMOTE): Move from here....
13349         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
13350         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
13351         Dmitry V. Levin.
13352         Include mountlist.h first, to test the interface.
13353
13354 2005-01-29  Bruno Haible  <bruno@clisp.org>
13355
13356         * lib/progname.c (program_name): Initialize.
13357         Needed when linking statically on MacOS X.
13358
13359 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13360
13361         Sync from coreutils.
13362         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
13363         (Depends-on): Add c-strtod.
13364         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
13365
13366 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13367
13368         Sync from coreutils.
13369         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
13370
13371         Remove files that are specific to coreutils.
13372         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
13373
13374 2005-01-28  Bruno Haible  <bruno@clisp.org>
13375
13376         * modules/javacomp: New file.
13377         * MODULES.html.sh (Java): Add javacomp.
13378
13379 2005-01-28  Bruno Haible  <bruno@clisp.org>
13380
13381         * m4/javacomp.m4: New file, from GNU gettext.
13382
13383 2005-01-28  Bruno Haible  <bruno@clisp.org>
13384
13385         * lib/javacomp.sh.in: New file, from GNU gettext.
13386         * lib/javacomp.h: New file, from GNU gettext.
13387         * lib/javacomp.c: New file, from GNU gettext.
13388
13389 2005-01-26  Simon Josefsson  <jas@extundo.com>
13390
13391         * lib/gai_strerror.c: Use GPL in header.
13392
13393 2005-01-26  Bruno Haible  <bruno@clisp.org>
13394
13395         * modules/javaexec: New file.
13396         * MODULES.html.sh (Java): Add javaexec.
13397
13398 2005-01-26  Bruno Haible  <bruno@clisp.org>
13399
13400         * m4/javaexec.m4: New file, from GNU gettext.
13401
13402 2005-01-26  Bruno Haible  <bruno@clisp.org>
13403
13404         * lib/javaexec.sh.in: New file, from GNU gettext.
13405         * lib/javaexec.h: New file, from GNU gettext.
13406         * lib/javaexec.c: New file, from GNU gettext.
13407
13408 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13409
13410         * modules/lchown (Depends-on): Remove lchown.h
13411
13412 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13413
13414         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
13415         must be defined if the header file was not found, in order
13416         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
13417
13418 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13419
13420         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
13421         initializers for struct pentry_state.
13422         (__argp_error): Check return value of __asprintf
13423         (__argp_failure): Translate error message
13424
13425         * lib/argp-parse.c: Removed braces around the expansion of N_()
13426
13427 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13428
13429         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
13430         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
13431         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
13432         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
13433         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
13434         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
13435         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
13436         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
13437         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
13438         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
13439         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
13440         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
13441         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
13442         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
13443         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
13444         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
13445         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
13446         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
13447         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
13448         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
13449         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
13450         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
13451         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
13452         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
13453         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
13454         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
13455         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
13456         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
13457         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
13458         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
13459         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
13460         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
13461         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
13462         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
13463         xstrtol.m4, xstrtoumax.m4, yesno.m4:
13464         Use an all-permissive copyright notice, recommended by RMS.
13465
13466 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
13467
13468         * modules/chdir-long (Depends-on): Remove mempcpy.
13469
13470 2005-01-21  Jim Meyering  <jim@meyering.net>
13471
13472         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
13473         same value as for Solaris 9.
13474
13475         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
13476         component length.  This included changing the parameter to be
13477         of type `char *' rather than `char const *'.
13478         * lib/chdir-long.h (chdir_long): Update prototype.
13479
13480         * lib/openat.c (fdopendir, fstatat): New functions.
13481         * lib/openat.h: Include headers required for use of DIR and struct
13482         stat.
13483         [AT_SYMLINK_NOFOLLOW]: Define.
13484         (fdopendir, fstatat): Add prototypes.
13485
13486 2005-01-21  Bruno Haible  <bruno@clisp.org>
13487
13488         * modules/classpath: New file.
13489         * MODULES.html.sh (Java): Add classpath.
13490
13491 2005-01-21  Bruno Haible  <bruno@clisp.org>
13492
13493         * lib/classpath.h: New file, from GNU gettext.
13494         * lib/classpath.c: New file, from GNU gettext.
13495
13496 2005-01-20  Simon Josefsson  <jas@extundo.com>
13497
13498         * modules/version-etc-fsf: New file.
13499
13500 2005-01-20  Simon Josefsson  <jas@extundo.com>
13501
13502         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
13503         * lib/version-etc.c: Remove version_etc_copyright.
13504         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
13505         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
13506
13507 2005-01-20  Simon Josefsson  <jas@extundo.com>
13508
13509         * lib/base64.h (isbase64): Add.
13510
13511         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
13512         using a unsigned prototype, don't inline.
13513         (base64_decode): Use it.
13514
13515 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13516
13517         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
13518         it.
13519
13520 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13521
13522         * lib/save-cwd.c (save_cwd): Remove code to support the case
13523         where fchdir is missing or flaky.
13524
13525 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13526
13527         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
13528
13529 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13530
13531         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
13532         AC_LIBSOURCES now does this.
13533         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
13534         with new ullong_max module.
13535
13536 2005-01-19  Bruno Haible  <bruno@clisp.org>
13537
13538         * modules/sh-quote: New file.
13539         * MODULES.html.sh (Executing programs): Add sh-quote.
13540
13541 2005-01-19  Bruno Haible  <bruno@clisp.org>
13542
13543         * lib/sh-quote.h: New file, from GNU gettext.
13544         * lib/sh-quote.c: New file, from GNU gettext.
13545
13546 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13547
13548         Merge from coreutils.
13549         * m4/ullong_max.m4: New file.
13550         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
13551         (gl_MACROS): Assume localeconv exists.
13552
13553 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13554
13555         Merge changes from coreutils, as described below in several
13556         changelogs dated today.
13557
13558         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
13559         (O_DIRECTORY): Remove; not needed here, since "." must be
13560         a directory.  All uses removed.
13561         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
13562         universal on Suns, and we also need to test for IRIX.
13563         Revamp code to use 'if' rather than '#if'.
13564         Avoid unnecessary comparison of cwd->desc to 0.
13565
13566         * lib/utimens.c (futimens): Robustify the previous patch, by checking
13567         for known valid error numbers rather than observed invalid ones.
13568
13569 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13570
13571         * modules/ullong_max: New file.
13572
13573         * modules/chdir-long, modules/openat: New files.
13574         * modules/save-cwd (Depends-on): Depend on chdir-long.
13575         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
13576
13577 2005-01-18  Jim Meyering  <jim@meyering.net>
13578
13579         Merge from coreutils.
13580         * m4/chdir-long.m4, m4/openat.m4: New files.
13581         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
13582         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
13583         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
13584         is sane and DOES follow symlinks.  Besides, testing 20 different
13585         systems found no broken chown implementations.
13586         Prompted by a change in rsync's copy of this macro.
13587         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
13588
13589         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
13590
13591         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
13592         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
13593         NULL-means-set-to-current-time semantics.
13594         Remove temporary file immediately, rather than waiting
13595         for configure's at-exit trap code to do it.
13596
13597 2005-01-18  Jim Meyering  <jim@meyering.net>
13598
13599         * lib/version-etc.c (version_etc_copyright): Update copyright date.
13600
13601         * lib/utimens.c (futimens): Account for the fact that futimes
13602         can also fail with errno == ENOSYS or errno == ENOENT.
13603         Patch from Dmitry V. Levin.
13604
13605         Change the name of the robust chdir function from chdir to chdir_long.
13606         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
13607         (restore_cwd): Use chdir_long, not chdir.
13608         * lib/chdir-long.c: Renamed from chdir.c.
13609         * lib/chdir-long.h: Renamed from chdir.h.
13610         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
13611         Hurd.
13612
13613 2005-01-18  Bruno Haible  <bruno@clisp.org>
13614
13615         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
13616         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
13617         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
13618         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
13619         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
13620         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
13621         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
13622         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
13623         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
13624         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
13625         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
13626         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
13627         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
13628         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
13629         Use an all-permissive copyright notice, recommended by RMS.
13630
13631 2005-01-18  Bob Proulx  <bob@proulx.com>
13632
13633         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
13634         simplify offsetof() macro construct to avoid compile failure with
13635         native HP-UX 11.0 ANSI C compiler.
13636
13637 2005-01-17  Bruno Haible  <bruno@clisp.org>
13638
13639         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
13640         redundant because stpncpy.m4 takes care of it.
13641
13642 2005-01-17  Bruno Haible  <bruno@clisp.org>
13643
13644         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
13645
13646 2005-01-17  Bruno Haible  <bruno@clisp.org>
13647
13648         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
13649         used.
13650
13651 2005-01-17  Bruno Haible  <bruno@clisp.org>
13652
13653         * lib/fwriteerror.h (fwriteerror): Change specification to include
13654         fclose.
13655         * lib/fwriteerror.c: Include <stdbool.h>.
13656         (fwriteerror): At the end, close the file stream. Record whether
13657         stdout was already closed.
13658
13659 2005-01-17  Bruno Haible  <bruno@clisp.org>
13660
13661         * lib/execute.c (environ): Declare if needed.
13662         * lib/pipe.c (environ): Likewise.
13663         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
13664
13665 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13666
13667         * modules/argp: Depend on vsnprintf
13668
13669 2005-01-10  Jim Meyering  <jim@meyering.net>
13670
13671         * modules/closeout (Depends-on): Add atexit.
13672
13673 2005-01-06  Bruno Haible  <bruno@clisp.org>
13674
13675         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
13676
13677 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13678
13679         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
13680         definitions to be after all include files, to avoid collisions.
13681         Problem reported by Bob Proulx.
13682
13683 2005-01-04  Jim Meyering  <jim@meyering.net>
13684
13685         Changes imported from coreutils.
13686         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
13687         as the mkstemp template, use a temporary directory and an
13688         8.3-friendly template to avoid trouble on systems like DJGPP.
13689         Reported by Juan M. Guerrero via Stepan Kasal.
13690         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
13691         close. Remove the temporary directory right away, rather than waiting
13692         for configure's at-exit trap code to do it.
13693         Suggestion from Stepan Kasal.
13694
13695 2005-01-01  Simon Josefsson  <jas@extundo.com>
13696
13697         * gnulib-tool: Print #include directives when --import'ing.
13698
13699 2004-12-28  Simon Josefsson  <jas@extundo.com>
13700
13701         * tests/test-base64.c: Include required header files.  Remove
13702         unused variables.
13703
13704 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13705
13706         * modules/error (Depends-on): Remove gettext.
13707
13708 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13709
13710         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
13711         not needed.  This removes a dependency on the gettext module.
13712         [defined _LIBC]: Do not include <libintl.h>; not needed.
13713
13714 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13715
13716         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
13717         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
13718
13719 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13720
13721         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
13722         HAVE_DECL_STRTOLD.
13723
13724 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13725
13726         * modules/getdate (Depends-on): Remove alloca-opt.
13727
13728 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13729
13730         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
13731
13732 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13733
13734         * lib/argp-parse.c: Include <stddef.h>.
13735         (alignof, alignto): New macros.
13736         (parser_init): Don't assume that void * is aligned sufficiently
13737         for struct option.
13738
13739         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
13740         need to extend the stack.
13741         (YYINITDEPTH): New macro, so that the initial stack isn't overly
13742         large.
13743
13744 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13745
13746         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
13747
13748 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13749
13750         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
13751         (2004-10-24) change.  Apparently this was a false alarm.
13752
13753         * modules/getdate: Depend on alloca-opt, not alloca.
13754
13755 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13756
13757         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
13758         Remove now-obsolete comment about AIX.
13759         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
13760         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
13761         (YYMAXDEPTH): New macro.
13762
13763 2004-12-18  Simon Josefsson  <jas@extundo.com>
13764
13765         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
13766
13767 2004-12-18  Bruno Haible  <bruno@clisp.org>
13768
13769         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
13770
13771 2004-12-18  Bruno Haible  <bruno@clisp.org>
13772
13773         * lib/fatal-signal.c (fatal_signals): Make non-const.
13774         (init_fatal_signals): New function.
13775         (uninstall_handlers, install_handlers): Ignore signals that were set to
13776         SIG_IGN.
13777         (at_fatal_signal): Call init_fatal_signals.
13778         (init_fatal_signal_set): Likewise. Ignore signals that were set to
13779         SIG_IGN.
13780         Reported by Paul Eggert.
13781
13782 2004-12-18  Bruno Haible  <bruno@clisp.org>
13783
13784         * doc/alloca.texi: New file.
13785         * doc/alloca-opt.texi: New file.
13786
13787 2004-12-17  Jim Meyering  <jim@meyering.net>
13788
13789         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
13790         Otherwise, install-sh could exit with improper exit status when
13791         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
13792
13793 2004-12-16  Simon Josefsson  <jas@extundo.com>
13794
13795         * tests/test-base64.c: Add license.
13796
13797 2004-12-15  Stepan Kasal  <address@hidden>
13798
13799         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
13800
13801 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
13802
13803         * modules/getcwd (Files): Add m4/d-ino.m4.
13804         Suggested by Mark D. Baushke.
13805
13806 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13807
13808         * lib/getdate.y (textint): New member "negative".
13809         (time_zone_hhmm): New function.
13810         Expect 14 shift-reduce conflicts, not 13.
13811         (o_colon_minutes): New rule.
13812         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
13813         (yylex): Set the "negative" member of signed numbers.
13814
13815 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13816
13817         * doc/getdate.texi (Time of day items, Time zone items):
13818         Describe new formats +00:00, UTC+00:00.
13819
13820 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13821
13822         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
13823         spurious "-l"s.  Problem reported by Stepan Kasal.
13824
13825 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
13826
13827         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
13828         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
13829
13830 2004-12-04  Simon Josefsson  <jas@extundo.com>
13831
13832         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
13833         Vandoorselaere <yoann@prelude-ids.org>.
13834
13835 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13836
13837         Changes imported from coreutils.
13838         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
13839         exist.
13840         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
13841
13842 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13843
13844         Changes imported from coreutils.
13845         * lib/hard-locale.c: Assume <locale.h> exists.
13846         Include "strdup.h".
13847         (GLIBC_VERSION): New macro.
13848         (hard_locale): Assume setlocale exists.
13849         Rewrite to avoid #ifdef.
13850         Use strdup rather than malloc + strcpy.
13851         * lib/human.c: Assume <locale.h> exists.
13852         (human_readable): Assume localeconv exists.
13853
13854 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13855
13856         * modules/hard-locale (Depends-on): Add strdup.
13857
13858 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13859
13860         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
13861         convert T2, not T.  (Imported from libc.)
13862
13863 2004-11-30  Simon Josefsson  <jas@extundo.com>
13864
13865         * modules/restrict (License): Change to LGPL.
13866
13867 2004-11-30  Simon Josefsson  <jas@extundo.com>
13868
13869         * m4/restrict.m4: Add copyright and copying conditions.
13870
13871 2004-11-30  Simon Josefsson  <jas@extundo.com>
13872
13873         * m4/base64.m4: New file.
13874
13875 2004-11-30  Simon Josefsson  <jas@extundo.com>
13876
13877         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
13878         base64.
13879
13880         * tests/test-base64.c: New file.
13881
13882         * modules/base64: New file.
13883
13884 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13885
13886         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
13887         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
13888
13889         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
13890
13891 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13892
13893         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
13894         (__getcwd.c): Don't restore errno; glibc doesn't.
13895         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
13896         first, falling back to our code only if its results look suspicious.
13897         Ensure that the resulting buffer is only as large as necessary.
13898
13899         * lib/readutmp.c: Include readutmp.h first.
13900         Include <errno.h>, since readutmp.h no longer does that.
13901         * lib/readutmp.h: Don't include <errno.h>,
13902         <sys/param.h>, <time.h>; not needed to establish interface.
13903         (errno): Remove decl.
13904         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
13905         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
13906         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
13907
13908 2004-11-28  Simon Josefsson  <jas@extundo.com>
13909
13910         * lib/base64.h, base64.c: New file.
13911
13912 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
13913
13914         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
13915
13916 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13917
13918         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
13919         (Depends-on): Remove pathmax, same.  Add mempcpy.
13920         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
13921         (Makefile.am): Append getcwd.h to lib_SOURCES.
13922         (Include): Add getcwd.h.
13923         (Maintainer): Change from Jim Meyering to "all, glibc",
13924         since getdate now uses intended-for-glibc code.
13925         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
13926         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
13927
13928 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13929
13930         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
13931         HP's ANSI C compiler.
13932         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
13933         Declaring int functions causes warnings on some modern systems and
13934         shouldn't be needed to compile on ancient ones.
13935         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
13936         defined.
13937
13938         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
13939         with the following changes.
13940         (__set_errno): Parenthesize properly.
13941         Include <stdbool.h>.
13942         (MIN, MAX, MATCHING_INO): New macros.
13943         (__getcwd): Define with prototype, not K&R form.
13944         Use heuristics to allocate default buffer on stack if possible.
13945         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
13946         behavior, and to avoid the PATH_MAX limit when computing
13947         ../../../../...
13948         Use MATCHING_INO to compare inode number to file.
13949         Check for arithmetic overflow in size calculations.
13950         Fix bug in reallocation of dot array that caused getcwd to fail
13951         on directories nested deeper than 75.
13952         Be more careful about saving errno on error.
13953         Do not use realloc; use only free+malloc, as this is a bit
13954         more flexible and avoids a needless copy operation.
13955         Do not inspect st_dev and st_ino for symbolic links; POSIX
13956         doesn't specify the latter.
13957         Check for closedir errors.
13958         Avoid needless casts.
13959         Use "#ifdef weak_alias" around weak_alias, to be like other
13960         glibc code.
13961         The following changes to getcwd.c have effect only when used in
13962         gnulib; they have no effect inside glibc proper.
13963         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
13964         as alloca isn't used.
13965         (alloca, __alloca): Likewise.
13966         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
13967         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
13968         unconditionally, as gnulib assumes C89 or better.
13969         Do not include <sys/param.h>.
13970         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
13971         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
13972         better.
13973         (NULL) [!defined NULL]: Remove; we assume C89 or better.
13974         Include <dirent.h> in a way that is compatible with modern Autoconf.
13975         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
13976         New macros, if not already defined.
13977         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
13978         Use "_LIBC", not "defined _LIBC", for consistency.
13979         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
13980         a mempcpy module.
13981         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
13982         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
13983         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
13984         credit only to Jim Meyering and adjust the copyright dates.
13985         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
13986         <stdlib.h>, <unistd.h>, "pathmax.h".
13987         Instead, include "xgetcwd.h" (first) and "getcwd.h".
13988         (INITIAL_BUFFER_SIZE): Remove.
13989         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
13990
13991 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13992
13993         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
13994         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
13995         Use the _ONCE methods, for efficiency.
13996         Check for fcntl.h.  In test program, include <errno.h>
13997         and <fcntl.h> if available.  Remove old K&R cruft from
13998         test program.  Check for common errors in GNU/Linux,
13999         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
14000         don't do AC_LIBOBJ, as that's getcwd.m4's job.
14001         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
14002         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
14003         name accordingly.
14004         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
14005         accommodate new getcwd.c.
14006         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
14007         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
14008         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
14009         that's all we need now.
14010
14011 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14012
14013         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
14014         argp-parse.c depends on getopt internals, that means we should
14015         always use our getopt, to be on the safe side.
14016         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
14017         order not to spoil the result of an eventual previous invocation
14018         of gl_GETOPT_SUBSTITUTE.
14019
14020 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14021
14022         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
14023         redefinition warnings. To avoid them, include the defines
14024         in `#if !defined __need_getopt ... #endif'. The only place
14025         where __getopt_argv_const is used is in definitions
14026         of getopt_long and getopt_long_only below, which are as well
14027         protected by `#ifndef __need_getopt'.
14028         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
14029         __need_getopt after including <stdio.h> and <unistd.h> These
14030         headers might have defined it.
14031
14032 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14033
14034         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
14035
14036 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14037
14038         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
14039         (futimens): New function, which uses futimes if available.
14040         (futimens, utimens): Support timespec==NULL, with same semantics
14041         as utime and utimens.
14042         * lib/utimens.h (futimens): New decl.
14043
14044 2004-11-23  Jim Meyering  <jim@meyering.net>
14045
14046         * lib/getopt_.h: Remove trailing blanks.
14047
14048 2004-11-23  Jim Meyering  <jim@meyering.net>
14049
14050         * lib/__fpending.c: Add comment.
14051
14052 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
14053
14054         * modules/canonicalize (Depends-on): Add xreadlink.
14055         Problem reported by James Youngman.
14056
14057 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14058
14059         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
14060         New macros.
14061         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
14062         optopt): Use them instead of invoking ## directly; otherwise, the
14063         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
14064
14065 2004-11-19  Bruno Haible  <bruno@clisp.org>
14066
14067         * lib/strtok_r.c: Move comments from here...
14068         * lib/strtok_r.h: ... to here.
14069
14070 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14071
14072         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
14073         implementations that mishandle size_t overflow.
14074
14075 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
14078         might fail.  Problem reported by Yoann Vandoorselaere.
14079         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
14080         implementations that mishandle size_t overflow.
14081
14082 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14083
14084         * modules/canon-host (Depends-on): Add strdup.
14085
14086 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14087
14088         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
14089
14090 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14091
14092         * lib/canon-host.c: Include "strdup.h".
14093         (canon_host): Use getaddrinfo if available, so that IPv6 works.
14094         Use strdup instead of malloc/strcpy to duplicate strings.
14095
14096         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
14097         (human_space_before_unit): New constant.
14098         * lib/human.c (human_readable): Support it.
14099
14100         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
14101         (xgetcwd): Set errno correctly when failing.
14102         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
14103         the failure is actually due to a PATH_MAX problem.
14104
14105         Further getopt changes to make it more likely that glibc will
14106         buy the changes back.
14107         * lib/getopt.c (POSIXLY_CORRECT): New constant.
14108         (getopt): Use it, so to preserve glibc semantic
14109         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
14110         when compiling for libc.
14111         * lib/getopt_.h (__getopt_argv_const): Bring it back.
14112         (getopt_long, getopt_long_only): Use it.
14113
14114         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14115         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
14116         (getopt): Argv is now char * const *, as per standard.
14117         (_getopt_internal_r, _getopt_internal): Argv is now char **,
14118         not char *__getopt_argv_const *.
14119         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14120         _getopt_long_only_r): Likewise.
14121         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
14122         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14123         _getopt_long_r, _getopt_long_only_r): Likewise.
14124         * lib/getopt_.h (__getopt_argv_const): Remove.
14125         (getopt): Argv is now char * const *, as per standard.
14126
14127         * lib/getdate.y (tORDINAL): New token.
14128         (day, relunit): Allow it for relative times.
14129         (relative_time_table): Use tORDINAL for ordinals.
14130
14131 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14132
14133         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
14134         Document that "second" isn't allowed as an ordinal number.
14135
14136 2004-11-16  Jim Meyering  <jim@meyering.net>
14137
14138         * modules/closeout (Depends-on): Add fpending.
14139
14140 2004-11-15  Jim Meyering  <jim@meyering.net>
14141
14142         * lib/closeout.c: Include "__fpending.h" once again.
14143         Include <stdbool.h>.
14144         (close_stdout): Don't fail just because stdout was closed initially,
14145         since some programs don't write to stdout in the normal course of
14146         operation (other than --version and --help), and we don't want this
14147         function to make e.g. `touch file >&-' fail.
14148         But do fail if it was closed and someone has tried to write to it.
14149         E.g., `printf foo >&-' must fail.
14150
14151 2004-11-13  Jim Meyering  <jim@meyering.net>
14152
14153         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
14154
14155 2004-11-12  Simon Josefsson  <jas@extundo.com>
14156
14157         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
14158         small doc fix is still pending.
14159
14160 2004-11-11  Simon Josefsson  <jas@extundo.com>
14161
14162         * modules/strtok_r: New file.
14163
14164         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14165         strtok_r.
14166
14167 2004-11-11  Simon Josefsson  <jas@extundo.com>
14168
14169         * m4/strtok_r.m4: New file.
14170
14171         * m4/getopt.m4: Replace opterr.
14172
14173 2004-11-11  Simon Josefsson  <jas@extundo.com>
14174
14175         * lib/strtok_r.h, strtok_r.c: New file.
14176
14177 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14178
14179         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
14180         of replacing opterr, getopt, etc.  This should handle the
14181         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
14182
14183 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14184
14185         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
14186         we can stop lying to compilers about the constness of argv when we
14187         are compiled outside glibc.
14188         (getopt, getopt_long, getopt_long_only): Use it.
14189         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14190         _getopt_internal, getopt): Likewise.
14191         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14192         _getopt_long_only_r): Likewise.
14193         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14194         _getopt_long_r, _getopt_long_only_r): Likewise.
14195
14196         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
14197         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
14198         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
14199         the other external symbols.
14200         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
14201         declaration, since the above renaming now works around collisions.
14202
14203 2004-11-11  Jim Meyering  <jim@meyering.net>
14204
14205         * lib/linebreak.c: Remove trailing blanks.
14206         * lib/alloca_.h: Likewise.
14207         * lib/acosl.c: Likewise.
14208         * lib/euidaccess.c: Likewise.
14209         * lib/allocsa.h: Likewise.
14210
14211 2004-11-10  Simon Josefsson  <jas@extundo.com>
14212
14213         * m4/getaddrinfo.m4: New file.
14214
14215 2004-11-10  Simon Josefsson  <jas@extundo.com>
14216
14217         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
14218
14219 2004-11-10  Simon Josefsson  <jas@extundo.com>
14220
14221         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14222         getaddrinfo.
14223
14224         * modules/getaddrinfo: New file.
14225
14226 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14227
14228         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
14229
14230 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14231
14232         * lib/mktime.c (SHR): New macro, which is a portable
14233         substitute for >> that should work even on Crays.
14234         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
14235         Problem reported by Mark D. Baushke in
14236         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
14237         * lib/getdate.y (SHR): Likewise.
14238         (tm_diff): Use it.
14239         * lib/strftime.c (SHR): Likewise.
14240         (tm_diff): Use it.
14241         * lib/quotearg.c (struct quoting_options): Use unsigned int for
14242         quote_these_too, so that right shifts are well defined.  All uses
14243         changed.
14244
14245 2004-11-10  Jim Meyering  <jim@meyering.net>
14246
14247         Ensure that no close failure goes unreported.
14248         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
14249         return early when it seems there's nothing to flush.
14250         Don't include __fpending.h.
14251
14252 2004-11-10  Jim Meyering  <jim@meyering.net>
14253
14254         * modules/closeout (Depends-on): Remove fpending.
14255
14256 2004-11-10  Jim Meyering  <jim@meyering.net>
14257
14258         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
14259
14260 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14261
14262         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
14263         gl_FUNC_STRFTIME.
14264         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
14265         and AC_REQUIRE when possible, to avoid duplicate checks.
14266         Check for <wchar.h>.
14267
14268 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14269
14270         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
14271
14272 2004-11-09  Bruno Haible  <bruno@clisp.org>
14273
14274         * m4/sockpfaf.m4: New file.
14275
14276 2004-11-05  Bruno Haible  <bruno@clisp.org>
14277
14278         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
14279         Reported by Mark D. Baushke <mdb@cvshome.org>.
14280
14281 2004-11-04  Bruno Haible  <bruno@clisp.org>
14282
14283         2004-09-11  Bruno Haible  <bruno@clisp.org>
14284                 * allocsa.valgrind: New file.
14285         2004-02-06  Bruno Haible  <bruno@clisp.org>
14286                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
14287                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
14288                 Reported by Christopher Seip <chris.seip@hp.com>.
14289
14290 2004-11-04  Bruno Haible  <bruno@clisp.org>
14291
14292         * modules/allocsa (Files): Add lib/allocsa.valgrind.
14293         (Makefile.am): Distribute it.
14294
14295 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
14298         with errno == ERANGE if the buffer is too small.
14299         Problem reported by Mark D. Baushke.
14300
14301 2004-11-03  Albert Chin  <china@thewrittenword.com>
14302             Paul Eggert  <eggert@cs.ucla.edu>
14303
14304         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
14305         equivalent, substitute $ac_type for equivalent type rather than
14306         blindly using uint32_t *always* which won't work if uint32_t is not
14307         available.  Define _UINT32_T to work around typedef of uint32_t if
14308         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
14309         2.5.1.
14310
14311 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14312
14313         * m4/jm-macros.m4: Sync from coreutils.
14314         (gl_MACROS): Check for mbrlen, for pathchk.
14315         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
14316
14317 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14318
14319         * lib/xreadlink.c (MAXSIZE): New macro.
14320         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
14321         size does not exceed MAXSIZE.  Avoid cast.
14322         As suggested by Mark D. Baushke in
14323         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
14324         if readlink fails with buffer size just under MAXSIZE, try again
14325         with MAXSIZE.
14326
14327 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14328
14329         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
14330
14331 2004-11-02  Derek R. Price  <derek@ximbiot.com>
14332         and  Paul Eggert  <eggert@cs.ucla.edu>
14333
14334         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
14335         (get_date): Overparenthesize to avoid GCC warning.
14336
14337 2004-11-02  Bruno Haible  <bruno@clisp.org>
14338
14339         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
14340         returns void.
14341
14342 2004-11-02  Bruno Haible  <bruno@clisp.org>
14343
14344         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
14345         function returns void.
14346
14347 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14348
14349         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
14350         fflush_unlocked, flockfile, funlockfile, funlockfile,
14351         fputs_unlocked, putc_unlocked.
14352
14353 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14354
14355         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14356         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
14357         already declared.
14358
14359 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14360
14361         * modules/getdate (Files): Add doc/getdate.texi.
14362         (Depends-on): Add setenv, xalloc.
14363
14364 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14365
14366         * lib/getdate.y: Add support for TZ="foo" within a date string.
14367         Fix some bugs near time_t boundaries.  Reject dates with
14368         out-of-range components, e.g., "Sept 31".
14369         Include <stdlib.h>, "setenv.h", "xalloc.h".
14370         (ISDIGIT_LOCALE): Remove; unused.
14371         Note that the TZ and time functions used here are not reentrant.
14372         (mktime_ok, get_tz): New functions.
14373         (TZBUFSIZE): New constant.
14374         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
14375         This requires that we sometimes generate our own TZ="XXX..." setting.
14376
14377 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14378
14379         * doc/getdate.texi: New file, from coreutils with modifications for
14380         the new TZ parsing.
14381
14382 2004-10-27  Derek R. Price  <derek@ximbiot.com>
14383
14384         * lib/mktime.c (not_equal_tm): Remove redundant check.
14385
14386 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14387
14388         * modules/regex (lib_SOURCES): Add regex.c.
14389         Reported by James Youngman in
14390         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
14391
14392 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14393
14394         * lib/getdate.y: Use Bison 1.875 features, and some minor
14395         code cleanups.  This change does not affect semantics.
14396         Don't include <stdlib.h>; no longer needed.
14397         Don't include unlocked-io.h; only the "#if TEST" code uses
14398         stdio, and performance isn't crucial there.
14399         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
14400         Bison 1.875 features as described below.
14401         All uses of "PC." replaced by "pc->".
14402         (YYSTYPE): Add a forward declaration.
14403         (yylex, yyerror): Use full prototypes in forward decls.
14404         Use "%pure-parser" rather than obsolescent "%pure_parser".
14405         Use %parse-param and %lex-param instead of obsolescent
14406         YYPARSE_PARAM and YYLEX_PARAM.
14407         (meridian_table, month_and_day_table, time_units_table,
14408         relative_time_table, time_zone_table, military_table,
14409         lookup_zone, lookup_word, get_date):
14410         Use NULL instead of 0 where appropriate.
14411         (to_hour): Avoid abort (), to avoid a dependency on
14412         stdlib.h.
14413         (yyerror, yylex): Now accepts parser_control * arg.
14414         (main) [TEST]: Use '\0' rather than 0 for char.
14415
14416 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14417
14418         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
14419
14420 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14421
14422         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
14423         It's now the caller's responsibility to handle the case where
14424         !HAVE_GETPAGESIZE && !defined getpagesize.
14425
14426         * lib/mktime.c (leapyear): Arg is long int, not int.
14427
14428 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
14429
14430         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
14431
14432 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14433
14434         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
14435         missing.  Problem reported by James Youngman.
14436
14437 2004-10-16  Simon Josefsson  <jas@extundo.com>
14438
14439         * gnulib-tool: Fix comments.  Fix parse problem.
14440         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
14441
14442 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
14443
14444         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
14445         implementation of getopt_long.  Problem reported by Alexander Taler in:
14446         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
14447
14448 2004-10-15  Bruno Haible  <bruno@clisp.org>
14449
14450         * gnulib-tool: Untabify. Initialize supplied_libname.
14451         (func_usage): More homogenous output.
14452         (func_modules_transitive_closure, func_modules_to_filelist,
14453         func_emit_lib_Makefile_am): New functions.
14454         (func_import): New function, extracted from big case statement. Use
14455         func_get_license, func_modules_transitive_closure,
14456         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
14457         opt_lgpl. Don't use test -a, as it's not portable.
14458         (func_create_testdir): Use func_modules_transitive_closure,
14459         func_modules_to_filelist, func_emit_lib_Makefile_am.
14460
14461 2004-10-15  Bruno Haible  <bruno@clisp.org>
14462
14463         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
14464
14465 2004-10-15  Bruno Haible  <bruno@clisp.org>
14466
14467         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
14468         the portions belonging to each module.
14469         Suggested by Derek Robert Price <derek@ximbiot.com>.
14470
14471 2004-10-12  Simon Josefsson  <jas@extundo.com>
14472
14473         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14474         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
14475         to real functions.
14476
14477 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14478
14479         * modules/vsnprintf: New file.
14480
14481 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14482
14483         * m4/vsnprintf.m4: New file.
14484
14485 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14486
14487         * lib/vsnprintf.h: New file.
14488         * lib/vsnprintf.c: New file.
14489
14490 2004-10-11  Bruno Haible  <bruno@clisp.org>
14491
14492         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
14493         vsnprintf.
14494
14495 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14496
14497         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
14498
14499 2004-10-07  Bruno Haible  <bruno@clisp.org>
14500
14501         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
14502         fits into the provided buffer.
14503
14504 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14505
14506         * lib/diacrit.c, diacrit.h: Add GPL notice.
14507
14508         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
14509         notice.
14510         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
14511         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
14512         This avoids a potential constant-folding bug.
14513
14514 2004-10-05  Bruno Haible  <bruno@clisp.org>
14515
14516         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
14517         for the declaration of strsep.
14518
14519 2004-10-05  Bruno Haible  <bruno@clisp.org>
14520
14521         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
14522
14523 2004-10-04  Simon Josefsson  <jas@extundo.com>
14524
14525         * modules/memmem: New file.
14526         * tests/test-memmem.c: New file.
14527         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
14528
14529 2004-10-04  Simon Josefsson  <jas@extundo.com>
14530
14531         * m4/memmem.m4: New file.
14532
14533 2004-10-04  Simon Josefsson  <jas@extundo.com>
14534
14535         * lib/memmem.h: New file.
14536         * lib/memmem.c: New file, taken from glibc.
14537
14538 2004-10-04  Simon Josefsson  <jas@extundo.com>
14539
14540         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
14541         '#ifdef USE_UNLOCKED_IO'.
14542
14543 2004-10-04  Simon Josefsson  <jas@extundo.com>
14544
14545         * config/srclist.txt: Add memmem from glibc.
14546
14547 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14548
14549         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
14550
14551         * modules/argmatch, modules/argp, modules/closeout, modules/error,
14552         modules/exclude, modules/getdate, modules/getline,
14553         modules/getndelim2, modules/getpass, modules/getpass-gnu,
14554         modules/getusershell, modules/linebuffer, modules/md5,
14555         modules/mountlist, modules/posixtm, modules/readtokens,
14556         modules/readutmp, modules/regex, modules/sha1,
14557         modules/version-etc, modules/yesno:
14558         Remove dependency on unlocked-io.
14559
14560 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14561
14562         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
14563
14564         * m4/unlocked-io.m4: Add copyright notice.
14565         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
14566
14567 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14568
14569         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
14570         * lib/xmalloc.c (xmemdup): Likewise.
14571         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
14572         XFREE): Remove these long-obsolescent macros.
14573         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
14574         * lib/xstrdup.c: Remove.
14575
14576         * lib/regex.c (re_comp): Cast gettext return value to char *,
14577         Problem reported by Martin Neitzel via Mark D. Baushke.
14578
14579 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14580
14581         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
14582         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
14583         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
14584         regex.c, sha1.c, version-etc.c, yesno.c:
14585         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
14586         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
14587         the includer's responsibility.
14588
14589         Sync from coreutils.
14590
14591         * lib/modechange.c (mode_compile): Don't decrement a pointer that
14592         points to the start of a string, as the C Standard says the
14593         resulting behavior is undefined.
14594
14595         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
14596         simple -> simple_backups, numbered_existing ->
14597         numbered_existing_backups, numbered -> numbered_backups
14598         to avoid shadowing problems.  All uses changed.
14599         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
14600         * lib/backupfile.c (check_extension, numbered_backup):
14601         Rename locals to avoid shadowing 'basename'.
14602         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
14603         once.
14604
14605         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
14606         * lib/.cvsignore: Add getopt.h.
14607
14608 2004-10-04  Bruno Haible  <bruno@clisp.org>
14609
14610         * modules/README: New file.
14611         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
14612         not a module.
14613
14614 2004-10-02  Jim Meyering  <jim@meyering.net>
14615
14616         * lib/dirfd.h, getpagesize.h: Add copyright notice.
14617
14618 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14619
14620         * modules/strsep: New file.
14621
14622 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14623
14624         * m4/strsep.m4: New file.
14625
14626 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14627
14628         * lib/strsep.h: New file.
14629         * lib/strsep.c: New file.
14630
14631 2004-10-01  Simon Josefsson  <jas@extundo.com>
14632
14633         * lib/snprintf.c (snprintf): Handle size==0.
14634
14635 2004-10-01  Simon Josefsson  <jas@extundo.com>
14636             Bruno Haible  <bruno@clisp.org>
14637
14638         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
14639         (snprintf): Declare 'args'.
14640
14641 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
14642
14643         * lib/snprintf.c: Remove comments as to why each header is needed.
14644
14645 2004-10-01  Bruno Haible  <bruno@clisp.org>
14646
14647         * MODULES.html.sh: Add strsep.
14648
14649 2004-09-30  Simon Josefsson  <jas@extundo.com>
14650
14651         * modules/snprintf: New file.
14652
14653 2004-09-30  Simon Josefsson  <jas@extundo.com>
14654
14655         * m4/snprintf.m4: New file.
14656
14657 2004-09-30  Simon Josefsson  <jas@extundo.com>
14658
14659         * lib/snprintf.h, lib/snprintf.c: New files.
14660
14661 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14662
14663         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
14664         (hol_entry_help): Never translate an empty string.
14665         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
14666         * lib/argp.h (OPTION_NO_TRANS): New option.
14667
14668 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14669
14670         * modules/argp (Maintainer): Replace Simon Josefsson
14671         by Sergey Poznyakoff.
14672
14673 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14674
14675         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
14676         changes merged back into glibc.
14677
14678 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14679
14680         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
14681
14682 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14683
14684         * lib/xvasprintf.c: Include xalloc.h.
14685         (xvasprintf): Use xalloc_die, not xmalloc_die.
14686
14687 2004-09-29  Bruno Haible  <bruno@clisp.org>
14688
14689         * modules/alloca-opt: New file, derived from modules/alloca.
14690         * modules/allocsa: Depend on alloca-opt instead of alloca.
14691         * modules/setenv: Likewise.
14692         * modules/vasnprintf: Likewise.
14693         * MODULES.html.sh: Add alloca-opt.
14694
14695 2004-09-28  Simon Josefsson  <jas@extundo.com>
14696
14697         * gnulib-tool: New parameter --lgpl, to asseert that modules are
14698         LGPL, and to replace license template from GPL to LGPL.
14699
14700 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14701
14702         * modules/dummy: Change license to LGPL.
14703
14704 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14705
14706         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
14707
14708 2004-09-24  Simon Josefsson  <jas@extundo.com>
14709
14710         * modules/minmax (License): Change from GPL to LGPL.
14711
14712 2004-09-23  Simon Josefsson  <jas@extundo.com>
14713
14714         * gnulib-tool (--import): Typo.
14715
14716 2004-09-23  Simon Josefsson  <jas@extundo.com>
14717
14718         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
14719
14720 2004-09-22  Bruno Haible  <bruno@clisp.org>
14721
14722         * modules/*: Add 'License' field.
14723         * gnulib-tool: Accept --extract-license option.
14724         (func_get_license): New function.
14725
14726 2004-09-21  Bruno Haible  <bruno@clisp.org>
14727
14728         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
14729         Reported by Simon Josefsson.
14730
14731 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14732
14733         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
14734         gl_AC_TYPE_LONG_LONG.
14735
14736 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14737
14738         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
14739
14740 2004-09-18  Simon Josefsson  <jas@extundo.com>
14741         and  Paul Eggert  <eggert@cs.ucla.edu>
14742
14743         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
14744         calls with autoreconf.  Define GL_LIB.
14745
14746 2004-09-14  Karl Berry  <karl@gnu.org>
14747
14748         * config/srclist.txt: unsync setenv.c, sigh.
14749
14750 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14751
14752         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
14753         Problem reported by Bruno Haible in:
14754         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
14755
14756 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14757
14758         * config/srclist.txt: Comment out argp-pvh.c.
14759
14760 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
14761
14762         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
14763         in case some system header has #define'd it.  Problem reported by
14764         Soeren D. Schulze in
14765         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
14766
14767 2004-09-09  Karl Berry  <karl@gnu.org>
14768
14769         * regex.[ch]: delete from the root.  These were supposed to be
14770                 synced with emacs cvs, but this has not happened for about
14771                 a year, and anyway nothing else uses emacs regex.[ch].
14772                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
14773                 lib/regex[.ch] is untouched.
14774
14775 2004-09-09  Bruno Haible  <bruno@clisp.org>
14776
14777         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
14778
14779 2004-09-09  Bruno Haible  <bruno@clisp.org>
14780
14781         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
14782         modifications.
14783         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
14784
14785 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14786
14787         * modules/xvasprintf: New file.
14788         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
14789
14790 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14791
14792         * lib/xvasprintf.h: New file.
14793         * lib/xvasprintf.c: New file.
14794         * lib/xasprintf.c: New file.
14795
14796 2004-09-08  Bruno Haible  <bruno@clisp.org>
14797
14798         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
14799
14800 2004-09-08  Bruno Haible  <bruno@clisp.org>
14801
14802         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
14803         length is > INT_MAX.
14804         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
14805         more.
14806
14807 2004-09-08  Bruno Haible  <bruno@clisp.org>
14808
14809         * lib/stdint_.h: New file, taken from GNU clisp.
14810
14811 2004-09-08  Bruno Haible  <bruno@clisp.org>
14812             Oskar Liljeblad  <oskar@osk.mine.nu>
14813
14814         * modules/stdint: New file.
14815         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
14816
14817 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14818
14819         Import from coreutils.
14820         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
14821         strings on unbounded length.  alloca's performance benefits aren't
14822         that important here.
14823         (V_STRDUP): Remove.
14824         (parse_with_separator): New function, with most of the internals
14825         of the old parse_user_spec.  Allow user to omit both user and group,
14826         for compatibility with FreeBSD.
14827         Clone only the user name, not the entire spec.
14828         Do not set *uid, *gid unless entirely successful.
14829         Avoid memory leak in some failing cases.
14830         Fix regression for USER.GROUP reported by Dmitry V. Levin in
14831         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
14832         (parse_user_spec): Rewrite to use parse_with_separator.
14833
14834 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14835
14836         * modules/userspec: Don't depend on alloca.
14837
14838 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14839
14840         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
14841
14842 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14843
14844         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
14845         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
14846         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
14847
14848 2004-08-16  Simon Josefsson  <jas@extundo.com>
14849
14850         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
14851         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
14852         Add --dry-run for --import.
14853         Let user provided command line parameters override configure.ac
14854         settings.
14855
14856 2004-08-12  Simon Josefsson  <jas@extundo.com>
14857
14858         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
14859         as discussed with Paul Eggert in threads rooted at
14860         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
14861         and
14862         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
14863         Before, the test was empty, and relied on ELIDE_CODE in source
14864         code.)
14865         (gl_PREREQ_GETOPT): New macro.
14866         (gl_GETOPT): Use them.
14867
14868 2004-08-12  Simon Josefsson  <jas@extundo.com>
14869
14870         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
14871         * lib/getopt_.h: Renamed from getopt.h.
14872
14873 2004-08-12  Simon Josefsson  <jas@extundo.com>
14874
14875         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
14876         Change default library name from libfoo to libgnu.
14877         Now, if you have a configure.ac that says:
14878                 gl_SOURCE_BASE(gl)
14879                 gl_M4_BASE(gl/m4)
14880                 gl_MODULES(error getopt etcetera)
14881                 gl_INIT
14882         you can import all you need by running:
14883                 ../gnulib/gnulib-tool --import
14884
14885         * modules/getopt (Files): Rename getopt.h to getopt_.h.
14886         (Makefile.am): Rewrite, use logic from argz.
14887         (Include): Use <getopt.h> instead of "getopt.h".
14888
14889 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14890
14891         * modules/argp (Files): Add m4/unlocked-io.m4.
14892         (Depends-on): Add extensions.
14893
14894 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14895
14896         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
14897         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
14898         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
14899         Check for program_invocation_name, program_invocation_short_name,
14900         flockfile, funlockfile, features.h, _getopt_long_only_r.
14901
14902 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14903
14904         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
14905         its complicated substitute.
14906         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
14907         and program_invocation_name.
14908         (__argp_basename) [!_LIBC]: Remove; the only use was
14909         replaced by its body.
14910         (__argp_short_program_name): Change condition from
14911         !defined __argp_short_program_name to
14912         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
14913         to match argp-namefrob.h.
14914         (__argp_failure): Don't assume strerror_r returns char *.
14915         * lib/argp-parse.c (N_): Define unconditionally.
14916         (argp_default_options): Fill out initializers with 0 to avoid
14917         gcc warnings.
14918
14919 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14920
14921         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
14922         getopt1.c.
14923
14924 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14925
14926         Merge from coreutils.
14927
14928         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
14929
14930         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
14931         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
14932
14933 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14934
14935         Merge from coreutils.
14936
14937         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
14938         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
14939         for Reliant Unix 5.43.
14940
14941         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
14942         (union fooround): Use uintmax_t, not long int.
14943         The rest is a merge from libc:
14944         [defined _LIBC]: Include <shlib-compat.h>.
14945         (_obstack) [defined _LIBC]: Remove after 2.3.4.
14946
14947         * lib/settime.c (settime): Recode to avoid warning with
14948         Sun Forte C 6U2.
14949
14950         * lib/strverscmp.c: Convert to UTF-8.
14951
14952 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14953
14954         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14955         m4/uintmax_t.m4.
14956
14957 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14958
14959         * modules/xalloc-die: New file.
14960         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
14961
14962         * modules/md5 (Files): Add m4/uint32_t.m4.
14963         * modules/sha1: Renamed from modules/sha.
14964         (Files):
14965         Rename lib/sha.h to lib/sha1.h.
14966         Rename lib/sha.c to lib/sha1.c.
14967         Rename m4/sha.m4 to m4/sha1.m4.
14968         (lib_SOURCES): Likewise.
14969         (configure.ac): Rename gl_SHA to gl_SHA1.
14970         (Include): sha.h -> sha1.h.
14971
14972 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14973
14974         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
14975         * m4/sha1.m4: Renamed from sha.m4.
14976         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
14977
14978 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14979
14980         * lib/obstack.h (obstack_empty_p):
14981         Don't assume that chunk->contents is suitably aligned.
14982         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
14983         Likewise. Problem reported by Benno in
14984         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
14985
14986         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
14987         readable.  This could be improved further but it'd take some work.
14988
14989 2004-08-08  Simon Josefsson  <jas@extundo.com>
14990
14991         * modules/xgethostname (Depends-on): Remove exit and error (not
14992         used).
14993
14994         * modules/getpass-gnu: Add getpass.h.
14995         (Depends-on): Add stdbool.
14996         * modules/getpass: Add getpass.h.
14997
14998 2004-08-08  Simon Josefsson  <jas@extundo.com>
14999
15000         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
15001         Check getpass declaration.
15002
15003 2004-08-08  Simon Josefsson  <jas@extundo.com>
15004
15005         * lib/xgethostname.c: Don't include error.h (not used).
15006
15007         * lib/getpass.h: Add.
15008         * lib/getpass.c: Include getpass.h first.
15009
15010 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
15011
15012         * lib/xalloc-die.c: New file.
15013         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
15014         All uses removed.
15015         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
15016         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
15017         xalloc-die.c.
15018         (_, N_, xalloc_die): Move to xalloc-die.c.
15019         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
15020         so that we needn't mess with xalloc_msg_memory_exhausted.
15021
15022         * lib/sha1.h: Renamed from sha.h.
15023         (SHA1_H): Renamed from _SHA_H.
15024         (sha1_ctx): Renamed from sha_ctx.
15025         (sha1_init_ctx): Renamed from sha_init_ctx.
15026         (sha1_process_block): Renamed from sha_process_block.
15027         (sha1_process_bytes): Renamed from sha_process_bytes.
15028         (sha1_finish_ctx): Renamed from sha_finish_ctx.
15029         (sha1_read_ctx): Renamed from sha_read_ctx.
15030         (sha1_stream): Renamed from sha_stream.
15031         (sha1_buffer): Renamed from sha_buffer.
15032         * lib/sha1.c: Likewise; renamed from sha.c.
15033         Do not include <sys/types.h>.
15034         Include <stddef.h> rather than <stdlib.h>.
15035
15036 2004-08-08  Bruno Haible  <bruno@clisp.org>
15037
15038         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
15039         FILESYSTEM_PREFIX_LEN.
15040         * lib/progreloc.c: Likewise.
15041         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
15042
15043 2004-08-06  Simon Josefsson  <jas@extundo.com>
15044
15045         * modules/progname (Depends-on): Don't depend on stdbool.
15046
15047 2004-08-06  Simon Josefsson  <jas@extundo.com>
15048
15049         * modules/getsubopt: New file.
15050         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15051         getsubopt.
15052
15053 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15054
15055         More merge from coreutils.
15056
15057         * m4/utimens.m4, m4/utimecmp.m4: New files.
15058         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
15059         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
15060         prereq.m4, sha.m4: Import changes from coreutils.
15061
15062 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15063
15064         More merge from coreutils.
15065         * modules/raise, modules/readtokens0, modules/utimens:
15066         * modules/utimecmp, module/xnanosleep: New files.
15067         * modules/strftime: Add lib/strftime.h.
15068         Change include from <time.h> to "strftime.h".
15069         * modules/yesno: Add lib/yesno.h.
15070         * modules/backupfile: Remove lib/addext.c.
15071         * modules/euidaccess: Add stat-macros.h.
15072         * modules/canonicalize, modules/euidaccess,
15073         modules/filemode, modules/lchown, modules/makepath,
15074         modules/rmdir, modules/stat: Likewise.
15075
15076 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15077
15078         Merge from tar.
15079         * lib/argp-help.c (make_hol, hol_append): Don't assume that
15080         SIZE_MAX is a valid preprocessor constant.
15081         (__argp_basename): Change from "#ifndef _LIBC"
15082         to "#ifndef __argp_short_program_name", so that
15083         we don't compile these functions for tar.
15084
15085         More merges from coreutils.
15086         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
15087         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
15088         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
15089         * lib/addext.c: Remove; no longer needed.
15090         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
15091         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
15092         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
15093         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
15094         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
15095         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
15096         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
15097         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
15098         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
15099         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15100         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
15101         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
15102         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
15103         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
15104         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
15105         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
15106         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
15107         Import changes from coreutils.
15108
15109 2004-08-05  Simon Josefsson  <jas@extundo.com>
15110
15111         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
15112
15113 2004-08-05  Simon Josefsson  <jas@extundo.com>
15114
15115         * m4/getsubopt.m4: New file.
15116
15117 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15118
15119         Merge from coreutils.
15120
15121         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
15122         * m4/getcwd-path-max.m4: New files.
15123
15124         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
15125         FILESYSTEM_PREFIX_LEN ->
15126         FILE_SYSTEM_PREFIX_LEN.
15127         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
15128         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
15129         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
15130         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
15131
15132         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
15133         prerequisite modules now handle the DOS stuff.
15134         Don't check for unistd.h.
15135
15136 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15137
15138         Merge from coreutils.
15139
15140         * lib/.gdb-history: Remove; this doesn't belong here.
15141
15142         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
15143         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
15144         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
15145         * lib/getcwd.c: New files.
15146
15147         * lib/dirname.h: Include <stdbool.h>.
15148         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
15149         for consistency with POSIX terminology.  All uses changed.
15150         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
15151         (strip_trailing_slashes): Use bool for booleans.
15152         * lib/stripslash.c (strip_trailing_slashes): Likewise.
15153
15154         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
15155         sometimes returns a positive errno value even when it succeeds.
15156         (print_errno_message) [!LIBC]: Fall back on strerror if
15157         __strerror_r fails.
15158
15159         * lib/path-concat.c (mempcpy): Don't define if a system header defines
15160         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
15161         (longest_relative_suffix): New function.
15162         (path_concat): Use it.  Assume first argument is not NULL.
15163         Port to DOS.  Omit redundant separators.
15164         Report an error instead of returning NULL.
15165         Use mempcpy instead of memcpy.
15166         (xpath_concat): Remove: not declared or used.
15167
15168         * lib/same.h: Include <stdbool.h>
15169         (same_name): Return bool, not int.
15170         * lib/same.c (same_name): Likewise.
15171         (errno): Don't declare; we assume C89 or better now.
15172
15173         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
15174         if not already defined.
15175
15176         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
15177         * lib/dup-safer.c (errno): Likewise.
15178
15179 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15180
15181         Merge from coreutils.
15182         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
15183         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
15184         * modules/path-concat: Don't depend on strdup.
15185
15186 2004-08-03  Simon Josefsson  <jas@extundo.com>
15187
15188         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
15189         * lib/progname.h: Don't include stdbool.h.
15190
15191 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15192
15193         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
15194         * MODULES.html.sh (func_all_modules): Remove fatal.
15195
15196 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15197
15198         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
15199
15200 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15201
15202         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
15203         working.
15204
15205 2004-08-02  Simon Josefsson  <jas@extundo.com>
15206
15207         * lib/getsubopt.h: New file, with comments from Bruno Haible.
15208         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
15209         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
15210
15211 2004-08-01  Simon Josefsson  <jas@extundo.com>
15212
15213         * lib/xgetdomainname.c: Include stdlib.h, for free().
15214
15215 2004-07-19  Bruno Haible  <bruno@clisp.org>
15216
15217         * MODULES.html.sh (func_all_modules): Add dummy.
15218
15219 2004-07-16  Simon Josefsson  <jas@extundo.com>
15220
15221         * modules/dummy: New file.
15222
15223 2004-07-16  Simon Josefsson  <jas@extundo.com>
15224
15225         * lib/dummy.c: New file.
15226
15227 2004-07-16  Bruno Haible  <bruno@clisp.org>
15228
15229         * lib/backupfile.h: Add extern "C" for C++.
15230         * lib/closeout.h: Likewise.
15231         * lib/copy-file.h: Likewise.
15232         * lib/findprog.h: Likewise.
15233         * lib/full-write.h: Likewise.
15234         * lib/pathname.h: Likewise.
15235         * lib/progname.h: Likewise.
15236         * lib/stpcpy.h: Likewise.
15237         * lib/stpncpy.h: Likewise.
15238         * lib/strcase.h: Likewise.
15239         * lib/strstr.h: Likewise.
15240         * lib/xalloc.h: Likewise.
15241
15242         * lib/mbswidth.h: Add extern "C" for C++.
15243         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
15244
15245 2004-07-13  Robert Millan  <robertmh@gnu.org>
15246
15247         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
15248
15249 2004-07-09  Simon Josefsson  <jas@extundo.com>
15250
15251         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
15252         failed without this.)
15253
15254 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15255
15256         * modules/chown (Files): Add lib/fchown-stub.c, since
15257         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
15258
15259 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15260
15261         * lib/fchown-stub.c: New file.
15262
15263 2004-06-24  Jim Meyering  <jim@meyering.net>
15264
15265         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
15266
15267 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15268
15269         * modules/argz: Omit "#include".
15270
15271         * MODULES.html.sh (func_all_modules): Add calloc, to match
15272         2004-06-01 addition of calloc module.
15273
15274 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15275
15276         * m4/argz.m4: New file, which is autoupdated from libtool.
15277
15278 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15279
15280         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
15281         libtool.
15282
15283 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15284
15285         * config/srclist-update: Don't insist on "USA." before the
15286         close-comment, as libtool omits the period and puts the */ on a
15287         separate line.
15288         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
15289         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
15290
15291 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
15292
15293         * modules/argz: New file.
15294         * MODULES.html.sh (func_all_modules): Add argz.
15295
15296 2004-06-12  Jim Meyering  <jim@meyering.net>
15297         and  Paul Eggert  <eggert@cs.ucla.edu>
15298
15299         * modules/hash (Files): Add lib/xalloc.h.
15300         * modules/pipe (Depends-on): Add wait-process.
15301         * modules/stat (Depends-on): Add xalloc.
15302         * modules/userspec (Files): Add lib/userspec.h.
15303         * modules/xstrto
15304
15305         Upgrade from gettext-0.13.
15306         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
15307         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
15308         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
15309
15310 2004-06-10  Jim Meyering  <jim@meyering.net>
15311
15312         * lib/calloc.c: New file.
15313
15314 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15315
15316         * lib/getdate.y (yylex): Allow space between sign and number.
15317         Problem reported by Dan Jacobson.
15318
15319 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15320
15321         Merge from coreutils CVS.
15322
15323         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
15324         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
15325         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
15326         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
15327         xstrtol.m4: Fix copyright date and/or serial number.
15328
15329         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
15330         See if we need an fchown replacement.
15331         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
15332         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
15333         and use the replacement function if we detect either defect.
15334
15335         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
15336         gl_UTIMECMP.
15337
15338 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15339         and  Jim Meyering  <jim@meyering.net>
15340
15341         Merge from coreutils CVS.
15342
15343         * lib/stat-macros.h: New file, with contents from file-type.h
15344         and coreutils' system.h.
15345         * lib/file-type.c: Include "stat-macros.h".
15346         * lib/file-type.h (file_type): Move all macro definitions to new file,
15347         stat-macros.h.
15348
15349         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
15350         Wrap old code with this conditional.
15351         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
15352         function that does not dereference symlinks.
15353         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
15354
15355         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
15356         dependency problems.
15357         (xreadlink): Accept new arg SIZE, for efficiency.
15358         All decls and uses changed.
15359         * lib/xreadlink.h: Include <stddef.h>, for size_t.
15360
15361         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
15362         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
15363
15364         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
15365         sysexits.h.
15366
15367 2004-06-01  Jim Meyering  <jim@meyering.net>
15368
15369         * m4/calloc.m4: New file.
15370
15371 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
15372
15373         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
15374         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
15375         Also, fix a typo in a diagnostic.
15376
15377 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15378
15379         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
15380         or AC_FUNC_REALLOC.
15381
15382 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15383
15384         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
15385         macros to be defined.
15386         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
15387         the allocator returns NULL because the requested size is zero.
15388
15389 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15390
15391         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
15392         var.  Add comment explaining why libc still defines it.  This
15393         merges the following patch from glibc:
15394         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
15395
15396 2004-05-20  Andreas Schwab  <schwab@suse.de>
15397
15398         * m4/free.m4: Replace free if it not known to work, not the other
15399         way round.
15400
15401 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15402
15403         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
15404         present in glibc since revision 1.1 of this file.
15405         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
15406         obstack_alignment_mask, obstack_alloc, obstack_base,
15407         obstack_blank, obstack_blank_fast, obstack_chunk_size,
15408         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
15409         obstack_grow0, obstack_init, obstack_int_grow,
15410         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
15411         obstack_next_free, obstack_object_size, obstack_ptr_grow,
15412         obstack_ptr_grow_fast, obstack_room): Remove declarations of
15413         nonexistent functions.
15414
15415 2004-05-18  Karl Berry  <karl@gnu.org>
15416
15417         * config/srclist.txt: break link for vasnprintf.c.
15418
15419 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15420
15421         Port obstack to the AS/400, where pointers are 16 bytes wide and
15422         you cannot cast an integer to a valid pointer.  This patch is
15423         currently waiting to be integrated into glibc; see
15424         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
15425
15426         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
15427         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
15428         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
15429         (struct obstack): temp member is now a union of a pointer and
15430         an integer, instead of an integer.  All integer uses changed.
15431         This does not affect the physical layout of struct obstack,
15432         except on hosts (like the AS/400) where the size or alignment of
15433         void * is greater than that of ptrdiff_t.
15434         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
15435         __STDC__)]: Store temporary in pointer member of union, not
15436         integer member.
15437         * lib/obstack.c: Include <stddef.h>, for offsetof.
15438         (struct fooalign): Remove; it doesn't need a name.
15439         (union fooround): Change double to long double, and add void *.
15440         (DEFAULT_ALIGNMENT): Use offsetof to compute.
15441         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
15442         not a macro.  Hence the values are always int; so remove all
15443         casts-to-int in uses.
15444
15445 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15446
15447         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
15448         we can get this patch merged into glibc.
15449
15450 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15451             Paul Eggert  <eggert@cs.ucla.edu>
15452
15453         * m4/argp: Depend on alloca.
15454
15455 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15456             Paul Eggert  <eggert@cs.ucla.edu>
15457
15458         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
15459         freecoding.
15460
15461 2004-05-17  Bruno Haible  <bruno@clisp.org>
15462
15463         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
15464         precision that consists of a '.' followed by an empty digit string.
15465         Patch by Tor Lillqvist <tml@iki.fi>.
15466
15467 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15468
15469         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
15470         for backward compatibility with older code.  We need our own
15471         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
15472         it under some other name, and our alloca.h will define it.
15473
15474 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15475             Derek Price  <derek@ximbiot.com>
15476
15477         * lib/alloca.c: Include <alloca.h>, to get our interface.
15478         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
15479         include <alloca.h> first.  Use C89 prototype for alloca; this
15480         requires including <stddef.h> for size_t.  Use extern "C" if C++.
15481         Use #elif for simplicity, since we can assume C89 now.
15482         Don't try to source the system alloca.h since it will not be found
15483         and to prevent recursively including its replacement.
15484         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
15485         * lib/regex.c: Likewise.
15486
15487 2004-05-16  Derek Price  <derek@ximbiot.com>
15488             Paul Eggert  <eggert@cs.ucla.edu>
15489
15490         getline cleanup.  This changes the getndelim2 API: both order of
15491         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
15492         no delimiter).
15493
15494         * lib/getline.c: Don't include stddef.h or stdio.h, since our
15495         interface does that.
15496         (getline): Always use getdelim, so that we don't have two
15497         copies of this code.
15498         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
15499         if available.
15500         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
15501         (GETNDELIM2_MAXIMUM): New macro.
15502         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
15503         instead of the old practice of delim2==0.  All callers changed.
15504         Return -1 on overflow, instead of returning junk.
15505         Do not set *linesize unless allocation succeeds.
15506         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
15507         that we include sys/types.h.
15508         * lib/getnline.h: Likewise.
15509         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
15510         (getndelim2): Reorder arguments.
15511         * lib/getnline.c (getnline, getndelim):
15512         Don't discard the NMAX argument.
15513         (getnline): Invoke getndelim, to avoid code duplication.
15514         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
15515         of (size_t) -1 by callers of the getnline family.
15516
15517 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15518
15519         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
15520         Check for gettimeofday.
15521         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
15522         Check for settimeofday, stime.
15523
15524 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15525
15526         * lib/nanosleep.c (suspended): Change its type from int to
15527         sig_atomic_t volatile.
15528         (first_call): Make it private to rpl_nanosleep, and have it
15529         be zero initially as that's a bit faster.
15530         (my_usleep): Round up fractional times instead of truncating them,
15531         as this is the usual meaning for 'sleep'.
15532
15533         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
15534         doesn't work.
15535         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
15536         (ENOSYS): Define if not defined.
15537         (settime): Fall back on stime if it exists and settimeofday fails.
15538         But don't bother with fallbacks if a method fails with errno == EPERM.
15539
15540 2004-05-11  Jim Meyering  <jim@meyering.net>
15541
15542         Prior to this change, the save_cwd caller required read access to the
15543         current directory on most systems (ones with the fchdir function).
15544
15545         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
15546         fails, try write-only, and finally, resort to using xgetcwd.
15547
15548 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15549
15550         * lib/obstack.c, obstack.h: Import changes from libc.
15551
15552 2004-04-28  Bruno Haible  <bruno@clisp.org>
15553
15554         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
15555         also implicitly appends .exe to executables.
15556         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
15557         accepts Windows pathnames.
15558         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15559         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15560         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15561         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15562         Reported by Derek Robert Price <derek@ximbiot.com>.
15563
15564 2004-04-21  Karl Berry  <karl@gnu.org>
15565
15566         * config/srclist.txt (localcharset.c): break sync.
15567
15568 2004-04-20  Paul Eggert  <eggert@twinsun.com>
15569
15570         * m4/host-os.m4: Add a copyright notice.
15571
15572 2004-04-20  Jim Meyering  <jim@meyering.net>
15573
15574         Change UTILS_ to gl_ in AC_DEFINE'd names.
15575         Change utils_- and jm_-prefixed variables, too.
15576         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
15577         UTILS_FUNC_MKDIR_TRAILING_SLASH.
15578         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
15579
15580         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
15581         Don't emit trailing blanks.
15582         Also rename jm_-prefixed variables to have gl_ prefix.
15583
15584         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
15585         Also rename jm_-prefixed variables to have gl_ prefix.
15586
15587         * m4/jm-macros.m4: Reflect the renamings.
15588         * m4/prereq.m4: Likewise.
15589
15590 2004-04-20  Jim Meyering  <jim@meyering.net>
15591
15592         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
15593         memory.
15594
15595 2004-04-20  Jim Meyering  <jim@meyering.net>
15596             Bruno Haible  <bruno@clisp.org>
15597
15598         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
15599         memory when realloc fails.
15600
15601 2004-04-19  Jim Meyering  <jim@meyering.net>
15602
15603         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
15604         now that readutmp.c may call `free (0)'.
15605
15606 2004-04-19  Bruno Haible  <bruno@clisp.org>
15607
15608         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
15609         * m4/inttypes_h.m4: Likewise.
15610         * m4/stdint_h.m4: Likewise.
15611         * m4/intmax_t.m4: Likewise.
15612         * m4/uintmax_t.m4: Likewise.
15613
15614 2004-04-18  Jim Meyering  <jim@meyering.net>
15615
15616         * m4/prereq.m4: Don't forbid jm_ prefix.
15617
15618         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
15619         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
15620         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
15621         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
15622         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
15623         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
15624         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
15625         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
15626         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
15627         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
15628         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
15629         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
15630         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
15631         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
15632         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
15633         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
15634         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
15635         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
15636         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
15637
15638 2004-04-18  Jim Meyering  <jim@meyering.net>
15639
15640         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
15641         failure, don't leak memory and do call END_UTMP_ENT.
15642
15643 2004-04-16  Jim Meyering  <jim@meyering.net>
15644
15645         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
15646         coreutils' stat program.
15647         (gl_PREREQ): Don't require jm_PREREQ_STAT.
15648
15649 2004-04-11  Paul Eggert  <eggert@twinsun.com>
15650
15651         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
15652         C89.
15653         (CHAR_BIT): Remove, since we assume C89.
15654         Include <stdint.h> if available, as per current Autoconf CVS advice.
15655
15656 2004-03-31  Jim Meyering  <jim@meyering.net>
15657
15658         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
15659         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
15660         * m4/xalloc.m4: Likewise.
15661
15662 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15663
15664         Merge from coreutils.
15665
15666         * m4/inttostr.m4: New file.
15667         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
15668         Require AM_STDBOOL_H and gl_TIMESPEC instead.
15669         Require gl_CLOCK_TIME.
15670         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
15671
15672 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15673
15674         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
15675         not bool, to be more consistent with Unix conventions.
15676         Suggested by Bruno Haible.
15677
15678         Merge from coreutils.
15679
15680         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
15681         * lib/umaxtostr.c: New files.
15682
15683         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
15684         the usual <time.h> dance.
15685         (get_date): Change signature to support fractional time stamps.
15686         All callers changed.
15687         * lib/getdate.y: Include "getdate.h" first, as we can now
15688         assume C89 and don't need to worry about 'const'.
15689         Similarly, include "unlocked-io.h" near start, not in middle.
15690         Include <limits.h>.
15691         (textint.value): Use long int rather than int.
15692         (textint.digits): Use size_t rather than int.
15693         (BILLION, LOG10_BILLION): New constants.
15694         (parser_control): New member rel_ns.  Members day_ordinal,
15695         time_zone, month, day, hour, minutes, rel_year, rel_month,
15696         rel_day, rel_hour, rel_minutes, rel_seconds
15697         are now long int, not int.  Member seconds is now struct timespec,
15698         not int.  New member timespec_seen.  Members dates_seen, days_seen,
15699         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
15700         not int.
15701         (%union.intval): Now long int, not int.
15702         New member timespec.
15703         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
15704         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
15705         (spec): Now is a timespec or an item list.
15706         (timespec, items): New nonterminals.
15707         (time, rel, relunit, number, get_date):
15708         Add support for fractional seconds.
15709         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
15710         (gmtime, localtime, mktime): Remove decls; not needed with C89.
15711         (to_hour): First arg is now long int, not int.
15712         (to_year): Returns long int, not int.
15713         Don't treat year -70 like 70.
15714         (tm_diff): Returns long int, not int.
15715         (lookup_word): Use bool instead of int when appropriate.
15716         (yylex): Use size_t for count, not int.
15717         Detect overflow when parsing large integer constants.
15718         Add support for fractions.
15719         (get_date): Make pointers 'const' if possible.
15720         Use more-portable code to detect integer overflow.
15721         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
15722         Don't use ctime; it's not reliable if the year has >4 digits.
15723
15724         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
15725         This is for compatibility with BSD.
15726
15727         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
15728         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
15729         From coreutils' system.h.
15730
15731         * lib/userspec.c: Don't include "posixver.h".
15732         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
15733         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
15734         compatible extension.  Simplify code by removing a boolean int
15735         that was always nonzero if a string was nonnull.
15736
15737 2004-03-30  Jim Meyering  <jim@meyering.net>
15738
15739         Merge from coreutils.
15740
15741         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
15742         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
15743         on some systems one must include <grp.h> before it.
15744         Reported by Christian Krackowizer.
15745
15746 2004-03-30  Jim Meyering  <jim@meyering.net>
15747
15748         Merge from coreutils.
15749
15750         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
15751
15752         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
15753         an empty input stream.
15754
15755         * lib/readtokens.c: Include <stdbool.h>.
15756         (readtoken): Use `size_t' rather than int/long.
15757         All callers adjusted.
15758         Use `bool' rather than `int' where appropriate.
15759         Use memset rather than an explicit loop.
15760         Use x2nrealloc rather than xrealloc.
15761         Allow the use of `\0' as a delimiter.
15762         (readtokens): Likewise.
15763         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
15764
15765 2004-03-30  Jim Meyering  <jim@meyering.net>
15766
15767         * m4/realloc.m4: Remove file, since now it does no more than
15768         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
15769         the `configure.ac' section of module/realloc.
15770         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
15771
15772 2004-03-30  Bruno Haible  <bruno@clisp.org>
15773
15774         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
15775         nonnull.
15776
15777 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15778
15779         Merge changes to getloadavg.c from coreutils and Emacs.
15780
15781         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
15782         Define to an expression, not to the empty string.
15783         Include cloexec.h and xalloc.h.
15784         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
15785         Use set_cloexec_flag rather than rolling our own.
15786         * lib/cloexec.c, lib/cloexec.h: New files.
15787
15788 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15789
15790         * m4/cloexec.m4: New file.
15791
15792 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15793
15794         * lib/getopt.h: Sync with libc CVS.
15795
15796 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15797             Bruno Haible  <bruno@clisp.org>
15798
15799         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
15800         mbswidth.
15801
15802 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15803             Bruno Haible  <bruno@clisp.org>
15804
15805         * lib/mbswidth.h: Include <wchar.h> only if
15806         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
15807         <wchar.h>.
15808         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
15809
15810 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15811
15812         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
15813         Sync with libc CVS.
15814         * lib/getopt_int.h: New file, also synced from libc.
15815
15816 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15817
15818         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
15819         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
15820         Bring back getopt.c, getopt.h, getopt1.c.
15821
15822 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15823
15824         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
15825         All uses changed.  Check for sa_sigaction member; this fixes
15826         a bug first reported by Jason Andrade in
15827         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15828
15829 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15830
15831         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
15832         '#if' expressions.  Unlike the code it replaces, it does not
15833         depend on (defined _SC_PAGESIZE).  However, it does depend on
15834         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
15835         first reported by Jason Andrade in
15836         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15837
15838 2004-02-25  Simon Josefsson  <jas@extundo.com>
15839
15840         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
15841
15842 2004-02-25  Simon Josefsson  <jas@extundo.com>
15843
15844         * lib/strdup.h: New file.
15845         * lib/strdup.c: Include it.
15846         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
15847         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
15848
15849 2004-02-23  Karl Berry  <karl@gnu.org>
15850
15851         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
15852         (from fencepost.gnu.org:/gd/gnuorg).
15853
15854 2004-02-23  Karl Berry  <karl@gnu.org>
15855
15856         * config/srclistvars.sh (GNUORG) [karl]: redefine.
15857         * config/srclist.txt: add maintain/standards documents.
15858
15859 2004-02-18  Bruno Haible  <bruno@clisp.org>
15860
15861         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
15862         Reported by Derek Robert Price <derek@ximbiot.com>.
15863
15864 2004-02-16  Karl Berry  <karl@gnu.org>
15865
15866         * config/mkinstalldirs, install-sh: update from automake.
15867
15868 2004-02-06  Karl Berry  <karl@gnu.org>
15869
15870         * m4/po.m4: update from gettext 0.14.1.
15871
15872 2004-02-06  Karl Berry  <karl@gnu.org>
15873
15874         * lib/config.charset: update from gettext 0.14.1.
15875
15876 2004-02-05  Paul Eggert  <eggert@twinsun.com>
15877
15878         Add comments and code, prompted by suggestions from Bruno Haible
15879         for sh-quote.
15880         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
15881         describing the enum quoting_style values.
15882         * lib/quotearg.c (quotearg_alloc): New function.
15883         (quotearg_buffer_restyled): Treat lone { and } as special.
15884         Treat = as special.  Work around bug with older shells
15885         that "see" a '\' that is really the 2nd byte of a multibyte char.
15886         Quote empty string with shell_quoting_style.
15887
15888 2004-02-03  Bruno Haible  <bruno@clisp.org>
15889
15890         * m4/pipe.m4: New file, from GNU gettext.
15891
15892 2004-02-03  Bruno Haible  <bruno@clisp.org>
15893
15894         * lib/pipe.h: New file, from GNU gettext.
15895         * lib/pipe.c: New file, from GNU gettext.
15896
15897 2004-01-27  Bruno Haible  <bruno@clisp.org>
15898
15899         * m4/execute.m4: New file, from GNU gettext.
15900
15901 2004-01-27  Bruno Haible  <bruno@clisp.org>
15902
15903         * lib/execute.h: New file, from GNU gettext.
15904         * lib/execute.c: New file, from GNU gettext.
15905         * lib/w32spawn.h: New file, from GNU gettext.
15906
15907 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15908
15909         Merge from diffutils.
15910
15911         * lib/file-type.c (file_type): Add typed memory objects.
15912         * lib/file-type.h (S_TYPEISTMO): New macro.
15913
15914         * lib/c-stack.h (c_stack_action): Remove argv argument.
15915         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
15916         (die): Don't calculate message unless segv_action returns.
15917         (get_stack_location, min_address_from_argv, max_address_from_argv,
15918         volatile stack_base, volatile_stack_size): Remove.
15919         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
15920         that every segmentation violation is a stack overflow.  (Ouch!)
15921         See Debian bug 136249 (still outstanding) for more info about why
15922         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
15923
15924 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15925
15926         Exit-status fix from coreutils.
15927
15928         Use exit_failure consistently in place of EXIT_FAILURE,
15929         so that program exit statuses are consistent on failure.
15930
15931         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
15932         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
15933         * lib/argmatch.h: Comment fix to match the above.
15934         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
15935         Now a macro referring to exit_failure, instead of a separate
15936         variable.  Include "exitfail.h" to get it.
15937         * lib/xstrtol.h: Include "exitfail.h".
15938         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
15939
15940         * lib/long-options.c (parse_long_options): Use prototype
15941         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
15942         for clarity.
15943
15944 2004-01-21  Jim Meyering  <jim@meyering.net>
15945
15946         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
15947         so as not to conflict with a different-sized __mktime_internal
15948         function in GNU libc.
15949         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
15950         Problem building statically-linked `ls' reported by Michael Brunnbauer.
15951
15952 2004-01-20  Karl Berry  <karl@gnu.org>
15953
15954         * config/config.guess: update from config.
15955
15956         * config/srclistvars.sh: GNUWWWLICENSES for karl.
15957
15958 2004-01-20  Bruno Haible  <bruno@clisp.org>
15959
15960         Safer stack allocation.
15961         * lib/setenv.c: Include allocsa.h.
15962         (alloca): Remove fallback definition.
15963         (freea): Remove macro.
15964         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
15965         instead of freea.
15966
15967 2004-01-20  Bruno Haible  <bruno@clisp.org>
15968
15969         * m4/eealloc.m4: New file, from GNU gettext.
15970
15971 2004-01-20  Bruno Haible  <bruno@clisp.org>
15972
15973         * m4/allocsa.m4: New file, from GNU gettext.
15974
15975 2004-01-20  Bruno Haible  <bruno@clisp.org>
15976
15977         * lib/xallocsa.h: New file, from GNU gettext.
15978         * lib/xallocsa.c: New file, from GNU gettext.
15979
15980 2004-01-20  Bruno Haible  <bruno@clisp.org>
15981
15982         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
15983
15984 2004-01-20  Bruno Haible  <bruno@clisp.org>
15985
15986         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
15987         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
15988         specially.
15989
15990 2004-01-20  Bruno Haible  <bruno@clisp.org>
15991
15992         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
15993         patch.
15994
15995 2004-01-20  Bruno Haible  <bruno@clisp.org>
15996
15997         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
15998
15999 2004-01-20  Bruno Haible  <bruno@clisp.org>
16000
16001         * lib/eealloc.h: New file.
16002
16003 2004-01-20  Bruno Haible  <bruno@clisp.org>
16004
16005         * lib/binary-io.h: Avoid warnings on Cygwin.
16006
16007 2004-01-20  Bruno Haible  <bruno@clisp.org>
16008
16009         * lib/allocsa.h: New file, from GNU gettext.
16010         * lib/allocsa.c: New file, from GNU gettext.
16011
16012 2004-01-18  Karl Berry  <karl@gnu.org>
16013
16014         * doc/gpl.texi, doc/lgpl.texi: new files.
16015
16016 2004-01-18  Karl Berry  <karl@gnu.org>
16017
16018         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
16019         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
16020
16021 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16022
16023         Merge from coreutils.
16024
16025         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
16026         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
16027         (gl_DEFAULT_POSIX2_VERSION): Move
16028         the documentation from 'configure' into 'config.hin',
16029         so that 'configure --help' isn't burdened by it and
16030         we don't have to worry about its formatting there.
16031         Reword the documentation so that it's more succinct
16032         and can be run together into a single paragraph.
16033         * m4/same.m4 (gl_SAME): Check for pathconf.
16034
16035 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16036
16037         Merge from coreutils.
16038
16039         * lib/posixver.c: Include posixver.h.
16040
16041         * lib/same.c: Include <stdbool.h>, <limits.h>.
16042         (_POSIX_NAME_MAX): Define if not defined.
16043         (MIN): New macro.
16044         (same_name): If file names are silently truncated, report
16045         that the file names are the same if they are the same after
16046         the silent truncation.
16047
16048         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
16049         conversion function.
16050         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
16051         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
16052         longer needed.
16053
16054 2004-01-15  Jim Meyering  <jim@meyering.net>
16055
16056         Merge from coreutils.
16057
16058         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
16059         if no library is required.
16060         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
16061         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
16062         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
16063         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
16064         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
16065         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
16066         value, $ac_cv_search_crypt, if it's "none required".
16067         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
16068         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
16069         not gl_FUNC_GETLOADAVG.
16070         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
16071         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
16072
16073 2004-01-15  Jim Meyering  <jim@meyering.net>
16074
16075         Merge from coreutils.
16076
16077         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
16078         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
16079         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
16080
16081         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
16082         optional configure-time default.
16083
16084         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16085
16086         * lib/xreadlink.c (xreadlink): Correct outdated comment.
16087
16088 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
16089
16090         Merge from coreutils.
16091
16092         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
16093         value, $ac_cv_search_nanosleep, if it's "none required".
16094
16095 2004-01-14  Paul Eggert  <eggert@twinsun.com>
16096
16097         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
16098         with like-named macro in fnmatch.c.
16099         (EXT): Use an internal constant instead.
16100
16101         Merge fnmatch patches from glibc.
16102         * lib/fnmatch.c (mbsinit): Remove define.
16103         Add libc_hidden_ver (__fnmatch, fnmatch).
16104         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
16105         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
16106
16107 2004-01-14  Karl Berry  <karl@gnu.org>
16108
16109         * config/install-sh: update from automake.
16110
16111 2004-01-13  Karl Berry  <karl@gnu.org>
16112
16113         * config/install-sh: update from automake.
16114
16115 2004-01-09  Karl Berry  <karl@gnu.org>
16116
16117         * config/install-sh: update from automake.
16118
16119 2004-01-05  Karl Berry  <karl@gnu.org>
16120
16121         * config/config.{sub,guess}: update from config.
16122
16123 2003-12-31  Karl Berry  <karl@gnu.org>
16124
16125         * config/depcomp: update from automake.
16126
16127 2003-12-14  Karl Berry  <karl@gnu.org>
16128
16129         * lib/config.charset: update from gettext-runtime.
16130
16131 2003-12-03  Paul Eggert  <eggert@twinsun.com>
16132
16133         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
16134         Bug reported by Alfred M. Szmidt.
16135
16136 2003-12-03  Bruno Haible  <bruno@clisp.org>
16137
16138         * m4/gettext.m4: Upgrade from gettext-0.13.
16139         * m4/po.m4: Upgrade from gettext-0.13.
16140         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
16141         * m4/intmax.m4: New file, from gettext-0.13.
16142         * m4/printf-posix.m4: New file, from gettext-0.13.
16143
16144 2003-11-29  Karl Berry  <karl@gnu.org>
16145
16146         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
16147
16148 2003-11-25  Paul Eggert  <eggert@twinsun.com>
16149             Bruno Haible  <bruno@clisp.org>
16150
16151         * lib/printf-parse.h: Don't include sys/types.h.
16152         (ARG_NONE): New macro.
16153         (char_directive): Change type of *arg_index fields to size_t.
16154         * lib/printf-parse.c: Don't include sys/types.h.
16155         (SSIZE_MAX): Remove macro.
16156         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
16157         Remove unnecessary overflow check.
16158         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
16159         fields.
16160
16161 2003-11-25  Bruno Haible  <bruno@clisp.org>
16162
16163         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
16164
16165 2003-11-25  Bruno Haible  <bruno@clisp.org>
16166
16167         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
16168         gt_TYPE_SSIZE_T.
16169
16170 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16171
16172         * modules/alloca: Remove dependency on xalloc.
16173
16174 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16175
16176         * lib/alloca.c: Remove dependency on xalloc module.
16177         (xalloc_die): Remove.
16178         (memory_full) [!defined emacs]: New macro.
16179         [!defined emacs]: Don't include xalloc.h.
16180         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
16181         address arithmetic overflows.  Change datatypes a bit to avoid
16182         unnecessary casts.
16183
16184 2003-11-22  Jim Meyering  <jim@meyering.net>
16185
16186         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
16187         s/size/size_t/.
16188
16189 2003-11-21  Karl Berry  <karl@gnu.org>
16190
16191         * config/config.{sub,guess}: update from config.
16192
16193 2003-11-18  Karl Berry  <karl@gnu.org>
16194
16195         * config/config.{sub,guess}: update from config.
16196
16197         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
16198
16199 2003-11-17  Paul Eggert  <eggert@twinsun.com>
16200
16201         * README: Mention that S+T cannot overflow if S is the size of
16202         an existing object and T is sufficiently small.
16203
16204 2003-11-17  Jim Meyering  <jim@meyering.net>
16205
16206         On systems without utime and without a utimes function capable of
16207         dealing with a NULL struct utimbuf* argument, this utime replacement
16208         could -- in unusual circumstances -- leak a file descriptor.
16209         * lib/utime.c: Include <unistd.h> and <errno.h>.
16210         (utime_null): Be sure to close `fd' and to preserve errno.
16211         Reported by Geoff Collyer via Arnold Robbins.
16212
16213 2003-11-17  Bruno Haible  <bruno@clisp.org>
16214
16215         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
16216         (Depends-on): Add xsize.
16217
16218 2003-11-17  Bruno Haible  <bruno@clisp.org>
16219
16220         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
16221
16222 2003-11-17  Bruno Haible  <bruno@clisp.org>
16223
16224         * lib/vasnprintf.c (alloca): Remove fallback definition.
16225         (freea): Remove definition.
16226         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
16227         Reported by Paul Eggert.
16228
16229 2003-11-16  Paul Eggert  <eggert@twinsun.com>
16230             Bruno Haible  <bruno@clisp.org>
16231
16232         Protect against address arithmetic overflow.
16233         * lib/printf-args.h: Include stddef.h.
16234         (arguments): Change type of field 'count' to size_t.
16235         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
16236         'unsigned int' where appropriate.
16237         * lib/printf-parse.h: Include sys/types.h.
16238         (char_directive): Change type of *arg_index fields to ssize_t.
16239         (char_directives): Change type of fields 'count', max_*_length to
16240         size_t.
16241         * lib/printf-parse.c: Include sys/types.h and xsize.h.
16242         (SSIZE_MAX): Define fallback value.
16243         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
16244         instead of 'int' where appropriate. Check a_allocated, d_allocated
16245         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
16246         * lib/vasnprintf.c: Include xsize.h.
16247         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
16248         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
16249         overflow. Avoid wraparound when converting a width or precision from
16250         decimal to binary.
16251
16252 2003-11-16  Bruno Haible  <bruno@clisp.org>
16253
16254         Update from GNU gettext.
16255         * lib/printf-parse.c: Generalize to it can be compiled for wide
16256         strings.
16257         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
16258         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
16259         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
16260         SNPRINTF): New macros.
16261         Don't include <alloca.h> if the file is used inside libintl.
16262         (local_wcslen): New function, for Solaris 2.5.1.
16263         (VASNPRINTF): Use it instead of wcslen.
16264
16265 2003-11-16  Bruno Haible  <bruno@clisp.org>
16266
16267         * lib/xsize.h (xmax): New function.
16268         (xsum, xsum3, xsum4): Declare as "pure" functions.
16269
16270 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16271
16272         * modules/xalloc (Files): Undo latest change, since xalloc.h
16273         no longer needs SIZE_MAX or PTRDIFF_MAX.
16274
16275 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16276
16277         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
16278         gl_PTRDIFF_MAX.
16279
16280 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16281
16282         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
16283         "return", to pacify some unknown compiler.  Problem reported
16284         by Joerg Schilling.
16285
16286 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16287
16288         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
16289         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
16290         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
16291         heuristic is just as accurate as far as we know, and it removes a
16292         dependency on size_max.m4 and ptrdiff_max.m4.
16293
16294 2003-11-11  Bruno Haible  <bruno@clisp.org>
16295
16296         * modules/xsize (Files): Add m4/size_max.m4.
16297         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
16298
16299 2003-11-11  Bruno Haible  <bruno@clisp.org>
16300
16301         * m4/size_max.m4: New file.
16302         * m4/ptrdiff_max.m4: New file.
16303         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
16304         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
16305         (gl_XALLOC): Invoke it.
16306
16307 2003-11-11  Bruno Haible  <bruno@clisp.org>
16308
16309         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
16310         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
16311         defined.
16312
16313 2003-11-10  Paul Eggert  <eggert@twinsun.com>
16314
16315         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
16316         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
16317         rejected some allocations of exactly SIZE_MAX - 2 bytes.
16318         From Bruno Haible.
16319         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
16320         not (size_t) -1, since it's defined here.
16321
16322 2003-11-09  Karl Berry  <karl@gnu.org>
16323
16324         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
16325
16326 2003-11-06  Paul Eggert  <eggert@twinsun.com>
16327
16328         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
16329         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
16330         Reject sizes of exactly SIZE_MAX bytes.
16331         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
16332         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
16333
16334 2003-11-05  Bruno Haible  <bruno@clisp.org>
16335
16336         * lib/xsize.h: Include limits.h, to avoid a possible collision with
16337         SIZE_MAX defined in <limits.h> on Solaris.
16338
16339 2003-11-04  Jim Meyering  <jim@meyering.net>
16340
16341         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
16342         variable names, rather than @VAR@.
16343         * modules/poll: Likewise.
16344
16345 2003-11-04  Bruno Haible  <bruno@clisp.org>
16346
16347         * modules/xsize: New file.
16348         * modules/linebreak: Depend on xsize.
16349         * MODULES.html.sh (func_all_modules): Add xsize.
16350
16351 2003-11-04  Bruno Haible  <bruno@clisp.org>
16352
16353         * m4/xsize.m4: New file.
16354
16355 2003-11-04  Bruno Haible  <bruno@clisp.org>
16356
16357         * lib/xsize.h: New file.
16358         * lib/linebreak.c: Include xsize.h.
16359         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
16360         argument for overflow.
16361         Suggested by Paul Eggert.
16362
16363 2003-11-03  Karl Berry  <karl@gnu.org>
16364
16365         * config/config.{guess,sub}: update from config.
16366
16367 2003-11-03  Jim Meyering  <jim@meyering.net>
16368
16369         * modules/userspec (lib_SOURCES): Add userspec.h.
16370         (Include): Add "userspec.h".
16371         Improve description.
16372
16373 2003-11-03  Jim Meyering  <jim@meyering.net>
16374
16375         * lib/userspec.c: Include "userspec.h".
16376         * lib/userspec.h: New file.
16377
16378 2003-11-03  Bruno Haible  <bruno@clisp.org>
16379
16380         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
16381
16382 2003-11-03  Bruno Haible  <bruno@clisp.org>
16383
16384         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
16385         available, to avoid (extremely rare) race condition.
16386         Suggested by Paul Eggert.
16387
16388 2003-11-02  Karl Berry  <karl@gnu.org>
16389
16390         * config/srclist.txt (vasprintf.c): sync broken, sigh.
16391
16392 2003-10-31  Paul Eggert  <eggert@twinsun.com>
16393
16394         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
16395         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
16396         (read_filesystem_list): Set and use me_type_malloced.
16397         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
16398         whatever the type happens to be), for brevity and consistency.
16399         Check for size calculation overflow on Alphas running OSF/1.
16400
16401 2003-10-31  Jim Meyering  <jim@meyering.net>
16402
16403         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
16404
16405         * lib/linebuffer.c: Include <string.h> for declaration of memset.
16406
16407 2003-10-30  Paul Eggert  <eggert@twinsun.com>
16408             Bruno Haible  <bruno@clisp.org>
16409
16410         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
16411         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
16412
16413 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16414
16415         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
16416         netbsd*-gnu*.  Suggested by Robert Millan.
16417
16418 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16419
16420         * modules/group-member: Depend on stdbool.
16421
16422 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16423
16424         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
16425
16426 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16427
16428         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
16429         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
16430         after the 'gnu' in these cases.  This fixes some bugs in the
16431         previous change, and is based on suggestions by Robert Millan.
16432
16433 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16434
16435         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
16436         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
16437         no longer needed.
16438         * lib/quotearg.c (quotearg_n_options): Use it.
16439         * lib/group-member.c: Include <stdbool.h>.
16440         (free_group_info): Arg is now const *; don't free arg.
16441         (get_group_info): Now returns bool and accepts struct group_info *,
16442         rather than returning a malloc'ed struct group_info *.
16443         All uses changed.  Check for overflow in internal size calculation.
16444
16445         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
16446         rather than xmalloc/xrealloc.
16447         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
16448         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
16449         conformance bug: the old code used a pointer after freeing the
16450         storage that it addressed.
16451         * lib/hash.c (hash_initialize): Simplify the code by using
16452         xalloc_oversized rather than doing it by hand.
16453         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
16454         the buffer preserved.  Use free and xmalloc instead.
16455         * lib/quotearg.c (quotearg_n_options): Likewise.
16456         Use a simpler test for size overflow.  Don't use xalloc_oversized
16457         because unsigned int might be wider than size_t (!); this suggests
16458         that we should switch from unsigned int to size_t for slot numbers.
16459
16460 2003-10-28  Paul Eggert  <eggert@twinsun.com>
16461
16462         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
16463         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
16464         NetBSD kernels.  Requested by Richard Stallman.
16465
16466 2003-10-27  Paul Eggert  <eggert@twinsun.com>
16467
16468         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
16469         to allocate the returned structure.  Do not allocate a subarray,
16470         as x2nrealloc will do that.
16471         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
16472         instead of xnrealloc.
16473         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
16474
16475 2003-10-27  Bruno Haible  <bruno@clisp.org>
16476
16477         * lib/stdbool_.h: Better support for BeOS.
16478
16479 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16480
16481         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
16482         now uses inline.
16483
16484 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16485
16486         * lib/xalloc.h (xalloc_oversized): New static inline function, for
16487         callers that want to do their own size-overflow checking.  Include
16488         <stdbool.h>, since xalloc_oversized returns bool.
16489         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
16490         to use xalloc_oversized.
16491
16492         Add two functions x2realloc, x2nrealloc, for programs that grow
16493         arrays dynamically by doubling their sizes.
16494         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
16495         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
16496         New functions.
16497
16498         Port to C99 semantics for 'inline' of external functions.
16499         Bug reported by Bruno Haible.
16500         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
16501         with the old contents of xnmalloc.
16502         (xnmalloc, xmalloc): Use it.
16503         (xnrealloc_inline): New static inline function,
16504         with the old contents of xnrealloc.
16505         (xnrealloc, xrealloc): Use it.
16506
16507         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
16508         that.
16509
16510 2003-10-26  Karl Berry  <karl@gnu.org>
16511
16512         * config/srclist.txt (COPYING.DOC): no longer available from
16513         /gd/gnuorg; don't know where the ultimate source is.
16514
16515 2003-10-25  Paul Eggert  <eggert@twinsun.com>
16516
16517         Fix several address-calculation bugs in the hash modules,
16518         plus some minor code cleanup.
16519
16520         * lib/hash.h: Include <stdbool.h>, for bool.
16521         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
16522         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
16523         hash_get_n_entries, hash_get_max_bucket_length,
16524         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
16525         hash_rehash): Use size_t rather than unsigned.
16526         * lib/hash.c (struct hash_table, hash_get_n_buckets,
16527         hash_get_n_buckets_used, hash_get_n_entries,
16528         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
16529         hash_get_entries, hash_do_for_each, hash_string, is_prime,
16530         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
16531         Likewise.
16532         (SIZE_MAX): Define if not defined.
16533         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
16534         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
16535         hash_print):
16536         Use const * when possible.
16537         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
16538         (check_tuning): Fix bug: if tuning parameters were very close to
16539         0 or 1, rounding errors could have caused subscript violations.
16540         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
16541         (hash_initialize): Add 'fail:' label
16542         to free table and return NULL, and use it to simplify code.
16543         Use calloc rather than clearing the storage ourself.
16544         (hash_initialize, hash_rehash): Check for arithmetic overflow in
16545         buffer size calculations.
16546         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
16547         Include <stddef.h>, for size_t.
16548         * lib/hash-pjw.c (hash_pjw): Likewise.
16549         Switch to method described by Bruno Haible.
16550         Include <limits.h>, for CHAR_BIT.
16551         (SIZE_BITS): New macro.
16552
16553 2003-10-23  Paul Eggert  <eggert@twinsun.com>
16554
16555         * m4/getline.m4 (AM_FUNC_GETLINE):
16556         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
16557         hosts.  Problem reported by Derek Robert Price in
16558         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
16559         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
16560         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
16561
16562 2003-10-21  Paul Eggert  <eggert@twinsun.com>
16563
16564         * lib/getndelim2.c (getndelim2): When size calculation overflows,
16565         ceiling the allocation at NMAX bytes rather than silently
16566         discarding input bytes before NMAX is reached.  This makes
16567         a difference only if NMAX exceeds SIZE_MAX / 2.
16568
16569         * lib/obstack.c: Merge from glibc.
16570         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
16571         Add libc_hidden_def (_obstack_newchunk).
16572         (_obstack_free) [! defined _LIBC]: Remove.
16573         [defined _LIBC]: Make a strong alias from obstack_free, rather than
16574         a clone of the function body.
16575         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
16576         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
16577
16578         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
16579         glibc.
16580         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
16581         arg to memcpy.
16582
16583         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
16584         (obstack_ptr_grow_fast, obstack_int_grow_fast):
16585         Don't use lvalue casts, as GCC plans to remove support for them
16586         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
16587         was also present in the non-GCC version, indicating that this
16588         code had always been buggy and had never been widely used.
16589         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
16590         Use the fast variant of each macro, rather than copying the
16591         definiens of the fast variant; that way, we'll be more likely to
16592         catch future bugs in the fast variants.
16593
16594 2003-10-20  Bruno Haible  <bruno@clisp.org>
16595
16596         * modules/wait-process: New file.
16597         * MODULES.html.sh (func_all_modules): Add wait-process.
16598
16599 2003-10-20  Bruno Haible  <bruno@clisp.org>
16600
16601         * m4/wait-process.m4: New file.
16602
16603 2003-10-20  Bruno Haible  <bruno@clisp.org>
16604
16605         * lib/wait-process.h: New file, from GNU gettext.
16606         * lib/wait-process.c: New file, from GNU gettext.
16607
16608 2003-10-19  Jim Meyering  <jim@meyering.net>
16609
16610         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
16611         HPUX 10.20.
16612
16613 2003-10-18  Karl Berry  <karl@gnu.org>
16614
16615         * config/config.guess: update from config.
16616
16617 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16618
16619         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
16620         (getgroups): First arg is int, not size_t.
16621         Don't let 'free' mangle errno.
16622
16623 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16624
16625         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
16626
16627 2003-10-16  Karl Berry  <karl@gnu.org>
16628
16629         * config/config.{guess,sub}: update from config.
16630
16631 2003-10-16  Jim Meyering  <jim@meyering.net>
16632
16633         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
16634         memcpy.
16635
16636 2003-10-15  Paul Eggert  <eggert@twinsun.com>
16637
16638         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
16639         (SIZE_MAX): Remove.
16640         (new_exclude, add_exclude_file): Initial size no longer needs to
16641         be a power of 2.
16642         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
16643         our own address arithmetic overflow checking.
16644
16645         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
16646         (fnmatch): Do not alloca more than 2000 wide characters;
16647         instead, use malloc for large buffers.
16648         Check for address arithmetic overflow, and return -1
16649         with errno set to ENOMEM in that case.
16650         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
16651         (NEW_PATTERN): Do not alloca more than 8000 bytes;
16652         instead, return -1.  Check for address arithmetic overflow.
16653
16654 2003-10-14  Paul Eggert  <eggert@twinsun.com>
16655
16656         Handle invalid suffixes and overflow independently, so that
16657         callers can treat them independently as needed.  Fix some bugs in
16658         suffix handling, e.g., "100k@" was not diagnosed as an invalid
16659         suffix for a human-readable blocksize.  The major caller-visible
16660         change is the addition of a new
16661         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
16662         that both overflow and suffix chars were found.
16663
16664         * lib/human.c (humblock): Don't check separately for invalid suffix
16665         char; that is xstrtoumax's job (now that its bug is fixed).
16666         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
16667         INTMAX_MAX]: New macros.
16668         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
16669         TYPE_MAXIMUM): New macros.
16670         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
16671         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
16672         if overflow occurs, as it's what __strtol does and it's more useful
16673         in practice.
16674         (__xstrtol): If __strtol reports some error other than ERANGE,
16675         reflect it to the caller as LONGINT_INVALID.  If it reports
16676         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
16677         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
16678         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
16679         value.
16680         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
16681         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
16682         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
16683         [defined UINTMAX_MAX]: New macros.
16684
16685 2003-10-14  Bruno Haible  <bruno@clisp.org>
16686
16687         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
16688
16689 2003-10-14  Bruno Haible  <bruno@clisp.org>
16690
16691         * m4/sig_atomic_t: New file, from GNU gettext.
16692         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
16693
16694 2003-10-14  Bruno Haible  <bruno@clisp.org>
16695
16696         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
16697         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
16698         Also use volatile where needed.
16699
16700 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16701
16702         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
16703         Change maintainer from Bruno Haible to 'all'.
16704
16705 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16706
16707         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
16708
16709 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16710
16711         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
16712         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
16713         and define in terms of the other primitives.
16714         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
16715         (SIZE_MAX): Define if not already defined.
16716         (array_size_overflow): New function.
16717         (xalloc_die): Abort instead of exiting if 'error' returns.
16718         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
16719         (xmalloc, xrealloc): Use them.
16720         (xcalloc): Check for address arithmetic overflow.
16721         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
16722         a bit faster than strcpy.
16723
16724 2003-10-10  Simon Josefsson  <jas@extundo.com>
16725
16726         * modules/argp (Depends-on): Add restrict and strcase.
16727
16728 2003-10-10  Simon Josefsson  <jas@extundo.com>
16729
16730         * m4/argp.m4: Add AC_C_INLINE.
16731
16732 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16733
16734         Merge getpass from libc, plus a few fixes.
16735
16736         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
16737         Include <stdbool.h>.
16738         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
16739         __fsetlocking to empty.
16740         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
16741         do include <bits/libc-lock.h>.
16742         Do not include <fcntl.h>; not needed.
16743         [_LIBC]: Include <wchar.h>.
16744         (NOTCANCEL_MODE): New macro.
16745         (flockfile, funlockfile) [_LIBC]: New macros.
16746         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
16747         [!_LIBC]: New macros.
16748         (call_fclose): New function.
16749         (getpass): Use it.  Save tty stream separately; this simplifies the
16750         code and makes it more reliable if stdin happens to equal stdout.
16751         Invoke __fsetlocking on tty.
16752         Handle thread cancellation if needed.
16753         Namespace cleanup (use __tcgetattr, __getline).
16754         Use bool for Booleans.
16755         [USE_IN_LIBIO]: Handle wide streams.
16756         [!_LIBC]: Unconditionally do the fseek, since we don't know what
16757         stream might go where.
16758
16759         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
16760         doesn't have to include <stdio.h> before us.
16761         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
16762         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
16763         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
16764         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
16765         if not declared, so that we can use getpass.c code from libc without
16766         rewriting it.
16767         (flockfile, ftrylockfile, funlockfile): New macros.
16768
16769 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16770
16771         * modules/getpass: Depend on stdbool.
16772
16773 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16774
16775         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
16776
16777 2003-10-07  Karl Berry  <karl@gnu.org>
16778
16779         * config/config.{guess,sub}: update from config.
16780
16781 2003-10-06  Jim Meyering  <jim@meyering.net>
16782             Bruno Haible  <bruno@clisp.org>
16783
16784         This lets translators provide better translations for the
16785         "Written by ..." part of --version output.
16786         * lib/version-etc.h: Include stdarg.h.
16787         (version_etc_copyright): Declare as readonly.
16788         (version_etc): Make this function variadic with a NULL-terminated list
16789         of author name strings.
16790         (version_etc_va): New declaration.
16791         * lib/version-etc.c: Include stdarg.h, stdlib.h.
16792         (version_etc_copyright): Declare as readonly.
16793         (version_etc_va): New function. Provide a different translatable string
16794         for each possible number of authors < 10. Abbreviate when there are 10
16795         authors or more.
16796         (version_etc): Make this function variadic. Call version_etc_va.
16797         Suggestion from Gary V. Vaughan.
16798
16799         * lib/long-options.h (parse_long_options): Change prototype: the
16800         authors string is moved to the end and becomes variadic.
16801         * lib/long-options.c: Include stdarg.h.
16802         (parse_long_options): Make this function variadic, too.
16803         Call version_etc_va, not version_etc.
16804
16805 2003-10-06  Bruno Haible  <bruno@clisp.org>
16806
16807         * modules/version-etc-2: Remove file.
16808         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
16809
16810 2003-10-06  Bruno Haible  <bruno@clisp.org>
16811
16812         * modules/fatal-signal: New file.
16813         * MODULES.html.sh (func_all_modules): Add fatal-signal.
16814
16815 2003-10-06  Bruno Haible  <bruno@clisp.org>
16816
16817         * m4/fatal-signal.m4: New file.
16818         * m4/signalblocking.m4: New file, from GNU gettext.
16819
16820 2003-10-06  Bruno Haible  <bruno@clisp.org>
16821
16822         * lib/version-etc-2.h: Remove file.
16823         * lib/version-etc-2.c: Remove file.
16824
16825 2003-10-06  Bruno Haible  <bruno@clisp.org>
16826
16827         * lib/fatal-signal.h: New file, from GNU gettext.
16828         * lib/fatal-signal.c: New file, from GNU gettext.
16829
16830 2003-10-05  Paul Eggert  <eggert@twinsun.com>
16831
16832         * README: Rework advice for preventing empty .o files.
16833         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
16834         not <sys/types.h>.
16835
16836 2003-10-04  Karl Berry  <karl@gnu.org>
16837
16838         * lib/argp*: update from libc.
16839
16840 2003-10-04  Karl Berry  <karl@gnu.org>
16841
16842         * config/config.{guess,sub}: update from config.
16843
16844 2003-10-02  Bruno Haible  <bruno@clisp.org>
16845
16846         * modules/lchown (Include): Add lchown.h.
16847         * modules/time_r (Include): Use "..." syntax.
16848         * modules/xgetdomainname (Include): Add xgetdomainname.h.
16849
16850 2003-10-01  Simon Josefsson  <jas@extundo.com>
16851
16852         * MODULES.html.sh (func_all_modules): Move gethostname from section
16853         'based on' to section 'lacking' POSIX:2001.
16854
16855 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
16856
16857         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
16858         to output mode on the same stream.
16859
16860 2003-09-29  Paul Eggert  <eggert@twinsun.com>
16861
16862         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
16863         Fix arg typo in previous patch.
16864
16865 2003-09-28  Jim Meyering  <jim@meyering.net>
16866
16867         * lib/error.c: Correct cpp indentation.
16868
16869 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16870
16871         * modules/free: New file.
16872
16873 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16874
16875         * m4/free.m4: New file.
16876
16877 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16878
16879         * lib/minmax.h (MIN, MAX)
16880         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
16881         Omit the special code that used __typeof__, since we worry that
16882         it could be more trouble than it's worth.  See:
16883         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
16884         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
16885
16886         * lib/free.c: New file.
16887
16888 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
16889
16890         Trivial fixes to Makefile.am parts of module listings.
16891         * modules/strstr: Append strstr.h to lib_SOURCES.
16892         * modules/strcase: Likewise, for strcase.h.
16893
16894 2003-09-27  Karl Berry  <karl@gnu.org>
16895
16896         * config/mkinstalldirs: update from automake.
16897
16898 2003-09-26  Paul Eggert  <eggert@twinsun.com>
16899
16900         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
16901         (error_tail): Do not loop, reallocating temporary buffer, since
16902         the output cannot contain more wide characters than the input
16903         contains bytes, the size must be big enough already.  This avoids
16904         one potential size overflow calculation.  Check for size overflow
16905         when calculating temporary buffer size.  Free temporary buffer
16906         when done, if it was allocated with malloc; this plugs a memory
16907         leak.  Remove casts from void * to pointers, that are no longer
16908         needed now that we're assuming C89 or better.
16909
16910         Merge error changes from glibc.
16911
16912         * lib/error.c, error.h: Update copyright notice header to match glibc.
16913         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
16914         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
16915         Disable cancellation while printing error.
16916         * lib/error.h: Prepend __ to parameter names.
16917
16918 2003-09-26  Jim Meyering  <jim@meyering.net>
16919
16920         * lib/error.c (error_tail): Move some declarations
16921         into inner scope where the local variables are used.
16922
16923 2003-09-26  Bruno Haible  <bruno@clisp.org>
16924
16925         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
16926         stpncpy().
16927         Don't define stpncpy through config.h; it's now done through stpncpy.h.
16928
16929 2003-09-26  Bruno Haible  <bruno@clisp.org>
16930
16931         * lib/stpncpy.h (gnu_stpncpy): New declaration.
16932         (stpncpy): Define as alias for gnu_stpncpy.
16933         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
16934
16935 2003-09-25  Simon Josefsson  <jas@extundo.com>
16936
16937         * lib/xgetdomainname.h: New file.
16938         * lib/xgetdomainname.c: New file.
16939
16940 2003-09-25  Simon Josefsson  <jas@extundo.com>
16941             Bruno Haible  <bruno@clisp.org>
16942
16943         * modules/getdomainname: New file.
16944         * modules/xgetdomainname: New file.
16945         * MODULES.html.sh (func_all_modules): Add getdomainname,
16946         xgetdomainname.
16947
16948 2003-09-25  Simon Josefsson  <jas@extundo.com>
16949             Bruno Haible  <bruno@clisp.org>
16950
16951         * m4/getdomainname.m4: New file.
16952
16953 2003-09-25  Simon Josefsson  <jas@extundo.com>
16954             Bruno Haible  <bruno@clisp.org>
16955
16956         * lib/getdomainname.h: New file.
16957         * lib/getdomainname.c: New file.
16958
16959 2003-09-25  Karl Berry  <karl@gnu.org>
16960
16961         * lib/argp-fmtstream.c, argp-help.c: update from libc.
16962
16963 2003-09-25  Karl Berry  <karl@gnu.org>
16964
16965         * config/install-sh: update from automake.
16966
16967 2003-09-25  Bruno Haible  <bruno@clisp.org>
16968
16969         * modules/version-etc-2: New file, from modules/version-etc with
16970         modifications.
16971         * MODULES.html.sh (func_all_modules): Add version-etc-2.
16972
16973 2003-09-25  Bruno Haible  <bruno@clisp.org>
16974
16975         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
16976         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
16977
16978 2003-09-24  Simon Josefsson  <jas@extundo.com>
16979
16980         * modules/xgethostname: Add xgethostname.h.
16981
16982 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16983
16984         * lib/linebuffer.c (freebuffer): Don't free the argument, just
16985         the buffer associated with the argument.  Bug reported by
16986         Simon Josefsson.
16987
16988 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16989
16990         * README: Document assumptions that 'int' is at least 32 bits
16991         wide, that integer arithmetic is 2's complement without overflow,
16992         that there are no holes in integer values, that adding sizes of
16993         two nonoverlapping objects can't overflow, and that all-bits-zero
16994         yields scalar zero.  Fix spelling and capitalization typos.
16995
16996 2003-09-19  Karl Berry  <karl@gnu.org>
16997
16998         * lib/argp.h: update from libc.
16999
17000 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17001
17002         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
17003         to avoid spurious warnings like "AC_RUN_IFELSE was called before
17004         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
17005
17006 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17007
17008         * gnulib-tool: Use "test -h", not "test -L", for portability
17009         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
17010         (tags_regexp): Remove, since \| doesn't conform to POSIX.
17011         (sed_extract_prog): Issue s commands one-by-one, rather than
17012         using \| in one s command.
17013
17014 2003-09-16  Paul Eggert  <eggert@twinsun.com>
17015
17016         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
17017         input error, instead of returning NULL the next time we are called
17018         (and therefore losing track of errno).
17019
17020 2003-09-16  Bruno Haible  <bruno@clisp.org>
17021
17022         * gnulib-tool (func_create_testdir): Warn about duplicated
17023         dependencies.
17024
17025 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17026
17027         * modules/argmatch, modules/fatal, modules/obstack,
17028         modules/xalloc, modules/xgethostname: Sort dependencies by
17029         importance, not alphabetically.
17030
17031 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17032
17033         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
17034         fails, so that the caller gets the proper errno.
17035
17036         * lib/readutmp.c (read_utmp): Likewise.
17037         Check for fstat error.  Close stream and free storage
17038         when failing.
17039
17040 2003-09-14  Karl Berry  <karl@gnu.org>
17041
17042         * config/srclist.txt (strdup.c): disable for c89 changes.
17043
17044 2003-09-14  Jim Meyering  <jim@meyering.net>
17045
17046         * lib/getloadavg.c: Correct cpp indentation.
17047         * lib/strdup.c: Likewise.
17048         * lib/vasnprintf.c: Likewise.
17049
17050 2003-09-14  Bruno Haible  <bruno@clisp.org>
17051
17052         * modules/fwriteerror: New file.
17053         * MODULES.html.sh (func_all_modules): Add fwriteerror.
17054
17055 2003-09-14  Bruno Haible  <bruno@clisp.org>
17056
17057         * lib/fwriteerror.h: New file.
17058         * lib/fwriteerror.c: New file.
17059
17060 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17061
17062         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
17063         modules/xgethostname, modules/xalloc: Depend on exit.
17064
17065 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17066
17067         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
17068
17069         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
17070         and AC_MINIX, too, so that their extensions are available.
17071
17072         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
17073         This macro has been superseded by gl_BACKUPFILE.
17074
17075         More patches to assume C89 or better.
17076
17077         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
17078
17079         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
17080         unconditionally.
17081         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
17082         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
17083         Include <string.h>, <stdlib.h> unconditionally.
17084         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
17085         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
17086         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
17087         headers or for string.h.
17088         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
17089         or strtoul.
17090
17091         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
17092         headers.
17093         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
17094         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17095         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
17096         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
17097         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17098         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
17099         memcpy, memset.
17100         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
17101         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
17102         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
17103         strtol.
17104         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
17105         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
17106         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
17107         strtoul.
17108
17109 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17110
17111         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
17112         * lib/obstack.c [!defined _LIBC]: Likewise.
17113         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
17114         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
17115         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
17116
17117         More changes to assume C89 or better.
17118
17119         * lib/error.c (error_tail): Assume vprintf.
17120
17121         * lib/argmatch.c (getenv): Remove decl.
17122         * lib/progreloc.c (get_full_program_name): Define via prototype.
17123         * lib/setenv.c (clearenv): Likewise.
17124         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
17125         needed.
17126         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
17127         (malloc, memcpy): Remove decls.
17128         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
17129         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
17130         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17131         (memcpy): Remove macro.
17132         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
17133         (__P): Remove.  All uses removed.
17134         (PTR): Remove.  All uses changed to void *.
17135         (CHAR_BIT, NULL): Remove.
17136         (spaces, zeros, memset_space, memset_zero)
17137         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
17138         Remove.
17139         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
17140         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
17141         Define with prototype.
17142         Remove now-unnecessary prototype decl.
17143         (extra_args_spec): Assume ANSI C.  All uses changed.
17144         (extra_args_spec_iso): Remove.
17145         (my_strftime, emacs_strftimeu): Define via prototype.
17146         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
17147         unconditionally.
17148         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
17149         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
17150         (strtoul, strtol): Remove decls.
17151         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
17152         LONG_MAX): Remove.
17153         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17154         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
17155         (LOCALE_PARAM_PROTO): New macro.
17156         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
17157         (INTERNAL (strtol), strtol): Define with a prototype.
17158         (PARAMS): Remove.  All uses removed.
17159         * lib/tempname.c: Include <string.h> unconditionally.
17160         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
17161         * lib/xgethostname.c (main): Define with a prototype.
17162         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
17163         Include <stdlib.h> unconditionally.
17164         (calloc, malloc, realloc, free): Remove decls.
17165         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
17166         Include <stdlib.h> unconditionally.  Sort include file names.
17167         (strtod): Remove.
17168         (xstrtod): Define with a prototype.
17169         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
17170         (strtol, strtoul): Remove decls.
17171
17172 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17173
17174         More patches to assume C89 or better.
17175         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
17176         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
17177         string.h, memchr, STDC_HEADERS.
17178
17179 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17180
17181         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
17182         Include <stdlib.h>, <string.h> unconditionally.
17183         Remove now-unnecessary cast to char *.
17184         * lib/strnlen.c: Include <string.h> unconditionally.
17185         * lib/yesno.c (yesno): Define with a prototype.
17186
17187 2003-09-11  Bruno Haible  <bruno@clisp.org>
17188
17189         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
17190
17191 2003-09-10  Jim Meyering  <jim@meyering.net>
17192
17193         * lib/error.c: Correct indentation of cpp directives.
17194
17195 2003-09-10  Bruno Haible  <bruno@clisp.org>
17196
17197         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
17198         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
17199         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
17200         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
17201         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
17202         <stdlib.h> and <string.h> checks.
17203         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
17204         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
17205
17206 2003-09-10  Bruno Haible  <bruno@clisp.org>
17207
17208         * lib/strcspn.c: Include <string.h> unconditionally.
17209         * lib/strpbrk.c: Include <string.h> unconditionally.
17210         * lib/strstr.c: Include <string.h> unconditionally.
17211         * lib/unicodeio.c: Include <string.h> unconditionally.
17212         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
17213         * lib/unsetenv.c: Likewise.
17214         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
17215         * lib/yesno.c: Include <stdlib.h> unconditionally.
17216         (rpmatch): Add prototype.
17217
17218 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17219
17220         More patches to assume C89 or better.
17221         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
17222         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
17223         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
17224         or for string.h.
17225         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
17226         stdlib.h.
17227         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
17228         C headers.
17229         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
17230         string.h.
17231         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
17232         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
17233         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
17234         or for string.h.
17235         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
17236         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
17237         C headers.
17238         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
17239         memcpy.
17240         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
17241         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
17242         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
17243         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
17244         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
17245         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
17246         string.h, free.
17247         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
17248         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
17249         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
17250         C headers, or for string.h.
17251         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
17252         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
17253         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
17254         headers, memory.h, stdlib.h, string.h, strings.h.
17255         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
17256         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
17257         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
17258         strchr.
17259         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
17260         headers, memory.h, string.h.
17261         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
17262         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
17263         free.
17264         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
17265         headers.
17266         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
17267         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
17268         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
17269         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
17270         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
17271
17272 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17273
17274         More K&R removal.
17275
17276         * lib/acosl.c (main): Use a prototype.
17277         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
17278         tanl.c: Likewise.
17279
17280         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
17281
17282         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
17283         (getopt, etopt_long, getopt_long_only, _getopt_internal)
17284         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
17285         with a prototype.
17286         * lib/getopt.c (const): Remove macro.
17287         Include <string.h> unconditionally.
17288         (my_index): Remove; all uses changed to strchr.
17289         (strlen): Remove decl.
17290         (exchange): Remove forward decl; no longer needed.
17291         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
17292         Define with prototype.
17293         * lib/getopt1.c (const): Remove macro.
17294         (getopt_long, getopt_long_only, main): Define with prototype.
17295
17296         * lib/getugroups.c: Include <string.h> unconditionally.
17297
17298         * lib/getusershell.c: Include <stdlib.h> unconditionally.
17299         (getusershell, setusershell, endusershell, readname, main):
17300         Define with prototypes.
17301
17302         * lib/group-member.c: Include group-member.h first.
17303         Include <stdlib.h> unconditionally.
17304
17305         * lib/hard-locale.c: Include hard-locale.h first.
17306         Include <stdlib.h>, <string.h> unconditionally.
17307
17308         * lib/hash.c (free, malloc): Remove decls.
17309         Include <stdlib.h> unconditionally.
17310
17311         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
17312         (getenv): Do not declare.
17313
17314         * lib/idcache.c: Include <string.h> unconditionally.
17315
17316         * lib/long-options.c: Include long-options.h first, to test interface.
17317         Include <stdlib.h> unconditionally.
17318
17319         * lib/makepath.c: Include makepath.h first, to test interface.
17320         Include <stdlib.h> and <string.h> unconditionally.
17321
17322         * lib/linebuffer.c: Include <stdlib.h>.
17323         (free): Remove decl.
17324
17325         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
17326         stddef.h. rpl_malloc returns void *, not char *.
17327         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
17328         prototype.
17329
17330         * lib/md5.h: Include <limits.h> unconditionally.
17331         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
17332         (__P): Remove; all uses removed.
17333         * lib/md5.c: Include "md5.h" first.
17334         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
17335         md5_buffer, md5_process_bytes, md5_process_block):
17336         Define with prototypes.
17337         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
17338         * lib/sha.c: Include "sha.h" first.
17339         Include <stdlib.h>, <string.h> unconditionally.
17340
17341         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
17342         * lib/memcmp.c (__ptr_t): Likewise.
17343         * lib/memrchr.c (__ptr_t): Likewise.
17344         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
17345         Include <string.h> unconditionally.
17346         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
17347         * lib/memchr.c: Include <stdlib.h> unconditionally.
17348         * lib/memchr.c (LONG_MAX): Remove.
17349         * lib/memrchr.c (LONG_MAX): Likewise.
17350         * lib/memchr.c (__memchr): Define via a prototype.
17351         * lib/memrchr.c (__memrchr): Likewise.
17352         * lib/memcmp.c (__P): Remove, and remove all uses.
17353         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
17354         Remove forward decls; no longer needed.
17355         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
17356         Use types required by C89 in prototype.
17357
17358         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
17359         * lib/savedir.c: Likewise.
17360         * lib/mkdir.c (free): Remove decl.
17361         * lib/rmdir.c (rmdir): Define with a prototype.
17362         * lib/savedir.c: Include savedir.h first, to test interface.
17363
17364         * lib/mktime.c (STDC_HEADERS): Remove.
17365         Include <stdlib.h>, <string.h> unconditionally.
17366
17367         * lib/modechange.c: Include <stdlib.h> unconditionally.
17368         (malloc): Remove decl.
17369
17370         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
17371         (free): Remove decl.
17372
17373         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
17374         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
17375         (This type really should be intptr_t, but that's a C99ism.)
17376         (_obstack_memcpy): Remove: all uses changed to memcpy.
17377         Include <string.h> unconditionally.
17378         (struct obstack): Assume __STDC__ for types of members
17379         chunkfun, freefun, extra_arg.
17380         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
17381         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
17382         obstack_begin, obstack_specify_allocation,
17383         obstack_specify_allocation_with_arg, obstack_chunkfun,
17384         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
17385         Remove unprototyped decls and the macros that use them.
17386         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
17387         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
17388         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
17389         (defined __STDC__ && __STDC__)]:
17390         Remove nonprototyped code.
17391         Include <stdlib.h> unconditionally.
17392         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
17393         _obstack_allocated_p, _obstack_free, obstack_free,
17394         _obstack_memory_used, print_and_abort):
17395         Define using prototypes.
17396         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
17397         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
17398         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
17399         obstack_next_free, obstack_object_size, obstack_room) [0]:
17400         Remove unused, unprototyped code.
17401
17402         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
17403
17404         * lib/physmem.c (physmem_total, physmem_available, main): Define
17405         with prototypes.
17406
17407         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
17408         (main): Define with a prototype.
17409
17410         * lib/posixver.c (getenv): Remove decl.
17411
17412         * lib/putenv.c (malloc): Returns void *, not char *.
17413         Include <string.h> unconditionally.
17414         (strchr, memcpy, NULL): Do not define.
17415
17416         * lib/readtokens.c: Include readtokens.h first, to test interface.
17417         Include <stdlib.h>, <string.h> unconditionally.
17418         (init_tokenbuffer): Define with a prototype.
17419
17420         * lib/regex.c (PARAMS): Remove.  All uses removed.
17421         All uses of _RE_ARGS removed, too.
17422         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17423         unconditionally.
17424         (bzero): Assume memset exists.
17425         (memcmp, memcpy, NULL): Remove.
17426         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
17427         char, or assignments to local vars of type signed char.
17428         (init_syntax_once, PREFIX(extract_number_and_incr),
17429         PREFIX(print_partial_compiled_pattern),
17430         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
17431         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
17432         PREFIX(regex_grow_registers), PREFIX(regex_compile),
17433         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
17434         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
17435         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
17436         wcs_compile_range, byte_compile_range, truncate_wchar,
17437         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
17438         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
17439         count_mbs_length, wcs_re_match_2_internal,
17440         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
17441         PREFIX(alt_match_null_string_p),
17442         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
17443         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
17444         regfree, PREFIX(extract_number)): Define with prototype.  Remove
17445         now-unnecessary declaration, if any.
17446         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
17447         regcomp, regexec):
17448         Remove now-unnecessary casts among pointer types.
17449         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
17450
17451         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
17452         (free): Remove decl.
17453
17454         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
17455
17456         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
17457         (free): Remove decl.
17458
17459         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
17460         * lib/xgetcwd.c: Likewise.
17461
17462         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
17463         (free): Remove decl.
17464
17465         * lib/strchrnul.c (strchrnul): Define with a prototype.
17466         Fix bug: c_in was not converted to char before searching.
17467
17468         The following changes are not K&R related:
17469
17470         * lib/group-member.h: Include <sys/types.h>, so that this file is
17471         self-contained.
17472         * lib/makepath.h: Likewise.
17473
17474         * lib/getusershell.c (readname, default_index, line_size, readname):
17475         Use size_t, not int, for sizes.
17476         (readname): If the size overflows, report an error instead of
17477         looping forever.
17478
17479 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17480
17481         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
17482         libc.
17483
17484 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17485
17486         * README: New section: portability guidelines.
17487
17488 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17489
17490         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
17491         C89 spec.
17492
17493 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17494
17495         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
17496
17497 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17498
17499         Assume C89 or better; remove K&R cruft.
17500         A few of these changes were first proposed by Derek Robert Price
17501         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
17502
17503         * lib/addext.c: Include <string.h> unconditionally.
17504         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
17505         Don't declare getenv or malloc.
17506
17507         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
17508         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
17509         (NULL): Remove.
17510         (find_stack_direction, alloca): Use prototypes.
17511
17512         * lib/atexit.c (atexit): Define using a prototype.
17513
17514         * lib/basename.c, dirname.c, stripslash.c:
17515         Include <string.h> unconditionally.
17516
17517         * lib/bcopy.c: Include <stddef.h>.
17518         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
17519
17520         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
17521
17522         * lib/error.h (error, error_at_line, error_print_progname)
17523         [! (defined (__STDC__) && __STDC__)]: Remove decls.
17524         * lib/error.c: Include error.h first, to check interface.
17525         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17526         (VA_START): Remove; all uses changeed to va_start.
17527         (exit, strerror): Remove decls.
17528         (error_print_progname): Prototype uncondionally.
17529         Don't include <errno.h>; no longer needed.
17530         (private_strerror): Remove.
17531         (error_tail): Always define.
17532         (error, error_at_line): Assume C89 or better; always use prototypes.
17533         * lib/fatal.c: Include "fatal.h" first, to test interface.
17534         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17535         (VA_START): Remove; all uses changed to va_start.
17536         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
17537         this case.
17538         (exit): Remove decl.
17539         (fatal): Prototype unconditionally.  Assume va_start works.
17540         Abort at end, to pacify gcc.
17541
17542         * lib/euidaccess.c (main): Define with a prototype.
17543
17544         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
17545
17546         * lib/exitfail.c: Include <stdlib.h> unconditionally.
17547
17548         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
17549         prototypes.
17550         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
17551         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
17552         (getenv): Remove decl.
17553         (fnmatch): Define using a prototype.
17554         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
17555         (FCT): Define using a prototype.
17556
17557         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
17558
17559         * lib/gethostname.c: Include <stddef.h>.
17560         (gethostname): Define with prototype.  Length is size_t, not int.
17561
17562 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17563
17564         Assume C89 or better; remove K&R cruft.
17565         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
17566         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
17567         string.h, getenv, malloc.
17568         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
17569         headers.
17570         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
17571         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
17572         do not check for strerror.
17573         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
17574         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
17575         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
17576         do not check for doprnt or vprintf.
17577         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
17578         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
17579
17580 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17581
17582         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
17583         getversion.c should have been removed then, but was accidentally
17584         preserved.
17585
17586         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
17587         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
17588
17589 2003-09-08  Karl Berry  <karl@gnu.org>
17590
17591         * config/config.sub, config.guess, srclistvars.sh: update from savannah
17592                 config, forget about prep.
17593
17594         * config/depcomp, missing: update from automake.
17595
17596 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17597
17598         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
17599         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17600
17601 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17602
17603         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
17604         copy_tm_result.  Bug reported by Simon Josefsson in
17605         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17606
17607 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17608
17609         * m4/time_r.m4: New file.
17610         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
17611         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
17612         is. Check for timegm declaration.
17613         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
17614         Do not check for gmtime_r.
17615         Replace mktime if __mktime_internal does not exist and if mktime
17616         hasn't been replaced already.
17617
17618 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17619
17620         * lib/time_r.c, lib/time_r.h: New files.
17621
17622         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
17623         __localtime_r.
17624         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
17625         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
17626
17627         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
17628         __gmtime_r.
17629         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
17630         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
17631         Include <time_r.h>.
17632
17633         * lib/timegm.c: Switch to glibc implementation, with the following
17634         changes:
17635         [defined HAVE_CONFIG_H]: Include <config.h>.
17636         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
17637         (__mktime_internal) [!defined _LIBC]: New decl.
17638         (__gmtime_r) [!defined _LIBC]: New macro and function.
17639         (timegm): Use a prototype, since gnulib assumes C89.
17640         Do not bother declaring tmp to be const, as it's not really usefu.
17641         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
17642         (timegm): Declare only if HAVE_DECL_TIMEGM.
17643
17644 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17645
17646         * MODULES.html.sh (func_all_modules): Add time_r.
17647         * modules/time_r: New file.
17648         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
17649         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
17650
17651 2003-09-03  Paul Eggert  <eggert@twinsun.com>
17652
17653         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
17654         Bug reported by Lute Kamstra in
17655         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
17656
17657         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
17658         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
17659         course with correspondingly smaller numbers for tomorrow and
17660         yesterday.  From Tadayoshi Funaba.  Originally installed into
17661         sh-utils on 1999-08-07, but the patch got lost (I guess during the
17662         coreutils merge?).
17663
17664 2003-08-31  Simon Josefsson  <jas@extundo.com>
17665
17666         * modules/timegm: New file.
17667         * MODULES.html.sh (func_all_modules): Add timegm.
17668
17669 2003-08-31  Simon Josefsson  <jas@extundo.com>
17670
17671         * m4/timegm.m4: New file.
17672
17673 2003-08-31  Simon Josefsson  <jas@extundo.com>
17674
17675         * lib/timegm.h: New file.
17676         * lib/timegm.c: New file.  Based on
17677         wget-1.8.2/src/http.c:mktime_from_utc.
17678
17679 2003-08-31  Karl Berry  <karl@gnu.org>
17680
17681         * lib/argp.h: update from libc.
17682
17683 2003-08-28  Bruno Haible  <bruno@clisp.org>
17684
17685         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
17686         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
17687         followed by '#define fnmatch fnmatch_posix' gives an error.
17688
17689 2003-08-28  Bruno Haible  <bruno@clisp.org>
17690
17691         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
17692         warning on QNX, which defines O_BINARY to 000000.
17693
17694 2003-08-27  Jim Meyering  <jim@meyering.net>
17695
17696         * m4/mkstemp.m4: Require that the system mkstemp be able to create
17697         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
17698         would fail after 32.  Reported by Danny Levinson.  Details here:
17699         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
17700
17701 2003-08-24  Bruno Haible  <bruno@clisp.org>
17702
17703         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
17704         MSVC7 <stdio.h> is included later.
17705
17706 2003-08-22  Simon Josefsson  <jas@extundo.com>
17707
17708         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
17709
17710 2003-08-20  Karl Berry  <karl@gnu.org>
17711
17712         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
17713
17714 2003-08-20  Bruno Haible  <bruno@clisp.org>
17715
17716         * modules/progname: New file.
17717         * MODULES.html.sh (func_all_modules): Add progname.
17718
17719 2003-08-20  Bruno Haible  <bruno@clisp.org>
17720
17721         * lib/progname.h: New file, from GNU gettext.
17722         * lib/progname.c: New file, from GNU gettext.
17723         * lib/progreloc.c: New file, from GNU gettext.
17724
17725 2003-08-19  Jim Meyering  <jim@meyering.net>
17726
17727         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
17728         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
17729
17730 2003-08-19  Bruno Haible  <bruno@clisp.org>
17731
17732         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
17733         more.
17734
17735 2003-08-19  Bruno Haible  <bruno@clisp.org>
17736
17737         * lib/xstrdup.c: Assume <string.h> exists.
17738
17739 2003-08-18  Paul Eggert  <eggert@twinsun.com>
17740
17741         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
17742         in makefile rules.
17743
17744 2003-08-18  Jim Meyering  <jim@meyering.net>
17745
17746         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
17747         * m4/lib-ld.m4: Likewise.
17748
17749 2003-08-18  Jim Meyering  <jim@meyering.net>
17750
17751         * lib/setenv.h: Indent nested cpp directive.
17752         * lib/vasnprintf.c: Remove trailing blanks.
17753
17754 2003-08-17  Simon Josefsson  <jas@extundo.com>
17755
17756         * modules/xstrndup: New file.
17757         * MODULES.html.sh (func_all_modules): Add xstrndup.
17758
17759 2003-08-17  Simon Josefsson  <jas@extundo.com>
17760
17761         * modules/argp: Fix autoconf macro name. Add more dependencies.
17762
17763 2003-08-17  Simon Josefsson  <jas@extundo.com>
17764
17765         * m4/xstrndup.m4: New file.
17766
17767 2003-08-17  Simon Josefsson  <jas@extundo.com>
17768
17769         * m4/argp.m4: New file.
17770
17771 2003-08-17  Simon Josefsson  <jas@extundo.com>
17772             Bruno Haible  <bruno@clisp.org>
17773
17774         * lib/xstrndup.h: New file.
17775         * lib/xstrndup.c: New file.
17776
17777 2003-08-17  Bruno Haible  <bruno@clisp.org>
17778
17779         * modules/strndup (Files, Include): Add lib/strndup.h.
17780
17781 2003-08-17  Bruno Haible  <bruno@clisp.org>
17782
17783         * modules/euidaccess (Files): Add lib/euidaccess.h.
17784
17785 2003-08-17  Bruno Haible  <bruno@clisp.org>
17786
17787         * lib/strndup.h: New file.
17788
17789 2003-08-17  Bruno Haible  <bruno@clisp.org>
17790
17791         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
17792         like AC_GNU_SOURCE.
17793         * modules/extensions (configure.ac): Comment out the invocation of
17794         gl_USE_SYSTEM_EXTENSIONS.
17795
17796 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17797
17798         Merges from coreutils, etc.
17799         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
17800         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
17801         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
17802         fixing a typo.
17803         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
17804         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
17805
17806 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17807
17808         Document merge from coreutils.
17809         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
17810         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
17811         * modules/utime: Add m4/utimes-null.m4.
17812
17813 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17814
17815         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
17816         space, undoing this 2003-08-12 change:
17817         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17818
17819 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17820
17821         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
17822         strtoul.c from libc, undoing this 2003-08-12 change:
17823         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17824
17825 2003-08-16  Jim Meyering  <jim@meyering.net>
17826
17827         Merges from coreutils.
17828         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
17829         prefix.  Adjust cache variables similarly.  Create 500 rather than
17830         just 300 files, to exercise bug on Darwin6.5, too.
17831         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
17832         $missing_dir.
17833         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
17834         AM_SYS_POSIX_TERMIOS.
17835         Reported by mkc@mathdogs.com.
17836         Also change use of $am_cv_sys_posix_termios
17837         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
17838         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
17839         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
17840         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
17841         in /proc/mounts until it finds one with matching device number.  This
17842         is unnecessary when the FILE argument *is* a mount point.  No stat call
17843         is necessary in that case.  So, disable the statvfs-testing code on
17844         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
17845         as RedHat bug# 84846.
17846         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17847         to 1MB, so as not to render systems with no stack size limit (e.g.,
17848         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17849         Include <unistd.h>.  On some systems,
17850         it is required for the definition of _SC_PAGESIZE.
17851
17852 2003-08-16  Jim Meyering  <jim@meyering.net>
17853
17854         Merge from coreutils.
17855         * lib/xstrtoimax.c: #else #if -> #elif.
17856         * lib/xstrtoumax.c: Likewise.
17857
17858 2003-08-16  Jim Meyering  <jim@meyering.net>
17859
17860         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
17861         * m4/utimes.m4: Removed.
17862         * m4/utimes-null.m4: Renamed from utimes.m4.
17863
17864         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17865         to 1MB, so as not to render systems with no stack size limit (e.g.,
17866         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17867         Include <unistd.h>.  On some systems,
17868         it is required for the definition of _SC_PAGESIZE.
17869
17870 2003-08-16  Jim Meyering  <jim@meyering.net>
17871         and Paul Eggert  <eggert@cs.ucla.edu>
17872
17873         Merges from coreutils, etc.
17874
17875         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
17876         using the latest version from cvs.  This avoids problems with #line
17877         directives using a vendor (Sun) compiler.
17878         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
17879         Don't set GETGROUPS_LIB here; now it's
17880         done via getgroups.m4's wrapper function.
17881         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
17882         rather than just in sh-util/configure.in, so that the
17883         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
17884         same.
17885         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
17886         AC_FUNC_GETLOADAVG where to find getloadavg.c.
17887         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
17888         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
17889         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
17890         Remove code that is now done by the newly-required macros.
17891         Append $(EXEEXT) to DF_PROG.
17892         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
17893         Do not invoke or require the following here,
17894         since prereq.m4 or some gnulib .m4 now does this for us:
17895         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
17896         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
17897         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
17898         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
17899         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
17900         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
17901         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
17902         AC_FUNC_OBSTACK.
17903         Do not replace the following functions, as this is now the job
17904         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
17905         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
17906         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
17907         atexit getpass, strdup, getpagesize.
17908         Replace 'raise'.
17909         Do not check for the following functions, as this is now the job
17910         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
17911         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
17912         setregid.
17913         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
17914         Check for sys/sysctl.h.
17915         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
17916         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
17917         of checking for ssize_t ourselves.
17918
17919         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
17920         Require every macro that gnulib/modules/* suggests for us.
17921         (jm_PREREQ_ADDEXT): New macro.
17922         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
17923         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
17924
17925         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
17926         (gl_PHYSMEM): Use it.
17927         Also check for `table' function.
17928         Check for new headers and functions.
17929         Add check for sys/sysmp.h.
17930         With suggestions from Kaveh Ghazi.
17931         Ignore headers that are present but cannot be compiled.  This
17932         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
17933         C 5.4.
17934
17935 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17936
17937         Document merge from coreutils.
17938         * modules/userspec: Depend on posixver.
17939         * modules/strftime: Depend on tzset.
17940
17941 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17942
17943         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
17944         rather than tab, after '#' in shell-script copyright notices.
17945         Suggested by Bruno Haible.
17946
17947 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17948
17949         * config/srclist-update: Use three spaces, rather than tab, after '#'
17950         in shell-script copyright notices.  Suggested by Bruno Haible.
17951         Remove unnecessary parenthesization in regular expression.
17952
17953 2003-08-15  Jim Meyering  <jim@meyering.net>
17954
17955         Merge from coreutils.
17956         * lib/xgethostname.c: Include <stdlib.h>.
17957         (xghostname): Don't exit for anything other than memory-related
17958         failure; just return NULL.
17959         * lib/userspec.c: Include "posixver.h".
17960         (parse_user_spec): Accept `.' as a separator only
17961         in pre-POSIX-200112 mode.
17962         * lib/strtoimax.c: Use #elif rather than #else #if.
17963         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
17964         Remove function, now that we can rely on a working tzset function.
17965         [!_LIBC]: Ensure that the required autoconf test has been run.
17966         [!defined _NL_CURRENT && HAVE_STRFTIME]:
17967         Use underlying_strftime for %r.
17968         * lib/sha.c: Merge in some clean-up and optimization changes from
17969         glibc.
17970         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
17971         Ensure that it is a multiple of 64.
17972         Rearrange loop exit tests so as to avoid performing an
17973         additional fread after encountering an error or EOF.
17974         * lib/realloc.c: Update copyright date.
17975
17976 2003-08-15  Jim Meyering  <jim@meyering.net>
17977         and Paul Eggert  <eggert@twinsun.com>
17978
17979         Merge from coreutils.
17980         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
17981         member but strut utmpx does not.  Needed for AIX 4.3.3.
17982         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
17983
17984 2003-08-15  Jim Meyering  <jim@meyering.net>
17985         and Paul Eggert  <eggert@cs.ucla.edu>
17986
17987         Merges from coreutils, etc.
17988         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
17989         Require gl_FUNC_TZSET_CLOBBER.
17990         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
17991         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
17992         members.
17993
17994 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17995
17996         Help the merge from coreutils.
17997         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
17998         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
17999         * m4/tzset.m4: Use it too.
18000
18001 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18002
18003         * modules/tzset: New file.
18004
18005 2003-08-14  Jim Meyering  <jim@meyering.net>
18006
18007         Merges from coreutils.
18008         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
18009         variable names, rather than @FNMATCH_H@.
18010         * modules/alloca: Likewise for $(ALLOCA_H).
18011
18012         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
18013         the three copies of the literal target, `fnmatch.h'.
18014         * modules/alloca (alloca.h): Likewise.
18015
18016 2003-08-14  Jim Meyering  <jim@meyering.net>
18017
18018         Merge from coreutils.
18019         * m4/tzset.m4: New file.
18020         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
18021         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
18022         otherwise, AIX 5.1 systems would end up using the latter.
18023         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
18024         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
18025         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
18026         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
18027
18028 2003-08-14  Jim Meyering  <jim@meyering.net>
18029
18030         Merge from coreutils.
18031         * lib/obstack.h: Whitespace changes.
18032         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
18033         and xcalloc return values.
18034         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
18035         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
18036         hang on OSF/1 5.1 for DIR on both local and remote file systems.
18037         Reported by (and fix confirmed by) Nelson H. F. Beebe.
18038         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18039         error from mntctl.
18040         Use mntctl's return value to drive the entry-processing loop, since
18041         we can't rely on the value of the vmt_length member in the last
18042         entry.  On some systems doing so could result in exhausting
18043         virtual memory.  Based in part on a patch from Mike Jetzer.
18044
18045 2003-08-14  Jim Meyering  <jim@meyering.net>
18046         and Paul Eggert  <eggert@twinsun.com>
18047
18048         Merges from coreutils, plus other fixes.
18049         * lib/physmem.c: Merge in portability changes from gcc/libiberty
18050         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
18051         for credits and details.  Thanks to Kaveh Ghazi for helping
18052         to keep these files in sync.
18053         (ARRAY_SIZE): Define it.
18054         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
18055         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
18056         (memcasecmp): Don't assume size_t fits in unsigned int.
18057         Remove casts and duplicate code.
18058         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
18059         (memcpy): Remove definition.
18060         Merge in some clean-up and optimization changes from glibc.
18061         [BLOCKSIZE]: Move definition to top of file.
18062         Ensure that it is a multiple of 64.
18063         Rearrange loop exit tests so as to avoid performing an
18064         additional fread after encountering an error or EOF.
18065         * lib/md5.h (md5_uintptr): Define.
18066         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
18067         return to the initial working directory.  Preserve errno
18068         for caller.
18069         * lib/idcache.c: Include "xalloc.h".
18070         (xmalloc, xrealloc): Remove decls.
18071         (getuser): Remove casts no longer required in C89.
18072         * lib/human.c: Include stdio.h, for sprintf.
18073         * lib/group-member.c: Include "xalloc.h".
18074         (xmalloc, xrealloc): Remove decls.
18075         (get_group_info): Remove casts no longer required in C89.
18076         * lib/getusershell.c (readname): Remove casts no longer required in
18077         C89.
18078         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
18079         * lib/getline.c: Whitespace fix, from coreutils.
18080
18081 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18082
18083         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
18084         Check for isascii.
18085
18086         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18087         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18088         Undo previous (whitespace-only) change.
18089
18090 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18091
18092         * lib/exclude.c: Include <ctype.h>
18093         (IN_CTYPE_DOMAIN): New macro.
18094         (is_space): New fn.
18095         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
18096         and empty lines.
18097
18098         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18099         Undo previous (whitespace-only) change.
18100
18101 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18102
18103         * config/srclist-update: Change update back to the old behavior,
18104         leaving whitespace alone.  Use one 'sed' command rather than a
18105         pipeline.
18106         (fixlicense): Now a variable, not a function.
18107         (remove_trailing_blanks): Remove.
18108         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
18109         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18110         Undo previous (whitespace-only) change.
18111
18112 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18113
18114         Merge from coreutils.
18115         * modules/euidaccess: Add lib_SOURCES, include for new
18116         file euidaccess.h
18117
18118 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18119
18120         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18121         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18122         Normalize leading white space and remove trailing white space.
18123
18124         Merge from coreutils
18125         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
18126
18127         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
18128         0.12.1.  These files are now being upgraded automatically by
18129         ../config/srclist-update.
18130
18131 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18132
18133         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18134         Normalize leading white space and remove trailing white space.
18135         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
18136         notice, as per ../config/srclist-update.
18137
18138         Merge from coreutils.
18139         * lib/euidaccess.h: New file.
18140         * lib/euidaccess.c: Include it.
18141         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
18142         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
18143         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
18144
18145 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18146
18147         * config/srclist-update: Add copyright notice.
18148         (remove_id_lines, remove_trailing_blanks): New constants.
18149         (fixfile): Use them to normalize spacing a bit in copied files.
18150         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18151         Normalize leading white space and remove trailing white space.
18152
18153         * config/texinfo.tex: Sync with texinfo.
18154
18155         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
18156         strtoul.c from libc, to merge coreutils whitespace changes.
18157
18158         * config/srclist.txt: Get the following m4 files from gettext:
18159         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
18160         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
18161         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
18162         wint_t.m4.
18163
18164 2003-08-12  Karl Berry  <karl@gnu.org>
18165
18166         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
18167         been made.
18168
18169 2003-08-11  Paul Eggert  <eggert@twinsun.com>
18170
18171         * modules/gnu-source, m4/gnu-source.m4:
18172         Remove; we're assuming Autoconf 2.54 or later now.
18173         Suggested by Bruno Haible.
18174         * MODULES.html.sh (func_all_modules): Remove gnu-source.
18175
18176 2003-08-11  Bruno Haible  <bruno@clisp.org>
18177
18178         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
18179
18180 2003-08-11  Bruno Haible  <bruno@clisp.org>
18181
18182         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
18183         (vasnprintf): Use it instead of wcslen.
18184
18185 2003-08-11  Bruno Haible  <bruno@clisp.org>
18186
18187         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
18188         value to ensure that _Bool promotes to int. Use #define for _Bool when
18189         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
18190
18191 2003-08-10  Karl Berry  <karl@gnu.org>
18192
18193         * lib/regex.h: update from libc (whitespace fix).
18194
18195 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18196
18197         Merge some files from coreutils.  These changes were
18198         originally made by Jim Meyering.
18199         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
18200         many older Unixes require this.
18201         * lib/alloca.c (alloca): Remove cast to argument of free;
18202         no longer needed in C89.
18203         * lib/alloca_.h, regex.h: Fix white space to match
18204         what GNU indent does.
18205
18206 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18207
18208         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
18209         apparently Emacs's Unicode mode got confused before my 2003-08-05
18210         checkin.
18211
18212 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18213
18214         * m4/extensions.m4: New file.
18215         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
18216         Require gl_USE_SYSTEM_EXTENSIONS.
18217         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
18218         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
18219
18220 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18221
18222         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
18223         * modules/extensions, modules/gnu-source: New files.
18224         * modules/timespec, modules/unlocked-io: Depend on extensions.
18225
18226 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18227
18228         * modules/restrict: New file.
18229         * MODULES.html.sh (func_all_modules): Add restrict.
18230         * modules/regex: Depend on restrict.
18231
18232 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18233
18234         * m4/restrict.m4: New file.
18235         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
18236
18237 2003-08-07  Bruno Haible  <bruno@clisp.org>
18238
18239         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
18240         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
18241
18242 2003-08-07  Bruno Haible  <bruno@clisp.org>
18243
18244         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
18245         makes the module 'getndelim2' compatible with the module 'getline'.
18246
18247 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18248
18249         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
18250         byte with "\201" to avoid glitches when editing that source file
18251         with multi-gnome-terminal.
18252
18253 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18254
18255         * lib/bumpalloc.h: Remove.
18256
18257 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18258
18259         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
18260         * modules/bumpalloc: Remove.
18261
18262 2003-08-04  Paul Eggert  <eggert@twinsun.com>
18263
18264         * lib/getloadavg.c: Change copyright notice and spacing to conform to
18265         GNU coding style.
18266
18267         Merge from coreutils.
18268         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
18269         1. From glibc.
18270         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
18271         from Karl Berry, implemented by Jim Meyering.
18272         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
18273         from Dmitry V. Levin.
18274         Remove anachronistic cast of xrealloc.
18275         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
18276         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
18277         type. Otherwise, it wouldn't compile with at least /bin/cc on
18278         ymp-cray-unicos9.0.2.X.
18279         Combine two mostly-identical uses of alloca into one.
18280         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
18281
18282 2003-08-04  Dave Love  <d.love@dl.ac.uk>
18283
18284         [From Emacs.]
18285
18286         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
18287         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
18288         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
18289         obsolete NLIST_NAME_UNION.
18290         [__GNU__]: Undef BSD and FSCALE.
18291         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
18292
18293 2003-08-03  Paul Eggert  <eggert@twinsun.com>
18294
18295         * lib/stdbool_.h (_Bool): Make it signed char, instead of
18296         an enum type, so that it's guaranteed to promote to int.  See:
18297         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
18298
18299 2003-08-03  Karl Berry  <karl@gnu.org>
18300
18301         * config/depcomp: update from automake.
18302
18303 2003-07-31  Paul Eggert  <eggert@twinsun.com>
18304
18305         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
18306         (strerror): Don't assume that a printable int fits in 14 bytes.
18307
18308 2003-07-31  Bruno Haible  <bruno@clisp.org>
18309
18310         * modules/getpass-gnu: New file.
18311         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
18312
18313 2003-07-31  Bruno Haible  <bruno@clisp.org>
18314
18315         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
18316
18317 2003-07-24  Karl Berry  <karl@gnu.org>
18318
18319         * config/missing: update from automake.
18320
18321 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
18322             Bruno Haible  <bruno@clisp.org>
18323
18324         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
18325         * lib/getline.c (getline, getdelim): Likewise.
18326         Remove _GNU_SOURCE define; now it's defined in config.h through
18327         m4/getline.m4.
18328
18329 2003-07-23  Karl Berry  <karl@gnu.org>
18330
18331         * config/config.sub: update from prep.
18332
18333 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18334
18335         * modules/xalloc (Depends-on): Add exitfail.
18336         * modules/xmemcoll: Likewise.
18337
18338 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18339
18340         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
18341         over-parenthesization in macros.
18342
18343         Sync with coreutils.
18344
18345         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
18346         required by C99.
18347
18348         Use `exit_failure' for xalloc and xmemcoll instead of their own
18349         private exit-failure variables.
18350         * lib/xalloc.h (xalloc_exit_failure): Remove.
18351         * lib/xmalloc.c: Likewise.  Include exitfail.h.
18352         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
18353         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
18354         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
18355         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
18356
18357 2003-07-20  Jim Meyering  <jim@meyering.net>
18358
18359         * modules/closeout (Depends-on): Add exitfail.
18360         Suggestion from Bruno Haible.
18361
18362 2003-07-19  Karl Berry  <karl@gnu.org>
18363
18364         * config/config.sub: update from prep.
18365
18366 2003-07-18  Paul Eggert  <eggert@twinsun.com>
18367
18368         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
18369         Remove.
18370         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
18371         to test that it can stand by itself.  Include "exitfail.h".
18372         Clients should set exit_failure instead.
18373         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
18374
18375 2003-07-18  Bruno Haible  <bruno@clisp.org>
18376
18377         * modules/getndelim2: New file.
18378         * modules/getline: Share files with module getndelim2.
18379         * modules/getnline: Depend on getndelim2 instead of sharing files with
18380         it. Add getnline.c to lib_SOURCES.
18381         * MODULES.html.sh (func_all_modules): Add getndelim2.
18382
18383 2003-07-18  Bruno Haible  <bruno@clisp.org>
18384
18385         * m4/getndelim2.m4: New file.
18386         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
18387         invoke gl_PREREQ_GETNDELIM2.
18388         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
18389         gl_PREREQ_GETNDELIM2.
18390         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
18391         gl_GETNDELIM2.
18392
18393 2003-07-18  Bruno Haible  <bruno@clisp.org>
18394
18395         * lib/getndelim2.h: New file.
18396         * lib/getndelim2.c: Make into a module of its own. Include config.h,
18397         getndelim2.h.
18398         (getndelim2): Make non-static. Change return type to ssize_t.
18399         * lib/getline.h: Change argument names.
18400         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
18401         * lib/getnline.c: Include getndelim2.h.
18402
18403 2003-07-18  Andreas Schwab  <schwab@suse.de>
18404
18405         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
18406
18407 2003-07-17  Karl Berry  <karl@gnu.org>
18408
18409         * config/config.sub: update from prep.
18410
18411 2003-07-17  Bruno Haible  <bruno@clisp.org>
18412
18413         * modules/getnline: New file.
18414         * modules/getline: Add lib/getndelim2.c to source file list.
18415         * MODULES.html.sh (func_all_modules): Add getnline.
18416
18417 2003-07-17  Bruno Haible  <bruno@clisp.org>
18418
18419         * m4/getnline.m4: New file.
18420
18421 2003-07-17  Bruno Haible  <bruno@clisp.org>
18422
18423         * m4/Makefile.am.in: Remove file.
18424         * m4/Makefile.am: Remove file.
18425         * m4/Makefile.in: Remove file.
18426
18427 2003-07-17  Bruno Haible  <bruno@clisp.org>
18428
18429         * lib/getnline.h: New file.
18430         * lib/getnline.c: New file.
18431         * lib/getndelim2.c: New file, extracted from getline.c.
18432         (getndelim2): Renamed from getdelim2, with added nmax argument.
18433         * lib/getline.c: Include getndelim2.c.
18434         (getdelim2): Moved out to getndelim2.c.
18435         (getline, getdelim): Update.
18436
18437 2003-07-17  Bruno Haible  <bruno@clisp.org>
18438
18439         * lib/Makefile.am: Remove file.
18440         * lib/Makefile.in: Remove file.
18441
18442 2003-07-17  Bruno Haible  <bruno@clisp.org>
18443
18444         * configure.in: Remove file.
18445         * Makefile.in: Remove file.
18446
18447 2003-07-17  Bruno Haible  <bruno@clisp.org>
18448
18449         * MODULES.html.sh: Put the </BODY> right before </HTML>.
18450
18451 2003-07-16  Karl Berry  <karl@gnu.org>
18452
18453         * config/srclist-update: was running fixlicense twice, which caused
18454                 texinfo.tex to be nullified for some reason.  Simplify,
18455                 $gplsrc is no longer needed as far as I can see?
18456
18457 2003-07-16  Jim Meyering  <jim@meyering.net>
18458
18459         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
18460
18461 2003-07-15  Paul Eggert  <eggert@twinsun.com>
18462
18463         * config/srclist.txt: Get the following files from gettext-runtime/intl
18464         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
18465         ref-del.sin.  From Bruno Haible.
18466         * config/srclist-update (fixfile): Change grep pattern again, since the
18467         previous fix didn't work (there was another trailing $).  Use
18468         '[$]' to escape the $s.
18469
18470 2003-07-15  Karl Berry  <karl@gnu.org>
18471
18472         * lib/vasnprintf.c: update from gettext.
18473
18474 2003-07-15  Karl Berry  <karl@gnu.org>
18475
18476         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
18477         gets expanded when surrounded by '$'.
18478
18479 2003-07-15  Jim Meyering  <jim@meyering.net>
18480
18481         * modules/save-cwd: Don't depend on error.  From Derek Price.
18482
18483 2003-07-15  Jim Meyering  <jim@meyering.net>
18484
18485         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
18486
18487 2003-07-14  Simon Josefsson  <jas@extundo.com>
18488
18489         * modules/mempcpy: New file.
18490         * MODULES.html.sh (func_all_modules): Add mempcpy.
18491
18492 2003-07-14  Simon Josefsson  <jas@extundo.com>
18493
18494         * m4/mempcpy.m4: New file.
18495
18496 2003-07-14  Simon Josefsson  <jas@extundo.com>
18497
18498         * lib/mempcpy.h: New file.
18499         * lib/mempcpy.c: New file.
18500
18501 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18502
18503         * modules/getdate, modules/posixtm: Depend on mktime.
18504
18505 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18506
18507         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
18508         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
18509         unicodeio.c, unicodeio.h, unlocked-io.h:
18510         Switch from LGPL to GPL.
18511
18512 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18513
18514         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
18515         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
18516         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
18517         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
18518         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
18519         updated automatically by ../config/srclist-update.  This changes
18520         their license from LPGL to GPL.
18521
18522 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18523
18524         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
18525         assumed to refer to the root of the most recent stable gettext version.
18526         * config/srclistvars.sh: Add defaults for eggert.
18527         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
18528         Match "This program" as well as "The program".  This is needed
18529         for gettext.
18530
18531 2003-07-14  Jim Meyering  <jim@meyering.net>
18532
18533         Don't emit diagnostics.  Let callers do that.
18534         * lib/save-cwd.c: Don't include "error.h".
18535         (save_cwd): Don't call error.  Ensure that errno is valid
18536         when returning nonzero.
18537
18538         * lib/save-cwd.h (restore_cwd): Update prototype.
18539         * lib/save-cwd.c (restore_cwd): Remove two parameters.
18540         Simplify.  Don't call error upon failure.  Let callers do that.
18541         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
18542         when auditing is enabled.  But don't bother updating the #if.
18543
18544 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
18545
18546         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
18547         it breaks C++ compilation.
18548         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
18549
18550 2003-07-10  Simon Josefsson  <jas@extundo.com>
18551
18552         * modules/strchrnul (Makefile.am): Add strchrnul.h.
18553
18554 2003-07-10  Jim Meyering  <jim@meyering.net>
18555
18556         * m4/clock_time.m4: Remove trailing blank.
18557         * m4/intmax_t.m4: Likewise.
18558
18559 2003-07-10  Jim Meyering  <jim@meyering.net>
18560
18561         * lib/vasnprintf.c: Remove trailing blanks.
18562         Make cpp indentation consistent.
18563
18564 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18565
18566         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
18567         posixver.c, strftime.c, strnlen.c, strverscmp.c:
18568         Switch from LGPL to GPL.
18569
18570 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18571
18572         * config/srclist.txt: Sort sublists.  Add
18573         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
18574         that differ from gnulib for one reason or another; we'd like this list
18575         to be smaller but for now let's document what we have.
18576
18577 2003-07-08  Paul Eggert  <eggert@twinsun.com>
18578
18579         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
18580         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
18581         and sweeter "eval x=$x".
18582         * config/srclist.txt: Get lib/argp* from glibc.
18583
18584 2003-07-07  Paul Eggert  <eggert@twinsun.com>
18585
18586         * lib/mktime.c: Fix some boundary cases and remove need for floating
18587         point.
18588
18589         Issue a compile-time diagnostic if time_t is floating point, or if
18590         two's complement arithmetic is not in effect, or if arithmetic
18591         right shift does not propagate the sign.  These assumptions were
18592         all in the original code but they weren't checked.
18593
18594         (TIME_T_MIDPOINT, verify): New macros.
18595         (__isleap): Remove; it has integer overflow problems.
18596         (leapyear): New function, without those problems.
18597         (ydhms_tm_diff): Remove; splitting into two parts.
18598         (ydhms_diff): New function, containing the arithmetic part of
18599         the old ydhms_tm_diff function.  Issue a compile-time
18600         diagnostic if we are not using C99 integer division.
18601         Avoid casts when possible.
18602         (guess_time_tm): New function, containing the checking part of
18603         the old ydhms_tm_diff function.  Return the new value, rather than
18604         the difference between it and the old.  Accept a new argument T
18605         so that *T specifies the old value.  Check for overflow in the result.
18606
18607         (__mktime_internal): Use a time_t offset, not a long int offset.
18608         This undoes the 2003-06-04 change, which is no longer needed now
18609         that we have better overflow checking.
18610         (localtime_offset): Likewise.
18611
18612         (__mktime_internal): Avoid harmful overflow on hosts where time_t
18613         and long are 64-bit but int is only 32-bit.
18614         (ydhms_diff): Use long int to store year1 and yday1.
18615         Issue a compile-time diagnostic if long int is not wide enough.
18616
18617         (__mktime_internal): Use long int to store adjusted year and yday.
18618         Use plain C rather than preprocessor commands, if that doesn't
18619         affect efficiency.
18620         Check for overflow (and try to repair) after each probe
18621         rather than checking only at the very end.  This avoids some bugs
18622         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
18623         does not equal GMT offset at maximum time).
18624         Use integer to check for overflow rather than floating point; this
18625         is more portable to non-IEEE hosts, and is a tad faster.
18626         When we detect that we are oscillating between two values,
18627         don't check whether tm_isdst has the requested value, since
18628         we already know the answer.  When tm_isdst has the wrong value,
18629         use a different heuristic to find the right one, based on the
18630         extreme values actually observed in practice in tz2003a,
18631         rather than the (overly optimistic) "previous 3 calendar quarters".
18632
18633         (not_equal_tm, print_tm, check_result): Use "const T" rather than
18634         "T const" to accommodate glibc style.
18635         (check_result): Use less-confusing report format.  "long" -> "long int.
18636         (main): Likewise.
18637         Don't loop if the iteration overflows time_t.
18638         Allow a negative step in the iteration.
18639
18640 2003-07-06  Karl Berry  <karl@gnu.org>
18641
18642         * config/depcomp: update from automake.
18643         * config/config.sub: update from prep.
18644
18645 2003-07-03  Karl Berry  <karl@gnu.org>
18646
18647         * config/config.guess: update from prep.
18648
18649 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18650
18651         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
18652         xreadlink.c now includes it unconditionally.
18653
18654 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18655
18656         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
18657         having it depend on HAVE_SYS_TYPES_H.
18658
18659 2003-07-01  Bruno Haible  <bruno@clisp.org>
18660
18661         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
18662         <sys/types.h> should be sufficient.
18663         Reported by Paul Eggert.
18664
18665 2003-06-26  Karl Berry  <karl@gnu.org>
18666
18667         * config/depcomp: update from automake.
18668
18669 2003-06-26  Bruno Haible  <bruno@clisp.org>
18670
18671         * modules/human: Depend on module stdbool.
18672
18673 2003-06-25  Bruno Haible  <bruno@clisp.org>
18674
18675         * modules/readlink: New file.
18676         * modules/xreadlink: Depend on it.
18677         * MODULES.html.sh (func_all_modules): Add readlink.
18678
18679 2003-06-25  Bruno Haible  <bruno@clisp.org>
18680
18681         * m4/readlink.m4: New file.
18682
18683 2003-06-25  Bruno Haible  <bruno@clisp.org>
18684
18685         * lib/readlink.c: New file.
18686
18687 2003-06-22  Karl Berry  <karl@gnu.org>
18688
18689         * config/srclist.txt: update mkinstalldirs from automake.
18690         * config/mkinstalldirs: update.
18691
18692 2003-06-22  Bruno Haible  <bruno@clisp.org>
18693
18694         Portability to mingw32.
18695         * m4/ssize_t.m4: New file, from GNU gettext.
18696         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
18697         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
18698
18699 2003-06-22  Bruno Haible  <bruno@clisp.org>
18700
18701         * modules/safe-read: Add m4/ssize_t.m4.
18702         * modules/xreadlink: Add m4/ssize_t.m4.
18703
18704 2003-06-20  Bruno Haible  <bruno@clisp.org>
18705
18706         Assume C89, so PARAMS isn't needed.
18707         * lib/unicodeio.h (PARAMS): Remove.
18708         * lib/unicodeio.c: Don't use PARAMS.
18709
18710 2003-06-18  Karl Berry  <karl@gnu.org>
18711
18712         * config/config.{guess,sub}: update from prep.
18713
18714 2003-06-18  Jim Meyering  <jim@meyering.net>
18715
18716         Merge changes from coreutils.
18717         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
18718         Remove explicit declarations of xmalloc and realloc.
18719         Include xalloc.h.
18720         (read_utmp): Remove anachronistic cast of xmalloc.
18721
18722 2003-06-17  Paul Eggert  <eggert@twinsun.com>
18723
18724         Assume C89, so PARAMS isn't needed.
18725         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
18726         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
18727         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
18728         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
18729         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
18730         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
18731         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
18732         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
18733         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
18734         lib/xstrtod.h, lib/xstrtol.h: Likewise.
18735         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
18736         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
18737         no longer needed. Anyway, config.h should always be included before any
18738         other file.
18739
18740 2003-06-11  Simon Josefsson  <jas@extundo.com>
18741
18742         * modules/sysexits: New file.
18743         * MODULES.html.sh (func_all_modules): Add sysexits.
18744
18745 2003-06-11  Simon Josefsson  <jas@extundo.com>
18746
18747         * lib/sysexit_.h: New file.
18748
18749 2003-06-11  Derek Price  <derek@ximbiot.com>
18750
18751         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
18752         necessary.
18753
18754 2003-06-11  Bruno Haible  <bruno@clisp.org>
18755
18756         * m4/sysexits.m4: New file.
18757
18758 2003-06-10  Simon Josefsson  <jas@extundo.com>
18759
18760         * lib/argp.h: New file, from glibc.
18761         * lib/argp-ba.c: New file, from glibc.
18762         * lib/argp-eexst.c: New file, from glibc.
18763         * lib/argp-fmtstream.c: New file, from glibc.
18764         * lib/argp-fmtstream.h: New file, from glibc.
18765         * lib/argp-fs-xinl.c: New file, from glibc.
18766         * lib/argp-help.c: New file, from glibc.
18767         * lib/argp-namefrob.h: New file, from glibc.
18768         * lib/argp-parse.c: New file, from glibc.
18769         * lib/argp-pv.c: New file, from glibc.
18770         * lib/argp-pvh.c: New file, from glibc.
18771         * lib/argp-xinl.c: New file, from glibc.
18772
18773 2003-06-10  Simon Josefsson  <jas@extundo.com>
18774
18775         * modules/strchrnul: New file.
18776
18777 2003-06-10  Simon Josefsson  <jas@extundo.com>
18778
18779         * modules/argp: New file.
18780
18781 2003-06-10  Simon Josefsson  <jas@extundo.com>
18782
18783         * m4/strchrnul.m4: New file.
18784
18785 2003-06-10  Simon Josefsson  <jas@extundo.com>
18786
18787         * lib/strchrnul.h: New file.
18788         * lib/strchrnul.c: New file.
18789
18790 2003-06-10  Bruno Haible  <bruno@clisp.org>
18791
18792         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
18793
18794 2003-06-07  Karl Berry  <karl@gnu.org>
18795
18796         * config/config.{guess,sub}: update from prep.
18797
18798 2003-06-07  Jim Meyering  <jim@meyering.net>
18799
18800         * modules/strtod: Use $(...) notation, not @...@ for
18801         AC_REPLACE'd variables.
18802         * modules/localcharset: Likewise.
18803
18804 2003-06-07  Jim Meyering  <jim@meyering.net>
18805
18806         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
18807         in place of my name in the copyright comment.
18808         Remove definition and uses of __P.
18809
18810         From coreutils.
18811         * lib/stat.c: Don't declare xmalloc explicitly.
18812         Instead, include "xalloc.h".
18813         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
18814         xrealloc, and xcalloc return values.
18815         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
18816         Improve comment.
18817         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
18818
18819 2003-06-07  Bruno Haible  <bruno@clisp.org>
18820
18821         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
18822         avoid AC_CONFIG_LINKS.
18823         * modules/fnmatch (Makefile.am): Use explicit creation rule for
18824         fnmatch.h, to avoid AC_CONFIG_LINKS.
18825         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
18826
18827 2003-06-07  Bruno Haible  <bruno@clisp.org>
18828
18829         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
18830         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
18831         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18832         directory.
18833         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
18834         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18835         directory.
18836
18837 2003-06-06  Jim Meyering  <jim@meyering.net>
18838
18839         Merge from coreutils.
18840         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
18841         Consolidate declarations and initializations of *_base* locals.
18842
18843         Merge from coreutils.
18844         This avoids a core dump on systems without GNU putenv,
18845         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
18846         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
18847         (unsetenv): New static function, from GNU libc.
18848         (rpl_putenv): Use it.
18849
18850         * lib/modechange.c: Remove trailing blanks.
18851
18852         Merge from coreutils.
18853         * lib/fsusage.c: Remove declaration of statfs.
18854         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
18855
18856         * lib/posixtm.c: Include <stdbool.h> unconditionally.
18857
18858 2003-06-06  Jim Meyering  <jim@meyering.net>
18859
18860         * lib/stdbool_.h: Renamed from stdbool.h.in.
18861
18862 2003-06-06  Jim Meyering  <jim@meyering.net>
18863             Bruno Haible  <bruno@clisp.org>
18864
18865         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
18866         Adjust Makefile.am snippet not to redirect directly to target.
18867         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
18868
18869 2003-06-05  Paul Eggert  <eggert@twinsun.com>
18870
18871         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
18872         mismatch, look in future quarters as well as past.  This fixes a
18873         bug when processing fall-backwards gaps immediately after a long
18874         period of daylight-saving time.
18875
18876         * lib/mktime.c: Assume freestanding C89 or better.
18877         (HAVE_LIMITS_H): Remove.  Assume it's 1.
18878         (__P): Remove; not used.
18879         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
18880         (mktime, not_equal_tm, print_tm, check_result,
18881         main): Use prototypes.  Use const * where appropriate.
18882         (main): Fix typo in testing code that uncovered by above changes.
18883         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
18884
18885 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18886
18887         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
18888         locale.h, localeconv.  This merges changes from coreutils.
18889
18890         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
18891         It can be removed after the next Autoconf is released.
18892         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
18893         needed.
18894
18895 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18896
18897         * lib/mktime.c: Fix Debian bug 177940
18898         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
18899         (localtime_offset): Now long int, not time_t, because we want it
18900         to be guaranteed to be signed.  All uses changed.
18901         (__mktime_internal): If overflow would occur when adding offset,
18902         don't add it.
18903
18904         Merge 'human' changes from coreutils.  Rewrite to support
18905         locale-specific notations like thousands separators.
18906         * lib/human.c: Simplify authorship notice.
18907         Include human.h immediately after config.h.
18908         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
18909         <limits.h>: Do not include, since human.h does.
18910         (SIZE_MAX, UINTMAX_MAX): New macros.
18911         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
18912         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
18913         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
18914         (power_letter): Renamed from suffixes.
18915         (generate_suffix_backwards): Remove.
18916         (adjust_value): Now takes int style (because of human.h changes)
18917         and long double value (for greater precision on some platforms).
18918         (group_number): New function.
18919         (human_readable): Use it.  Use integer options, not enum.
18920         Put the options before the sizes in the arg list.
18921         Support all the new options.
18922         The old human_readable function has been removed;
18923         use inttostr.h instead.
18924         (human_readable, default_block_size, humblock):
18925         Use uintmax_t, not int, for block sizes.
18926         (human_readable_inexact, block_size_types): Remove.
18927         (block_size_opts): New constant.
18928         (human_options): Renamed from human_block_size, with new signature
18929         that allows block sizes up to UINTMAX_MAX.  All callers changed.
18930         * lib/human.h: Add copyright and authorship notice.
18931         Include <limits.h> and <stdbool.h> unconditionally.
18932         (PARAMS): Remove.  All uses removed.
18933         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
18934         (enum human_inexact_style): Remove tag; now a nameless enum.
18935         (human_floor, human_ceiling, human_round_to_even): Now have
18936         values 2, 0, 1 rather than -1, 1, 0.
18937         (human_group_digits, human_suppress_point_zero, human_autoscale,
18938         human_base_1024, human_SI, human_B): New constants.
18939         (human_readable_inexact, human_block_size): Remove.
18940         (human_readable): Size args are now uintmax_t, not int.
18941         (human_options): New decl.
18942
18943         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
18944         unnecessary now that we assume C89 or better.  This change
18945         imported from coreutils.
18946
18947         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18948         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
18949         in the 2003-05-30 sync from glibc.
18950
18951         .h files should stand alone, but we shouldn't include <sys/types.h>
18952         if we can get away with just <stddef.h>.
18953
18954         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
18955         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
18956         rather than <sys/types.h>, as we merely need size_t.
18957         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
18958         to get size_t.
18959         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
18960         Include <stdio.h>, to get FILE.
18961         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
18962         memcasecmp.h has included <stddef.h> and all we need is size_t.
18963         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
18964         our interface, instead of including <sys/types.h>
18965
18966 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18967
18968         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
18969         now, as glibc mktime is buggy on non-glibc systems.
18970
18971 2003-06-03  Karl Berry  <karl@gnu.org>
18972
18973         * config/config.sub: update from prep.
18974
18975 2003-06-02  Paul Eggert  <eggert@twinsun.com>
18976
18977         [from coreutils]
18978         Fix some minor time-related bugs with POSIX time arguments.
18979         Some valid time stamps were being rejected (notably -1, and
18980         time stamps before 1900 on 64-bit hosts).  And some invalid
18981         time stamps were being accepted, e.g. September 31.
18982
18983         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
18984         that we can return (time_t) -1 successfully.
18985         * lib/posixtm.c: Likewise.
18986         [HAVE_STDBOOL_H]: Include <stdbool.h>.
18987         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
18988         (t): Remove static var.
18989         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
18990         of static var.  All uses changed.
18991         (year): Do not reject years before 1900; they can occur with
18992         64-bit time_t.
18993         (posix_time_parse): Do not check for out-of-range components;
18994         that is now the caller's responsibility, since our checks were
18995         only approximations.
18996         (posixtime): Use mktime to check for out-of-range components,
18997         since it knows them exactly.
18998         If mktime returns (time_t) -1, check whether an error actually occurred
18999         by invoking localtime on -1.
19000         (main) [TEST_POSIXTIME]: Check for input data errors, and report
19001         posixtime failures better.
19002         Improve the test data (in comments only).
19003
19004 2003-06-02  Karl Berry  <karl@gnu.org>
19005
19006         * config/mkinstalldirs (version): new variable.
19007         (--version): new option.
19008         (usage): improve message.
19009
19010 2003-05-30  Karl Berry  <karl@gnu.org>
19011
19012         * lib/mktime.c: update from libc.
19013
19014 2003-05-30  Bruno Haible  <bruno@clisp.org>
19015
19016         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
19017         * config/config.rpath: Upgrade to gettext-0.12.1.
19018
19019 2003-05-30  Bruno Haible  <bruno@clisp.org>
19020
19021         * m4/gettext.m4: Upgrade to gettext-0.12.1.
19022         * m4/nls.m4: New file, from gettext-0.12.1.
19023         * m4/po.m4: New file, from gettext-0.12.1.
19024         * m4/progtest.m4: Upgrade to gettext-0.12.1.
19025
19026 2003-05-30  Bruno Haible  <bruno@clisp.org>
19027
19028         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
19029         * lib/localcharset.h: Likewise.
19030         * lib/localcharset.c: Likewise.
19031
19032 2003-05-29  Karl Berry  <karl@gnu.org>
19033
19034         * config/config.rpath: update from gettext.
19035
19036 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19037
19038         Assume the headers required for C89 freestanding compilers.
19039         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
19040         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
19041         * m4/human.m4 (gl_HUMAN): Likewise.
19042         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
19043         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
19044         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19045         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
19046         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19047         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
19048
19049 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19050
19051         Assume the headers required for C89 freestanding compilers.
19052         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
19053         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
19054         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
19055         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
19056         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
19057         define, since <limits.h> is guaranteed to do that.
19058         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
19059         * lib/exclude.c: Include <stdbool.h> unconditionally.
19060         * lib/tempname.c: Include <stddef.h> unconditionally.
19061         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
19062         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
19063         <stddef.h> does that.
19064         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
19065         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
19066         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
19067         needed.
19068         * lib/xstrtol.c: Likewise.
19069         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
19070         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
19071
19072         * lib/addext.c (addext): Use assignment rather than cast, to avoid
19073         warnings on some platforms.
19074
19075         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19076         arbitrarily.
19077
19078 2003-05-26  Jim Meyering  <jim@meyering.net>
19079
19080         Merge in a change from coreutils:
19081         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
19082         that is guaranteed to be `no'.  Use `no_such_member' to indicate
19083         that condition, rather than `-1' which is slightly misleading.
19084         Change the name of the cache variable to have the gl_ prefix.
19085         Prompted by a patch from Richard Dawe for DJGPP.
19086
19087 2003-05-24  Karl Berry  <karl@gnu.org>
19088
19089         * config/config.guess: update from prep.
19090
19091 2003-05-22  Karl Berry  <karl@gnu.org>
19092
19093         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
19094
19095 2003-05-20  Karl Berry  <karl@gnu.org>
19096
19097         * config/config.guess: update from prep.
19098
19099 2003-05-18  Karl Berry  <karl@gnu.org>
19100
19101         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
19102         might actually be set by the user.
19103
19104         * config/depcomp, install-sh, mdate-sh: update from automake.
19105
19106 2003-05-17  Bruno Haible  <bruno@clisp.org>
19107
19108         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
19109         invalid expansion for AC_EGREP_CPP.
19110         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
19111         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
19112         Suggested by Akim Demaille <akim@epita.fr> in
19113         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
19114
19115 2003-05-12  Jim Meyering  <jim@meyering.net>
19116
19117         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
19118         the space-padded-by-default conversion specifiers, %e, %k, %l.
19119
19120 2003-05-12  Bruno Haible  <bruno@clisp.org>
19121
19122         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
19123         the string is longer than 4 KB.
19124
19125 2003-05-11  Karl Berry  <karl@gnu.org>
19126
19127         * config/config.{guess,sub}: update from prep.
19128
19129 2003-05-09  Bruno Haible  <bruno@clisp.org>
19130
19131         * modules/error: Add m4/strerror_r.m4 to file list.
19132
19133 2003-05-03  Bruno Haible  <bruno@clisp.org>
19134
19135         Upgrade to Unicode-4.0.
19136         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
19137         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
19138         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
19139         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
19140         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
19141         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
19142         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
19143         Change width of U+E0100..U+E01EF from 1 to 0.
19144
19145 2003-04-25  Jim Meyering  <jim@meyering.net>
19146
19147         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
19148         of type size_t, not int.
19149
19150 2003-04-25  Bruno Haible  <bruno@clisp.org>
19151
19152         * lib/copy-file.c: Include <stddef.h>, for size_t.
19153
19154 2003-04-21  Paul Eggert  <eggert@twinsun.com>
19155
19156         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
19157         code which expansion is under static control.  Patch imported from
19158         Akim Demaille's patch to Bison; see
19159         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
19160
19161 2003-04-14  Bruno Haible  <bruno@clisp.org>
19162
19163         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
19164
19165 2003-04-11  Jim Meyering  <jim@meyering.net>
19166
19167         Merge changes from Coreutils.
19168
19169         2003-03-22  Jim Meyering  <jim@meyering.net>
19170
19171         * lib/strftime.c (widen): Cast alloca return value to proper type.
19172
19173         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
19174
19175         From GNU libc.
19176         * lib/strftime.c (my_strftime): Handle very large width
19177         specifications for numeric values correctly.  Improve checks for
19178         overflow.
19179
19180         2003-01-19  Jim Meyering  <jim@meyering.net>
19181
19182         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
19183         definitions.
19184         (nl_get_alt_digit) [! defined my_strftime]: Define.
19185         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
19186         _nl_get_alt_digit and _nl_get_walt_digit.
19187
19188         * lib/strftime.c (my_strftime): Merge in locale-related changes from
19189         libc. These changes have no effect outside of _LIBC.
19190
19191 2003-04-10  Bruno Haible  <bruno@clisp.org>
19192
19193         * modules/findprog: New file.
19194         * MODULES.html.sh (func_all_modules): Add it.
19195
19196 2003-04-10  Bruno Haible  <bruno@clisp.org>
19197
19198         * m4/findprog.m4: New file.
19199         * m4/eaccess.m4: New file.
19200
19201 2003-04-10  Bruno Haible  <bruno@clisp.org>
19202
19203         * lib/findprog.h: New file, from GNU gettext.
19204         * lib/findprog.c: New file, from GNU gettext.
19205
19206 2003-04-05  Jim Meyering  <jim@meyering.net>
19207
19208         Merge changes from Coreutils.
19209
19210         * lib/exclude.h (PARAMS): Remove definition and uses.
19211         * lib/exclude.c: Remove uses of `PARAMS'.
19212
19213         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
19214         Add test-cases for DOS filenames. Declare program_name.
19215         (main): Set up program_name.  Patch by Rich Dawe.
19216
19217         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19218         error from mntctl.
19219         Use mntctl's return value to drive the entry-processing loop, since
19220         we can't rely on the value of the vmt_length member in the last
19221         entry.  On some systems doing so could result in exhausting
19222         virtual memory.  Based in part on a patch from Mike Jetzer.
19223
19224 2003-04-04  Bruno Haible  <bruno@clisp.org>
19225
19226         * modules/linebreak: New file.
19227         * MODULES.html.sh (func_all_modules): Add it.
19228
19229 2003-04-04  Bruno Haible  <bruno@clisp.org>
19230
19231         * m4/linebreak.m4: New file.
19232
19233 2003-04-04  Bruno Haible  <bruno@clisp.org>
19234
19235         * lib/linebreak.h: New file, from GNU gettext.
19236         * lib/linebreak.c: New file, from GNU gettext with slight
19237         modifications.
19238         * lib/lbrkprop.h: New file, from GNU gettext.
19239
19240 2003-04-03  Bruno Haible  <bruno@clisp.org>
19241
19242         * modules/utf8-ucs4: New file.
19243         * modules/utf16-ucs4: New file.
19244         * modules/ucs4-utf8: New file.
19245         * modules/ucs4-utf16: New file.
19246         * MODULES.html.sh (func_all_modules): Add them.
19247
19248 2003-04-03  Bruno Haible  <bruno@clisp.org>
19249
19250         * m4/utf-ucs4.m4: New file.
19251         * m4/ucs4-utf.m4: New file.
19252
19253 2003-04-03  Bruno Haible  <bruno@clisp.org>
19254
19255         * lib/utf8-ucs4.h: New file, from GNU gettext.
19256         * lib/utf16-ucs4.h: New file, from GNU gettext.
19257         * lib/ucs4-utf8.h: New file, from GNU gettext.
19258         * lib/ucs4-utf16.h: New file, from GNU gettext.
19259
19260 2003-04-02  Bruno Haible  <bruno@clisp.org>
19261
19262         * modules/binary-io: New file.
19263         * MODULES.html.sh (func_all_modules): Add it.
19264
19265 2003-04-02  Bruno Haible  <bruno@clisp.org>
19266
19267         * lib/binary-io.h: New file, from GNU gettext.
19268
19269 2003-04-01  Bruno Haible  <bruno@clisp.org>
19270
19271         * modules/pathname: New file.
19272         * MODULES.html.sh (func_all_modules): Add it.
19273
19274 2003-04-01  Bruno Haible  <bruno@clisp.org>
19275
19276         * lib/pathname.h: New file, from GNU gettext.
19277         * lib/concatpath.c: New file, from GNU gettext.
19278
19279 2003-03-30  Bruno Haible  <bruno@clisp.org>
19280
19281         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
19282
19283 2003-03-30  Bruno Haible  <bruno@clisp.org>
19284
19285         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
19286         function chown() doesn't exist.
19287
19288 2003-03-28  Bruno Haible  <bruno@clisp.org>
19289
19290         * modules/copy-file: New file.
19291         * MODULES.html.sh (func_all_modules): Add it.
19292
19293 2003-03-28  Bruno Haible  <bruno@clisp.org>
19294
19295         * m4/copy-file.m4: New file.
19296
19297 2003-03-28  Bruno Haible  <bruno@clisp.org>
19298
19299         * lib/copy-file.h: New file, from GNU gettext.
19300         * lib/copy-file.c: New file, from GNU gettext.
19301
19302 2003-03-18  Jim Meyering  <jim@meyering.net>
19303
19304         * lib/quote.c (quote_n): Fix typo in comment.
19305
19306 2003-03-18  Bruno Haible  <bruno@clisp.org>
19307
19308         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
19309         checking.
19310         * m4/onceonly_2_57.m4: Likewise.
19311
19312 2003-03-17  Bruno Haible  <bruno@clisp.org>
19313
19314         * m4/onceonly.m4: Require autoconf 2.54 or newer.
19315         (m4_quote): Remove macro.
19316         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
19317
19318 2003-03-14  Jim Meyering  <jim@meyering.net>
19319
19320         Merge changes from Coreutils.
19321         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
19322         to be const, in order to avoid warnings.
19323         (obstack_room): Likewise.
19324         (obstack_empty_p): Likewise.
19325
19326 2003-03-14  Bruno Haible  <bruno@clisp.org>
19327
19328         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
19329         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
19330
19331 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19332
19333         Merge changes from Bison.
19334         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
19335         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
19336         when compiling Bison 1.875's `bitset bset = obstack_alloc
19337         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
19338         * lib/hash.c: Include <stdbool.h> unconditionally.
19339
19340 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19341
19342         * m4/onceonly.m4 (m4_quote): New macro.
19343         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
19344         Quote AC_FOREACH variable-expansions properly.
19345
19346 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19347
19348         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
19349
19350 2003-03-09  Paul Eggert  <eggert@twinsun.com>
19351
19352         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
19353         Reported by Bruce Becker; see:
19354         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
19355
19356 2003-03-03  Paul Eggert  <eggert@twinsun.com>
19357             Bruno Haible  <bruno@clisp.org>
19358
19359         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
19360         Reported by John Hughes, see
19361         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
19362
19363 2003-02-20  Bruno Haible  <bruno@clisp.org>
19364
19365         * MODULES.html.sh (func_all_modules): Add poll.
19366
19367 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19368
19369         * modules/poll: New file.
19370
19371 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19372
19373         * lib/poll_.h: New file.
19374         * lib/poll.c: New file.
19375
19376 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19377
19378         * m4/poll.m4: New file.
19379
19380 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19381
19382         * modules/mathl: New file.
19383
19384 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19385
19386         * lib/mathl.h: New file.
19387         * lib/acosl.c: New file.
19388         * lib/asinl.c: New file.
19389         * lib/atanl.c: New file.
19390         * lib/ceill.c: New file.
19391         * lib/cosl.c: New file.
19392         * lib/expl.c: New file.
19393         * lib/floorl.c: New file.
19394         * lib/frexpl.c: New file.
19395         * lib/ldexpl.c: New file.
19396         * lib/logl.c: New file.
19397         * lib/sincosl.c: New file.
19398         * lib/sinl.c: New file.
19399         * lib/sqrtl.c: New file.
19400         * lib/tanl.c: New file.
19401         * lib/trigl.c: New file.
19402         * lib/trigl.h: New file.
19403
19404 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19405
19406         * m4/mathl.m4: New file.
19407
19408 2003-02-18  Bruno Haible  <bruno@clisp.org>
19409
19410         * MODULES.html.sh (func_all_modules): Add mathl.
19411
19412 2003-02-17  Bruno Haible  <bruno@clisp.org>
19413
19414         * modules/mkdtemp: New module.
19415         * MODULES.html.sh (func_all_modules): Add it.
19416
19417 2003-02-17  Bruno Haible  <bruno@clisp.org>
19418
19419         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
19420
19421 2003-02-17  Bruno Haible  <bruno@clisp.org>
19422
19423         * lib/mkdtemp.h: New file, from GNU gettext.
19424         * lib/mkdtemp.c: New file, from GNU gettext.
19425
19426 2003-02-02  Jim Meyering  <jim@meyering.net>
19427
19428         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
19429         e.g. glibc-2.2.93.
19430
19431 2003-01-31  Bruno Haible  <bruno@clisp.org>
19432
19433         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
19434         'rpl_rename'.
19435         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
19436         'rpl_strnlen'.
19437         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
19438         'rpl_strtod'.
19439         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
19440         'rpl_utime'.
19441
19442 2003-01-31  Bruno Haible  <bruno@clisp.org>
19443
19444         * lib/rename.c: #undef rename before defining rpl_rename.
19445         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
19446
19447 2003-01-30  Bruno Haible  <bruno@clisp.org>
19448
19449         * modules/vasnprintf, modules/vasprintf: New modules.
19450         * MODULES.html.sh (func_all_modules): Add them.
19451
19452 2003-01-30  Bruno Haible  <bruno@clisp.org>
19453
19454         * m4/signed.m4: New file, from GNU gettext.
19455         * m4/longdouble.m4: New file, from GNU gettext.
19456         * m4/wchar_t.m4: New file, from GNU gettext.
19457         * m4/wint_t.m4: New file, from GNU gettext.
19458         * m4/vasnprintf.m4: New file.
19459         * m4/vasprintf.m4: New file.
19460
19461 2003-01-30  Bruno Haible  <bruno@clisp.org>
19462
19463         * lib/printf-args.h: New file, from GNU gettext.
19464         * lib/printf-args.c: New file, from GNU gettext.
19465         * lib/printf-parse.h: New file, from GNU gettext.
19466         * lib/printf-parse.c: New file, from GNU gettext.
19467         * lib/vasnprintf.h: New file, from GNU gettext.
19468         * lib/vasnprintf.c: New file, from GNU gettext.
19469         * lib/asnprintf.c: New file, from GNU gettext.
19470         * lib/vasprintf.h: New file, from GNU gettext with modifications.
19471         * lib/vasprintf.c: New file, from GNU gettext.
19472         * lib/asprintf.c: New file, from GNU gettext.
19473
19474 2003-01-29  Bruno Haible  <bruno@clisp.org>
19475
19476         * modules/stpncpy: New module.
19477         * MODULES.html.sh (func_all_modules): Add it.
19478
19479 2003-01-29  Bruno Haible  <bruno@clisp.org>
19480
19481         * m4/stpncpy.m4: New file.
19482
19483 2003-01-29  Bruno Haible  <bruno@clisp.org>
19484
19485         * lib/stpncpy.h: New file, from GNU gettext with modifications.
19486         * lib/stpncpy.c: New file, from GNU gettext with modifications.
19487
19488 2003-01-28  Bruno Haible  <bruno@clisp.org>
19489
19490         * modules/c-ctype: New module.
19491         * MODULES.html.sh (func_all_modules): Add it.
19492
19493 2003-01-28  Bruno Haible  <bruno@clisp.org>
19494
19495         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
19496         Paul Eggert.
19497         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
19498         Paul Eggert.
19499
19500 2003-01-27  Bruno Haible  <bruno@clisp.org>
19501
19502         * modules/xsetenv: New module.
19503         * MODULES.html.sh (func_all_modules): Add it.
19504
19505 2003-01-27  Bruno Haible  <bruno@clisp.org>
19506
19507         * lib/xsetenv.h: New file, from GNU gettext.
19508         * lib/xsetenv.c: New file, from GNU gettext.
19509
19510 2003-01-23  Jim Meyering  <jim@meyering.net>
19511
19512         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
19513         from working on systems without dirfd (at least Irix and OSF1/Tru64).
19514
19515 2003-01-23  Bruno Haible  <bruno@clisp.org>
19516
19517         * modules/minmax: New module.
19518         * MODULES.html.sh (func_all_modules): Add it.
19519
19520 2003-01-23  Bruno Haible  <bruno@clisp.org>
19521
19522         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
19523         Eggert.
19524
19525 2003-01-22  Bruno Haible  <bruno@clisp.org>
19526
19527         * modules/exit: New module.
19528         * MODULES.html.sh (func_all_modules): Add it.
19529
19530 2003-01-22  Bruno Haible  <bruno@clisp.org>
19531
19532         * lib/exit.h: New file, from GNU gettext.
19533
19534 2003-01-19  Bruno Haible  <bruno@clisp.org>
19535
19536         * gnulib-tool: Recognize option --extract-maintainer.
19537         (func_get_maintainer): New function.
19538         * modules/*: Add Maintainer entry.
19539
19540 2003-01-16  Jim Meyering  <jim@meyering.net>
19541
19542         * m4/regex.m4: The `regex' struct is both input and output.
19543         Initialize it before each use.  Patch by Tim Waugh.
19544
19545 2003-01-16  Bruno Haible  <bruno@clisp.org>
19546
19547         * MODULES.html.sh: Add a table of contents. Add the module name as
19548         leftmost column. Add hyperlinks.
19549
19550 2003-01-15  Bruno Haible  <bruno@clisp.org>
19551
19552         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
19553
19554 2003-01-15  Bruno Haible  <bruno@clisp.org>
19555
19556         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
19557         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
19558         suffix.
19559
19560 2003-01-15  Bruno Haible  <bruno@clisp.org>
19561
19562         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
19563
19564 2003-01-15  Bruno Haible  <bruno@clisp.org>
19565
19566         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
19567         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
19568
19569 2003-01-14  Jim Meyering  <jim@meyering.net>
19570
19571         * lib/same.c (same_name): Tweak a comment.
19572
19573 2003-01-14  Bruno Haible  <bruno@clisp.org>
19574
19575         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
19576         when a string comparison is sufficient.
19577
19578 2003-01-14  Bruno Haible  <bruno@clisp.org>
19579
19580         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
19581         'unsigned int'.
19582
19583 2003-01-14  Bruno Haible  <bruno@clisp.org>
19584
19585         * lib/hash-pjw.c: Add comment about low quality of this function.
19586
19587 2003-01-13  Bruno Haible  <bruno@clisp.org>
19588
19589         * modules/stpcpy: Distribute lib/stpcpy.h.
19590         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
19591
19592 2003-01-13  Bruno Haible  <bruno@clisp.org>
19593
19594         * modules/*: Add a description.
19595         * modules/strpbrk: Fix Makefile.am snippet.
19596         * modules/strtoimax: Fix dependencies.
19597         * modules/strtoumax: Likewise.
19598
19599 2003-01-13  Bruno Haible  <bruno@clisp.org>
19600
19601         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
19602         * modules/alloca (Makefile.am): All object files depend on alloca.h.
19603         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
19604
19605 2003-01-13  Bruno Haible  <bruno@clisp.org>
19606
19607         * gnulib-tool (func_create_testdir): Store config/* files in the main
19608         directory.
19609         * config.rpath: Move to ...
19610         * config/config.rpath: ... here.
19611         * modules/gettext: Contains config/config.rpath, not config.rpath.
19612         * modules/iconv: Likewise.
19613
19614 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19615
19616         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19617         to avoid collisions with libcurses and libreadline.
19618
19619         * m4/getstr.m4: Remove.
19620         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
19621
19622 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19623
19624         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19625         to avoid collisions with libcurses and libreadline.
19626
19627         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
19628         * lib/getstr.h, getstr.c: Remove.
19629         * lib/getline.c: Include "getline.h", to check interface.
19630         Move body of old getstr.c here: this defines MIN_CHUNK and
19631         declares getdelim2, which is renamed from getstr.
19632         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
19633
19634         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
19635         All uses changed.
19636         * lib/linebuffer.h: Likewise.
19637         (readline): Remove backward-compatibility macro.
19638
19639 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19640
19641         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19642         to avoid collisions with libcurses and libreadline.
19643         * getstr: Remove.
19644         * MODULES.html.sh: Remove getstr.
19645         * modules/getline: Depend on unlocked-io, not getstr.
19646
19647 2003-01-12  Jim Meyering  <jim@meyering.net>
19648
19649         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
19650
19651 2003-01-10  Bruno Haible  <bruno@clisp.org>
19652
19653         * modules/alloca: Change Makefile.am requirements. Simplify Include
19654         requirements. Add lib/alloca_.h to file list.
19655
19656 2003-01-10  Bruno Haible  <bruno@clisp.org>
19657
19658         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
19659
19660 2003-01-10  Bruno Haible  <bruno@clisp.org>
19661
19662         * lib/alloca_.h: New file.
19663         * lib/getdate.y: Unconditionally include alloca.h.
19664         * lib/makepath.c: Likewise.
19665         * lib/setenv.c: Likewise.
19666         * lib/userspec.c: Likewise.
19667
19668 2003-01-09  Karl Berry  <karl@gnu.org>
19669
19670         * MODULES.html.sh: include `dirname $0` in PATH, to find
19671         gnulib-tool.
19672
19673 2003-01-09  Bruno Haible  <bruno@clisp.org>
19674
19675         * modules/stdbool: Change configure.ac, Makefile.am requirements.
19676         Simplify Include requirements. Add lib/stdbool.h.in to file list.
19677
19678 2003-01-09  Bruno Haible  <bruno@clisp.org>
19679
19680         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
19681
19682 2003-01-09  Bruno Haible  <bruno@clisp.org>
19683
19684         * lib/stdbool.h.in: New file.
19685
19686 2003-01-09  Bruno Haible  <bruno@clisp.org>
19687
19688         * gnulib-tool (func_all_modules): Ignore files ending in ~.
19689         * MODULES.html.sh: Likewise.
19690
19691 2003-01-08  Jim Meyering  <jim@meyering.net>
19692
19693         * lib/full-write.c: Undefine and define-away `const' after inclusion
19694         of errno.h, not before.  Suggestion from Bruno Haible.
19695
19696 2003-01-08  Bruno Haible  <bruno@clisp.org>
19697
19698         * modules/full-read: Depend on full-write.
19699
19700 2003-01-08  Bruno Haible  <bruno@clisp.org>
19701
19702         * lib/safe-read.c: Include specification header first, to ensure its
19703         selfcontainedness.
19704         * lib/full-write.c: Likewise.
19705
19706 2003-01-07  Jim Meyering  <jim@meyering.net>
19707
19708         * lib/full-write.c: Rework so that it may serve to define full_read,
19709         too.
19710         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
19711
19712 2003-01-07  Bruno Haible  <bruno@clisp.org>
19713
19714         * lib/strtoimax.c: Include <stdint.h> as an alternative to
19715         <inttypes.h>.
19716         * lib/xstrtol.h: Likewise.
19717         * lib/xstrtoimax.c: Likewise.
19718         * lib/xstrtoumax.c: Likewise.
19719         * lib/human.h: Likewise.
19720
19721         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
19722         on systems that have <inttypes.h> but not <stdint.h>.
19723
19724 2003-01-07  Bruno Haible  <bruno@clisp.org>
19725
19726         * MODULES.html.sh: Add copyright notice.
19727         (missed_files): Omit CVS directory entries.
19728         (func_module): Make it work with sed-3.02.
19729         * MODULES.txt: Remove file.
19730
19731 2003-01-06  Jim Meyering  <jim@meyering.net>
19732
19733         * lib/version-etc.c: Update year in translatable copyright string.
19734
19735 2003-01-03  Karl Berry  <karl@gnu.org>
19736
19737         * config/config.{guess,sub}: update from prep.
19738
19739 2003-01-02  Karl Berry  <karl@gnu.org>
19740
19741         * doc/COPYING.DOC: belatedly updated to 1.2.
19742
19743 2003-01-01  Karl Berry  <karl@gnu.org>
19744
19745         * gnulib-tool (func_verify_module): report module name $module in
19746         error message, not $1.
19747         * gnulib-tool (create-testdir): don't complain if destdir couldn't
19748         be created, only if it doesn't exist.
19749         * gnulib-tool (last_checkin_date): don't expand the $Date here.
19750
19751 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19752
19753         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
19754
19755 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19756
19757         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
19758         memcmp if strcoll doesn't work.
19759
19760 2002-12-31  Bruno Haible  <bruno@clisp.org>
19761
19762         * lib/utime.c (utime_null): No need to call ftruncate if the file was
19763         nonempty.
19764
19765 2002-12-31  Bruno Haible  <bruno@clisp.org>
19766
19767         * lib/memcoll.c (STRCOLL): New macro.
19768         (memcoll): Use it.
19769
19770 2002-12-31  Bruno Haible  <bruno@clisp.org>
19771
19772         * lib/localcharset.h: New file.
19773         * lib/localcharset.c: Include it.
19774         * lib/unicodeio.c: Likewise.
19775
19776 2002-12-31  Bruno Haible  <bruno@clisp.org>
19777
19778         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
19779         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
19780
19781 2002-12-31  Bruno Haible  <bruno@clisp.org>
19782
19783         * lib/getline.h: Include <stddef.h>, for size_t.
19784
19785         * lib/unicodeio.h: Include <stddef.h>, for size_t.
19786         * lib/unicodeio.c: Don't include <stddef.h>.
19787
19788 2002-12-31  Bruno Haible  <bruno@clisp.org>
19789
19790         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
19791         HAVE_TM_ZONE.
19792
19793 2002-12-24  Karl Berry  <karl@gnu.org>
19794
19795         * config/config.guess: update from prep.
19796
19797 2002-12-24  Bruno Haible  <bruno@clisp.org>
19798
19799         General infrasructure.
19800         * m4/README: Rewritten.
19801         * m4/onceonly.m4: New file.
19802         * m4/onceonly_2_57.m4: New file.
19803
19804         Module atexit.
19805         * m4/atexit.m4: New file.
19806
19807         Module strtod.
19808         * m4/strtod.m4: New file.
19809
19810         Module strtol.
19811         * m4/strtol.m4: New file.
19812
19813         Module strtoul.
19814         * m4/strtoul.m4: New file.
19815
19816         Module memchr.
19817         * m4/memchr.m4: New file.
19818
19819         Module memcmp.
19820         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
19821         (jm_FUNC_MEMCMP): Invoke it.
19822
19823         Module memcpy.
19824         * m4/memcpy.m4: New file.
19825
19826         Module memmove.
19827         * m4/memmove.m4: New file.
19828
19829         Module memset.
19830         * m4/memset.m4: New file.
19831
19832         Module strcspn.
19833         * m4/strcspn.m4: New file.
19834
19835         Module strpbrk.
19836         * m4/strpbrk.m4: New file.
19837
19838         Module strstr.
19839         * m4/strstr.m4: New file.
19840
19841         Module strerror.
19842         * m4/strerror.m4: New file.
19843
19844         Module mktime.
19845         * m4/mktime.m4: Renamed from jm-mktime.m4.
19846         (gl_PREREQ_MKTIME): New macro.
19847         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
19848
19849         Module malloc.
19850         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
19851         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
19852         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
19853
19854         Module realloc.
19855         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
19856         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
19857         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
19858
19859         Module strftime.
19860         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
19861         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
19862         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
19863         gl_TM_GMTOFF.
19864         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
19865
19866         Module xalloc.
19867         * m4/xalloc.m4: New file.
19868
19869         Module alloca.
19870         * m4/alloca.m4: New file.
19871
19872         Module putenv.
19873         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
19874         (jm_FUNC_PUTENV): Invoke it.
19875
19876         Module setenv.
19877         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
19878         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
19879         when invoked twice.
19880         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
19881         gt_FUNC_SETENV.
19882
19883         Module memrchr.
19884         * m4/memrchr.m4: New file.
19885
19886         Module stpcpy.
19887         * m4/stpcpy.m4: New file.
19888
19889         Module strcase.
19890         * m4/strcase.m4: New file.
19891
19892         Module strdup.
19893         * m4/strdup.m4: New file.
19894
19895         Module strnlen.
19896         * m4/strnlen.m4: New file.
19897
19898         Module strndup.
19899         * m4/strndup.m4: New file.
19900
19901         Module xstrtod.
19902         * m4/xstrtod.m4: New file.
19903
19904         Module xstrtol.
19905         * m4/xstrtol.m4: New file.
19906
19907         Module getdate.
19908         * m4/getdate.m4: New file.
19909
19910         Module unlocked-io.
19911         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
19912         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
19913         * m4/jm-glibc-io.m4n: Remove file.
19914
19915         Module long-options.
19916         * m4/long-options.m4: New file.
19917
19918         Module md5.
19919         * m4/md5.m4: New file.
19920
19921         Module sha.
19922         * m4/sha.m4: New file.
19923
19924         Module getstr.
19925         * m4/getstr.m4: New file.
19926
19927         Module getline.
19928         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
19929         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
19930         <sys/types.h>, for size_t. Use the function name gnu_getline, not
19931         simply getline. Infoke gl_PREREQ_GETLINE.
19932
19933         Module obstack.
19934         * m4/obstack.m4: New file.
19935
19936         Module hash.
19937         * m4/hash.m4: New file.
19938
19939         Module readtokens.
19940         * m4/readtokens.m4: New file.
19941
19942         Module strverscmp.
19943         * m4/strverscmp.m4: New file.
19944
19945         Module stdbool.
19946         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
19947         OSF/1.
19948
19949         Module strtoll.
19950         * m4/strtoll.m4: New file.
19951
19952         Module strtoull.
19953         * m4/strtoull.m4: New file.
19954
19955         Module strtoimax.
19956         * m4/strtoimax.m4: New file.
19957
19958         Module strtoumax.
19959         * m4/strtoumax.m4: New file.
19960
19961         Module xstrtoimax.
19962         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
19963         jm_AC_PREREQ_XSTRTOIMAX.
19964         Moved the strtol prerequisites to strtol.m4.
19965         Moved the strtoll prerequisites to strtoll.m4.
19966         Moved the strtoimax prerequisites to strtoimax.m4.
19967
19968         Module xstrtoumax.
19969         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
19970         jm_AC_PREREQ_XSTRTOUMAX.
19971         Moved the strtoul prerequisites to strtoul.m4.
19972         Moved the strtoull prerequisites to strtoull.m4.
19973         Moved the strtoumax prerequisites to strtoumax.m4.
19974
19975         Module chown.
19976         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
19977         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
19978
19979         Module dup2.
19980         * m4/dup2.m4: New file.
19981
19982         Module ftruncate.
19983         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
19984         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
19985
19986         Module getgroups.
19987         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
19988         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
19989
19990         Module gettimeofday.
19991         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
19992         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
19993         gl_PREREQ_GETTIMEOFDAY.
19994
19995         Module mkdir.
19996         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
19997         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
19998
19999         Module mkstemp.
20000         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
20001         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
20002         jm_AC_TYPE_UINTMAX_T.
20003         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
20004
20005         Module stat.
20006         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
20007         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
20008
20009         Module lstat.
20010         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
20011         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
20012
20013         Module timespec.
20014         * m4/timespec.m4 (gl_TIMESPEC): New macro.
20015         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
20016         * m4/st_mtim.m4: Indentation.
20017
20018         Module nanosleep.
20019         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
20020         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
20021         gl_PREREQ_NANOSLEEP.
20022
20023         Module regex.
20024         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
20025         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
20026         (gl_REGEX): New macro.
20027
20028         Module rename.
20029         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
20030         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
20031
20032         Module rmdir.
20033         * m4/rmdir.m4: New file.
20034
20035         Module utime.
20036         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
20037         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
20038         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
20039
20040         Module dirname.
20041         * m4/dirname.m4: New file.
20042
20043         Module getopt.
20044         * m4/getopt.m4: New file.
20045
20046         Module unistd-safer.
20047         * m4/unistd-safer.m4: New file.
20048
20049         Module fnmatch.
20050         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
20051         declaration.
20052         (gl_PREREQ_FNMATCH_EXTRA): New macro.
20053         (gl_FUNC_FNMATCH_POSIX): New macro.
20054         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
20055         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
20056         simply fnmatch.
20057
20058         Module exclude.
20059         * m4/exclude.m4: New file.
20060
20061         Module human.
20062         * m4/human.m4: New file.
20063
20064         Module acl.
20065         * m4/acl.m4: Nop.
20066
20067         Module backupfile.
20068         * m4/backupfile.m4: New file.
20069         * m4/d-ino.m4: Indentation.
20070
20071         Module fsusage.
20072         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
20073         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
20074         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
20075
20076         Module dirfd.
20077         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
20078         requirements.
20079
20080         Module euidaccess.
20081         * m4/euidaccess.m4: New file.
20082
20083         Module file-type.
20084         * m4/file-type.m4: New file.
20085
20086         Module fileblocks.
20087         * m4/fileblocks.m4: New file.
20088
20089         Module filemode.
20090         * m4/filemode.m4: New file.
20091
20092         Module isdir.
20093         * m4/isdir.m4: New file.
20094
20095         Module lchown.
20096         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
20097         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
20098
20099         Module makepath.
20100         * m4/makepath.m4: New file.
20101
20102         Module modechange.
20103         * m4/modechange.m4: New file.
20104
20105         Module mountlist.
20106         * m4/mountlist.m4: New file.
20107         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
20108         Indentation.
20109
20110         Module path-concat.
20111         * m4/path-concat.m4: New file.
20112
20113         Module pathmax.
20114         * m4/pathmax.m4: New file.
20115
20116         Module same.
20117         * m4/same.m4: New file.
20118
20119         Module save-cwd.
20120         * m4/save-cwd.m4: New file.
20121
20122         Module savedir.
20123         * m4/savedir.m4: New file.
20124
20125         Module xgetcwd.
20126         * m4/xgetcwd.m4: New file.
20127         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
20128
20129         Module xreadlink.
20130         * m4/xreadlink.m4: New file.
20131
20132         Module safe-read.
20133         * m4/safe-read.m4: New file.
20134
20135         Module safe-write.
20136         * m4/safe-write.m4: New file.
20137
20138         Module closeout.
20139         * m4/closeout.m4: New file.
20140
20141         Module stdio-safer.
20142         * m4/stdio-safer.m4: New file.
20143
20144         Module getpass.
20145         * m4/getpass.m4: New file.
20146
20147         Module getugroups.
20148         * m4/getugroups.m4: New file.
20149
20150         Module group-member.
20151         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
20152         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
20153
20154         Module idcache.
20155         * m4/idcache.m4: New file.
20156
20157         Module userspec.
20158         * m4/userspec.m4: New file.
20159
20160         Module gettime.
20161         * m4/clock_time.m4: New file.
20162         * m4/gettime.m4: New file.
20163
20164         Module settime.
20165         * m4/settime.m4: New file.
20166
20167         Module posixtm.
20168         * m4/posixtm.m4: New file.
20169
20170         Module gethostname.
20171         * m4/gethostname.m4: New file.
20172
20173         Module canon-host.
20174         * m4/canon-host.m4: New file.
20175
20176         Module gettext.
20177         * m4/codeset.m4: New file, from gettext-0.11.5.
20178         * m4/gettext.m4: New file, from gettext-0.11.5.
20179         * m4/glibc21.m4: New file, from gettext-0.11.5.
20180         * m4/iconv.m4: New file, from gettext-0.11.5.
20181         * m4/intdiv0.m4: New file, from gettext-0.11.5.
20182         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
20183         * m4/inttypes.m4: New file, from gettext-0.11.5.
20184         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
20185         * m4/isc-posix.m4: New file, from gettext-0.11.5.
20186         * m4/lcmessage.m4: New file, from gettext-0.11.5.
20187         * m4/lib-ld.m4: New file, from gettext-0.11.5.
20188         * m4/lib-link.m4: New file, from gettext-0.11.5.
20189         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
20190         * m4/progtest.m4: New file, from gettext-0.11.5.
20191         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
20192         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
20193         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
20194
20195         Module localcharset.
20196         * m4/localcharset.m4: New file.
20197
20198         Module hard-locale.
20199         * m4/hard-locale.m4: New file.
20200
20201         Module mbswidth.
20202         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
20203         onceonly macros.
20204         * m4/mbrtowc.m4: Add comment.
20205
20206         Module memcasecmp.
20207         * m4/memcasecmp.m4: New file.
20208
20209         Module memcoll.
20210         * m4/memcoll.m4: New file.
20211
20212         Module unicodeio.
20213         * m4/unicodeio.m4: New file.
20214
20215         Module rpmatch.
20216         * m4/rpmatch.m4: New file.
20217
20218         Module yesno.
20219         * m4/yesno.m4: New file.
20220
20221         Module exitfail.
20222         * m4/exitfail.m4: New file.
20223
20224         Module c-stack.
20225         * m4/c-stack.m4 (gl_C_STACK): New macro.
20226         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
20227
20228         Module error.
20229         * m4/error.m4 (gl_ERROR): New macro.
20230         (jm_PREREQ_ERROR): Use onceonly macros.
20231
20232         Module fatal.
20233         * m4/fatal.m4: New file.
20234
20235         Module getloadavg.
20236         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
20237         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
20238
20239         Module getpagesize.
20240         * m4/getpagesize.m4: New file.
20241
20242         Module getusershell.
20243         * m4/getusershell.m4: New file.
20244
20245         Module physmem.
20246         * m4/physmem.m4: New file.
20247
20248         Module posixver.
20249         * m4/posixver.m4: New file.
20250
20251         Module quotearg.
20252         * m4/quotearg.m4: New file.
20253
20254         Module quote.
20255         * m4/quote.m4: New file.
20256
20257         Module readutmp.
20258         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
20259
20260         Module sig2str.
20261         * m4/sig2str.m4: New file.
20262
20263         Other.
20264         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
20265         ulonglong.m4.
20266         * m4/intmax_t.m4: New file.
20267         * m4/d-type.m4: Indentation.
20268         * m4/jm-macros.m4: Update.
20269         * m4/prereq.m4 (jm_PREREQ): Update.
20270         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
20271         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
20272         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
20273         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
20274         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
20275         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
20276         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
20277         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
20278         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
20279         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
20280         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
20281         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
20282         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
20283         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
20284         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
20285         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
20286         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
20287         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
20288         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
20289
20290 2002-12-24  Bruno Haible  <bruno@clisp.org>
20291
20292         * MODULES.txt: Update according to m4/ changes.
20293
20294         Module gettext.
20295         * config.rpath: New file, from gettext-0.11.5.
20296
20297         * modules/*: New module descriptions.
20298         * gnulib-tool: New file.
20299         * MODULES.html.sh: New file.
20300
20301 2002-12-21  Karl Berry  <karl@gnu.org>
20302
20303         * doc/fdl.texi: update to version 1.2.
20304
20305 2002-12-19  Karl Berry  <karl@gnu.org>
20306
20307         * config/config.guess: update from prep.
20308
20309 2002-12-18  Bruno Haible  <bruno@clisp.org>
20310
20311         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
20312         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
20313
20314 2002-12-17  Bruno Haible  <bruno@clisp.org>
20315
20316         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
20317         stdlib.h, string.h.
20318
20319 2002-12-17  Bruno Haible  <bruno@clisp.org>
20320
20321         * lib/canon-host.c (strdup): Remove unused declaration.
20322
20323         * lib/fsusage.c: Include full_read.h.
20324         (get_fs_usage): Use full_read instead of safe_read.
20325
20326         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
20327
20328 2002-12-12  Karl Berry  <karl@gnu.org>
20329
20330         * config/config.guess: update from prep.
20331
20332 2002-12-11  Bruno Haible  <bruno@clisp.org>
20333
20334         * m4/setenv.m4: New file, from gettext-0.11.5.
20335
20336 2002-12-11  Bruno Haible  <bruno@clisp.org>
20337
20338         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
20339         not unsetenv().
20340         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
20341         modifications:
20342
20343         2002-12-11  Bruno Haible  <bruno@clisp.org>
20344
20345                 * setenv.c (alloca): Fall back to malloc.
20346                 (freea): New macro.
20347                 (setenv): Use freea() to free memory allocated with alloca().
20348
20349         2002-11-13  Bruno Haible  <bruno@clisp.org>
20350
20351                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
20352                 function declarations.
20353                 * unsetenv.c (unsetenv): Likewise.
20354
20355         2002-03-04  Bruno Haible  <bruno@clisp.org>
20356
20357                 Portability to AIX 4.3.3.
20358                 * unsetenv.c: New file, extracted from setenv.c.
20359                 * setenv.c: Move the unsetenv() function to unsetenv.c.
20360
20361         2001-12-20  Bruno Haible  <bruno@clisp.org>
20362
20363                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
20364                 use malloc instead. For SunOS 4.
20365
20366         2001-12-11  Bruno Haible  <bruno@clisp.org>
20367
20368                 * setenv.c: Declare alloca.
20369                 (compar_fn_t): New typedef.
20370                 (KNOWN_VALUE, STORE_VALUE): Use it.
20371
20372         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
20373         setenv.h.
20374
20375 2002-12-10  Paul Eggert  <eggert@twinsun.com>
20376
20377         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
20378         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
20379         Choose values that are less likely to collide with system fnmatch
20380         options.
20381         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
20382         defined (e.g., a pure POSIX system).
20383         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
20384         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
20385
20386 2002-12-06  Paul Eggert  <eggert@twinsun.com>
20387
20388         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
20389         a pain in practice to deal with generated m4 files.  This change
20390         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
20391
20392         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
20393         and jm-glibc-io.m4, as they are no longer a special case.
20394         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
20395         kludge and the auto-generation stuff.  Check only whether the
20396         functions are declared, not whether they exist, since older hosts
20397         that don't declare the functions can't use the optimization anyway.
20398
20399 2002-12-06  Jim Meyering  <jim@meyering.net>
20400
20401         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
20402
20403         Merge in changes from libc's misc/error.c, in preparation
20404         for the merge of gnulib's changes back into libc.
20405
20406         * lib/error.c (_): Define only if not already defined.
20407         Move definition to follow all #include directives.
20408         Include unlocked-io.h only if !_LIBC.
20409         [_LIBC]: Include <libio/libioP.h>.
20410         [USE_IN_LIBIO]: Include <libio/iolibio.h>
20411         (fflush): Tweak definition to use INTUSE.
20412         (putc): Define.
20413
20414 2002-12-05  Paul Eggert  <eggert@twinsun.com>
20415
20416         * lib/alloca.c [defined emacs]: Include "lisp.h".
20417         (xalloc_die) [defined emacs]: New macro.
20418         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
20419         [! defined emacs]: Include <xalloc.h>.
20420         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
20421         (pointer): Typedef to POINTER_TYPE *.
20422         (malloc): Remove decl; we now always use xmalloc.
20423         (alloca): Use old-style definition, since Emacs needs this.
20424         Check for arithmetic overflow when computing combined size.
20425
20426 2002-12-04  Paul Eggert  <eggert@twinsun.com>
20427
20428         Do not generate unlocked-io.h automatically, since it's easier to
20429         maintain it by hand.
20430
20431         * lib/unlocked-io.h: New file, from GNU diffutils,
20432         but with proper copyright notice and attribution.
20433         * lib/gen-uio: Remove.
20434         * lib/Makefile.am: Add copyright notice.
20435         (libfetish_a_SOURCES): Add unlocked-io.h.
20436         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
20437         (DISTCLEANFILES, io_functions): Remove macros.
20438         (EXTRA_DIST): Remove gen_uio.
20439         (unlocked-io.h): Remove rule.
20440
20441 2002-12-04  Jim Meyering  <jim@meyering.net>
20442
20443         Reflect the fact that stat.c and lstat.c are no longer generated.
20444         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
20445         (DISTCLEANFILES): Likewise.
20446         (EXTRA_DIST): Likewise.
20447         (all_local): Don't depend on stat.c or lstat.c.
20448         (stat.c, lstat.c): Remove rules.
20449         (EXTRA_DIST): Remove xstat.in.
20450
20451         * lib/xstat.in: Remove file.  Contents moved into stat.c.
20452         * lib/stat.c: New file.  Contents mostly from xstat.in.
20453         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
20454         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
20455
20456         * lib/safe-read.c: Rework so that it may serve to define safe_write,
20457         too.
20458         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
20459
20460 2002-12-03  Jim Meyering  <jim@meyering.net>
20461
20462         * lib/safe-read.c, safe-write.c: Change variable names and comments,
20463         but not semantics, to minimize the differences between these two files.
20464         (safe_read): Change comment to mention SAFE_READ_ERROR.
20465
20466         * lib/safe-read.c (IS_EINTR): Define.
20467         (safe_read): Use IS_EINTR in place of in-function cpp directives.
20468
20469 2002-12-02  Jim Meyering  <jim@meyering.net>
20470
20471         * lib/safe-read.c (EINTR): Define.
20472         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
20473         (INT_MAX): Provide fallback.
20474         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
20475
20476         * lib/safe-read.h (SAFE_READ_ERROR): Define.
20477
20478 2002-12-02  Bruno Haible  <bruno@clisp.org>
20479
20480         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
20481         Define, taken from safe-read.c.
20482         (INT_MAX): Provide fallback.
20483         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
20484         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
20485
20486         * lib/safe-read.c (EINTR): Remove definition.
20487         (safe_read): Don't use EINTR if it is absent.
20488
20489 2002-12-01  Jim Meyering  <jim@meyering.net>
20490
20491         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
20492         zero.
20493         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
20494
20495 2002-11-27  Paul Eggert  <eggert@twinsun.com>
20496
20497         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
20498         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
20499         with `if (! (value < limit)) abort ();', for readability.
20500
20501 2002-11-26  Karl Berry  <karl@gnu.org>
20502
20503         * lib/strdup.c: copy from libc again, with jim's ok.
20504         * lib/.cppi-disable: re-add strdup.c
20505
20506 2002-11-25  Karl Berry  <karl@gnu.org>
20507
20508         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
20509         instead of "strtol.c".
20510
20511 2002-11-25  Karl Berry  <karl@gnu.org>
20512
20513         * config/install-sh: update from automake for variable quoting, $0 in
20514         error msgs, etc.
20515
20516         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
20517         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
20518         entry.
20519
20520 2002-11-25  Jim Meyering  <jim@meyering.net>
20521
20522         * lib/mktime.c: Sync from libc, now that it has the latest fix.
20523
20524 2002-11-24  Karl Berry  <karl@gnu.org>
20525
20526         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
20527         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
20528
20529 2002-11-24  Jim Meyering  <jim@meyering.net>
20530
20531         Update from coreutils:
20532
20533         * lib/mktime.c: Merge in changes from libc.
20534
20535         Avoid a link-time failure on some Linux systems.
20536         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
20537         (otherwise).
20538         (__mon_yday): Declare with the STATIC attribute.
20539         (__mktime_internal): Likewise.
20540         Based on a report from Greg Schafer.
20541
20542 2002-11-23  Jim Meyering  <jim@meyering.net>
20543
20544         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
20545         Use `unsigned', not `int', as type of index.
20546
20547         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
20548
20549         * lib/fsusage.c: Remove unneeded parentheses around operands of
20550         `defined'.
20551
20552 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20553
20554         * lib/quotearg.h: Allow multiple inclusion by surrounding with
20555         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
20556         so that we can be included first.
20557         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
20558         * lib/quotearg.c: Include quotearg.h immediately after config.h.
20559         No need to include stddef.h or sys/types.h any more.
20560         Surround local include files with "", not "<>".
20561         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
20562         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
20563         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
20564         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20565         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20566         (ISPRINT): Remove; no longer needed now that we assume C89.
20567
20568         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
20569         Preserve errno.
20570
20571         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
20572         quotearg_char): Use SIZE_MAX rather than
20573         (size_t) -1 when we are talking about "infinity".
20574
20575         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
20576
20577 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20578
20579         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
20580         hint that one should use `if (! x) abort ();' rather than `assert
20581         (x);', and anyway it's one less thing to worry about configuring.
20582         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
20583         hash_rehash, hash_insert): Use abort rather than assert.
20584
20585 2002-11-22  Bruno Haible  <bruno@clisp.org>
20586
20587         * lib/safe-read.h: Assume C89. Add comments.
20588         (safe_read): Change return type to size_t.
20589         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
20590         byte counts > SSIZE_MAX correctly.
20591         * lib/safe-write.h: New file.
20592         * lib/safe-write.c: New file.
20593         * lib/full-read.h: New file.
20594         * lib/full-read.c: New file.
20595         * lib/full-write.h: Assume C89. Add comments.
20596         * lib/full-write.c: Include safe-write.h.
20597         (full_write): Rewritten to use safe_write.
20598         Suggested by Jim Meyering and Paul Eggert.
20599
20600 2002-11-21  Jim Meyering  <jim@meyering.net>
20601
20602         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
20603
20604         Merge in changes from the coreutils.
20605
20606         2002-09-25  Paul Eggert  <eggert@twinsun.com>
20607         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
20608         <stdint.h>.
20609         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
20610         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
20611         int.  Work more efficiently if X is the same width as uintmax_t.
20612         Do not compare X to -1, to avoid bogus compiler warning.
20613         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
20614         Don't assume that f_frsize and f_bsize are the same type.
20615
20616         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
20617         warning on FreeBSD.
20618
20619         * lib/makepath.c (make_path): Restore umask *before* creating the final
20620         component.
20621         (make_path): Minor reformatting.
20622
20623         * lib/xmalloc.c: Adjust to work with new autoconf macros,
20624         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
20625         HAVE_MALLOC/HAVE_REALLOC.
20626
20627         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
20628         dummy ones.  At least on GNU/Linux systems, `auto' means something
20629         else.
20630         From Michael Stone.
20631
20632 2002-11-21  Bruno Haible  <bruno@clisp.org>
20633
20634         Remove case insensitive option matching.
20635         * lib/argmatch.h (argcasematch): Remove declaration.
20636         (ARGCASEMATCH): Remove macro.
20637         (__xargmatch_internal): Remove case_sensitive argument.
20638         (XARGMATCH): Update.
20639         (XARGCASEMATCH): Remove macro.
20640         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
20641         case_sensitive argument.
20642         (argcasematch): Remove function.
20643         (__xargmatch_internal): Remove case_sensitive argument.
20644         (main): Use XARGMATCH instead of XARGCASEMATCH.
20645
20646         * lib/xmalloc.c: Change compile-time error message. Add comment about
20647         required autoconf version.
20648
20649 2002-11-20  Paul Eggert  <eggert@twinsun.com>
20650
20651         Merge argmatch cleanups from Bison.  Assume C89.
20652
20653         * lib/argmatch.c: Include config.h here, not in argmatch.h.
20654         Include stdlib.h, for EXIT_FAILURE.
20655         Always include <string.h>, since we assume C89.
20656         (EXIT_FAILURE): Remove pre-C89 bug workaround.
20657         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
20658         Include <stddef.h> instead, since it's all we need for size_t.
20659         (PARAMS): Remove.  All uses removed.
20660         (ARRAY_CARDINALITY): Do not bother to #undef.
20661         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
20662         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20663         Remove unnecessary parentheses.
20664         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20665         Insert necessary parentheses.
20666         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
20667         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
20668
20669 2002-11-19  Bruno Haible  <bruno@clisp.org>
20670
20671         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
20672         * lib/mbswidth.h: Include <stddef.h>, for size_t.
20673
20674         * lib/mbswidth.h (PARAMS): Remove macro.
20675         (mbswidth, mbsnwidth): Use ANSI C function declarations.
20676         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
20677
20678         * lib/gcd.h (PARAMS): Remove macro.
20679         (gcd): Use ANSI C function declarations.
20680         * lib/gcd.c (gcd): Likewise.
20681
20682 2002-11-15  Bruno Haible  <bruno@clisp.org>
20683
20684         * lib/strcspn.c: Include <stddef.h>.
20685         (strcspn): Use ANSI C function declaration. Change return type to
20686         size_t. Use NULL.
20687         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
20688         (strpbrk): Use NULL.
20689         * lib/strpbrk.h (PARAMS): Remove macro.
20690         (strpbrk): Use ANSI C function declaration.
20691         * lib/strstr.c: Don't include <sys/types.h>.
20692         * lib/strstr.h (PARAMS): Remove macro.
20693         (strstr): Use ANSI C function declarations.
20694
20695 2002-11-14  Karl Berry  <karl@gnu.org>
20696
20697         * config/mkinstalldirs: `do' on separate line, instead of
20698         `for var; do'.
20699
20700 2002-11-06  Bruno Haible  <bruno@clisp.org>
20701
20702         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
20703         * lib/gcd.c (gcd): Likewise.
20704
20705 2002-11-05  Bruno Haible  <bruno@clisp.org>
20706
20707         * lib/gcd.h: New file, from gettext-0.11.5.
20708         * lib/gcd.c: New file, from gettext-0.11.5.
20709
20710 2002-11-05  Bruno Haible  <bruno@clisp.org>
20711
20712         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20713         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20714         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20715         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20716
20717         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
20718         <libintl.h>.
20719         * lib/makepath.c: Include gettext.h instead of <locale.h> and
20720         <libintl.h>.
20721
20722         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
20723         * lib/human.c: Include gettext.h instead of <libintl.h>.
20724         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
20725         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
20726         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
20727         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
20728         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
20729         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
20730         (textdomain): Remove definition.
20731         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
20732
20733         * lib/long-options.c: Remove include of <libintl.h> and definition of
20734         _.
20735         * lib/same.c: Remove include of <libintl.h> and definition of _.
20736
20737 2002-11-04  Owen Taylor  <otaylor@redhat.com>
20738
20739         * lib/config.charset: A few additions for Solaris.
20740
20741 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20742
20743         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
20744         * lib/localcharset.c (locale_charset): Declare as extern "C".
20745
20746 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20747
20748         * lib/config.charset: msdos in uk_UA uses CP1125.
20749
20750 2002-11-04  Bruno Haible  <bruno@clisp.org>
20751
20752         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
20753         * lib/strcase.h: New file, from GNU gettext-0.11.5.
20754         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
20755         * lib/strstr.h: New file, from GNU gettext-0.11.5.
20756         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
20757
20758 2002-11-04  Bruno Haible  <bruno@clisp.org>
20759
20760         * lib/localcharset.c (locale_charset): Don't return an empty string.
20761
20762 2002-11-04  Bruno Haible  <bruno@clisp.org>
20763
20764         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
20765         aliases.
20766
20767 2002-11-04  Bruno Haible  <bruno@clisp.org>
20768
20769         * lib/config.charset: Update for newest glibc. Add canonical names
20770         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
20771
20772 2002-11-04  Bruno Haible  <bruno@clisp.org>
20773
20774         * lib/config.charset: Add support for NetBSD.
20775
20776 2002-11-04  Bruno Haible  <bruno@clisp.org>
20777
20778         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
20779
20780 2002-11-01  Bruno Haible  <bruno@clisp.org>
20781
20782         * configure.in: Add AC_CONFIG_AUX_DIR call.
20783         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
20784         test/Makefile.
20785         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
20786
20787 2002-09-28  Karl Berry  <karl@gnu.org>
20788
20789         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
20790         installed automake until the next release, since changes have been
20791         made.
20792
20793 2002-09-25  Karl Berry  <karl@gnu.org>
20794
20795         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
20796         * lib/getopt*: copy from libc/posix.
20797         * lib/gettext.h: copy from gettext.
20798         * lib/.cppi-disable: add strdup.c, gettext.h.
20799
20800 2002-09-25  Karl Berry  <karl@gnu.org>
20801
20802         * config/srclist.txt: enable gettext.h check.
20803         * config/config.{guess,sub}: update from prep.
20804         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
20805                 from automake 1.6.3.
20806         See srclist*.
20807
20808 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
20809
20810         * regex.c (PATFETCH): Remove the translating fetch.
20811         (PATFETCH_RAW): Rename to PATFETCH.
20812         (set_image_of_range): New fun.
20813         (SET_RANGE_TABLE_WORK_AREA): Use it.
20814         (regex_compile): Don't translate the pattern chars so eagerly.
20815         Only do it when inserting an `exactn' bytecode or when handling
20816         a char-range.
20817         (mutually_exclusive_p): Avoid empty statement.
20818
20819 2002-07-06  Jim Meyering  <meyering@lucent.com>
20820
20821         * m4/README: Don't mention Makefile.am.in.
20822         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
20823
20824 2002-07-01  Jim Meyering  <meyering@lucent.com>
20825
20826         * lib/c-stack.c: Include sys/time.h.
20827         From Volker Borchert.
20828
20829 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20830
20831         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
20832
20833 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20834
20835         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
20836         New macro.  Use it uniformly instead of
20837         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
20838         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
20839         reported by Vin Shelton.
20840
20841 2002-06-22  Paul Eggert  <eggert@twinsun.com>
20842
20843         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
20844         Do not assume SA_SIGINFO behavior.
20845         Bug reported by Jim Meyering on NetBSD 1.5.2.
20846
20847 2002-06-22  Jim Meyering  <meyering@lucent.com>
20848
20849         * m4/c-stack.m4: New file, from diffutils-2.8.2.
20850         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
20851
20852         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
20853         now that configure.ac uses AC_GNU_SOURCE.
20854         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
20855         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
20856
20857         Update to latest tools.  Suggestions from Paul Eggert.
20858         * m4/stdbool.m4: New file, from diffutils-2.8.2.
20859         * m4/gnu-source.m4: Update from diffutils-2.8.2.
20860         * m4/fnmatch.m4: Likewise.
20861         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
20862         to AC_HEADER_STDBOOL
20863
20864 2002-06-22  Jim Meyering  <meyering@lucent.com>
20865
20866         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
20867         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
20868
20869 2002-06-22  Jim Meyering  <meyering@lucent.com>
20870
20871         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
20872
20873         * lib/exitfail.c, exitfail.h: Likewise.
20874         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
20875
20876         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
20877         of fnmatch.h.
20878         (EXTRA_DIST): Add fnmatch_loop.c.
20879         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
20880
20881         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
20882         * lib/fnmatch.c: Update from diffutils-2.8.2.
20883         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
20884         * lib/fnmatch.h: Remove file.
20885
20886 2002-06-21  Jim Meyering  <meyering@lucent.com>
20887
20888         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
20889         * m4/mbrtowc.m4: Likewise.
20890
20891         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
20892         * m4/mbswidth.m4: Reflect name change:
20893         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
20894         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20895
20896         * m4/lib-link.m4: Update from gettext-0.11.2.
20897         * m4/gettext.m4: Likewise.
20898
20899         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
20900         From Alfred M. Szmidt.
20901
20902 2002-06-18  Paul Eggert  <eggert@twinsun.com>
20903
20904         * lib/file-type.h: Report an error if neither S_ISREG nor
20905         S_IFREG is defined, instead of using a test specific to glibc
20906         2.2.  This should be safe, since POSIX requires S_ISREG and
20907         Unix Version 7 had S_IFREG.  We don't need to check for
20908         <sys/types.h> since we don't use any symbols that it defines.
20909
20910 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
20911
20912         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
20913         $@-t, so that each temporary file name is unique and valid in the first
20914         8 characters, for operation under DOS.
20915
20916 2002-06-15  Paul Eggert  <eggert@twinsun.com>
20917
20918         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
20919
20920 2002-06-15  Jim Meyering  <meyering@lucent.com>
20921
20922         Work even with DJGPP 2.03, which lacks support for symlinks.
20923         From Richard Dawe.
20924         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
20925         is defined.
20926         * lib/lchown.c (S_ISLNK): Likewise.
20927
20928 2002-06-15  Jim Meyering  <meyering@lucent.com>
20929
20930         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
20931         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
20932         have been included before this file.
20933
20934 2002-06-14  Jim Meyering  <meyering@lucent.com>
20935
20936         * lib/file-type.h: Use the version from diffutils-2.8.2.
20937         * lib/file-type.c: Likewise.
20938
20939 2002-06-07  Jim Meyering  <meyering@lucent.com>
20940
20941         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
20942         They're needed at least for NetBSD 1.5.2.
20943         ($statxfs_includes): Include those same headers.
20944         ($statxfs_includes): Include sys/vfs.h if available.
20945         ($statxfs_includes): Likewise for sys/statvfs.h.
20946         Check for the following members in both structs statfs and statvfs:
20947         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
20948
20949 2002-06-01  Jim Meyering  <meyering@lucent.com>
20950
20951         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
20952         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
20953
20954 2002-05-28  Jim Meyering  <meyering@lucent.com>
20955
20956         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
20957         Reported by Volker Borchert.
20958
20959 2002-05-27  Jim Meyering  <meyering@lucent.com>
20960
20961         Fix a problem seen only on nonconforming systems whereby ls.c's
20962         use of localtime, and then of gettimeofday would cause trouble:
20963         the localtime call used to initialize rpl_gettimeofday's save
20964         mechanism would clobber ls's current local time information so
20965         that in any long listing the first file would always be listed
20966         with date 1970-01-01.  Analysis by Volker Borchert.
20967
20968         * lib/gettimeofday.c (localtime): Undefine.
20969         (rpl_localtime): New function.
20970
20971 2002-05-27  Jim Meyering  <meyering@lucent.com>
20972
20973         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
20974         localtime.
20975
20976         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
20977         use the replacement function; it wouldn't resolve at link time.
20978         Reported by Volker Borchert.
20979
20980 2002-05-22  Jim Meyering  <meyering@lucent.com>
20981
20982         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
20983         file-type.h.
20984         * lib/file-type.h: New file.
20985         * lib/file-type.c (file_type): New file/function.  Extracted from
20986         diffutils.
20987
20988 2002-04-30  Jim Meyering  <meyering@lucent.com>
20989
20990         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
20991
20992 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20993
20994         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
20995
20996 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20997
20998         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
20999         Do not check for alloca.h (no longer used) or stdbool.h (was never
21000         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
21001
21002 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21003
21004         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
21005
21006 2002-04-29  Jim Meyering  <meyering@lucent.com>
21007
21008         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
21009         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
21010         Use AC_FUNC_STRNLEN here instead.
21011
21012         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
21013         With autoconf-2.53a, it's part of AC_PROG_CC.
21014
21015 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21016
21017         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
21018         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
21019
21020 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21021
21022         * lib/sig2str.h, lib/sig2str.c: New files.
21023         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
21024
21025 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21026
21027         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
21028         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
21029         of 127, since 64 is the largest conceivable number for ancient
21030         nonstandard hosts.
21031         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
21032
21033 2002-04-28  Jim Meyering  <meyering@lucent.com>
21034
21035         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
21036
21037 2002-04-24  Jim Meyering  <meyering@lucent.com>
21038
21039         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
21040         (jm_PREREQ): Use it.
21041
21042         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
21043         mach/mach.h fcntl.h.
21044         Check for this function: setlocale.
21045
21046 2002-04-24  Jim Meyering  <meyering@lucent.com>
21047
21048         * lib/gettext.h: New file, from Gettext.
21049         * lib/Makefile.am (INCLUDES): Remove -I../intl.
21050         (libfetish_a_SOURCES): Add gettext.h.
21051
21052 2002-04-16  Jim Meyering  <meyering@lucent.com>
21053
21054         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
21055         ut_pid, ut_id, ut_exit.
21056
21057 2002-04-16  Jim Meyering  <meyering@lucent.com>
21058
21059         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
21060         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
21061         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
21062
21063 2002-04-12  Jim Meyering  <meyering@lucent.com>
21064
21065         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
21066         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
21067         existence of the getmntinfo function.  Needed for Darwin 5.3.
21068
21069         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
21070         This is necessary at least on Darwin 5.3.
21071
21072         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
21073         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
21074         strnlen.o in the library, and that makes some versions of ranlib
21075         object.
21076
21077 2002-04-12  Jim Meyering  <meyering@lucent.com>
21078
21079         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
21080
21081 2002-04-09  Jim Meyering  <meyering@lucent.com>
21082
21083         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
21084         to be more precise.  Rather than saying we're checking whether the
21085         function `works', say what we're testing.
21086         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
21087         Reported by Bruno Haible.
21088
21089 2002-03-10  Jim Meyering  <meyering@lucent.com>
21090
21091         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
21092         Suggestion from Santiago Vila.
21093
21094 2002-03-08  Jim Meyering  <meyering@lucent.com>
21095
21096         * lib/rename.c: Mention that this wrapper is needed also on
21097         mips-dec-ultrix4.4 systems.
21098
21099 2002-03-02  Jim Meyering  <meyering@lucent.com>
21100
21101         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
21102         not HAVE_CLOCK_SETTIME.
21103
21104 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21105
21106         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
21107         Check for clock_settime.
21108
21109 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21110
21111         * lib/nanosleep.h: Rename to....
21112         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
21113
21114         * lib/gettime.c: New file.
21115         * lib/settime.c: New file.
21116         * lib/stime.c: Remove.
21117
21118         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
21119         timespec.h.  Remove nanosleep.h.
21120
21121 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21122
21123         * m4/acl.m4: New file.
21124         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
21125         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
21126
21127 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21128
21129         * lib/acl.c, lib/acl.h: New files.
21130         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
21131
21132 2002-02-24  Jim Meyering  <meyering@lucent.com>
21133
21134         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
21135         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
21136         cause trouble.  Reported by Nelson Beebe.
21137
21138 2002-02-23  Paul Eggert  <eggert@twinsun.com>
21139
21140         * lib/path-concat.c (xpath_concat): Reorder code to pacify
21141         compilers that don't know that xalloc_die never returns.
21142
21143 2002-02-20  Jim Meyering  <meyering@lucent.com>
21144
21145         * lib/getdate.c: Regenerate using bison-1.33.
21146
21147 2002-02-17  Jim Meyering  <meyering@lucent.com>
21148
21149         * config/config.guess (main): Don't use `head -1'; it's no longer
21150         portable. Use `sed 1q' instead.
21151
21152 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
21153
21154         * m4/codeset.m4: Upgrade to gettext-0.11.
21155         * m4/gettext.m4: Upgrade to gettext-0.11.
21156         * m4/glibc21.m4: Upgrade to gettext-0.11.
21157         * m4/iconv.m4: Upgrade to gettext-0.11.
21158         * m4/isc-posix.m4: Upgrade to gettext-0.11.
21159         * m4/lcmessage.m4: Upgrade to gettext-0.11.
21160         * m4/lib-ld.m4: New file, from gettext-0.11.
21161         * m4/lib-link.m4: New file, from gettext-0.11.
21162         * m4/lib-prefix.m4: New file, from gettext-0.11.
21163         * m4/progtest.m4: Upgrade to gettext-0.11.
21164
21165 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21166
21167         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
21168         (jm_PREREQ): Use it.
21169
21170 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21171
21172         * lib/posixver.c, lib/posixver.h: New files.
21173         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21174
21175 2002-02-02  Paul Eggert  <eggert@twinsun.com>
21176             Bruno Haible  <bruno@clisp.org>
21177
21178         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
21179         (fwrite_success_callback): New declaration.
21180         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
21181         print_unicode_char. Call failure callback instead of error.
21182         (fwrite_success_callback): New function.
21183         (exit_failure_callback): New function.
21184         (fallback_failure_callback): New function.
21185         (print_unicode_char): Call unicode_to_mb.
21186
21187 2002-01-26  Jim Meyering  <meyering@lucent.com>
21188
21189         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
21190         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
21191
21192 2002-01-26  Jim Meyering  <meyering@lucent.com>
21193
21194         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
21195
21196 2002-01-22  Paul Eggert  <eggert@twinsun.com>
21197
21198         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
21199
21200 2002-01-22  Jim Meyering  <meyering@lucent.com>
21201
21202         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
21203         Otherwise, some versions of automake would omit the rule that makes
21204         Makefile from Makefile.in.
21205
21206 2002-01-21  Paul Eggert  <eggert@twinsun.com>
21207
21208         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
21209         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21210         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
21211         (memcoll): Set errno to zero if there is no error.
21212
21213         * lib/quotearg.c (quotearg_buffer_restyled):
21214         Fix bug with quoting buffers containing NUL when backslashing escapes.
21215         This bug was exposed by the other changes in this patch.
21216         (quotearg_n_options): New arg ARGSIZE.
21217         All callers changed.
21218         (quoting_options_from_style): New function.
21219         (quotearg_n_style): Use it.
21220         (quotearg_n_style_mem): New function.
21221
21222         * lib/quotearg.h (quotearg_n_style_mem): New function.
21223
21224 2002-01-19  Jim Meyering  <meyering@lucent.com>
21225
21226         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
21227         Remove useless quotes: DF_PROG="df".
21228         * m4/strnlen.m4: New file.
21229
21230 2002-01-16  Paul Eggert  <eggert@twinsun.com>
21231
21232         * lib/backupfile.c (ISDIGIT): Comment fix.
21233         * lib/getdate.y (ISDIGIT): Likewise.
21234         * lib/posixtm.c (ISDIGIT, year): Likewise.
21235         * lib/strverscmp.c (ISDIGIT): Likewise.
21236         * lib/userspec.c (ISDIGIT): Likewise.
21237
21238 2002-01-16  Jim Meyering  <meyering@lucent.com>
21239
21240         * lib/getdate.y: Add three semicolons, each just before a closing
21241         brace. Bison (as of version 1.31) no longer papers over that mistake.
21242
21243 2002-01-05  Jim Meyering  <meyering@lucent.com>
21244
21245         * lib/version-etc.c (version_etc_copyright): Update copyright year.
21246
21247 2001-12-19  Paul Eggert  <eggert@twinsun.com>
21248
21249         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
21250         not silently exit merely because the output buffer happens to
21251         have nothing pending.
21252
21253 2001-12-18  Paul Eggert  <eggert@twinsun.com>
21254
21255         See the big note in ../ChangeLog.
21256         * lib/human.c (suffixes): Prefer K to k for 1024.
21257         (generate_suffix_backwards): New function.
21258         (human_readable_inexact): Use it.
21259         * lib/xstrtol.c (__xstrtol): If there is no number but there
21260         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
21261         Accept 'K' as well as 'k'.
21262
21263 2001-12-15  Jim Meyering  <meyering@lucent.com>
21264
21265         * lib/regex.h (__restrict_arr): Update from libc.
21266
21267         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
21268         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
21269         (STREQ): Define.
21270
21271 2001-12-14  Jim Meyering  <meyering@lucent.com>
21272
21273         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
21274         Suggestion from Bruno Haible.
21275
21276 2001-12-10  Jim Meyering  <meyering@lucent.com>
21277
21278         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
21279         xrealloc, Instead, include "xalloc.h".
21280         (initbuffer): Don't cast xmalloc return value to char*.
21281         (readline): Reword comment.
21282         Don't cast xrealloc return value to char*
21283         Return NULL, not 0.
21284
21285 2001-12-09  Jim Meyering  <meyering@lucent.com>
21286
21287         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
21288         about `signed and unsigned type in conditional expression'.
21289         * lib/posixtm.c (posix_time_parse): Likewise.
21290
21291         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
21292
21293         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
21294         to avoid a pedantic warning.
21295
21296         * lib/getstr.c: Don't include assert.h.
21297         (getstr): Remove warning-evoking assertions.
21298         Return -1 if offset parameter is out of bounds.
21299         Change the type of a local from int to size_t.
21300
21301         * lib/strftime.c (my_strftime_localtime_r): Include this function
21302         definition in the `#if ! HAVE_TM_GMTOFF' block.
21303
21304         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
21305         Include xalloc.h instead.
21306
21307 2001-12-02  Jim Meyering  <meyering@lucent.com>
21308
21309         * lib/tempname.c: Don't declare getenv, thus reverting the change of
21310         2001-11-18.  It's no longer necessary, now that stdlib.h is always
21311         included.
21312
21313         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
21314         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
21315
21316 2001-11-30  Akim Demaille  <akim@epita.fr>
21317
21318         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
21319         before being defined.
21320
21321 2001-11-27  Paul Eggert  <eggert@twinsun.com>
21322
21323         * lib/quotearg.h (quotearg_n, quotearg_n_style):
21324         First arg is int, not unsigned.
21325         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
21326         (SIZE_MAX, UINT_MAX): New macros.
21327         (quotearg_n_options): Abort if N is negative.
21328         Avoid overflow check on hosts where size_t is 64 bits and int
21329         is 32 bits, as overflow is impossible there.
21330         Fix off-by-one typo that caused unnecessary reallocation.
21331
21332 2001-11-27  Jim Meyering  <meyering@lucent.com>
21333
21334         * lib/tempname.c: Merge with version from libc.
21335         * lib/regex.c: Likewise.
21336
21337         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
21338         systems for which STDC_HEADERS is 0, it was not included, resulting in
21339         a warning about an integer-to-pointer conversion problem with getenv.
21340         Reported by Volker Borchert.
21341
21342 2001-11-26  Jim Meyering  <meyering@lucent.com>
21343
21344         * lib/gtod.h: Remove file.
21345         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
21346         * lib/gettimeofday.c: Don't include gtod.h.
21347         (GTOD_init): Remove function.
21348         (rpl_gettimeofday): Do its job here instead, rather than aborting.
21349         Suggestion from Volker Borchert.
21350
21351 2001-11-23  Jim Meyering  <meyering@lucent.com>
21352
21353         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
21354         it.
21355         * lib/hash.c (struct hash_table): Define it here instead.
21356
21357 2001-11-22  Jim Meyering  <meyering@lucent.com>
21358
21359         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
21360
21361 2001-11-20  Jim Meyering  <meyering@lucent.com>
21362
21363         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
21364         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
21365
21366 2001-11-19  Jim Meyering  <meyering@lucent.com>
21367
21368         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
21369         directory.  Use "conftestXXXXXX" as the template.
21370         Suggestion from Paul Eggert.
21371
21372         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
21373         immediately, so the test doesn't mistakenly hit the max-open-files
21374         limit.
21375
21376 2001-11-18  Paul Eggert  <eggert@twinsun.com>
21377
21378         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
21379         (TEMPORARIES): New macro.
21380         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
21381         removes an artificial limitation (e.g. HP-UX 10.20, where
21382         TMP_MAX is 17576).
21383
21384 2001-11-18  Jim Meyering  <meyering@lucent.com>
21385
21386         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
21387
21388 2001-11-18  Jim Meyering  <meyering@lucent.com>
21389
21390         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
21391         on SunOS 4.
21392
21393         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
21394         files will be created before anything else.
21395
21396 2001-11-17  Paul Eggert  <eggert@twinsun.com>
21397
21398         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
21399         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
21400
21401 2001-11-17  Jim Meyering  <meyering@lucent.com>
21402
21403         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
21404         Prompted by a report from Bob Proulx.
21405
21406         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
21407         Instead, require UTILS_FUNC_MKSTEMP.
21408
21409 2001-11-17  Jim Meyering  <meyering@lucent.com>
21410
21411         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
21412         Now, that's done as part of AC_FUNC_STRTOD.
21413
21414 2001-11-17  Jim Meyering  <meyering@lucent.com>
21415
21416         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
21417         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
21418         rather than group writable.  Patch by Juan F. Codagnone.
21419
21420         * lib/readtokens.c: Remove explicit declarations of xmalloc and
21421         xrealloc, Instead, include "xalloc.h".
21422
21423         * lib/mountlist.c: Include unlocked-io.h after all system headers.
21424         Remove explicit declarations of xmalloc, xrealloc,
21425         and xstrdup.  Instead, include "xalloc.h".
21426
21427         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
21428         unlocked-io.h.
21429         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
21430         Likewise.
21431         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
21432
21433         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
21434         Reported by Padraig Brady.
21435
21436         * lib/mkstemp.c: #undef mkstemp.
21437         Include config.h.
21438         (rpl_mkstemp): Rename from mkstemp.
21439         Protoize.
21440
21441 2001-11-16  Jim Meyering  <meyering@lucent.com>
21442
21443         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
21444         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
21445         determine the amount of total physical memory, use pstat_getstatic.
21446         HPUX-11 doesn't define _SC_PHYS_PAGES.
21447         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
21448         If sysconf couldn't be used to determine the amount of available
21449         physical memory, use both pstat_getstatic and pstat_getdynamic.
21450         Based on a patch from Bob Proulx.
21451
21452 2001-11-10  Jim Meyering  <meyering@lucent.com>
21453
21454         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
21455         (jm_PREREQ): Use it.
21456
21457 2001-11-09  Jim Meyering  <meyering@lucent.com>
21458
21459         * m4/jm-macros.m4: Require autoconf-2.52f.
21460         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
21461         Use these AC_-prefixed names, not the AM_-prefixed ones.
21462
21463         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
21464
21465 2001-11-05  Jim Meyering  <meyering@lucent.com>
21466
21467         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
21468
21469 2001-11-04  Jim Meyering  <meyering@lucent.com>
21470
21471         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
21472         $DEFS.
21473
21474 2001-11-03  Jim Meyering  <meyering@lucent.com>
21475
21476         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
21477         of AC_DEFUN.
21478
21479         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
21480         know the name of the variable in the macro definition.
21481
21482 2001-11-03  Jim Meyering  <meyering@lucent.com>
21483
21484         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
21485         in argmatch_to_argument call.
21486
21487         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
21488         argument.
21489
21490         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
21491         e.g., a fault due to an attempt to free a NULL pointer.
21492
21493 2001-11-01  Jim Meyering  <meyering@lucent.com>
21494
21495         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
21496         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
21497
21498 2001-11-01  Jim Meyering  <meyering@lucent.com>
21499
21500         * lib/dirfd.c, lib/dirfd.h: New files.
21501         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
21502
21503         * lib/hash.c (hash_print) [TESTING]: Clean up.
21504
21505 2001-10-22  Paul Eggert  <eggert@twinsun.com>
21506
21507         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
21508         to avoid a warning if -Wall.
21509
21510 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
21511
21512         * README: New file
21513         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
21514         (per RMS's instructions, this is now the canonical source)
21515         * lgpl/, gpl/: New directories.
21516
21517 2001-10-21  Paul Eggert  <eggert@twinsun.com>
21518
21519         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
21520
21521 2001-10-21  Jim Meyering  <meyering@lucent.com>
21522
21523         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
21524         this code would end up calling gettext even in packages built
21525         with --disable-nls.
21526         * lib/getopt.c (_): Likewise.
21527         * lib/regex.c (_): Likewise.
21528
21529 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21530
21531         * m4/error.m4 (jm_PREREQ_ERROR):
21532         Do not invoke AC_CHECK_FUNCS with strerror_r, as
21533         AC_FUNC_STRERROR_R does that.
21534         Check for strerror declaration.
21535
21536         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
21537         are supposed to have them these days.
21538         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
21539         Merge changes from latest Autoconf CVS.
21540         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
21541         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
21542         POSIX decided to standardize on the int flavor of strerror_r.
21543
21544 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21545
21546         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
21547         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
21548         Use strerror_r that is only a macro, even if it is not a function.
21549         (strerror): Check for HAVE_DECL_STRERROR before declaring.
21550         (private_strerror): Use prototypes, not old-style function definition.
21551         (print_errno_message): New function.
21552         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
21553         char*-flavored one.
21554         (error_tail, error, error_at_line): Use it.
21555
21556 2001-10-11  Jim Meyering  <meyering@lucent.com>
21557
21558         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
21559         and quote_n (1, ... to avoid clobbering a buffer.
21560
21561 2001-10-05  Jim Meyering  <meyering@lucent.com>
21562
21563         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
21564         hash-pjw.h.
21565         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
21566         * lib/hash-pjw.h: New file.
21567
21568 2001-09-30  Jim Meyering  <meyering@lucent.com>
21569
21570         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
21571         `struct fsstat' has the `f_fstypename' member.
21572         Use that to define FS_TYPE, which is now used to make
21573         the getfsstat link test tighter.
21574
21575 2001-09-30  Jim Meyering  <meyering@lucent.com>
21576
21577         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
21578         Include <sys/ucred.h>, for Apple Darwin.
21579         Include sys/mount.h and sys/fs_types.h only if available.
21580         (FS_TYPE): Define.
21581         (read_filesystem_list): Use FS_TYPE.
21582
21583 2001-09-29  Paul Eggert  <eggert@twinsun.com>
21584
21585         * lib/exclude.c (excluded_filename): 0 -> false, since it's
21586         a boolean context.
21587
21588 2001-09-29  Jim Meyering  <meyering@lucent.com>
21589
21590         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21591         [one-argument getmntent function]): Include stdio.h before mntent.h.
21592         SunOS 4.1.x needs it for the declaration of `FILE'.
21593         Patch by Volker Borchert.
21594
21595         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21596         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
21597         sys/fs_types.h, and make the link-test for getfsstat guard #include
21598         directives with appropriate #if HAVE_*_H tests so that we can
21599         detect getfsstat on Apple Darwin1.3.7 systems.
21600         Reported by Nelson Beebe.
21601         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
21602
21603 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21604
21605         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21606         #defines strtoimax.  Also treat the other strto* functions
21607         like strtoimax.
21608
21609         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21610         Check for strtoul and strtoumax,
21611         as those declarations are made even in the signed case.
21612         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
21613         Likewise, for strtol and strtoimax.
21614
21615 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21616
21617         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21618         #defines strtoimax.  Also treat the other strto* functions
21619         like strtoimax.
21620
21621         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
21622         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
21623         (strtoimax, strtoumax): Do not declare if already defined as a macro.
21624
21625 2001-09-26  Jim Meyering  <meyering@lucent.com>
21626
21627         Most macros in unlocked-io.h had the wrong number of arguments.
21628         * lib/gen-uio: New script.
21629         (USE_UNLOCKED_IO): Define to 1 if not already defined.
21630         * lib/unlocked-io.hin: Remove file.
21631         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
21632         rather than trying to embed it here.
21633         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
21634         Reported by Padraig Brady.
21635
21636 2001-09-25  Volker Borchert  <bt@teknon.de>
21637
21638         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
21639         `result'.
21640
21641 2001-09-24  Jim Meyering  <meyering@lucent.com>
21642
21643         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
21644
21645 2001-09-23  Jim Meyering  <meyering@lucent.com>
21646
21647         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
21648         instead of the mere test for existence of mntent.h.  The latter
21649         would get a false-positive on AIX 3.4 systems.
21650         In the outer getmntent if-block, don't die if neither of the getmntent
21651         tests succeeds.  Instead, just fall through and continue with the
21652         remaining tests.
21653
21654 2001-09-23  Jim Meyering  <meyering@lucent.com>
21655
21656         * lib/mountlist.c: Remove useless parentheses in #if directives.
21657         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
21658         the deprecated MOUNTED symbol is no longer defined in mntent.h.
21659
21660 2001-09-22  Jim Meyering  <meyering@lucent.com>
21661
21662         * m4/gettext.m4: New file.  From gettext.
21663         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
21664         * m4/progtest.m4: Likewise
21665         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
21666         * m4/glibc21.m4: Likewise.
21667
21668         * m4/libintl.m4: Remove.  No longer used.
21669
21670 2001-09-22  Jim Meyering  <meyering@lucent.com>
21671
21672         * lib/localcharset.c: Update from latest gettext.
21673         * lib/config.charset: Likewise.
21674
21675 2001-09-20  Jim Meyering  <meyering@lucent.com>
21676
21677         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
21678         strtoimax.
21679         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
21680         strtoumax.
21681
21682 2001-09-20  Jim Meyering  <meyering@lucent.com>
21683
21684         * lib/xstrtol.c (strtoimax): Guard declaration with
21685         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
21686         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
21687         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
21688         (strtoumax): Likewise, for completeness (it wasn't necessary).
21689
21690 2001-09-17  Paul Eggert  <eggert@twinsun.com>
21691
21692         * lib/strtoimax.c (HAVE_LONG_LONG):
21693         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
21694         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
21695         to work around bug in IBM C compiler.
21696
21697 2001-09-17  Jim Meyering  <meyering@lucent.com>
21698
21699         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
21700         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
21701         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
21702         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
21703         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
21704         whenever the right hand side need not be expanded by the shell.
21705
21706 2001-09-16  Paul Eggert  <eggert@twinsun.com>
21707
21708         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
21709         library.  It's not correct, as some older glibcs are buggy.
21710         fnmatch wasn't fixed until glibc 2.2.
21711
21712         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
21713         special shell magic here.
21714
21715 2001-09-16  Jim Meyering  <meyering@lucent.com>
21716
21717         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
21718         * m4/jm-macros.m4: Require it.
21719
21720 2001-09-16  Jim Meyering  <meyering@lucent.com>
21721
21722         * lib/mkdir.c: New file.
21723
21724 2001-09-15  Jim Meyering  <meyering@lucent.com>
21725
21726         * m4/jm-macros.m4: Check for help2man.
21727
21728 2001-09-11  Jim Meyering  <meyering@lucent.com>
21729
21730         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
21731         The body, by Paul Eggert, was moved here from configure.in.
21732         * m4/jm-macros.m4: Require UTILS_HOST_OS.
21733
21734 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21735
21736         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
21737         (jm_PREREQ): Use it.
21738
21739 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21740
21741         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
21742         Use ssize_t, not int, to store result of readlink.
21743         Check for ssize_t overflow as well as size_t overflow,
21744         as POSIX says the result of readlink is implementation-defined
21745         when ssize_t overflows.
21746         Remove unnecessary cast to char*.
21747         Use free+malloc instead of realloc, as the storage doesn't need
21748         to be preserved and it's clearer and can be more efficient that way.
21749         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
21750         * lib/xreadlink.h (xreadlink): Update prototype.
21751
21752 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21753
21754         * lib/xgetcwd.c: Revert some of the previous change; intead,
21755         fix the HAVE_GETCWD_NULL code to behave more like the
21756         !HAVE_GETCWD_NULL code used to.
21757
21758         Include "xalloc.h".
21759         (xgetcwd): Do not return NULL when memory is exhausted; instead,
21760         invoke xalloc_die.
21761
21762 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21763
21764         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
21765         sys/param.h, as pathmax.h includes them.
21766
21767 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21768
21769         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
21770         (jm_PREREQ_XGETCWD): New macro.
21771
21772         * m4/getcwd.m4: New file.
21773
21774 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21775
21776         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
21777         like the HAVE_GETCWD_NULL code.
21778         Include pathmax.h if not HAVE_GETCWD.
21779         Do not include xalloc.h.
21780         (INITIAL_BUFFER_SIZE): New symbol.
21781         Do not use xmalloc / xrealloc, since the caller is responsible for
21782         handling errors.  Preserve errno around `free' during failure.
21783         Do not overrun buffer when using getwd.
21784
21785 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21786
21787         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
21788         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
21789         getcwd (NULL, 0).
21790
21791 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21792
21793         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
21794         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
21795         spotted by Jim Meyering.
21796
21797 2001-09-03  Jim Meyering  <meyering@lucent.com>
21798
21799         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
21800         failure.
21801
21802 2001-09-02  Jim Meyering  <meyering@lucent.com>
21803
21804         * lib/error.c: Update from GNU libc.
21805
21806 2001-09-01  Jim Meyering  <meyering@lucent.com>
21807
21808         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
21809         Used by df.
21810
21811 2001-09-01  Jim Meyering  <meyering@lucent.com>
21812
21813         * lib/xreadlink.c: New file.
21814         * lib/xreadlink.h: New file.
21815         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
21816         xreadlink.h.
21817
21818         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
21819         doesn't conflict with sparc Solaris 7's definition in
21820         /usr/include/sys/int_types.h.
21821
21822         * lib/exclude.c: Use `""', not `<>' to #include non-system header
21823         files.
21824         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
21825         and strncasecmp as r-values.  Unixware didn't have declarations.
21826
21827 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21828
21829         * lib/xstrtol.h: Add copyright notice.
21830         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
21831         LONGINT_INVALID_SUFFIX_CHAR.
21832
21833 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21834
21835         * lib/xstrtol.c (strtoimax): New decl.
21836
21837 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21838
21839         * lib/xgetcwd.c: Don't include pathmax.h.
21840         Include stdlib.h and unistd.h if available.
21841         Include xalloc.h.
21842         (xmalloc, xstrdup, free): Remove decls.
21843         (xgetcwd): Don't assume sizes fit in unsigned.
21844         Check for overflow when computing sizes.
21845         Simplify reallocation code.
21846
21847 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21848
21849         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
21850         a directory's st_size can have an arbitrary value, so the old
21851         usage could waste an arbitrary amount of memory.  All uses
21852         changed.
21853         * lib/savedir.h: Update prototype.
21854
21855 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21856
21857         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
21858
21859         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
21860         old strtoimax.c.
21861
21862         Also, make the following further changes to make this file's
21863         configuration more similar to that of strtol.c:
21864         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
21865         (strtoumax, uintmax_t, strtoull, strtol): Remove.
21866         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
21867         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
21868         changed to signed values.
21869
21870         And make the following changes as well:
21871         Fix copyright notice, as 1999 was missing.
21872         (verify): New macro.
21873         (strtoimax): Check sizes at compile-time, not run-time.
21874         Prefer strtol to strtoll if both work.
21875         (main): Remove; it was not that useful and was a pain to maintain.
21876
21877         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
21878
21879 2001-08-31  Jim Meyering  <meyering@lucent.com>
21880
21881         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
21882         Use an initial, malloc'd, buffer of length 128 rather than
21883         a statically allocated one of length 1024.
21884
21885 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21886
21887         Simplify code, partly by assuming autoconf 2.52 semantics.
21888
21889         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
21890
21891         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
21892         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
21893         All uses removed.
21894         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
21895         Move AC_REQUIRE to next-to-top level, to avoid confusion.
21896         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
21897         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
21898         jm_AC_HEADER_INTTYPES_H.
21899         * m4/jm-macros.m4 (jm_MACROS): Likewise.
21900
21901         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
21902
21903         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21904         Quote first arg of AC_DEFUN.
21905         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
21906         since they are needed to parse the include file even if we need
21907         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
21908         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
21909         but with opposite signedness.
21910
21911 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21912
21913         Merge 'exclude' changes from tar 1.13.22.
21914         This fixes one or two unlikely storage allocation overflow bugs,
21915         but doesn't change user-visible behavior otherwise.
21916
21917 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21918
21919         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
21920         (jm_PREREQ_EXCLUDE): New macro.
21921
21922 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21923
21924         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
21925         tm to be declared.
21926
21927 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21928
21929         * lib/hash.c: Remove '2001' from copyright notice.
21930
21931 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21932
21933         * lib/full-write.h: New file.
21934         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
21935         * lib/full-write.c: Correct credits, as cccp.c no longer
21936         exists and anyway it was so heavily changed from the old cccp
21937         code as to be unrecognizable.  Include full-write.h.
21938         (full_write) Return size_t, with short writes meaning failure.
21939         All callers changed.  This fixes a bug with large buffers
21940         on 64-bit hosts.
21941         * lib/utime.c: Include full-write.h.
21942
21943 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21944
21945         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
21946         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
21947         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
21948         Include if available.
21949         (<xalloc.h>): Include
21950         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
21951         (verify): New macro.  Use it to verify that EXCLUDE macros do not
21952         collide with FNM macros.
21953         (struct patopts): New struct.
21954         (struct exclude): Use it, as exclude patterns now come with options.
21955         (new_exclude): Support above changes.
21956         (new_exclude, add_exclude_file):
21957         Initial size must now be a power of two to simplify overflow checking.
21958         (free_exclude, fnmatch_no_wildcards): New function.
21959         (excluded_filename): No longer requires options arg, as the options
21960         are determined by add_exclude.  Now returns bool, not int.
21961         (excluded_filename, add_exclude):
21962         Add support for the fancy new exclusion options.
21963         (add_exclude, add_exclude_file): Now takes int options arg.
21964         Check for arithmetic overflow when computing sizes.
21965         (add_exclude_file): xrealloc might modify errno, so don't
21966         realloc until after errno might be used.
21967
21968         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
21969         New macros.
21970         (free_exclude): New decl.
21971         (add_exclude, add_exclude_file): Now takes int options arg.
21972         (excluded_filename): No longer requires options arg, as the options
21973         are determined by add_exclude.  Now returns bool, not int.
21974
21975 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21976
21977         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
21978
21979 2001-08-27  Jim Meyering  <meyering@lucent.com>
21980
21981         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
21982
21983         * lib/version-etc.c (N_): Remove definition.
21984         Revert most of last change.
21985         Instead, simply don't mark the `Copyright...' string for translation.
21986         Based on advice from Paul Eggert.
21987
21988         * lib/strtoxmax.c: Tweak comment.
21989
21990 2001-08-26  Jim Meyering  <meyering@lucent.com>
21991
21992         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
21993
21994         * m4/xstrtoimax.m4: New file.
21995         * m4/xstrtoumax.m4: Add comments explaining why we
21996         AC_REPLACE_FUNCS(strtol).
21997
21998 2001-08-26  Jim Meyering  <meyering@lucent.com>
21999
22000         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
22001         of copyright with `%s' so translators don't get an untranslated
22002         message in 2002.
22003         (COPYRIGHT_YEAR): Define.
22004         (version_etc): Use fprintf rather than fputs.
22005         Suggestion from Ulrich Drepper.
22006
22007         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
22008
22009         * lib/strtoll.c: New file, from GNU libc.
22010         * lib/xstrtoimax.c: New file.
22011
22012         * lib/xstrtol.h: Add xstrtoimax.
22013         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
22014         * lib/strtoimax.c: New file.  Likewise, but first define
22015         STRTOUXMAX_SIGNED.
22016
22017         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
22018         ...
22019         * lib/strtoxmax.c: ... then renamed to this.
22020
22021 2001-08-18  Paul Eggert  <eggert@twinsun.com>
22022
22023         * m4/inttypes.m4: Add AC_PREREQ(2.13).
22024         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
22025         (jm_AC_TYPE_INTMAX_T): New macro.
22026         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
22027
22028         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
22029
22030         * m4/longlong.m4: Renamed from ulonglong.m4.
22031         * m4/inttypes.m4: Renamed from inttypes_h.m4.
22032         * m4/uintmax_t.m4: Removed.
22033
22034 2001-08-13  Paul Eggert  <eggert@twinsun.com>
22035
22036         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
22037         Port to Solaris 8, where 'sed' requires a space after the 'r'
22038         command, and where sh dislikes "$/".  Clean up the spacing a bit.
22039         Redirect output to $tmp just once.
22040
22041 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
22042
22043         * lib/addext.c (<errno.h>): Include.
22044         (errno): Declare if not defined.
22045         (addext): Work correctly when pathconf returns -1 and leaves
22046         errno alone because there is no limit.  Also, work even if
22047         pathconf returns a value greater than SIZE_MAX.
22048
22049 2001-08-12  Jim Meyering  <meyering@lucent.com>
22050
22051         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
22052         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
22053         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
22054         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
22055         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
22056         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
22057         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
22058         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
22059         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
22060         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
22061         utime.m4, utimes.m4, xstrtoumax.m4:
22062         Quote the first argument in each use of AC_DEFUN.
22063
22064 2001-08-12  Jim Meyering  <meyering@lucent.com>
22065
22066         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
22067         Simply `return getcwd (NULL, 0);'.
22068         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
22069         Use 1300 as initial value for length, not PATH_MAX.
22070
22071         * lib/pathmax.h: Clean up cpp syntax.
22072
22073 2001-08-12  Jim Meyering  <meyering@lucent.com>
22074
22075         * lib/gettimeofday.c: New file.
22076         * lib/gtod.h: New file.
22077         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
22078
22079 2001-08-05  Jim Meyering  <meyering@lucent.com>
22080
22081         * m4/jm-macros.m4: Require autoconf-2.52.
22082
22083 2001-08-04  Jim Meyering  <meyering@lucent.com>
22084
22085         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
22086         stmt, to get in sync with glibc.
22087
22088 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22089
22090         The following changes are from gettext 0.10.39 as maintained by
22091         Bruno Haible.
22092
22093         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
22094         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
22095         with inverted sense.  All uses changed.
22096
22097         * lib/mbswidth.c: Don't include <limits.h>.
22098         Include <stdlib.h> and <string.h> unconditionally.
22099         (iswcntrl, mbsinit, ISCNTRL): New macros.
22100         (mbsnwidth): Use K&R style function declarations.
22101         Don't bother checking for MB_LEN_MAX == 1, since the compiler
22102         can optimize it when MB_CUR_MAX == 1.
22103         The width of control characters is zero, not 1.
22104
22105 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22106
22107         The following changes are from gettext 0.10.39 as maintained by
22108         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
22109
22110         * m4/codeset.m4: Upgrade to serial AM1.
22111         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
22112         all uses changed.  Quote first arg of AC_DEFUN.
22113         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
22114
22115         * m4/iconv.m4: Upgrade to serial AM2.
22116         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
22117         Add --with-libconv-prefix.
22118         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
22119         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
22120         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
22121         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
22122         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
22123
22124         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
22125         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
22126         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
22127         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
22128         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
22129         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
22130         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22131         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
22132         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
22133
22134         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
22135         string.h any more.
22136
22137         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
22138         not the default value.
22139
22140         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
22141         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
22142         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
22143         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
22144         Also check for iswcntrl, used for wcwidth fallback.
22145         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
22146         to Autoconf 2.13.
22147
22148 2001-08-03  Jim Meyering  <meyering@lucent.com>
22149
22150         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
22151         as it was in the original.  Reported by Paul Eggert.
22152
22153 2001-07-16  Jim Meyering  <meyering@lucent.com>
22154
22155         * m4/gettimeofday.m4: New file.
22156         Prompted by a report from Bernhard Baehr.
22157
22158 2001-07-15  Jim Meyering  <meyering@lucent.com>
22159
22160         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
22161         stuff. Now it's in ../Makefile.cfg.
22162
22163 2001-07-15  Jim Meyering  <meyering@lucent.com>
22164
22165         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
22166         (BUILT_SOURCES): Add unlocked-io.h.
22167         (io_functions): Define.
22168         (unlocked-io.h): New rule.
22169         (DISTCLEANFILES): Add unlocked-io.h.
22170         (all-local): Depend on unlocked-io.h, to ensure it is created.
22171
22172         * lib/unlocked-io.hin: New file
22173
22174         * lib/regex.c: Update from glibc.
22175
22176 2001-07-05  Jim Meyering  <meyering@lucent.com>
22177
22178         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
22179         recommendation.
22180         (libfetish_a_SOURCES): Put all .h files here instead.
22181         Remove a thus-exposed (better checks in automake) duplicate and
22182         two unnecessary .h files.
22183
22184 2001-07-04  Jim Meyering  <meyering@lucent.com>
22185
22186         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
22187         that generates jm-glibc-io.m4 so that it doesn't trigger any make
22188         distcheck failure.
22189
22190 2001-07-02  Jim Meyering  <meyering@lucent.com>
22191
22192         The following changes were prompted by suggestions from Bruno Haible.
22193
22194         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
22195         is now generated.
22196         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
22197         definition of EXTRA_DIST.
22198         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
22199         ensure that the generated file is created/updated whenever the list
22200         of $(unlocked_functions) is changed.
22201         (jm-glibc-io.m4): New rule.
22202         (unlocked-io.h): New rule -- currently unused.
22203
22204 2001-06-24  Jim Meyering  <meyering@lucent.com>
22205
22206         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
22207         unmatched right bracket, rather than kludging it with an extra,
22208         falsely-matching quote in a comment.  Patch by Akim Demaille.
22209
22210 2001-06-11  Jim Meyering  <meyering@lucent.com>
22211
22212         * lib/regex.c: Update from GNU libc.
22213
22214 2001-05-27  Jim Meyering  <meyering@lucent.com>
22215
22216         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
22217         Check for ut_type in struct utmp.
22218
22219 2001-05-27  Jim Meyering  <meyering@lucent.com>
22220
22221         * lib/readutmp.h (UT_TYPE): Define.
22222
22223 2001-05-24  Jim Meyering  <meyering@lucent.com>
22224
22225         * lib/argmatch.c: Include "quote.h".
22226         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
22227         quote function.  Reported by Göran Uddeborg.
22228
22229 2001-05-22  Jim Meyering  <meyering@lucent.com>
22230
22231         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
22232         now that we use the package-supplied version unconditionally.
22233         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
22234
22235 2001-05-21  Jim Meyering  <meyering@lucent.com>
22236
22237         * m4/regex.m4: Change a couple backticks to single quotes to avoid
22238         shell syntax errors.
22239
22240 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22241
22242         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
22243
22244 2001-05-20  Paul Eggert  <eggert@twinsun.com>
22245
22246         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
22247         Don't bother to check library strftime, since
22248         we'll be using our own my_strftime function anyway.
22249         Define my_strftime instead of strftime.
22250
22251 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
22252
22253         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
22254         which is not yet declared.
22255
22256 2001-05-15  Jim Meyering  <meyering@lucent.com>
22257
22258         * m4/regex.m4: Use proper quoting so brackets appear in the test
22259         program.
22260         Reported by, and with help from, Bruno Haible.
22261
22262 2001-05-13  Jim Meyering  <meyering@lucent.com>
22263
22264         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
22265         undefined.
22266
22267 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22268
22269         dirname code cleanup.  base_name now behaves more compatibly
22270         with POSIX basename when given file names that have trailing
22271         slashes, and similarly for dir_name.  Add new primitives
22272         base_len and dir_len.  Put the directory-name-related decls
22273         into dirname.h.
22274
22275         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
22276         * lib/backupfile.c (base_name): Likewise.
22277         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
22278         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
22279         * lib/makepath.c (strip_trailing_slashes): Likewise.
22280         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
22281         ISSLASH): Likewise.
22282         * lib/rename.c (strip_trailing_slashes): Likewise.
22283         * lib/same.c (base_name): Likewise.
22284         * lib/stripslash.c (ISSLASH): Likewise.
22285
22286         * lib/addext.c: Include <dirname.h> after size_t is defined.
22287         * lib/backupfile.c: Likewise.
22288
22289         * lib/addext.c (addext): Use base_len to trim redundant
22290         trailing slashes instead of doing it ourselves.
22291         But do not trim the last slash if it is not redundant.
22292
22293         * lib/backupfile.c (find_backup_file_name,
22294         max_backup_version): Use base_len instead of rolling it ourselves.
22295         Handle the case of "" and (on DOS) "C:" correctly.
22296
22297         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
22298         needed. Include <string.h>, <dirname.h>.
22299         (base_name): Allow file names ending in slashes, other than names
22300         that are all slashes.  In this case, return the basename followed
22301         by the slashes.  This is more general, and can be used in places
22302         where the original base_name purposely had an assertion failure.
22303         (base_len): New function.
22304
22305         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
22306         Do not include <assert.h>; no longer needed.
22307         Include xalloc.h.
22308         (memrchr): Remove decl.
22309         (dir_name_r): Remove.
22310         (dir_len): Renamed from dirlen.  All callers changed.
22311         Rewrite in terms of base_name, for simplicity and consistency.
22312         (dir_name): Never return NULL.  All callers changed.
22313         Do not include <stdlib.h> in test program; no longer needed.
22314         return 0; is fine for test program.
22315
22316         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
22317         New macros.
22318         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
22319
22320         * lib/path-concat.c (path_concat): Use base_len to compute
22321         base length, not strlen; this means we cannot rely on memcpy
22322         to null-terminate.
22323
22324         * lib/same.c (STREQ): Remove.
22325         (same_name): Handle the case where the basename ends in trailing '/'.
22326
22327         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
22328         a slash was stripped.  Do not strip the last slash after a
22329         file system prefix.
22330
22331 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22332
22333         * lib/Makefile.am (libfetish_a_SOURCES):
22334         Add strftime.c, since we now compile it on all hosts.
22335
22336         * lib/strftime.c (my_strftime):
22337         Define to nstrftime if emacs, but only if my_strftime is not defined.
22338         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
22339         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
22340         Add one more extra argument: a nanoseconds value.
22341         All uses changed.
22342         (ns): New macro.
22343         (my_strftime function): Add %N format.
22344         (emacs_strftimeu): Renamed from emacs_strftime,
22345         with extra ut argument.
22346
22347 2001-05-09  Paul Eggert  <eggert@twinsun.com>
22348
22349         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
22350
22351 2001-04-21  Jim Meyering  <meyering@lucent.com>
22352
22353         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
22354         doesn't interfere.
22355
22356 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22357
22358         * m4/ftruncate.m4: Check for chsize.
22359         Link with ftruncate.o unconditionally if ftruncate is missing.
22360         This was required when cross-compiling to i586-mingw32msvc.
22361
22362 2001-04-08  Jim Meyering  <meyering@lucent.com>
22363
22364         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
22365         recomputed; that's necessary when the offset spans a DST transition.
22366         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
22367
22368 2001-04-02  Jim Meyering  <meyering@lucent.com>
22369
22370         * lib/regex.h, regex.c: Update from GNU libc.
22371
22372 2001-03-24  Jim Meyering  <meyering@lucent.com>
22373
22374         * m4/jm-macros.m4: Require autoconf-2.49d.
22375
22376 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
22377
22378         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
22379
22380 2001-03-19  Paul Eggert  <eggert@twinsun.com>
22381
22382         * lib/version-etc.c (version_etc_copyright): Update to 2001.
22383
22384 2001-03-17  Jim Meyering  <meyering@lucent.com>
22385
22386         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
22387         now that the version in autoconf is equivalent.
22388         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
22389
22390         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
22391         Suggestion from Akim Demaille.
22392
22393         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
22394         (jm_PREREQ_TEMPNAME): New function.
22395
22396 2001-03-16  Paul Eggert  <eggert@twinsun.com>
22397
22398         * lib/tempname.c (uint64_t): Define to uintmax_t if
22399         not defined, and if UINT64_MAX is not defined.
22400         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
22401         Reported by John David Anglin.
22402
22403 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
22404
22405         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
22406         resolve alias if codeset is empty.
22407         * lib/config.charset (BeOS): Use wildcard syntax.
22408
22409 2001-03-13  Jim Meyering  <meyering@lucent.com>
22410
22411         * lib/path-concat.c (path_concat)
22412         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
22413         concatenating e.g., `C:' and `foo'.
22414         From Bruno Haible.
22415
22416 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22417
22418         * lib/localcharset.c (locale_charset): Don't use
22419         setlocale(LC_CTYPE,NULL). Don't return NULL.
22420         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
22421
22422 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22423
22424         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
22425         support for DOS/DJGPP.
22426
22427 2001-03-01  Paul Eggert  <eggert@twinsun.com>
22428
22429         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
22430         lacks mkstemp.  Compile our own tempname.c if we compile our own
22431         mkstemp.c, as mkstemp relies on tempname.
22432
22433 2001-03-01  Jim Meyering  <meyering@lucent.com>
22434
22435         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
22436         AH_VERBATIM really does output its argument verbatim.
22437
22438 2001-02-28  Paul Eggert  <eggert@twinsun.com>
22439
22440         * lib/Makefile.am (libfetish_a_SOURCES):
22441         Add dup-safer.c, fopen-safer.c.
22442         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
22443
22444         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
22445         * lib/unistd-safer.h: New files.
22446
22447 2001-02-25  Paul Eggert  <eggert@twinsun.com>
22448
22449         The mkstemp replacement is taken from glibc 2.2.2, with some
22450         portability fixes for use outside glibc, as follows:
22451
22452         * lib/tempname.c (struct_stat64): New macro.
22453         (direxists, __gen_tempname): Use it.
22454         This avoids a portability problem with Solaris 8.
22455
22456         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
22457         (<stddef.h>, <stdint.h>, <string.h>):
22458         Include only if STDC_HEADERS || _LIBC.
22459         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
22460         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
22461         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
22462         (__set_errno): Define this macro if <errno.h> doesn't.
22463         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
22464         Define these macros if <stdio.h> doesn't.
22465         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
22466         Define these macros if <sys/stat.h>
22467         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
22468         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
22469         __xstat64): Define if not _LIBC.
22470         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
22471         (__gen_tempname): Invoke gettimeofday only if
22472         HAVE_GETTIMEOFDAY || _LIBC;
22473         otherwise, fall back on plain "time".
22474         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
22475
22476         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
22477
22478         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
22479
22480 2001-02-18  Paul Eggert  <eggert@twinsun.com>
22481
22482         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
22483
22484 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22485
22486         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
22487         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
22488         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
22489         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22490
22491 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22492
22493         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
22494         Remove workaround macros for hosts that have mbrtowc but not
22495         mbstate_t, as we now insist on proper declarations for both
22496         before using mbrtowc.
22497
22498 2001-02-17  Jim Meyering  <meyering@lucent.com>
22499
22500         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
22501         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
22502         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
22503         UnixWare 7.1.1.
22504
22505         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
22506         rather than AC_CACHE_VAL.
22507
22508 2001-02-17  Jim Meyering  <meyering@lucent.com>
22509
22510         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
22511         around included file name.
22512
22513         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
22514
22515         * lib/strftime.c: Update from GNU libc (the only changes were to
22516         comments).
22517
22518 2001-02-17  Jim Meyering  <meyering@lucent.com>
22519
22520         * lib/regex.c: Update from libc.
22521
22522 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
22523
22524         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
22525         clash.
22526
22527 2001-02-16  Paul Eggert  <eggert@twinsun.com>
22528
22529         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
22530         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
22531         Reported by Mark Hounschell via Paul Eggert.
22532
22533 2001-02-07  Jim Meyering  <meyering@lucent.com>
22534
22535         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
22536
22537 2001-02-05  Jim Meyering  <meyering@lucent.com>
22538
22539         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
22540         it includes the patch required for `large file' support with at least
22541         HP-UX's 10.20 /bin/cc.
22542
22543 2001-02-03  Jim Meyering  <meyering@lucent.com>
22544
22545         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
22546         AS_IF, now that it works once again (mysteriously).
22547         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22548
22549 2001-01-30  Jim Meyering  <meyering@lucent.com>
22550
22551         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
22552         * m4/chown.m4: Rename conftestchown to conftest.chown.
22553         * m4/rename.m4: s/conftestdir/conftest.d1/ and
22554         s/conftestdir2/conftest.d2/.
22555         * m4/utimes.m4: s/conftestdata/conftest.data/
22556         Inspired by Pavel Roskin's change in autoconf.
22557
22558 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
22559
22560         * lib/config.charset: Update for FreeBSD 4.2.
22561
22562 2001-01-27  Jim Meyering  <meyering@lucent.com>
22563
22564         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
22565         a use of AS_IF.
22566         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22567
22568 2001-01-26  Jim Meyering  <meyering@lucent.com>
22569
22570         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
22571         quotearg.c includes it.
22572
22573 2001-01-26  Jim Meyering  <meyering@lucent.com>
22574
22575         * lib/quotearg.c: Include stddef.h.
22576         * lib/quote.c: Include stddef.h.
22577         Reported by Axel Kittenberger.
22578
22579         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
22580         line in double quotes so that it evokes a better diagnostic.
22581         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
22582         Reported by Axel Kittenberger.
22583
22584 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
22585
22586         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
22587         as if it was a `charset'.
22588
22589 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22590
22591         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
22592         has const.
22593
22594 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22595
22596         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
22597         to avoid a warning.  Add back 'const' to inptr.
22598
22599 2001-01-20  Jim Meyering  <meyering@lucent.com>
22600
22601         Be sure that headers are checked before used in code compiled
22602         for the type checks.
22603         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
22604         In place of that, invoke jm_CHECK_ALL_TYPES.
22605         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
22606         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
22607         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
22608         The check for ssize_t was mistakenly run before the test for unistd.h.
22609
22610         The configure-time check for stdbool.h was missing.
22611         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
22612         (jm_PREREQ_HASH): New function.
22613
22614 2001-01-17  Jim Meyering  <meyering@lucent.com>
22615
22616         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
22617         for autoconf-2.49c.
22618         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
22619
22620 2001-01-16  Jim Meyering  <meyering@lucent.com>
22621
22622         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
22623         From Bruno Haible.
22624
22625 2001-01-14  Jim Meyering  <meyering@lucent.com>
22626
22627         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
22628         foo and bar.  Create conftestdir/ in the script, not in the C code.
22629         Remove directories in the script, not in the C code.
22630         Remove conftestdir{,2} before trying to create the directory.
22631         Make the entire configure script fail if the mkdir fails.
22632
22633 2001-01-14  Jim Meyering  <meyering@lucent.com>
22634
22635         * lib/rename.c: New file.  From Volker Borchert.
22636         Include stdlib.h, string.h or strings.h, and xalloc.h.
22637         Use strip_trailing_slashes rather than open-coding it.
22638
22639 2001-01-03  Paul Eggert  <eggert@twinsun.com>
22640
22641         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
22642
22643 2001-01-03  Jim Meyering  <meyering@lucent.com>
22644
22645         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
22646         of local `inptr' to avoid warning with some system declarations of
22647         iconv.
22648
22649 2001-01-02  Volker Borchert  <bt@teknon.de>
22650
22651         * m4/rename.m4: New file.
22652         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
22653
22654 2001-01-01  Jim Meyering  <meyering@lucent.com>
22655
22656         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
22657         even on systems with utmpx.h.  It's necessary for the declaration of
22658         utmp's ut_user member.  Reported by Andreas Jaeger.
22659
22660         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
22661         available. They are required for the declarations of getgrgid and
22662         getpwuid resp.
22663         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
22664         Reported by Andreas Jaeger.
22665
22666 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
22667
22668         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
22669         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
22670         so `make install' also works in VPATH builds.
22671
22672 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
22673
22674         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
22675         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
22676         can be used in subdirectories.
22677
22678 2000-12-29  Paul Eggert  <eggert@twinsun.com>
22679
22680         * lib/modechange.c: Do not assume that mode_t uses the
22681         traditional octal encoding.  E.g. "chmod 1 FOO" should set
22682         the other-execute bit of FOO even if S_IXOTH != 1.
22683
22684         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
22685         WOTH, XOTH, ALLM): New macros.
22686         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
22687          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
22688         Use them.
22689         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
22690         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
22691         (mode_compile):
22692         No need to use uintmax_t; unsigned long is long enough.
22693         Don't bother to get suffix since we don't use it.
22694
22695 2000-12-26  Jim Meyering  <meyering@lucent.com>
22696
22697         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
22698         better with autoheader.
22699
22700 2000-12-24  Jim Meyering  <meyering@lucent.com>
22701
22702         * lib/hash.c (is_prime): Return explicit boolean values.
22703         (hash_get_first): Return NULL to appease Irix5.6's 89.
22704         Reported by Nelson Beebe.
22705
22706 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
22707
22708         * lib/localcharset.c (locale_charset): Add support for Win32.
22709
22710 2000-12-18  Paul Eggert  <eggert@twinsun.com>
22711
22712         * lib/physmem.h, lib/physmem.c: New files.
22713
22714         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
22715         (noinst_HEADERS): Add physmem.h.
22716
22717         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
22718         't' for compatibility with Solaris 8 sort.
22719
22720 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
22721
22722         * lib/config.charset: Add support for BeOS.
22723
22724 2000-12-17  Jim Meyering  <meyering@lucent.com>
22725
22726         * m4/dos.m4 (jm_AC_DOS): New file and macro.
22727         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
22728
22729 2000-12-16  Jim Meyering  <meyering@lucent.com>
22730
22731         This bug had a serious impact on chown: `chown N:M FILE' (for integer
22732         N and M) would have treated it like `chown N:N FILE'.
22733
22734         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
22735
22736 2000-12-16  Jim Meyering  <meyering@lucent.com>
22737
22738         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
22739         SHELLS_FILE to a file name that's useful on djgpp systems.
22740         Include stdlib.h.
22741         (ADDITIONAL_DEFAULT_SHELLS): Define.
22742         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
22743         Based mostly on a patch from Prashant TR.
22744
22745 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
22746
22747         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
22748         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
22749         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
22750
22751 2000-12-08  Andreas Schwab  <schwab@suse.de>
22752
22753         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
22754         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
22755
22756 2000-12-07  Jim Meyering  <meyering@lucent.com>
22757
22758         * lib/stripslash.c (ISSLASH): Define.
22759         (strip_trailing_slashes): Use ISSLASH rather than comparing against
22760         `/'.
22761         From Prashant TR.
22762
22763         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
22764         (dir_name_r): Declare this function as static.
22765         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
22766         manifest itself on a name containing a mix of slashes and
22767         backslashes.
22768         Make this function work with names starting with a DOS-style
22769         drive letter and colon prefix.
22770         (dir_name): Append `.' if necessary.
22771         Based mostly on patches from Prashant TR and Eli Zaretskii.
22772
22773         * lib/dirname.h (dir_name_r): Remove prototype.
22774
22775 2000-12-06  Paul Eggert  <eggert@twinsun.com>
22776
22777         * m4/off_t-format.m4: Remove this file.
22778         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
22779
22780 2000-12-06  Jim Meyering  <meyering@lucent.com>
22781
22782         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
22783         replacement strtoull, we may well need the replacement strtoul, too.
22784         Check for declarations of strtoul and strtoull.
22785         Check for strtol.  Mainly as a cue to cause automake to include
22786         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
22787         Check for limits.h -- strtol.c needs it.
22788
22789 2000-12-05  Jim Meyering  <meyering@lucent.com>
22790
22791         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
22792
22793 2000-12-04  Jim Meyering  <meyering@lucent.com>
22794
22795         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
22796         Also include memory.h, stdlib.h, unistd.h if appropriate.
22797         Reported by Andreas Jaeger (conflicting declaration of malloc).
22798
22799 2000-12-02  Jim Meyering  <meyering@lucent.com>
22800
22801         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
22802         * m4/jm-macros.m4 (jm_MACROS): require it.
22803
22804 2000-12-02  Jim Meyering  <meyering@lucent.com>
22805
22806         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
22807
22808 2000-12-01  Paul Eggert  <eggert@twinsun.com>
22809
22810         * lib/memrchr.c: Include <config.h> before any system include file.
22811
22812 2000-11-30  Jim Meyering  <meyering@lucent.com>
22813
22814         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
22815
22816 2000-11-30  Jim Meyering  <meyering@lucent.com>
22817
22818         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
22819
22820 2000-11-29  Paul Eggert  <eggert@twinsun.com>
22821
22822         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
22823
22824 2000-11-26  Jim Meyering  <meyering@lucent.com>
22825
22826         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
22827
22828 2000-11-22  Paul Eggert  <eggert@twinsun.com>
22829
22830         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
22831         size of (size_t) -1; it's not portable.
22832
22833 2000-11-17  Jim Meyering  <meyering@lucent.com>
22834
22835         * lib/strstr.c: Update from GNU libc.
22836
22837 2000-11-17  Akim Demaille  <akim@epita.fr>
22838
22839         * lib/obstack.h: Formatting changes.
22840         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
22841         prevent type checking.
22842         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
22843         cast the value to (void *): assigning a `foo *' to a `void *'
22844         variable is valid.
22845         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
22846
22847 2000-11-16  Jim Meyering  <meyering@lucent.com>
22848
22849         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
22850
22851 2000-11-11  Jim Meyering  <meyering@lucent.com>
22852
22853         * lib/error.c: Add a couple #includes, merging from GNU libc version.
22854
22855 2000-11-10  Jim Meyering  <meyering@lucent.com>
22856
22857         * lib/obstack.h: Update from GNU libc.
22858         * lib/obstack.c: Likewise.
22859
22860 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
22861
22862         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
22863
22864 2000-11-06  Paul Eggert  <eggert@twinsun.com>
22865
22866         * lib/getusershell.c (setusershell): Use rewind rather than
22867         fseek/fseeko, to avoid configuration hassles with fseeko.
22868         Don't bother opening SHELLS_FILE if shellstream is NULL;
22869         it's not necessary.
22870
22871 2000-11-05  Jim Meyering  <meyering@lucent.com>
22872
22873         * lib/makepath.h (make_dir): Declare.
22874         * lib/makepath.c (make_dir): Remove `static' attribute.
22875         Tweak a comment.
22876
22877 2000-11-04  Jim Meyering  <meyering@lucent.com>
22878
22879         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
22880
22881 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
22882
22883         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
22884         last one in a bucket, advance to the next bucket.
22885
22886 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
22887
22888         * lib/fnmatch.c: Do not comment out all the code if we are using
22889         the GNU C library, because in some cases we are replacing buggy
22890         code in the GNU C library itself.
22891
22892 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
22893
22894         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
22895         (regex_compile): Catch bogus \(\1\).
22896
22897 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22898
22899         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
22900         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
22901         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
22902
22903 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22904
22905         * lib/error.h, getline.h, modechange.h:
22906         Remove "2000" from Copyright line, as the file hasn't been
22907         changed this year other than in the copyright notice.
22908
22909         * lib/xalloc.h: Add "2000" to Copyright line, as this file
22910         was changed this year.
22911
22912 2000-10-29  Jim Meyering  <meyering@lucent.com>
22913
22914         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
22915         renaming.
22916         * m4/ls-mntd-fs.m4: Likewise
22917
22918 2000-10-29  Jim Meyering  <meyering@lucent.com>
22919
22920         * lib/xstat.in: Fix grammar in comment.
22921
22922 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
22923
22924         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
22925         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
22926         doesn't define __restrict_arr.
22927
22928 2000-10-28  Jim Meyering  <meyering@lucent.com>
22929
22930         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
22931         (jm_PREREQ_MEMCHR): New function.
22932
22933 2000-10-28  Jim Meyering  <meyering@lucent.com>
22934
22935         * lib/memchr.c: Update from libc.
22936         Adjust for portability:
22937         [HAVE_STDLIB_H]: Include stdlib.h.
22938         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
22939         Undef __memchr, too.
22940         [!weak_alias]: Define __memchr to memchr.
22941
22942         * lib/regex.c: Update from libc.
22943         * lib/regex.h: Likewise.
22944         * lib/getopt1.c: Likewise.
22945         * lib/memcmp.c: Likewise.
22946
22947         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
22948         Avoid using fseek, when possible -- it's broken by design.
22949         Patch by Ulrich Drepper.
22950
22951 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
22952
22953         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
22954         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
22955         Giving in to popular pressure to shut up the compiler with casts.
22956
22957 2000-10-26  Jim Meyering  <meyering@lucent.com>
22958
22959         * lib/strftime.c: Update from libc.
22960
22961 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
22962
22963         * regex.c: More `unsigned char' -> `re_char' changes.
22964         Also change several `int' into `re_wchar_t'.
22965         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
22966         (PUSH_FAILURE_POINTER): Don't cast any more.
22967         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
22968         We want GCC to complain, since this piece of code makes
22969         re_match non-reentrant, which *should* be fixed.
22970         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
22971         (EXTEND_BUFFER): Use RETALLOC.
22972         (SET_LIST_BIT): Don't cast.
22973         (re_wchar_t): New type.
22974         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
22975         that those two functions will always properly return.
22976         (IMMEDIATE_QUIT_CHECK): Cast to void.
22977         (analyse_first): Use recursion rather than an explicit stack.
22978         (re_compile_fastmap): Can't fail anymore.
22979         (re_search_2): Don't check re_compile_fastmap for failure.
22980         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
22981         Now also sets the new value (passed in a new argument).
22982         (re_match_2_internal): Use it.
22983         Also, use a new var `reg' of type size_t when looping through regs
22984         rather than reuse the inappropriate `mcnt'.
22985
22986 2000-10-25  Jim Meyering  <meyering@lucent.com>
22987
22988         * lib/obstack.c: Update from libc.
22989
22990 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
22991
22992         * regex.c (regex_compile): Change the way of handling a range from
22993         a char less than 256 to a char not less than 256.
22994
22995 2000-10-24  Andrew Innes  <andrewi@gnu.org>
22996
22997         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
22998         NT-Emacs only.
22999         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
23000         so that re_search functions only quit when callers expect them to.
23001
23002 2000-10-23  Jim Meyering  <meyering@lucent.com>
23003
23004         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
23005         wrong.  That set_locale call must not have any side effects.
23006         From Paul Eggert.
23007
23008 2000-10-22  Jim Meyering  <meyering@lucent.com>
23009
23010         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
23011         [CYCLIC]: Remove now-unused definition.
23012
23013         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
23014         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
23015         Suggestion from Ulrich Drepper.
23016
23017 2000-10-21  Jim Meyering  <meyering@lucent.com>
23018
23019         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
23020         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
23021         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
23022
23023 2000-10-21  Jim Meyering  <meyering@lucent.com>
23024
23025         * lib/dirname.c (memrchr): Declare if necessary.
23026         (dir_name): Remove the restriction that there be no
23027         trailing slashes.  Now, this code skips past them, effectively
23028         ignoring them.
23029         [TEST_DIRNAME] (main): New unit tests.
23030
23031         * lib/memrchr.c: New file from GNU libc.
23032         Undef __memrchr, too.
23033         [!weak_alias]: Define __memrchr to memrchr.
23034         Guard weak_alias use with `#ifdef weak_alias'.
23035
23036 2000-10-21  Jim Meyering  <meyering@lucent.com>
23037
23038         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
23039         (dir_name): Use dir_name_r.
23040         * lib/dirname.h (dir_name_r): Declare it.
23041
23042 2000-10-17  Jim Meyering  <meyering@lucent.com>
23043
23044         * lib/quote.h (PARAMS): Define and use.
23045         Reported by Akim Demaille.
23046
23047         * lib/getopt.c: Update from libc.
23048
23049 2000-10-16  Jim Meyering  <meyering@lucent.com>
23050
23051         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
23052         setlocale.
23053         From Jan Fedak.
23054
23055 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
23056
23057         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
23058
23059 2000-09-25  Jim Meyering  <meyering@lucent.com>
23060
23061         * lib/md5.h (rol): Define (from GnuPG).
23062
23063         * lib/sha.c: Give credit (GnuPG) where due.
23064         (M): Use rol rather than open-coding it.
23065         Add a FIXME comment.
23066
23067 2000-09-21  Jim Meyering  <meyering@lucent.com>
23068
23069         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
23070         Reported by Michael Stone.
23071
23072 2000-09-20  Jim Meyering  <meyering@lucent.com>
23073
23074         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
23075         (noinst_HEADERS): Add sha.h.
23076         Based on code from Scott G. Miller and from GnuPG.
23077
23078 2000-09-18  Jim Meyering  <meyering@lucent.com>
23079
23080         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
23081         LIBS. Otherwise, everyone ends up linking with -lelf for some
23082         configurations.
23083         Reported by Mike Stone.
23084
23085 2000-09-15  Jim Meyering  <meyering@lucent.com>
23086
23087         * lib/regex.c: Update from libc.
23088
23089 2000-09-10  Jim Meyering  <meyering@lucent.com>
23090
23091         * lib/getopt.c (_getopt_internal): Update from glibc.
23092
23093 2000-09-09  Jim Meyering  <meyering@lucent.com>
23094
23095         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
23096         think it should be used as a general replacement for isascii.
23097         * lib/fnmatch.c: Likewise.
23098         * lib/mbswidth.c: Likewise
23099         * lib/regex.c: Likewise.
23100
23101         Don't use atoi.
23102         * lib/userspec.c: Include sys/param.h and limits.h.
23103         Include xstrtol.h.
23104         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23105         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
23106         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
23107         UID, GID.  Check range.
23108
23109 2000-09-06  Jim Meyering  <meyering@lucent.com>
23110
23111         * lib/getopt.c (_getopt_internal): Update from glibc.
23112
23113 2000-08-30  Jim Meyering  <meyering@lucent.com>
23114
23115         * lib/strftime.c: Merge in changes from GNU libc.
23116
23117 2000-08-26  Jim Meyering  <meyering@lucent.com>
23118
23119         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
23120         * m4/fpending.m4: New file.
23121
23122 2000-08-26  Jim Meyering  <meyering@lucent.com>
23123
23124         * lib/closeout.c: Include "__fpending.h".
23125         (close_stdout_status): Return right away if there's nothing to flush.
23126
23127         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
23128         * lib/__fpending.c: New file.
23129         * lib/__fpending.h: New file.
23130
23131 2000-08-20  Jim Meyering  <meyering@lucent.com>
23132
23133         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
23134         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
23135         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
23136
23137 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
23138
23139         Improve fileutils installation on systems where running
23140         programs (like install) can't be unlinked.
23141         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
23142         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
23143
23144 2000-08-07  Paul Eggert  <eggert@twinsun.com>
23145
23146         Standardize on "memory exhausted" instead of "Memory exhausted"
23147         or "virtual memory exhausted".
23148         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
23149         "virtual memory exhausted".
23150         * lib/same.c (same_name): Invoke xalloc_die instead of printing
23151         our own message.
23152         * lib/userspec.c (parse_user_spec): Likewise.
23153         * lib/bumpalloc.h: comment fix
23154         * lib/same.c, userspec.c: Include xalloc.h.
23155
23156         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
23157         not char *const and pointing to a constant array.
23158         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
23159         (xrealloc): Comment fix.
23160
23161         * lib/userspec.c (parse_user_spec):
23162         Don't translate a message until just before returning,
23163         to avoid unnecessary translation.
23164
23165 2000-08-07  Jim Meyering  <meyering@lucent.com>
23166
23167         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
23168         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
23169         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
23170         getgroups.c, gethostname.c, getopt.h, group-member.c,
23171         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
23172         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
23173         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
23174         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
23175         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
23176         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
23177         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
23178         yesno.c: Back out Copyright date changes for each file with no change
23179         this year.  This eases coordination with other programs using the same
23180         source code modules.  From Paul Eggert.
23181
23182 2000-08-06  Paul Eggert  <eggert@twinsun.com>
23183
23184         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
23185         not char, for compatibility with glibc 2.1.3 strftime.c.
23186
23187 2000-08-03  Greg McGary  <greg@mcgary.org>
23188
23189         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
23190         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
23191         (EXTEND_BUFFER): Use them.
23192
23193 2000-08-01  Jim Meyering  <meyering@lucent.com>
23194
23195         * lib/dirname.c (ISSLASH): Define.
23196         (BACKSLASH_IS_PATH_SEPARATOR): Define.
23197         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
23198         both `\' and `/' may be use as path separators.
23199         Based on a patch from Prashant TR.
23200
23201 2000-07-31  Paul Eggert  <eggert@twinsun.com>
23202
23203         * lib/quotearg.c (quotearg_n_options): Don't make the initial
23204         slot vector a constant, since it might get modified.
23205
23206 2000-07-31  Jim Meyering  <meyering@lucent.com>
23207
23208         * lib/xmalloc.c: Use `virtual memory exhausted', not
23209         `Memory exhausted'.
23210         * lib/obstack.c (print_and_abort): Likewise.
23211
23212 2000-07-30  Paul Eggert  <eggert@twinsun.com>
23213
23214         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
23215         buffer, so that the caller can always quote one small
23216         component of a "memory exhausted" message in slot 0.
23217         From a suggestion by Jim Meyering.
23218
23219 2000-07-30  Jim Meyering  <meyering@lucent.com>
23220
23221         * lib/makepath.c (make_path): Quote the other instance, too.
23222
23223         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
23224         (STATIC_BUF_SIZE): Define.
23225         (quotearg_n_options): Use only statically allocated storage when
23226         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
23227         than STATIC_BUF_SIZE.
23228
23229 2000-07-29  Jim Meyering  <meyering@lucent.com>
23230
23231         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
23232         * lib/dirname.c (dir_name): Likewise.
23233
23234         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
23235         `/'.
23236
23237         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
23238         (dir_name): Assert that there are no trailing slashes.
23239
23240 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
23241
23242         * lib/mbswidth.h (mbswidth): Add a flags argument.
23243         (mbswidth): New declaration.
23244         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
23245         * lib/mbswidth.c (mbswidth): Add a flags argument.
23246         (mbsnwidth): New function.
23247
23248 2000-07-24  Jim Meyering  <meyering@lucent.com>
23249
23250         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
23251
23252 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23253
23254         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
23255
23256 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23257
23258         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
23259         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
23260         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
23261         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
23262         invoke multibyte primitives.
23263
23264 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23265
23266         * lib/quotearg.c:
23267         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
23268         so that mbstate_t is always defined.
23269
23270         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
23271         be 1 in at least one GCC installation, and this configuration
23272         error is likely to be common.  Ignoring MB_LEN_MAX hurts
23273         performance on hosts that have mbrtowc but have only unibyte
23274         locales, but I assume these hosts are rare.
23275
23276 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23277
23278         * lib/mbswidth.c (_XOPEN_SOURCE):
23279         Don't define; this causes problems on Solaris 7.
23280         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
23281
23282 2000-07-23  Jim Meyering  <meyering@lucent.com>
23283
23284         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
23285         too: getgrgid, getpwuid, getuid.
23286
23287 2000-07-23  Jim Meyering  <meyering@lucent.com>
23288
23289         * lib/basename.c (base_name): Add an assertion.
23290
23291 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
23292
23293         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
23294         shadow its mbsinit function.
23295
23296 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23297
23298         * lib/mbswidth.h: New file.
23299         * lib/mbswidth.c: New file.
23300         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
23301         (noinst_HEADERS): Add mbswidth.h.
23302
23303 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23304
23305         * lib/config.charset: Add support for FreeBSD. Improve support for
23306         HP-UX and IRIX 6.
23307
23308 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
23309
23310         * m4/mbswidth.m4: New file.
23311         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
23312
23313 2000-07-15  Jim Meyering  <meyering@lucent.com>
23314
23315         * lib/makepath.c: Include quote.h.
23316         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
23317         corresponding argument in a `quote (...)' call.
23318         Give better diagnostics.
23319
23320         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
23321         (noinst_HEADERS): Add quote.h.
23322
23323         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
23324         from tar's src/misc.c.
23325         * lib/quote.h: New file.  Prototypes for same.
23326
23327 2000-07-14  Paul Eggert  <eggert@twinsun.com>
23328
23329         From a suggestion by Bruno Haible.
23330         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
23331         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
23332         to decide whether to define the BeOS workaround macro;
23333         this adjusts to the change to AC_MBSTATE_T.
23334
23335 2000-07-14  Jim Meyering  <meyering@lucent.com>
23336
23337         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
23338         jm_AC_TYPE_UINTMAX_T.
23339
23340 2000-07-13  Paul Eggert  <eggert@twinsun.com>
23341
23342         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
23343
23344         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
23345         quotearg_buffer_restyled): Add support for
23346         clocale_quoting_style.  Undo previous change to
23347         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
23348         and "{RIGHT QUOTATION MARK}" msgids.
23349
23350 2000-07-10  Paul Eggert  <eggert@twinsun.com>
23351
23352         From a suggestion by Bruno Haible.
23353         * m4/mbstate_t.m4 (AC_MBSTATE_T):
23354         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
23355         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
23356         and mbstate_t, to a single-part test that simply defines mbstate_t.
23357         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
23358         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
23359
23360 2000-07-10  Jim Meyering  <meyering@lucent.com>
23361
23362         * m4/strerror_r.m4: Mirror the correction made in autoconf.
23363
23364         * m4/gnu-source.m4: Output to confdefs.h directly.
23365         Suggestion from Akim Demaille.
23366
23367 2000-07-09  Paul Eggert  <eggert@twinsun.com>
23368
23369         The old behavior of quoting `like this' doesn't look good with
23370         newer, ISO-style fonts.  See:
23371         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
23372
23373         Instead, quote "like this" by default.  Let the translator
23374         tailor the locale-specific quoting behavior by providing
23375         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
23376
23377         * lib/quotearg.c (N_): New macro.
23378         (gettext_default): New function.
23379         (quotearg_buffer_restyled): Use
23380         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
23381         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
23382
23383 2000-07-09  Jim Meyering  <meyering@lucent.com>
23384
23385         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
23386         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
23387
23388         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
23389         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
23390
23391 2000-07-09  Jim Meyering  <meyering@lucent.com>
23392
23393         * lib/Most files: Update copyright dates to include 2000.
23394
23395 2000-07-08  Jim Meyering  <meyering@lucent.com>
23396
23397         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
23398         if not defined.
23399         (xgethostname): Remove now-unnecessary #ifdef.
23400         Move declaration of `err' into loop where it's used.
23401
23402 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23403         and Bruno Haible  <haible@clisp.cons.org>
23404
23405         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
23406         only if the test for an object-type mbstate_t fails.  This
23407         prevents us from mistakenly reporting that mbstate_t is a
23408         system object type after we "#define mbstate_t int" to work
23409         around its lack.
23410
23411 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23412         and Bruno Haible  <haible@clisp.cons.org>
23413
23414         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
23415
23416 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23417
23418         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
23419         to strerror_r.
23420         Include <ctype.h> for use of isalpha.
23421
23422 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23423
23424         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
23425         by allocating a larger buffer. Test the gethostname return value for
23426         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
23427         returns an error and ENAMETOOLONG isn't defined.
23428
23429 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23430
23431         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
23432         dimension.
23433
23434 2000-07-04  Jim Meyering  <meyering@lucent.com>
23435
23436         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
23437         of the deprecated AC_CHECKING.
23438
23439 2000-07-04  Jim Meyering  <meyering@lucent.com>
23440
23441         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
23442         Reported by Bruno Haible.
23443
23444 2000-07-04  Jim Meyering  <meyering@lucent.com>
23445
23446         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
23447         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
23448         lacks mbrtowc.
23449
23450 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23451
23452         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
23453         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
23454
23455 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23456         and Bruno Haible  <haible@clisp.cons.org>
23457
23458         * lib/quotearg.c (mbrtowc):
23459         Assign to *pwc, and return 1 only if result is nonzero.
23460         (iswprint): Use ISPRINT when substituting our own mbrtowc.
23461
23462 2000-07-03  Jim Meyering  <meyering@lucent.com>
23463
23464         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
23465
23466 2000-07-03  Jim Meyering  <meyering@lucent.com>
23467
23468         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
23469         This is necessary to get a definition of e.g., UTMP_FILE on
23470         HP-UX 10.20.
23471         From Bob Proulx.
23472
23473 2000-07-02  Jim Meyering  <meyering@lucent.com>
23474
23475         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
23476
23477         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
23478         AC_LIBOBJ(function_name).
23479         * m4/chown.m4: Likewise.
23480         * m4/fnmatch.m4: Likewise.
23481         * m4/ftruncate.m4: Likewise.
23482         * m4/getgroups.m4: Likewise.
23483         * m4/getline.m4: Likewise.
23484         * m4/group-member.m4: Likewise.
23485         * m4/jm-macros.m4: Likewise.
23486         * m4/lstat.m4: Likewise.
23487         * m4/malloc.m4: Likewise.
23488         * m4/memcmp.m4: Likewise.
23489         * m4/nanosleep.m4: Likewise.
23490         * m4/putenv.m4: Likewise.
23491         * m4/realloc.m4: Likewise.
23492         * m4/regex.m4: Likewise.
23493         * m4/stat.m4: Likewise.
23494         * m4/strftime.m4: Likewise.
23495
23496 2000-07-02  Jim Meyering  <meyering@lucent.com>
23497
23498         * lib/quotearg.c (mbstate_t): Don't define here.
23499
23500 2000-07-02  Jim Meyering  <meyering@lucent.com>
23501
23502         * lib/nanosleep.c (SIGCONT): Define if not already defined.
23503
23504 2000-07-01  Jim Meyering  <meyering@lucent.com>
23505
23506         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
23507
23508 2000-07-01  Jim Meyering  <meyering@lucent.com>
23509
23510         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
23511         problem.
23512
23513 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23514
23515         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
23516         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
23517
23518 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23519
23520         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
23521         per change in ../m4/ls-mntd-fs.m4.
23522         (read_filesystem_list): Ignore symbolic links.
23523
23524 2000-06-29  Jim Meyering  <meyering@lucent.com>
23525
23526         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
23527         for declaration of strcmp.
23528
23529         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
23530
23531         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
23532         Avoid warning by casting result to `char *' to remove `const'.
23533
23534 2000-06-28  Jim Meyering  <meyering@lucent.com>
23535
23536         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
23537         included by quotearg.c, for which we perform this test.  From
23538         Bruno Haible.
23539
23540 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23541
23542         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
23543         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
23544         <utmpx.h> exists, put readutmp.o into LIBOBJS.
23545
23546 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23547
23548         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
23549
23550 2000-06-26  Paul Eggert  <eggert@twinsun.com>
23551
23552         savedir now sets errno on failure and invokes xmalloc to get memory.
23553         Fix a couple of other minor bugs while we're at it.
23554
23555         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
23556         (NAMLEN): Remove macro.
23557         (malloc, realloc): Remove decls.
23558         (stpcpy): Likewise.
23559         ("xalloc.h"): Include.
23560         (NAME_SIZE_DEFAULT): New macro.
23561         (savedir): Use xmalloc / xrealloc to allocate memory.
23562         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
23563         Skip "" directory entries.
23564         Use strlen to calculate directory entry length, since the old method
23565         is rarely used these days and isn't worth supporting.
23566         Don't use a pointer after freeing it.
23567         Check for integer overflow when calculating allocation size.
23568         Use memcpy to copy entries, instead of stpcpy.
23569         Set errno properly when returning NULL.
23570         Check for readdir error.
23571
23572 2000-06-26  Jim Meyering  <meyering@lucent.com>
23573
23574         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
23575
23576 2000-06-25  Jim Meyering  <meyering@lucent.com>
23577
23578         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
23579         Linux header bug when _XOPEN_SOURCE is defined to 500.
23580
23581 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23582
23583         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
23584         deficiency.
23585
23586 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23587
23588         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
23589         Include xalloc.h.
23590         Don't include <stdlib.h>.  Don't declare malloc, realloc.
23591
23592 2000-06-24  Jim Meyering  <meyering@lucent.com>
23593
23594         * m4/strerror_r.m4: Revive this file -- to try out an experimental
23595         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
23596         for which strerror does return char*, but which lacks a conveniently
23597         accessible declaration of the function.  If the compile-test says
23598         strerror_r doesn't work, then resort to a `run'-test that works on
23599         BeOS and segfaults on DEC Unix.
23600
23601 2000-06-24  Jim Meyering  <meyering@lucent.com>
23602
23603         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
23604
23605 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23606
23607         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
23608         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
23609
23610 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23611
23612         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
23613         (mbrtowc, mbstate_t): Define substitutes if
23614         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
23615         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
23616         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
23617
23618 2000-06-23  Jim Meyering  <meyering@lucent.com>
23619
23620         * m4/afs.m4: Add missing AC_MSG_RESULT.
23621         Reported by Bruno Haible.
23622
23623         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
23624         Suggestion from Bruno Haible.
23625
23626 2000-06-23  Jim Meyering  <meyering@lucent.com>
23627
23628         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
23629
23630 2000-06-21  Jim Meyering  <meyering@lucent.com>
23631
23632         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
23633
23634 2000-06-21  Jim Meyering  <meyering@lucent.com>
23635
23636         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
23637         (noinst_HEADERS): Add getstr.h.
23638
23639         * lib/getline.c (getstr): Move into a separate file.
23640         * lib/getstr.c (getstr): New file, extracted from getline.c, with
23641         the following changes: new parameter, delim2; both delim[12]
23642         parameters have type `int', not `char'.  The latter would lose
23643         with 8-bit delimiters.
23644         * lib/getstr.h: New file.
23645
23646 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23647
23648         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
23649         than 1024, return a memory chunk of least possible size, instead
23650         of size PATH_MAX + 2. In the loop, increment the size proportionally.
23651         Use free/xmalloc instead of xrealloc to avoid copying for very long
23652         paths.
23653
23654 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23655
23656         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
23657         the empty string.
23658
23659 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23660
23661         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
23662         address, not strdup.  Include <stdlib.h> and don't declare free().
23663
23664 2000-06-19  Jim Meyering  <meyering@lucent.com>
23665
23666         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
23667
23668 2000-06-18  Jim Meyering  <meyering@lucent.com>
23669
23670         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
23671
23672         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
23673         `checking whether...' message to be consistent with that of the
23674         lstat test.
23675
23676 2000-06-18  Jim Meyering  <meyering@lucent.com>
23677
23678         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
23679         Besides, these days every porting target provides a mkdir function.
23680
23681         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
23682         needed. (this snippet comes from src/system.h).
23683
23684 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
23685
23686         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
23687
23688 2000-06-15  Paul Eggert  <eggert@twinsun.com>
23689
23690         * lib/human.c (adjust_value): New function.
23691         (human_readable_inexact): Apply rounding style even when
23692         printing approximate values.
23693
23694 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23695
23696         * lib/human.c (human_readable_inexact): Allow an input block
23697         size that is not a multiple of the output block size, and vice versa.
23698         Reported by Piergiorgio Sartor.
23699
23700 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23701
23702         * lib/getdate.y (get_date): Apply relative times after time
23703         zone indicator, not before.  Reported by Todd A. Jacobs.
23704
23705 2000-06-13  Jim Meyering  <meyering@lucent.com>
23706
23707         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
23708
23709         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
23710
23711 2000-06-12  Paul Eggert  <eggert@twinsun.com>
23712
23713         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
23714
23715 2000-06-12  Jim Meyering  <meyering@lucent.com>
23716
23717         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
23718         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
23719         optional argument.
23720         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
23721         the optional argument, `lib'.
23722
23723 2000-06-08  Jim Meyering  <meyering@lucent.com>
23724
23725         * m4/largefile.m4: Remove file (now that it's part of autoconf).
23726
23727 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23728
23729         Rewrite largefile configuration so that we don't need to run
23730         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
23731         AC_CANONICAL_HOST in configure.in -- jmm]
23732
23733         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
23734         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
23735         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
23736         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
23737         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
23738         All uses changed.
23739         Instead of inspecting the output of getconf, try to compile the
23740         test program without and with the macro definition.
23741         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
23742         for getconf.  Instead, check for the needed flags by compiling
23743         test programs.
23744
23745 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23746
23747         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
23748
23749 2000-06-04  Jim Meyering  <meyering@lucent.com>
23750
23751         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
23752         SunOS 4.1.4 for which gid_t is an unsigned type.
23753
23754 2000-06-03  Jim Meyering  <meyering@lucent.com>
23755
23756         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
23757         now that autoconf requires that.
23758
23759         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
23760         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
23761         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
23762
23763 2000-06-03  Jim Meyering  <meyering@lucent.com>
23764
23765         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
23766
23767 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23768
23769         * m4/glibc21.m4: New file.
23770         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
23771
23772 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23773
23774         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
23775         newer, don't install charset.alias.
23776         * lib/config.charset: Change the Linux/glibc rules so they become empty
23777         on glibc-2.1 or newer.
23778
23779 2000-06-02  Jim Meyering  <meyering@lucent.com>
23780
23781         * lib/mountlist.c: Back out last change.  Instead, do this...
23782         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
23783         me_dummy member using the same `ignore'-testing code.
23784         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
23785         fs_type strings.
23786         From Mark D. Roth.
23787
23788 2000-05-29  Jim Meyering  <meyering@lucent.com>
23789
23790         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
23791         mounts with the `ignore' attribute.  Based on a patch from
23792         Mark D. Roth.
23793
23794 2000-05-28  Jim Meyering  <meyering@lucent.com>
23795
23796         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
23797         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23798         * m4/stat.m4: Likewise.
23799         * m4/lstat.m4: Likewise.
23800         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
23801
23802         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
23803         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
23804
23805 2000-05-26  Jim Meyering  <meyering@lucent.com>
23806
23807         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
23808
23809 2000-05-24  Jim Meyering  <meyering@lucent.com>
23810
23811         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
23812         autoconf requires that.
23813         * m4/lib-check.m4: Likewise.
23814         * m4/jm-macros.m4: Likewise.
23815         * m4/strftime.m4: Likewise.
23816
23817         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
23818         AC_CHECK_DECLS, now that autoconf requires that.
23819
23820 2000-05-22  Jim Meyering  <meyering@lucent.com>
23821
23822         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23823         * m4/lstat.m4: Likewise.
23824
23825 2000-05-22  Jim Meyering  <meyering@lucent.com>
23826
23827         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
23828
23829 2000-05-20  Jim Meyering  <meyering@lucent.com>
23830
23831         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
23832         (jm_PREREQ): Use it.
23833
23834 2000-05-18  Jim Meyering  <meyering@lucent.com>
23835
23836         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
23837         back, too, since it may have been modified by allocate_entry.
23838         (hash_delete): Rewrite to use neither the assignment operator
23839         nor the comma operator in an if-expression.
23840
23841 2000-05-15  Paul Eggert  <eggert@twinsun.com>
23842
23843         * lib/closeout.c:
23844         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
23845         Remove; no longer needed.
23846         "quotearg.h": Add include.
23847         (file_name): Do not bother to explicitly initialize to NULL; it's less
23848         efficient on some hosts.
23849         (close_stdout_status): Remove test as to whether stdout was already
23850         closed; it breaks for the case "echo x | sort >&-".
23851         Quote file name colons.
23852         Do not assume that _("write error") lacks format strings.
23853
23854 2000-05-15  Jim Meyering  <meyering@lucent.com>
23855
23856         * lib/version-etc.c (version_etc_copyright): Update the copyright
23857         string used in all --version output.
23858
23859 2000-05-14  Jim Meyering  <meyering@lucent.com>
23860
23861         * lib/closeout.c (close_stdout_set_file_name): New function.
23862         (close_stdout_status): Use new file-scoped global.
23863         Return right away if fstat says the stdout file descriptor is invalid.
23864         * lib/closeout.h (close_stdout_set_file_name): Declare.
23865
23866 2000-05-10  Jim Meyering  <meyering@lucent.com>
23867
23868         * lib/closeout.c [default_exit_status]: New file-scoped variable.
23869         (close_stdout_set_status): New function.
23870         * lib/closeout.h (close_stdout_set_status): Declare.
23871
23872 2000-05-09  Jim Meyering  <meyering@lucent.com>
23873
23874         * m4/gettext.m4: Rename this...
23875         * m4/libintl.m4: ...to this.
23876
23877 2000-05-08  Jim Meyering  <meyering@lucent.com>
23878
23879         * lib/long-options.c: Don't include closeout.h.
23880         (parse_long_options): Don't call close_stdout for --version.
23881
23882 2000-05-06  Paul Eggert  <eggert@twinsun.com>
23883
23884         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
23885         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
23886         2.1.3 bug.  This avoids a clash when files like regex.c define
23887         _GNU_SOURCE.
23888
23889 2000-05-06  Jim Meyering  <meyering@lucent.com>
23890
23891         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
23892         (AC_REPLACE_FUNCS): Add strnlen.
23893
23894         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
23895         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
23896
23897         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
23898         AC_SEARCH_LIBS call for nanosleep.
23899         (LIB_NANOSLEEP): Set and AC_SUBST.
23900
23901 2000-05-06  Jim Meyering  <meyering@lucent.com>
23902
23903         * lib/strnlen.c: Undefine __strnlen and strnlen.
23904         [!weak_alias]: Define __strnlen to strnlen.
23905
23906         * lib/atexit.c: New file, from libiberty.
23907
23908 2000-05-06  Jim Meyering  <meyering@lucent.com>
23909
23910         * lib/closeout.c (close_stdout_status): Also check for errors on the
23911         stderr stream.
23912
23913 2000-05-05  Jim Meyering  <meyering@lucent.com>
23914
23915         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
23916         AC_SEARCH_LIBS call for clock_gettime.
23917         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
23918
23919         * m4/search-libs.m4: Update from autoconf.
23920
23921         su doesn't work on Solaris 2.6.
23922         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
23923         <shadow.h>.  Reported by Dragos Harabor.
23924
23925 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
23926
23927         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
23928         memcpy instead of xmalloc, xrealloc, path_concat.
23929         (locale_charset): Treat empty environment variables as absent.
23930         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
23931
23932 2000-05-04  Jim Meyering  <meyering@lucent.com>
23933
23934         * lib/getopt.c: Update from glibc.
23935         * lib/obstack.c: Likewise.
23936         * lib/obstack.h: Likewise.
23937         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
23938         file
23939
23940         * lib/regex.h: Likewise.
23941         * lib/strndup.c: Likewise.
23942         * lib/strnlen.c: New file, from glibc.
23943
23944 2000-05-03  Jim Meyering  <meyering@lucent.com>
23945
23946         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
23947
23948 2000-05-02  Paul Eggert  <eggert@twinsun.com>
23949
23950         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
23951         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
23952         compile-time test, rather than inspecting host and OS, to
23953         decide whether to define _LARGEFILE_SOURCE.
23954
23955 2000-05-01  Jim Meyering  <meyering@lucent.com>
23956
23957         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
23958
23959         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
23960         Based on a patch from Bruno Haible.
23961
23962 2000-05-01  Jim Meyering  <meyering@lucent.com>
23963
23964         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
23965
23966 2000-04-29  Jim Meyering  <meyering@lucent.com>
23967
23968         * lib/path-concat.c: Declare strdup only if it's not defined.
23969         * lib/canon-host.c: Likewise.
23970
23971 2000-04-28  Jim Meyering  <meyering@lucent.com>
23972
23973         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
23974         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
23975         is included first, then limits.h is included by locale.h by libintl.h.
23976         From John David Anglin.
23977
23978 2000-04-25  Jim Meyering  <meyering@lucent.com>
23979
23980         * lib/makepath.c (S_IRWXUGO): Define.
23981         (make_path): Always perform explicit chmod if MODE specifies any
23982         of the `special' permission bits.  Prompted by a bug report against
23983         install from Mate Wierdl and Joost van Baal.
23984
23985 2000-04-18  Jim Meyering  <meyering@lucent.com>
23986
23987         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
23988         (jm_PREREQ): Use it.
23989
23990 2000-04-18  Jim Meyering  <meyering@lucent.com>
23991
23992         * lib/README: New file.
23993
23994         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
23995         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
23996
23997 2000-04-17  Jim Meyering  <meyering@lucent.com>
23998
23999         Get it right :-)
24000         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
24001         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
24002         Suggestion from Akim Demaille.
24003
24004 2000-04-17  Jim Meyering  <meyering@lucent.com>
24005
24006         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
24007         the definition of it to rpl_strftime also defined-away the system's
24008         declaration.
24009
24010 2000-04-15  Jim Meyering  <meyering@lucent.com>
24011
24012         Use `C' to denote so-called `contiguous' files, the same way
24013         that tar does.
24014         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
24015         (ftypelet): Use S_ISCTG.
24016         From Michael Deutschmann.
24017
24018 2000-04-14  Jim Meyering  <meyering@lucent.com>
24019
24020         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
24021         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
24022         clobbered.
24023
24024 2000-04-14  Jim Meyering  <meyering@lucent.com>
24025
24026         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
24027
24028 2000-04-13  Jim Meyering  <meyering@lucent.com>
24029
24030         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
24031         AH_VERBATIM to insert required #ifndef into config.h.in.
24032         Suggestion from Akim Demaille.
24033
24034 2000-04-12  Jim Meyering  <meyering@lucent.com>
24035
24036         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
24037         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
24038         Christian Krackowizer.
24039
24040         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
24041         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
24042         (AC_SYS_LARGEFILE): Require.
24043         (AM_C_PROTOTYPES): Require.
24044
24045 2000-04-08  Jim Meyering  <meyering@lucent.com>
24046
24047         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
24048         names don't conflict.  Reported by Eli Zaretskii.
24049
24050 2000-04-07  Jim Meyering  <meyering@lucent.com>
24051
24052         * lib/putenv.c: Move inclusion of errno.h so it follows that of
24053         sys/types.h, to work around system header problems on AIX 3.2.5.
24054         From Bruno Haible.
24055
24056 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
24057
24058         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
24059         bug.  Deal with the different error behavior of Irix iconv.
24060
24061 2000-04-05  Paul Eggert  <eggert@twinsun.com>
24062
24063         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
24064         IRIX if the installer said otherwise.
24065
24066 2000-04-05  Jim Meyering  <meyering@lucent.com>
24067
24068         Portability tweaks required for ultrix4.3.
24069         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
24070         (jm_CHECK_DECLS): Add getutent to the list of functions.
24071         (_jm_DECL_HEADERS): Add utmpx.h.
24072         From John David Anglin.
24073
24074         * m4/strftime.m4: Back out the 2000-04-02 change.
24075         Instead of that change, simply undefine putenv in the test program.
24076
24077 2000-04-05  Jim Meyering  <meyering@lucent.com>
24078
24079         Portability tweaks required for ultrix4.3.
24080         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
24081         getutent.
24082         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
24083         * lib/canon-host.c: Declare strdup.
24084         * lib/path-concat.c: Likewise.
24085         From John David Anglin.
24086
24087 2000-04-04  Jim Meyering  <meyering@lucent.com>
24088
24089         Be more DOS 8.3-friendly.
24090         * lib/ref-add.sin: Renamed from ref-add.sed.in.
24091         * lib/ref-del.sin: Renamed from ref-del.sed.in.
24092         * lib/Makefile.am: Reflect renaming.
24093         Reported by Eli Zaretskii.
24094
24095         Use a temporary file name that won't clash with `charset.alias'
24096         in the DOS 8.3 name space.
24097         * lib/Makefile.am (charset_tmp): Define.
24098         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
24099         (uninstall-local): Likewise.
24100         Reported by Eli Zaretskii.
24101
24102 2000-04-03  Jim Meyering  <meyering@lucent.com>
24103
24104         * m4/gettext.m4: Fix typo in comment.
24105
24106         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
24107         textutils/configure.in).  Suggestion from Paul Eggert.
24108         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
24109
24110 2000-04-02  Paul Eggert  <eggert@twinsun.com>
24111
24112         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
24113         variable in the shell rather than using putenv, which isn't
24114         portable.  This avoids the configure-time inter-test dependency
24115         on the potentially-renamed putenv function.
24116
24117 2000-03-30  Paul Eggert  <eggert@twinsun.com>
24118
24119         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
24120         before checking struct stat.st_blksize, so that
24121         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
24122
24123 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24124
24125         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
24126         since strftime.c uses HAVE_STRFTIME to decide whether to use
24127         the underlying strftime.
24128
24129 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24130
24131         * lib/time/strftime.c (my_strftime): Make sure we call the system
24132         strftime, not ourselves, when invoking the underlying strftime.
24133
24134 2000-03-24  Jim Meyering  <meyering@lucent.com>
24135
24136         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
24137         (charset_alias): Define.
24138         (install-exec-local): Factor out common code.
24139         (uninstall-local): Split lines longer than 80.
24140         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
24141         (SUFFIXES): Define.
24142         (.sed.in.sed): New rule.  Don't redirect directly to $@.
24143         (CLEANFILES): Add ref-add.sed and ref-del.sed.
24144
24145 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
24146
24147         * lib/config.charset: Output a line containing "Packages using this
24148         file".
24149         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
24150         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
24151         ref-del.sed): New rules.
24152
24153 2000-03-17  Jim Meyering  <meyering@lucent.com>
24154
24155         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
24156         Otherwise, include <strings.h>
24157
24158 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
24159
24160         * lib/unicodeio.c (utf8_wctomb): New function.
24161         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
24162         format instead of in UCS-4 with platform dependent endianness.
24163
24164 2000-03-10  Jim Meyering  <meyering@lucent.com>
24165
24166         * m4/lib-check.m4: Look for getspnam in -lgen, too.
24167         From Marco Franzen.
24168
24169 2000-03-07  Paul Eggert  <eggert@twinsun.com>
24170
24171         * lib/savedir.c (savedir): Work even if directory size is
24172         negative; this can happen with some screwy NFS configurations.
24173
24174 2000-03-06  Jim Meyering  <meyering@lucent.com>
24175
24176         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
24177         if it's NULL (because we ran out of memory).  From Bruno Haible.
24178
24179 2000-03-05  Jim Meyering  <meyering@lucent.com>
24180
24181         * lib/localcharset.c ("path-concat.h"): Include.
24182         (get_charset_aliases): Use path_concat instead of ANSI string
24183         concatenation.
24184
24185         * lib/unicodeio.h (PARAMS): Define.
24186         Use it to guard prototype.
24187
24188 2000-03-04  Jim Meyering  <meyering@lucent.com>
24189
24190         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
24191         for lib/localcharset.c.
24192
24193 2000-03-04  Jim Meyering  <meyering@lucent.com>
24194
24195         * lib/Makefile.am (install-exec-local): Create $(libdir) before
24196         installing into it.
24197         (uninstall-local): Uncomment this rule so `make distcheck' works
24198         once again.
24199
24200         * lib/unicodeio.c (<errno.h>): Include it.
24201         (errno): Declare if not defined.
24202
24203         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
24204
24205         * lib/config.charset: New version, incorporating remarks from a linux
24206         i18n mailing list.  From Bruno Haible.
24207
24208 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
24209
24210         * m4/codeset.m4: New file.
24211         * m4/iconv.m4: New file.
24212         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
24213
24214 2000-03-03  Jim Meyering  <meyering@lucent.com>
24215
24216         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
24217
24218 2000-03-02  Jim Meyering  <meyering@lucent.com>
24219
24220         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
24221         the messages come out on separate lines.
24222
24223         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
24224         rather than jm_CHECK_DECLARATIONS.
24225         * m4/decl.m4: Remove now-unused file.
24226
24227         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
24228         geteuid.
24229
24230 2000-03-02  Jim Meyering  <meyering@lucent.com>
24231
24232         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
24233
24234 2000-03-01  Jim Meyering  <meyering@lucent.com>
24235
24236         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
24237         * lib/unicodeio.c: Likewise.
24238
24239 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
24240
24241         * lib/config.charset: New file.
24242         * lib/localcharset.c: New file.
24243         * lib/unicodeio.h, lib/unicodeio.c: New files.
24244         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
24245         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
24246         (noinst_HEADERS): Add unicodeio.h.
24247         (all-local, install-exec-local, charset.alias): New targets.
24248
24249 2000-02-28  Paul Eggert  <eggert@twinsun.com>
24250
24251         * lib/quotearg.c (ALERT_CHAR): New macro.
24252         (quotearg_buffer_restyled): Use it.
24253
24254 2000-02-27  Jim Meyering  <meyering@lucent.com>
24255
24256         * m4/check-decl.m4: Add getenv to the list.
24257
24258 2000-02-27  Jim Meyering  <meyering@lucent.com>
24259
24260         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
24261         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
24262
24263         * lib/backupfile.c: Guard inclusion of stdlib.h with
24264         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
24265         Declare malloc if needed.
24266
24267         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
24268         `#ifndef HAVE_DECL..'
24269         now that autoconf always defines the HAVE_DECL_ symbols.
24270         * lib/human.c: Likewise.
24271         * lib/same.c: Likewise.
24272         * lib/strtoumax.c: Likewise.
24273
24274         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
24275         declaration check was not run.
24276         * lib/hash.c: Likewise.
24277         * lib/human.c: Likewise.
24278         * lib/same.c: Likewise.
24279         * lib/strtoumax.c: Likewise.
24280
24281         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
24282         `.', then first look up the entire `.'-containing string as a login
24283         name.
24284
24285 2000-02-23  Jim Meyering  <meyering@lucent.com>
24286
24287         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
24288         in place of my hack.
24289
24290 2000-02-18  Paul Eggert  <eggert@twinsun.com>
24291
24292         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
24293         (textint): New typedef.
24294         (parser_control): Member year changed from int to textint.
24295         All uses changed.
24296         (YYSTYPE): Removed; replaced by %union with int and textint members.
24297         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
24298         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
24299         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
24300         (tSNUMBER, tUNUMBER): Now of type <textintval>.
24301         (date, number, to_year): Use width of number in digits, not its value,
24302         to determine whether it's a 2-digit year, or a 2-digit time.
24303         (yylex): Store number of digits of numeric tokens.
24304         Reported by John Kendall.
24305
24306         (parser_control): Changed from struct parser_control to typedef (for
24307         consistency).  All uses changed.
24308
24309         (tID): Removed; not used.
24310         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
24311
24312 2000-02-14  Paul Eggert  <eggert@twinsun.com>
24313
24314         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
24315         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
24316
24317 2000-02-12  Jim Meyering  <meyering@lucent.com>
24318
24319         * lib/userspec.c (ISDIGIT): Define it.
24320         (isdigit): Remove definition.
24321         (is_number): Use ISDIGIT, not isdigit.
24322         <libintl.h>: Include.
24323         (_ and N_): Define.
24324         (parse_user_spec): Mark translatable strings.
24325
24326 2000-02-10  Jim Meyering  <meyering@lucent.com>
24327
24328         With these changes, nanosleep.[ch] are finally enough like the other
24329         lib/* replacement files to compile on a few more losing systems.
24330
24331         * lib/nanosleep.h: Don't include config.h.
24332         Remove prototype from declaration of nanosleep.
24333         (PARAMS): Remove now-unneeded definition.
24334         * lib/nanosleep.c: #undef nanosleep.
24335         (rpl_nanosleep): Rename from nanosleep.
24336
24337 2000-02-10  Jim Meyering  <meyering@lucent.com>
24338
24339         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
24340         gnu_nanosleep to rpl_nanosleep.
24341
24342 2000-02-09  Jim Meyering  <meyering@lucent.com>
24343
24344         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
24345         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
24346
24347 2000-02-08  Akim Demaille  <akim@epita.fr>
24348
24349         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
24350         `[' and `]' and remove uses of `changequote'.
24351         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
24352         (AC_SYS_LARGEFILE): Likewise.
24353         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
24354         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
24355         of changequote.
24356         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
24357         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
24358         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
24359         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
24360
24361 2000-02-05  Jim Meyering  <meyering@lucent.com>
24362
24363         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
24364         Remove explicit use of AC_HEADER_TIME.  It is required by
24365         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
24366         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
24367         in autoconf whereby the expansion of the latter ended up preceding
24368         the expansion of its prerequisite, AC_HEADER_TIME.
24369         Reported by Volker Borchert.
24370
24371 2000-02-03  Jim Meyering  <meyering@lucent.com>
24372
24373         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
24374
24375 2000-02-03  Jim Meyering  <meyering@lucent.com>
24376
24377         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
24378         rather than with `#if HAVE_UTMPNAME'.
24379
24380 2000-02-02  Jim Meyering  <meyering@lucent.com>
24381
24382         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
24383         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
24384         Reported by Eli Zaretskii.
24385
24386 2000-02-01  Jim Meyering  <meyering@lucent.com>
24387
24388         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
24389
24390 2000-01-31  Jim Meyering  <meyering@lucent.com>
24391
24392         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
24393         functions.  Add the time.h and sys/time.h headers along with the
24394         AC_REQUIRE'ment of AC_HEADER_TIME.
24395
24396 2000-01-31  Jim Meyering  <meyering@lucent.com>
24397
24398         * lib/nanosleep.h (nanosleep): Guard declaration with
24399         `#if ! HAVE_DECL_NANOSLEEP'.
24400         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
24401         the declaration in that vendor's sys/timers.h.
24402         Reported by Christian Krackowizer.
24403
24404         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
24405         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
24406         (ISPRINT): Likewise.
24407         Reported by Tom Tromey.
24408
24409 2000-01-30  Jim Meyering  <meyering@lucent.com>
24410
24411         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
24412
24413         * m4/prereq.m4 (utmp_includes): Define.
24414         Check for ut_user and ut_name members in both struct utmpx
24415         and struct utmp.
24416
24417 2000-01-30  Jim Meyering  <meyering@lucent.com>
24418
24419         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
24420         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
24421         header files where only utmpx.ut_user is declared.
24422
24423         * lib/readutmp.h (UT_USER): Define.
24424
24425 2000-01-29  Jim Meyering  <meyering@lucent.com>
24426
24427         * m4/lib-check.m4: New file containing library-related checks from
24428         fileutils and sh-utils (textutils had none).
24429
24430 2000-01-28  Jim Meyering  <meyering@lucent.com>
24431
24432         * m4/perl.m4: Change format of warning message to look more like that
24433         from the missing script.  Suggestion from François Pinard.
24434
24435 2000-01-25  Jim Meyering  <meyering@lucent.com>
24436
24437         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
24438         well as time.h in the compile check.
24439         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
24440         Fix typo in cross-compiling case: s/yes/no/.
24441
24442 2000-01-23  Jim Meyering  <meyering@lucent.com>
24443
24444         * m4/jm-macros.m4: Move df-related tests here from
24445         fileutils/configure.in
24446
24447         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
24448         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
24449
24450         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
24451         s/space/ac_fsusage_space/.
24452         (jm_FILE_SYSTEM_USAGE): Take two parameters.
24453
24454         * m4/ftruncate.m4: New file (derived from part of
24455         fileutils/configure.in).
24456         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
24457         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
24458
24459         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
24460         AC_SUBST these here, rather than just in sh-util/configure.in, so
24461         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
24462         all the same.
24463         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
24464         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
24465         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
24466         (AC_SUBST(POW_LIBM)): Likewise.
24467         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
24468
24469 2000-01-23  Jim Meyering  <meyering@lucent.com>
24470
24471         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
24472         obstack.c.
24473
24474 2000-01-22  Jim Meyering  <meyering@lucent.com>
24475
24476         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
24477
24478         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
24479
24480         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
24481         configure.in
24482         (AC_CHECK_HEADERS): Likewise for sh-utils.
24483         (AC_CHECK_HEADERS): Likewise for textutils.
24484         Merge the three lists of headers.
24485
24486         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
24487         from fileutils' configure.in.
24488
24489         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
24490         code. Moved tests into their own function (_jm_DECL_HEADERS) in
24491         check-decl.m4.
24492
24493         * m4/check-decl.m4: Use #if rather than #ifdef.
24494         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
24495         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
24496         (_jm_DECL_HEADERS): Define new function.
24497         (jm_CHECK_DECLARATIONS): Require it.
24498
24499 2000-01-22  Jim Meyering  <meyering@lucent.com>
24500
24501         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
24502         [! HAVE_DECL_STRTOULL]: Declare strtoull.
24503         Required for some AIX systems.  Reported by Christian Krackowizer.
24504         [TESTING] (main): New function.
24505
24506         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
24507         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
24508         letters.
24509
24510         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
24511         iswprint.
24512
24513         * lib/strverscmp.c (ISDIGIT): Define.
24514         (strverscmp): Use ISDIGIT, not isdigit.
24515
24516 2000-01-19  Jim Meyering  <meyering@lucent.com>
24517
24518         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
24519         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
24520         defines `struct timespec' in <sys/time.h>
24521
24522         * m4/c-bs-a.m4: Remove uses of changequote altogether.
24523         Thanks to Akim for explaining.
24524
24525 2000-01-17  Paul Eggert  <eggert@twinsun.com>
24526
24527         * lib/nanosleep.c (nanosleep):
24528         Don't use SA_INTERRUPT to decide whether to call sigaction, as
24529         POSIX.1 doesn't require SA_INTERRUPT and some systems
24530         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
24531         it's been part of POSIX.1 since day 1 (in 1988).
24532
24533 2000-01-17  Jim Meyering  <meyering@lucent.com>
24534
24535         * lib/interlock: Remove unused file.  Reported by François Pinard.
24536
24537 2000-01-16  Paul Eggert  <eggert@twinsun.com>
24538
24539         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
24540         alert, backslash, formfeed, and vertical tab unnecessarily in
24541         shell quoting style.
24542
24543 2000-01-16  Jim Meyering  <meyering@lucent.com>
24544
24545         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
24546         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
24547         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
24548         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
24549
24550 2000-01-16  Jim Meyering  <meyering@lucent.com>
24551
24552         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
24553         because the latter didn't work.
24554
24555 2000-01-15  Jim Meyering  <meyering@lucent.com>
24556
24557         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
24558         (AC_REPLACE_FUNCS): Add memcpy and memset.
24559         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
24560         Add strpbrk.
24561         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
24562
24563 2000-01-12  Jim Meyering  <meyering@lucent.com>
24564
24565         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
24566         (jm_PREREQ): Use it.
24567         (jm_PREREQ_READUTMP): New macro.
24568         (jm_PREREQ): Use it.
24569
24570 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24571
24572         Quote multibyte characters correctly.
24573         * m4/c-bs-a.m4: New file.
24574         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
24575         (jm_PREREQ): Use it.
24576
24577 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24578
24579         * m4/uintmax_t.m4: Port to autoconf 2.13.
24580
24581 2000-01-08  Jim Meyering  <meyering@ascend.com>
24582
24583         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
24584         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
24585
24586 2000-01-04  Jim Meyering  <meyering@ascend.com>
24587
24588         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
24589         jm_STRUCT_DIRENT_D_TYPE.
24590         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
24591         jm_STRUCT_DIRENT_D_INO.
24592         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
24593         jm_STRUCT_UTIMBUF.
24594         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
24595         renamings.
24596         * m4/utime.m4: Likewise.
24597
24598         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
24599         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
24600
24601 2000-01-03  Paul Eggert  <eggert@twinsun.com>
24602
24603         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
24604         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
24605
24606 2000-01-02  Jim Meyering  <meyering@ascend.com>
24607
24608         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
24609         remember if this is necessary.
24610
24611 1999-12-26  Jim Meyering  <meyering@ascend.com>
24612
24613         * m4/jm-macros.m4: Use it here.
24614         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
24615
24616 1999-12-23  Jim Meyering  <meyering@ascend.com>
24617
24618         * m4/jm-macros.m4: Check for clock_gettime (moved from
24619         fileutils/configure.in)
24620         Check for gettimeofday.
24621
24622 1999-12-20  Jim Meyering  <meyering@ascend.com>
24623
24624         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
24625         autoconf-2.14a-1999-12-20.
24626
24627 1999-12-19  Jim Meyering  <meyering@ascend.com>
24628
24629         * m4/lstat-slash.m4: New file.
24630         * m4/jm-macros.m4: Use the new macro:
24631         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24632
24633 1999-12-07  Jim Meyering  <meyering@ascend.com>
24634
24635         * m4/perl.m4: Require that File::Compare be available, too.
24636         Too many systems seem to lack it.
24637
24638         * m4/strftime.m4: Add checks for most of the cpp macros tested in
24639         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
24640
24641 1999-11-18  Paul Eggert  <eggert@twinsun.com>
24642
24643         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
24644         problem with the QNX 4.25 shell, which doesn't propagate exit
24645         status of failed commands inside shell assignments.
24646
24647 1999-11-17  Jim Meyering  <meyering@ascend.com>
24648
24649         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
24650
24651 1999-11-07  Jim Meyering  <meyering@ascend.com>
24652
24653         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
24654
24655 1999-11-06  Jim Meyering  <meyering@ascend.com>
24656
24657         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
24658         * m4/jm-macros.m4 (jm_MACROS): Use it here.
24659
24660 1999-11-05  Jim Meyering  <meyering@ascend.com>
24661
24662         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
24663         configure.in of textutils, fileutils, and sh-utils into this one
24664         (shared between those packages) file.
24665         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
24666         AC_STRUCT_ST_BLKSIZE.
24667
24668 1999-11-03  Jim Meyering  <meyering@ascend.com>
24669
24670         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
24671         of AC_CHECK_TYPE checks includes unistd.h.
24672         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
24673         Suggestion from Akim Demaille.
24674
24675 1999-10-30  Jim Meyering  <meyering@ascend.com>
24676
24677         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
24678         m4-quoted string.
24679         * m4/ls-mntd-fs.m4: Likewise.
24680         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
24681         * m4/jm-winsz1.m4: Likewise.
24682
24683         * m4/const.m4: Remove file, since the fix made it into the experimental
24684         version of autoconf.
24685         * m4/mktime.m4: Likewise.
24686
24687         * m4/check-type.m4: Remove file, now that the latest version of
24688         AC_CHECK_TYPE takes a third arg to specify additional #includes.
24689
24690         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
24691         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
24692         AC_CHECK_TYPE.
24693
24694 1999-10-04  Jim Meyering  <meyering@ascend.com>
24695
24696         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
24697
24698 1999-09-22  Paul Eggert  <eggert@twinsun.com>
24699
24700         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
24701         2.95.1 bug with HP-UX 10.20.
24702
24703 1999-09-17  Jim Meyering  <meyering@ascend.com>
24704
24705         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
24706         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
24707         due to missing strdup (against sh-utils-2.0).
24708
24709 1999-08-29  Jim Meyering  <meyering@ascend.com>
24710
24711         * m4/jm-macros.m4: Require jm_BISON.
24712         * m4/bison.m4: New file.
24713
24714 1999-08-17  Paul Eggert  <eggert@twinsun.com>
24715
24716         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
24717         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
24718
24719 1999-08-05  Jim Meyering  <meyering@ascend.com>
24720
24721         * m4/getline.m4: Rename test file from conftestdata to conftest.data
24722         to avoid conflicts with `conftest' on 8+3 filesystems.
24723         Suggestion from Eli Zaretskii.
24724
24725 1999-08-04  Jim Meyering  <meyering@ascend.com>
24726
24727         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
24728         fileutils and sh-utils (textutils's getline test was inadequate).
24729         (AM_FUNC_GETLINE): Run this test.
24730         (AC_CHECK_FUNCS): Check for getdelim.
24731         Reported by Bob Proulx.
24732
24733 1999-08-02  Jim Meyering  <meyering@ascend.com>
24734
24735         * m4/jm-macros.m4: Add a comment.
24736
24737 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24738
24739         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
24740         <inttypes.h> defines strtoumax as a macro (and not as a
24741         function).
24742
24743 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24744
24745         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
24746         that we can shift, multiply and divide unsigned long long
24747         values; Ultrix cc can't do it.
24748
24749 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24750
24751         * m4/mktime.m4: New file, which is a preview of what should appear
24752         in the next public autoconf release.
24753
24754 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24755
24756         * m4/lfs.m4: Remove this file.
24757         * m4/largefile.m4: New file.  It contains the old contents of
24758         lfs.m4, except that all names with prefix AC_LFS have been
24759         changed to use the prefix AC_SYS_LARGEFILE instead, to be
24760         compatible with future autoconf versions.  Also, some minor m4
24761         quoting problems have been fixed.
24762
24763 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24764
24765         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
24766         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
24767         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
24768         and simplify the shell code.
24769
24770 1999-08-01  Jim Meyering  <meyering@ascend.com>
24771
24772         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
24773         m4.
24774
24775 1999-07-20  Jim Meyering  <meyering@ascend.com>
24776
24777         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
24778
24779 1999-07-15  Jim Meyering  <meyering@ascend.com>
24780
24781         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
24782
24783 1999-05-22  Jim Meyering  <meyering@ascend.com>
24784
24785         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
24786
24787 1999-05-20  Jim Meyering  <meyering@ascend.com>
24788
24789         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
24790         Add a colon after each `then' in case $4 is empty.
24791
24792 1999-05-16  Jim Meyering  <meyering@ascend.com>
24793
24794         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
24795
24796 1999-05-10  Jim Meyering  <meyering@ascend.com>
24797
24798         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
24799
24800         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
24801         AC_FUNC_MKTIME.
24802
24803 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24804
24805         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
24806
24807 1999-05-04  Paul Eggert  <eggert@twinsun.com>
24808
24809         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
24810         not CPPFLAGS, so that linking works correctly in IRIX.
24811
24812 1999-04-30  Paul Eggert  <eggert@twinsun.com>
24813
24814         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
24815
24816 1999-04-20  Paul Eggert  <eggert@twinsun.com>
24817
24818         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
24819         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
24820         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
24821         jm_AC_TYPE_UNSIGNED_LONG_LONG.
24822         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
24823
24824         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
24825
24826 1999-04-20  Jim Meyering  <meyering@ascend.com>
24827
24828         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
24829         AC_REPLACE xstroull if necessary.  From Paul Eggert.
24830         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
24831
24832 1999-04-18  Jim Meyering  <meyering@ascend.com>
24833
24834         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
24835         * m4/jm-macros.m4: Use it.
24836
24837 1999-04-06  Jim Meyering  <meyering@ascend.com>
24838
24839         * m4/strftime.m4: Remove test for %f.
24840
24841 1999-03-29  Jim Meyering  <meyering@ascend.com>
24842
24843         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
24844         superset of the AC_TYPE_* checks in the textutils, fileutils,
24845         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
24846         AC_TYPE_PID_T.
24847
24848 1999-03-28  Jim Meyering  <meyering@ascend.com>
24849
24850         * m4/jm-macros.m4: Define GNU_PACKAGE here.
24851         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
24852         replaced e.g., in the *.sh files of the sh-utils.
24853
24854 1999-03-20  Jim Meyering  <meyering@ascend.com>
24855
24856         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
24857         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
24858         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
24859
24860 1999-03-19  Jim Meyering  <meyering@ascend.com>
24861
24862         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
24863
24864 1999-03-12  Jim Meyering  <meyering@ascend.com>
24865
24866         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
24867
24868 1999-03-07  Jim Meyering  <meyering@ascend.com>
24869
24870         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
24871         declared.
24872
24873 1999-02-17  Jim Meyering  <meyering@ascend.com>
24874
24875         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
24876         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
24877
24878 1999-02-07  Jim Meyering  <meyering@ascend.com>
24879
24880         * m4/group-member.m4: New file -- extracted from sh-utils'
24881         configure.in.
24882
24883         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
24884         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
24885
24886 1999-02-06  Jim Meyering  <meyering@ascend.com>
24887
24888         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
24889         * m4/fnmatch.m4: Likewise.
24890         * m4/getgroups.m4: Likewise.
24891         * m4/lstat.m4: Likewise.
24892         * m4/malloc.m4: Likewise.
24893         * m4/putenv.m4: Likewise.
24894         * m4/realloc.m4: Likewise.
24895         * m4/regex.m4: Likewise.
24896         * m4/stat.m4: Likewise.
24897         * m4/strftime.m4: Likewise.
24898         Suggestion from Alain Magloire.
24899
24900         * m4/chown.m4: Use `.$ac_objext', not `.o'.
24901         * m4/fnmatch.m4: Likewise.
24902         * m4/getgroups.m4: Likewise.
24903         * m4/getline.m4: Likewise.
24904         * m4/lstat.m4: Likewise.
24905         * m4/malloc.m4: Likewise.
24906         * m4/memcmp.m4: Likewise.
24907         * m4/putenv.m4: Likewise.
24908         * m4/realloc.m4: Likewise.
24909         * m4/regex.m4: Likewise.
24910         * m4/stat.m4: Likewise.
24911         * m4/strftime.m4: Likewise.
24912         Suggestion from Alain Magloire.
24913
24914         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
24915         an argument.
24916
24917         * m4/regex.m4: Add a run-time Test for proper operation of
24918         re_compile_pattern.
24919
24920 1999-01-31  Jim Meyering  <meyering@ascend.com>
24921
24922         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
24923
24924 1999-01-30  Jim Meyering  <meyering@ascend.com>
24925
24926         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
24927
24928         * m4/jm-mktime.m4: Make this a wrapper around the official
24929         AM_FUNC_MKTIME rather than my private copy, now that the official one
24930         is up to date.
24931         * m4/mktime.m4: Remove file.
24932
24933         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
24934         * m4/uptime.m4: Likewise.
24935         * m4/uintmax_t.m4: Likewise.
24936
24937 1999-01-28  Jim Meyering  <meyering@ascend.com>
24938
24939         * m4/jm-macros.m4: Use jm_AFS.
24940         * m4/afs.m4: New file (from fileutils' configure.in).
24941
24942         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
24943         * m4/chown.m4: Likewise.
24944         * m4/d-ino.m4: Likewise.
24945         * m4/d-type.m4: Likewise.
24946         * m4/fnmatch.m4: Likewise.
24947         * m4/getgroups.m4: Likewise.
24948         * m4/gettext.m4: Likewise.
24949         * m4/jm-mktime.m4: Likewise.
24950         * m4/jm-winsz2.m4: Likewise.
24951         * m4/lcmessage.m4: Likewise.
24952         * m4/ls-mntd-fs.m4: Likewise.
24953         * m4/malloc.m4: Likewise.
24954         * m4/memcmp.m4: Likewise.
24955         * m4/putenv.m4: Likewise.
24956         * m4/realloc.m4: Likewise.
24957         * m4/st_mtim.m4: Likewise.
24958         * m4/strftime.m4: Likewise.
24959
24960 1999-01-16  Jim Meyering  <meyering@ascend.com>
24961
24962         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
24963         (ARGMATCH_DIE_DECL): Define.
24964
24965 1999-01-12  Jim Meyering  <meyering@ascend.com>
24966
24967         * m4/Makefile.am.in: Rewrite to avoid using fmt.
24968         Reported by Lars Hecking.
24969
24970 1999-01-10  Jim Meyering  <meyering@ascend.com>
24971
24972         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
24973         gross kludge.
24974         * m4/inttypes_h.m4: Likewise.
24975         * m4/lstat.m4: Likewise.
24976         * m4/malloc.m4: Likewise.
24977         * m4/readdir.m4: Likewise.
24978         * m4/realloc.m4: Likewise.
24979         * m4/st_dm_mode.m4: Likewise.
24980         * m4/stat.m4: Likewise.
24981         * m4/utimbuf.m4: Likewise.
24982         * m4/utimes.m4: Likewise.
24983
24984         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
24985         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
24986         comments in config.h.in are meaningful.
24987
24988         * m4/jm-macros.m4: Require autoconf-2.13 here.
24989
24990         * m4/regex.m4: By default, don't use the included regex.c on systems
24991         with glibc 2.  Suggestion from Uli Drepper.
24992
24993 1999-01-02  Jim Meyering  <meyering@ascend.com>
24994
24995         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
24996
24997 1998-12-18  Jim Meyering  <meyering@ascend.com>
24998
24999         * m4/Makefile.am.in (Makefile.am): Simplify rule.
25000         Based on a suggestion from Lars Hecking.
25001
25002 1998-11-16  Paul Eggert  <eggert@twinsun.com>
25003
25004         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
25005
25006 1998-11-16  Jim Meyering  <meyering@ascend.com>
25007
25008         * m4/lfs.m4: Double-quote the `uname...` expression.
25009
25010 1998-11-14  Jim Meyering  <meyering@ascend.com>
25011
25012         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
25013         * m4/stat.m4: Likewise.
25014
25015 1998-11-03  Jim Meyering  <meyering@ascend.com>
25016
25017         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
25018         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
25019
25020 1998-10-18  Jim Meyering  <meyering@ascend.com>
25021
25022         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
25023
25024 1998-10-17  Jim Meyering  <meyering@ascend.com>
25025
25026         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
25027         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
25028         calls for those previously hard-coded headers.  Instead, take a new
25029         parameter.
25030         (jm_CHECK_DECLARATIONS): Reflect interface change.
25031         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
25032         (jm_CHECK_DECL_LOCALTIME_R): New macro.
25033
25034         * m4/mktime.m4: Test for spring-forward gap before long-running test.
25035
25036 1998-10-14  Jim Meyering  <meyering@ascend.com>
25037
25038         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
25039         instead of "TZ=America/Vancouver".  From Paul Eggert.
25040
25041 1998-10-11  Jim Meyering  <meyering@ascend.com>
25042
25043         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
25044         This adds a test for a recently added compatibility fix for mktime.c.
25045         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
25046
25047 1998-09-27  Jim Meyering  <meyering@ascend.com>
25048
25049         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
25050
25051         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
25052         ../configure.in, including a change from Gordon Matzigkeit to allow
25053         cross-compiling for the Hurd.
25054
25055         * m4/glibc.m4: New file/macro to test for the GNU C Library
25056         versions 1 and 2.  From Gordon Matzigkeit.
25057         Indent.
25058
25059 1998-09-21  Jim Meyering  <meyering@ascend.com>
25060
25061         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
25062
25063 1998-08-18  Paul Eggert  <eggert@twinsun.com>
25064
25065         Port nanosecond-resolution times to UnixWare 2.1.2 and
25066         pedantic Solaris 2.6.
25067
25068         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
25069         AC_STRUCT_ST_MTIM.
25070         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
25071         Generate name of ns member, instead of just 1 or undef.
25072         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
25073
25074 1998-08-15  Jim Meyering  <meyering@ascend.com>
25075
25076         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
25077         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
25078         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
25079         instead of jm_TYPE_SSIZE_T.
25080
25081 1998-08-12  Jim Meyering  <meyering@ascend.com>
25082
25083         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
25084
25085 1998-08-02  Jim Meyering  <meyering@ascend.com>
25086
25087         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
25088         in acconfig.h manually.
25089
25090 1998-07-31  Paul Eggert  <eggert@twinsun.com>
25091
25092         * m4/st_mtim.m4: New file.
25093
25094 1998-07-28  Jim Meyering  <meyering@ascend.com>
25095
25096         * m4/utimes.m4: Undef stat.
25097
25098 1998-07-25  Jim Meyering  <meyering@ascend.com>
25099
25100         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
25101         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
25102
25103 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
25104
25105         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
25106         uid and gid actually remain unchanged.
25107
25108 1998-07-07  Jim Meyering  <meyering@ascend.com>
25109
25110         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
25111
25112 1998-07-04  Jim Meyering  <meyering@ascend.com>
25113
25114         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
25115         to prove that this macro can be used in packages without regex.c.
25116
25117 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25118
25119         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
25120         is to be used.
25121
25122 1998-07-03  Jim Meyering  <meyering@ascend.com>
25123
25124         * m4/gettext.m4: Add -lintl if it's found to be necessary.
25125
25126         * m4/gettext.m4: New file -- from gettext-0.10.35.
25127         * m4/lcmessage.m4: Likewise.
25128         * m4/progtest.m4: Likewise.
25129
25130         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
25131         * m4/jm-macros.m4: Require the new macro.
25132
25133 1998-06-29  Jim Meyering  <meyering@ascend.com>
25134
25135         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
25136         for the definition of NGROUPS (used in a system header included
25137         by sys/mount.h).
25138
25139 1998-06-28  Jim Meyering  <meyering@ascend.com>
25140
25141         * m4/ls-mntd-fs.m4: New file.
25142         * m4/fstypename.m4: New file.
25143
25144         * m4/jm-macros.m4: Require the new macro.
25145         * m4/jm-glibc-io.m4: New file.
25146
25147 1998-05-19  Jim Meyering  <meyering@ascend.com>
25148
25149         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
25150         * m4/lchown.m4: New file.
25151
25152         * m4/Makefile.am.in: New file.
25153         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
25154
25155 1998-05-14  Jim Meyering  <meyering@ascend.com>
25156
25157         * m4/Makefile.am (EXTRA_DIST): Add them.
25158         * m4/jm-macros.m4: New file.
25159         * m4/utimbuf.m4: New file.
25160
25161 1998-05-12  Jim Meyering  <meyering@ascend.com>
25162
25163         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
25164
25165 1998-05-11  Jim Meyering  <meyering@ascend.com>
25166
25167         * m4/isc-posix.m4: New file.
25168
25169 1998-05-10  Jim Meyering  <meyering@ascend.com>
25170
25171         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
25172
25173 1998-05-09  Jim Meyering  <meyering@ascend.com>
25174
25175         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
25176         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
25177         with automake.
25178
25179         * m4/ssize_t.m4: New file.
25180         * m4/mktime.m4: Remove file -- the new automake has this now.
25181
25182 1998-04-26  Jim Meyering  <meyering@ascend.com>
25183
25184         * m4/assert.m4: New file.
25185         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
25186
25187 1998-04-05  Jim Meyering  <meyering@ascend.com>
25188
25189         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
25190         (jm_PREREQ): Use it here.
25191
25192 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25193
25194         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
25195         in acconfig.h.
25196
25197 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
25198
25199         * m4/prereq.m4: New file.
25200         * m4/error.m4: New file.
25201         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
25202
25203 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
25204
25205         * m4/getline.m4: Don't set am_cv_func_working_getline before the
25206         cache-check for the same variable -- that defeated the purpose of
25207         the test; the test program was never run.  This was a problem only
25208         on systems with losing getline functions -- HP-UX 10.20 is one.
25209         Reported by Bjorn Helgaas.
25210
25211 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
25212
25213         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
25214
25215 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
25216
25217         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
25218
25219         * m4/const.m4: New file.  Use an initializer in this declaration
25220         typedef int charset[2]; const charset x;
25221         Reported by Bob Glickstein.
25222
25223 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
25224
25225         * m4/chown.m4: Fix reversed types on -1 args to chown.
25226         From Kaveh Ghazi.
25227
25228 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
25229
25230         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
25231         Add lseek and memchr.
25232
25233         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
25234         T.E.Dickey <dickey@clark.net> said that some older preprocessors
25235         have a 20-character limit on names.
25236
25237 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
25238
25239         * m4/inttypes_h.m4: New file.
25240         * m4/uintmax_t.m4: New file.
25241         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
25242
25243 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
25244   Free Software Foundation, Inc.
25245 Copying and distribution of this file, with or without modification,
25246 are permitted provided the copyright notice and this notice are preserved.