Test for array-list module.
[pspp] / ChangeLog
1 2007-01-14  Bruno Haible  <bruno@clisp.org>
2
3         * modules/array-list-tests: New file.
4         * tests/test-array_list.c: New file.
5
6 2007-01-14  Bruno Haible  <bruno@clisp.org>
7
8         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
9         and make.
10         Reported by Simon Josefsson in
11         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
12
13 2007-01-14  Bruno Haible  <bruno@clisp.org>
14
15         * modules/allocsa-tests: New file.
16         * tests/test-allocsa.c: New file.
17
18 2007-01-14  Bruno Haible  <bruno@clisp.org>
19
20         * modules/fchdir (Depends-on): Add absolute-header.
21         * modules/unistd (Depends-on): Likewise.
22
23 2006-12-30  Bruno Haible  <bruno@clisp.org>
24
25         * modules/fchdir: New file.
26         * modules/unistd (Files): Add lib/unistd_.h.
27         (Makefile.am): Generate unistd.h from unistd_.h.
28         * lib/fchdir.c: New file.
29         * lib/dirent_.h: New file.
30         * lib/unistd_.h: New file.
31         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
32         * m4/fchdir.m4: New file.
33         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
34         (gl_HEADER_UNISTD): Invoke it.
35         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
36         function.
37         * lib/backupfile.c (opendir, closedir): Undefine.
38         * lib/chown.c (open, close): Undefine.
39         * lib/clean-temp.c (open, close): Undefine.
40         * lib/copy-file.c (open, close): Undefine.
41         * lib/execute.c (open, close): Undefine.
42         * lib/fsusage.c (open, close): Undefine.
43         * lib/gc-gnulib.c (open, close): Undefine.
44         * lib/getcwd.c (opendir, closedir): Undefine.
45         * lib/glob.c (opendir, closedir): Undefine.
46         * lib/javacomp.c (open, close): Undefine.
47         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
48         * lib/openat-proc.c (open, close): Undefine.
49         * lib/pagealign_alloc.c (open, close): Undefine.
50         * lib/pipe.c (open, close): Undefine.
51         * lib/progreloc.c (open, close): Undefine.
52         * lib/savedir.c (opendir, closedir): Undefine.
53         * lib/utime.c (open, close): Undefine.
54         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
55
56 2007-01-10  Bruno Haible  <bruno@clisp.org>
57
58         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
59
60 2007-01-12  Eric Blake  <ebb9@byu.net>
61
62         Provide a robust <wchar.h>.  Further simplifications are now
63         possible in other modules, but not included here.
64         * modules/wchar: New module.
65         * m4/wchar.m4: New file.
66         * lib/wchar_.h: Likewise.
67         * modules/mbchar (Depends-on): Depend on wchar, as the first use
68         of the new module.
69         * MODULES.html.sh (Extended multibyte and wide character utilities):
70         New section.
71
72 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
73
74         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
75         to a reasonable default for memory allocation.
76         (xreadlink): Don't allocate a huge buffer, to work around a buggy
77         file system that reports garbage st_size values for symlinks.
78         Problem reported by Liyang Hu.
79
80 2007-01-11  Simon Josefsson  <simon@josefsson.org>
81
82         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
83         Emacs .#* auto-save files).
84
85 2007-01-11  Bruno Haible  <bruno@clisp.org>
86
87         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
88         directory.
89
90 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
91
92         Use @...@ consistently in lib/wctype_.h.
93         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
94         on it being set to 1 or 0.
95         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
96         go back to AC_SUBSTing it.
97         * modules/wctype (Makefile.am): Undo previous change.
98
99 2007-01-10  Eric Blake  <ebb9@byu.net>
100
101         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
102         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
103         * modules/wctype (Makefile.am): Likewise.
104         Reported by Chris McGuire.
105
106 2007-01-10  Jim Meyering  <jim@meyering.net>
107
108         fts.c: a small readability/maintainability improvement
109         * lib/fts.c (fts_read): Make this code slightly more readable and
110         maintainable by hoisting the "sp->fts_cur = p" assignments to
111         immediately follow the statements that set P.  Derived from
112         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
113
114 2007-01-10  Eric Blake  <ebb9@byu.net>
115
116         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
117         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
118         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
119         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
120         Reported by Chris McGuire.
121
122 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
123
124         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
125         in sed script.
126
127 2007-01-09  Bruno Haible  <bruno@clisp.org>
128
129         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
130         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
131         variables.
132         (func_module): Use them.
133
134 2007-01-09  Bruno Haible  <bruno@clisp.org>
135
136         * modules/unistr/base: New file.
137         * lib/unistr.h: New file.
138
139         * modules/unistr/u8-to-u16: New file.
140         * lib/unistr/u8-to-u16.c: New file.
141
142         * modules/unistr/u8-to-u32: New file.
143         * lib/unistr/u8-to-u32.c: New file.
144
145         * modules/unistr/u16-to-u8: New file.
146         * lib/unistr/u16-to-u8.c: New file.
147
148         * modules/unistr/u16-to-u32: New file.
149         * lib/unistr/u16-to-u32.c: New file.
150
151         * modules/unistr/u32-to-u8: New file.
152         * lib/unistr/u32-to-u8.c: New file.
153
154         * modules/unistr/u32-to-u16: New file.
155         * lib/unistr/u32-to-u16.c: New file.
156
157         * modules/unistr/u8-check: New file.
158         * modules/unistr/u16-check: New file.
159         * modules/unistr/u32-check: New file.
160         * lib/unistr/u8-check.c: New file.
161         * lib/unistr/u16-check.c: New file.
162         * lib/unistr/u32-check.c: New file.
163
164         * modules/unistr/u8-chr: New file.
165         * modules/unistr/u16-chr: New file.
166         * modules/unistr/u32-chr: New file.
167         * lib/unistr/u8-chr.c: New file.
168         * lib/unistr/u16-chr.c: New file.
169         * lib/unistr/u32-chr.c: New file.
170
171         * modules/unistr/u8-cmp: New file.
172         * modules/unistr/u16-cmp: New file.
173         * modules/unistr/u32-cmp: New file.
174         * lib/unistr/u8-cmp.c: New file.
175         * lib/unistr/u16-cmp.c: New file.
176         * lib/unistr/u32-cmp.c: New file.
177
178         * modules/unistr/u8-cpy: New file.
179         * modules/unistr/u16-cpy: New file.
180         * modules/unistr/u32-cpy: New file.
181         * lib/unistr/u8-cpy.c: New file.
182         * lib/unistr/u16-cpy.c: New file.
183         * lib/unistr/u32-cpy.c: New file.
184         * lib/unistr/u-cpy.h: New file.
185
186         * modules/unistr/u8-cpy-alloc: New file.
187         * modules/unistr/u16-cpy-alloc: New file.
188         * modules/unistr/u32-cpy-alloc: New file.
189         * lib/unistr/u8-cpy-alloc.c: New file.
190         * lib/unistr/u16-cpy-alloc.c: New file.
191         * lib/unistr/u32-cpy-alloc.c: New file.
192         * lib/unistr/u-cpy-alloc.h: New file.
193
194         * modules/unistr/u8-endswith: New file.
195         * modules/unistr/u16-endswith: New file.
196         * modules/unistr/u32-endswith: New file.
197         * lib/unistr/u8-endswith.c: New file.
198         * lib/unistr/u16-endswith.c: New file.
199         * lib/unistr/u32-endswith.c: New file.
200         * lib/unistr/u-endswith.h: New file.
201
202         * modules/unistr/u8-mblen: New file.
203         * modules/unistr/u16-mblen: New file.
204         * modules/unistr/u32-mblen: New file.
205         * lib/unistr/u8-mblen.c: New file.
206         * lib/unistr/u16-mblen.c: New file.
207         * lib/unistr/u32-mblen.c: New file.
208
209         * modules/unistr/u8-mbtouc: New file.
210         * modules/unistr/u16-mbtouc: New file.
211         * modules/unistr/u32-mbtouc: New file.
212         * lib/unistr/u8-mbtouc.c: New file.
213         * lib/unistr/u16-mbtouc.c: New file.
214         * lib/unistr/u32-mbtouc.c: New file.
215
216         * modules/unistr/u8-mbtouc-safe: New file.
217         * modules/unistr/u16-mbtouc-safe: New file.
218         * modules/unistr/u32-mbtouc-safe: New file.
219         * lib/unistr/u8-mbtouc-safe.c: New file.
220         * lib/unistr/u16-mbtouc-safe.c: New file.
221         * lib/unistr/u32-mbtouc-safe.c: New file.
222
223         * modules/unistr/u8-move: New file.
224         * modules/unistr/u16-move: New file.
225         * modules/unistr/u32-move: New file.
226         * lib/unistr/u8-move.c: New file.
227         * lib/unistr/u16-move.c: New file.
228         * lib/unistr/u32-move.c: New file.
229         * lib/unistr/u-move.h: New file.
230
231         * modules/unistr/u8-next: New file.
232         * modules/unistr/u16-next: New file.
233         * modules/unistr/u32-next: New file.
234         * lib/unistr/u8-next.c: New file.
235         * lib/unistr/u16-next.c: New file.
236         * lib/unistr/u32-next.c: New file.
237
238         * modules/unistr/u8-prev: New file.
239         * modules/unistr/u16-prev: New file.
240         * modules/unistr/u32-prev: New file.
241         * lib/unistr/u8-prev.c: New file.
242         * lib/unistr/u16-prev.c: New file.
243         * lib/unistr/u32-prev.c: New file.
244
245         * modules/unistr/u8-set: New file.
246         * modules/unistr/u16-set: New file.
247         * modules/unistr/u32-set: New file.
248         * lib/unistr/u8-set.c: New file.
249         * lib/unistr/u16-set.c: New file.
250         * lib/unistr/u32-set.c: New file.
251         * lib/unistr/u-set.h: New file.
252
253         * modules/unistr/u8-startswith: New file.
254         * modules/unistr/u16-startswith: New file.
255         * modules/unistr/u32-startswith: New file.
256         * lib/unistr/u8-startswith.c: New file.
257         * lib/unistr/u16-startswith.c: New file.
258         * lib/unistr/u32-startswith.c: New file.
259         * lib/unistr/u-startswith.h: New file.
260
261         * modules/unistr/u8-stpcpy: New file.
262         * modules/unistr/u16-stpcpy: New file.
263         * modules/unistr/u32-stpcpy: New file.
264         * lib/unistr/u8-stpcpy.c: New file.
265         * lib/unistr/u16-stpcpy.c: New file.
266         * lib/unistr/u32-stpcpy.c: New file.
267         * lib/unistr/u-stpcpy.h: New file.
268
269         * modules/unistr/u8-stpncpy: New file.
270         * modules/unistr/u16-stpncpy: New file.
271         * modules/unistr/u32-stpncpy: New file.
272         * lib/unistr/u8-stpncpy.c: New file.
273         * lib/unistr/u16-stpncpy.c: New file.
274         * lib/unistr/u32-stpncpy.c: New file.
275         * lib/unistr/u-stpncpy.h: New file.
276
277         * modules/unistr/u8-strcat: New file.
278         * modules/unistr/u16-strcat: New file.
279         * modules/unistr/u32-strcat: New file.
280         * lib/unistr/u8-strcat.c: New file.
281         * lib/unistr/u16-strcat.c: New file.
282         * lib/unistr/u32-strcat.c: New file.
283         * lib/unistr/u-strcat.h: New file.
284
285         * modules/unistr/u8-strchr: New file.
286         * modules/unistr/u16-strchr: New file.
287         * modules/unistr/u32-strchr: New file.
288         * lib/unistr/u8-strchr.c: New file.
289         * lib/unistr/u16-strchr.c: New file.
290         * lib/unistr/u32-strchr.c: New file.
291
292         * modules/unistr/u8-strcmp: New file.
293         * modules/unistr/u16-strcmp: New file.
294         * modules/unistr/u32-strcmp: New file.
295         * lib/unistr/u8-strcmp.c: New file.
296         * lib/unistr/u16-strcmp.c: New file.
297         * lib/unistr/u32-strcmp.c: New file.
298
299         * modules/unistr/u8-strcpy: New file.
300         * modules/unistr/u16-strcpy: New file.
301         * modules/unistr/u32-strcpy: New file.
302         * lib/unistr/u8-strcpy.c: New file.
303         * lib/unistr/u16-strcpy.c: New file.
304         * lib/unistr/u32-strcpy.c: New file.
305         * lib/unistr/u-strcpy.h: New file.
306
307         * modules/unistr/u8-strcspn: New file.
308         * modules/unistr/u16-strcspn: New file.
309         * modules/unistr/u32-strcspn: New file.
310         * lib/unistr/u8-strcspn.c: New file.
311         * lib/unistr/u16-strcspn.c: New file.
312         * lib/unistr/u32-strcspn.c: New file.
313         * lib/unistr/u-strcspn.h: New file.
314
315         * modules/unistr/u8-strdup: New file.
316         * modules/unistr/u16-strdup: New file.
317         * modules/unistr/u32-strdup: New file.
318         * lib/unistr/u8-strdup.c: New file.
319         * lib/unistr/u16-strdup.c: New file.
320         * lib/unistr/u32-strdup.c: New file.
321         * lib/unistr/u-strdup.h: New file.
322
323         * modules/unistr/u8-strlen: New file.
324         * modules/unistr/u16-strlen: New file.
325         * modules/unistr/u32-strlen: New file.
326         * lib/unistr/u8-strlen.c: New file.
327         * lib/unistr/u16-strlen.c: New file.
328         * lib/unistr/u32-strlen.c: New file.
329         * lib/unistr/u-strlen.h: New file.
330
331         * modules/unistr/u8-strmblen: New file.
332         * modules/unistr/u16-strmblen: New file.
333         * modules/unistr/u32-strmblen: New file.
334         * lib/unistr/u8-strmblen.c: New file.
335         * lib/unistr/u16-strmblen.c: New file.
336         * lib/unistr/u32-strmblen.c: New file.
337
338         * modules/unistr/u8-strmbtouc: New file.
339         * modules/unistr/u16-strmbtouc: New file.
340         * modules/unistr/u32-strmbtouc: New file.
341         * lib/unistr/u8-strmbtouc.c: New file.
342         * lib/unistr/u16-strmbtouc.c: New file.
343         * lib/unistr/u32-strmbtouc.c: New file.
344
345         * modules/unistr/u8-strncat: New file.
346         * modules/unistr/u16-strncat: New file.
347         * modules/unistr/u32-strncat: New file.
348         * lib/unistr/u8-strncat.c: New file.
349         * lib/unistr/u16-strncat.c: New file.
350         * lib/unistr/u32-strncat.c: New file.
351         * lib/unistr/u-strncat.h: New file.
352
353         * modules/unistr/u8-strncmp: New file.
354         * modules/unistr/u16-strncmp: New file.
355         * modules/unistr/u32-strncmp: New file.
356         * lib/unistr/u8-strncmp.c: New file.
357         * lib/unistr/u16-strncmp.c: New file.
358         * lib/unistr/u32-strncmp.c: New file.
359
360         * modules/unistr/u8-strncpy: New file.
361         * modules/unistr/u16-strncpy: New file.
362         * modules/unistr/u32-strncpy: New file.
363         * lib/unistr/u8-strncpy.c: New file.
364         * lib/unistr/u16-strncpy.c: New file.
365         * lib/unistr/u32-strncpy.c: New file.
366         * lib/unistr/u-strncpy.h: New file.
367
368         * modules/unistr/u8-strnlen: New file.
369         * modules/unistr/u16-strnlen: New file.
370         * modules/unistr/u32-strnlen: New file.
371         * lib/unistr/u8-strnlen.c: New file.
372         * lib/unistr/u16-strnlen.c: New file.
373         * lib/unistr/u32-strnlen.c: New file.
374         * lib/unistr/u-strnlen.h: New file.
375
376         * modules/unistr/u8-strpbrk: New file.
377         * modules/unistr/u16-strpbrk: New file.
378         * modules/unistr/u32-strpbrk: New file.
379         * lib/unistr/u8-strpbrk.c: New file.
380         * lib/unistr/u16-strpbrk.c: New file.
381         * lib/unistr/u32-strpbrk.c: New file.
382         * lib/unistr/u-strpbrk.h: New file.
383
384         * modules/unistr/u8-strrchr: New file.
385         * modules/unistr/u16-strrchr: New file.
386         * modules/unistr/u32-strrchr: New file.
387         * lib/unistr/u8-strrchr.c: New file.
388         * lib/unistr/u16-strrchr.c: New file.
389         * lib/unistr/u32-strrchr.c: New file.
390
391         * modules/unistr/u8-strspn: New file.
392         * modules/unistr/u16-strspn: New file.
393         * modules/unistr/u32-strspn: New file.
394         * lib/unistr/u8-strspn.c: New file.
395         * lib/unistr/u16-strspn.c: New file.
396         * lib/unistr/u32-strspn.c: New file.
397         * lib/unistr/u-strspn.h: New file.
398
399         * modules/unistr/u8-strstr: New file.
400         * modules/unistr/u16-strstr: New file.
401         * modules/unistr/u32-strstr: New file.
402         * lib/unistr/u8-strstr.c: New file.
403         * lib/unistr/u16-strstr.c: New file.
404         * lib/unistr/u32-strstr.c: New file.
405         * lib/unistr/u-strstr.h: New file.
406
407         * modules/unistr/u8-strtok: New file.
408         * modules/unistr/u16-strtok: New file.
409         * modules/unistr/u32-strtok: New file.
410         * lib/unistr/u8-strtok.c: New file.
411         * lib/unistr/u16-strtok.c: New file.
412         * lib/unistr/u32-strtok.c: New file.
413         * lib/unistr/u-strtok.h: New file.
414
415         * modules/unistr/u8-uctomb: New file.
416         * modules/unistr/u16-uctomb: New file.
417         * modules/unistr/u32-uctomb: New file.
418         * lib/unistr/u8-uctomb.c: New file.
419         * lib/unistr/u16-uctomb.c: New file.
420         * lib/unistr/u32-uctomb.c: New file.
421
422         * MODULES.html.sh (Unicode string functions): Add the new modules.
423
424 2007-01-08  Bruno Haible  <bruno@clisp.org>
425
426         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
427         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
428         subdirectories.
429
430 2007-01-08  Karl Berry  <karl@gnu.org>
431
432         * doc/error.texi: mention that main() fns must set program_name
433         when progname is used.
434
435 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
436
437         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
438         WCTYPE_H is empty, for the benefit of builds from non-distclean
439         directories.  Problem reported by Eric Blake in
440         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
441
442 2007-01-08  Bruno Haible  <bruno@clisp.org>
443
444         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
445         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
446         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
447         PROVIDE_CANONICALIZE_FILENAME_MODE.
448         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
449
450 2007-01-08  Bruno Haible  <bruno@clisp.org>
451
452         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
453         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
454         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
455         * lib/fts.c: Likewise.
456         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
457
458 2006-12-25  Bruno Haible  <bruno@clisp.org>
459
460         * modules/utf8-ucs4-safe: New file.
461         * lib/utf8-ucs4-safe.h: New file.
462         * lib/unistr/utf8-ucs4-safe.c: New file.
463
464         * modules/utf16-ucs4-safe: New file.
465         * lib/utf16-ucs4-safe.h: New file.
466         * lib/unistr/utf16-ucs4-safe.c: New file.
467
468         * MODULES.html.sh (Unicode string functions): Add the new modules.
469
470 2007-01-08  Bruno Haible  <bruno@clisp.org>
471
472         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
473         (Depends-on): Add unitypes.
474         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
475         (u8_mbtouc_aux): Move out to separate file.
476         (u8_mbtouc): Use ucs4_t, uint8_t types.
477         * lib/unistr/utf8-ucs4.c: New file.
478
479         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
480         (Depends-on): Add unitypes.
481         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
482         (u16_mbtouc_aux): Move out to separate file.
483         (u16_mbtouc): Use ucs4_t, uint16_t types.
484         * lib/unistr/utf16-ucs4.c: New file.
485
486         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
487         (Depends-on): Add unitypes.
488         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
489         (u8_uctomb_aux): Move out to separate file.
490         (u8_uctomb): Use ucs4_t, uint8_t types.
491         * lib/unistr/ucs4-utf8.c: New file.
492
493         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
494         (Depends-on): Add unitypes.
495         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
496         (u16_uctomb_aux): Move out to separate file.
497         (u16_uctomb): Use ucs4_t, uint16_t types.
498         * lib/unistr/ucs4-utf16.c: New file.
499
500 2006-12-25  Bruno Haible  <bruno@clisp.org>
501
502         * modules/unitypes: New file.
503         * lib/unitypes.h: New file.
504         * MODULES.html.sh (func_all_modules): New section "Unicode string
505         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
506         this section. Add unitypes.
507
508 2007-01-08  Bruno Haible  <bruno@clisp.org>
509
510         Avoid variable names that conflict with those from libtool.
511         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
512         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
513         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
514         library_names_spec to acl_library_names_spec, hardcode_* to
515         acl_hardcode_*.
516         Reported by Ralf Wildenhues.
517
518 2007-01-08  Bruno Haible  <bruno@clisp.org>
519
520         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
521         definition.
522         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
523         definition.
524         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
525         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
526         definition.
527         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
528         definition.
529         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
530         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
531         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
532         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
533         definition.
534         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
535         definition.
536         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
537         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
538         GC_USE_<algorithm>.
539         * lib/gc-libgcrypt.c: Likewise.
540         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
541         * modules/gc-arctwo (configure.ac): Likewise.
542         * modules/gc-des (configure.ac): Likewise.
543         * modules/gc-hmac-md5 (configure.ac): Likewise.
544         * modules/gc-hmac-sha1 (configure.ac): Likewise.
545         * modules/gc-md2 (configure.ac): Likewise.
546         * modules/gc-md4 (configure.ac): Likewise.
547         * modules/gc-md5 (configure.ac): Likewise.
548         * modules/gc-random (configure.ac): Likewise.
549         * modules/gc-rijndael (configure.ac): Likewise.
550         * modules/gc-sha1 (configure.ac): Likewise.
551
552 2007-01-08  Bruno Haible  <bruno@clisp.org>
553
554         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
555         macro definition.
556         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
557         definition.
558         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
559         definition.
560         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
561         * modules/fcntl-safer (configure.ac): Likewise.
562         * modules/fopen-safer (configure.ac): Likewise.
563         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
564         GNULIB_FWRITEERROR macro definition.
565
566 2007-01-08  Bruno Haible  <bruno@clisp.org>
567
568         * m4/gnulib-common.m4: New file.
569         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
570         (func_get_filelist): Add m4/gnulib-common.m4.
571
572 2007-01-08  Bruno Haible  <bruno@clisp.org>
573
574         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
575         command.
576
577 2007-01-08  Jim Meyering  <jim@meyering.net>
578
579         Use a more robust test for a "can't happen" condition.
580         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
581         narrowed the st_size value.  Presuming the "can't happen" condition
582         is true, that narrowing could conceivably convert an invalid st_size
583         value into a valid one.  Instead, use a change based on Matthew
584         Woehlke's original patch.
585
586         Slight readability improvement: use an assert-like macro
587         in place of literal "abort ()" uses.
588         * lib/fts.c (fts_assert): Define.
589         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
590         Use this macro instead of a bare 'abort'.
591
592 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
593
594         Don't worry about using IRIX 5.3's wctype.h broken definitions;
595         simply work around them.
596         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
597         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
598         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
599         Don't bother to define as macros, since the standard doesn't require it.
600         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
601         longer worry about IRIX 5.3.
602         (HAVE_WCTYPE_CTMP_BUG): Remove.
603
604 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
605
606         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
607         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
608         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
609         Problems reported by Georg Schwarz for IRIX 5.3.
610
611         * gnulib-tool (autoconf_minversion): Take the maximum version number
612         found, not the minimum.  Problem reported by James Youngman.
613
614 2007-01-03  Karl Berry  <karl@gnu.org>
615
616         * doc/error.texi: new file, explaining interaction with progname.
617         * doc/gnulib.texi: include it.  Update copyright.
618
619 2007-01-03  Simon Josefsson  <simon@josefsson.org>
620
621         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
622         AC_CANONICAL_HOST, to improve autobuild outputs.
623
624 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
625             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
626
627         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
628         sockets, server sockets, and other file descriptors.  Count errors
629         to compute the return value.  Reorder the code a bit to be easier
630         to follow.  Don't set event bits that were not requested (except
631         POLLERR and POLLHUP).
632
633 2007-01-01  Bruno Haible  <bruno@clisp.org>
634
635         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
636
637 2007-01-03  Jim Meyering  <jim@meyering.net>
638
639         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
640
641 2007-01-02  Bruno Haible  <bruno@clisp.org>
642
643         * modules/settime (Include): Require timespec.h.
644         * modules/nanosleep (Include): Likewise.
645
646 2007-01-01  Bruno Haible  <bruno@clisp.org>
647
648         * gnulib-tool (func_emit_copyright_notice): Bump year.
649         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
650
651 2007-01-01  Bruno Haible  <bruno@clisp.org>
652
653         Improve support for OpenBSD.
654         * build-aux/config.rpath (libname_spec): Export.
655         (library_names_spec): New variable. Export.
656         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
657         library_names_spec from the config.rpath output. Locate shared library
658         through the name pattern in library_names_spec.
659
660 2007-01-01  Eric Blake  <ebb9@byu.net>
661
662         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
663
664 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
665
666         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
667         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
668         assume the C locale, and avoid an "eval" that could cause trouble.
669         Problem with SORT reported by Bob Proulx.
670
671         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
672         Define.  Trivial patch from Henning Nielsen Lund, originally
673         sent to bug-grep@gnu.org today.
674
675 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
676
677         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
678         struct stat.  Problem reported by Henning Nielsen Lund.
679         * lib/acl.c: Include acl.h first, to check interface.  Don't
680         bother to include sys/types.h and sys/stat.h again.
681
682 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
683
684         Import the following change from libc; problem reported by
685         Sven Verdoolaege.
686
687         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
688
689         [BZ #1373]
690         * lib/argp.h: Remove __NTH for __argp_usage inline function.
691
692 2006-12-28  Jim Meyering  <jim@meyering.net>
693
694         * build-aux/announce-gen: Do not assume that the package
695         builds any of tar.gz, tar.bz2, and .xdelta files.
696         Suggestion from Simon Josefsson.
697
698 2006-12-28  Simon Josefsson  <simon@josefsson.org>
699
700         * modules/announce-gen: New file.
701
702 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
703
704         * lib/mbchar.h: Just include <wctype.h>; the wctype module
705         handles its gotchas now.
706         * lib/mbswidth.c: Likewise.
707         * lib/wcwidth.h: Likewise.
708         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
709         and iswcntrl; the wctype module does this stuff now.
710         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
711         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
712         * modules/mbchar (Depends-on): Add wctype.
713         * modules/mbswidth (Depends-on): Likewise.
714         * modules/wcwidth (Depends-on): Likewise.
715
716 2006-12-27  Eric Blake  <ebb9@byu.net>
717
718         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
719         module uses more than what <wctype.h> is required to provide.
720
721 2006-12-26  Eric Blake  <ebb9@byu.net>
722
723         * gnulib-tool (sed_extract_prog): Avoid space-tab.
724
725 2006-12-26  Eric Blake  <ebb9@byu.net>
726
727         * modules/absolute-header: New module.
728         * modules/fcntl (Depends-on): Depend on it.
729         * modules/inttypes (Depends-on): Likewise.
730         * modules/stdint (Depends-on): Likewise.
731         * modules/sys_stat (Depends-on): Likewise.
732         * modules/wctype (Depends-on): Likewise.
733         * MODULES.html.sh (Support for building libraries and
734         executables): Document it.
735
736 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
737
738         * gnulib-tool (SED): Remove, undoing previous change.
739         The problem was that it broke coreutils on Solaris, because
740         "sed --posix" leaked into a makefile.
741         (sed): New alias, if 'alias' and GNU sed.
742
743 2006-12-24  Jim Meyering  <jim@meyering.net>
744
745         Work around an fchownat bug in glibc-2.4:
746         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
747         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
748         in spite of the -P option.
749         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
750         New macros.
751         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
752         * modules/openat (Files): Add lib/fchownat.c.
753         * lib/openat.c (fchownat): Don't define here.  Move to...
754         * lib/fchownat.c: ...this new file.
755
756 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
757
758         Fix bug reported by Bruno Haible in
759         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
760         where quotearg.c didn't compile on Mac OS X 10.2 because it
761         lacks <wchar.h> and wint_t.
762         * lib/wctype_.h (__wctype_wint_t): New type.
763         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
764         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
765         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
766         Arg is now of type __wctype_wint_t, not wint_t.
767         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
768         substitute HAVE_WINT_T.
769         * modules/wctype (Files): Add m4/wint_t.m4.
770         (wctype.h): Substitute HAVE_WINT_T.
771
772 2006-12-23  Bruno Haible  <bruno@clisp.org>
773
774         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
775
776 2006-12-23  Bruno Haible  <bruno@clisp.org>
777
778         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
779         S_ISLNK.
780         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
781         mingw.
782
783 2006-12-22  Bruno Haible  <bruno@clisp.org>
784
785         * lib/copy-file.c: Include acl.h.
786         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
787         Close the file descriptors only after being done with copy_acl.
788         * modules/copy-file (Depends-on): Add acl.
789
790 2006-12-22  Bruno Haible  <bruno@clisp.org>
791
792         * gnulib-tool (SED): New variable.
793         Use $SED instead of sed everywhere.
794
795 2006-12-22  Bruno Haible  <bruno@clisp.org>
796
797         * modules/no-c++: New file.
798         * m4/no-c++.m4: New file.
799         * MODULES.html.sh (Support for building libraries and executables):
800         Add no-c++.
801
802 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
803
804         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
805         Include <limits.h>, and use its INT_MAX to rewrite the
806         j loop so that it does not overflow 'int'.  Problem reported by
807         Ralf Wildenhues in
808         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
809         Play it safe by shifting left by 1 rather than multiplying by 2,
810         as GCC is less likely to optimize this away when the value
811         is signed (when it assumes overflow leads to undefined behavior).
812         Also, don't assume time_t uses two's complement.
813
814 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
815
816         * MODULES.html.sh: New module wctype.
817         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
818         * lib/fnmatch.c: Don't bother to include <wchar.h> before
819         <wctype.h>, since the new wctype module should fix this.
820         * lib/quotearg.c: Include <wctype.h> unconditionally, since
821         the wctype module should arrange for it.
822         * lib/regex_internal.h: Likewise.
823         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
824         since the wctype module should handle this now.
825         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
826         * modules/fnmatch (Depends-on): Add wctype.
827         * modules/quotearg (Depends-on): Likewise.
828         * modules/regex (Depends-on): Likewise.
829
830 2006-12-19  Bruno Haible  <bruno@clisp.org>
831
832         * lib/strdup.h [C++]: Wrap definitions in extern "C".
833         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
834
835 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
836
837         * modules/savewd (Depends-on): Fix dependency on fcntl.
838
839 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
840
841         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
842         conforms to C99, rather than relying on the user's environment
843         setting of STDINT_H.
844
845 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
846         and Eric Blake  <ebb9@byu.net>
847
848         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
849         This is more consistent with the other defines here.
850         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
851         Port to z/OS.  Problem reported by Paul Gilmartin.
852         Change local vars to use gl_ prefix rather than ac_.
853         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
854         with other defines.
855         * modules/double-slash-root: New module.
856         * modules/dirname (Files): Remove m4/double-slash-root.m4.
857         (Depends-on): Add double-slash-root.
858         * MODULES.html.sh (File system functions): Mention new module.
859
860 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
861
862         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
863         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
864         This is for the benefit of gzip, which doesn't do i18n.
865
866 2006-12-12  Jim Meyering  <jim@meyering.net>
867
868         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
869         Reported by Andreas Schwab <schwab@suse.de>.
870
871 2006-12-12  Bruno Haible  <bruno@clisp.org>
872
873         Merge these changes.
874         2006-09-05  Bruno Haible  <bruno@clisp.org>
875         * lib/iconvme.c (iconv_string): No need to save and restore errno when
876         iconv_alloc succeeded.
877         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
878         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
879         test for " && dest " at the end - dest is always != NULL there. Call
880         iconv with 4xNULL arguments initially, to reset the state. Call iconv
881         with 2xNULL arguments, also to flush the state storage. Handle the
882         IRIX iconv behaviour. Realloc the final result, to throw away unused
883         memory.
884
885 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
886
887         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
888         and fchmodat unconditionally, since glibc 2.4 has them.
889         Problem reported by Arkadiusz Miskiewicz.
890
891 2006-12-10  Bruno Haible  <bruno@clisp.org>
892
893         * gnulib-tool (func_import): Show the include files only for those
894         modules that are copied and specified.
895         Reported by Karl Berry.
896
897 2006-12-08  Jim Meyering  <jim@meyering.net>
898
899         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
900         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
901
902         * build-aux/announce-gen: Add two new options, both optional:
903         --bootstrap-tools=TOOL_LIST
904               a comma-separated list of tools, e.g.,
905               autoconf,automake,bison,gnulib
906         --gnulib-snapshot-date=DATE
907               if gnulib is in the bootstrap tool list,
908               then report this as the snapshot date.
909               If not specified, use the current date/time.
910               If you specify a date here, be sure it's UTC.
911
912 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
913
914         * tests/test-argp-2.sh: Fix test to match actual output.
915         (func_compare): Fix sed script to be portable.
916
917 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
918
919         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
920         workaround for this case.  It is not autoconfigured now; offhand
921         it's hard to see how to autoconfigure it.
922
923 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
924
925         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
926         a directory that is about to be chowned.  Such a directory's
927         initial file permissions should permit the owner only and this
928         should not be changed until after the chown, since the group and
929         other bits would be incorrect if they granted permission before
930         the chown.
931
932         Fix porting problem for iswctype reported by Georg Schwarz in:
933         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
934         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
935         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
936         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
937         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
938
939 2006-12-03  Jim Meyering  <jim@meyering.net>
940
941         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
942         p->fts_statp may not yet be defined.
943         (fts_read): Instead, set it in the caller, once p->fts_statp is
944         sure to be defined, and corresponds to a top-level directory.
945         This bug made du -x fail.  Here's the coreutils test case:
946         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
947         Reported by Mike Frysinger.
948
949 2006-12-01  Jim Meyering  <jim@meyering.net>
950
951         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
952         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
953         Reported by Simon Josefsson.
954
955 2006-11-30  Jim Meyering  <jim@meyering.net>
956
957         * m4/warning.m4: Use the all-permissive copyright notice
958         recommended by RMS (rather than LGPL).
959         * m4/vararrays.m4: Likewise.
960         * m4/flexmember.m4: Likewise.
961
962 2006-11-29  Bruno Haible  <bruno@clisp.org>
963
964         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
965         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
966         using +=.
967         Reported by Simon Josefsson <simon@josefsson.org>.
968
969 2006-11-28  James Youngman <jay@gnu.org>
970
971         * README: Advise users that they might find the bug-gnulib@gnu.org
972         and autotools-announce@gnu.org mailing lists useful.
973
974 2006-11-28  Bruno Haible  <bruno@clisp.org>
975
976         * m4/ptrdiff_max.m4: Remove file.
977
978 2006-11-21  Bruno Haible  <bruno@clisp.org>
979
980         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
981         _AC_COMPUTE_INT.
982         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
983         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
984         _AC_COMPUTE_INT.
985         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
986         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
987         _AC_COMPUTE_INT.
988         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
989
990 2006-11-28  Jim Meyering  <jim@meyering.net>
991
992         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
993         warning from "gcc -Wshadow" about shadowing the builtin.
994
995 2006-11-27  Bruno Haible  <bruno@clisp.org>
996
997         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
998         _AC_COMPUTE_INT.
999         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1000
1001 2006-11-27  Bruno Haible  <bruno@clisp.org>
1002             Paul Eggert  <eggert@cs.ucla.edu>
1003
1004         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
1005
1006 2006-11-26  Bruno Haible  <bruno@clisp.org>
1007
1008         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1009         noinst_LTLIBRARIES.
1010
1011 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1012             Bruno Haible  <bruno@clisp.org>
1013
1014         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
1015         if compiling with "gcc -ansi".
1016
1017 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1018
1019         Fix some incompatibilities with gcc -ansi -pedantic.
1020         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
1021         if compiling pedantically with GCC, unless it's C99 or later.
1022         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
1023         it mishandles gcc -ansi -pedantic as well.
1024         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
1025         if gcc -pedantic.
1026         * lib/regexec.c (check_node_accept_bytes): Don't use auto
1027         initializers for struct if -pedantic, unless it's C99 or later.
1028
1029 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
1030
1031         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
1032         Don't close an fd more than once. Identical atimes indicate
1033         success, not failure.
1034
1035 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
1036
1037         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
1038
1039 2006-11-23  Jim Meyering  <jim@meyering.net>
1040
1041         * build-aux/announce-gen: New file.  From coreutils.
1042
1043 2006-11-22  Jim Meyering  <jim@meyering.net>
1044
1045         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
1046         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
1047         (fts_read): Use a temporary to narrow the overused st_size member
1048         before using it in a switch statement.  Reported by Matthew Woehlke.
1049
1050         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
1051         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1052
1053 2006-11-20  Bruno Haible  <bruno@clisp.org>
1054
1055         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
1056         changequote instead of pairs of brackets.
1057         Reported by Andreas Schwab <schwab@suse.de>.
1058
1059 2006-11-21  Jim Meyering  <jim@meyering.net>
1060
1061         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
1062         so as to remain compatible with older compilers.
1063         Patch from Michael Deutschmann.
1064
1065 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1066
1067         * MODULES.html.sh (File system functions): Add openat.
1068
1069         * lib/openat.h (rpl_fstatat): New macro, if
1070         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
1071         (fstatat): Define to rpl_fstatat under the same conditions,
1072         unless COMPILING_FSTATAT.
1073         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
1074         seems to have the bug.
1075         * lib/fstatat.c: New file.
1076         * modules/openat (Files): Add it.
1077
1078 2006-11-20  Bruno Haible  <bruno@clisp.org>
1079
1080         * Makefile: New file.
1081
1082 2006-11-20  Jim Meyering  <jim@meyering.net>
1083
1084         The beginnings of syntax-related checks for gnulib.
1085         * lib/Makefile: New file.
1086         * lib/t-idcache: New script.  Ensure that the two halves of
1087         idcache.c stay in sync.
1088
1089         * lib/idcache.c: Adjust comments in user- and group- portions to
1090         be more accurate, and to be consistent with one another.
1091
1092 2006-11-20  Jim Meyering  <jim@meyering.net>
1093
1094         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
1095         continue using the flexible array member (thus, this module performs
1096         half as many malloc calls), with the addition that...
1097         (getgroup, getuser): Consistently record a non-match via an empty
1098         "name" string, and map an empty string match to a NULL return value.
1099         * modules/idcache (Depends-on): Re-add flexmember.
1100
1101         * lib/idcache.c (getuser): Remove all uses of the register keyword.
1102         (getuidbyname, getgroup, getgidbyname): Likewise.
1103
1104         Use cleaner syntax: NULL rather than 0.
1105         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
1106
1107 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1108
1109         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
1110         It mishandled the case where the group was missing.
1111         Problem reported by Greg Schafer.
1112         * modules/idcache: Likewise.
1113
1114 2006-11-18  Jim Meyering  <jim@meyering.net>
1115
1116         * check-module (%exempt_header): Add exception for some
1117         conditionally-included headers.
1118
1119         * modules/i-ring (Depends-on): Add verify.
1120         (License): Change to LGPL.
1121
1122 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1123
1124         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
1125         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
1126         and inttostr.h.  Use snprintf rather than uinttostr, so that
1127         LGPLed code doesn't depend on GPLed.
1128
1129 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1130
1131         * modules/inline (License): Change from GPL to LGPL.
1132
1133 2006-11-17  Jim Meyering  <jim@meyering.net>
1134
1135         * modules/d-type (License): Switch to LGPL.
1136
1137 2006-11-15  Bruno Haible  <bruno@clisp.org>
1138
1139         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
1140
1141 2006-11-15  Eric Blake  <ebb9@byu.net>
1142
1143         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
1144         the module dependency.
1145
1146 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1147             Bruno Haible  <bruno@clisp.org>
1148
1149         * gnulib-tool (func_create_testdir): Add license consistency check.
1150
1151 2006-11-15  Eric Blake  <ebb9@byu.net>
1152
1153         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
1154         random "(cached)" in configure output.
1155
1156 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1157
1158         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
1159         test for conforming inttypes.h is both announced and cached.
1160
1161         * MODULES.html.sh (seen_modules, seen_files): New variables.
1162         (func_module): Rewrite to use a few less gnulib-tool and sed
1163         invocations.  Avoid a couple of quadratic algorithms for ...
1164         (missed_modules, missed_files): ... these, with ...
1165         (func_append, func_tmpdir): ... these new functions, from
1166         gnulib-tool.  Analogously, install traps for cleanup.
1167
1168         * tests/test-gc.c (main): Remove unused variables.
1169         * tests/test-read-file.c: Include stdlib.h, for 'free'.
1170
1171 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1172
1173         * modules/inttostr (License): Change to LGPL.
1174
1175 2006-11-14  Eric Blake  <ebb9@byu.net>
1176
1177         * modules/tempname (License): Change to LGPL.
1178
1179 2006-11-14  Eric Blake  <ebb9@byu.net>
1180
1181         * doc/functions.texi (Function Portability): *printf functions on
1182         Cygwin now understand all POSIX size specifiers.
1183
1184 2006-11-14  Bruno Haible  <bruno@clisp.org>
1185
1186         * modules/c-ctype (License): Change to LGPL.
1187
1188 2006-11-12  Bruno Haible  <bruno@clisp.org>
1189
1190         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1191         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
1192         for GNOME libraries, for which the include files are installed in
1193         subdirectories of $prefix/include.
1194
1195 2006-11-12  Bruno Haible  <bruno@clisp.org>
1196
1197         * m4/lib-link.m4: Require at least autoconf-2.54.
1198         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
1199         name to underscores for the --with option.
1200
1201 2006-11-13  Bruno Haible  <bruno@clisp.org>
1202
1203         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
1204         the tests directory.
1205         Reported by Ralf Wildenhues.
1206
1207 2006-11-13  Bruno Haible  <bruno@clisp.org>
1208
1209         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
1210         (func_emit_initmacro_end): Undo the override here.
1211         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
1212         Works around the famous automake error in coreutils.
1213
1214 2006-11-13  Eric Blake  <ebb9@byu.net>
1215
1216         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
1217         element, not its node.
1218
1219 2006-11-12  Bruno Haible  <bruno@clisp.org>
1220
1221         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
1222         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
1223
1224 2006-11-12  Bruno Haible  <bruno@clisp.org>
1225
1226         * gnulib-tool: New option --local-symlink.
1227         (func_usage): Document it.
1228         (lsymbolic): New variable.
1229         (func_import, func_create_testdir): If --symlink was not specified,
1230         test whether --local-symlink was specified and the file comes from
1231         the local_gnulib_dir.
1232
1233 2006-11-12  Bruno Haible  <bruno@clisp.org>
1234
1235         * gnulib-tool (func_ln): New function.
1236         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
1237
1238 2006-11-12  Bruno Haible  <bruno@clisp.org>
1239
1240         Finish support for source files in subdirectories.
1241         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
1242         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
1243         AUTOMAKE_OPTIONS.
1244         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
1245
1246 2006-11-12  Bruno Haible  <bruno@clisp.org>
1247
1248         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1249         EXTRA_lib_SOURCES augmentation.
1250         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
1251
1252 2006-11-12  Jim Meyering  <jim@meyering.net>
1253
1254         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
1255         file descriptors.  This also averts a failure on systems with
1256         native openat support when a traversed directory lacks "x" access.
1257         * lib/fts_.h: Include "i-ring.h"
1258         (struct FTS) [fts_fd_ring]: New member.
1259         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
1260         (FCHDIR): Add parentheses.
1261         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
1262         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
1263         When descending, rather than simply closing the previous
1264         fts_cwd_fd value, push that file descriptor onto the ring.
1265         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
1266         (fts_open): Initialize the new fd_ring member.
1267         (fts_close): Clear the ring.
1268         (fts_safe_changedir): When possible, use our new fd_ring to skip
1269         the diropen and fstat and dev/ino comparison that would normally
1270         accompany a virtual `chdir ("..")'.
1271
1272         * modules/fts (Depends-on): Add i-ring.
1273         * modules/i-ring: New module.
1274         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
1275         * m4/i-ring.m4: New file.
1276
1277 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1278
1279         * gnulib-tool (func_create_testdir): Fix replacement of
1280         `build-aux' in configure.ac.  Run autotools in gltests
1281         subdirectory.
1282         (func_create_testdir, func_create_megatestdir, test): There is
1283         no need for '--force' in most autotool invocations in a new
1284         tree.  Actually fail the whole test if any of the tools, or the
1285         configure or make stages fail.
1286
1287         Sync from Automake.
1288         * build-aux/gnupload: Revert last change.  Add pointer to upload
1289         instructions of the GNU Maintenance Instructions.
1290         Suggestion by Karl Berry.
1291
1292 2006-11-10  Jim Meyering  <jim@meyering.net>
1293
1294         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
1295
1296 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1297
1298         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
1299         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
1300         (bind_textdomain_codeset) [! ENABLE_NLS]:
1301         Evaluate all the arguments.  That way, callers get compatible behavior
1302         if the arguments have side effects.  Also, it avoids some GCC
1303         diagnostics in some cases; Joel E. Denny reported problems when Bison
1304         was configured with --enable-gcc-warnigs.
1305
1306 2006-11-10  Jim Meyering  <jim@meyering.net>
1307
1308         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
1309         relevant options in CFLAGS (like -O, -fno-inline) are taken into
1310         account.
1311
1312 2006-11-10  Jim Meyering  <jim@meyering.net>
1313
1314         * modules/inline: New file/module.
1315         * modules/xalloc (Files): Remove m4/inline.m4.
1316         (Depends-on): Add inline, instead.
1317         * modules/oset: Likewise.
1318         * modules/list: Likewise.
1319
1320 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1321
1322         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
1323         Problem reported by Matthew Woehlke.
1324
1325 2006-11-09  Bruno Haible  <bruno@clisp.org>
1326
1327         * lib/tempname.c (gen_tempname): Remove variant that invokes
1328         __gen_tempname.
1329         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
1330         __gen_tempname.
1331
1332 2006-11-08  Bruno Haible  <bruno@clisp.org>
1333
1334         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
1335         to 'yes' instead of 'cross-compiling'.
1336
1337 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1338
1339         * lib/quotearg.h (quotearg_free): New decl.
1340         * lib/quotearg.c (quotearg_free): New function.
1341         (slot0, nslots, slotvec0, slotvec):
1342         Now file-scope so that quotearg_free can get at them.
1343
1344 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1345
1346         Sync from Automake.
1347         * build-aux/gnupload: Add missing 'gnu' to example URL.
1348         Report by Karl Berry.
1349
1350 2006-11-08  Bruno Haible  <bruno@clisp.org>
1351
1352         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
1353         Suggested by Paul Eggert.
1354
1355 2006-11-08  Jim Meyering  <jim@meyering.net>
1356
1357         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
1358         It's already included if !_LIBC.
1359         (fts_safe_changedir): Add a comment.
1360
1361 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1362
1363         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1364         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1365         Matthew Woehlke.
1366
1367         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
1368         definitions up, to avoid colliding with change below.
1369         (static_inline) [HAVE_INLINE]: New macro.
1370         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
1371         Provide extern decls when !HAVE_INLINE.  Do not define unless
1372         static_inline is defined, either by us or by xmalloc.c.  Use
1373         static_inline rather than static inline.
1374         (XCALLOC): Optimize sizeof(T) = 1 case.
1375         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
1376
1377 2006-11-07  Bruno Haible  <bruno@clisp.org>
1378
1379         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
1380         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
1381         AC_C_INLINE.
1382         * modules/xalloc (Files): Add m4/inline.m4.
1383
1384 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1385
1386         * README: Fix typo.
1387         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
1388         (Miscellanous Notes): ...from this.
1389
1390 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1391
1392         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
1393         Mention that offsetof should be used instead of sizeof.
1394         From Bruno Haible.
1395
1396 2006-11-07  Bruno Haible  <bruno@clisp.org>
1397
1398         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
1399
1400 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1401
1402         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1403         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
1404         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1405         (gl_tree_add_before, gl_tree_add_after):
1406         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
1407         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
1408         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1409         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
1410         (gl_linked_add_after, gl_linked_add_at): Likewise.
1411         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
1412         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1413         (gl_tree_add_before, gl_tree_add_after): Likewise.
1414         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
1415         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
1416         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1417
1418 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1419
1420         * lib/gl_oset.h: Use C comment style, not C++ comment style.
1421
1422 2006-11-06  Bruno Haible  <bruno@clisp.org>
1423
1424         * m4/inline.m4: New file.
1425         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
1426         * modules/list (Files): Add m4/inline.m4.
1427         * modules/oset (Files): Likewise.
1428
1429 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1430
1431         * lib/idcache.c: Include <stddef.h>, for offsetof.
1432         (struct userid.name): Change from char * to a flexible array member.
1433         All uses changed.
1434         * modules/idcache (Depends-on): Add flexmember.
1435
1436         * MODULES.html.sh (Core language properties): New module flexmember.
1437         * modules/flexmember, m4/flexmember.m4: New files.
1438
1439         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
1440         inline functions that are identical with the old xnmalloc_inline,
1441         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
1442         that we can avoid some unnecessary integer multiplications and
1443         divisions in the common case where the element size is known at
1444         compile time.
1445         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
1446         needed.
1447         (xnboundedmalloc): Remove.
1448         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
1449         arguments, for consistency with rest of this header.
1450         (xcharalloc): Rewrite using XNMALLOC.
1451         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
1452         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
1453         versions have been moved to lib/xalloc.h and renamed to be the
1454         non-*_inline versions.
1455         (xmalloc, xrealloc): Implement without reference to the xnmalloc
1456         and xnrealloc functions, since those functions are now inline and
1457         now call us.
1458         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
1459         renaming described above.
1460         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
1461         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
1462         captures the dependency in AC_C_INLINE.
1463
1464         New module canonicalize-lgpl, proposed by Charles Wilson in
1465         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
1466         with a few small changes afterwards.
1467         * MODULES.html.sh (File system functions): New module
1468         canonicalize-lgpl.
1469         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
1470         and canonicalize_file_name.
1471         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
1472         * modules/canonicalize-lgpl: New files.
1473
1474 2006-11-05  Bruno Haible  <bruno@clisp.org>
1475
1476         * gnulib-tool (func_import, func_create_testdir): Create directories
1477         also for files in subdirectories of lib/.
1478
1479 2006-11-05  Bruno Haible  <bruno@clisp.org>
1480
1481         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
1482         ANSI C compliant.
1483
1484 2006-11-03  Bruno Haible  <bruno@clisp.org>
1485
1486         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1487         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
1488         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
1489         (xnboundedmalloc): New inline function.
1490         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
1491         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
1492         xmalloc.
1493         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
1494         xmalloc.
1495         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
1496         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
1497         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
1498         xmalloc.
1499         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1500         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
1501         xmalloc.
1502         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
1503         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1504         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
1505         xmalloc.
1506         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1507         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
1508         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1509         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
1510         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
1511         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
1512         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
1513
1514 2006-11-03  Bruno Haible  <bruno@clisp.org>
1515
1516         * lib/c-ctype.h [C++]: Define functions without name mangling.
1517         * lib/fwriteerror.h [C++]: Likewise.
1518         * lib/gcd.h [C++]: Likewise.
1519         * lib/linebreak.h [C++]: Likewise.
1520
1521 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
1522
1523         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
1524         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
1525         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
1526         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
1527         Check for functions and headers just once.
1528         Check for declaration of canonicalize_file_name.
1529         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
1530
1531 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1532
1533         * gnulib-tool (func_import): Fix typo in actioncmd.
1534
1535 2006-11-02  Bruno Haible  <bruno@clisp.org>
1536
1537         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
1538         newline sequence in the Makefile.am snippet as a space, like "make"
1539         does.
1540         Reported by Roger Persson <perrog@gmail.com>.
1541
1542 2006-11-01  Bruno Haible  <bruno@clisp.org>
1543
1544         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
1545         already declared in <string.h>.
1546         * lib/strcase.h (strncasecmp): Don't declare it if yes.
1547
1548 2006-11-01  Bruno Haible  <bruno@clisp.org>
1549
1550         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
1551         * lib/strcase.h: Include <string.h>.
1552         (strcasecmp): Define to rpl_strcasecmp here.
1553
1554 2006-11-01  Bruno Haible  <bruno@clisp.org>
1555
1556         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
1557
1558 2006-11-01  Eric Blake  <ebb9@byu.net>
1559
1560         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
1561
1562         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
1563
1564 2006-10-29  Bruno Haible  <bruno@clisp.org>
1565
1566         Make it compile in C++ mode.
1567         * lib/full-write.c (full_rw): Add a cast.
1568
1569 2006-11-01  Bruno Haible  <bruno@clisp.org>
1570
1571         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
1572         be POSIX compliant.
1573         Reported by Roger Persson <perrog@gmail.com>.
1574
1575 2006-11-01  Eric Blake  <ebb9@byu.net>
1576
1577         * lib/getopt_.h: Fix comments.
1578
1579 2006-10-31  Eric Blake  <ebb9@byu.net>
1580
1581         * modules/tmpdir (Depends-on): Add sys_stat.
1582         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
1583         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
1584         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
1585         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
1586         tempname.
1587
1588 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
1589
1590         Avoid some C++ diagnostics reported by Bruno Haible.
1591         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
1592         xmalloc.
1593         (quotearg_alloc): Use xcharalloc rather than xmalloc.
1594         (struct slotvec): Move to top level.
1595         (quotearg_n_options): Rewrite to avoid xmalloc.
1596         * lib/xalloc.h (xcharalloc): New function.
1597         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
1598         [defined __cplusplus]: Add function template that provides result
1599         type propagation.  This part of the change is from Bruno Haible.
1600
1601 2006-10-29  Bruno Haible  <bruno@clisp.org>
1602
1603         Make it compile in C++ mode.
1604         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
1605         * lib/strnlen1.c (strnlen1): Cast memchr result.
1606         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
1607         * lib/clean-temp.c (string_equals, string_hash): Add casts.
1608         (create_temp_dir): Rename local variable 'template'.
1609         (compile_csharp_using_sscli): Add cast.
1610         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
1611         * lib/findprog.c (find_in_path): Likewise.
1612         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
1613         * lib/wait-process.c (register_slave_subprocess): Likewise.
1614
1615 2006-10-22  Bruno Haible  <bruno@clisp.org>
1616
1617         * modules/tsearch: New file.
1618         * lib/tsearch.h: New file.
1619         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
1620         * m4/tsearch.m4: New file.
1621         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
1622
1623 2006-10-29  Eric Blake  <ebb9@byu.net>
1624
1625         * lib/arcfour.c: Assume config.h.
1626         * lib/arctwo.c: Likewise.
1627         * lib/base64.c: Likewise.
1628         * lib/check-version.c: Likewise.
1629         * lib/crc.c: Likewise.
1630         * lib/des.c: Likewise.
1631         * lib/gc-gnulib.c: Likewise.
1632         * lib/gc-libgcrypt.c: Likewise.
1633         * lib/gc-pbkdf2-sha1.c: Likewise.
1634         * lib/getaddrinfo.c: Likewise.
1635         * lib/getdelim.c: Likewise.
1636         * lib/getline.c: Likewise.
1637         * lib/hmac-md5.c: Likewise.
1638         * lib/hmac-sha1.c: Likewise.
1639         * lib/iconvme.c: Likewise.
1640         * lib/md2.c: Likewise.
1641         * lib/md4.c: Likewise.
1642         * lib/memxor.c: Likewise.
1643         * lib/read-file.c: Likewise.
1644         * lib/readline.c: Likewise.
1645         * lib/rijndael-alg-fst.c: Likewise.
1646         * lib/rijndael-api-fst.c: Likewise.
1647         * lib/xgetdomainname.c: Likewise.
1648
1649 2006-10-28  Eric Blake  <ebb9@byu.net>
1650
1651         * lib/xstrndup.c: Assume config.h.
1652
1653 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
1654
1655         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
1656         stat-macros.h is now for our own macros, whereas stat_h is for
1657         macros in the <sys/stat.h> name space.
1658         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
1659         (STAT_MACROS_H): Remove.
1660         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
1661         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
1662         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
1663         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
1664         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
1665         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
1666         Move these macros to ...
1667         * lib/stat_.h: here.  Don't include stat-macros.h.
1668         * lib/canonicalize.c: Don't include stat-macros.h.
1669         * lib/chown.c: Likewise.
1670         * lib/euidaccess.c: Likewise.
1671         * lib/file-type.c: Likewise.
1672         * lib/filemode.c: Likewise.
1673         * lib/glob.c: Likewise.
1674         * lib/isapipe.c: Likewise.
1675         * lib/lchown.c: Likewise.
1676         * lib/lstat.c: Likewise.
1677         * lib/mkdir-p.c: Likewise.
1678         * lib/rmdir.c: Likewise.
1679         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
1680         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
1681         unless mkdir isn't declared, to speed up 'configure'.
1682         Always create sys/stat.h, since it's unlikely any real sys/stat.h
1683         would define all the S_* symbols.
1684         * modules/canonicalize (Depends-on):
1685         Depend on sys_stat, not stat-macros.
1686         * modules/chown: Likewise.
1687         * modules/euidaccess: Likewise.
1688         * modules/filemode: Likewise.
1689         * modules/file-type: Likewise.
1690         * modules/glob: Likewise.
1691         * modules/isapipe: Likewise.
1692         * modules/lchown: Likewise.
1693         * modules/lstat: Likewise.
1694         * modules/mkancesdirs: Likewise.
1695         * modules/rmdir: Likewise.
1696         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
1697         * modules/modechange: Likewise.
1698         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
1699         (configure.ac): Remove gl_STAT_MACROS.
1700         * modules/sys_stat (Depends-on): Remove stat-macros.
1701
1702 2006-10-27  Bruno Haible  <bruno@clisp.org>
1703
1704         * m4/signed.m4: Remove file.
1705         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
1706         invocation.
1707         * modules/vasnprintf (Files): Remove m4/signed.m4.
1708
1709 2006-10-27  Bruno Haible  <bruno@clisp.org>
1710
1711         Update to GNU gettext 0.16.
1712         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
1713         m4/inttypes-h.m4, m4/signed.m4.
1714         * m4/gettext.m4: Update to GNU gettext 0.16.
1715         * m4/intl.m4: New file, from GNU gettext.
1716         * m4/intldir.m4: New file, from GNU gettext.
1717         * config/srclist.txt: Update
1718
1719 2006-10-27  Eric Blake  <ebb9@byu.net>
1720
1721         * MODULES.html.sh: Document tempname.
1722         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
1723         dependencies.
1724         (Files): Move lib/tempname.c...
1725         * modules/tempname: ...to this new module.
1726         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
1727         (gl_PREREQ_TEMPNAME): Move...
1728         * m4/tempname.m4: ...to this new file.
1729         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
1730         * modules/sys_stat (Depends-on): Add stat-macros.
1731         * lib/stat_.h (includes): Pick up stat macros.
1732         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
1733         if stat macros are broken.
1734         * lib/tempname.c (includes): No need to include "stat-macros.h".
1735         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
1736         (direxists, __path_search) [!_LIBC]: Don't compile these in
1737         gnulib; the tmpdir module covers that.
1738         * lib/tempname.h: New file.
1739
1740 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1741
1742         * COPYING: Explain how gnulib-tool converts licence headers.
1743         Almost all wording by Eric Blake.
1744
1745 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1746
1747         * lib/mbchar.h (is_basic_table): Make read-only.
1748         * lib/mbchar.c (is_basic_table): Likewise.
1749         Reported by John Darrington.
1750
1751 2006-10-25  Bruno Haible  <bruno@clisp.org>
1752
1753         * lib/progname.h (set_program_name): Undefine before defining.
1754
1755 2006-10-25  Bruno Haible  <bruno@clisp.org>
1756
1757         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
1758         false for non-gcc C++ compilers.
1759         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1760
1761 2006-10-24  Bruno Haible  <bruno@clisp.org>
1762
1763         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
1764         iconv implementations like Irix iconv.
1765
1766 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1767
1768         * modules/vararrays: New file.
1769         * m4/vararrays.m4: New file, taken from diffutils.
1770         * MODULES.html.sh: New module vararrays.
1771
1772 2006-10-24  Karl Berry  <karl@gnu.org>
1773
1774         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
1775         Don't call GNU Unix.
1776
1777 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1778
1779         * users.txt: Add Libtool.
1780
1781         Sync from Libtool:
1782
1783         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1784
1785         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
1786         to gnulib's policy of including config.h unconditionally.
1787
1788 2006-10-24  Bruno Haible  <bruno@clisp.org>
1789
1790         * modules/wcwidth (Files): Add m4/wint_t.m4.
1791         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
1792         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
1793
1794 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1795
1796         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
1797         to pacify GCC with some -W flags enabled.  Problem reported by
1798         Bruno Haible.
1799
1800 2006-10-24  Jim Meyering  <jim@meyering.net>
1801
1802         * MODULES.html.sh: Remove uinttostr.  It's not a module.
1803         Reported by Karl Berry.
1804
1805 2006-10-23  Bruno Haible  <bruno@clisp.org>
1806
1807         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
1808
1809 2006-10-24  Bruno Haible  <bruno@clisp.org>
1810
1811         * lib/gl_list.h: Use C comment style, not C++ comment style.
1812
1813 2006-10-23  Eric Blake  <ebb9@byu.net>
1814
1815         * lib/getaddrinfo.c (includes): Add missing include.
1816
1817 2006-10-23  Bruno Haible  <bruno@clisp.org>
1818             Paul Eggert  <eggert@cs.ucla.edu>
1819
1820         Ability to rename obstack_free.
1821         * lib/obstack.h (__obstack_free): New macro. Declare instead of
1822         obstack_free.
1823         (obstack_free): Invoke the __obstack_free macro.
1824         * lib/obstack.c (obstack_free): Use __obstack_free macro.
1825
1826 2006-10-23  Bruno Haible  <bruno@clisp.org>
1827             Paul Eggert  <eggert@cs.ucla.edu>
1828
1829         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
1830         __argc, __argv from the declaration. (They are defined as macros on
1831         mingw.)
1832
1833 2006-10-22  Bruno Haible  <bruno@clisp.org>
1834
1835         * doc/gnulib-intro.texi: New file.
1836         * doc/gnulib.texi: Include it.
1837
1838 2006-10-21  Bruno Haible  <bruno@clisp.org>
1839
1840         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
1841         "Introduction", "Miscellanous Notes", "Particular Modules".
1842
1843 2006-10-21  Bruno Haible  <bruno@clisp.org>
1844
1845         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1846         Change mostlyclean-local rule to avoid sh syntax error from bash
1847         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
1848
1849 2006-10-23  Jim Meyering  <jim@meyering.net>
1850
1851         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
1852         in place of snprintf.
1853
1854         * modules/inttostr (Files): Add lib/uinttostr.c.
1855         * lib/uinttostr.c (inttostr): New file/function.
1856         * lib/inttostr.h (uinttostr): Declare.
1857         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
1858         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
1859         Add uinttostr.
1860         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
1861
1862 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1863
1864         * lib/canonicalize.c (ELOOP): Define if not already defined.
1865         Problem reported by Bruno Haible in
1866         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
1867
1868 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1869
1870         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
1871         Problem reported by Perry Smith and Ville Laurikari.
1872
1873         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
1874         uses.
1875
1876 2006-10-19  Bruno Haible  <bruno@clisp.org>
1877
1878         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
1879         for mingw.
1880
1881 2006-10-19  Bruno Haible  <bruno@clisp.org>
1882
1883         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
1884         Needed for mingw.
1885
1886 2006-10-19  Bruno Haible  <bruno@clisp.org>
1887
1888         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
1889
1890 2006-10-19  Bruno Haible  <bruno@clisp.org>
1891
1892         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
1893         it.
1894
1895 2006-10-19  Bruno Haible  <bruno@clisp.org>
1896
1897         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
1898         invocation.
1899
1900 2006-10-19  Bruno Haible  <bruno@clisp.org>
1901
1902         * gnulib-tool (func_create_testdir): Don't include ftruncate and
1903         mountlist by default.
1904
1905 2006-10-16  Bruno Haible  <bruno@clisp.org>
1906
1907         * lib/c-strstr.c: Include c-strstr.h.
1908
1909 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1910
1911         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
1912         in a slash.
1913
1914 2006-10-18  Bruno Haible  <bruno@clisp.org>
1915
1916         * lib/lock.h [C++]: Wrap definitions in extern "C".
1917
1918 2006-10-18  Bruno Haible  <bruno@clisp.org>
1919
1920         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
1921         gl_LIBOBJS list.
1922
1923 2006-10-18  Bruno Haible  <bruno@clisp.org>
1924
1925         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
1926
1927 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
1928
1929         * lib/xstrtol.h: Include gettext.h.
1930         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
1931         Problem reported by Eric Blake.
1932         * modules/xstrtol (Depends-on): Add gettext-h.
1933
1934 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
1935
1936         * lib/strftime.c (advance): New macro.
1937         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
1938         incomplete type, so you can't add 0 to it.  Problem and patch
1939         reported by Eelco Dolstra for dietlibc.
1940
1941 2006-10-18  Jim Meyering  <jim@meyering.net>
1942
1943         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
1944         type for a local, and rename it: s/up/user_proc/.
1945
1946 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
1947
1948         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
1949         READ_UTMP_USER_PROCESS.
1950         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
1951
1952 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1953
1954         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
1955         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
1956
1957 2006-10-17  Eric Blake  <ebb9@byu.net>
1958
1959         * lib/sigprocmask.c (sigprocmask): Fix typo.
1960
1961         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
1962
1963         * modules/clean-temp (Makefile.am): Don't add to make output...
1964         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
1965         config.h.
1966
1967 2006-10-17  Bruno Haible  <bruno@clisp.org>
1968
1969         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
1970         differently if DEFAULT_TEXT_DOMAIN is set.
1971
1972 2006-10-16  Bruno Haible  <bruno@clisp.org>
1973
1974         * lib/clean-temp.c: Include fwriteerror.h.
1975
1976 2006-10-16  Bruno Haible  <bruno@clisp.org>
1977
1978         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
1979
1980 2006-10-16  Bruno Haible  <bruno@clisp.org>
1981
1982         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
1983         * lib/sigprocmask.h: Include <sys/types.h>.
1984         (sigset_t): Use the system's definition if present.
1985
1986 2006-10-17  Eric Blake  <ebb9@byu.net>
1987
1988         * lib/xvasprintf.c (includes): Assume config.h.
1989         * lib/xasprintf.c (includes): Likewise.
1990
1991 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1992
1993         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
1994         at least as wide as intmax_t.
1995
1996 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
1997
1998         (Imported from Automake.)
1999         * build-aux/gnupload: Update to version 1.1 of directive file.
2000
2001 2006-10-16  Eric Blake  <ebb9@byu.net>
2002
2003         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
2004         match Automake 1.10a.
2005
2006 2006-10-14  Bruno Haible  <bruno@clisp.org>
2007
2008         * modules/sigprocmask: New file.
2009         * lib/sigprocmask.h: New file.
2010         * lib/sigprocmask.c: New file.
2011         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
2012         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
2013         request sigprocmask.o.
2014         (gl_PREREQ_SIGPROCMASK): New macro.
2015         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
2016         (Depends-on): Add sigprocmask.
2017         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
2018         gt_SIGNALBLOCKING. Test for 'raise' only once.
2019         * lib/fatal-signal.c: Include sigprocmask.h.
2020         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
2021         unblock_fatal_signals): Define always.
2022         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2023         sigprocmask.
2024
2025 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2026
2027         Sync from Automake.
2028         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2029         which incorrectly sets the mode of an existing destination
2030         directory.  In some cases the unpatched install-sh could do the
2031         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2032         system.  We hope this is rare in practice, but it's clearly worth
2033         fixing.  Problem reported by Alex Unleashed in
2034         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2035         Also, don't bother to check for -m bugs unless we're using -m;
2036         suggested by Stepan Kasal.
2037
2038 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2039
2040         Sync from Automake.
2041         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
2042         `-c' flag, so they appear at the same position as in %FASTDEP%
2043         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2044         which ignores unknown options only after the first non-option.
2045         Bug report against M4 by Nelson H. F. Beebe.
2046
2047 2006-10-13  Jim Meyering  <jim@meyering.net>
2048
2049         Fix a bug in yesterday's change.
2050         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
2051         p->fts_statp->st_dev would be used uninitialized.
2052         Ensures that we always call fts_stat on the very first entry.
2053         Miklos Szeredi reported that find -xdev stopped working.
2054
2055 2006-10-12  Bruno Haible  <bruno@clisp.org>
2056
2057         * gnulib-tool (func_get_automake_snippet): Append an automatically
2058         computed EXTRA_DIST augmentation.
2059         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
2060         * modules/alloca-opt (Makefile.am): Likewise.
2061         * modules/allocsa (Makefile.am): Likewise.
2062         * modules/arcfour (Makefile.am): Likewise.
2063         * modules/arctwo (Makefile.am): Likewise.
2064         * modules/argmatch (Makefile.am): Likewise.
2065         * modules/argz (Makefile.am): Likewise.
2066         * modules/atexit (Makefile.am): Likewise.
2067         * modules/backupfile (Makefile.am): Likewise.
2068         * modules/byteswap (Makefile.am): Likewise.
2069         * modules/c-strtod (Makefile.am): Likewise.
2070         * modules/c-strtold (Makefile.am): Likewise.
2071         * modules/calloc (Makefile.am): Likewise.
2072         * modules/canon-host (Makefile.am): Likewise.
2073         * modules/canonicalize (Makefile.am): Likewise.
2074         * modules/chdir-long (Makefile.am): Likewise.
2075         * modules/chdir-safer (Makefile.am): Likewise.
2076         * modules/check-version (Makefile.am): Likewise.
2077         * modules/chown (Makefile.am): Likewise.
2078         * modules/cloexec (Makefile.am): Likewise.
2079         * modules/close-stream (Makefile.am): Likewise.
2080         * modules/closeout (Makefile.am): Likewise.
2081         * modules/crc (Makefile.am): Likewise.
2082         * modules/csharpexec (Makefile.am): Likewise.
2083         * modules/cycle-check (Makefile.am): Likewise.
2084         * modules/des (Makefile.am): Likewise.
2085         * modules/dev-ino (Makefile.am): Likewise.
2086         * modules/dirfd (Makefile.am): Likewise.
2087         * modules/dirname (Makefile.am): Likewise.
2088         * modules/dup2 (Makefile.am): Likewise.
2089         * modules/eealloc (Makefile.am): Likewise.
2090         * modules/error (Makefile.am): Likewise.
2091         * modules/euidaccess (Makefile.am): Likewise.
2092         * modules/exclude (Makefile.am): Likewise.
2093         * modules/exitfail (Makefile.am): Likewise.
2094         * modules/fcntl-safer (Makefile.am): Likewise.
2095         * modules/fcntl (Makefile.am): Likewise.
2096         * modules/file-type (Makefile.am): Likewise.
2097         * modules/fileblocks (Makefile.am): Likewise.
2098         * modules/filemode (Makefile.am): Likewise.
2099         * modules/filenamecat (Makefile.am): Likewise.
2100         * modules/fnmatch (Makefile.am): Likewise.
2101         * modules/fopen-safer (Makefile.am): Likewise.
2102         * modules/fpending (Makefile.am): Likewise.
2103         * modules/fprintftime (Makefile.am): Likewise.
2104         * modules/free (Makefile.am): Likewise.
2105         * modules/fsusage (Makefile.am): Likewise.
2106         * modules/ftruncate (Makefile.am): Likewise.
2107         * modules/fts (Makefile.am): Likewise.
2108         * modules/gc-arcfour (Makefile.am): Likewise.
2109         * modules/gc-des (Makefile.am): Likewise.
2110         * modules/gc-hmac-md5 (Makefile.am): Likewise.
2111         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
2112         * modules/gc-md4 (Makefile.am): Likewise.
2113         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2114         * modules/gc-sha1 (Makefile.am): Likewise.
2115         * modules/gc (Makefile.am): Likewise.
2116         * modules/getaddrinfo (Makefile.am): Likewise.
2117         * modules/getcwd (Makefile.am): Likewise.
2118         * modules/getdelim (Makefile.am): Likewise.
2119         * modules/getdomainname (Makefile.am): Likewise.
2120         * modules/getgroups (Makefile.am): Likewise.
2121         * modules/gethostname (Makefile.am): Likewise.
2122         * modules/gethrxtime (Makefile.am): Likewise.
2123         * modules/getline (Makefile.am): Likewise.
2124         * modules/getloadavg (Makefile.am): Likewise.
2125         * modules/getlogin_r (Makefile.am): Likewise.
2126         * modules/getndelim2 (Makefile.am): Likewise.
2127         * modules/getopt (Makefile.am): Likewise.
2128         * modules/getpagesize (Makefile.am): Likewise.
2129         * modules/getpass-gnu (Makefile.am): Likewise.
2130         * modules/getpass (Makefile.am): Likewise.
2131         * modules/getsubopt (Makefile.am): Likewise.
2132         * modules/gettime (Makefile.am): Likewise.
2133         * modules/gettimeofday (Makefile.am): Likewise.
2134         * modules/getugroups (Makefile.am): Likewise.
2135         * modules/getusershell (Makefile.am): Likewise.
2136         * modules/glob (Makefile.am): Likewise.
2137         * modules/group-member (Makefile.am): Likewise.
2138         * modules/hard-locale (Makefile.am): Likewise.
2139         * modules/hash (Makefile.am): Likewise.
2140         * modules/hmac-md5 (Makefile.am): Likewise.
2141         * modules/hmac-sha1 (Makefile.am): Likewise.
2142         * modules/human (Makefile.am): Likewise.
2143         * modules/idcache (Makefile.am): Likewise.
2144         * modules/imaxabs (Makefile.am): Likewise.
2145         * modules/imaxdiv (Makefile.am): Likewise.
2146         * modules/inet_ntop (Makefile.am): Likewise.
2147         * modules/inet_pton (Makefile.am): Likewise.
2148         * modules/intprops (Makefile.am): Likewise.
2149         * modules/inttostr (Makefile.am): Likewise.
2150         * modules/inttypes (Makefile.am): Likewise.
2151         * modules/isapipe (Makefile.am): Likewise.
2152         * modules/javaversion (Makefile.am): Likewise.
2153         * modules/lchmod (Makefile.am): Likewise.
2154         * modules/lchown (Makefile.am): Likewise.
2155         * modules/localcharset (Makefile.am): Likewise.
2156         * modules/long-options (Makefile.am): Likewise.
2157         * modules/lstat (Makefile.am): Likewise.
2158         * modules/malloc (Makefile.am): Likewise.
2159         * modules/mathl (Makefile.am): Likewise.
2160         * modules/mbchar (Makefile.am): Likewise.
2161         * modules/md2 (Makefile.am): Likewise.
2162         * modules/md4 (Makefile.am): Likewise.
2163         * modules/md5 (Makefile.am): Likewise.
2164         * modules/memcasecmp (Makefile.am): Likewise.
2165         * modules/memchr (Makefile.am): Likewise.
2166         * modules/memcmp (Makefile.am): Likewise.
2167         * modules/memcoll (Makefile.am): Likewise.
2168         * modules/memcpy (Makefile.am): Likewise.
2169         * modules/memmem (Makefile.am): Likewise.
2170         * modules/memmove (Makefile.am): Likewise.
2171         * modules/mempcpy (Makefile.am): Likewise.
2172         * modules/memrchr (Makefile.am): Likewise.
2173         * modules/memset (Makefile.am): Likewise.
2174         * modules/memxor (Makefile.am): Likewise.
2175         * modules/mkancesdirs (Makefile.am): Likewise.
2176         * modules/mkdir-p (Makefile.am): Likewise.
2177         * modules/mkdir (Makefile.am): Likewise.
2178         * modules/mkdtemp (Makefile.am): Likewise.
2179         * modules/mkstemp (Makefile.am): Likewise.
2180         * modules/mktime (Makefile.am): Likewise.
2181         * modules/modechange (Makefile.am): Likewise.
2182         * modules/mountlist (Makefile.am): Likewise.
2183         * modules/nanosleep (Makefile.am): Likewise.
2184         * modules/obstack (Makefile.am): Likewise.
2185         * modules/openat (Makefile.am): Likewise.
2186         * modules/pagealign_alloc (Makefile.am): Likewise.
2187         * modules/pathmax (Makefile.am): Likewise.
2188         * modules/physmem (Makefile.am): Likewise.
2189         * modules/poll (Makefile.am): Likewise.
2190         * modules/posixtm (Makefile.am): Likewise.
2191         * modules/posixver (Makefile.am): Likewise.
2192         * modules/putenv (Makefile.am): Likewise.
2193         * modules/quote (Makefile.am): Likewise.
2194         * modules/quotearg (Makefile.am): Likewise.
2195         * modules/raise (Makefile.am): Likewise.
2196         * modules/read-file (Makefile.am): Likewise.
2197         * modules/readline (Makefile.am): Likewise.
2198         * modules/readlink (Makefile.am): Likewise.
2199         * modules/readtokens (Makefile.am): Likewise.
2200         * modules/readutmp (Makefile.am): Likewise.
2201         * modules/realloc (Makefile.am): Likewise.
2202         * modules/regex (Makefile.am): Likewise.
2203         * modules/rename-dest-slash (Makefile.am): Likewise.
2204         * modules/rename (Makefile.am): Likewise.
2205         * modules/rijndael (Makefile.am): Likewise.
2206         * modules/rmdir (Makefile.am): Likewise.
2207         * modules/rpmatch (Makefile.am): Likewise.
2208         * modules/safe-read (Makefile.am): Likewise.
2209         * modules/safe-write (Makefile.am): Likewise.
2210         * modules/same-inode (Makefile.am): Likewise.
2211         * modules/same (Makefile.am): Likewise.
2212         * modules/save-cwd (Makefile.am): Likewise.
2213         * modules/savedir (Makefile.am): Likewise.
2214         * modules/setenv (Makefile.am): Likewise.
2215         * modules/settime (Makefile.am): Likewise.
2216         * modules/sha1 (Makefile.am): Likewise.
2217         * modules/sig2str (Makefile.am): Likewise.
2218         * modules/snprintf (Makefile.am): Likewise.
2219         * modules/stat-macros (Makefile.am): Likewise.
2220         * modules/stat-time (Makefile.am): Likewise.
2221         * modules/stdbool (Makefile.am): Likewise.
2222         * modules/stdint (Makefile.am): Likewise.
2223         * modules/stdlib-safer (Makefile.am): Likewise.
2224         * modules/stpcpy (Makefile.am): Likewise.
2225         * modules/stpncpy (Makefile.am): Likewise.
2226         * modules/strcase (Makefile.am): Likewise.
2227         * modules/strcasestr (Makefile.am): Likewise.
2228         * modules/strchrnul (Makefile.am): Likewise.
2229         * modules/strcspn (Makefile.am): Likewise.
2230         * modules/strdup (Makefile.am): Likewise.
2231         * modules/strerror (Makefile.am): Likewise.
2232         * modules/strftime (Makefile.am): Likewise.
2233         * modules/strndup (Makefile.am): Likewise.
2234         * modules/strnlen (Makefile.am): Likewise.
2235         * modules/strpbrk (Makefile.am): Likewise.
2236         * modules/strsep (Makefile.am): Likewise.
2237         * modules/strstr (Makefile.am): Likewise.
2238         * modules/strtod (Makefile.am): Likewise.
2239         * modules/strtoimax (Makefile.am): Likewise.
2240         * modules/strtok_r (Makefile.am): Likewise.
2241         * modules/strtol (Makefile.am): Likewise.
2242         * modules/strtoll (Makefile.am): Likewise.
2243         * modules/strtoul (Makefile.am): Likewise.
2244         * modules/strtoull (Makefile.am): Likewise.
2245         * modules/strtoumax (Makefile.am): Likewise.
2246         * modules/strverscmp (Makefile.am): Likewise.
2247         * modules/sys_socket (Makefile.am): Likewise.
2248         * modules/sys_stat (Makefile.am): Likewise.
2249         * modules/sysexits (Makefile.am): Likewise.
2250         * modules/time_r (Makefile.am): Likewise.
2251         * modules/timegm (Makefile.am): Likewise.
2252         * modules/timespec (Makefile.am): Likewise.
2253         * modules/tmpfile-safer (Makefile.am): Likewise.
2254         * modules/trim (Makefile.am): Likewise.
2255         * modules/unistd-safer (Makefile.am): Likewise.
2256         * modules/unlinkdir (Makefile.am): Likewise.
2257         * modules/unlocked-io (Makefile.am): Likewise.
2258         * modules/userspec (Makefile.am): Likewise.
2259         * modules/utime (Makefile.am): Likewise.
2260         * modules/utimecmp (Makefile.am): Likewise.
2261         * modules/utimens (Makefile.am): Likewise.
2262         * modules/vasnprintf (Makefile.am): Likewise.
2263         * modules/vasprintf (Makefile.am): Likewise.
2264         * modules/vsnprintf (Makefile.am): Likewise.
2265         * modules/xalloc (Makefile.am): Likewise.
2266         * modules/xgetcwd (Makefile.am): Likewise.
2267         * modules/xnanosleep (Makefile.am): Likewise.
2268         * modules/xreadlink (Makefile.am): Likewise.
2269         * modules/xstrtod (Makefile.am): Likewise.
2270         * modules/xstrtol (Makefile.am): Likewise.
2271         * modules/xstrtold (Makefile.am): Likewise.
2272         * modules/yesno (Makefile.am): Likewise.
2273         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
2274
2275 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2276
2277         * modules/error (Makefile.am): Distribute files through
2278         EXTRA_DIST, not lib_SOURCES.
2279
2280 2006-10-12  Eric Blake  <ebb9@byu.net>
2281
2282         * modules/error (Makefile.am): Distribute files in /lib.
2283         * modules/obstack (Makefile.am): Likewise.
2284
2285 2006-10-12  Bruno Haible  <bruno@clisp.org>
2286
2287         * modules/acl (Makefile.am): Distribute all files in lib/ through
2288         EXTRA_DIST.
2289         * modules/arcfour (Makefile.am): Likewise.
2290         * modules/arctwo (Makefile.am): Likewise.
2291         * modules/argmatch (Makefile.am): Likewise.
2292         * modules/argz (Makefile.am): Likewise.
2293         * modules/atexit (Makefile.am): Likewise.
2294         * modules/backupfile (Makefile.am): Likewise.
2295         * modules/c-strtod (Makefile.am): Likewise.
2296         * modules/c-strtold (Makefile.am): Likewise.
2297         * modules/calloc (Makefile.am): Likewise.
2298         * modules/canon-host (Makefile.am): Likewise.
2299         * modules/canonicalize (Makefile.am): Likewise.
2300         * modules/chdir-long (Makefile.am): Likewise.
2301         * modules/chdir-safer (Makefile.am): Likewise.
2302         * modules/check-version (Makefile.am): Likewise.
2303         * modules/chown (Makefile.am): Likewise.
2304         * modules/cloexec (Makefile.am): Likewise.
2305         * modules/close-stream (Makefile.am): Likewise.
2306         * modules/closeout (Makefile.am): Likewise.
2307         * modules/crc (Makefile.am): Likewise.
2308         * modules/cycle-check (Makefile.am): Likewise.
2309         * modules/des (Makefile.am): Likewise.
2310         * modules/dirfd (Makefile.am): Likewise.
2311         * modules/dirname (Makefile.am): Likewise.
2312         * modules/dup2 (Makefile.am): Likewise.
2313         * modules/euidaccess (Makefile.am): Likewise.
2314         * modules/exclude (Makefile.am): Likewise.
2315         * modules/exitfail (Makefile.am): Likewise.
2316         * modules/fcntl-safer (Makefile.am): Likewise.
2317         * modules/file-type (Makefile.am): Likewise.
2318         * modules/fileblocks (Makefile.am): Likewise.
2319         * modules/filemode (Makefile.am): Likewise.
2320         * modules/filenamecat (Makefile.am): Likewise.
2321         * modules/fnmatch (Makefile.am): Likewise.
2322         * modules/fopen-safer (Makefile.am): Likewise.
2323         * modules/fpending (Makefile.am): Likewise.
2324         * modules/fprintftime (Makefile.am): Likewise.
2325         * modules/free (Makefile.am): Likewise.
2326         * modules/fsusage (Makefile.am): Likewise.
2327         * modules/ftruncate (Makefile.am): Likewise.
2328         * modules/fts (Makefile.am): Likewise.
2329         * modules/gc (Makefile.am): Likewise.
2330         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2331         * modules/getaddrinfo (Makefile.am): Likewise.
2332         * modules/getcwd (Makefile.am): Likewise.
2333         * modules/getdelim (Makefile.am): Likewise.
2334         * modules/getdomainname (Makefile.am): Likewise.
2335         * modules/getgroups (Makefile.am): Likewise.
2336         * modules/gethostname (Makefile.am): Likewise.
2337         * modules/gethrxtime (Makefile.am): Likewise.
2338         * modules/getline (Makefile.am): Likewise.
2339         * modules/getloadavg (Makefile.am): Likewise.
2340         * modules/getlogin_r (Makefile.am): Likewise.
2341         * modules/getopt (Makefile.am): Likewise.
2342         * modules/getpass (Makefile.am): Likewise.
2343         * modules/getpass-gnu (Makefile.am): Likewise.
2344         * modules/getsubopt (Makefile.am): Likewise.
2345         * modules/gettime (Makefile.am): Likewise.
2346         * modules/gettimeofday (Makefile.am): Likewise.
2347         * modules/getugroups (Makefile.am): Likewise.
2348         * modules/getusershell (Makefile.am): Likewise.
2349         * modules/glob (Makefile.am): Likewise.
2350         * modules/group-member (Makefile.am): Likewise.
2351         * modules/hard-locale (Makefile.am): Likewise.
2352         * modules/hash (Makefile.am): Likewise.
2353         * modules/hmac-md5 (Makefile.am): Likewise.
2354         * modules/hmac-sha1 (Makefile.am): Likewise.
2355         * modules/human (Makefile.am): Likewise.
2356         * modules/idcache (Makefile.am): Likewise.
2357         * modules/imaxabs (Makefile.am): Likewise.
2358         * modules/imaxdiv (Makefile.am): Likewise.
2359         * modules/inet_ntop (Makefile.am): Likewise.
2360         * modules/inet_pton (Makefile.am): Likewise.
2361         * modules/inttostr (Makefile.am): Likewise.
2362         * modules/isapipe (Makefile.am): Likewise.
2363         * modules/lchown (Makefile.am): Likewise.
2364         * modules/long-options (Makefile.am): Likewise.
2365         * modules/lstat (Makefile.am): Likewise.
2366         * modules/malloc (Makefile.am): Likewise.
2367         * modules/mathl (Makefile.am): Likewise.
2368         * modules/mbchar (Makefile.am): Likewise.
2369         * modules/md2 (Makefile.am): Likewise.
2370         * modules/md4 (Makefile.am): Likewise.
2371         * modules/md5 (Makefile.am): Likewise.
2372         * modules/memcasecmp (Makefile.am): Likewise.
2373         * modules/memchr (Makefile.am): Likewise.
2374         * modules/memcmp (Makefile.am): Likewise.
2375         * modules/memcoll (Makefile.am): Likewise.
2376         * modules/memcpy (Makefile.am): Likewise.
2377         * modules/memmem (Makefile.am): Likewise.
2378         * modules/memmove (Makefile.am): Likewise.
2379         * modules/mempcpy (Makefile.am): Likewise.
2380         * modules/memrchr (Makefile.am): Likewise.
2381         * modules/memset (Makefile.am): Likewise.
2382         * modules/memxor (Makefile.am): Likewise.
2383         * modules/mkancesdirs (Makefile.am): Likewise.
2384         * modules/mkdir (Makefile.am): Likewise.
2385         * modules/mkdir-p (Makefile.am): Likewise.
2386         * modules/mkdtemp (Makefile.am): Likewise.
2387         * modules/mkstemp (Makefile.am): Likewise.
2388         * modules/mktime (Makefile.am): Likewise.
2389         * modules/modechange (Makefile.am): Likewise.
2390         * modules/mountlist (Makefile.am): Likewise.
2391         * modules/nanosleep (Makefile.am): Likewise.
2392         * modules/openat (Makefile.am): Likewise.
2393         * modules/pagealign_alloc (Makefile.am): Likewise.
2394         * modules/physmem (Makefile.am): Likewise.
2395         * modules/poll (Makefile.am): Likewise.
2396         * modules/posixtm (Makefile.am): Likewise.
2397         * modules/posixver (Makefile.am): Likewise.
2398         * modules/putenv (Makefile.am): Likewise.
2399         * modules/quote (Makefile.am): Likewise.
2400         * modules/quotearg (Makefile.am): Likewise.
2401         * modules/raise (Makefile.am): Likewise.
2402         * modules/read-file (Makefile.am): Likewise.
2403         * modules/readline (Makefile.am): Likewise.
2404         * modules/readlink (Makefile.am): Likewise.
2405         * modules/readtokens (Makefile.am): Likewise.
2406         * modules/readutmp (Makefile.am): Likewise.
2407         * modules/realloc (Makefile.am): Likewise.
2408         * modules/regex (Makefile.am): Likewise.
2409         * modules/rename (Makefile.am): Likewise.
2410         * modules/rename-dest-slash (Makefile.am): Likewise.
2411         * modules/rijndael (Makefile.am): Likewise.
2412         * modules/rmdir (Makefile.am): Likewise.
2413         * modules/rpmatch (Makefile.am): Likewise.
2414         * modules/safe-read (Makefile.am): Likewise.
2415         * modules/safe-write (Makefile.am): Likewise.
2416         * modules/same (Makefile.am): Likewise.
2417         * modules/save-cwd (Makefile.am): Likewise.
2418         * modules/savedir (Makefile.am): Likewise.
2419         * modules/setenv (Makefile.am): Likewise.
2420         * modules/settime (Makefile.am): Likewise.
2421         * modules/sha1 (Makefile.am): Likewise.
2422         * modules/sig2str (Makefile.am): Likewise.
2423         * modules/snprintf (Makefile.am): Likewise.
2424         * modules/stdlib-safer (Makefile.am): Likewise.
2425         * modules/stpcpy (Makefile.am): Likewise.
2426         * modules/stpncpy (Makefile.am): Likewise.
2427         * modules/strcase (Makefile.am): Likewise.
2428         * modules/strcasestr (Makefile.am): Likewise.
2429         * modules/strchrnul (Makefile.am): Likewise.
2430         * modules/strcspn (Makefile.am): Likewise.
2431         * modules/strdup (Makefile.am): Likewise.
2432         * modules/strerror (Makefile.am): Likewise.
2433         * modules/strftime (Makefile.am): Likewise.
2434         * modules/strndup (Makefile.am): Likewise.
2435         * modules/strnlen (Makefile.am): Likewise.
2436         * modules/strpbrk (Makefile.am): Likewise.
2437         * modules/strsep (Makefile.am): Likewise.
2438         * modules/strstr (Makefile.am): Likewise.
2439         * modules/strtod (Makefile.am): Likewise.
2440         * modules/strtoimax (Makefile.am): Likewise.
2441         * modules/strtok_r (Makefile.am): Likewise.
2442         * modules/strtol (Makefile.am): Likewise.
2443         * modules/strtoll (Makefile.am): Likewise.
2444         * modules/strtoul (Makefile.am): Likewise.
2445         * modules/strtoull (Makefile.am): Likewise.
2446         * modules/strtoumax (Makefile.am): Likewise.
2447         * modules/strverscmp (Makefile.am): Likewise.
2448         * modules/time_r (Makefile.am): Likewise.
2449         * modules/timegm (Makefile.am): Likewise.
2450         * modules/tmpfile-safer (Makefile.am): Likewise.
2451         * modules/unistd-safer (Makefile.am): Likewise.
2452         * modules/unlinkdir (Makefile.am): Likewise.
2453         * modules/userspec (Makefile.am): Likewise.
2454         * modules/utime (Makefile.am): Likewise.
2455         * modules/utimecmp (Makefile.am): Likewise.
2456         * modules/utimens (Makefile.am): Likewise.
2457         * modules/vasnprintf (Makefile.am): Likewise.
2458         * modules/vasprintf (Makefile.am): Likewise.
2459         * modules/vsnprintf (Makefile.am): Likewise.
2460         * modules/xalloc (Makefile.am): Likewise.
2461         * modules/xgetcwd (Makefile.am): Likewise.
2462         * modules/xnanosleep (Makefile.am): Likewise.
2463         * modules/xreadlink (Makefile.am): Likewise.
2464         * modules/xstrtod (Makefile.am): Likewise.
2465         * modules/xstrtol (Makefile.am): Likewise.
2466         * modules/xstrtold (Makefile.am): Likewise.
2467         * modules/yesno (Makefile.am): Likewise.
2468
2469 2006-10-12  Jim Meyering  <jim@meyering.net>
2470
2471         * m4/getloadavg.m4: Revert the change below.
2472
2473         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
2474         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
2475         fail with a symlink, which is what coreutils' ./bootstrap now
2476         creates by default.
2477
2478 2006-10-12  Bruno Haible  <bruno@clisp.org>
2479
2480         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
2481         mingw.
2482         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
2483         MSVC and mingw explicitly.
2484
2485 2006-10-11  Simon Josefsson  <jas@extundo.com>
2486             Bruno Haible  <bruno@clisp.org>
2487
2488         Add support for multiple gnulib-tool invocations in the scope of a
2489         single configure.ac file.
2490         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
2491         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
2492         with the same contents as the _LIBADD variable.
2493         (func_emit_initmacro_start, func_emit_initmacro_end,
2494         func_emit_initmacro_done): New functions.
2495         (func_import, func_create_testdir): Invoke them. Allow the identifiers
2496         gl_LIBOBJS and gl_LTLIBOBJS.
2497
2498 2006-10-11  Bruno Haible  <bruno@clisp.org>
2499
2500         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
2501         (func_create_testdir): Don't create po/Makefile.am, don't invoke
2502         autoreconf. Instead, invoke autopoint explicitly but move back the
2503         *.m4 files from gnulib.
2504
2505 2006-10-11  Bruno Haible  <bruno@clisp.org>
2506
2507         * gnulib-tool (func_usage): Make module names after --create-testdir
2508         optional.
2509         (func_create_testdir): If no module was specified, use nearly all
2510         modules.
2511
2512 2006-10-12  Jim Meyering  <jim@meyering.net>
2513
2514         Big performance improvement for fts-based tools that use FTS_NOSTAT.
2515         Avoid spurious inode-mismatch problems on non-POSIX file systems.
2516         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
2517         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
2518         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
2519         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
2520         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
2521         (fts_set_stat_required): New function.
2522         (fts_open): Defer the calls to fts_stat, if possible or requested.
2523         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
2524         into fts_stat itself.
2525         (fts_read): Perform any required (deferred) fts_stat call.
2526         (fts_build): Likewise, for the directory we're about to open and read.
2527         In the readdir loop, carefully decide whether each entry will require
2528         an eventual call to fts_stat, using dirent.d_type info if available.
2529         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
2530         a command line argument into this function.  Update all callers.
2531         Map a return value of FTS_DOT to FTS_D for a command line argument.
2532         * modules/fts (Depends-on): Add d-type.  Alphabetize.
2533         Thanks to Miklos Szeredi for his tenacity and for the initial
2534         bug report about "find" failing on a FUSE-based file system.
2535
2536         * lib/fts.c (fts_open): Use consistent indentation.
2537
2538 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2539
2540         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
2541         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
2542         reported by Jim Meyering.  All uses of cache variables renamed
2543         to match Autoconf's.
2544         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
2545         the other one.
2546
2547         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
2548         Fix misspelling in diagnostic.
2549
2550 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2551
2552         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
2553         defined.  Problem reported by Matthew Woehlke.
2554
2555         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2556         Add support for Tandem NonStop R series.
2557         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
2558         Use new macro.
2559
2560         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
2561         (has_trailing_slash): Omit size arg; all callers changed.
2562         Omit 'inline', since it doesn't help performance and we'd
2563         need to configure it.
2564         Don't count //, ///, etc. as having a trailing slash.
2565         As a side effect, this removes a C99ism reported by Matthew Woehlke.
2566         (rpl_rename_dest_slash): On failure, use rename's errno rather
2567         than (in some cases) an incorrect or junk errno.
2568         Simplify code by removing need to compute length; this does
2569         cause it to make two passes instead of one over the file name,
2570         but it's worth it.
2571
2572         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
2573         change, since Autoconf's version may no longer be appropriate now
2574         that we are using CVS Autoconf's version.  Add support for Tandem.
2575
2576 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2577             Bruno Haible  <bruno@clisp.org>
2578
2579         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
2580         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2581         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
2582         gl_AC_TYPE_LONG_LONG.
2583
2584         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
2585         instead of HAVE_LONG_LONG.
2586         * lib/printf-args.c (printf_fetchargs): Likewise.
2587         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
2588         * lib/vasnprintf.c (VASNPRINTF): Likewise.
2589         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
2590         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
2591         gl_AC_TYPE_LONG_LONG.
2592
2593 2006-10-11  Bruno Haible  <bruno@clisp.org>
2594
2595         * m4/longlong.m4: Add comments.
2596         * m4/ulonglong.m4: Likewise.
2597
2598 2006-10-10  Bruno Haible  <bruno@clisp.org>
2599
2600         Make it possible to #define stpcpy, strdup to aliases.
2601         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
2602         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
2603
2604 2006-10-10  Bruno Haible  <bruno@clisp.org>
2605
2606         Make it possible to #define gcd to an alias.
2607         * lib/gcd.c: Include config.h.
2608
2609 2006-10-10  Bruno Haible  <bruno@clisp.org>
2610
2611         Make it possible to #define c_isascii to an alias.
2612         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
2613         defined. Undefine the macros before defining them, to avoid gcc
2614         warnings.
2615         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
2616         define NO_C_CTYPE_MACROS early.
2617
2618 2006-10-10  Bruno Haible  <bruno@clisp.org>
2619
2620         Make it possible to #define set_program_name to an alias.
2621         * lib/progname.c: Don't undefine set_program_name; instead, undefine
2622         ENABLE_RELOCATABLE early.
2623
2624 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
2625
2626         Port to Tandem NSK OSS, which has 64-bit signed int but at most
2627         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
2628         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
2629         More generally, don't assume that 64-bit signed int is available
2630         if unsigned int is, and vice versa.
2631         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
2632         unsigned symbols, not on their signed counterparts.
2633         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
2634         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
2635         (UINT64_C, UINTMAX_C):
2636         Likewise.
2637         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
2638         unsigned counterparts.
2639         (Have_long_long, Unsigned): New macros.
2640         (Int): Renamed from INT.
2641         (strtoimax): Use the new macros.
2642         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
2643         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
2644         * modules/inttypes (inttypes.h): Substitute
2645         HAVE_UNSIGNED_LONG_LONG_INT.
2646         * modules/stdint (stdint.h): Likewise.
2647         (Files): Add m4/ulonglong.m4.
2648
2649 2006-10-10  Bruno Haible  <bruno@clisp.org>
2650
2651         Fix a gcc -Wshadow warning.
2652         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
2653         to 'bucket'.
2654         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
2655         gl_linked_indexof_from_to): Likewise.
2656         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
2657         Likewise.
2658         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
2659         Likewise.
2660         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
2661         Reported by Eric Blake.
2662
2663 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
2664
2665         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
2666         for NetBSD.  Problem reported by Bruno Haible.
2667
2668 2006-10-09  Jim Meyering  <jim@meyering.net>
2669
2670         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
2671         Patch from Bruno Haible.
2672
2673 2006-10-09  Jim Meyering  <jim@meyering.net>
2674
2675         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
2676         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
2677         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
2678
2679 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2680
2681         Don't include <config.h> twice; this doesn't work in some cases,
2682         e.g., when config.h has "#define intmax_t long long int" and
2683         we include <config.h>, <inttypes.h>, <config.h> in that order.
2684         Problem reported by Matthew Woehlke in:
2685         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
2686         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
2687         * lib/fts-cycle.c: Don't include config.h.
2688         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
2689         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
2690         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
2691         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
2692         inttypes.h.
2693         * lib/xstrtoumax.c: Likewise.
2694         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
2695         __strtol and the like, so that this module is more like its siblings.
2696         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
2697         Remove; no longer needed now that we assume gnulib inttypes.h.
2698
2699 2006-10-08  Bruno Haible  <bruno@clisp.org>
2700
2701         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
2702         option.
2703
2704 2006-10-07  Jim Meyering  <jim@meyering.net>
2705
2706         * modules/inttypes (inttypes.h): Revert what seems to have been
2707         an inadvertent part of today's change: use "|", not "/" in the
2708         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
2709
2710 2006-10-07  Bruno Haible  <bruno@clisp.org>
2711
2712         * modules/sublist: New file.
2713
2714 2006-10-07  Bruno Haible  <bruno@clisp.org>
2715
2716         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
2717         * modules/argz (argz.h): Likewise.
2718         * modules/arpa_inet (arpa/inet.h): Likewise.
2719         * modules/byteswap (byteswap.h): Likewise.
2720         * modules/configmake (configmake.h): Likewise.
2721         * modules/fcntl (fcntl.h): Likewise.
2722         * modules/fnmatch (fnmatch.h): Likewise.
2723         * modules/getopt (getopt.h): Likewise.
2724         * modules/glob (glob.h): Likewise.
2725         * modules/inttypes (inttypes.h): Likewise.
2726         * modules/netinet_in (netinet/in.h): Likewise.
2727         * modules/poll (poll.h): Likewise.
2728         * modules/stdbool (stdbool.h): Likewise.
2729         * modules/stdint (stdint.h): Likewise.
2730         * modules/sys_select (sys/select.h): Likewise.
2731         * modules/sys_socket (sys/socket.h): Likewise.
2732         * modules/sys_stat (sys/stat.h): Likewise.
2733         * modules/sysexits (sysexits.h): Likewise.
2734         * modules/unistd (unistd.h): Likewise.
2735         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2736         Add a "DO NOT EDIT" comment to the generated file.
2737         (func_import): Likewise for gnulib-comp.m4.
2738
2739 2006-10-07  Bruno Haible  <bruno@clisp.org>
2740
2741         * lib/gl_sublist.h: New file.
2742         * lib/gl_sublist.c: New file.
2743
2744 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
2745
2746         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
2747         name (relative to the original working directory) and the file
2748         name component (relative to the temporary working directory).  All
2749         callers changed.
2750         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
2751         * lib/mkdir-p.c (make_dir_parents): Likewise.
2752         * lib/mkdir-p.h (make_dir_parents): Likewise.
2753
2754 2006-10-06  Eric Blake  <ebb9@byu.net>
2755
2756         Define several macros for use by the clean-temp module.
2757         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
2758         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
2759         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
2760
2761         * lib/clean-temp.h (close_stream_temp): New declaration.
2762         * lib/clean-temp.c (includes): Pull in headers according to what
2763         other modules are in use.
2764         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
2765
2766 2006-10-06  Bruno Haible  <bruno@clisp.org>
2767
2768         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
2769         instead of fopen, fwriteerror.
2770
2771 2006-10-06  Bruno Haible  <bruno@clisp.org>
2772
2773         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
2774         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
2775         int.
2776         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
2777         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
2778         Return an error indicator.
2779         Suggested by Eric Blake.
2780
2781 2006-10-06  Bruno Haible  <bruno@clisp.org>
2782
2783         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
2784         Reported by Eric Blake.
2785
2786 2006-10-06  Bruno Haible  <bruno@clisp.org>
2787
2788         * modules/closeout (Description): Mention stderr too.
2789
2790 2006-10-06  Bruno Haible  <bruno@clisp.org>
2791         and Paul Eggert  <eggert@cs.ucla.edu>
2792
2793         * lib/closeout.c (close_stdout): Also close stderr.
2794         * lib/closeout.h: Update comment.
2795
2796 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2797
2798         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
2799         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
2800         * lib/dirchownmod.c: Include lchown.h.
2801         * lib/lchown.c: Don't include files that lchown.h now includes.
2802         Don't declare chown, since lchown.h now does that.
2803         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
2804         (lchown): Define to rpl_chown if lchown is declared but
2805         does not exist.  Declare using a prototype if lchown is not
2806         declared.  Add a copyright notice.
2807         * lib/mkstemp.h: Include <unistd.h>.
2808         * lib/openat.c: Include lchown.h.
2809
2810         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
2811         we now test for that separately.
2812         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
2813         rather than O_NOFOLLOW, when testing whether it's possible to
2814         avoid a race condition reliably.
2815         * lib/savewd.c (savewd_chdir): Likewise.
2816
2817         Remove macros that are no longer needed now that stdint.h is
2818         reliable.
2819         * lib/fsusage.c (UINTMAX_MAX): Remove.
2820         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
2821         * lib/utimecmp.c (SIZE_MAX): Remove.
2822
2823         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
2824
2825         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
2826         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
2827         O_NOATIME works.
2828
2829 2006-10-05  Bruno Haible  <bruno@clisp.org>
2830
2831         * lib/gl_list.h (gl_sortedlist_search_from_to,
2832         gl_sortedlist_indexof_from_to): New declarations.
2833         (gl_list_implementation): New fields sortedlist_search_from_to,
2834         sortedlist_indexof_from_to.
2835         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
2836         inline functions.
2837         * lib/gl_list.c (gl_sortedlist_search_from_to,
2838         gl_sortedlist_indexof_from_to): New functions.
2839         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
2840         function.
2841         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
2842         (gl_array_sortedlist_search_from_to): New function.
2843         (gl_array_list_implementation): Update.
2844         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
2845         function.
2846         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
2847         (gl_carray_sortedlist_search_from_to): New function.
2848         (gl_carray_list_implementation): Update.
2849         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
2850         gl_linked_sortedlist_indexof_from_to): New functions.
2851         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2852         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2853         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
2854         gl_tree_sortedlist_indexof_from_to): New functions.
2855         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2856         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2857         Update.
2858         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2859         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
2860         Update.
2861
2862 2006-10-05  Bruno Haible  <bruno@clisp.org>
2863
2864         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
2865         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
2866         (struct gl_list_implementation): Add fields search_from_to,
2867         indexof_from_to. Remove fields search, indexof.
2868         (gl_list_search): Use the search_from_to method.
2869         (gl_list_search_from, gl_list_search_from_to): New functions.
2870         (gl_list_indexof): Use the indexof_from_to method.
2871         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2872         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
2873         (gl_list_search_from, gl_list_search_from_to): New functions.
2874         (gl_list_indexof): Use the indexof_from_to method.
2875         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2876         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
2877         gl_array_indexof. Add start_index, end_index arguments.
2878         (gl_array_search_from_to): Renamed from gl_array_search. Add
2879         start_index, end_index arguments.
2880         (gl_array_remove, gl_array_list_implementation): Update.
2881         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
2882         gl_carray_indexof. Add start_index, end_index arguments.
2883         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
2884         start_index, end_index arguments.
2885         (gl_carray_remove, gl_carray_list_implementation): Update.
2886         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
2887         gl_linked_search. Add start_index, end_index arguments.
2888         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
2889         start_index, end_index arguments.
2890         (gl_linked_remove): Update.
2891         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2892         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2893         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
2894         field to 'size_t'.
2895         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
2896         gl_tree_search. Add start_index, end_index arguments.
2897         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2898         start_index, end_index arguments.
2899         (gl_tree_remove): Update.
2900         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2901         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2902         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
2903         function.
2904         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
2905         gl_tree_search. Add start_index, end_index arguments.
2906         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2907         start_index, end_index arguments.
2908         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2909         Update.
2910         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2911
2912 2006-10-05  Bruno Haible  <bruno@clisp.org>
2913
2914         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
2915
2916         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
2917         fwriteerror_temp): New declarations.
2918         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
2919         (descriptors): New variable.
2920         (cleanup): First, close the descriptors.
2921         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
2922         fclose_temp, fwriteerror_temp): New functions.
2923
2924 2006-10-04  Jim Meyering  <jim@meyering.net>
2925
2926         * lib/fts.c (fts_open): Tiny comment change.
2927
2928 2006-10-04  Bruno Haible  <bruno@clisp.org>
2929
2930         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
2931         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
2932         gl_LOCK_BODY.
2933         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
2934         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
2935         gl_LOCK_EARLY_BODY.
2936         (gl_LOCK): Require gl_LOCK_BODY.
2937
2938 2006-10-04  Bruno Haible  <bruno@clisp.org>
2939
2940         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
2941         (gl_oset_search_atleast): New declaration.
2942         (struct gl_oset_implementation): Add field 'search_atleast'.
2943         (gl_oset_search_atleast): New inline function.
2944         * lib/gl_oset.c (gl_oset_search_atleast): New function.
2945         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
2946         (gl_array_oset_implementation): Update.
2947         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
2948         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
2949         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
2950
2951 2006-10-04  Bruno Haible  <bruno@clisp.org>
2952
2953         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
2954
2955 2006-10-03  Bruno Haible  <bruno@clisp.org>
2956
2957         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
2958         from gl_avltreehash_list_implementation.
2959
2960 2006-10-03  Bruno Haible  <bruno@clisp.org>
2961
2962         * lib/gl_oset.c (gl_oset_add): Fix return type.
2963
2964 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
2965
2966         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
2967
2968 2006-10-02  Eric Blake  <ebb9@byu.net>
2969
2970         * modules/strnlen (Depends-on): Add extensions.
2971
2972 2006-10-02  Eric Blake  <ebb9@byu.net>
2973
2974         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
2975         definition in 2.60+.
2976
2977 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
2978
2979         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
2980         checks.
2981
2982 2006-10-02  Bruno Haible  <bruno@clisp.org>
2983
2984         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
2985         to the AUTOMAKE_OPTIONS.
2986         Reported by Jim Meyering.
2987
2988 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
2989
2990         Work around bug in Solaris 10 /proc file system:
2991         /proc/self/fd/NNN/.. isn't the parent directory of
2992         the directory whose file descriptor is NNN.  This needs to
2993         be worked around at run time, not compile time, since a
2994         program might be built on Solaris 8, where things work, and
2995         run on Solaris 10.
2996         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
2997         to use the following interface instead:
2998         (OPENAT_BUFFER_SIZE): New macro.
2999         (openat_proc_name): New function.
3000         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
3001         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
3002         Likewise.
3003         * lib/openat-proc.c: New file.
3004         * modules/openat (Files): Add lib/openat-proc.c.
3005         (Depends-on): Add same-inode, stdbool.
3006         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
3007
3008 2006-09-29  Bruno Haible  <bruno@clisp.org>
3009
3010         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
3011         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
3012         argument. Set stdout_closed before testing for ferror, not after.
3013         (fwriteerror, fwriteerror_no_ebadf): New functions.
3014
3015 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3016
3017         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
3018
3019 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
3020
3021         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
3022         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
3023
3024 2006-09-28  Jim Meyering  <jim@meyering.net>
3025
3026         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
3027         Include <unistd.h>.
3028
3029 2006-09-28  Bruno Haible  <bruno@clisp.org>
3030
3031         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
3032         * modules/linkedhash-list (Depends-on): Likewise.
3033         * modules/rbtreehash-list (Depends-on): Likewise.
3034
3035 2006-09-28  Bruno Haible  <bruno@clisp.org>
3036
3037         * lib/strndup.h: Simplify the redefinition of strndup.
3038         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
3039         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
3040
3041 2006-09-28  Bruno Haible  <bruno@clisp.org>
3042
3043         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
3044         * lib/gl_linkedhash_list.c: Likewise.
3045         * lib/gl_rbtreehash_list.c: Likewise.
3046
3047 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
3048
3049         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
3050         getaddrinfo.
3051
3052         * lib/__fpending.h: Don't include <stdio_ext.h> unless
3053         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
3054         it causes <stdio_ext.h> to cause a compile-time error.
3055         Problem reported by Nelson H. F. Beebe.
3056         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
3057         of HAVE_DECL___PENDING.
3058
3059         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
3060         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
3061         declaration.
3062
3063 2006-09-27  Jim Meyering  <jim@meyering.net>
3064
3065         This file could end up with a definition for a function
3066         named __strndup, rather than rpl_strndup on a system with
3067         incomplete weak_alias support.
3068         * lib/strndup.c (strndup): Rename from __strndup.
3069         Remove #defines that used to map __strndup to strndup.
3070         Don't use K&R prototypes.
3071         Remove LIBC-related code, since this file is not sync'd with glibc.
3072         * lib/strndup.h: Revamp, accordingly.
3073         * m4/strndup.m4: Modernize.
3074
3075 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3076
3077         * modules/savewd (Depends-on): Add 'raise'.
3078         * lib/savewd.c: Include <signal.h>, for 'raise'.
3079
3080 2006-09-26  Jim Meyering  <jim@meyering.net>
3081
3082         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
3083         when we detect Darwin 8.7.0's acl_get_file bug.
3084         Rearrange to perform the new (below) run-test while $LIBS
3085         contains any acl-related library.  Set USE_ACL at the end.
3086         (gl_ACL_GET_FILE): New function.
3087
3088 2006-09-26  Eric Blake  <ebb9@byu.net>
3089
3090         * lib/verror.c: Include <config.h> unconditionally.
3091
3092 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3093
3094         * modules/clock-time (Maintainer): Add self.
3095         * modules/getlogin_r (Depends-on): Add extensions.
3096
3097 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3098
3099         * modules/clock-time: New module.
3100         * modules/nanosleep (Depends-on): Add clock-time.
3101         * modules/gethrxtime (Depends-on): Likewise.
3102         * modules/gettime (Depends-on): Likewise.
3103         * modules/settime (Depends-on): Likewise.
3104
3105         * modules/fts-lgpl: Depend on openat.
3106         * modules/mkancesdirs: Depend on savewd.
3107         * modules/mkdir-p: Likewise.
3108
3109 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3110
3111         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
3112
3113         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
3114         `gl_have_arbitrary_file_name_length_limit' to
3115         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
3116         actually works between configure runs.
3117
3118 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3119             Bruno Haible  <bruno@clisp.org>
3120
3121         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
3122
3123 2006-09-25  Jim Meyering  <jim@meyering.net>
3124
3125         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
3126         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
3127
3128 2006-09-25  Eric Blake  <ebb9@byu.net>
3129
3130         * gnulib-tool (func_import, func_create_testdir): Fix typos in
3131         exec's in 2006-09-18 patch when shuffling fds.
3132
3133 2006-09-25  Bruno Haible  <bruno@clisp.org>
3134
3135         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
3136         Reported by Jim Meyering.
3137
3138 2006-09-24  Jim Meyering  <jim@meyering.net>
3139
3140         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
3141         compare a pointer against a literal "0".  That caused failures with
3142         at least HP-UX's hpcc.
3143
3144 2006-09-22  Simon Josefsson  <jas@extundo.com>
3145
3146         * modules/gc-sha1:
3147         * modules/gc-md4:
3148         * modules/gc-hmac-sha1:
3149         * modules/gc-hmac-md5:
3150         * modules/gc-des:
3151         * modules/gc-arcfour: Distribute more files.
3152
3153 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3154
3155         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
3156         (gl_linked_iterator_from_to): Initialize struct completely.
3157         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
3158         (gl_tree_iterator_from_to): Likewise
3159         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
3160         * lib/gl_array_list.c [lint] (gl_array_iterator)
3161         (gl_array_iterator_from_to): Likewise.
3162         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
3163         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
3164         (gl_carray_iterator_from_to): Likewise.
3165
3166         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
3167         * lib/md4.c (md4_process_block): Remove unused variable.
3168         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
3169         parentheses for clarity.
3170
3171 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3172
3173         * modules/bison-i18n (Depends-on): Add gettext.
3174
3175 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3176
3177         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
3178         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3179         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
3180         also add missing comma that caused broken test.
3181         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
3182         stdlib.h, for `abort'.
3183         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
3184         variables.
3185         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
3186         include unistd.h if present, for `rmdir'.
3187         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
3188         variables.
3189         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
3190         in the process include standard headers for prototypes.
3191         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
3192         gets declared on GNU/Linux.
3193         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
3194         unistd.h, for `rmdir'.
3195         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
3196
3197         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
3198         always true.
3199         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
3200
3201         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
3202
3203 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3204
3205         * gnulib-tool (func_version): Create output all at once.  This
3206         may help avoid triggering unnecessary SIGPIPEs, and at any
3207         rate it doesn't hurt.
3208
3209 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3210             Bruno Haible  <bruno@clisp.org>
3211
3212         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
3213         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3214         * m4/signed.m4 (bh_C_SIGNED): Likewise.
3215
3216         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
3217         (gl_FUNC_VASPRINTF): Invoke it.
3218
3219 2006-09-22  Bruno Haible  <bruno@clisp.org>
3220
3221         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
3222         getloadavg.c as first argument.
3223
3224 2006-09-22  Bruno Haible  <bruno@clisp.org>
3225
3226         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
3227         at the beginning of the gl_INIT macro.
3228         * modules/getloadavg (configure.ac): Pass $gl_source_base to
3229         gl_GETLOADAVG.
3230
3231 2006-09-22  Bruno Haible  <bruno@clisp.org>
3232
3233         * gnulib-tool (func_create_megatestdir): Don't include the config-h
3234         module.
3235         Suggested by Ralf Wildenhues.
3236
3237 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
3238
3239         Import this patch from libc:
3240
3241         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3242
3243         * lib/regex_internal.c (re_string_reconstruct): Handle
3244         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3245         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3246         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3247         re_string_context_at.
3248
3249         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
3250         now requires it.
3251         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
3252         gl_REGEX now does it for us.
3253         (gl_REGEX): Add test taken from
3254         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
3255
3256         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
3257         Check that large offsets work.  Modernize Autoconf usages.
3258         Prefer "yes" to mean a good thing rather than a bad.
3259         Don't put "#define mkstemp" in config.h, as this might interfere
3260         with standard system headers that "#define mkstemp mkstemp64".
3261
3262         * modules/mkstemp (Depends-on): Add extensions, so that
3263         mkstemp is visible on some platforms.
3264         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
3265         (Include): Change to "mkstemp.h" from <stdlib.h>.
3266         (Files): Add mkstemp.h.
3267
3268         * lib/mkstemp.h: New file, since some standard headers
3269         #define mkstemp.
3270         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
3271         Include "mkstemp.h".
3272         Make the _LIBC code resemble glibc original more,
3273         e.g., use K&R style.
3274         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
3275         (mkstemp): Remove, since mkstemp.h does this for us.
3276         * lib/stdlib--.h: Include mkstemp.h.
3277
3278         Import this patch from libc:
3279
3280         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3281
3282         * lib/tempname.c (__gen_tempname): Change attempts_min
3283         into a macro.  Use preprocessor to decide how to initialize
3284         attempts [Coverity CID 67].
3285
3286 2006-09-20  Bruno Haible  <bruno@clisp.org>
3287
3288         * lib/mkdtemp.c: Import from libc.
3289         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3290                 * sysdeps/posix/tempname.c (__gen_tempname): Change
3291                 attempts_min into a macro.  Use preprocessor to decide how to
3292                 initialize attempts [Coverity CID 67].
3293         2001-11-27  Paul Eggert  <eggert@twinsun.com>
3294                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
3295                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
3296
3297 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3298
3299         * gnulib-tool (func_exit): New function, to allow to pass the
3300         exit status portably through the trap.  Use everywhere.
3301         (--help, --version): Signal a write error.
3302         (trap): catch SIGPIPE, for write errors.
3303         Exit at the end of the trap, with the correct exit status.
3304
3305 2006-09-19  Karl Berry  <karl@gnu.org>
3306
3307         * doc/gnulib.texi: note about the license texinfo files.
3308
3309 2006-09-19  Eric Blake  <ebb9@byu.net>
3310
3311         * gnulib-tool: Avoid space-tab.
3312
3313 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3314
3315         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
3316         that prevented coreutils 6.1 from building.  Problem reported
3317         by Petter Reinholdtsen.
3318
3319 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3320
3321         * gnulib-tool (avoidlist): Fix typo that broke options like
3322         --avoid=lock that are used by coreutils bootstrap.
3323
3324 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
3325
3326         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
3327         more systematically.
3328
3329 2006-09-18  Jim Meyering  <jim@meyering.net>
3330
3331         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
3332
3333 2006-09-18  Bruno Haible  <bruno@clisp.org>
3334
3335         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
3336
3337 2006-09-18  Bruno Haible  <bruno@clisp.org>
3338
3339         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
3340         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
3341         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
3342         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
3343         * m4/gettext.m4: Require autoconf >= 2.52.
3344         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
3345         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
3346         of gl_cv_header_inttypes_h.
3347
3348 2006-09-18  Bruno Haible  <bruno@clisp.org>
3349
3350         * lib/javaversion.c: Include configmake.h.
3351
3352 2006-09-18  Bruno Haible  <bruno@clisp.org>
3353
3354         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
3355         avoid that the while loops be executed in a subshell.
3356
3357 2006-09-18  Bruno Haible  <bruno@clisp.org>
3358
3359         * MODULES.html.sh (func_module): Break long lines.
3360         Suggested by Bruce Korb <bkorb@gnu.org>.
3361
3362 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3363
3364         Speed up by a factor of 1.12.
3365         * gnulib-tool (nl): New variable.
3366         (func_import): Rewrite include directive extraction to only read each
3367         directive once.
3368
3369 2006-09-17  Bruno Haible  <bruno@clisp.org>
3370
3371         * modules/javaversion (Makefile.am): Remove DEFS setting.
3372         (Depends-on): Add configmake, for PKGDATADIR definition.
3373
3374 2006-09-17  Bruno Haible  <bruno@clisp.org>
3375
3376         * gnulib-tool (func_create_testdir): Rewrite all files at once.
3377
3378 2006-09-17  Bruno Haible  <bruno@clisp.org>
3379
3380         * gnulib-tool (func_append): New function, stolen from libtool.m4.
3381         (func_modules_transitive_closure, func_modules_add_dummy,
3382         func_modules_to_filelist, func_import, func_create_testdir,
3383         func_create_megatestdir, ...): Use it wherever possible.
3384         Suggested by Ralf Wildenhues.
3385
3386 2006-09-16  Karl Berry  <karl@gnu.org>
3387
3388         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
3389         to avoid sectioning errors.
3390         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
3391         [ifinfo]: blank line after @center-ed titles.
3392         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
3393         Spell FSF address consistently with others.
3394         (These changes approved by rms.)
3395
3396 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3397
3398         Speed up by a factor of 1.61.
3399         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
3400         already checked module names again.
3401
3402 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3403
3404         Speed up by a factor of 1.13.
3405         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
3406         for new_files, and the input to func_add_or_update.
3407
3408 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3409
3410         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
3411         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
3412
3413 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3414
3415         * modules/mkancesdirs (Depends-on): Add fcntl.
3416         * modules/savewd: New file.
3417         * MODULES.html.sh (File system functions): Add savewd.
3418
3419         * modules/configmake (Makefile.am): Add support for the
3420         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
3421
3422 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3423
3424         * m4/savewd.m4: New file.
3425
3426 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3427
3428         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
3429         (dirchownmod): New arg FD.  All callers changed.
3430         Use FD rather than opening the directory ourself, as opening is
3431         now the caller's responsibility.
3432         * lib/dirchownmod.h: Likewise.
3433         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
3434         hosts that require <sys/types.h> before <sys/stat.h>.  Include
3435         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
3436         (test_dir): Remove.
3437         (mkancesdirs): Return length of prefix of FILE that has already
3438         been made, or -2 if there is a child doing the work.  Redo
3439         algorithm so that it is O(N) rather than O(N**2).  Optimize away
3440         ".", and treat ".." specially since it might stray back into
3441         already-created areas.  Use a subprocess if necessary.  New arg
3442         WD; all users changed.  MAKE_DIR function should now return 1
3443         if it creates a directory that is not readable.  Return -2 if
3444         a child process is spun off.
3445         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
3446         Adjust signature to match code.
3447         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
3448         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
3449         all users changed.
3450         * lib/savewd.c, lib/savewd.h: New files.
3451
3452 2006-09-15  Jim Meyering  <jim@meyering.net>
3453
3454         * modules/rename-dest-slash: New module.
3455         * MODULES.html.sh (posix_compat): Add it here.
3456
3457         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
3458
3459 2006-09-15  Jim Meyering  <jim@meyering.net>
3460
3461         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
3462         file.
3463
3464         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
3465
3466 2006-09-15  Jim Meyering  <jim@meyering.net>
3467
3468         * lib/rename-dest-slash.c (has_trailing_slash): Use
3469         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
3470         (rpl_rename_dest_slash): Perform the cheaper trailing slash
3471         test before testing whether SRC is a directory.
3472         Suggestions from Bruno Haible.
3473
3474         Avoid a warning about an unused variable.
3475         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
3476         into the #ifdef block where it's used.
3477
3478         * lib/rename-dest-slash.c: New file.
3479
3480 2006-09-14  Bruno Haible  <bruno@clisp.org>
3481
3482         * lib/allocsa.c: Include <config.h> unconditionally.
3483         * lib/asnprintf.c: Likewise.
3484         * lib/asprintf.c: Likewise.
3485         * lib/c-strcasecmp.c: Likewise.
3486         * lib/c-strcasestr.c: Likewise.
3487         * lib/c-strncasecmp.c: Likewise.
3488         * lib/c-strstr.c: Likewise.
3489         * lib/classpath.c: Likewise.
3490         * lib/clean-temp.c: Likewise.
3491         * lib/concatpath.c: Likewise.
3492         * lib/copy-file.c: Likewise.
3493         * lib/csharpcomp.c: Likewise.
3494         * lib/csharpexec.c: Likewise.
3495         * lib/execute.c: Likewise.
3496         * lib/fatal-signal.c: Likewise.
3497         * lib/findprog.c: Likewise.
3498         * lib/fwriteerror.c: Likewise.
3499         * lib/gl_array_list.c: Likewise.
3500         * lib/gl_array_oset.c: Likewise.
3501         * lib/gl_avltree_list.c: Likewise.
3502         * lib/gl_avltree_oset.c: Likewise.
3503         * lib/gl_avltreehash_list.c: Likewise.
3504         * lib/gl_carray_list.c: Likewise.
3505         * lib/gl_linked_list.c: Likewise.
3506         * lib/gl_linkedhash_list.c: Likewise.
3507         * lib/gl_list.c: Likewise.
3508         * lib/gl_oset.c: Likewise.
3509         * lib/gl_rbtree_list.c: Likewise.
3510         * lib/gl_rbtree_oset.c: Likewise.
3511         * lib/gl_rbtreehash_list.c: Likewise.
3512         * lib/imaxabs.c: Likewise.
3513         * lib/imaxdiv.c: Likewise.
3514         * lib/javacomp.c: Likewise.
3515         * lib/javaexec.c: Likewise.
3516         * lib/javaversion.c: Likewise.
3517         * lib/linebreak.c: Likewise.
3518         * lib/localcharset.c: Likewise.
3519         * lib/lock.c: Likewise.
3520         * lib/mbchar.c: Likewise.
3521         * lib/mbswidth.c: Likewise.
3522         * lib/mkdtemp.c: Likewise.
3523         * lib/pipe.c: Likewise.
3524         * lib/printf-args.c: Likewise.
3525         * lib/printf-parse.c: Likewise.
3526         * lib/progname.c: Likewise.
3527         * lib/progreloc.c: Likewise.
3528         * lib/readlink.c: Likewise.
3529         * lib/sh-quote.c: Likewise.
3530         * lib/stpcpy.c: Likewise.
3531         * lib/stpncpy.c: Likewise.
3532         * lib/strcasecmp.c: Likewise.
3533         * lib/strcasestr.c: Likewise.
3534         * lib/strcspn.c: Likewise.
3535         * lib/striconv.c: Likewise.
3536         * lib/strncasecmp.c: Likewise.
3537         * lib/strnlen1.c: Likewise.
3538         * lib/strstr.c: Likewise.
3539         * lib/strtok_r.c: Likewise.
3540         * lib/tls.c: Likewise.
3541         * lib/tmpdir.c: Likewise.
3542         * lib/unicodeio.c: Likewise.
3543         * lib/unsetenv.c: Likewise.
3544         * lib/vasnprintf.c: Likewise.
3545         * lib/vasprintf.c: Likewise.
3546         * lib/wait-process.c: Likewise.
3547         * lib/xallocsa.c: Likewise.
3548         * lib/xsetenv.c: Likewise.
3549         * lib/xstriconv.c: Likewise.
3550
3551 2006-09-13  Simon Josefsson  <jas@extundo.com>
3552
3553         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
3554         that internally, suggested by Ralf Wildenhues
3555         <Ralf.Wildenhues@gmx.de>.
3556
3557 2006-09-13  Simon Josefsson  <jas@extundo.com>
3558
3559         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
3560         @LIBOBJS@.
3561         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3562
3563 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3564
3565         * lib/_fpending.c: Include <config.h> unconditionally, since we no
3566         longer worry about uses that don't define HAVE_CONFIG_H.
3567         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
3568         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
3569         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
3570         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
3571         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
3572         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
3573         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
3574         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
3575         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
3576         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
3577         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
3578         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
3579         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
3580         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
3581         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
3582         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
3583         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
3584         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
3585         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
3586         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
3587         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
3588         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
3589         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
3590         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
3591         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
3592         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
3593         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
3594         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
3595         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
3596         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
3597         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
3598         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
3599         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
3600         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
3601         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
3602         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
3603         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
3604         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
3605         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
3606         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
3607         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
3608         Likewise.
3609
3610 2006-09-13  Eric Blake  <ebb9@byu.net>
3611
3612         * lib/getopt.c: Fix typo in last commit.
3613
3614 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3615
3616         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
3617         dgettext.
3618
3619 2006-09-12  Jim Meyering  <jim@meyering.net>
3620
3621         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
3622         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
3623         Reported by Nelson H. F. Beebe.
3624
3625 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3626
3627         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
3628         program_invocation_name and program_invocation_short_name are
3629         initialized.
3630         * lib/argp-namefrob.h: Move declarations of program_invocation_name
3631         and program_invocation_short_name to argp.h, so they are visible
3632         to user programs.
3633         * lib/argp.h: Likewise
3634
3635 2006-09-10  Bruno Haible  <bruno@clisp.org>
3636
3637         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3638         m4/inttypes_h.m4, m4/uintmax_t.m4.
3639
3640 2006-09-10  Bruno Haible  <bruno@clisp.org>
3641
3642         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
3643         gl_AC_TYPE_UINTMAX_T.
3644
3645 2006-09-10  Bruno Haible  <bruno@clisp.org>
3646
3647         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
3648
3649 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
3650
3651         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
3652         convention.  Text proposed by Bruno Haible.
3653         (struct argp_option): Document the use of N_() wrappers.
3654
3655         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
3656         '\v', and translate the two parts separately, instead of feeding
3657         the whole string to gettext.  This allows to exclude
3658         '\v' from the strings visible to the translator by writing doc
3659         strings as N_("..") "\v" N_("..").
3660
3661 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
3662
3663         * config/srclist.txt: Undo latest change; the bug was fixed.
3664
3665 2006-09-09  Bruno Haible  <bruno@clisp.org>
3666
3667         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
3668         assignments if building a library without libtool.
3669         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
3670         in func_emit_lib_Makefile_am.
3671         (func_import): When building a static library libfoo.a, arrange to
3672         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
3673         (func_create_testdir): Likewise.
3674         * modules/gc (configure.ac, Makefile.am): If building statically,
3675         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
3676         * modules/iconvme (configure.ac, Makefile.am): Likewise.
3677         * modules/striconv (configure.ac, Makefile.am): Likewise.
3678         Based on a suggestion by Ralf Wildenhues.
3679
3680 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3681
3682         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3683         Check for unistd.h too, since Autoconf doesn't assume POSIX.
3684         Also:
3685
3686         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3687         Add year_2050_test to catch glibc bug 2821
3688         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3689
3690         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3691         Prefer #ifdef to #if.
3692
3693         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3694         Return from 'main' instead of calling 'exit'.
3695
3696 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3697
3698         * lib/mktime.c (guess_time_tm): Fix bug where mktime
3699         returned the maximum time_t value rather than (time_t) -1.
3700         Problem originally reported by William Bardwell
3701         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3702
3703         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3704         Moved to here ...
3705         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3706         ... from here.
3707
3708 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3709
3710         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
3711         2821 is fixed.
3712
3713 2006-09-08  Jim Meyering  <jim@meyering.net>
3714
3715         Don't make generated files read-only.  That would bother too many
3716         people.  However, do retain the ability to work when targets are
3717         read-only: remove the destination and temporary files before writing
3718         them (when generated via sed or echo), or by using the -f option for
3719         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
3720         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3721         * modules/byteswap, modules/configmake, modules/fcntl:
3722         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3723         * modules/localcharset, modules/netinet_in, modules/poll:
3724         * modules/stdbool, modules/stdint, modules/sys_select:
3725         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3726
3727 2006-09-08  Jim Meyering  <jim@meyering.net>
3728
3729         Avoid new build failure on FreeBSD 6.0.
3730         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
3731         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
3732         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
3733
3734 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3735
3736         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
3737
3738 2006-09-07  Jim Meyering  <jim@meyering.net>
3739
3740         Fix global typo in last change: use chmod u-w, not chmod u-x.
3741         Spotted by Paul Eggert and Bruce Korb.
3742         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3743         * modules/byteswap, modules/configmake, modules/fcntl:
3744         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3745         * modules/localcharset, modules/netinet_in, modules/poll:
3746         * modules/stdbool, modules/stdint, modules/sys_select:
3747         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3748
3749 2006-09-06  Jim Meyering  <jim@meyering.net>
3750
3751         Make generated files be read-only.
3752         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
3753         Ensure that each generated file is now read-only.
3754         * modules/argz: Likewise.
3755         * modules/arpa_inet: Likewise.
3756         * modules/byteswap: Likewise.
3757         * modules/configmake: Likewise.
3758         * modules/fcntl: Likewise.
3759         * modules/fnmatch: Likewise.
3760         * modules/getopt: Likewise.
3761         * modules/glob: Likewise.
3762         * modules/inttypes: Likewise.
3763         * modules/netinet_in: Likewise.
3764         * modules/poll: Likewise.
3765         * modules/stdbool: Likewise.
3766         * modules/stdint: Likewise.
3767         * modules/sys_select: Likewise.
3768         * modules/sys_socket: Likewise.
3769         * modules/sys_stat: Likewise.
3770         * modules/sysexits: Likewise.
3771         * modules/localcharset: Same as above, but continue using temporary
3772         file named "t-$@" (why different?) rather than the "$@-t" used
3773         everywhere else.
3774
3775         * modules/sysexits (Makefile.am): Replace literal occurrences
3776         of "sysexit.h" more readable, and more consistent, "$@".
3777
3778 2006-09-06  Bruno Haible  <bruno@clisp.org>
3779
3780         * modules/striconv: New file.
3781         * modules/xstriconv: New file.
3782         * MODULES.html.sh (Internationalization functions): Add striconv,
3783         xstriconv.
3784
3785 2006-09-06  Bruno Haible  <bruno@clisp.org>
3786
3787         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
3788         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
3789         not using libtool correctly.
3790
3791 2006-09-06  Bruno Haible  <bruno@clisp.org>
3792
3793         * lib/striconv.h: New file.
3794         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
3795         iconvstring.c.
3796         * lib/xstriconv.h: New file.
3797         * lib/xstriconv.c: New file.
3798
3799 2006-09-06  Bruno Haible  <bruno@clisp.org>
3800
3801         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3802         lib_..._LDFLAGS.
3803
3804 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3805
3806         * lib/argz_.h: Sync from Libtool.
3807
3808         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
3809                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3810
3811         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
3812
3813 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3814
3815         * modules/trim: New file.
3816
3817 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3818
3819         * lib/trim.h: New file.
3820         * lib/trim.c: New file.
3821
3822 2006-09-05  Bruno Haible  <bruno@clisp.org>
3823
3824         * MODULES.html.sh (String handling): Add trim.
3825
3826 2006-09-04  Karl Berry  <karl@gnu.org>
3827
3828         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
3829         until next release.
3830
3831 2006-09-03  Bruno Haible  <bruno@clisp.org>
3832
3833         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
3834         correctly.
3835
3836 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3837
3838         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
3839         not gl_GETLOADAVG.  Omit unneeded semicolons.
3840         Problems reported by Ralf Wildenhues in
3841         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3842         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
3843         at the end, which is the usual gnulib style.
3844
3845         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
3846         of doing all the work ourselves.
3847         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
3848         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
3849
3850 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3851
3852         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
3853         Problem reported by Ralf Wildenhues in
3854         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3855
3856         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
3857         HAVE_STRUCT_STATFS_F_FSTYPENAME.
3858
3859 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3860
3861         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
3862         yesterday's patch by changing test -n to test -z.
3863
3864 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3865
3866         * modules/getloadavg (Files): Add m4/getloadavg.m4.
3867         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
3868         the former is now obsolescent.
3869
3870         * modules/chdir-long (Depends-on): Add fcntl.
3871
3872 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3873
3874         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
3875         obsolescent, and programs should use gnulib instead.
3876         * m4/getloadavg.m4: New file, with contents taken from Autoconf
3877         but with prefixes changed.
3878
3879 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3880
3881         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
3882         or stdbool.h, because they might not exist while configuring.
3883
3884         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
3885         Don't include unistd.h or limits.h; not needed, since chdir-long.h
3886         does that for us.
3887         (O_DIRECTORY): Remove.
3888
3889 2006-08-31  Eric Blake  <ebb9@byu.net>
3890
3891         * gnulib-tool: Don't let emacs change spaces to TAB.
3892
3893 2006-08-31  Bruno Haible  <bruno@clisp.org>
3894
3895         * gnulib-tool: When calling func_import more than once, do it in a
3896         subshell.
3897         Reported by Eric Blake <ebb9@byu.net>.
3898
3899 2006-08-31  Bruno Haible  <bruno@clisp.org>
3900
3901         * gnulib-tool (nl): Remove variable.
3902         (sed_transform_lib_file): Use more robust test for config-h module.
3903         (func_import): Fix typo in 2006-08-25 patch.
3904
3905 2006-08-31  Bruno Haible  <bruno@clisp.org>
3906
3907         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
3908         specified, augment Makefile.am variables instead of assigning them.
3909
3910 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3911
3912         Work around a bug in both the Linux and SunOS 64-bit kernels:
3913         nanosleep mishandles sleeps for longer than 2**31 seconds.
3914         Problem reported by Frank v Waveren in
3915         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3916         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
3917         Check for nanosleep bug.
3918         (LIB_NANOSLEEP): Append clock_gettime library if needed.
3919
3920 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3921
3922         Work around a bug in both the Linux and SunOS 64-bit kernels:
3923         nanosleep mishandles sleeps for longer than 2**31 seconds.
3924         Problem reported by Frank v Waveren in
3925         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3926         * lib/nanosleep.c (BILLION): New constant.
3927         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
3928         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
3929         implementation.
3930
3931 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3932
3933         * modules/nanosleep (Depends-on): Add gettime.
3934
3935 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3936         and Simon Josefsson  <jas@extundo.com>
3937         and Oskar Liljeblad  <oskar@osk.mine.nu>
3938
3939         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
3940         * gnulib-tool (func_import): New license type 'unmodifiable license
3941         text'.
3942         * modules/fdl: Use it.  Longer description.
3943         * module/gpl, module/lgpl: New files.
3944
3945 2006-08-30  Jim Meyering  <jim@meyering.net>
3946
3947         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
3948         shadowing the parameter.
3949
3950 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3951
3952         Sync from Libtool:
3953
3954         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3955
3956         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
3957         sharing with gnulib.  Report by Eric Blake.
3958
3959 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3960
3961         * modules/isapipe: New file.
3962         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
3963
3964 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3965
3966         * modules/configmake (Makefile.am): Add a comment, and omit
3967         the CONFIGMAKE_ prefix from generated macro names.  Suggested
3968         by Bruno Haible.
3969
3970 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3971
3972         * m4/isapipe.m4: New file.
3973
3974 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3975
3976         * lib/isapipe.c, lib/isapipe.h: New files.
3977
3978 2006-08-29  Jim Meyering  <jim@meyering.net>
3979
3980         * modules/configmake (Makefile.am): Make configmake.h depend on
3981         Makefile.  Otherwise, a stale configmake.h could hang around.
3982
3983 2006-08-29  Eric Blake  <ebb9@byu.net>
3984
3985         * lib/error.c (error_at_line, print_errno_message): Match libc, after
3986         resolution of upstream bug 3044.
3987
3988 2006-08-29  Bruno Haible  <bruno@clisp.org>
3989
3990         * modules/localcharset (Depends-on): Add configmake.
3991         (Makefile.am): Remove setting of LIBDIR through DEFS.
3992
3993 2006-08-29  Bruno Haible  <bruno@clisp.org>
3994
3995         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
3996         defined.
3997
3998 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3999
4000         * modules/fcntl: New file.
4001         * modules/chdir-safer (Depends-on): Add fcntl.
4002         * modules/fts: Likewise.
4003         * modules/mkdir-p: Likewise.
4004
4005         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
4006         This undoes the most recent change, since we're now addressing the
4007         problem in a different way.
4008
4009         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
4010         into output, since the output might be called Makefile.am even
4011         if $makefile_name is something different.
4012         (func_import): Use $makefile_am rather than
4013         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
4014         empty.
4015
4016         * modules/inttypes (Files): Add m4/inttypes-h.m4.
4017
4018 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4019
4020         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
4021         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
4022         recent change to stdint.m4, since we're now addressing the problem in a
4023         different way.
4024
4025 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4026
4027         * m4/fcntl_h.m4: New file.
4028
4029 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4030
4031         * lib/fcntl_.h: New file.
4032         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
4033         the fcntl module.
4034         * lib/dirchownmod.c: Likewise.
4035         * lib/fts.c: Likewise.
4036
4037         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
4038         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
4039         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
4040         just before including <inttypes.h>, to avoid circular inclusion.
4041
4042 2006-08-28  Jim Meyering  <jim@meyering.net>
4043
4044         * doc/visibility.texi: Actually read and correct the grammar of the
4045         sentence affected by yesterday's change.
4046
4047 2006-08-28  Eric Blake  <ebb9@byu.net>
4048
4049         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
4050         needs wrapper.
4051
4052 2006-08-28  Eric Blake  <ebb9@byu.net>
4053
4054         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
4055
4056 2006-08-28  Eric Blake  <ebb9@byu.net>
4057
4058         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
4059
4060 2006-08-28  Bruno Haible  <bruno@clisp.org>
4061
4062         * modules/c-strstr: New file, from GNU gettext.
4063         * MODULES.html.sh (String handling): Add c-strstr.
4064
4065 2006-08-28  Bruno Haible  <bruno@clisp.org>
4066
4067         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
4068         macros.
4069         Reported by Eric Blake.
4070
4071 2006-08-28  Bruno Haible  <bruno@clisp.org>
4072
4073         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
4074         (VASNPRINTF): Return a string of length > INT_MAX without failing.
4075         * lib/vasprintf.c: Include errno.h, limits.h.
4076         (EOVERFLOW): New fallback definition.
4077         (vasprintf): Test here whether the string length is > INT_MAX.
4078         * lib/vsnprintf.c: Include errno.h, limits.h.
4079         (EOVERFLOW): New fallback definition.
4080         (vsnprintf): Fix bug when generated string was too long for the buffer.
4081         Test here whether the string length is > INT_MAX.
4082
4083 2006-08-28  Bruno Haible  <bruno@clisp.org>
4084
4085         * lib/inttypes_.h (SCNX*): Remove definitions.
4086         Reported by Eric Blake.
4087
4088 2006-08-28  Bruno Haible  <bruno@clisp.org>
4089
4090         * lib/c-strstr.h: New file, from GNU gettext.
4091         * lib/c-strstr.c: New file, from GNU gettext.
4092
4093 2006-08-28  Bruno Haible  <bruno@clisp.org>
4094
4095         * gnulib-tool: Reorder some statements.
4096
4097 2006-08-28  Bruno Haible  <bruno@clisp.org>
4098
4099         * gnulib-tool: New option --makefile-name.
4100         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
4101         $makefile_name.
4102         (func_import): Write $makefile_name to the cache file, and read it from
4103         there unless explicitly specified. Use $makefile_name as file name
4104         instead of Makefile.am. Adjust the recommendations accordingly.
4105
4106 2006-08-28  Bruno Haible  <bruno@clisp.org>
4107
4108         * gnulib-tool (func_verify_module): Check against misapplying patch.
4109
4110 2006-08-28  Bruno Haible  <bruno@clisp.org>
4111
4112         * gnulib-tool (func_relativize, func_relconcat): New functions.
4113         Give an error if --local-dir is given with --update.
4114         Remove trailing slashes from $local_gnulib_dir.
4115         (func_import): Store the relativized $local_gnulib_dir in
4116         gnulib-cache.m4, and read it from there if not specified explicitly.
4117
4118 2006-08-28  Bruno Haible  <bruno@clisp.org>
4119
4120         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
4121         is the current directory. Respect also $local_gnulib_dir.
4122
4123 2006-08-28  Bruno Haible  <bruno@clisp.org>
4124             Simon Josefsson  <jas@extundo.com>
4125
4126         BeOS portability.
4127         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
4128
4129 2006-08-27  Jim Meyering  <jim@meyering.net>
4130
4131         * doc/visibility.texi: Remove duplicate word: "pointer".
4132
4133 2006-08-26  Bruno Haible  <bruno@clisp.org>
4134
4135         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
4136         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
4137         (Makefile.am): Create inttypes.h from inttypes_.h.
4138         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
4139
4140         * modules/imaxabs: New file.
4141
4142         * modules/imaxdiv: New file.
4143
4144 2006-08-26  Bruno Haible  <bruno@clisp.org>
4145
4146         * m4/inttypes.m4: New file.
4147         * m4/_inttypes_h.m4: Remove file.
4148         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
4149         PRI_MACROS_BROKEN.
4150         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
4151
4152         * m4/imaxabs.m4: New file.
4153
4154         * m4/imaxdiv.m4: New file.
4155
4156 2006-08-26  Bruno Haible  <bruno@clisp.org>
4157
4158         * lib/inttypes_.h: New file.
4159         * lib/inttypes.h: Remove file.
4160         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
4161
4162         * lib/imaxabs.c: New file.
4163
4164         * lib/imaxdiv.c: New file.
4165
4166 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4167
4168         New config-h module, so that "make" output needn't be cluttered
4169         by -DHAVE_CONFIG_H.
4170         * MODULES.html.sh (Support for building libraries and executables):
4171         Add config-h.
4172         * modules/config-h: New file.
4173         * gnulib-tool (nl, sed_transform_lib_file): New vars.
4174         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
4175         the config-h module is used.
4176
4177         New configmake module, so that "make" output needn't be cluttered
4178         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
4179         * MODULES.html.sh (Support for building libraries and executables):
4180         Add configmake.
4181         * modules/configmake: New file.
4182
4183 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4184
4185         * m4/config-h.m4: New file.
4186
4187 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4188
4189         * config/srclist.txt: Add elisp-comp.
4190
4191 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4192
4193         * MODULES.html.sh (Support for building libraries and executables):
4194         Add elisp-comp.
4195         * build-aux/elisp-comp: New file.
4196         * modules/elisp-comp: New file.
4197
4198 2006-08-24  Bruno Haible  <bruno@clisp.org>
4199
4200         * gnulib-tool (func_create_testdir): Use non-default values of
4201         sourcebase and m4base.
4202
4203 2006-08-24  Bruno Haible  <bruno@clisp.org>
4204
4205         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
4206         HTML structure.
4207
4208 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
4209
4210         * modules/openat (Depends-on): Add lchown.
4211
4212 2006-08-23  Bruno Haible  <bruno@clisp.org>
4213
4214         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
4215         of gl_LOCK_EARLY instead of gl_LOCK.
4216
4217 2006-08-23  Bruno Haible  <bruno@clisp.org>
4218
4219         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
4220         on OSF/1 to no.
4221         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
4222
4223 2006-08-23  Bruno Haible  <bruno@clisp.org>
4224
4225         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
4226         as unusable.
4227
4228         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
4229         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
4230         (gl_LOCK): New macro.
4231
4232 2006-08-22  Simon Josefsson  <jas@extundo.com>
4233
4234         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
4235         to md5 module.
4236
4237 2006-08-22  Simon Josefsson  <jas@extundo.com>
4238
4239         * MODULES.html.sh: Add "Support for maintaining and release
4240         projects".
4241
4242         * build-aux/gnupload: New file, from coreutils.
4243
4244 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4245
4246         Avoid the need for AC_LIBSOURCES in m4 macros.
4247         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
4248         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
4249         * modules/check-version (EXTRA_DIST): Add check-version.h.
4250         * modules/crc (EXTRA_DIST): Add crc.h.
4251         * modules/des (EXTRA_DIST): Add des.h.
4252         * modules/gc (EXTRA_DIST): Add gc.h.
4253         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
4254         * modules/getline (EXTRA_DIST): Add getline.h.
4255         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
4256         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
4257         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
4258         * modules/md2 (EXTRA_DIST): Add md2.h.
4259         * modules/md4 (EXTRA_DIST): Add md4.h.
4260         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
4261         * modules/read-file (EXTRA_DIST): Add read-file.h.
4262         * modules/readline (EXTRA_DIST): Add readline.h.
4263         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
4264         rijndael-api-fst.h.
4265
4266 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4267
4268         * m4/rijndael.m4 (gl_ARCFOUR):
4269         * m4/arctwo.m4 (gl_ARCTWO):
4270         * m4/check-version.m4 (gl_CHECK_VERSION):
4271         * m4/crc.m4 (gl_CRC):
4272         * m4/des.m4 (gl_DES):
4273         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
4274         * m4/gc.m4 (gl_GC):
4275         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
4276         * m4/getline.m4 (gl_FUNC_GETLINE):
4277         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
4278         * m4/hmac-md5.m4 (gl_HMAC_MD5):
4279         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
4280         * m4/md2.m4 (gl_MD2):
4281         * m4/md4.m4 (gl_MD4):
4282         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
4283         * m4/read-file.m4 (gl_FUNC_READ_FILE):
4284         * m4/readline.m4 (gl_FUNC_READLINE):
4285         * m4/rijndael.m4 (gl_RIJNDAEL):
4286         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4287         to get the necessary .h files and whatnot.
4288
4289 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4290
4291         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
4292         gnulib rather than the other way around.
4293         * config/srclistvars.sh (COREUTILS): Remove.
4294
4295 2006-08-22  Jim Meyering  <jim@meyering.net>
4296
4297         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
4298
4299         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
4300
4301 2006-08-22  Eric Blake  <ebb9@byu.net>
4302
4303         * modules/regexprops-generic: New file.
4304         * MODULES.html.sh (Support for building documentation): List it.
4305
4306 2006-08-22  Eric Blake  <ebb9@byu.net>
4307
4308         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
4309         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4310         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
4311         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
4312
4313 2006-08-22  Bruno Haible  <bruno@clisp.org>
4314
4315         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
4316         and lib_LTLIBRARIES like the other lib_* variables.
4317
4318 2006-08-22  Bruno Haible  <bruno@clisp.org>
4319
4320         * build-aux/x-to-1.in: New file, from GNU gettext.
4321
4322 2006-08-22  Bruno Haible  <bruno@clisp.org>
4323
4324         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
4325         <utmpx.h> exists.
4326
4327 2006-08-22  Bruno Haible  <bruno@clisp.org>
4328
4329         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
4330         <utmpx.h> exists.
4331
4332 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4333
4334         BeOS portability.
4335         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
4336         exist.
4337         Problem reported by Bruno Haible.
4338
4339 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4340
4341         Avoid the need for AC_LIBSOURCES in m4 macros.
4342         * modules/acl (EXTRA_DIST): Add acl.h.
4343         * modules/argmatch (Files): Add m4/argmatch.m4.
4344         (configure.ac): Add gl_ARGMATCH.
4345         (EXTRA_DIST): Renamed from lib_SOURCES, for
4346         consistency with the other modules.  Remove argmatch.c.
4347         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
4348         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
4349         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
4350         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
4351         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
4352         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
4353         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
4354         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
4355         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
4356         * modules/closeout (EXTRA_DIST): Add closeout.h.
4357         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
4358         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
4359         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
4360         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
4361         dirname.h; remove basename.c and stripslash.c.
4362         * modules/exclude (EXTRA_DIST): Add exclude.h.
4363         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
4364         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
4365         * modules/file-type (EXTRA_DIST): Add file-type.h.
4366         * modules/filemode (EXTRA_DIST): Add filemode.h.
4367         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
4368         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4369         * modules/fpending (EXTRA_DIST): Add __fpending.h.
4370         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
4371         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
4372         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
4373         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
4374         * modules/getdate (EXTRA_DIST): Add getdate.c.
4375         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
4376         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
4377         * modules/getpass (EXTRA_DIST): Add getpass.h.
4378         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
4379         * modules/group-member (EXTRA_DIST): Add group-member.h.
4380         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
4381         * modules/hash (EXTRA_DIST): Add hash.h.
4382         * modules/human (EXTRA_DIST): Add human.h.
4383         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
4384         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
4385         * modules/lchown (EXTRA_DIST): Add lchown.h.
4386         * modules/long-options (EXTRA_DIST): Add long-options.h.
4387         * modules/lstat (EXTRA_DIST): Add lstat.h.
4388         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
4389         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
4390         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
4391         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
4392         * modules/memxor (EXTRA_DIST): Add memxor.h.
4393         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
4394         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
4395         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
4396         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
4397         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
4398         * modules/physmem (EXTRA_DIST): Add physmem.h.
4399         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
4400         * modules/posixver (EXTRA_DIST): Add posixver.h.
4401         * modules/quote (EXTRA_DIST): Add quote.h.
4402         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
4403         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
4404         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
4405         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
4406         regex_internal.h regexec.c.
4407         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
4408         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
4409         * modules/same (EXTRA_DIST): Add same.h.
4410         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
4411         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
4412         * modules/savedir (EXTRA_DIST): Add savedir.h.
4413         * modules/sha1 (EXTRA_DIST): Add sha1.h.
4414         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
4415         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
4416         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
4417         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
4418         * modules/strdup (EXTRA_DIST): Add strdup.h.
4419         * modules/strftime (EXTRA_DIST): Add strftime.h.
4420         * modules/strndup (EXTRA_DIST): Add strndup.h.
4421         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
4422         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
4423         * modules/time_r (EXTRA_DIST): Add time_r.h.
4424         * modules/timespec (EXTRA_DIST): Add timespec.h.
4425         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4426         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
4427         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
4428         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
4429         * modules/userspec (EXTRA_DIST): Add userspec.h.
4430         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
4431         * modules/utimens (EXTRA_DIST): Add utimens.h.
4432         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
4433         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
4434         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
4435         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
4436         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
4437         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
4438         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
4439         * modules/yesno (EXTRA_DIST): Add yesno.h.
4440
4441 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4442
4443         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
4444
4445         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
4446         * m4/dev-ino.m4, same-inode.m4: Remove.
4447
4448         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
4449         * m4/acl.m4 (AC_FUNC_ACL):
4450         * m4/backupfile.m4 (gl_BACKUPFILE):
4451         * m4/c-strtod.m4 (gl_C99_STRTOLD):
4452         * m4/canon-host.m4 (gl_CANON_HOST):
4453         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4454         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
4455         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
4456         * m4/cloexec.m4 (gl_CLOEXEC):
4457         * m4/close-stream.m4 (gl_CLOSE_STREAM):
4458         * m4/closeout.m4 (gl_CLOSEOUT):
4459         * m4/dirfd.m4 (gl_FUNC_DIRFD):
4460         * m4/dirname.m4 (gl_DIRNAME):
4461         * m4/exclude.m4 (gl_EXCLUDE):
4462         * m4/exitfail.m4 (gl_EXITFAIL):
4463         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
4464         * m4/file-type.m4 (gl_FILE_TYPE):
4465         * m4/filemode.m4 (gl_FILEMODE):
4466         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
4467         * m4/fpending.m4 (gl_FUNC_FPENDING):
4468         * m4/fprintftime.m4 (gl_FPRINTFTIME):
4469         * m4/fts.m4 (gl_FUNC_FTS):
4470         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
4471         * m4/getdate.m4 (gl_GETDATE):
4472         * m4/gethrxtime.m4 (gl_GETHRXTIME):
4473         * m4/getpagesize.m4 (gl_GETPAGESIZE):
4474         * m4/getpass.m4 (gl_FUNC_GETPASS):
4475         * m4/gettime.m4 (gl_GETTIME):
4476         * m4/getugroups.m4 (gl_GETUGROUPS):
4477         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
4478         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
4479         * m4/hard-locale.m4 (gl_HARD_LOCALE):
4480         * m4/hash.m4 (gl_HASH):
4481         * m4/idcache.m4 (gl_IDCACHE):
4482         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
4483         * m4/lchown.m4 (gl_FUNC_LCHOWN):
4484         * m4/long-options.m4 (gl_LONG_OPTIONS):
4485         * m4/lstat.m4 (gl_FUNC_LSTAT):
4486         * m4/md5.m4 (gl_MD5):
4487         * m4/memcasecmp.m4 (gl_MEMCASECMP):
4488         * m4/memcoll.m4 (gl_MEMCOLL):
4489         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
4490         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
4491         * m4/memxor.m4 (gl_MEMXOR):
4492         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
4493         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
4494         * m4/modechange.m4 (gl_MODECHANGE):
4495         * m4/mountlist.m4 (gl_MOUNTLIST):
4496         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4497         * m4/openat.m4 (gl_FUNC_OPENAT):
4498         * m4/pathmax.m4 (gl_PATHMAX):
4499         * m4/physmem.m4 (gl_PHYSMEM):
4500         * m4/posixtm.m4 (gl_POSIXTM):
4501         * m4/posixver.m4 (gl_POSIXVER):
4502         * m4/quote.m4 (gl_QUOTE):
4503         * m4/quotearg.m4 (gl_QUOTEARG):
4504         * m4/readtokens.m4 (gl_READTOKENS):
4505         * m4/readutmp.m4 (gl_READUTMP):
4506         * m4/regex.m4 (gl_REGEX):
4507         * m4/safe-read.m4 (gl_SAFE_READ):
4508         * m4/safe-write.m4 (gl_SAFE_WRITE):
4509         * m4/same.m4 (gl_SAME):
4510         * m4/save-cwd.m4 (gl_SAVE_CWD):
4511         * m4/savedir.m4 (gl_SAVEDIR):
4512         * m4/settime.m4 (gl_SETTIME):
4513         * m4/sha1.m4 (gl_SHA1):
4514         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
4515         * m4/stat-macros.m4 (gl_STAT_MACROS):
4516         * m4/stat-time.m4 (gl_STAT_TIME):
4517         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
4518         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
4519         * m4/strdup.m4 (gl_FUNC_STRDUP):
4520         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
4521         * m4/strndup.m4 (gl_FUNC_STRNDUP):
4522         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
4523         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
4524         * m4/time_r.m4 (gl_TIME_R):
4525         * m4/timespec.m4 (gl_TIMESPEC):
4526         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
4527         * m4/unlinkdir.m4 (gl_UNLINKDIR):
4528         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
4529         * m4/userspec.m4 (gl_USERSPEC):
4530         * m4/utimecmp.m4 (gl_UTIMECMP):
4531         * m4/utimens.m4 (gl_UTIMENS):
4532         * m4/xalloc.m4 (gl_XALLOC):
4533         * m4/xgetcwd.m4 (gl_XGETCWD):
4534         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
4535         * m4/xreadlink.m4 (gl_XREADLINK):
4536         * m4/xstrtod.m4 (gl_XSTRTOD):
4537         * m4/yesno.m4 (gl_YESNO):
4538         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4539         to get the necessary .h files and whatnot.
4540
4541 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
4542             Bruno Haible  <bruno@clisp.org>
4543
4544         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
4545         /bin/sh understanding of '!' conditional negation.
4546
4547 2006-08-21  Jim Meyering  <jim@meyering.net>
4548
4549         * modules/openat (Depends-on): Really alphabetize.
4550
4551         * modules/acl (Depends-on): Add error and quote.
4552
4553         * check-module (find_included_lib_files): Add at-func.c to the
4554         ok-to-include-more-than-once white list.
4555
4556         * modules/openat (Depends-on): Add lstat.  Alphabetize.
4557
4558 2006-08-21  Bruno Haible  <bruno@clisp.org>
4559
4560         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4561         Emit a pkgdata_DATA variable only if some snippets add contents to it.
4562         Reported by Martin Lambers <marlam@marlam.de>.
4563
4564 2006-08-21  Bruno Haible  <bruno@clisp.org>
4565
4566         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
4567         specify an installation location, don't emit a noinst_LIBRARIES or
4568         noinst_LTLIBRARIES assignment.
4569
4570 2006-08-21  Bruno Haible  <bruno@clisp.org>
4571
4572         BeOS portability.
4573         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
4574         BeOS has mbrtowc() but no <wctype.h>.
4575
4576 2006-08-21  Bruno Haible  <bruno@clisp.org>
4577
4578         BeOS portability.
4579         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
4580         exist.
4581
4582 2006-08-21  Bruno Haible  <bruno@clisp.org>
4583
4584         BeOS portability.
4585         * lib/mbchar.h: Include <wctype.h> only if it exists.
4586
4587 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4588
4589         Remove files that are no longer needed by their respective modules.
4590         * m4/obstack.m4: Remove.
4591         * m4/strerror_r.m4: Remove.
4592         * m4/uint32_t.m4: Remove.
4593         * m4/uintptr_t.m4: Remove.
4594         * m4/ullong_max.m4: Remove.
4595         * m4/xstrtoimax.m4: Remove.
4596         * m4/xstrtoumax.m4: Remove.
4597
4598         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
4599         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
4600         dependencies now capture this.
4601
4602         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
4603         Do not use AC_LIBSOURCES, since gnulib modules now do this.
4604         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
4605         * m4/human.m4 (gl_HUMAN): Likewise.
4606         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
4607         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
4608
4609         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
4610
4611         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
4612         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
4613         stdint.
4614         * m4/human.m4 (gl_HUMAN): Likewise.
4615         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
4616         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
4617         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4618         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4619         * m4/xstrtol (gl_XSTRTOL): Likewise.
4620
4621         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
4622         AC_TYPE_LONG_LONG_INT.
4623         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4624         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
4625         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
4626         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4627
4628         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
4629         on stdbool.
4630
4631         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
4632         (gl_PREREQ_XSTRTOUL): Remove.
4633
4634         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
4635
4636         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
4637         mode.
4638
4639 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4640
4641         Add and change modules to make it easier for coreutils to use
4642         gnulib-tool.
4643         * modules/backupfile (Files): Remove m4/d-ino.m4.
4644         (Depends-on): Add d-ino.
4645         * modules/cycle-check (Depends-on): Add stdint.
4646         (lib_SOURCES): Add cycle-check.h.
4647         * modules/d-ino: New module.
4648         * modules/d-type: New module.
4649         * modules/error (Files): Remove m4/strerror_r.m4.
4650         * modules/filemode (Files): Add m4/st_dm_mode.m4.
4651         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4652         m4/inttypes_h.m4, m4/uintmax_t.m4.
4653         (Depends-on): Add stdint.
4654         (lib_SOURCES): Add fsusage.h.
4655         * modules/getcwd (Files): Remove d-ino.m4.
4656         (Depends-on): Add d-ino.
4657         * modules/getndelim2 (Depends-on): Add stdint.
4658         * modules/glob (Files): Remove m4/d-type.m4.
4659         (Depends-on): Add d-type.
4660         * modules/host-os: New module.
4661         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
4662         m4/inttypes_h.m4, m4/uintmax_t.m4.
4663         * Depends-on: Add stdint.
4664         (lib_SOURCES): Add human.h.
4665         * modules/inttostr (Files): Remove m4/intmax_t.m4,
4666         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
4667         m4/uintmax_t.m4, m4/ulonglong.m4.
4668         (Depends-on): Add stdint.
4669         (EXTRA_DIST): Add inttostr.h.
4670         * modules/lchmod: New module.
4671         * modules/link-follow: New module.
4672         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
4673         (Depends-on): Add lchmod.
4674         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
4675         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
4676         (Depends-on): Add stdint.
4677         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
4678         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
4679         (Depends-on): Add stdint.
4680         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
4681         * modules/perl: New module.
4682         * modules/regex (Depends-on): Add stdint.
4683         * modules/rmdir-errno: New module.
4684         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4685         m4/intmax_t.m4.
4686         (Depends-on): Add stdint.
4687         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4688         m4/uintmax_t.m4.
4689         (Depends-on): Add stdint.
4690         * modules/unlink-busy: New module.
4691         * modules/utimecmp (Depends-on): Add stdint.
4692         * modules/uptime: New module.
4693         * modules/winsz-ioctl: New module.
4694         * modules/winsz-termios: New module.
4695         * modules/xnanosleep (Depends-on): Add nanosleep.
4696         * modules/ullong_max: Remove.
4697         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
4698         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
4699         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
4700         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
4701         (Depends-on): Add inttypes.
4702         (lib_SOURCES): Add xstrtol.h.
4703         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
4704         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
4705         * MODULES.html.sh: Move 'assert' into the assert section.
4706         Move 'dummy' into the linking section.
4707         Remove ullong_max.
4708         Add section for compatibility checks for POSIX:2001 functions,
4709         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
4710         winsz-ioctl, and winsz-termios into it.
4711         Add lchmod.
4712         Add top-level Misc section and put host-os, perl, and uptime
4713         into it.
4714
4715 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4716
4717         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
4718         now assume the stdint module.  Do not include inttypes.h.
4719         * lib/fsusage.h: Likewise.
4720         * lib/getndelim2.c: Likewise.
4721         * lib/human.h: Likewise.
4722         * lib/inttostr.h: Likewise.
4723         * lib/obstack.c: Likewise.
4724         * lib/regex_internal.h: Likewise.
4725         * lib/tempname.c: Likewise.
4726         * lib/utimecmp.c: Likewise.
4727         * lib/xstrtol.h: Likewise.
4728
4729         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
4730
4731         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
4732         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
4733         * lib/xtime.h: Likewise.
4734
4735 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4736
4737         * modules/openat (Files): Add lib/fchmodat.c.
4738         Fixes problem reported by Jay Youngman.
4739
4740 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4741
4742         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
4743         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
4744
4745 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4746             Bruno Haible  <bruno@clisp.org>
4747
4748         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
4749         and is a script that invokes bison. Tighten the code. Add comments.
4750
4751 2006-08-18  Jim Meyering  <jim@meyering.net>
4752
4753         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
4754         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
4755         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
4756         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
4757
4758 2006-08-18  Bruno Haible  <bruno@clisp.org>
4759
4760         * modules/bison-i18n: New file.
4761         * MODULES.html.sh (Internationalization functions): Add it.
4762
4763 2006-08-18  Bruno Haible  <bruno@clisp.org>
4764
4765         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
4766         sys/statvfs.h. When getmntinfo was found, check its declaration and
4767         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
4768
4769 2006-08-18  Bruno Haible  <bruno@clisp.org>
4770
4771         * m4/bison-i18n.m4: New file, from bison.
4772
4773 2006-08-18  Bruno Haible  <bruno@clisp.org>
4774
4775         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
4776         (ME_DUMMY): Treat "kernfs" as a dummy.
4777         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
4778
4779 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4780
4781         Update from coreutils.
4782
4783         2006-08-15  Jim Meyering  <jim@meyering.net>
4784
4785         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
4786
4787         2006-01-17  Jim Meyering  <jim@meyering.net>
4788
4789         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
4790
4791         2006-01-11  Jim Meyering  <jim@meyering.net>
4792
4793         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
4794         Check for the lchmod function.
4795
4796 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4797
4798         Update from coreutils.
4799
4800         * lib/__fpending.h: Add copyright notice.
4801         * lib/fprintftime.h: Likewise.
4802         * lib/savedir.c: Use (C) in copyright notice.
4803         * lib/savedir.h: Likewise.
4804
4805         2006-08-15  Jim Meyering  <jim@meyering.net>
4806
4807         * lib/at-func.c: New file, with the logic of all emulated at-functions.
4808         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
4809         in support of the EXPECTED_ERRNO macro.
4810         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
4811         definitions.  Instead, define the appropriate symbols and include
4812         "at-func.c".
4813         * lib/mkdirat.c (mkdirat): Likewise.
4814         * lib/fchmodat.c (fchmodat): Likewise.
4815         (ENOSYS): Remove definition.
4816         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
4817         it.  Don't include "unistd--.h" -- it wasn't ever used.
4818
4819         2006-01-17  Jim Meyering  <jim@meyering.net>
4820
4821         Rewrite fts.c not to change the current working directory,
4822         by using openat, fstatat, fdopendir, etc..
4823
4824         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
4825         (HAVE_OPENAT_SUPPORT): Define.
4826         [_LIBC] (fchdir): Don't undef or define; no longer used.
4827         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
4828         Now, this `function' always succeeds, and consumes its file descriptor
4829         parameter -- so callers must not close such FDs.  Update callers.
4830         (diropen_fd, opendirat, cwd_advance_fd): New functions.
4831         (diropen): Add parameter, SP.  Adjust all callers.
4832         Implement using diropen_fd, rather than open.
4833         (fts_open): Initialize new member, fts_cwd_fd.
4834         Remove fts_rft-setting code.
4835         (fts_close): Close fts_cwd_fd, if necessary.
4836         (__opendir2): Define in terms of opendir or opendirat,
4837         depending on whether the FST_NOCHDIR flag is set.
4838         (fts_build): Since fts_safe_changedir consumes its FD, and since
4839         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
4840         and close the dup'd file descriptor upon failure.
4841         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
4842         (fts_safe_changedir): Tweak semantics to reflect that this function
4843         now calls cwd_advance_fd and hence consumes its FD argument.
4844         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
4845         [struct FTS] (fts_rft): Remove now-unused member.
4846         [struct FTS] (fts_cycle.state): Improve comment.
4847
4848         * lib/openat.c (openat_needs_fchdir): New function.
4849         * lib/openat.h (openat_needs_fchdir): Declare it.
4850
4851 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
4852
4853         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
4854         Problem and fix reported by Pádraig Brady in
4855         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
4856
4857 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4858
4859         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
4860
4861 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4862
4863         * lib/memcoll.c (memcoll): Optimize for the common case where the
4864         arguments are bytewise equal.
4865
4866 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4867
4868         * doc/regexprops-generic.texi: Add a copyright notice.
4869
4870 2006-08-15  Bruno Haible  <bruno@clisp.org>
4871
4872         * modules/tmpdir (License): Change to LGPL.
4873
4874 2006-08-15  Bruno Haible  <bruno@clisp.org>
4875
4876         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
4877         module.
4878
4879 2006-08-14  Simon Josefsson  <jas@extundo.com>
4880
4881         * config/srclist.txt: Add gnupload.
4882
4883 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4884
4885         Change copyright notice from LGPL 2 to GPL 2, since that's the
4886         standard form used in the gnulib repository.
4887         * tests/test-lock.c: Likewise.
4888         * tests/test-stdint.c: Likewise.
4889         * tests/test-tls.c: Likewise.
4890
4891         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
4892         prelude-manager.  User shorter URLs for GNU projects, without '?'.
4893         Add copyright notice.
4894
4895         * check-module: Add copyright notice.  Output a copyright
4896         notice if "--version" is specified.
4897         * modules/COPYING: New file.
4898         * tests/test-getaddrinfo.c: Add copyright notice.
4899         * tests/test-verify.c: Likewise.
4900
4901 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4902
4903         Change copyright notice from LGPL 2 to GPL 2, since that's the
4904         standard form used in the gnulib repository.
4905         * lib/lock.c: LGPL -> GPL.
4906         * lib/lock.h: Likewise.
4907         * lib/strnlen1.c: Likewise.
4908         * lib/strnlen1.h: Likewise.
4909         * lib/tls.c: Likewise.
4910         * lib/tls.h: Likewise.
4911         * lib/tmpdir.c: Likewise.
4912
4913         * lib/TODO: Remove; this belongs only in coreutils.
4914
4915 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4916
4917         Add copyright notices to long-enough files that lack them, since
4918         otherwise the files aren't clearly free.  Use the same notice that
4919         getdate.texi already uses.
4920         * doc/alloca-opt.texi: Add copyright notice.
4921         * doc/alloca.texi: Likewise.
4922         * doc/ctime.texi: Likewise.
4923         * doc/functions.texi: Likewise.
4924         * doc/gcd.texi: Likewise.
4925         * doc/gnulib-tool.texi: Likewise.
4926         * doc/inet_ntoa.texi: Likewise.
4927         * doc/visibility.texi: Likewise.
4928
4929         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
4930         * doc/quote.texi: Add copyright notice.
4931
4932         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
4933         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
4934         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
4935         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
4936         is now obsolete, and give a pointer to the Sun list.
4937         Add copyright notice.
4938
4939 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4940
4941         * config/srclistvars.sh: Add copyright notice.
4942
4943 2006-08-14  Eric Blake  <ebb9@byu.net>
4944
4945         Import the following change from libc:
4946
4947         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4948
4949         Upstream bug 2997.
4950         * lib/misc/error.c: Add space between program name and message if file
4951         name is missing.
4952
4953 2006-08-12  Karl Berry  <karl@gnu.org>
4954
4955         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
4956         remove, these originate in gnulib now.
4957
4958 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4959
4960         * doc/Makefile (standards.info standards.html standards.dvi):
4961         Also depend on make-stds.texi.
4962
4963 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4964
4965         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
4966         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
4967
4968         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
4969         in wchar_t.  Problem reported by Eric Blake.
4970
4971         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
4972         LEN is smaller than SIZE.  Suggested by Bruno Haible.
4973         Also, help the compiler to keep LEN in a register.
4974
4975 2006-08-11  Eric Blake  <ebb9@byu.net>
4976
4977         * users.txt: Sort.  Add tar.
4978
4979 2006-08-11  Bruno Haible  <bruno@clisp.org>
4980
4981         * users.txt: New file.
4982
4983 2006-08-11  Bruno Haible  <bruno@clisp.org>
4984
4985         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
4986         before <wchar.h>. Needed for OSF/1 and BSD/OS.
4987
4988 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4989
4990         * modules/snprintf (Depends-on): Remove minmax.
4991         (Maintainer): Add self and Bruno.
4992
4993 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4994
4995         * lib/.cppi-disable: Add snprintf.h, socket_.h.
4996         * lib/snprintf.c: Include <errno.h> and <limits.h>.
4997         (EOVERFLOW): Define if the system does not.
4998         Do not include "minmax.h"; it wasn't used.
4999         (snprintf): Don't assume size_t promotes to an unsigned type.
5000         Fix bug when generated string was too long for the buffer: the
5001         buffer's contents are supposed to be the initial prefix of the
5002         output.  Don't assume vasnprintf returns EOVERFLOW if the size
5003         exceeds INT_MAX; do the check ourselves.
5004
5005         Import the following changes from libc:
5006
5007         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5008
5009         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
5010         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
5011         set wc to the byte which couldn't be converted.
5012         (re_string_reconstruct): Don't clear valid_raw_len before calling
5013         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5014         tip_context using re_string_context_at.
5015
5016         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
5017
5018         * lib/posix/regex.h: g++ still cannot handled [restrict].
5019
5020         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
5021
5022         * lib/posix/regex.h: Remove special handling for VMS.
5023
5024 2006-08-10  Jim Meyering  <jim@meyering.net>
5025
5026         * modules/same-inode: New module.
5027         * modules/dev-ino: New module.
5028         * modules/cycle-check: Depend on these modules, rather than simply
5029         including their .h files.
5030         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
5031         required via m4/cycle-check.m4.
5032         * modules/same: Depend on new same-inode module, rather than
5033         including same-inode.h.
5034         * modules/chdir-safer: New file.
5035
5036         * modules/chown (Depends-on): Add stat-macros.
5037
5038 2006-08-10  Jim Meyering  <jim@meyering.net>
5039
5040         * m4/cycle-check.m4: New file.
5041         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
5042         * m4/dev-ino.m4, m4/same-inode.m4: New files.
5043
5044 2006-08-10  Eric Blake  <ebb9@byu.net>
5045
5046         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
5047         in from original proposal.
5048
5049 2006-08-10  Eric Blake  <ebb9@byu.net>
5050         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5051
5052         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
5053         namespace.
5054
5055 2006-08-10  Bruno Haible  <bruno@clisp.org>
5056
5057         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
5058         as well.
5059
5060 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5061
5062         Sync from coreutils.
5063
5064         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
5065
5066         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
5067         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
5068
5069 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5070
5071         * modules/restrict: Remove; no longer needed now that we assume
5072         Autoconf 2.59 or later.
5073         * MODULES.html.sh: Remove 'restrict'.
5074         * modules/argp (Depends-on): Remove 'restrict'.
5075         * modules/base64 (Depends-on): Likewise.
5076         * modules/gc (Depends-on): Likewise.
5077         * modules/getaddrinfo (Depends-on): Likewise.
5078         * modules/glob (Depends-on): Likewise.
5079         * modules/inet_ntop (Depends-on): Likewise.
5080         * modules/inet_pton (Depends-on): Likewise.
5081         * modules/memxor (Depends-on): Likewise.
5082         * modules/regex (Depends-on): Likewise.
5083         * modules/strtok_r (Depends-on): Likewise.
5084         * modules/time_r (Depends-on): Likewise.
5085
5086 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5087
5088         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
5089         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
5090         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5091         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
5092         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
5093         * m4/memxor.m4 (gl_MEMXOR): Likewise.
5094         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
5095         gl_C_RESTRICT replaced by AC_C_RESTRICT.
5096
5097         Merge from coreutils.
5098         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
5099         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
5100         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5101         * m4/time_r.m4 (gl_TIME_R): Likewise.
5102
5103 2006-08-09  Karl Berry  <karl@gnu.org>
5104
5105         * config/srclist.txt: no more gettext-tools, per Bruno.
5106
5107 2006-08-08  Eric Blake  <ebb9@byu.net>
5108
5109         * modules/verror: New module.
5110         * MODULES.html.sh: Document it.
5111
5112 2006-08-08  Eric Blake  <ebb9@byu.net>
5113
5114         * lib/verror.h, lib/verror.c: New files.
5115
5116 2006-08-08  Eric Blake  <ebb9@byu.net>
5117
5118         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
5119         verror_at_line output complies with GNU Coding Standards even when
5120         file is NULL.
5121
5122 2006-08-07  Bruno Haible  <bruno@clisp.org>
5123
5124         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
5125         versions of AIX.
5126         Reported by Ralf Wildenhues.
5127
5128 2006-08-07  Bruno Haible  <bruno@clisp.org>
5129
5130         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
5131         in an AC_DEFUN. Needed so that the autoconf snippets can use
5132         AC_REQUIRE.
5133
5134 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5135
5136         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5137         Initialize pkgdata_DATA.
5138         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
5139         overriding it.
5140
5141 2006-08-06  Eric Blake  <ebb9@byu.net>
5142
5143         * lib/error.h: Fold in some upstream changes from glibc.
5144         * lib/error.c: Likewise.
5145
5146 2006-08-04  Bruno Haible  <bruno@clisp.org>
5147
5148         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5149         Make the mostlyclean-local rule depend on mostlyclean-generic.
5150         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
5151
5152 2006-07-31  Bruno Haible  <bruno@clisp.org>
5153
5154         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
5155         <stdlib.h>, <string.h>.
5156
5157 2006-07-30  Bruno Haible  <bruno@clisp.org>
5158
5159         * modules/readlink (License): Change to LGPL.
5160
5161 2006-07-30  Bruno Haible  <bruno@clisp.org>
5162
5163         * modules/javaversion (Makefile.am): Distribute javaversion.java and
5164         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
5165         set PKGDATADIR to point to it.
5166
5167 2006-07-30  Bruno Haible  <bruno@clisp.org>
5168
5169         * modules/csharpexec (configure.ac): Comment out macro invocation.
5170         * modules/javaexec (configure.ac): Likewise.
5171         * modules/javacomp-script (configure.ac): Likewise.
5172
5173         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
5174
5175 2006-07-30  Bruno Haible  <bruno@clisp.org>
5176
5177         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
5178         linked-list.
5179
5180 2006-07-30  Bruno Haible  <bruno@clisp.org>
5181
5182         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
5183
5184 2006-07-30  Bruno Haible  <bruno@clisp.org>
5185
5186         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5187         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
5188         get removed.
5189
5190 2006-07-29  Bruno Haible  <bruno@clisp.org>
5191
5192         Make it possible for gnulib-tool to work with locally modified or
5193         augmented gnulib repositories.
5194         * gnulib-tool (func_usage): Document --local-dir option.
5195         (local_gnulib_dir): New variable.
5196         Handle --local-dir option.
5197         (func_lookup_file): New function.
5198         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
5199         (func_get_description, func_get_filelist, func_get_description,
5200         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
5201         func_get_automake_snippet, func_get_include_directive,
5202         func_get_license, func_get_maintainer): Use func_lookup_file.
5203         (func_import, func_create_testdir): Use func_lookup_file.
5204
5205 2006-07-29  Bruno Haible  <bruno@clisp.org>
5206
5207         * modules/setenv (Depends-on): Add unistd.
5208
5209 2006-07-29  Bruno Haible  <bruno@clisp.org>
5210
5211         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
5212
5213 2006-07-29  Bruno Haible  <bruno@clisp.org>
5214
5215         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
5216
5217 2006-07-29  Bruno Haible  <bruno@clisp.org>
5218
5219         * gnulib-tool (import, update): If there is no Makefile.am, look at
5220         aclocal.m4, instead of bailing out.
5221
5222 2006-07-29  Bruno Haible  <bruno@clisp.org>
5223
5224         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
5225         Categorize the options by when they are useful.
5226
5227 2006-07-29  Bruno Haible  <bruno@clisp.org>
5228
5229         * gnulib-tool (func_usage): Document option --no-libtool.
5230         Handle option --no-libtool.
5231         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
5232         for changed semantics of $libtool variable.
5233         (func_import): Likewise. If libtool is not used, show this through
5234         an option --no-libtool.
5235         (func_create_testdir): Update.
5236
5237 2006-07-29  Bruno Haible  <bruno@clisp.org>
5238
5239         * gnulib-tool (func_import): Extend error message about missing
5240         --doc-base.
5241
5242 2006-07-29  Bruno Haible  <bruno@clisp.org>
5243
5244         * gnulib-tool (func_import): Don't create the $docbase directory if
5245         there is no file to store there.
5246
5247 2006-07-29  Bruno Haible  <bruno@clisp.org>
5248
5249         * gnulib-tool (autoconf_minversion): If a --dir option is given and
5250         relevant, look for configure.ac there, not in the current directory.
5251         Also use a simple search for AC_PREREQ, not "autoconf --trace".
5252
5253 2006-07-29  Bruno Haible  <bruno@clisp.org>
5254
5255         * gnulib-tool (SORT): New variable.
5256         (func_usage): Undocument --assume-autoconf option.
5257         Remove --assume-autoconf option handling.
5258         (autoconf_minversion): Determine from the contents of configure.ac.
5259         (func_import): Remove autoconf_minversion handling.
5260         Suggested by Eric Blake.
5261
5262 2006-07-29  Bruno Haible  <bruno@clisp.org>
5263
5264         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
5265
5266 2006-07-29  Bruno Haible  <bruno@clisp.org>
5267
5268         * config/srclist.txt (*setenv.[ch]): Remove rules.
5269
5270 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5271
5272         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
5273
5274 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5275
5276         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
5277         arpa/inet.h.
5278
5279 2006-07-28  Simon Josefsson  <jas@extundo.com>
5280
5281         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
5282         * modules/inet_pton (Depends-on): Likewise.
5283
5284 2006-07-28  Simon Josefsson  <jas@extundo.com>
5285
5286         * m4/netinet_in_h.m4: New file.
5287
5288 2006-07-28  Simon Josefsson  <jas@extundo.com>
5289
5290         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
5291         #include's.
5292
5293 2006-07-28  Simon Josefsson  <jas@extundo.com>
5294
5295         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
5296         #include's.
5297
5298 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
5299
5300         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
5301         setgid on directories only if they set these bits.
5302         * lib/modechange.h: Remove obsolete comment about masks.
5303
5304 2006-07-28  Eric Blake  <ebb9@byu.net>
5305
5306         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
5307         macro expansion.
5308
5309 2006-07-28  Bruno Haible  <bruno@clisp.org>
5310
5311         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
5312
5313 2006-07-28  Bruno Haible  <bruno@clisp.org>
5314
5315         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
5316
5317 2006-07-28  Bruno Haible  <bruno@clisp.org>
5318
5319         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5320         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5321         Define fallbacks.
5322         Avoids link error on FreeBSD 4.x.
5323         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5324
5325         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
5326         encoding.
5327         * lib/mbswidth.c (iswcntrl): Likewise.
5328
5329 2006-07-27  Bruno Haible  <bruno@clisp.org>
5330
5331         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
5332         test.
5333
5334 2006-07-27  Bruno Haible  <bruno@clisp.org>
5335
5336         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
5337         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
5338         defined.
5339
5340 2006-07-26  Eric Blake  <ebb9@byu.net>
5341
5342         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
5343
5344 2006-07-26  Eric Blake  <ebb9@byu.net>
5345
5346         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
5347         like mingw that lack mkstemp.
5348         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
5349         avoid compilation warning on mingw.
5350
5351 2006-07-26  Bruno Haible  <bruno@clisp.org>
5352
5353         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
5354         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
5355         INT_FAST*_MIN, INTPTR_MIN.
5356
5357 2006-07-25  Bruno Haible  <bruno@clisp.org>
5358
5359         * modules/version-etc (Depends-on): Add stdarg.
5360
5361 2006-07-25  Bruno Haible  <bruno@clisp.org>
5362
5363         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
5364         complex commands.
5365
5366 2006-07-25  Bruno Haible  <bruno@clisp.org>
5367
5368         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
5369         defined in <stdarg.h> or config.h.
5370
5371 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5372
5373         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
5374         (gl_STDIO_SAFER): Remove.
5375
5376 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5377
5378         * MODULES.html.sh (File stream based Input/Output):
5379         Add fopen-safer, tmpfile-safer; remove stdio-safer.
5380         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
5381         * modules/fopen-safer, modules/tmpfile-safer: New files.
5382         * modules/stdio-safer: Remove.
5383
5384 2006-07-24  Bruno Haible  <bruno@clisp.org>
5385
5386         * modules/tmpdir: New file.
5387         * MODULES.html.sh (File system functions): Add it.
5388
5389 2006-07-24  Bruno Haible  <bruno@clisp.org>
5390
5391         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
5392         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
5393
5394 2006-07-24  Bruno Haible  <bruno@clisp.org>
5395
5396         * modules/clean-temp: New file.
5397
5398 2006-07-24  Bruno Haible  <bruno@clisp.org>
5399
5400         * m4/tmpdir.m4: New file, from GNU gettext.
5401
5402 2006-07-24  Bruno Haible  <bruno@clisp.org>
5403
5404         * lib/tmpdir.h: New file, from GNU gettext.
5405         * lib/tmpdir.c: New file, from GNU gettext.
5406
5407 2006-07-24  Bruno Haible  <bruno@clisp.org>
5408
5409         * lib/clean-temp.h: New file, from GNU gettext.
5410         * lib/clean-temp.c: New file, from GNU gettext.
5411
5412 2006-07-23  Eric Blake  <ebb9@byu.net>
5413
5414         * modules/stdio-safer (Files): Add tmpfile-safer.c.
5415         (Depends-on): Add binary-io.
5416
5417 2006-07-23  Eric Blake  <ebb9@byu.net>
5418
5419         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
5420
5421 2006-07-23  Eric Blake  <ebb9@byu.net>
5422
5423         * lib/tmpfile-safer.c: New file.
5424         * lib/stdio-safer.h (fopen_safer): Add prototype.
5425         * lib/stdio--.h (tmpfile): Make safer.
5426
5427 2006-07-23  Bruno Haible  <bruno@clisp.org>
5428
5429         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
5430         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
5431         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
5432         gl_linked_remove_at): Use it.
5433
5434 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5435         and Simon Josefsson <jas@extundo.com>
5436
5437         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
5438
5439         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
5440
5441 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5442
5443         * modules/close-stream: New file.
5444         * modules/closeout (Description): Make it clear that it exits
5445         with a diagnostic on error.
5446         (Depends-on): Add close-stream.  Remove fpending, stdbool.
5447         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
5448
5449 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5450
5451         * m4/close-stream.m4: New file.
5452
5453 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5454
5455         * lib/close-stream.c, lib/close-stream.h: New files.
5456
5457 2006-07-22  Bruno Haible  <bruno@clisp.org>
5458
5459         Merge from GNU gettext 0.15.
5460
5461         2006-05-01  Bruno Haible  <bruno@clisp.org>
5462
5463                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
5464
5465         2006-07-22  Bruno Haible  <bruno@clisp.org>
5466
5467                 * modules/javaversion: New file.
5468                 * MODULES.html.sh (Java): Add javaversion.
5469
5470         2006-03-12  Bruno Haible  <bruno@clisp.org>
5471
5472                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
5473
5474         2005-12-04  Bruno Haible  <bruno@clisp.org>
5475
5476                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
5477                 (untested).
5478
5479         2006-06-21  Bruno Haible  <bruno@clisp.org>
5480
5481                 Avoid warnings from recent versions of mcs.
5482                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
5483                 -o, -L, -r any more. Use options documented since mcs-1.0
5484                 instead. Similarly for -g.
5485
5486         2005-12-04  Bruno Haible  <bruno@clisp.org>
5487
5488                 * build-aux/csharpcomp.sh.in: Suffix for resources is
5489                 .resources, not .resource.
5490
5491         2005-07-09  Bruno Haible  <bruno@clisp.org>
5492
5493                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
5494                 add a .dll suffix.
5495                 Reported by Mark Junker <mjscod@gmx.de>.
5496
5497         2006-07-22  Bruno Haible  <bruno@clisp.org>
5498
5499                 * modules/gettext: Upgrade to gettext-0.15.
5500                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
5501                 m4/visibility.m4.
5502                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
5503
5504 2006-07-22  Bruno Haible  <bruno@clisp.org>
5505
5506         Merge from GNU gettext 0.15.
5507
5508         2006-03-25  Bruno Haible  <bruno@clisp.org>
5509
5510                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
5511
5512         2006-07-21  Bruno Haible  <bruno@clisp.org>
5513
5514                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
5515                 "1.1".
5516
5517         2006-05-09  Bruno Haible  <bruno@clisp.org>
5518
5519                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
5520                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
5521                 for the conftestver execution.
5522
5523         2006-05-01  Bruno Haible  <bruno@clisp.org>
5524
5525                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
5526                 optional target-version argument. Verify that the compiler
5527                 groks source of the specified source-version, or add -source
5528                 option as necessary. Verify that the compiler produces
5529                 bytecode in the specified target-version, or add -target and
5530                 -source options as necessary. Make the result of the test
5531                 available as variable CONF_JAVAC. Also log error output in
5532                 config.log.
5533
5534         2006-03-11  Bruno Haible  <bruno@clisp.org>
5535
5536                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
5537
5538         2006-05-09  Bruno Haible  <bruno@clisp.org>
5539
5540                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
5541                 CLASSPATH_SEPARATOR to a semicolon.
5542
5543         2006-03-12  Bruno Haible  <bruno@clisp.org>
5544
5545                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
5546                 available as variable CONF_JAVA, for subsequent autoconf
5547                 tests. Also log error output in config.log.
5548
5549         2006-07-19  Bruno Haible  <bruno@clisp.org>
5550
5551                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
5552                 that getline works on glibc2 systems. Needed to avoid trouble
5553                 in relocatable.c.
5554                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
5555
5556         2005-12-04  Bruno Haible  <bruno@clisp.org>
5557
5558                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
5559                 launcher (untested).
5560
5561         2005-12-04  Bruno Haible  <bruno@clisp.org>
5562
5563                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
5564
5565         2006-07-22  Bruno Haible  <bruno@clisp.org>
5566
5567                 * gettext.m4: Update from GNU gettext-0.15.
5568                 * nls.m4: Likewise.
5569                 * po.m4: Likewise.
5570                 * inttypes-pri.m4: Likewise.
5571                 * inttypes-h.m4: Renamed from inttypes.m4.
5572                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
5573
5574 2006-07-22  Bruno Haible  <bruno@clisp.org>
5575
5576         Merge from GNU gettext 0.15.
5577
5578         2005-07-05  Bruno Haible  <bruno@clisp.org>
5579
5580                 * printf-args.c (printf_fetchargs): Work around broken
5581                 definition of wint_t on mingw.
5582
5583         2005-02-12  Bruno Haible  <bruno@clisp.org>
5584
5585                 * xallocsa.h: Add extern "C" for C++.
5586
5587         2006-05-17  Bruno Haible  <bruno@clisp.org>
5588
5589                 Cygwin portability.
5590                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
5591
5592         2006-04-30  Bruno Haible  <bruno@clisp.org>
5593
5594                 * progreloc.c: Include <mach-o/dyld.h> if available.
5595                 (find_executable): Use _NSGetExecutablePath when possible.
5596
5597         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5598
5599                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
5600                 function.
5601
5602         2005-12-29  Bruno Haible  <bruno@clisp.org>
5603
5604                 * progreloc.c (set_program_name_and_installdir): Fix
5605                 compilation error.
5606
5607         2005-12-04  Bruno Haible  <bruno@clisp.org>
5608
5609                 Cygwin portability.
5610                 * progreloc.c: Include <windows.h> also on Cygwin.
5611                 (find_executable): Add support for Cygwin.
5612                 (set_program_name_and_installdir): Handle also platforms with
5613                 nonempty EXEEXT.
5614
5615         2006-07-11  Bruno Haible  <bruno@clisp.org>
5616
5617                 * javacomp.c: Fix a comment.
5618                 Reported by Jim Meyering.
5619
5620         2006-04-30  Bruno Haible  <bruno@clisp.org>
5621
5622                 * javacomp.h (compile_java_class): Add source_version,
5623                 target_version arguments.
5624                 * javacomp.c: Rewritten to choose only a compiler that
5625                 respects the specified source_version and target_version.
5626
5627         2006-06-27  Bruno Haible  <bruno@clisp.org>
5628
5629                 Assume correct S_ISDIR macro.
5630                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
5631
5632         2006-07-22  Bruno Haible  <bruno@clisp.org>
5633
5634                 * javaversion.h: New file, from GNU gettext.
5635                 * javaversion.c: New file, from GNU gettext.
5636                 * javaversion.java: New file, from GNU gettext.
5637                 * javaversion.class: New file, from GNU gettext.
5638
5639         2006-05-17  Bruno Haible  <bruno@clisp.org>
5640
5641                 Cygwin portability.
5642                 * javaexec.c (execute_java_class): Test for jview program
5643                 also on Cygwin.
5644
5645         2006-04-09  Bruno Haible  <bruno@clisp.org>
5646
5647                 * fatal-signal.c: Don't include string.h.
5648                 (at_fatal_signal): Use a copying loop instead of memcpy.
5649
5650         2005-12-04  Bruno Haible  <bruno@clisp.org>
5651
5652                 * csharpexec.c: Add support for 'clix' launcher (untested).
5653                 (execute_csharp_using_sscli): New function.
5654                 (execute_csharp_program): Call it.
5655
5656         2006-06-21  Bruno Haible  <bruno@clisp.org>
5657
5658                 Avoid warnings from recent versions of mcs.
5659                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
5660                 -o, -L, -r any more. Use options documented since mcs-1.0
5661                 instead. Similarly for -g.
5662
5663         2005-07-09  Bruno Haible  <bruno@clisp.org>
5664
5665                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
5666                 add a .dll suffix.
5667                 Reported by Mark Junker <mjscod@gmx.de>.
5668
5669         2006-06-17  Bruno Haible  <bruno@clisp.org>
5670
5671                 * config.charset: Update for NetBSD 3.0.
5672
5673         2006-05-17  Bruno Haible  <bruno@clisp.org>
5674
5675                 Cygwin portability.
5676                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
5677
5678         2006-05-16  Bruno Haible  <bruno@clisp.org>
5679
5680                 * localcharset.c [CYGWIN]: Include <windows.h>.
5681                 (get_charset_aliases): For Cygwin, return the same CPxxx
5682                 aliases list as under WIN32.
5683                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
5684                 the environment variables. Fall back to GetACP().
5685
5686         2006-04-05  Bruno Haible  <bruno@clisp.org>
5687
5688                 * config.charset: Update Juan Manuel Guerrero's address.
5689
5690         2005-02-12  Bruno Haible  <bruno@clisp.org>
5691
5692                 * allocsa.h: Add extern "C" for C++.
5693
5694         2005-02-10  Bruno Haible  <bruno@clisp.org>
5695
5696                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
5697                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
5698
5699         2006-07-22  Bruno Haible  <bruno@clisp.org>
5700
5701                 * gettext.h: Update to GNU gettext-0.15.
5702
5703 2006-07-22  Bruno Haible  <bruno@clisp.org>
5704
5705         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
5706         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
5707         lib-prefix.m4, longdouble.m4, ssize_t.m4.
5708
5709 2006-07-21  Eric Blake  <ebb9@byu.net>
5710
5711         * modules/stdlib-safer: New file.
5712         * MODULES.html.sh (File stream based Input/Output): Add
5713         stdlib-safer.
5714
5715 2006-07-21  Eric Blake  <ebb9@byu.net>
5716
5717         * lib/stdlib-safer.h: New file from coreutils, required by
5718         stdlib--.h.
5719
5720 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
5721
5722         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
5723
5724 2006-07-20  Bruno Haible  <bruno@clisp.org>
5725
5726         * gnulib-tool: Recognize new option --assume-autoconf.
5727         (autoconf_minversion): New variable.
5728         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
5729
5730 2006-07-20  Bruno Haible  <bruno@clisp.org>
5731
5732         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
5733
5734 2006-07-19  Derek R. Price  <derek@ximbiot.com>
5735
5736         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
5737         Reindent and repaginate.
5738
5739 2006-07-19  Derek Price  <derek@ximbiot.com>
5740
5741         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
5742         Correct grammar.
5743
5744 2006-07-17  Bruno Haible  <bruno@clisp.org>
5745
5746         * modules/list: New file.
5747         * modules/array-list: New file.
5748         * modules/carray-list, modules/carray-list-tests: New files.
5749         * modules/linked-list, modules/linked-list-tests: New files.
5750         * modules/avltree-list, modules/avltree-list-tests: New files.
5751         * modules/rbtree-list, modules/rbtree-list-tests: New files.
5752         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
5753         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
5754         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
5755         * modules/oset: New file.
5756         * modules/array-oset: New file.
5757         * modules/avltree-oset, modules/avltree-oset-tests: New files.
5758         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
5759         * tests/test-carray_list.c: New file.
5760         * tests/test-linked_list.c: New file.
5761         * tests/test-avltree_list.c: New file.
5762         * tests/test-rbtree_list.c: New file.
5763         * tests/test-linkedhash_list.c: New file.
5764         * tests/test-avltreehash_list.c: New file.
5765         * tests/test-rbtreehash_list.c: New file.
5766         * tests/test-avltree_oset.c: New file.
5767         * tests/test-rbtree_oset.c: New file.
5768         * MODULES.html.sh (Container data structures): New section.
5769
5770 2006-07-17  Bruno Haible  <bruno@clisp.org>
5771
5772         * m4/gl_list.m4: New file.
5773
5774 2006-07-17  Bruno Haible  <bruno@clisp.org>
5775
5776         * lib/gl_list.h: New file.
5777         * lib/gl_list.c: New file.
5778         * lib/gl_array_list.h: New file.
5779         * lib/gl_array_list.c: New file.
5780         * lib/gl_carray_list.h: New file.
5781         * lib/gl_carray_list.c: New file.
5782         * lib/gl_linked_list.h: New file.
5783         * lib/gl_linked_list.c: New file.
5784         * lib/gl_anylinked_list1.h: New file.
5785         * lib/gl_anylinked_list2.h: New file.
5786         * lib/gl_avltree_list.h: New file.
5787         * lib/gl_avltree_list.c: New file.
5788         * lib/gl_anyavltree_list1.h: New file.
5789         * lib/gl_anyavltree_list2.h: New file.
5790         * lib/gl_rbtree_list.h: New file.
5791         * lib/gl_rbtree_list.c: New file.
5792         * lib/gl_anyrbtree_list1.h: New file.
5793         * lib/gl_anyrbtree_list2.h: New file.
5794         * lib/gl_anytree_list1.h: New file.
5795         * lib/gl_anytree_list2.h: New file.
5796         * lib/gl_linkedhash_list.h: New file.
5797         * lib/gl_linkedhash_list.c: New file.
5798         * lib/gl_anyhash_list1.h: New file.
5799         * lib/gl_anyhash_list2.h: New file.
5800         * lib/gl_avltreehash_list.h: New file.
5801         * lib/gl_avltreehash_list.c: New file.
5802         * lib/gl_rbtreehash_list.h: New file.
5803         * lib/gl_rbtreehash_list.c: New file.
5804         * lib/gl_anytreehash_list1.h: New file.
5805         * lib/gl_anytreehash_list2.h: New file.
5806
5807         * lib/gl_oset.h: New file.
5808         * lib/gl_oset.c: New file.
5809         * lib/gl_array_oset.h: New file.
5810         * lib/gl_array_oset.c: New file.
5811         * lib/gl_avltree_oset.h: New file.
5812         * lib/gl_avltree_oset.c: New file.
5813         * lib/gl_rbtree_oset.h: New file.
5814         * lib/gl_rbtree_oset.c: New file.
5815         * lib/gl_anytree_oset.h: New file.
5816
5817 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5818
5819         * m4/mkancesdirs.m4: New file.
5820         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
5821         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
5822         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
5823         it.
5824
5825 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5826
5827         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
5828         * lib/mkancesdirs.h: New files.
5829         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
5830         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
5831         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
5832         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
5833         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
5834         callers changed.  Revamp internals significantly, by not
5835         attempting to create directories that are temporarily more
5836         permissive than the final results.  Do not attempt to use
5837         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
5838         This removes some race conditions, fixes some bugs, and simplifies
5839         things.  Use new dirchownmod function to do owner and mode changes.
5840         * lib/mkdir-p.h: Likewise.
5841         * lib/modechange.c (octal_to_mode): New function.
5842         (struct mode_change): New member mentioned.
5843         (make_node_op_equals): New arg mentioned.  All callers changed.
5844         (mode_compile): Keep track of which mode bits the user has explicitly
5845         mentioned.
5846         (mode_adjust): New arg DIR, so that we implement the X op correctly.
5847         New arg PMODE_BITS, to keep track of which mode bits the user
5848         mentioned; it treats S_ISUID and S_ISGID speciall.
5849         All callers changed.
5850         * lib/modechange.h: Likewise.
5851
5852 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5853
5854         * MODULES.html.sh: Add mkancestors.
5855         * modules/mkancesdirs: New module.
5856         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
5857         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
5858         The chdir-safer and afs files are now orphans; I'll remove them
5859         unless someone speaks up.
5860         Add lib/dirchownmod.c, lib/dirchownmod.h.
5861         (Depends-on): Remove alloca, chown, save-cwd, dirname.
5862         Add lchown, mkancesdirs.
5863         (Maintainer): Add self.
5864
5865 2006-07-15  Karl Berry  <karl@gnu.org>
5866
5867         * gnulib-tool: help message wording/arrangement.
5868
5869 2006-07-14  Simon Josefsson  <jas@extundo.com>
5870
5871         * doc/gnulib.texi (Libtool and Windows): New section.
5872
5873 2006-07-12  Simon Josefsson  <jas@extundo.com>
5874
5875         * modules/gendocs (License): Fix license, approved by Karl.
5876
5877 2006-07-12  Eric Blake  <ebb9@byu.net>
5878
5879         * MODULES.html.sh: Add gendocs.
5880
5881 2006-07-11  Eric Blake  <ebb9@byu.net>
5882
5883         * modules/fdl: New module, to install doc/fdl.texi.
5884         * MODULES.html.sh: Add new section for documentation modules.
5885         * gnulib-tool: Avoid space-tab.
5886         (--doc-base): New option, to manage files from doc.
5887
5888 2006-07-11  Eric Blake  <ebb9@byu.net>
5889
5890         * m4/absolute-header.m4: Fix comments to match recent change.
5891
5892 2006-07-11  Eric Blake  <ebb9@byu.net>
5893
5894         * gnulib-tool: List --doc-base before --tests-base.
5895
5896 2006-07-11  Derek R. Price  <derek@ximbiot.com>
5897
5898         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
5899
5900 2006-07-11  Bruno Haible  <bruno@clisp.org>
5901
5902         * README: Mention where to put documentation.
5903
5904 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5905
5906         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
5907
5908 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5909
5910         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
5911         to stdint.m4.
5912
5913 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5914
5915         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
5916         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
5917         "no/such/file/stdint.h" when there is no such file, so that
5918         the resulting C code can be parsed by dodgy compilers.
5919         Problems reported by Bob Proulx.
5920
5921 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5922
5923         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
5924         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5925         macros into the GNU _D_EXACT_NAMLEN.
5926         * lib/savedir.c:  Likewise.
5927         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
5928
5929 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5930         and Paul Eggert  <eggert@cs.ucla.edu>
5931
5932         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
5933         * m4/savedir.m4:
5934         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5935         macros into the GNU _D_EXACT_NAMLEN.
5936
5937 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5938
5939         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
5940         around the absolute name, to work around a problem with the HP-UX
5941         11.23 native C compiler, reported by Bob Proulx.
5942
5943 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5944
5945         * doc/maintain.texi, make-stds.texi: Sync from
5946         <http://savannah.gnu.org/projects/gnustandards>.
5947
5948 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5949
5950         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
5951
5952 2006-07-09  Jim Meyering  <jim@meyering.net>
5953
5954         * m4/glob.m4: Remove a doubled word in a comment.
5955
5956 2006-07-09  Jim Meyering  <jim@meyering.net>
5957
5958         * lib/argp-pv.c: Remove a doubled word in a comment.
5959         * lib/check-version.c (check_version): Likewise.
5960         * lib/javacomp.c (compile_java_class): Likewise.
5961
5962 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
5963
5964         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
5965         for the benefit of people using Autoconf 2.60.  If you want to
5966         support older Autoconf versions you can copy m4/onceonly_2_57.m4
5967         (or m4/onceonly.m4, if pre-2.57) manually.
5968
5969 2006-07-08  Jim Meyering  <jim@meyering.net>
5970
5971         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
5972         comment.
5973         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
5974         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
5975         comment.
5976
5977 2006-07-08  Jim Meyering  <jim@meyering.net>
5978
5979         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
5980
5981 2006-07-07  Simon Josefsson  <jas@extundo.com>
5982
5983         * tests/test-crc.c: Change expected crc value, the test vector
5984         were probably computed using the old broken crc.c?
5985
5986 2006-07-06  Simon Josefsson  <jas@extundo.com>
5987
5988         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
5989         now the canonical place for the M4 file).
5990
5991         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
5992         from the sys_socket dependency now.
5993
5994         * modules/inet_pton (Files): Ditto.
5995
5996         * modules/inet_ntop (Files): Ditto.
5997
5998 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
5999
6000         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
6001         not gl_PREREQ_GETUSERSHELL.
6002
6003 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6004
6005         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
6006         with only one argument, for Autoconf 2.60.
6007         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
6008         expand to nothing, so add a shell command to avoid syntax error.
6009         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6010
6011 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6012
6013         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
6014
6015 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6016
6017         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
6018         no longer needed.  Check for isblank decl.
6019         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
6020         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
6021         of existence.
6022
6023 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6024
6025         * lib/getloadavg.c: Use __VMS, not VMS.
6026         * lib/getopt.c: Likewise.
6027         * lib/getpagesize.h: Likewise.
6028         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
6029         and probably does not work.
6030
6031 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6032
6033         * lib/.cppi-disable: Add wcwidth.
6034         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
6035         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
6036         (ISGRAPH): Remove.  All uses changed to isgraph.
6037         (FOLD) [!defined _LIBC]: Remove special case.
6038         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
6039         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
6040         HAVE_ISBLANK.
6041         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
6042         case.
6043
6044 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6045
6046         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
6047         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
6048         brackets.  Other minor changes to suppress some compiler
6049         warnings.
6050
6051 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6052         and Paul Eggert  <eggert@cs.ucla.edu>
6053
6054         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
6055         of invoking obsolescent AC_HEADER_DIRENT macro.
6056         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
6057         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
6058         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6059         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
6060         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
6061         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6062         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
6063         * m4/readdir.m4: Remove; no longer needed.
6064
6065 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6066         and Paul Eggert  <eggert@cs.ucla.edu>
6067
6068         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
6069         Don't worry about this obsolete case any more.
6070         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
6071         directories.
6072         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
6073         worry about this obsolete case any more.
6074         * lib/fts.c: Likewise.
6075         * lib/getcwd.c: Likewise.
6076         * lib/glob.h: Likewise.
6077         * lib/savedir.c: Likewise.
6078
6079 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6080
6081         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
6082         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
6083         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
6084         needed.
6085         All uses removed.
6086         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6087         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6088         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
6089         needed.
6090         * m4/getdate.m4 (gl_GETDATE): Likewise.
6091         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6092         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6093         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6094         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6095         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6096         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6097         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
6098         needed.
6099
6100 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6101
6102         * lib/memcasecmp.c: Include <limits.h>.
6103         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
6104         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
6105         Don't assume isdigit succeeds only on '0' through '9'.
6106
6107 2006-07-05  Eric Blake  <ebb9@byu.net>
6108
6109         * modules/getaddrinfo (Depends-on): Add snprintf.
6110
6111 2006-07-05  Eric Blake  <ebb9@byu.net>
6112
6113         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
6114         to avoid 'header present but could not be compiled' on cygwin.
6115
6116 2006-07-05  Eric Blake  <ebb9@byu.net>
6117
6118         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
6119         missing from netdb.h.
6120         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
6121
6122 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6123
6124         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
6125         no longer needed.
6126         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
6127         * m4/getdate.m4 (gl_GETDATE): Likewise.
6128         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6129         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6130         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6131         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6132         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6133
6134 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6135
6136         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
6137         All uses of is_space replaced by isspace.
6138         * lib/exit.h: Don't talk about STDC_HEADERS.
6139         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
6140         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
6141         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
6142         replaced by isprint etc.
6143         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
6144         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6145         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
6146         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
6147         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
6148         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6149
6150 2006-07-05  Bruno Haible  <bruno@clisp.org>
6151
6152         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
6153         the function exists, before testing against AIX.
6154         Reported by Martin Lambers <marlam@marlam.de>.
6155
6156 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6157
6158         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
6159         From Mark D. Baushke.
6160
6161 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6162
6163         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
6164         to the absolute name, not just one, to bypass Sun C 5.8's
6165         "warning: #include of /usr/include/... may be non-portable".
6166
6167 2006-07-04  Eric Blake  <ebb9@byu.net>
6168
6169         * modules/dirname-tests: New test module.
6170         * tests/test-dirname.c: New file, replacing dirname.c
6171         TEST_DIRNAME section that was recently deleted.
6172
6173 2006-07-04  Bruno Haible  <bruno@clisp.org>
6174
6175         Assume ANSI C header files and <ctype.h> functions.
6176         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
6177         (mbsnwidth): Use isprint, iscntrl instead.
6178
6179 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6180
6181         Merge from coreutils.
6182         * MODULES.html.sh: Add xstrtold.
6183         * modules/xstrtold: New file.
6184         * modules/cycle-check (Files): Add lib/same-inode.h.
6185         * modules/dirname (Files): Add m4/double-slash-root.m4.
6186         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
6187         * modules/mkdir-p (Files): Add lib/same-inode.h.
6188         * modules/same (Files): Add lib/same-inode.h.
6189
6190 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6191
6192         * m4/absolute-header.m4: Renamed from full-header-path.m4.
6193         This is to keep the terminology clean; POSIX talks about
6194         "absolute pathnames", not "full pathnames", but the GNU
6195         Coding Standards say to use "path" for something else;
6196         so use "absolute" to keep both sides happy.
6197         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
6198         Set gl_absolute_header, not gl_full_header_path.
6199         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
6200         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
6201         All uses changed.
6202
6203         Merge from coreutils.
6204
6205         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6206
6207         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
6208         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
6209         want to require the building of c-strtod.o.
6210         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
6211         needs -lm directly.
6212         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
6213
6214         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6215
6216         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
6217         --as-needed option if available.  Problem reported by Albert Chin in
6218         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
6219         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
6220         cc merely issues a bunch of annoying warnings for --as-needed
6221         (this problem was reported by Bob Proulx).  Also, try linking with
6222         -lm to detect a bug in binutils 2.16 (this problem was reported
6223         by Ralf Wildenhues).
6224
6225         2006-06-18  Jim Meyering  <jim@meyering.net>
6226
6227         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
6228         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
6229         macro.
6230         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
6231         also check for glibc-2.4's abort-inducing bug.
6232
6233         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
6234         Low-probability clean-up should be to use rmdir to get rid of
6235         the just-created directory, not unlink.
6236
6237         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
6238         configure fail, and request a bug report to inform us about it.
6239         Add a comment that, barring reports to the contrary, in 2007 we'll
6240         assume ftruncate is universally available.
6241
6242         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6243
6244         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
6245
6246         2006-03-12  Jim Meyering  <jim@meyering.net>
6247
6248         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
6249         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
6250         * m4/same.m4 (gl_SAME): Likewise.
6251         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
6252
6253         2006-03-11  Eric Blake  <ebb9@byu.net>
6254
6255         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
6256         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
6257         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
6258         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
6259
6260 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6261
6262         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
6263         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
6264         reported by Mark D. Baushke, one in
6265         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
6266
6267         Merge from coreutils.
6268
6269         * lib/.cppi-disable: Add stdint_.h.
6270         * lib/.cvsignore: Add stdint.h.
6271
6272         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6273
6274         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
6275         both double and long double versions.
6276         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
6277         * lib/xstrtold.c: New file.
6278         * lib/xstrtod.h (xstrtold): New decl.
6279
6280         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
6281
6282         * lib/filemode.c (setst): Remove.
6283         (strmode): Rewrite to avoid setst.  This makes the code shorter,
6284         (arguably) clearer, and the generated code is a bit smaller on my
6285         Debian GNU/Linux stable x86 host.
6286
6287         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6288
6289         * lib/filemode.c: Include "filemode.h" first, to test the interface.
6290         Assume that filemode.h includes sys/types.h and sys/stat.h.
6291         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
6292         (ftypelet): Reorder to put common cases first, for efficiency.
6293         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
6294         to do 'M'.
6295         (strmode): Renamed from mode_string, and now stores 12 bytes instead
6296         of 10, for compatibility with FreeBSD.  All callers changed.
6297         (filemodestring): Now stores 12 bytes instead of 10, and sets file
6298         types that can't be deduced solely from st_mode.  First arg is now a
6299         const pointer.
6300         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
6301         (strmode): Renamed from mode_string.
6302         (filemodestring): New decl.
6303         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
6304         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
6305         needed.
6306         (S_ISPORT, S_ISWHT): New macros, if not already defined.
6307
6308         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
6309
6310         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
6311         fsusage.h now does that.  Include fsusage.h first, to test interface.
6312         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
6313         at most one method (the old code could have generated decls that
6314         didn't conform to C89, not that this was ever exercised).
6315         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
6316
6317         2006-03-19  Jim Meyering  <jim@meyering.net>
6318
6319         Work even in a chroot where d_ino values for entries in "/"
6320         don't match the stat.st_ino values for the same names.
6321         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
6322         number, iterate through all entries again, using lstat instead.
6323         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
6324         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
6325
6326         * lib/getcwd.c (__getcwd): Clarify a comment.
6327         Use memcpy in place of a call to strcpy.
6328
6329         2006-03-12  Jim Meyering  <jim@meyering.net>
6330
6331         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
6332         matches that of the current directory (which we're about to chdir ".."
6333         out of), then save the dev-ino of the parent, instead.
6334
6335         * lib/same-inode.h (SAME_INODE): New file/macro.
6336         * lib/chdir-safer.c (SAME_INODE): Remove definition.
6337         Include "same-inode.h", instead.
6338         * lib/same.c: Likewise.
6339         * lib/cycle-check.h: Include "same-inode.h".
6340         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
6341         * lib/cycle-check.c (SAME_INODE): Remove definition.
6342         * lib/root-dev-ino.h: Include "same-inode.h".
6343
6344         2006-03-11  Eric Blake  <ebb9@byu.net>
6345
6346         * lib/same.c (same_name): s/base_name/last_component/
6347         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
6348         * lib/filenamecat.c (file_name_concat): Likewise.
6349
6350         2006-03-11  Eric Blake  <ebb9@byu.net>,
6351                     Paul Eggert  <eggert@cs.ucla.edu>
6352
6353         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
6354         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
6355         drive prefix.
6356         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
6357         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
6358         (last_component): New method.
6359         * lib/dirname.c (dir_len): Determine when drive letters need a
6360         subsequent slash.  Preserve // when it is special.
6361         (dir_name): Don't append dot when drive letter is absolute.
6362         [TEST_DIRNAME]: Move into a full-blown gnulib test.
6363         * lib/basename.c (base_name): New semantics - malloc the result.
6364         Preserve // when it is special.  Preserve relative files that look
6365         like drive letters.
6366         (base_len): Preserve // when it is special.
6367         (last_component): New method, similar to old base_name semantics.
6368         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
6369         base_name.  Strip redundant slashes from ///.
6370
6371 2006-07-03  Jim Meyering  <jim@meyering.net>
6372
6373         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
6374         macro is used before the first cycle_check call.
6375
6376 2006-07-03  Eric Blake  <ebb9@byu.net>
6377
6378         * modules/dirname (Depends-on): Add xstrndup.
6379
6380 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6381
6382         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
6383         test cases, so that config.log is a bit easier to follow.
6384
6385 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6386
6387         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
6388         both are 64 bits, since this seems to be the tradition, and this
6389         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
6390         we ever run into a host that prefers long long to long in this
6391         case, we'll need another configure-time test.  Problem reported by
6392         Jim Meyering.
6393
6394 2006-07-02  Eric Blake  <ebb9@byu.net>
6395
6396         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
6397
6398 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6399
6400         * modules/inttypes (Depends-on): No longer depends on stdint.
6401         * modules/stdint (Description): Say more about assumptions.
6402         Say that the fast types might differ.  Say macros are used.
6403         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
6404         (Makefile.am): Revise list of substituted symbols to match
6405         new stdint.m4.
6406         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
6407         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
6408         * tests/test-stdint.c (verify_same_types)
6409         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
6410         the code conforms to C99/C89.
6411         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
6412         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
6413
6414 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6415
6416         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
6417         but fix a bug, by requiring at least 64 bits.
6418         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6419         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
6420         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
6421         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
6422
6423         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
6424         changes.  Make 2.59 a prerequisite.  Check and substitute for
6425         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
6426         inttypes.h.  Do not use special include files; just use the
6427         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
6428         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
6429         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
6430         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
6431         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
6432         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
6433         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
6434         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
6435         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
6436         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
6437         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
6438         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
6439         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
6440         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
6441         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
6442         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
6443         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
6444         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
6445         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
6446         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
6447         WINT_MAX.  Check for C99 conformance more strictly, by detecting
6448         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
6449         not check for things that C99 does not require, e.g., int8_t.  If
6450         a test isn't needed unless <stdint.h> isn't working, and is
6451         unlikely to be needed for any other reason, then don't do it
6452         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
6453         size_t, since we assume C89 freestanding at least.  Do not check
6454         for sig_atomic_t, wchar_t, or wint_t, since the code now does
6455         the right thing even if the types are not defined.  Instead use:
6456         (gl_STDINT_TYPE_PROPERTIES): New macro.
6457         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
6458         testing whether <sys/types.h> clashes, as Autoconf does this for
6459         us now.  All uses removed.
6460         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
6461         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
6462         (gl_CHECK_TYPE_SAME):
6463         Remove; no longer needed.
6464         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
6465         exists, since we'll return 0 anyway in that case.
6466         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
6467
6468 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6469
6470         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
6471         possible collision with system files.
6472         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
6473         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
6474         WCHAR_MIN and WCHAR_MAX in this case.
6475         (<stddef.h>): Do not include; no longer needed.
6476         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
6477         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
6478         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
6479         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
6480         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
6481         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
6482         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
6483         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
6484         !defined(__c99))]: Include in this case too, since it's harmless
6485         now.
6486         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
6487         dangerous to do so.
6488         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
6489         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
6490         (_STDINT_MIN, _STDINT_MAX): New macros.
6491         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
6492         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
6493         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
6494         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
6495         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
6496         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
6497         macros, not typedefs; this simplifies things quite a bit.
6498         Use long int for all types narrower than int64_t.
6499         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
6500         Define in terms of long long int or int64_t or long int,
6501         not int64_t or int32_t.  This saves some compile-time testing.
6502         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
6503         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
6504         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
6505         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
6506         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
6507         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
6508         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
6509         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
6510         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
6511         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
6512         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6513         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6514         undef any previous version and define our own version, for
6515         simplicity and consistency with the new macros for types.
6516         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6517         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6518         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
6519         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
6520         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
6521         @WINT_T_SUFFIX@ to keep things simple here.
6522         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
6523         Simplify by assuming typical 8/16/32/64 host, since we're
6524         already doing that elsewhere anyway.
6525         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
6526         and assume long long int is 64 bits if available.  This
6527         speeds up 'configure'.
6528
6529 2006-07-01  Eric Blake  <ebb9@byu.net>
6530
6531         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
6532         Reported by Andreas Buening.
6533
6534 2006-07-01  Eric Blake  <ebb9@byu.net>
6535
6536         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
6537
6538 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6539
6540         * lib/getaddrinfo.c: fixed typo
6541
6542 2006-06-29  Jim Meyering  <jim@meyering.net>
6543
6544         * modules/strftime (Maintainer): Add my name, since with the
6545         FPRINTFTIME changes strftime.c has forked from glibc.
6546
6547 2006-06-29  Eric Blake  <ebb9@byu.net>
6548
6549         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
6550
6551 2006-06-29  Eric Blake  <ebb9@byu.net>
6552
6553         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
6554
6555 2006-06-29  Eric Blake  <ebb9@byu.net>
6556
6557         * lib/stat_.h: New file.
6558
6559 2006-06-29  Eric Blake  <ebb9@byu.net>
6560
6561         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
6562         unused static function.
6563
6564 2006-06-29  Eric Blake  <ebb9@byu.net>
6565
6566         * doc/functions.texi (Function Portability): Document missing lstat
6567         on mingw.
6568
6569 2006-06-29  Eric Blake  <ebb9@byu.net>
6570
6571         * MODULES.html.sh: Add sys_stat.
6572         * modules/sys_stat: New module.
6573         * modules/mkstemp (Depends-on): Add sys_stat.
6574
6575 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6576
6577         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
6578
6579 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6580
6581         * m4/c-bs-a.m4: Removed.
6582
6583 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6584
6585         * lib/strftime.c: Assume strftime() exists.
6586
6587 2006-06-29  Derek Price  <derek@ximbiot.com>
6588
6589         * modules/c-bs-a: Removed - \a is C89.
6590         * MODULES.html.sh: Remove c-bs-a.
6591
6592 2006-06-29  Bruno Haible  <bruno@clisp.org>
6593
6594         * modules/wcwidth (License): Change to LGPL.
6595
6596 2006-06-28  Simon Josefsson  <jas@extundo.com>
6597
6598         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
6599         on _WIN32.
6600
6601         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
6602         getnameinfo.
6603
6604 2006-06-28  Simon Josefsson  <jas@extundo.com>
6605
6606         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
6607
6608 2006-06-28  Simon Josefsson  <jas@extundo.com>
6609
6610         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
6611         functions there.  It will succeed on Windows XP, but on Windows
6612         2000 and (presumably) earlier, it will fail, and use the internal
6613         re-implementation.
6614         (use_win32_p): New function.
6615         (getaddrinfo): Use strtoul on servname, to support numeric ports.
6616         Support AI_NUMERICSERV to disable getservbyname.
6617         (getnameinfo): New function, only supports
6618         NI_NUMERICHOST|NI_NUMERICSERV for now.
6619
6620         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
6621         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
6622         getnameinfo.
6623
6624 2006-06-28  Eric Blake  <ebb9@byu.net>
6625
6626         * modules/wcwidth: New file.
6627         * modules/mbchar (Depends-on): Add wcwidth.
6628         * modules/mbswidth (Depends-on): Add wcwidth.
6629         * MODULES.html.sh: Add wcwidth.
6630
6631 2006-06-28  Eric Blake  <ebb9@byu.net>
6632
6633         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
6634         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
6635
6636 2006-06-28  Eric Blake  <ebb9@byu.net>
6637
6638         * lib/xvasprintf.h: Fix comments.
6639
6640 2006-06-28  Eric Blake  <ebb9@byu.net>
6641
6642         * lib/mbchar.h (wcwidth): Include wcwidth.h.
6643         * lib/mbswidth.c (wcwidth): Move from here...
6644         * lib/wcwidth.h: ...to this new file.
6645
6646 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6647
6648         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
6649
6650         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
6651         it's obsolete.
6652         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
6653
6654 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6655
6656         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
6657         Autoconf 2.60 says this stuff was obsolete.
6658
6659 2006-06-28  Bruno Haible  <bruno@clisp.org>
6660
6661         * modules/wcwidth (Files): Add m4/wchar_t.m4.
6662
6663 2006-06-28  Bruno Haible  <bruno@clisp.org>
6664
6665         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
6666         gt_TYPE_WCHAR_T.
6667
6668 2006-06-28  Bruno Haible  <bruno@clisp.org>
6669
6670         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
6671         declaration for wcwidth.
6672         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
6673
6674 2006-06-28  Bruno Haible  <bruno@clisp.org>
6675
6676         * lib/mkdtemp.c [MINGW]: Include <io.h>.
6677         (mkdir): Define using _mkdir.
6678
6679 2006-06-28  Bruno Haible  <bruno@clisp.org>
6680
6681         * lib/getaddrinfo.h: Fix POSIX URL.
6682         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
6683         _WIN32.
6684         (use_win32_p): Make static.
6685         (getaddrinfo): Reject service name if it is empty or does not consist
6686         solely of decimal digits, or if its value is > 65535.
6687         (getnameinfo): Remove useless casts.
6688
6689 2006-06-27  Simon Josefsson  <jas@extundo.com>
6690
6691         * modules/sys_select: New file, suggested by Bruno Haible, Paul
6692         Eggert and Martin Lambers.
6693
6694 2006-06-27  Simon Josefsson  <jas@extundo.com>
6695
6696         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
6697         Eggert and Martin Lambers.
6698
6699 2006-06-27  Bruno Haible  <bruno@clisp.org>
6700
6701         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
6702         result to 0, not to empty.
6703         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
6704
6705 2006-06-27  Bruno Haible  <bruno@clisp.org>
6706
6707         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
6708
6709 2006-06-26  Simon Josefsson  <jas@extundo.com>
6710
6711         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
6712         present.
6713
6714 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6715
6716         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
6717         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
6718         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
6719
6720 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
6721
6722         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
6723
6724 2006-06-26  Bruno Haible  <bruno@clisp.org>
6725
6726         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
6727
6728 2006-06-26  Bruno Haible  <bruno@clisp.org>
6729
6730         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
6731
6732 2006-06-26  Bruno Haible  <bruno@clisp.org>
6733
6734         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
6735         SGI C compiler in pre-C99 mode.
6736         Suggested by Mark D. Baushke and Larry Jones.
6737
6738 2006-06-26  Bruno Haible  <bruno@clisp.org>
6739
6740         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
6741         WCHAR_MAX.
6742         Reported by Mark D. Baushke and Larry Jones.
6743
6744 2006-06-26  Bruno Haible  <bruno@clisp.org>
6745
6746         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
6747         in pre-C99 mode.
6748         Suggested by Mark D. Baushke and Larry Jones.
6749
6750 2006-06-23  Simon Josefsson  <jas@extundo.com>
6751             Bruno Haible  <bruno@clisp.org>
6752
6753         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
6754         Emit mostlyclean-local rule.
6755         (func_emit_tests_Makefile_am): Likewise.
6756         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
6757
6758 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
6759
6760         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
6761
6762 2006-06-23  Bruno Haible  <bruno@clisp.org>
6763
6764         * tests/test-stdint.c: Update to match ISO C 99 Technical
6765         Corrigendum 1.
6766
6767 2006-06-23  Bruno Haible  <bruno@clisp.org>
6768
6769         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
6770
6771 2006-06-23  Bruno Haible  <bruno@clisp.org>
6772
6773         * lib/stdint_.h: Treat IRIX like OpenBSD.
6774
6775 2006-06-23  Bruno Haible  <bruno@clisp.org>
6776
6777         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
6778         ISO C 99 Technical Corrigendum 1.
6779
6780 2006-06-22  Simon Josefsson  <jas@extundo.com>
6781
6782         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
6783         MinGW.
6784
6785 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
6786
6787         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
6788         needed.  Some compiler complained about some of them.  Problem reported
6789         by Larry Jones in
6790         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
6791
6792 2006-06-21  Simon Josefsson  <jas@extundo.com>
6793
6794         * tests/test-getaddrinfo.c: New file.
6795
6796         * modules/getaddrinfo-tests: New file.
6797
6798         * MODULES.html.sh: Add inet_pton.
6799
6800         * modules/inet_pton: New file.
6801
6802 2006-06-21  Simon Josefsson  <jas@extundo.com>
6803
6804         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
6805         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
6806         of using the (limited) gnulib implementation on Windows XP.
6807
6808         * m4/inet_pton.m4: New file.
6809
6810 2006-06-21  Simon Josefsson  <jas@extundo.com>
6811
6812         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
6813         variable.
6814
6815         * lib/socket_.h: Don't define WINVER.
6816
6817         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
6818         slightly modified to work in gnulib.
6819
6820 2006-06-21  Simon Josefsson  <jas@extundo.com>
6821
6822         * doc/gnulib.texi (Windows sockets): Add.
6823
6824 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
6825
6826         * lib/read-file.c (fread_file): Start with buffer allocation of
6827         0 bytes rather than 1 byte; this simplifies the code.
6828         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
6829         code to free buffer and save/restore errno.
6830         (internal_read_file): Remove unused local.
6831
6832 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6833
6834         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
6835         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
6836         Problem reported by Denis Excoffier in
6837         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
6838
6839 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6840
6841         * modules/sys_socket, modules/socklen: Include sys/types since
6842         FreeBSD 4.x's sys/socket.h needs it.
6843
6844 2006-06-19  Simon Josefsson  <jas@extundo.com>
6845
6846         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
6847
6848 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6849
6850         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
6851
6852 2006-06-19  Bruno Haible  <bruno@clisp.org>
6853
6854         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
6855         and FULL_PATH_INTTYPES_H in angle brackets.
6856         Reported by Mark D. Baushke <mdb@gnu.org>.
6857
6858 2006-06-17  Eric Blake  <ebb9@byu.net>
6859
6860         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
6861         errno.
6862
6863 2006-06-17  Bruno Haible  <bruno@clisp.org>
6864
6865         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
6866         <sys/inttypes.h>.
6867
6868 2006-06-17  Bruno Haible  <bruno@clisp.org>
6869
6870         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
6871         whether errno is declared. Assume <errno.h> declares errno.
6872
6873 2006-06-17  Bruno Haible  <bruno@clisp.org>
6874
6875         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
6876
6877 2006-06-17  Bruno Haible  <bruno@clisp.org>
6878
6879         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
6880         problem on Solaris 2.5.1.
6881
6882 2006-06-16  Eric Blake  <ebb9@byu.net>
6883
6884         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
6885         * lib/unicodeio.c [!defined errno]: Likewise.
6886         * lib/strtol.c [!defined errno]: Likewise.
6887         * lib/strtod.c [!defined errno]: Likewise.
6888
6889 2006-06-15  Eric Blake  <ebb9@byu.net>
6890
6891         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
6892
6893 2006-06-15  Eric Blake  <ebb9@byu.net>
6894
6895         * config/srclist.txt (ssize_t.m4): Lose sync.
6896
6897 2006-06-15  Bruno Haible  <bruno@clisp.org>
6898
6899         * modules/stdint (Files): Include m4/full-header-path.m4,
6900         m4/size_max.m4, m4/wchar_t.m4.
6901         (Makefile.am): Many more substitutions.
6902         * modules/stdint-tests: New file.
6903         * tests/test-stdint.c: New file.
6904
6905 2006-06-15  Bruno Haible  <bruno@clisp.org>
6906
6907         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
6908         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
6909         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
6910         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
6911         gl_CHECK_TYPE_SAME): New macros.
6912
6913 2006-06-15  Bruno Haible  <bruno@clisp.org>
6914
6915         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
6916
6917 2006-06-15  Bruno Haible  <bruno@clisp.org>
6918
6919         * lib/stdint_.h: Rewritten to be fully auto-configured.
6920         Fixes bug on HP-UX/IA64.
6921
6922 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
6923
6924         * lib/getdate.y (__attribute__): Don't define if already defined.
6925         Problem reported by Larry Jones.
6926         * lib/utimens.c (__attribute__): Likewise.
6927
6928 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6929
6930         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
6931         reported by Andreas Schwab.
6932
6933 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6934             Bruno Haible  <bruno@clisp.org>
6935
6936         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
6937         check for the declaration of strnlen and a run test that exposes the
6938         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
6939         rpl_strndup.
6940
6941 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6942             Bruno Haible  <bruno@clisp.org>
6943
6944         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
6945
6946 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6947
6948         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
6949         compile test, for Tru64 4.0D.
6950
6951 2006-05-28  Karl Berry  <karl@gnu.org>
6952
6953         * config/srclist.txt (printf-args.c): lose sync.
6954
6955 2006-05-26  Martin Lambers  <marlam@marlam.de>
6956
6957         * lib/getpass.c: Updates the test for the native W32 API, and adds
6958         missing includes, thus fixing compilation warnings.
6959
6960 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6961
6962         * lib/exclude.c (exclude_fnmatch): New function.
6963         (excluded_file_name): Call exclude_fnmatch.
6964         * lib/exclude.h (excluded_file_name): New prototype
6965
6966 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6967
6968         * lib/tempname.c (small_open, large_open): New macros.
6969         (__open, __open64) [!_LIBC]: Remove.
6970         (__gen_tempname): Use small_open and large_open instead of __open
6971         and __open64.  This fixes a portability bug on HP-UX 11.11i
6972         reported by Simon Wing-Tang in
6973         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
6974
6975 2006-05-24  Bruno Haible  <bruno@clisp.org>
6976
6977         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
6978         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
6979         Reported by Thorsten Maerz <torte@netztorte.de> via
6980         Aaron Stone <aaron@serendipity.cx>.
6981
6982 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6983
6984         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
6985         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
6986         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
6987         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
6988         not really conditional on the cache.
6989         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
6990
6991 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6992
6993         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
6994         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
6995         (my_usleep): Don't mishandle maximum value.
6996
6997 2006-05-19  Jim Meyering  <jim@meyering.net>
6998
6999         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
7000
7001 2006-05-17  Bruno Haible  <bruno@clisp.org>
7002
7003         Cygwin portability.
7004         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
7005
7006 2006-05-17  Bruno Haible  <bruno@clisp.org>
7007
7008         * lib/stdint_.h: Fix recognition of Cygwin.
7009
7010 2006-05-15  Bruno Haible  <bruno@clisp.org>
7011
7012         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
7013         on libtool patch by Ralf Wildenhues.
7014
7015 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7016
7017         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
7018         test for C99 conformance; (bool) 0.5 is an integer constant
7019         expression, but (bool) -0.5 is not.  Problem reported by Fedor
7020         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
7021
7022 2006-05-11  Simon Josefsson  <jas@extundo.com>
7023
7024         * m4/xvasprintf.m4: Fix obvious typo.
7025
7026 2006-05-11  Jim Meyering  <jim@meyering.net>
7027
7028         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
7029         James Lemley.
7030
7031 2006-05-10  Simon Josefsson  <jas@extundo.com>
7032
7033         * lib/md4.c: Typo fix, update copyright years.
7034         (K1, K2): Don't use L because it turn computations into 64-bit on
7035         64-bit platforms.
7036
7037 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7038
7039         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
7040         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
7041         unwanted sign propagation, e.g., on hosts with 64-bit int.
7042         There still are some problems with reeelly weird theoretical hosts
7043         (e.g., 33-bit int) but it's not worth worrying about now.
7044         * lib/sha1.c (rol): Likewise.
7045         (K1, K2, K3, K4): Remove unnecessary L suffix.
7046
7047 2006-05-10  Bruno Haible  <bruno@clisp.org>
7048
7049         * lib/des.c: Cast to avoid warnings.
7050
7051 2006-05-09  Bruno Haible  <bruno@clisp.org>
7052
7053         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
7054         (Depends-on): Depend also on xsize, stdarg.
7055         (configure.ac): Add gl_XVASPRINTF.
7056
7057 2006-05-09  Bruno Haible  <bruno@clisp.org>
7058
7059         * m4/xvasprintf.m4: New file.
7060
7061 2006-05-09  Bruno Haible  <bruno@clisp.org>
7062
7063         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
7064         (EOVERFLOW): Define fallback value.
7065         (xstrcat): New function.
7066         (xvasprintf): Recognize the special case of a string concatenation.
7067
7068 2006-05-08  Eric Blake  <ebb9@byu.net>
7069
7070         * gnulib-tool (func_version): Base copyright year on CVS date.
7071         (func_emit_copyright_notice): New function.
7072         (func_emit_lib_Makefile_am): Use it.
7073         (func_emit_tests_Makefile_am): Likewise.
7074         (func_import): Likewise.
7075
7076 2006-05-08  Bruno Haible  <bruno@clisp.org>
7077
7078         * modules/stdarg: New file.
7079         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
7080
7081 2006-05-08  Bruno Haible  <bruno@clisp.org>
7082
7083         * m4/stdarg.m4: New file, from GNU gettext.
7084
7085 2006-05-08  Bruno Haible  <bruno@clisp.org>
7086
7087         * config/srclist.txt (build-aux/config.rpath): different from latest
7088         release.
7089
7090 2006-05-08  Bruno Haible  <bruno@clisp.org>
7091
7092         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
7093
7094 2006-05-05  Jim Meyering  <jim@meyering.net>
7095
7096         * m4/warning.m4: New file, derived from bison's file by the same name.
7097
7098 2006-05-03  Bruno Haible  <bruno@clisp.org>
7099
7100         * lib/stdint_.h: Shorter URL.
7101         * lib/inttypes.h: Likewise.
7102
7103 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7104
7105         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
7106
7107 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7108
7109         * lib/verify.h: Document the internals better.  Most of this change
7110         was written by Bruno Haible.
7111
7112 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7113
7114         * doc/verify.texi: New file, partly based on a proposal by
7115         Bruno Haible.
7116
7117 2006-05-02  Bruno Haible  <bruno@clisp.org>
7118
7119         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
7120         test from here...
7121         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
7122
7123 2006-04-29  Bruno Haible  <bruno@clisp.org>
7124
7125         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
7126         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
7127
7128 2006-04-29  Bruno Haible  <bruno@clisp.org>
7129
7130         * gnulib-tool: Make --update option actually work.
7131
7132 2006-04-29  Bruno Haible  <bruno@clisp.org>
7133
7134         * doc/gcd.texi: New file.
7135         * doc/gnulib.texi: Include it.
7136
7137 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7138
7139         * lib/getdate.y (get_date): When adding relative date, start with the
7140         initial time, not with the result of the first mktime call.
7141
7142 2006-04-25  Bruno Haible  <bruno@clisp.org>
7143
7144         * gnulib-tool (func_import): Output the include directives in three
7145         blocks, sorted separately.
7146         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7147
7148 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7149
7150         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
7151         to define main with arguments, for C++.  Reported by Eric Blake.
7152         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
7153         Prefer 'int main ()' to 'int main (void)', for C++.
7154         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
7155         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
7156         for 'main', for C99 and C++.
7157
7158 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7159
7160         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
7161         Don't assume that exit status -1 is valid.
7162         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7163         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7164         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7165         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
7166         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
7167         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
7168         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
7169         functions can be used without declaring them, or that you can
7170         exit with status -1.
7171         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7172
7173 2006-04-24  Karl Berry  <karl@gnu.org>
7174
7175         * config/srclist.txt (longdouble.m4): sync lost.
7176
7177 2006-04-24  Eric Blake  <ebb9@byu.net>
7178
7179         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
7180
7181 2006-04-24  Bruno Haible  <bruno@clisp.org>
7182
7183         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
7184         poll() implementation in AIX.
7185         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7186
7187 2006-04-24  Bruno Haible  <bruno@clisp.org>
7188
7189         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
7190         assigned exactly once.
7191
7192 2006-04-23  Claudio Fontana  <claudio@gnu.org>
7193             Bruno Haible  <bruno@clisp.org>
7194
7195         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
7196         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
7197         for AM_CPPFLAGS.
7198
7199 2006-04-23  Bruno Haible  <bruno@clisp.org>
7200
7201         * modules/copy-file: Depend on unistd.
7202         * modules/execute: Likewise.
7203         * modules/fatal-signal: Likewise.
7204         * modules/findprog: Likewise.
7205         * modules/mkdtemp : Likewise.
7206         * modules/pipe: Likewise.
7207         * modules/wait-process: Likewise.
7208
7209 2006-04-23  Bruno Haible  <bruno@clisp.org>
7210
7211         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
7212         condition was already detected.
7213         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7214
7215 2006-04-23  Bruno Haible  <bruno@clisp.org>
7216
7217         * lib/copy-file.c: Include <unistd.h> unconditionally.
7218         * lib/execute.c: Likewise.
7219         * lib/fatal-signal.c: Likewise.
7220         * lib/findprog.c: Likewise.
7221         * lib/mkdtemp.c: Likewise.
7222         * lib/pipe.h: Likewise.
7223         * lib/pipe.c: Likewise.
7224         * lib/wait-process.h: Likewise.
7225
7226 2006-04-23  Bruno Haible  <bruno@clisp.org>
7227
7228         * gnulib-tool (func_usage): Fix --import description. Document
7229         --update.
7230         (func_import): Create temporary file in a temporary directory, if
7231         --dry-run is specified. Silence errors from 'grep' when there are no
7232         m4 files in $m4dir.
7233         (func_create_testdir): Silence errors from 'grep' when there are no
7234         m4 files in $m4dir.
7235         Reported by Karl Berry <karl@freefriends.org>.
7236
7237 2006-04-20  Bruno Haible  <bruno@clisp.org>
7238
7239         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
7240         one argument, so that the code will be portable to Autoconf 2.60.
7241         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
7242         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7243         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
7244
7245 2006-04-19  Derek Price  <derek@ximbiot.com>
7246             Eric Blake  <ebb9@byu.net>
7247
7248         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
7249         rather than "/full/path.h".  Update comment to match.  Shorten &
7250         generalize m4_translit call via AS_TR_CPP.
7251
7252 2006-04-19  Derek Price  <derek@ximbiot.com>
7253             Eric Blake  <ebb9@byu.net>
7254
7255         * lib/inttypes.h: Correct grammar in comment.
7256
7257 2006-04-18  Derek Price  <derek@ximbiot.com>
7258             Paul Eggert  <eggert@cs.ucla.edu>
7259
7260         * modules/inttypes: New file.
7261         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
7262
7263 2006-04-18  Derek Price  <derek@ximbiot.com>
7264             Paul Eggert  <eggert@cs.ucla.edu>
7265
7266         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
7267         New files.
7268
7269 2006-04-18  Derek Price  <derek@ximbiot.com>
7270             Paul Eggert  <eggert@cs.ucla.edu>
7271
7272         * lib/inttypes.h: New file.
7273         * lib/strtoimax.c: Assume <inttypes.h>.
7274
7275 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
7276
7277         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
7278         isn't mounted.  Problem reported by Kir Kolyshkin.
7279
7280 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7281
7282         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
7283         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
7284         Derek R. Price.
7285         * lib/regex.h (RE_DUP_MAX): Update comment to match current
7286         implementation.
7287
7288 2006-04-12  Eric Blake  <ebb9@byu.net>
7289
7290         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
7291         is now done automatically by the corresponding Autoconf macro.
7292
7293 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
7294
7295         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
7296         time_r.h.
7297
7298 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7299
7300         Merge regex changes from libc, removing some of our
7301         POSIX-conformance changes that were rejected and redoing them in a
7302         less-intrusive way.
7303
7304         * lib/regcomp.c (re_compile_internal, init_dfa):
7305         Length arg is now size_t, not Idx.  All uses changed.
7306         (peek_token): Forward decl now says internal_function.
7307         (__re_error_msgid, __re_error_msgid_idx):
7308         Now static rather than extern with attribute_hidden.
7309         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
7310         For some reason libc prefers K&R style defns for external functions.
7311         (regerror) [!defined _LIBC]: Likewise.
7312         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
7313         (seek_collating_symbol_entry, lookup_collation_sequence_value):
7314         (build_range_exp, build_collating_symbol):
7315         Use K&R-style defn.
7316         (re_compile_fastmap): Use '\0' to memset, not 0.
7317         (utf8_sb_map): Make the calculations more obvious.
7318         (init_dfa, parse_bracket_exp, build_charclass_op):
7319         Call calloc and cast result, as glibc does.
7320         (init_word_char, fetch_token, peek_token, peek_token_bracket):
7321         (build_range_exp, build_collating_symbol):
7322         Now internal functions.
7323
7324         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
7325
7326         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
7327         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
7328         Don't depend on VMS; depend on __VMS instead, for POSIX
7329         namespace cleanness.
7330         (regoff_t): Define to ssize_t, not long int.
7331
7332         Remove the REG_ macros named below.  Instead, make the old names
7333         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
7334         __USE_GNU_REGEX.
7335         (REG_BACKSLASH_ESCAPE_IN_LISTS):
7336         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
7337         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
7338         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
7339         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
7340         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
7341         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
7342         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
7343         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
7344         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
7345         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
7346         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
7347         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
7348         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
7349         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
7350         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
7351         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
7352         (REG_NREGS):
7353         Remove.  All uses replaced by the old RE_* names.
7354         (RE_BACKSLASH_ESCAPE_IN_LISTS):
7355         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
7356         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
7357         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
7358         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
7359         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
7360         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
7361         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
7362         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
7363         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
7364         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
7365         Don't bother having these macros be independent of each others'
7366         values, since they no longer exist in the POSIX name space.
7367
7368         Rename the following member names back to their old names,
7369         unless !__USE_GNU_REGEX.  All uses changed back.
7370         (buffer): Renamed from re_buffer.
7371         (allocated): Renamed from re_allocated.
7372         (used): Renamed from re_used.
7373         (syntax): Renamed from re_syntax.
7374         (fastmap): Renamed from re_fastmap.
7375         (translate): Renamed from re_translate.
7376         (can_be_null): Renamed from re_can_be_null.
7377         (regs_allocated): Renamed from re_regs_allocated.
7378         (fastmap_accurate): Renamed from re_fastmap_accurate.
7379         (no_sub): Renamed from re_no_sub.
7380         (not_bol): Renamed from re_not_bol.
7381         (not_eol): Renamed from re_not_eol.
7382         (newline_anchor): Renamed from re_newline_anchor.
7383         (num_regs): Renamed from rm_num_regs.
7384         (start): Renamed from rm_start.
7385         (end): Renamed from rm_end.
7386
7387         (free_state): Move up a bit.
7388
7389         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
7390         #define to be empty.
7391         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
7392         when that is what is intended.
7393         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
7394         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
7395         (MAX): New macro.
7396         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
7397         All uses changed back to re_malloc, etc.  It's now the caller's
7398         responsibility to check for overflow; all callers changed.
7399         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
7400         (re_x2nrealloc): Remove.
7401         (free_state): Remove decl.
7402
7403         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
7404         (re_set_registers, re_exec):
7405         Use K&R-style defn.
7406
7407         2006-01-31  Roland McGrath  <roland@redhat.com>
7408
7409         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
7410         Reported by Mike Frysinger <vapier@gentoo.org>.
7411
7412         2006-01-15  Andreas Jaeger  <aj@suse.de>
7413
7414         [BZ #1950]
7415         * lib/regex_internal.c (re_string_reconstruct): Adjust for
7416         build_wcs_upper_buffer change.
7417         (build_wcs_upper_buffer): Change return type.
7418
7419         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
7420
7421         * lib/regex_internal.h: Include <stdint.h> if available.
7422
7423         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
7424
7425         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
7426
7427         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7428
7429         * lib/regcomp.c: Adjust for changed secondary hash function.
7430
7431         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
7432
7433         * lib/regex.h: Pretty printing.
7434         Clean up namespace a bit.
7435
7436         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
7437
7438         * lib/regexec.c (update_cur_sifted_state, check_arrival,
7439         check_arrival_add_next_nodes): Avoid using uninitialized variable.
7440
7441         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7442                     Ulrich Drepper  <drepper@redhat.com>
7443
7444         [BZ #1302]
7445         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
7446         changed.
7447         (bitset_word_t): Renamed from bitset_word.  All uses changed.
7448
7449         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
7450
7451         [BZ #281]
7452         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
7453         * lib/regcomp.c: Remove unnecessary uses of
7454         unsigned RE_TRANSLATE_TYPE.
7455         * lib/regex_internal.h: Likewise.
7456         * lib/regex_internal.c: Likewise.
7457         * lib/regexec.c: Likewise.
7458         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
7459
7460         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
7461
7462         * lib/regexec.c (find_recover_state): Remove unnecessary
7463         initialization.
7464         (transit_state_bkref): Make DFA a const pointer.
7465         (get_subexp): Likewise.
7466         (check_arrival): Likewise.
7467         (update_cur_sifted_state): Likewise.
7468         (re_search_internal): Likewise.
7469         (prune_impossible_nodes): Likewise.
7470         (acquire_init_state_context): Likewise.
7471         (proceed_next_node): Likewise.
7472         (set_regs): Likewise.
7473         (free_fail_stack_return): Likewise.
7474         (check_arrival_expand_ecl): Mark DFA parameter as const.
7475         (check_arrival_expand_ecl_sub): Likewise.
7476         (check_subexp_limits): Likewise.
7477         (sub_epsilon_src_nodes):  Likewise.
7478         (add_epsilon_src_nodes):  Likewise.
7479         (merge_state_array): Likewise.
7480         (update_regs): Likewise.
7481         (build_trtable): Likewise.
7482         (sift_states_backward): Mark MCTX parameter as const.
7483         (build_sifted_states): Likewise.
7484         (update_cur_sifted_state): Likewise.
7485         (sift_states_mkref): Likewise.
7486         (check_arrival_expand_ecl): Mark eclosure as const.
7487         (check_dst_limits_calc_pos_1): Likewise.
7488         * lib/regex_internal.h (re_match_context_t): Make dfa a const
7489         pointer.
7490
7491         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
7492
7493         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
7494         (transit_state_sb): Likewise.
7495         (transit_state_mb): Likewise.
7496         (sift_states_iter_mb): Likewise.
7497         (check_arrival_add_next_nodes): Likewise.
7498         (check_node_accept_bytes): Change first parameter to pointer-to-const.
7499         [_LIBC] (re_search_2_stub): Use mempcpy.
7500
7501         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
7502         mbrtowc for very simple UTF-8 case.
7503
7504         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
7505         a pointer-to-const.
7506         (re_acquire_state_context): Likewise.
7507         * lib/regex_internal.h: Adjust prototypes.
7508
7509         * lib/regex.c: Prevent using C++ compilers.
7510
7511         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
7512         (re_acquire_state_context): Likewise.
7513
7514 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7515
7516         * modules/regex (Depends-on): Add ssize_t.
7517
7518 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7519
7520         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
7521         translation table.
7522
7523 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7524
7525         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
7526
7527 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
7528             Bruno Haible  <bruno@clisp.org>
7529
7530         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
7531         <sys/types.h> and <inttypes.h>.
7532
7533 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7534
7535         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
7536         `__error_t_defined', so argp.h will not typedef the former.
7537
7538 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
7539
7540         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
7541         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
7542         glibc names.  Even if glibc is changed to conform to POSIX, the
7543         traditional names will be available anyway, since regex depends on
7544         the extensions module.  Also, fix a longstanding typo in the
7545         implementation of Spencer ERE test #75 from grep 2.3.  Problems
7546         reported by Emanuele Giaquinta.  Also, change sense of cached
7547         variable, so that the message makes sense.
7548
7549 2006-03-24  Simon Josefsson  <jas@extundo.com>
7550
7551         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
7552         including some doc fixes.
7553         (base64_encode_alloc): Fix +1 bug on allocation failures.
7554
7555 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7556
7557         * lib/base64.c (base64_encode): Do not read past end of array with
7558         unsanitized input on systems with CHAR_BIT > 8.
7559
7560 2006-03-24  Eric Blake  <ebb9@byu.net>
7561
7562         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
7563
7564 2006-03-22  Karl Berry  <karl@gnu.org>
7565
7566         * config/srclist.txt (*setenv.[ch]): get from coreutils.
7567         * config/srclistvars.sh (COREUTILS): new var.
7568
7569 2006-03-17  Jim Meyering  <jim@meyering.net>
7570
7571         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
7572         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
7573
7574 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7575
7576         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
7577         no longer needs it.  Instead, check that regoff_t is as least
7578         as wide as ptrdiff_t.
7579
7580         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
7581         so that our regex.h stays compatible with the installed regex.
7582         This is helpful for installers who configure --without-included-regex.
7583         Problem reported by Emanuele Giaquinta.
7584
7585 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7586
7587         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
7588         Typedef to long int, not to off_, as POSIX will likely change
7589         in that direction.
7590
7591 2006-03-15  Eric Blake  <ebb9@byu.net>
7592
7593         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
7594
7595 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7596
7597         * lib/argp-help.c (validate_uparams): Fix typo
7598         * lib/argp-parse.c (argp_default_options): Consistently begin help
7599         messages with a lowercase letter.
7600
7601 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
7602
7603         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
7604         overrun buffers and shouldn't be used (much as gets shouldn't be
7605         used).
7606         * lib/time_r.c (asctime_r, ctime_r): Likewise.
7607
7608 2006-03-08  Simon Josefsson  <jas@extundo.com>
7609
7610         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
7611         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7612
7613 2006-03-08  Simon Josefsson  <jas@extundo.com>
7614
7615         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
7616         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7617
7618 2006-03-08  Simon Josefsson  <jas@extundo.com>
7619
7620         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
7621         signal that configure disabled the device.
7622
7623 2006-03-08  Simon Josefsson  <jas@extundo.com>
7624
7625         * build-aux/maint.mk: Fix refresh-po, to handle no translated
7626         languages.
7627
7628 2006-03-07  Simon Josefsson  <jas@extundo.com>
7629
7630         * modules/getopt (Depends-on): Add unistd.
7631
7632         * modules/unistd: New file.
7633
7634 2006-03-07  Simon Josefsson  <jas@extundo.com>
7635
7636         * modules/gc-random: New file.
7637
7638 2006-03-07  Simon Josefsson  <jas@extundo.com>
7639
7640         * m4/unistd_h.m4: New file.
7641
7642 2006-03-07  Simon Josefsson  <jas@extundo.com>
7643
7644         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
7645         test to be side-effect free by storing the result in the cache
7646         variable gl_cv_lib_readline, and moving the assignment of
7647         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
7648         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7649
7650 2006-03-07  Simon Josefsson  <jas@extundo.com>
7651
7652         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
7653         error on missing devices (the functions will return an error).
7654
7655         * m4/gc.m4: Move random stuff to gc-random.m4
7656
7657 2006-03-07  Simon Josefsson  <jas@extundo.com>
7658
7659         * lib/unistd_.h: New file.
7660
7661 2006-03-07  Simon Josefsson  <jas@extundo.com>
7662
7663         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
7664
7665 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7666
7667         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
7668         Problem reported by Juan Manuel Guerrero.
7669
7670 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7671
7672         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
7673         the unistd module.
7674         * lib/getlogin_r.c: Likewise.
7675         * lib/getlogin_r.h: Likewise.
7676         * lib/glob.c: Likewise.
7677         * lib/pagealign_alloc.c: Likewise.
7678         * lib/unistd_.h: Remove; no longer needed.
7679
7680 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7681
7682         * MODULES.html.sh (Support for systems lacking POSIX:2001):
7683         Add unistd.
7684         * modules/c-stack (Depends-on): Add unistd.
7685         * modules/getlogin_r: Likewise.
7686         * modules/glob: Likewise.
7687         * modules/pagealign_alloc: Likewise.
7688         * modules/unistd (Files): Remove lib/unistd_.h.
7689         (EXTRA_DIST): Remove.
7690         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
7691         need unistd_.h.
7692         (MOSTLYCLEANFILES): Remove unistd.h-t.
7693
7694 2006-03-03  Simon Josefsson  <jas@extundo.com>
7695
7696         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
7697
7698 2006-03-03  Simon Josefsson  <jas@extundo.com>
7699
7700         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
7701         libidn and bison.
7702
7703 2006-03-03  Simon Josefsson  <jas@extundo.com>
7704
7705         * build-aux/maint.mk: Add indent target.
7706
7707 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
7708
7709         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
7710         our replacement poll.h in any case, to avoid a differing
7711         declaration from a system header.  Seen on AIX.
7712
7713 2006-03-01  Simon Josefsson  <jas@extundo.com>
7714
7715         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
7716         <kasal@ucw.cz>.
7717
7718 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7719
7720         * modules/gettime (Depends-on): Add extensions module.
7721         * modules/nanosleep (Depends-on): Likewise.
7722         * modules/settime (Depends-on): Likewise.
7723
7724 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7725
7726         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
7727         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
7728         pedantically.
7729         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7730         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
7731
7732         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
7733         not "==".  Reported by Ralf Wildenhues.
7734
7735 2006-03-01  Karl Berry  <karl@gnu.org>
7736
7737         * doc/Copyright/request-*: new files, synced from gnuorg.
7738
7739 2006-03-01  Karl Berry  <karl@gnu.org>
7740
7741         * config/srclist.txt (Copyright/*): new entries.
7742
7743 2006-02-28  Simon Josefsson  <jas@extundo.com>
7744
7745         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
7746
7747 2006-02-27  Simon Josefsson  <jas@extundo.com>
7748
7749         * lib/base64.h: Indent #define's.  From Jim Meyering
7750         <jim@meyering.net>.
7751
7752 2006-02-27  Jim Meyering  <jim@meyering.net>
7753
7754         Revert the change of 2006-02-24, so these files can continue
7755         to be sync'd from gettext.
7756         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
7757         of `config.h'.
7758
7759 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
7760
7761         * modules/intprops: New file.
7762         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
7763         Add intprops.
7764         * modules/getloadavg (Files): Remove lib/intprops.h.
7765         (Depends-on): Add intprops.
7766         * modules/human: Likewise.
7767         * modules/inttostr: Likewise.
7768         * modules/openat: Likewise.
7769         * modules/sig2str: Likewise.
7770         * modules/userspec: Likewise.
7771         * modules/utimecmp: Likewise.
7772         * modules/xnanosleep: Likewise.
7773         * modules/xstrtol: Likewise.
7774
7775 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
7776
7777         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
7778         * modules/lock-tests (TESTS): Use $(EXEEXT).
7779         * modules/tls-tests: Likewise.
7780         * modules/argp-tests: Likewise.
7781         (check_PROGRAMS): New var, replacing...
7782         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
7783
7784 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7785
7786         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
7787         `config.h'.
7788
7789 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7790
7791         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
7792
7793 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7794
7795         Sync from coreutils.
7796         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
7797         gl_CHDIR_SAFER.
7798
7799 2006-02-22  Jim Meyering  <jim@meyering.net>
7800
7801         Sync from coreutils.
7802         * m4/chdir-safer.m4: New file.
7803
7804 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7805
7806         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
7807         AT_FDCWD exceeds INT_MAX.
7808         * lib/openat.h (AT_FDCWD): Likewise.
7809
7810 2006-02-17  Eric Blake  <address@hidden>
7811
7812         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
7813
7814 2006-02-16  Simon Josefsson  <jas@extundo.com>
7815
7816         * modules/getaddrinfo (Depends-on): Add sys_socket.
7817
7818 2006-02-15  Simon Josefsson  <jas@extundo.com>
7819
7820         * build-aux/maint.mk: Add dsyntax-check rule.
7821
7822 2006-02-15  Eric Blake  <ebb9@byu.net>
7823
7824         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
7825         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
7826         'present but cannot compile' warnings on cygwin.
7827         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
7828         use ws2tcpip.h if sys/socket.h works.
7829         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
7830         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
7831
7832 2006-02-14  Simon Josefsson  <jas@extundo.com>
7833
7834         * modules/maintainer-makefile (Files): Rename.
7835
7836         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
7837         and (the local) Makefile.cfg to maint-cfg.mk.
7838
7839         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
7840         to the latter.
7841
7842         * modules/maintainer-makefile: New module.
7843
7844         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
7845         severaly stripped to make it possible to build it up from scratch
7846         with reliable tests.
7847
7848         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
7849         fixes to permit overriding the default actions when configure and
7850         makefile are not available.
7851
7852 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7853
7854         Sync from coreutils.
7855         * modules/lstat (Depends-on): Don't depend on xalloc.
7856         (License): Change from GPL to LGPL, since this is now simply a
7857         replacement for a libc function.
7858
7859 2006-02-14  Jim Meyering  <jim@meyering.net>
7860
7861         Sync from coreutils.
7862
7863         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
7864         failure on deficient systems, and simplify gnulib lgpl dependencies.
7865         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
7866         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
7867
7868         * lib/xalloc-die.c: Remove unused definition of N_.
7869
7870 2006-02-14  Jim Meyering  <jim@meyering.net>
7871
7872         Sync from coreutils.
7873         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
7874         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
7875         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
7876         double-quote uses of that variable, to accommodate the rare case in
7877         which getmntent is available in none of the libraries checked.  This
7878         happens at least on FreeBSD 5.0.
7879
7880 2006-02-13  Simon Josefsson  <jas@extundo.com>
7881
7882         * gnulib-tool (Usage): Fix --import, from
7883         karl@freefriends.org (Karl Berry).
7884
7885 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7886
7887         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
7888
7889 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
7890
7891         * lib/argp-namefrob.h: Restore changes accidentally lost during the
7892         "autoupdate" on 2005-12-12.
7893
7894 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7895
7896         * modules/closeout (Depends-on): Remove atexit.
7897
7898 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7899
7900         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
7901         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
7902
7903 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7904
7905         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
7906         __EXTENSIONS__ if this causes compilation to fail.  Problem
7907         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
7908         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
7909
7910 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
7911
7912         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
7913         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
7914         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
7915         All uses changed.
7916
7917 2006-01-26  Simon Josefsson  <jas@extundo.com>
7918
7919         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
7920         prototype is visible on mingw32.
7921
7922         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
7923         for mingw32.
7924
7925         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
7926         mingw32).
7927
7928 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7929
7930         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
7931         attempt to open for write; this always fails, at least on POSIX
7932         hosts.  This reinstates the 2006-01-09 change, which was
7933         inadvertently removed.
7934
7935 2006-01-26  Bruno Haible  <bruno@clisp.org>
7936
7937         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
7938         Reported by Paul Eggert.
7939
7940 2006-01-26  Bruno Haible  <bruno@clisp.org>
7941             Paul Eggert  <eggert@cs.ucla.edu>
7942
7943         * lib/stdbool_.h (_Bool)
7944         [(! (defined __cplusplus || defined __BEOS__)
7945           && !defined __GNUC__
7946           && !(defined __HP_cc || defined __xlc__
7947                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
7948                || defined __sgi))]:
7949         #define to signed char in these cases too; this simplifies
7950         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
7951         etc., separately) and makes it more conservative.
7952
7953 2006-01-25  Simon Josefsson  <jas@extundo.com>
7954
7955         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
7956         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
7957         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
7958
7959 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7960
7961         * lib/argp-namefrob.h: Bugfix. Remove stray #
7962
7963 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7964
7965         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
7966         so that we test the test.
7967         Check for yet another HP-UX cc bug involving *bool |= bool.
7968
7969 2006-01-25  Karl Berry  <karl@gnu.org>
7970
7971         * config/srclist.txt (vasnprintf.c): sync lost.
7972
7973 2006-01-25  Jim Meyering  <jim@meyering.net>
7974
7975         Sync from the stable (b5) branch of coreutils:
7976
7977         * lib/fts.c (fts_children): Don't let close() clobber errno from
7978         failed fchdir().
7979
7980         * lib/fts.c (fts_stat): When following a symlink-to-directory,
7981         don't necessarily interpret stat-fails+lstat-succeeds as indicating
7982         a dangling symlink.  That can also happen at least for ELOOP.
7983         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
7984         FYI, this bug predates the inclusion of fts.c in coreutils.
7985
7986         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
7987         in their own block, so pre-c99 compilers don't object.
7988
7989         Avoid the double-free (first in fts_read, second in fts_close) that
7990         would occur when an `active' directory is made inaccessible (e.g.,
7991         via chmod a-x) during a traversal.
7992         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7993         before returning.  Reproduce this failure by
7994         mkdir -p a/b; cd a; chmod a-x . b
7995         Reported by Stavros Passas.
7996
7997 2006-01-25  Jim Meyering  <jim@meyering.net>
7998
7999         * lib/fileblocks.c: Remove more useless parentheses.
8000         * lib/readutmp.h: Likewise.
8001
8002 2006-01-25  Bruno Haible  <bruno@clisp.org>
8003
8004         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
8005         warnings.
8006         Reported by Paul Eggert.
8007
8008 2006-01-25  Bruno Haible  <bruno@clisp.org>
8009
8010         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
8011         rid of a trap command. For Solaris sh.
8012         Reported by Mark D. Baushke <mdb@gnu.org>.
8013
8014 2006-01-24  Simon Josefsson  <jas@extundo.com>
8015
8016         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
8017         Bruno.
8018
8019 2006-01-24  Karl Berry  <karl@gnu.org>
8020
8021         * config/srclist.txt (argp-namefrob.h): sync lost.
8022
8023 2006-01-24  Jim Meyering  <jim@meyering.net>
8024
8025         * modules/openat (Files): Add lib/intprops.h.
8026         From Mark D. Baushke.
8027
8028 2006-01-24  Jim Meyering  <jim@meyering.net>
8029
8030         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
8031         Reported by Mark D. Baushke.
8032
8033 2006-01-24  Jim Meyering  <jim@meyering.net>
8034
8035         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
8036
8037 2006-01-24  Bruno Haible  <bruno@clisp.org>
8038
8039         * modules/strnlen (Maintainer): Change from glibc to all.
8040
8041 2006-01-24  Bruno Haible  <bruno@clisp.org>
8042
8043         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
8044         Patch by Paul Eggert.
8045
8046 2006-01-24  Bruno Haible  <bruno@clisp.org>
8047
8048         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
8049         already has it.
8050         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
8051         2005-11-26.
8052
8053         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
8054         'signed char' to avoid problems with the built-in _Bool type.
8055         Reported by Paul Eggert on 2005-11-26.
8056
8057 2006-01-24  Bruno Haible  <bruno@clisp.org>
8058
8059         * gnulib-tool (func_import): Avoid constructing complicated sed
8060         expressions inside backquote.
8061         Report and solution by Mark D. Baushke <mdb@gnu.org>.
8062
8063 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
8064
8065         These changes imported from libc.
8066         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
8067         test and two separate function calls.
8068         * lib/strndup.c (__strndup): Add libc_hidden_def.
8069
8070 2006-01-23  Simon Josefsson  <jas@extundo.com>
8071
8072         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
8073         Remove the test_*_SOURCES variable: automake infers it by default.
8074         * modules/tls-tests: Likewise.
8075
8076 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8077
8078         Work around porting bugs reported by Dieter in
8079         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
8080         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
8081         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
8082         Include "getopt.h" first, to check interface.
8083         (getenv): Declare only if defined HAVE_DECL_GETENV &&
8084         !HAVE_DECL_GETENV.
8085         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
8086         (__strndup): Revert to K&R-style function dfns, the glibc style.
8087         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
8088         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
8089         Include strnlen.h first, to get prototype properly.
8090         (strnlen): Renamed from __strnlen.
8091         Remove weak alias.
8092
8093 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8094
8095         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
8096
8097 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8098
8099         * config/srclist.txt: Adjust to reflect glibc reorganization.
8100         This affects only comments.
8101
8102 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8103
8104          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
8105          Reported by Bruce Korb <bkorb@gnu.org>.
8106
8107 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
8108
8109         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
8110         to pacify gcc -Wswitch-default.
8111
8112 2006-01-22  Bruno Haible  <bruno@clisp.org>
8113
8114         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
8115         temporary buffer for sprintf, take into account the precision also
8116         for 'd', 'i', 'u', 'o', 'x', 'X'.
8117
8118 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8119
8120         * modules/argp-tests: New module
8121         * tests/test-argp.c: New file
8122         * tests/test-argp-2.sh: New file
8123
8124 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8125
8126         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
8127         (__argp_base_name): Removed
8128         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
8129         typo.
8130         (__argp_base_name): Provide macro definition or extern declaration
8131         depending on the configuration
8132
8133 2006-01-20  Simon Josefsson  <jas@extundo.com>
8134
8135         * modules/inet_ntop (Depends-on): Depend on sys_socket.
8136
8137 2006-01-20  Simon Josefsson  <jas@extundo.com>
8138
8139         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
8140
8141 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8142
8143         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
8144         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
8145         Suggested by Bruno Haible.
8146
8147 2006-01-20  Karl Berry  <karl@gnu.org>
8148
8149         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
8150         until changes propagate, I guess.
8151
8152 2006-01-19  Simon Josefsson  <jas@extundo.com>
8153
8154         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
8155
8156 2006-01-19  Simon Josefsson  <jas@extundo.com>
8157
8158         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
8159
8160 2006-01-19  Simon Josefsson  <jas@extundo.com>
8161
8162         * gnulib-tool: Set check_PROGRAMS.
8163
8164         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8165         modules/des-tests, modules/gc-arcfour-tests,
8166         modules/gc-arctwo-tests, modules/gc-des-tests,
8167         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8168         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8169         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8170         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8171         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8172         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
8173         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
8174         test_*_SOURCES.
8175
8176 2006-01-18  Simon Josefsson  <jas@extundo.com>
8177
8178         * modules/socklen (Depends-on): Depend on sys_socket.
8179
8180 2006-01-18  Simon Josefsson  <jas@extundo.com>
8181
8182         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8183         modules/des-tests, modules/gc-arcfour-tests,
8184         modules/gc-arctwo-tests, modules/gc-des-tests,
8185         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8186         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8187         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8188         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8189         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8190         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
8191         $(EXEEXT) to automake TESTS variable, for mingw32.
8192
8193 2006-01-17  Simon Josefsson  <jas@extundo.com>
8194
8195         * modules/socklen (Include): Need sys/socket.h.
8196
8197 2006-01-17  Bruno Haible  <bruno@clisp.org>
8198
8199         * modules/ssize_t (Include): Add <sys/types.h>.
8200
8201 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
8202
8203         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
8204         it's not portable and it doesn't work with cross-compiles.
8205         Problem reported by Bruno Haible.  Fix missing-$ typo in
8206         'test "gl_cv_ignore_unused_libraries" ...' that prevented
8207         -zignore from being used with Sun's C compiler.
8208
8209 2006-01-12  Simon Josefsson  <jas@extundo.com>
8210
8211         * lib/base64.c: Fix warning, reported by Bruno Haible
8212         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
8213
8214 2006-01-12  Bruno Haible  <bruno@clisp.org>
8215
8216         * modules/ldd: New file.
8217         * build-aux/ldd.sh.in: New file.
8218         * MODULES.html.sh (Support for building libraries and executables): Add
8219         ldd.
8220
8221 2006-01-12  Bruno Haible  <bruno@clisp.org>
8222
8223         * m4/ldd.m4: New file.
8224
8225 2006-01-12  Bruno Haible  <bruno@clisp.org>
8226
8227         * gnulib-tool (func_import, func_create_testdir): Don't go into an
8228         endless loop while replacing $auxdir with build-aux.
8229
8230 2006-01-11  Simon Josefsson  <jas@extundo.com>
8231
8232         * lib/stdint_.h (SIZE_MAX): Add missing (.
8233
8234 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
8235
8236         Sync from coreutils.
8237         * lib/md5.c: Fix commentary typos.
8238         (alignof, UNALIGNED_P): No need for a GCC-specific version.
8239         * lib/md5.h (__attribute__): Remove; unused.
8240         * lib/sha1.c: Fix commentary to match md5 better.
8241         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
8242         so that we don't need to worry about alignment.  All uses changed.
8243         This merges the 2005-10-28 md5 change into sha1.
8244
8245 2006-01-11  Jim Meyering  <jim@meyering.net>
8246
8247         Sync from coreutils.
8248         * lib/md5.c (OP): Fix spacing.
8249
8250 2006-01-11  Bruno Haible  <bruno@clisp.org>
8251
8252         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8253         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
8254         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
8255
8256 2006-01-11  Bruno Haible  <bruno@clisp.org>
8257
8258         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8259         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
8260         the "early" section as well.
8261
8262 2006-01-11  Bruno Haible  <bruno@clisp.org>
8263
8264         Avoid "ar: no archive members specified" error on MacOS X.
8265         * gnulib-tool (func_modules_add_dummy): New function.
8266         (func_import, func_create_testdir): Invoke it.
8267
8268 2006-01-11  Bruno Haible  <bruno@clisp.org>
8269
8270         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
8271         with $auxdir in AC_CONFIG_FILES statements.
8272
8273 2006-01-11  Bruno Haible  <bruno@clisp.org>
8274
8275         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8276         Initialize also noinst_HEADERS to empty.
8277
8278 2006-01-11  Bruno Haible  <bruno@clisp.org>
8279
8280         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
8281         variables.
8282         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
8283         autoreconf.
8284
8285 2006-01-11  Bruno Haible  <bruno@clisp.org>
8286
8287         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
8288         overridable by the user.
8289         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8290
8291 2006-01-10  Simon Josefsson  <jas@extundo.com>
8292
8293         * modules/sys_socket: New file.
8294
8295 2006-01-10  Simon Josefsson  <jas@extundo.com>
8296
8297         * m4/sys_socket_h.m4: New file.
8298
8299 2006-01-10  Simon Josefsson  <jas@extundo.com>
8300
8301         * lib/socket_.h: New file.
8302
8303 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8304
8305         * modules/readutmp (Maintainer): Add myself.
8306
8307 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8308
8309         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
8310         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
8311         People who are still concerned with buggy memcmp implementations
8312         can invoke gl_FUNC_MEMCMP themselves.
8313
8314 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8315
8316         * lib/regex_internal.h (BITSET_WORD_BITS):
8317         Work around a bug in 64-bit PGC (before version 6.1-2), where the
8318         preprocessor mishandles large unsigned values as if they were signed.
8319         Problem reported by Claudio Fontana in
8320         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
8321
8322 2006-01-10  Jim Meyering  <jim@meyering.net>
8323
8324         Avoid the double-free (first in fts_read, second in fts_close) that
8325         would occur when an `active' directory is made inaccessible (e.g.,
8326         via chmod a-x) during a traversal.
8327         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8328         before returning.  Reproduce this failure by
8329         mkdir -p a/b; cd a; chmod a-x . b
8330         Reported by Stavros Passas.
8331
8332         Sync from coreutils.
8333         * lib/sha1.c: Tweak grammar in a comment.
8334
8335 2006-01-10  Jim Meyering  <jim@meyering.net>
8336
8337         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
8338         Patch by Joerg Sonnenberger.
8339
8340 2006-01-10  Bruno Haible  <bruno@clisp.org>
8341
8342         * modules/readutmp: Depend on module free.
8343         * modules/strtok_r: Depend on module restrict.
8344
8345 2006-01-10  Bruno Haible  <bruno@clisp.org>
8346
8347         * modules/gettext (configure.ac): Add an invocation of
8348         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
8349
8350 2006-01-10  Bruno Haible  <bruno@clisp.org>
8351
8352         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
8353         Reported by Werner Lemberg <wl@gnu.org>.
8354
8355 2006-01-10  Bruno Haible  <bruno@clisp.org>
8356
8357         * lib/localcharset.c: Update from GNU gettext.
8358
8359 2006-01-10  Bruno Haible  <bruno@clisp.org>
8360
8361         * lib/argp.h (__const): Remove macro. Use const instead.
8362         * lib/argp-fmtstream.h (__const): Likewise.
8363         * lib/glob_.h (__const): Remove macro.
8364         * lib/glob-libc.h: Use const instead of __const.
8365
8366 2006-01-10  Bruno Haible  <bruno@clisp.org>
8367
8368         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
8369         variable.
8370         Needed to avoid an automake error regarding the 'gettext' module.
8371
8372 2006-01-09  Simon Josefsson  <jas@extundo.com>
8373
8374         * modules/inet_ntop (Depends-on): Add restrict.
8375
8376 2006-01-09  Simon Josefsson  <jas@extundo.com>
8377
8378         * modules/gc-rijndael-tests (License): Put under LGPL.
8379
8380         * modules/gc-des-tests (License): Likewise.
8381
8382         * modules/gc-arcfour-tests (License): Likewise.
8383
8384         * modules/gc-arctwo-tests (License): Likewise.
8385
8386         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
8387
8388         * modules/gc-hmac-sha1-tests (Files): Likewise.
8389
8390         * modules/gc-hmac-md5-tests (License): Likewise.
8391
8392         * modules/gc-sha1-tests (License): Likewise.
8393
8394         * modules/gc-md5-tests (License): Likewise.
8395
8396         * modules/gc-md4-tests (License): Likewise.
8397
8398         * modules/gc-md2-tests (License): Likewise.
8399
8400         * modules/gc-tests (License): Likewise.
8401
8402         * modules/des-tests (License): Likewise.
8403
8404         * modules/md4-tests (License): Likewise.
8405
8406         * modules/md2-tests (License): Likewise.
8407
8408 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8409
8410         Sync from coreutils:
8411
8412         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
8413         * modules/lib-ignore: New file.
8414         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
8415         chdir-safer.m4, lchmod.m4.
8416         * modules/openat: Add mkdirat.c, openat-priv.h.
8417
8418 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         Sync from coreutils.
8421         * m4/lib-ignore.m4: New file.
8422         * m4/lchmod.m4: New file.
8423
8424 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8425
8426         Sync from coreutils.
8427         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
8428         for write access: POSIX says that must fail.
8429         * lib/fts.c (diropen): Likewise.
8430         * lib/save-cwd.c (save_cwd): Likewise.
8431         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
8432         well, for minor improvements on hosts that lack O_DIRECTORY.
8433         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
8434         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
8435         Fall back on chown if open failed with EACCES.
8436
8437         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
8438         Report an error at compile-time if only a 1-second nominal clock
8439         resolution is found.
8440
8441         * lib/lchmod.h: New file.
8442         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
8443         (make_dir_parents): Use lchown rather than chown, and
8444         lchmod rather than chmod.
8445
8446         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
8447         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
8448         "proc" reported by n0dalus.
8449
8450         * lib/mountlist.c: Include <limits.h>.
8451         (dev_from_mount_options)
8452         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
8453         New function.  It no longer assumes "dev=" has the System V meaning
8454         on Linux (since it doesn't).  It also parses "dev=" more carefully.
8455         (read_file_system_list)
8456         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
8457         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
8458         dev= in that case.
8459
8460         * lib/posixtm.h (PDS_PRE_2000): New macro.
8461         * lib/posixtm.c (year): Arg is now syntax_bits rather than
8462         allow_century.  All usages changed.  Reject dates outside the range
8463         1969-1999 if PDS_PRE_2000 is used.
8464
8465 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8466
8467         Sync from coreutils.
8468         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
8469         (Time of day items): Mention the possibility of leap seconds.
8470         Problem reported by Dr. David Alan Gilbert.
8471
8472 2006-01-09  Jim Meyering  <jim@meyering.net>
8473
8474         Sync from coreutils.
8475
8476         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
8477
8478         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
8479
8480         * lib/modechange.c (mode_compile): Reject an invalid mode string
8481         that starts with an octal digit.  From Andreas Gruenbacher.
8482
8483         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
8484         and dup to open_safer and dup_safer, respectively.
8485         (openat_permissive): Fix typo in comment.
8486
8487         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
8488         "gettext.h"; either no longer needed or are guaranteed by openat.h.
8489         (_): Remove; no longer needed.
8490         (openat): Renamed from rpl_openat; no need for rpl_openat
8491         since openat.h renames openat for us.
8492         Replace most of the body with a call to openat_permissive,
8493         to avoid duplicate code.
8494         Port to (probably hypothetical) environments were mode_t is
8495         wider than int.
8496         (openat_permissive): Require mode arg, so that we can check
8497         types better.  Put it just after flags.  Change cwd failure
8498         indicator from pointer-to-bool to pointer-to-errno-value.
8499         All callers changed.
8500         Invoke openat_save_fail and/or openat_restore_fail if
8501         cwd_errno is null, so that openat can call us.
8502         (openat_permissive, fdopendir, fstatat, unlinkat):
8503         Simplify errno handling to avoid some duplicate code,
8504         as it's OK to set errno on success.
8505         * lib/openat.h: Revamp code so that function macros depend on
8506         __OPENAT_PREFIX only, not also on AT_FDCWD.
8507         (openat_ro): Remove.  Caller changed to use openat_permissive.
8508         (openat_permissive): Now a macro, if not a function.
8509         (openat_restore_fail, openat_save_fail): Now always functions,
8510         since mkdirat needs them even if __OPENAT_PREFIX is defined.
8511
8512         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
8513         and openat.c.
8514         * lib/mkdirat.c: Include openat-priv.h.
8515         Remove definitions of macros defined therein.
8516         * lib/openat.c: Likewise.
8517
8518         * lib/mkdirat.c (mkdirat): New file and function.
8519         * lib/openat.h (mkdirat): Declare.
8520
8521         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
8522
8523         * lib/openat.h (openat_permissive): Declare.
8524         (openat_ro): Define.
8525
8526         * lib/openat.c (EXPECTED_ERRNO): New macro.
8527         (openat_permissive): New function -- used in remove.c rewrite.
8528         (all functions): Set errno just before returning, only if there
8529         was an actual failure.
8530         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
8531
8532         Emulate openat-family functions using Linux's procfs, if possible.
8533         Idea and some code based on Ulrich Drepper's glibc changes.
8534
8535         * lib/openat.c: (BUILD_PROC_NAME): New macro.
8536         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
8537         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
8538         before falling back on save_cwd and restore_cwd.
8539         (fdopendir, fstatat, unlinkat): Likewise.
8540
8541         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
8542         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
8543
8544         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
8545         as second argument to va_arg.  Otherwise, some versions of gcc
8546         warn that `if this code is reached, the program will abort'.
8547
8548 2006-01-09  Jim Meyering  <jim@meyering.net>
8549
8550         Sync from coreutils.
8551         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
8552         Require openat-priv.h.
8553
8554 2006-01-09  Bruno Haible  <bruno@clisp.org>
8555
8556         * modules/strnlen (Include): Use strnlen.h.
8557
8558 2006-01-09  Bruno Haible  <bruno@clisp.org>
8559
8560         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
8561
8562 2006-01-09  Bruno Haible  <bruno@clisp.org>
8563
8564         * lib/sysexit_.h (EX_OK): New macro.
8565         Suggested by Martin Lambers <marlam@marlam.de>.
8566
8567 2006-01-09  Bruno Haible  <bruno@clisp.org>
8568
8569         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
8570         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
8571
8572 2006-01-09  Bruno Haible  <bruno@clisp.org>
8573
8574         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
8575         numbers.
8576
8577 2006-01-09  Bruno Haible  <bruno@clisp.org>
8578
8579         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
8580         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
8581         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
8582         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
8583
8584 2006-01-09  Bruno Haible  <bruno@clisp.org>
8585
8586         * build-aux/javacomp.sh.in: New file, moved from lib/.
8587         * modules/javacomp-script (Files): Update.
8588         (configure.ac): Add AC_CONFIG_FILES invocation.
8589         (EXTRA_DIST): Remove variable.
8590
8591         * build-aux/javaexec.sh.in: New file, moved from lib/.
8592         * modules/javaexec (Files): Update.
8593         (configure.ac): Add AC_CONFIG_FILES invocation.
8594         (EXTRA_DIST): Remove javaexec.sh.in.
8595
8596         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
8597         * modules/csharpcomp-script (Files): Update.
8598         (configure.ac): Add AC_CONFIG_FILES invocation.
8599         (EXTRA_DIST): Remove variable.
8600
8601         * build-aux/csharpexec.sh.in: New file, moved from lib/.
8602         * modules/csharpexec (Files): Update.
8603         (configure.ac): Add AC_CONFIG_FILES invocation.
8604         (EXTRA_DIST): Remove csharpexec.sh.in.
8605
8606 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8607
8608         Sync from coreutils.
8609
8610         Add POSIX ACL support
8611         * lib/acl.h (copy_acl, set_acl): Add declarations.
8612         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
8613         systems other than Linux.
8614         (chmod_or_fchmod): New function: use fchmod when possible,
8615         and chmod otherwise.
8616         (file_has_acl): Add a POSIX ACL implementation, with a
8617         Linux-specific subcase.
8618         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
8619         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
8620         acls are unsupported.
8621         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
8622         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
8623         are unsupported.
8624
8625 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8626
8627         Sync from coreutils.
8628         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
8629
8630 2006-01-07  Bruno Haible  <bruno@clisp.org>
8631
8632         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
8633         gl_EARLY.
8634
8635 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8636
8637         * lib/strftime.c (tzname): Don't declare if it is already #defined.
8638         Problem reported for Mingw by Mark Junker.
8639
8640 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8641
8642         * README: Gnulib normally doesn't generate a tarball.
8643
8644 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
8645
8646         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
8647         long int, not int, for nanosecond counts, so that people who are
8648         used to POSIX struct timespec won't be surprised.  Reported by Jim
8649         Meyering.
8650
8651 2005-12-28  Bruno Haible  <bruno@clisp.org>
8652
8653         * build-aux/config.rpath: Update from GNU gettext.
8654
8655 2005-12-16  Jim Meyering  <jim@meyering.net>
8656
8657         * modules/fprintftime: New module.
8658         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
8659
8660 2005-12-16  Jim Meyering  <jim@meyering.net>
8661
8662         * m4/fprintftime.m4: New file.
8663
8664 2005-12-16  Jim Meyering  <jim@meyering.net>
8665
8666         * lib/fprintftime.c, lib/fprintftime.h: New files.
8667
8668 2005-12-15  Simon Josefsson  <jas@extundo.com>
8669
8670         * modules/socklen (configure.ac): Fix M4 macro name, to align with
8671         new m4/socklen.m4.
8672
8673 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8674
8675         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
8676         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
8677
8678 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8679
8680         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
8681         * lib/argp-help.c (fill_in_uparams): Check if the constructed
8682         struct uparams is valid. Fall back to the default values if it is
8683         not.
8684
8685 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8686
8687         * modules/argp (Files): Add argp-pin.c
8688         (Depends-on): dirname
8689         (lib_SOURCES): Add argp-pin.c
8690
8691 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8692
8693         * m4/argp.m4:  Check if program_invocation_name and
8694         program_invocation_short_name are declared and define appropriate
8695         macros if they are not.
8696
8697 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8698
8699         * lib/argp-help.c (__argp_base_name): New function
8700         (__argp_short_program_name): Rewrite using __argp_base_name
8701         * lib/argp-namefrob.h: Define program_invocation_name and
8702         program_invocation_short_name if requested
8703         (__argp_base_name): Add prototype
8704         * lib/argp-parse.c (argp_def): Use gettext wrappers
8705         (argp_default_parser): Use __argp_base_name
8706         * lib/argp-pin.c: New file. Defines program_invocation_name and
8707         program_invocation_short_name on systems that lack them.
8708
8709 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8710
8711         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
8712         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8713         porting problem reported by Georg Schwarz in
8714         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8715
8716 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8717
8718         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
8719         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8720         porting problem reported by Georg Schwarz in
8721         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8722
8723 2005-12-05  Bruno Haible  <bruno@clisp.org>
8724
8725         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
8726         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
8727         Reported by Mark Junker <mjscod@gmx.de>.
8728
8729 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
8730
8731         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
8732         Use implementation from Albert Chin, with some
8733         comments/corrections by Stepan Kasal and myself.
8734
8735 2005-12-02  Bruno Haible  <bruno@clisp.org>
8736
8737         * gnulib-tool (func_import): Accept GPLed build tool modules when
8738         --lgpl is given.
8739         * modules/csharpcomp-script: New file.
8740         * modules/csharpcomp: Depend on it.
8741         * modules/javacomp-script: New file.
8742         * modules/javacomp: Depend on it.
8743         Suggested by Simon Josefsson.
8744
8745 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
8746
8747         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
8748         statement, to work around an HP-UX 10.20 compiler bug reported by
8749         Peter O'Gorman.
8750
8751 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8752
8753         * modules/savedir (Depends-on): Add openat.
8754
8755 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8756
8757         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
8758         (uintmax_t) [defined uintmax_t]: Do not declare.
8759         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
8760         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
8761         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
8762         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
8763         sake of portability to weird hosts that C allows (though we don't
8764         know of any practical examples).
8765
8766         * lib/savedir.h (fdsavedir): New decl.
8767         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
8768         contains most of the former guts of savedir.
8769         (savedir): Use savedirstream.
8770         Include "openat.h".
8771
8772 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
8773
8774         * modules/obstack (Files): Add m4/ulonglong.m4.
8775         Problem reported by Davide Angelocola.
8776
8777 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8778
8779         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
8780         coreutils no longer futzes with rounding modes.
8781
8782 2005-11-14  Jim Meyering  <jim@meyering.net>
8783
8784         * lib/mkstemp-safer.c: Include <config.h>, required for possible
8785         replacement of mkstemp.
8786
8787 2005-11-10  Simon Josefsson  <jas@extundo.com>
8788
8789         * lib/readline.c: Remove EOL.
8790
8791 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8792
8793         * modules/gethrxtime (Depends-on): Add gettime.
8794
8795 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8796
8797         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
8798         or gettimeofday; no longer needed.
8799
8800 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8801
8802         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
8803         time business.
8804         (gethrxtime) [! (HAVE_NANOUPTIME
8805         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
8806         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
8807         our own approximation.
8808
8809 2005-11-08  Eric Blake  <ebb9@byu.net>
8810
8811         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8812
8813 2005-11-08  Eric Blake  <ebb9@byu.net>
8814
8815         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8816
8817 2005-11-04  Bruno Haible  <bruno@clisp.org>
8818
8819         * gnulib-tool: Implement --update mode.
8820
8821 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8822
8823         Fix porting problem reported by Theodoros V. Kalamatianos.
8824         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
8825         Don't assume that futimes failing means we must fail.
8826
8827 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8828
8829         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
8830         variables to suggest the intended function of the PATH_MAX check.
8831
8832 2005-10-30  Kean Johnston  <jkj@sco.com>
8833
8834         Trivial changes to support SCO systems.
8835         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
8836         as PATH_MAX.
8837         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
8838         where __ptr is null when no I/O is pending.
8839
8840 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
8841
8842         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
8843         leave errno alone.  Problem reported by Dmitry V. Levin.
8844
8845 2005-10-28  Simon Josefsson  <jas@extundo.com>
8846
8847         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
8848         Test more.
8849
8850         * tests/test-gc-md2.c, tests/test-md2.c: New files.
8851
8852         * modules/md2, modules/md2-tests: New files.
8853
8854 2005-10-28  Simon Josefsson  <jas@extundo.com>
8855
8856         * m4/inet_ntop.m4: More tests.
8857
8858         * m4/gc-md2.m4, md2.m4: New file.
8859
8860 2005-10-28  Simon Josefsson  <jas@extundo.com>
8861
8862         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
8863         "restrict" keywords, as per POSIX.  Protect the function
8864         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
8865         Don't use K&R prototypes.  Check the sprintf return values.
8866         Re-define EAFNOSUPPORT if not present.  Indent.
8867
8868         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
8869         suggested by Bruno Haible <bruno@clisp.org>.
8870
8871         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
8872
8873         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
8874
8875         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
8876         libgcrypt).
8877
8878         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
8879
8880         * lib/md2.h, lib/md2.c: New files.
8881
8882 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
8883
8884         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
8885         errno alone.  Problem reported by Frederic Jolliton.
8886
8887 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8888
8889         * modules/verify (License): Change from GPL to LGPL.  This is a
8890         tiny module and there are apparently near-equivalents that are
8891         under the BSD license.
8892
8893 2005-10-24  Simon Josefsson  <jas@extundo.com>
8894
8895         * modules/sha1: Relicense to LGPL.
8896
8897 2005-10-24  Simon Josefsson  <jas@extundo.com>
8898
8899         * lib/md4.h: Shrink buffer size, now that we changed the type.
8900
8901 2005-10-23  Simon Josefsson  <jas@extundo.com>
8902
8903         * gnulib-tool (func_import): Fix --tests-base.
8904
8905 2005-10-22  Simon Josefsson  <jas@extundo.com>
8906
8907         * modules/arcfour (Depends-on): Need stdint.
8908
8909 2005-10-22  Simon Josefsson  <jas@extundo.com>
8910
8911         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
8912         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
8913
8914 2005-10-22  Simon Josefsson  <jas@extundo.com>
8915
8916         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
8917         suggested by Bruno Haible <bruno@clisp.org>.
8918
8919 2005-10-22  Simon Josefsson  <jas@extundo.com>
8920
8921         * lib/crc.h: Include stddef.h, for size_t.
8922
8923 2005-10-22  Simon Josefsson  <jas@extundo.com>
8924
8925         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
8926         arcfour_context struct (simplify test vector testing in GNU
8927         Shishi).
8928
8929 2005-10-21  Simon Josefsson  <jas@extundo.com>
8930
8931         * modules/des, modules/des-tests: New files.
8932
8933         * modules/gc-des, modules/gc-des-tests: New files.
8934
8935         * tests/test-des.c, tests/test-gc-des.c: New file.
8936
8937 2005-10-21  Simon Josefsson  <jas@extundo.com>
8938
8939         * modules/arctwo, modules/arctwo-tests: New files.
8940
8941         * tests/test-arctwo.c: New file.
8942
8943         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
8944
8945         * tests/test-gc-arctwo.c: New file.
8946
8947 2005-10-21  Simon Josefsson  <jas@extundo.com>
8948
8949         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
8950         Bruno Haible <bruno@clisp.org>.
8951
8952         * m4/gc-des.m4: New file.
8953
8954 2005-10-21  Simon Josefsson  <jas@extundo.com>
8955
8956         * m4/arctwo.m4: New file.
8957
8958         * m4/gc-arctwo.m4: New file.
8959
8960 2005-10-21  Simon Josefsson  <jas@extundo.com>
8961
8962         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
8963         block.
8964
8965 2005-10-21  Simon Josefsson  <jas@extundo.com>
8966
8967         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
8968         <bruno@clisp.org>.
8969
8970         * lib/hmac-sha1.c (hmac_sha1): Likewise.
8971
8972         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
8973         Bruno Haible <bruno@clisp.org>.
8974
8975         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
8976         <bruno@clisp.org>.
8977
8978 2005-10-21  Simon Josefsson  <jas@extundo.com>
8979
8980         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
8981
8982 2005-10-21  Simon Josefsson  <jas@extundo.com>
8983
8984         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
8985
8986 2005-10-21  Simon Josefsson  <jas@extundo.com>
8987
8988         * lib/des.h, lib/des.c: New files.
8989
8990         * lib/gc-gnulib.c: Support DES.c
8991
8992 2005-10-21  Simon Josefsson  <jas@extundo.com>
8993
8994         * lib/arctwo.h, lib/arctwo.c: New files.
8995
8996         * lib/gc-gnulib.c: Support ARCTWO.
8997
8998 2005-10-21  Simon Josefsson  <jas@extundo.com>
8999
9000         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
9001         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9002
9003 2005-10-21  Simon Josefsson  <jas@extundo.com>
9004
9005         * gnulib-tool (func_import, func_create_testdir): Define automake
9006         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
9007         Makefile.am snippet),
9008         suggested by Bruno Haible <bruno@clisp.org>.
9009
9010         * modules/gc (Makefile.am): Use it.
9011
9012 2005-10-21  Bruno Haible  <bruno@clisp.org>
9013
9014         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
9015         patch.
9016
9017 2005-10-19  Simon Josefsson  <jas@extundo.com>
9018
9019         * tests/test-gc-rijndael.c: New file.
9020
9021         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
9022
9023 2005-10-19  Simon Josefsson  <jas@extundo.com>
9024
9025         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
9026         interface too.
9027
9028 2005-10-19  Simon Josefsson  <jas@extundo.com>
9029
9030         * tests/test-gc-arcfour.c: New file.
9031
9032         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
9033
9034 2005-10-19  Simon Josefsson  <jas@extundo.com>
9035
9036         * modules/gc-md4, modules/gc-md4-tests: New file.
9037
9038         * tests/test-gc-md4.c: New file.
9039
9040 2005-10-19  Simon Josefsson  <jas@extundo.com>
9041
9042         * m4/gc-md4.m4: New file.
9043
9044 2005-10-19  Simon Josefsson  <jas@extundo.com>
9045
9046         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
9047         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
9048         <kasal@ucw.cz>.
9049
9050 2005-10-19  Simon Josefsson  <jas@extundo.com>
9051
9052         * m4/gc-arcfour.m4: New file.
9053
9054         * m4/gc-rijndael.m4: New file.
9055
9056 2005-10-19  Simon Josefsson  <jas@extundo.com>
9057
9058         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
9059
9060 2005-10-19  Simon Josefsson  <jas@extundo.com>
9061
9062         * lib/gc-gnulib.c: Support ARCFOUR.
9063
9064 2005-10-19  Simon Josefsson  <jas@extundo.com>
9065
9066         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
9067         support.
9068
9069         * lib/gc.h: Add ECB enum type.
9070
9071         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
9072
9073 2005-10-18  Simon Josefsson  <jas@extundo.com>
9074
9075         * tests/test-md5.c: New file.
9076
9077         * modules/md5-tests: New file.
9078
9079 2005-10-18  Simon Josefsson  <jas@extundo.com>
9080
9081         * tests/test-md4.c: New file.
9082
9083         * modules/md4, modules/md4-tests: New files.
9084
9085 2005-10-18  Simon Josefsson  <jas@extundo.com>
9086
9087         * m4/md4.m4: New file.
9088
9089 2005-10-18  Simon Josefsson  <jas@extundo.com>
9090
9091         * lib/md4.h, lib/md4.c: New files, based on md5.?.
9092
9093 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
9094
9095         * gnulib-tool (func_create_testdir): Omit the second check whether
9096         BUILT_SOURCES in nonempty.
9097
9098 2005-10-17  Simon Josefsson  <jas@extundo.com>
9099
9100         * tests/test-rijndael.c: New file.
9101
9102 2005-10-17  Simon Josefsson  <jas@extundo.com>
9103
9104         * modules/sha1: Depend on stdint instead of md5.
9105
9106         * modules/md5: Depend on stdint, remove uint32_t.
9107
9108 2005-10-17  Simon Josefsson  <jas@extundo.com>
9109
9110         * modules/gc-sha1-tests: New file.
9111
9112         * tests/test-gc-sha1.c: New file.
9113
9114 2005-10-17  Simon Josefsson  <jas@extundo.com>
9115
9116         * m4/md5.m4: Remove call to uint32_t.m4.
9117
9118 2005-10-17  Simon Josefsson  <jas@extundo.com>
9119
9120         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
9121
9122         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
9123         md5.h.
9124
9125         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
9126
9127         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
9128
9129 2005-10-17  Simon Josefsson  <jas@extundo.com>
9130
9131         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
9132
9133 2005-10-17  Simon Josefsson  <jas@extundo.com>
9134
9135         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
9136
9137 2005-10-17  Simon Josefsson  <jas@extundo.com>
9138
9139         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
9140
9141         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
9142
9143 2005-10-17  Bruno Haible  <bruno@clisp.org>
9144
9145         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
9146         that it can also be used in a test.
9147
9148 2005-10-16  Bruno Haible  <bruno@clisp.org>
9149
9150         * gnulib-tool (func_emit_tests_Makefile_am): Also define
9151         TESTS_ENVIRONMENT, so that individual tests can augment it.
9152
9153         * gnulib-tool (func_create_testdir): Use an intermediate target for
9154         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
9155         macros, like $(ALLOCA_H), which cannot be passed through the command
9156         line.
9157
9158 2005-10-15  Simon Josefsson  <jas@extundo.com>
9159
9160         * modules/rijndael-tests: New file.
9161
9162         * modules/rijndael: New file.
9163
9164 2005-10-15  Simon Josefsson  <jas@extundo.com>
9165
9166         * m4/rijndael.m4: New file.
9167
9168 2005-10-15  Simon Josefsson  <jas@extundo.com>
9169
9170         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
9171
9172         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
9173
9174 2005-10-14  Simon Josefsson  <jas@extundo.com>
9175
9176         * tests/test-arcfour.c: New file.
9177
9178         * modules/arcfour, modules/arcfour-tests: New files.
9179
9180 2005-10-14  Simon Josefsson  <jas@extundo.com>
9181
9182         * m4/arcfour.m4: New file.
9183
9184 2005-10-14  Simon Josefsson  <jas@extundo.com>
9185
9186         * lib/arcfour.h, lib/arcfour.c: New files.
9187
9188 2005-10-14  Roland McGrath  <roland@redhat.com>
9189
9190         Import from libc.  [BZ #1331]
9191         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
9192         macro argument.
9193         Reported by Matej Vela <vela@debian.org>.
9194
9195 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9196
9197         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
9198         include <wchar.h>; no longer needed.
9199
9200 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9201
9202         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
9203
9204 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
9205         and  Ulrich Drepper  <drepper@redhat.com>
9206
9207         Import from libc.
9208         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
9209         instead of inline stream orientation test and two separate
9210         function calls.  Pay no attention to USE_IN_LIBIO.
9211
9212 2005-10-13  Simon Josefsson  <jas@extundo.com>
9213
9214         * modules/gc-hmac-md5-tests: New file.
9215
9216         * tests/test-gc-hmac-sha1.c: New file.
9217
9218         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
9219
9220         * modules/gc-hmac-md5-tests: New file.
9221
9222         * tests/test-gc-md5.c: New file.
9223
9224         * modules/gc-md5-tests: New file.
9225
9226 2005-10-13  Simon Josefsson  <jas@extundo.com>
9227
9228         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
9229         Move memory allocation outside of loop.
9230
9231 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
9232
9233         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
9234         intermediate directory is in a read-only file system.  Problem
9235         reported by Eric Blake.
9236
9237 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
9238
9239         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
9240
9241 2005-10-12  Simon Josefsson  <jas@extundo.com>
9242
9243         * tests/test-hmac-sha1.c: New file.
9244
9245         * modules/hmac-sha1-tests: New file.
9246
9247         * modules/hmac-sha1: New file.
9248
9249 2005-10-12  Simon Josefsson  <jas@extundo.com>
9250
9251         * modules/gc-sha1: New file.
9252
9253 2005-10-12  Simon Josefsson  <jas@extundo.com>
9254
9255         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
9256
9257         * tests/test-gc-pbkdf2-sha1.c: New file.
9258
9259 2005-10-12  Simon Josefsson  <jas@extundo.com>
9260
9261         * modules/gc-md5, modules/gc-hmac-md5: New files.
9262
9263         * modules/gc (Files): Remove md5, memxor and hmac files.
9264
9265 2005-10-12  Simon Josefsson  <jas@extundo.com>
9266
9267         * m4/gc-pbkdf2-sha1.m4: New file.
9268
9269         * m4/gc-hmac-sha1.m4: New file.
9270
9271         * m4/gc-sha1: New file.
9272
9273         * m4/hmac-sha1.m4: New file.
9274
9275 2005-10-12  Simon Josefsson  <jas@extundo.com>
9276
9277         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
9278
9279         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
9280
9281 2005-10-12  Simon Josefsson  <jas@extundo.com>
9282
9283         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
9284         suggested by Bruno Haible <bruno@clisp.org>.
9285
9286 2005-10-12  Simon Josefsson  <jas@extundo.com>
9287
9288         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
9289
9290 2005-10-12  Simon Josefsson  <jas@extundo.com>
9291
9292         * lib/gc-pbkdf2-sha1.c: New file.
9293
9294         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
9295
9296 2005-10-12  Simon Josefsson  <jas@extundo.com>
9297
9298         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
9299
9300         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
9301
9302 2005-10-12  Simon Josefsson  <jas@extundo.com>
9303
9304         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
9305         GC_USE_HMAC_MD5, respectively.
9306
9307         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
9308         (gc_md5): Fix typo.
9309
9310         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
9311
9312         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
9313
9314         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
9315
9316 2005-10-12  Bruno Haible  <bruno@clisp.org>
9317
9318         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
9319         Reported by Stepan Kasal <kasal@ucw.cz>.
9320
9321 2005-10-11  Simon Josefsson  <jas@extundo.com>
9322
9323         * tests/test-crc.c: New file.
9324
9325         * modules/crc, modules/crc-tests: New files.
9326
9327 2005-10-11  Simon Josefsson  <jas@extundo.com>
9328
9329         * m4/crc.m4: New file.
9330
9331 2005-10-11  Simon Josefsson  <jas@extundo.com>
9332
9333         * lib/gc.h: Add gc_hash and gc_hash_buffer.
9334
9335         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
9336
9337         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
9338
9339 2005-10-11  Simon Josefsson  <jas@extundo.com>
9340
9341         * lib/crc.h, lib/crc.c: New files.
9342
9343         * lib/gc.h (gc_hash_buffer): Add doc.
9344
9345 2005-10-11  Bruno Haible  <bruno@clisp.org>
9346
9347         * modules/c-strcasestr: New file.
9348         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
9349
9350 2005-10-11  Bruno Haible  <bruno@clisp.org>
9351
9352         * modules/c-strcase: New file.
9353         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
9354
9355 2005-10-11  Bruno Haible  <bruno@clisp.org>
9356
9357         * lib/strcasecmp.c: Include limits.h.
9358         (strcasecmp): Avoid integer overflow on exotic platforms.
9359         * lib/strncasecmp.c: Include limits.h.
9360         (strncasecmp): Avoid integer overflow on exotic platforms.
9361         Reported by Paul Eggert.
9362
9363 2005-10-11  Bruno Haible  <bruno@clisp.org>
9364
9365         * lib/c-strcasestr.h: New file, from GNU gettext.
9366         * lib/c-strcasestr.c: New file, from GNU gettext.
9367
9368 2005-10-11  Bruno Haible  <bruno@clisp.org>
9369
9370         * lib/c-strcase.h: New file, from GNU gettext.
9371         * lib/c-strcasecmp.c: New file, from GNU gettext.
9372         * lib/c-strncasecmp.c: New file, from GNU gettext.
9373
9374 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9375
9376         * modules/mempcpy (License): GPL -> LGPL.
9377         * modules/strchrnul (License): Likewise.
9378         * modules/sysexits (License): Likewise.
9379
9380 2005-10-08  Simon Josefsson  <jas@extundo.com>
9381
9382         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
9383
9384 2005-10-07  Simon Josefsson  <jas@extundo.com>
9385
9386         * m4/memxor.m4: Remove gl_C_RESTRICT call.
9387
9388 2005-10-06  Simon Josefsson  <jas@extundo.com>
9389
9390         * tests/test-hmac-md5.c: New file.
9391
9392         * modules/hmac-md5-tests: New file.
9393
9394         * modules/hmac-md5: New file.
9395
9396 2005-10-06  Simon Josefsson  <jas@extundo.com>
9397
9398         * m4/hmac-md5.m4: New file.
9399
9400         * m4/memxor.m4: Require gl_C_RESTRICT.
9401
9402 2005-10-06  Simon Josefsson  <jas@extundo.com>
9403
9404         * lib/memxor.c (memxor): Avoid casts and warnings.
9405
9406 2005-10-06  Simon Josefsson  <jas@extundo.com>
9407
9408         * lib/hmac-md5.c: New file.
9409
9410         * lib/hmac.h: New file.
9411
9412 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9413
9414         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
9415         promotes to int, not unsigned int, to catch the AIX 5.3
9416         compiler bug.
9417
9418 2005-10-05  Simon Josefsson  <jas@extundo.com>
9419
9420         * modules/memxor: New file.
9421
9422         * modules/iconv (Files): Move config.rpath to havelib, it is used
9423         there.
9424
9425         * modules/havelib (Files): Add config.rpath.
9426
9427 2005-10-05  Simon Josefsson  <jas@extundo.com>
9428
9429         * m4/memxor.m4: New file.
9430
9431 2005-10-05  Simon Josefsson  <jas@extundo.com>
9432
9433         * lib/memxor.c (memxor): Fix compiler error.
9434
9435         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
9436         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
9437
9438         * lib/memxor.h, lib/memxor.c: New files.
9439
9440         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
9441         we assume all systems have it, suggested by Jim Meyering
9442         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
9443         any systems lack sys/socket.h; mingw32 is known to lack it, but we
9444         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
9445         same reasons.
9446
9447 2005-10-05  Simon Josefsson  <jas@extundo.com>
9448
9449         * config/srclist.txt: Add glibc bug 1423 for md5.h.
9450
9451 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9452
9453         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
9454         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
9455         needed, since the source code now assumes these .h files.
9456
9457 2005-10-05  Derek Price  <derek@ximbiot.com>
9458
9459         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
9460
9461 2005-10-05  Bruno Haible  <bruno@clisp.org>
9462
9463         * modules/stdint (License): Change to LGPL.
9464
9465 2005-10-04  Simon Josefsson  <jas@extundo.com>
9466
9467         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
9468         D. Baushke" <mdb@gnu.org>.
9469
9470 2005-10-04  Bruno Haible  <bruno@clisp.org>
9471
9472         * lib/verify.h (verify_true): Provide alternative definition for C++.
9473
9474 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
9475
9476         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
9477         (SSIZE_MAX): New macro, if not already defined.
9478         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
9479         than 2 GiB.
9480
9481 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9482
9483         Sync from coreutils.
9484         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
9485         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
9486         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
9487         ULLONG_MAX doesn't work with 2.7.2.1.
9488
9489 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9490
9491         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
9492         From Ben Pfaff.
9493
9494         * modules/exclude (Depends-on): Depend on verify.
9495         * modules/strtoimax (Depends-on): Likewise.
9496         * modules/utimecmp (Depends-on): Likewise.
9497
9498 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9499
9500         * lib/exclude.c: Include verify.h.
9501         (verify): Remove.  All callers changed to use verify.h's version.
9502         * lib/strtoimax.c: Likewise.
9503         * lib/utimecmp.c: Likewis.e
9504
9505         Sync from coreutils.
9506         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
9507         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
9508         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
9509         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
9510         bother returning ENOSYS if settimeofday or stime fails; just let
9511         them return whatever errno they want to return.
9512         * lib/utimens.c: Include unistd.h, for dup2.
9513         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
9514         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
9515
9516 2005-10-02  Jim Meyering  <jim@meyering.net>
9517
9518         Sync from coreutils.
9519         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
9520         from glibc-2.2.5 that fails for read-only files.
9521
9522 2005-10-02  Jim Meyering  <jim@meyering.net>
9523
9524         Sync from coreutils.
9525         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
9526         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
9527         `#if HAVE_CONFIG_H'.
9528         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
9529         Remove AT_FDCWD test.
9530         Do not consume the fd unless successful.
9531         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
9532         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
9533         block, so that we don't even try to compile it if settimeofday is
9534         available.  This works around a compilation failure on OSF1 V5.1,
9535         due to stime requiring a `long int*' while tv_sec is `int'.
9536
9537 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
9538
9539         Sync from coreutils.
9540         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
9541         against `yes', rather than just testing for nonempty.
9542
9543 2005-10-01  Simon Josefsson  <jas@extundo.com>
9544
9545         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
9546         and Darwin.
9547
9548         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
9549         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
9550         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
9551         freeaddrinfo and gai_strerror are declared by the POSIX headers.
9552         Check if struct addrinfo is declared.
9553
9554 2005-10-01  Simon Josefsson  <jas@extundo.com>
9555
9556         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
9557         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
9558         AI_* and EAI_* definitions.  Protect function declarations.
9559
9560 2005-10-01  Jim Meyering  <jim@meyering.net>
9561
9562         Sync from coreutils.
9563
9564         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
9565         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
9566         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
9567         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9568         in the inet and nsl libraries.  Required on Solaris 5.7.
9569
9570 2005-10-01  Jim Meyering  <jim@meyering.net>
9571
9572         Sync from coreutils.
9573         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9574         in the inet and nsl libraries.  Required on Solaris 5.7.
9575
9576 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
9577
9578         * lib/getdelim.c (getdelim): Remove unused variables.
9579
9580 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9581
9582         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
9583         so that the code works even with ancient cpp.  Portability problem
9584         with GCC 2.7.2.1 reported by Thomas M.Ott.
9585
9586 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9587
9588         * modules/regex (Depends-on): Add strcase.
9589
9590         * modules/gethostname (Licence): Change from GPL to LGPL, since
9591         gethostname.c is a trivial implementation of a standard library
9592         function.
9593         * modules/poll (License): Change from GPL to LGPL, since it's
9594         derived from LGPL code.
9595
9596 2005-09-27  Jim Meyering  <jim@meyering.net>
9597
9598         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
9599         HAVE_CONFIG_H.
9600
9601         * lib/intprops.h (signed_type_or_expr__): Define.
9602         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
9603         for unsigned types.
9604
9605 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9606
9607         * lib/verify.h (verify_expr): Remove, replacing with:
9608         (verify_true): New macro that returns true instead of void.
9609         (verify_type__): Remove.
9610         (verify): Use verify_true rather than verify_type__.
9611
9612 2005-09-26  Bruno Haible  <bruno@clisp.org>
9613
9614         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
9615         is necessary.
9616         (lib_SOURCES): Remove mbchar.c.
9617         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
9618         (Files): Add m4/mbrtowc.m4.
9619         * modules/mbiter: Likewise.
9620         * modules/mbuiter: Likewise.
9621
9622 2005-09-26  Bruno Haible  <bruno@clisp.org>
9623
9624         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
9625         compile mbchar.c if they are not both present.
9626         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
9627         * m4/mbiter.m4 (gl_MBITER): Likewise.
9628         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
9629         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
9630         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
9631
9632 2005-09-25  Jim Meyering  <jim@meyering.net>
9633
9634         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
9635         also uses socklen_t.
9636
9637 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
9638
9639         * lib/utimens.c (ENOSYS): Define if not already defined.
9640         (futimens): Support having a null PATH if the file descriptor
9641         is nonnegative.
9642
9643         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
9644         Remove.
9645         (__attribute): Define to empty unless GCC 3.1 or later.
9646         This works around a core dump on OpenBSD 3.4, which has GCC
9647         2.95.3, which dumps core when given __attribute__(()).  It also
9648         simplifies other tests, since we really don't want to bother with
9649         worrying about which ancient version of GCC supported what.
9650         Original problem reported by Yoann Vandoorselaere, with part of
9651         the fix suggested by Derek Price.
9652
9653 2005-09-24  Jim Meyering  <jim@meyering.net>
9654
9655         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
9656         so we can once again use a positive bitfield width of 1 -- now we
9657         don't have to explain why we were using a bitfield width of 2.
9658
9659 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9660
9661         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
9662         and similarly for the other external symbols.  Problem reported
9663         by James Gallager.
9664
9665         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
9666         bug reported by Jim Meyering.
9667
9668         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
9669         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
9670         not needed, since socklen is a prerequisite module.
9671
9672 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9673
9674         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
9675         Problem reported by Eric Blake.
9676         (getaddrinfo): Initialize se so that it's not garbage.
9677         Redo internal storage allocation so that it doesn't make unportable
9678         assumptions about alignment.
9679         Fix a memory leak.
9680
9681         * lib/utimens.c (futimens): Use futimesat if available.
9682         Prefer it to futimes since it doesn't have the futimes bug.
9683
9684         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
9685         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
9686         Instead, declare a function that returns a pointer to an array,
9687         and use verify_type__ to declare the size of the array.
9688         Problem and germ of a solution reported by Bruno Haible.
9689         (verify_type__): Use 2, not 1, for bitfield size, to avoid
9690         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
9691
9692 2005-09-23  Jim Meyering  <jim@meyering.net>
9693
9694         Sync from coreutils.
9695         Correct build failure (socklen_t not defined) on at least
9696         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
9697         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
9698
9699 2005-09-23  Jim Meyering  <jim@meyering.net>
9700
9701         * modules/getaddrinfo (Depends-on): Add socklen.
9702
9703 2005-09-23  Bruno Haible  <bruno@clisp.org>
9704
9705         * tests/test-verify.c: New file.
9706
9707 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9708
9709         Sync from coreutils.
9710
9711         * modules/argmatch (Depends-on): Add verify.
9712         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
9713         unistd-safer.
9714         * modules/save-cwd (Depends-on): Likewise.
9715
9716         * modules/openat (Files): Add lib/openat-die.c.
9717         (Depends-on): Remove error, exitfail.
9718         Add dirname.
9719
9720         * modules/verify: New file.
9721         * MODULES.html.sh (Diagnostics <assert.h>): New section,
9722         with "verify" module.
9723
9724 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9725
9726         Sync from coreutils.
9727
9728         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
9729         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
9730         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
9731         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
9732         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
9733         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
9734         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
9735         Don't bother checking for string.h, stdlib.h, unistd.h.
9736         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
9737         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
9738         module's job.
9739         * m4/jm-macros.m4 (gl_MACROS): Likewise.
9740         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
9741
9742         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
9743         (gl_GETDATE): Use it.
9744
9745         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
9746
9747 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9748
9749         Sync from coreutils.
9750
9751         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
9752         stat-time.h.
9753         * lib/argmatch.h: Include verify.h
9754         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
9755         (ARGMATCH_ASSERT): Remove; unused.
9756         * lib/canonicalize.c: Assume STDC_HEADERS.
9757         * lib/exclude.c: Include "strcase.h".
9758         * lib/regex_internal.h [!defined _LIBC]: Likewise.
9759         * lib/getusershell.c: Include stdio--.h rather than stdio.h
9760         and stdio-safer.h.
9761         (getusershell): Call fopen, not fopen_safer.
9762         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
9763         Do not include unistd-safer.h.
9764         (save_cwd): Don't call fd_safer; no longer needed
9765         now that we include fcntl--.h.
9766
9767         * lib/getdate.y (relative_time): New type.
9768         (RELATIVE_TIME_0): New constant.
9769         (parser_control): Use relative_time instead of doing it ourselves.
9770         (%union): Add new relative_time rel member.
9771         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
9772         Now typeless.
9773         (relunit, relunit_snumber): Now of type rel.
9774         (zone, rel, relunit, get_date): Adjust to above changes.
9775
9776         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
9777         Do not include unistd-safer.h.
9778         (getloadavg): Don't call fd_safer; no longer needed
9779         now that we include fcntl--.h.
9780
9781         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
9782         (make_dir_parents): Treat ENOSYS like EEXIST.
9783
9784         Improve quality of diagnostics on restore_cwd failure.
9785         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
9786         (make_dir_parents): Last arg is now int * (for errno), not bool *.
9787         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
9788         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
9789         each time through the loop.  Do not diagnose restore_cwd failure;
9790         that is the caller's job (and perhaps the caller does not care).
9791
9792         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
9793         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
9794         If the file already exists but is not a directory, don't bother
9795         to try to make its parents.
9796         Close potential file descriptor leak if we can't chdir("/") (!).
9797         Don't always return true if chdir($PWD) fails; return true only
9798         if the requested action was done successfully (except for the
9799         chdir($PWD)).
9800         Don't log final directory unless we actually made it.
9801         Refactor to avoid duplicate code to fix up permissions.
9802         Don't attempt to fix up parent permissions if chdir($PWD) fails.
9803
9804         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
9805         to make it a bit faster and (I hope) clearer.
9806         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
9807         Fix bug in formats like %2N.
9808
9809         * lib/verify.h: New file.
9810
9811 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9812
9813         Sync from coreutils.
9814         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
9815
9816 2005-09-22  Jim Meyering  <jim@meyering.net>
9817
9818         Sync from coreutils.
9819
9820         * m4/lstat.m4 (gl_FUNC_LSTAT):
9821         Use AC_LIBSOURCES to require lstat.c and lstat.h.
9822         Remove obsolete comment.
9823         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
9824         * m4/xstrtod.m4: Likewise.
9825
9826         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
9827
9828 2005-09-22  Jim Meyering  <jim@meyering.net>
9829
9830         Sync from coreutils.
9831
9832         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
9833
9834         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
9835         the .tm_year member, since otherwise gcc-4.0 would now warn about
9836         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
9837
9838         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
9839         order to avoid an unsuppressible warning from gcc on 64-bit systems.
9840
9841         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
9842         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
9843         when run in a time zone for which daylight savings time is in effect
9844         for the starting date.
9845
9846         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
9847         stop us from restricting permissions of just-created absolute-named
9848         directories.
9849         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
9850         to restore initial working directory.
9851         * lib/mkdir-p.c (make_dir_parents): New parameter:
9852         different_working_dir, to tell caller if/when we change the working
9853         directory and are unable to return to the initial one.
9854         * lib/mkdir-p.h (make_dir_parents): Update prototype.
9855         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
9856         `return false'.  This fixes a bug introduced on 2004-07-30.
9857
9858         * lib/openat.c (fdopendir): Be sure to close the supplied
9859         file descriptor before returning.  This makes our replacement
9860         implementation a little closer to Solaris's, where fdopendir
9861         ties the file descriptor to the returned DIR* pointer.
9862         * lib/openat.c (unlinkat): New function.
9863         * lib/openat.h (unlinkat): Add prototype.
9864         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
9865         (openat_restore_fail): Rename from openat_restore_die.
9866         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
9867
9868         Provide an alternative to exiting immediately upon save_cwd or
9869         restore_cwd failure.  Now, an application can arrange e.g.,
9870         to perform a longjump in that case.
9871         * lib/openat.c: Include dirname.h.
9872         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
9873         (rpl_openat, fdopendir, fstatat): Call openat_save_die
9874         and openat_restore_die rather than calling error directly.
9875         Don't include "error.h" or "exitfail.h"; they're no longer needed.
9876
9877         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
9878         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
9879         define.
9880
9881         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
9882         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
9883                             int utc, int nanoseconds);
9884         Background:
9885         date should not have to allocate a megabyte of virtual memory to
9886         handle a format argument like +%1048575T.  When implemented with
9887         strftime, it must allocate such a buffer, use strftime to fill it
9888         in, print it, then free it.
9889         With fprintftime, it simply prints everything and exits.
9890         With no need for memory allocation, that's one fewer way to fail.
9891         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
9892         optional field width, not before, so we accept %9:z, not %:9z.
9893         (my_strftime): Be sure to use L_('x') for literals.
9894
9895         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
9896         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
9897         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
9898         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
9899         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
9900         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
9901         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
9902         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
9903         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
9904         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
9905         * lib/xgethostname.c, lib/xreadlink.c:
9906         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
9907
9908         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
9909         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
9910         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
9911         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9912         and don't include <sys/file.h>).
9913
9914 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
9915
9916         Sync from coreutils.
9917
9918         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
9919         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
9920         [!LDAV_DONE]: Avoid unused variable warning.
9921
9922 2005-09-21  Bruno Haible  <bruno@clisp.org>
9923
9924         * lib/unicodeio.h (unicode_to_mb): New declaration.
9925
9926 2005-09-20  Derek Price  <derek@ximbiot.com>
9927
9928         * lib/getaddrinfo.c: Don't include <netdb.h> included from
9929         getaddrinfo.h.
9930
9931 2005-09-20  Bruno Haible  <bruno@clisp.org>
9932
9933         * gnulib-tool: Remove trailing slashes from the values specified for
9934         --source-base, --m4-base, --tests-base, --aux-dir.
9935         Suggested by Simon Josefsson <jas@extundo.com>.
9936
9937 2005-09-20  Bruno Haible  <bruno@clisp.org>
9938
9939         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
9940         func_modules_to_filelist, func_import, func_create_testdir): Make all
9941         sorting results locale-independent, so that gnulib-cache.m4 doesn't
9942         change when gnulib-tool is invoked in a different locale.
9943
9944 2005-09-19  Simon Josefsson  <jas@extundo.com>
9945
9946         * m4/socklen.m4: Fix typo.
9947
9948 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9949
9950         Use a consistent style for including <config.h>.
9951         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
9952         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
9953         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
9954         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
9955         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
9956         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
9957         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
9958         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
9959         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
9960         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
9961         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
9962         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
9963         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
9964         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
9965         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
9966         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
9967         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
9968         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
9969         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
9970         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
9971         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
9972         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
9973         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
9974         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
9975         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
9976         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
9977         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
9978         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
9979         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
9980         lib/xstrtoumax.c, lib/yesno.c:
9981         Standardize inclusion of config.h.
9982         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
9983         lib/inttostr.h:  Removed inclusion of config.h from header files.
9984         * lib/inttostr.c:  Adjusted in-tree users.
9985         * lib/timespec.h: Remove superfluous warning to include config.h.
9986         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
9987         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
9988         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
9989         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
9990         config.h with HAVE_CONFIG_H.
9991
9992 2005-09-19  Jim Meyering  <jim@meyering.net>
9993
9994         * modules/pathmax (License): Change to LGPL.
9995
9996 2005-09-19  Derek Price  <derek@ximbiot.com>
9997
9998         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
9999
10000 2005-09-19  Bruno Haible  <bruno@clisp.org>
10001
10002         * gnulib-tool (import): Provide default for --tests-base.
10003
10004 2005-09-19  Bruno Haible  <bruno@clisp.org>
10005
10006         * doc/quote.texi: New file, extracted from gnulib.texi.
10007         * doc/ctime.texi: New file, extracted from gnulib.texi.
10008         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
10009         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
10010         * doc/gnulib.texi: Include them.
10011
10012 2005-09-18  Bruno Haible  <bruno@clisp.org>
10013
10014         Portability fix.
10015         * gnulib-tool (func_readlink): New function.
10016         (func_ln_if_changed): Use it.
10017
10018 2005-09-18  Bruno Haible  <bruno@clisp.org>
10019
10020         * gnulib-tool: Support --with-tests also with --import.
10021         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
10022         (func_import): Use variables $testsbase and $inctests. Emit a
10023         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
10024         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
10025         SUBDIRS += $testsdir.
10026         (func_create_testdir): Update.
10027
10028 2005-09-18  Bruno Haible  <bruno@clisp.org>
10029
10030         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
10031         instead of $dry_run.
10032         (func_cp_if_changed, func_mv_if_changed): Remove functions.
10033         (func_ln_if_changed): Don't handle dry-run here.
10034         (func_import): In dry-run mode, detect more precisely which actions
10035         would be performed, and don't use "...ing" verbs.
10036
10037 2005-09-18  Bruno Haible  <bruno@clisp.org>
10038
10039         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
10040         (func_import): Use join on two temporary files instead of three nested
10041         loops, in order to determine which files are new or old.
10042
10043 2005-09-18  Bruno Haible  <bruno@clisp.org>
10044
10045         * gnulib-tool (func_import): Comment out code that spits out the
10046         new files with --dry-run.
10047
10048 2005-09-18  Bruno Haible  <bruno@clisp.org>
10049
10050         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
10051
10052 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10053
10054         * lib/stat-time.h: New file.
10055         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
10056         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
10057         in a different way.
10058         (timespec_cmp): New function.
10059         * lib/utimecmp.c: Include stat-time.h.
10060         (SYSCALL_RESOLUTION): Depend on whether various struct stat
10061         members exist, not on the obsolescent ST_MTIM_NSEC.
10062         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
10063
10064 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10065
10066         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
10067
10068 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10069
10070         * MODULES.html.sh (File system functions): Add stat-time.
10071         * modules/stat-time: New file.
10072         * modules/timespec (Files): Remove m4/st_mtim.m4; this
10073         is now done in a different way, by the stat-time module.
10074         * modules/utimecmp (Depends-on): Add stat-time.
10075
10076 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10077
10078         * m4/st_mtim.m4: Remove.  Superseded by...
10079         * m4/stat-time.m4: New file.
10080         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
10081         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
10082
10083 2005-09-15  Derek Price  <derek@ximbiot.com>
10084
10085         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
10086
10087 2005-09-15  Derek Price  <derek@ximbiot.com>
10088
10089         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
10090         * lib/regex_internal.c: Ditto, using this...
10091         (__GNUC_PREREQ): ...new macro.
10092         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
10093         using...
10094         (__GNUC_PREREQ): ...this new macro.
10095
10096         * lib/strstr.h: Include string.h. Define strstr as a macro here.
10097
10098 2005-09-15  Derek Price  <derek@ximbiot.com>
10099             Paul Eggert  <eggert@cs.ucla.edu>
10100
10101         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
10102         changes, consolidating in...
10103         * lib/regex_internal.h: ...this file.
10104
10105 2005-09-13  Jim Meyering  <jim@meyering.net>
10106
10107         * lib/canon-host.c: Filter through gnu indent and reword comments
10108         slightly.
10109         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
10110
10111 2005-09-13  Derek Price  <derek@ximbiot.com>
10112
10113         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
10114         failure.
10115         Reported by Jim Meyering  <jim@meyering.net>.
10116
10117 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10118
10119         * lib/base64.c: Typo.
10120         (base64_encode): Put b64str in initialized data section.
10121
10122 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10123
10124         Merge glibc and coreutils changes into gnulib, plus a few
10125         extra fixes.
10126         * lib/md5.c: Use #error rather than a string.
10127         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
10128         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
10129         (__attribute__): Define to empty for non recent-GCC.
10130         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
10131         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
10132         Renamed from their non-__ counterparts, with new macros replacing
10133         them if not _LIBC.  Add __THROW attribute.
10134         (rol): Remove.
10135         (struct md5_ctx): Align buffer if using GCC.
10136         * lib/sha1.h (struct sha1_ctx): Likewise.
10137         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
10138         The old name was backwards.
10139         (NOTSWAP): Remove; not used.
10140         (rol): New macro, moved here from md5.h.
10141         (sha1_process_block): Remove a FIXME that doesn't make sense.
10142
10143 2005-09-12  Derek Price  <derek@ximbiot.com>
10144
10145         Return usable errors from canon-host.
10146         * lib/canon-host.h: New file.
10147         * lib/canon-host.c (canon_host): Wrap...
10148         (canon_host_r): ...this new function, which now relies exclusively on
10149         getaddrinfo.
10150         (ch_strerror): New function.
10151         (last_cherror): New global.
10152         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
10153         interface.
10154         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
10155         void *.
10156         (freeaddrinfo): Free ai->ai_canonname when set.
10157
10158 2005-09-12  Derek Price  <derek@ximbiot.com>
10159
10160         Make canon-host require getaddrinfo.
10161         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
10162         AC_LIBSOURCE canon-host.h.  Call...
10163         (gl_PREREQ_CANON_HOST): ...this new function, which requires
10164         gl_GETADDRINFO.
10165         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
10166
10167 2005-09-12  Derek Price  <derek@ximbiot.com>
10168
10169         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
10170         LGPL.
10171         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
10172
10173 2005-09-12  Derek Price  <derek@ximbiot.com>
10174
10175         * lib/gai_strerror.c: Include config.h when available.  Include
10176         getaddrinfo.h before other headers to test interface.
10177         Reported by Larry Jones <lawrence.jones@ugs.com>.
10178
10179 2005-09-12  Derek Price  <derek@ximbiot.com>
10180             Paul Eggert  <eggert@cs.ucla.edu>
10181
10182         * modules/glob (Files): Add glob-libc.h.
10183
10184 2005-09-12  Derek Price  <derek@ximbiot.com>
10185             Paul Eggert  <eggert@cs.ucla.edu>
10186
10187         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
10188         glob_.h, glob-libc.h.
10189         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
10190
10191 2005-09-12  Derek Price  <derek@ximbiot.com>
10192             Paul Eggert  <eggert@cs.ucla.edu>
10193
10194         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
10195         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
10196         protecting things that should be done only in gnulib contexts.
10197         * lib/glob_.h: New file, containing only the glob things needed for
10198         gnulib.
10199         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
10200         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
10201         (glob, globfree, glob_pattern_p): Now defined simply in terms of
10202         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
10203         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
10204         and to respect the namespace rules better.
10205
10206 2005-09-08  Simon Josefsson  <jas@extundo.com>
10207
10208         * modules/socklen: New file.
10209
10210 2005-09-08  Simon Josefsson  <jas@extundo.com>
10211
10212         * m4/socklen.m4: New file.
10213
10214 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10215
10216         * modules/utimens (Files): Add m4/utimbuf.m4, since
10217         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
10218         Reported by Sergey Poznyakoff.
10219
10220 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10221
10222         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
10223         definitions, since that's the preferred style in glibc.
10224         Fix a minor spacing issue, and update copyright notice to match
10225         glibc's.
10226
10227 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10228
10229         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
10230
10231 2005-09-06  Simon Josefsson  <jas@extundo.com>
10232
10233         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
10234         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
10235
10236 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10237
10238         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
10239         warning.
10240
10241 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10242
10243         * config/srclist.txt: Add glibc bug 1302.
10244
10245 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
10246
10247         Change bitset word type from unsigned int to unsigned long int,
10248         as this has better performance on typical 64-bit hosts.
10249         Port bitset code to hosts with unusual word sizes.
10250         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
10251         (build_collating_symbol):
10252         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
10253         argument is a bitset.  This is merely a style issue, but it makes
10254         it clearer that an entire array is expected.
10255         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
10256         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
10257         Port to the case where bitset_word is not the same as unsigned int.
10258         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10259         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
10260         Likewise.
10261         * lib/regexec.c (check_dst_limits_calc_pos_1,
10262         check_subexp_matching_top):
10263         (build_trtable, group_nodes_into_DFAstates):
10264         Likewise.
10265         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
10266         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
10267         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
10268         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
10269         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
10270         * lib/regcomp.c (optimize_subexps, lower_subexp):
10271         Work even if bitset_word has holes in its bitwise representation.
10272         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
10273         * lib/regexec.c (check_dst_limits_calc_pos_1,
10274         check_subexp_matching_top):
10275         Likewise.
10276         * lib/regex_internal.c (re_string_reconstruct):
10277         Don't assume UCHAR_MAX == 255.
10278         * lib/regex_internal.h (bitset_set_all): Likewise.
10279         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
10280         All uses changed.
10281         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
10282         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
10283         All uses changed.
10284         (BITSET_WORD_MAX): New macro.
10285         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
10286         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
10287         (bitset_empty, bitset_copy):
10288         Prefer sizeof (bitset) to multiplying it out ourselves.
10289         (bitset_not_merge): Remove; unused.
10290         (bitset_contain): Return bool, not unsigned int with one bit on.
10291         All callers changed.
10292         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
10293         alignment than re_node_set; do this by defining a new internal
10294         type struct dests_alloc and using it to allocate memory.
10295
10296 2005-09-05  Bruno Haible  <bruno@clisp.org>
10297
10298         * gnulib-tool (func_import): Fix comparison in handling of symbolic
10299         links.
10300
10301 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
10302
10303         * modules/size_max (Makefile.am): Add size_max.h
10304
10305 2005-09-04  Derek Price  <derek@ximbiot.com>
10306
10307         * gnulib-tool (func_import): Fix reversed $symbolic logic.
10308
10309 2005-09-03  Simon Josefsson  <jas@extundo.com>
10310
10311         * gnulib-tool: Fix typo.
10312
10313 2005-09-03  Simon Josefsson  <jas@extundo.com>
10314
10315         * config/srclist.txt: Add glibc bug 1293.
10316
10317 2005-09-03  Derek Price  <derek@ximbiot.com>
10318
10319         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
10320         From Larry Jones <lawrence.jones@ugs.com>.
10321
10322 2005-09-02  Simon Josefsson  <jas@extundo.com>
10323
10324         * modules/socklen: New file.
10325
10326 2005-09-02  Simon Josefsson  <jas@extundo.com>
10327
10328         * modules/havelib: New module.
10329
10330         * modules/gettext, modules/iconv, modules/lock, modules/readline:
10331         Use havelib.
10332
10333 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10334
10335         Check for arithmetic overflow when calculating sizes, to prevent
10336         some buffer-overflow issues.  These patches are conservative, in the
10337         sense that when I couldn't determine whether an overflow was possible,
10338         I inserted a run-time check.
10339         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
10340         macros.
10341         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
10342         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
10343         (re_xnrealloc, re_x2nrealloc): New inline functions.
10344         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
10345         parse_bracket_exp):
10346         (build_equiv_class, build_charclass): Check for arithmetic overflow
10347         in size expression calculations.
10348         * lib/regex_internal.c (re_string_realloc_buffers):
10349         (build_wcs_upper_buffer, re_node_set_add_intersect):
10350         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
10351         (re_dfa_add_node, register_state): Likewise.
10352         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
10353         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
10354         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
10355         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
10356
10357 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10358
10359         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
10360         m4/ulonglong.m4.  Problem reported by Martin Lambers.
10361
10362 2005-09-02  Bruno Haible  <bruno@clisp.org>
10363
10364         Support for lib vs. lib64 distinction on biarch platforms.
10365         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
10366         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
10367         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
10368
10369 2005-09-02  Bruno Haible  <bruno@clisp.org>
10370
10371         * gnulib-tool (import): In the other first-use case, provide defaults
10372         as well.
10373
10374 2005-09-02  Bruno Haible  <bruno@clisp.org>
10375
10376         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
10377         patches not yet found in the latest gettext release.
10378
10379 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10380
10381         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
10382         to avoid a collision with bits/local_lim.h in glibc.
10383         All uses changed.  Problem reported by Dmitry V. Levin in
10384         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
10385
10386         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
10387         bugs in int versus size_t comparisons.
10388         (re_string_context_at): Fix bug where the code assumed that
10389         Idx is signed.
10390
10391         Use bool where appropriate.
10392         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
10393         All callers changed.
10394         (calc_eclosure_iter): Likewise, for ROOT arg.
10395         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
10396         (build_charclass_op): Likewise, for NON_MATCH arg.
10397         * lib/regex_internal.c (re_string_allocate, re_string_construct):
10398         (re_string_construct_common): Likewise, for ICASE arg.
10399         * lib/regexec.c (re_search_2_stub, re_search_stub):
10400         Likewise, for RET_LEN arg.
10401         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
10402         (set_regs): Likewise, for FL_BACKTRACK arg.
10403         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
10404         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
10405         (calc_eclosure_iter, parse_bracket_exp):
10406         Use bool for internal variables that are booleans.
10407         * lib/regexec.c (re_search_internal, check_matching,
10408         proceed_next_node):
10409         (set_regs, build_sifted_states, sift_states_bkref):
10410         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
10411         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10412         (find_collation_sequence_value):
10413         Likewise.
10414         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
10415         (re_node_set_compare):
10416         Return bool, not int. All callers changed.
10417         * lib/regexec.c (check_halt_node_context, check_dst_limits):
10418         (build_trtable, check_node_accept): Likewise.
10419         * lib/regex_internal.h: Include stdbool.h.
10420
10421         Fix bugs uncovered when converting to bool.
10422         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
10423         failure instead of charging ahead blindly.
10424         * lib/regex_internal.c (register_state): Likewise.
10425         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
10426         for freeing internal storage.
10427         (group_nodes_into_DFA_states): Use unsigned int, not int, for
10428         bitset pieces used as boolean, to avoid undefined behavior
10429         on hosts that do int overflow checking.
10430
10431 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10432
10433         * config/srclist.txt: Add glibc bugs 1285-1287.
10434
10435 2005-09-01  Jim Meyering  <jim@meyering.net>
10436
10437         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
10438         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
10439         Require gl_STAT_MACROS, too.
10440
10441 2005-09-01  Bruno Haible  <bruno@clisp.org>
10442
10443         * gnulib-tool (import): In the first-use case, provide defaults.
10444
10445 2005-09-01  Bruno Haible  <bruno@clisp.org>
10446
10447         * gnulib-tool (func_import): Remove the .tmp files.
10448
10449 2005-09-01  Bruno Haible  <bruno@clisp.org>
10450
10451         * gnulib-tool (func_import): Fix handling of symbolic links.
10452
10453 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10454
10455         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
10456         old glibc regex code mishandles strings longer than 2**31 bytes.
10457         This patch fixes this when the regex code is used in gnulib
10458         (i.e., outside glibc).
10459
10460         This patch should not affect the use of the regex code inside
10461         glibc.  No doubt this problem also needs to be handled for glibc
10462         as well, but the result will be an incompatible change to the
10463         glibc ABI, and the old ABI will have to be supported too.  That
10464         can be the the subject for another patch.
10465
10466         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
10467         governing whether the rest of this patch is active.  By default,
10468         the macro is disabled and the patch has no effect.
10469         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
10470         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
10471         (struct re_pattern_buffer, re_search, re_search_2, re_match):
10472         (re_match_2, re_set_registers): Use the new types.
10473         * lib/regex_internal.h (Idx, re_hashval_t): New types.
10474         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
10475         New macros.
10476         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
10477         (re_string_context_at, bin_tree_t, re_dfastate_t):
10478         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
10479         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
10480         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
10481         (re_string_char_size_at, re_string_wchar_at):
10482         (re_string_elem_size_at):
10483         Use the new types and macros to port to 64-bit hosts.
10484         Use unsigned types for internal values, so that the code
10485         mostly works even for arrays larger than SSIZE_MAX.
10486         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
10487         (search_duplicated_node, calc_eclosure_iter, fetch_number):
10488         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
10489         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
10490         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
10491         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
10492         (calc_inveclosure, parse_dup_op, build_range_exp):
10493         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
10494         (fetch_number, create_token_tree, mark_opt_subexp):
10495         Likewise.
10496         * lib/regex_internal.c (re_string_construct_common,
10497         create_ci_newstate):
10498         (create_cd_newstate, re_string_allocate, re_string_construct):
10499         (re_string_realloc_buffers, build_wcs_upper_buffer):
10500         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10501         (re_string_reconstruct, re_string_peek_byte_case):
10502         (re_string_fetch_byte_case, re_string_context_at):
10503         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10504         (re_node_set_init_copy, re_node_set_add_intersect):
10505         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10506         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10507         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10508         (re_acquire_state, re_acquire_state_context, register_state):
10509         Likewise.
10510         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
10511         search_cur_bkref_entry):
10512         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
10513         (re_search_internal, re_search_2_stub, re_search_stub)
10514         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
10515         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
10516         (update_cur_sifted_state, check_dst_limits):
10517         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10518         (check_subexp_limits, sift_states_bkref, merge_state_array):
10519         (check_subexp_matching_top, get_subexp, get_subexp_sub):
10520         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
10521         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10522         (expand_bkref_cache, check_node_accept_bytes):
10523         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
10524         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
10525         (acquire_init_state_context, check_halt_node_context):
10526         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
10527         (sift_states_backward, clean_state_log_if_needed):
10528         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
10529         (find_recover_state, transit_state_sb, transit_state_mb):
10530         (transit_state_bkref, build_trtable, match_ctx_clean):
10531         Likewise.
10532         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
10533         to work around an assumption that REG_MISSING is negative.
10534
10535         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
10536         (seek_collating_symbol_entry) [defined _LIBC]:
10537         (lookup_collation_sequence_value) [defined _LIBC]:
10538         (build_range_exp, build_collating_symbol) [defined _LIBC]:
10539         Use prototypes rather than old-style function definitions.
10540         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
10541         (transit_state_sb) [0]:
10542         (find_collation_sequence_value) [defined _LIBC]: Likewise.
10543
10544         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
10545         rm_eo.
10546
10547         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
10548         (optimize_subexps, lower_subexp):
10549         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
10550         since the signed shift might overflow.  Use 1u<<31 instead.
10551         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10552         Likewise.
10553         * lib/regexec.c (check_dst_limits_calc_pos_1,
10554         check_subexp_matching_top): Likewise.
10555
10556         * lib/regcomp.c (optimize_subexps, lower_subexp):
10557         Use CHAR_BIT rather than 8, for clarity.
10558         * lib/regexec.c (check_dst_limits_calc_pos_1):
10559         (check_subexp_matching_top): Likewise.
10560         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
10561         have to worry about portability issues when shifting it left.
10562         Remove no-longer-needed test for table_size > 0.
10563         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
10564         in a word, as the resulting behavior is undefined.
10565         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
10566         in one case, a <= should have been an <, and in another case the
10567         whole test was missing.
10568         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
10569         the standard name CHAR_BIT.
10570         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
10571         this is not true on one's complement and signed-magnitude hosts.
10572
10573         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
10574         next_last_offset.
10575         (struct re_dfa_t): Remove unused member states_alloc.
10576         * lib/regcomp.c (init_dfa): Don't initialize unused members.
10577
10578 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10579
10580         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
10581         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
10582         and large-file glibc and in 32-bit large-file Solaris.
10583
10584 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10585
10586         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
10587         lengths fit in regoff_t; this isn't true if regoff_t is the same
10588         width as size_t.
10589         * lib/regex.c (re_search_internal): 5th arg is LAST_START
10590         (= START + RANGE) instead of RANGE.  This avoids overflow
10591         problems when regoff_t is the same width as size_t.
10592         All callers changed.
10593         (re_search_2_stub): Check for overflow when adding the
10594         sizes of the two strings.
10595         (re_search_stub): Check for overflow when adding START
10596         to RANGE; if it occurs, substitute the extreme value.
10597
10598 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10599
10600         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
10601
10602 2005-08-31  Jim Meyering  <jim@meyering.net>
10603
10604         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
10605         a pointer-to-const.
10606         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
10607         (register_state): Likewise.
10608         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
10609         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10610         (group_nodes_into_DFAstates): Likewise.
10611
10612 2005-08-31  Jim Meyering  <jim@meyering.net>
10613
10614         * check-module: Add a FIXME comment.
10615
10616 2005-08-31  Eric Blake  <ebb9@byu.net>
10617
10618         * modules/unistd-safer (Files): Add unistd--.h.
10619         * modules/stdio-safer (Files): Add stdio--.h.
10620
10621 2005-08-31  Derek Price  <derek@ximbiot.com>
10622
10623         * lib/getdelim.c (getdelim): Return EOF on EOF.
10624         Reported by Larry Jones <lawrence.jones@ugs.com>.
10625
10626 2005-08-31  Bruno Haible  <bruno@clisp.org>
10627
10628         Avoid unnecessary diffs in the generated lib/Makefile.am.
10629         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
10630         the generated files.
10631         (func_import): Don't set cmd.
10632
10633 2005-08-31  Bruno Haible  <bruno@clisp.org>
10634
10635         * lib/strstr.c: Include <stddef.h>, for NULL.
10636         * lib/strcasestr.c: Likewise.
10637         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10638
10639 2005-08-31  Bruno Haible  <bruno@clisp.org>
10640
10641         * gnulib-tool: New option --macro-prefix.
10642         (func_import): Use macro_prefix.
10643         (import): Handle option --macro-prefix.
10644
10645 2005-08-31  Bruno Haible  <bruno@clisp.org>
10646
10647         * gnulib-tool (import): Rename most ac_* variables to cached_*.
10648         Also use new variables cached_lgpl, cached_libtool.
10649
10650 2005-08-31  Bruno Haible  <bruno@clisp.org>
10651
10652         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
10653         always instantiating them.
10654
10655 2005-08-31  Bruno Haible  <bruno@clisp.org>
10656
10657         * gnulib-tool (func_import): Read the previous cached settings
10658         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
10659         earlier added by gnulib but are now dropped. Warn when a gnulib file
10660         overwrites a non-gnulib file.
10661
10662 2005-08-31  Bruno Haible  <bruno@clisp.org>
10663
10664         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
10665         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
10666         projects that don't keep autogenerated files in CVS. Put into
10667         actioncmd only the specified modules, not the transitive closure.
10668
10669 2005-08-31  Bruno Haible  <bruno@clisp.org>
10670
10671         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
10672         Create directories that shall be filled.
10673         (import): Don't look for gl_* macros in configure.ac. Recurse across
10674         all directories containing a gnulib-cache.m4 files, if meaningful.
10675
10676 2005-08-31  Bruno Haible  <bruno@clisp.org>
10677
10678         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
10679         (import): Set seen_libtool when we see gl_LIBTOOL.
10680
10681 2005-08-31  Bruno Haible  <bruno@clisp.org>
10682
10683         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
10684         declaration macro definitions from generated gnulib.m4.
10685
10686 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
10687
10688         * lib/iconvme.h: Add prototype for iconv_alloc.
10689
10690 2005-08-29  Simon Josefsson  <jas@extundo.com>
10691
10692         * lib/iconvme.c: Fix errno.
10693
10694 2005-08-29  Bruno Haible  <bruno@clisp.org>
10695
10696         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
10697         that it works when the directory contains spaces.
10698
10699 2005-08-29  Bruno Haible  <bruno@clisp.org>
10700
10701         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
10702
10703 2005-08-29  Bruno Haible  <bruno@clisp.org>
10704
10705         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
10706         Emit more advice.
10707
10708 2005-08-29  Bruno Haible  <bruno@clisp.org>
10709         and Stepan Kasal  <kasal@ucw.cz>
10710
10711         * check-module: If more parameters are given, check each of them
10712         separately; add more exceptions, as noted by Jim Meyering.
10713         (check_module): New procedure.
10714         (%exempt_header): Now contains all exceptions.
10715
10716 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
10717
10718         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
10719
10720 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
10721
10722         * lib/iconvme.c: Split iconv_string into iconv_alloc.
10723
10724 2005-08-28  Bruno Haible  <bruno@clisp.org>
10725
10726         * m4/gnulib-tool.m4: New file.
10727
10728 2005-08-27  Jim Meyering  <jim@meyering.net>
10729
10730         * modules/unistd-safer (Files): Add pipe-safer.c.
10731         * modules/fcntl-safer (Files): Add creat-safer.c.
10732
10733 2005-08-27  Jim Meyering  <jim@meyering.net>
10734
10735         * m4/stdlib-safer.m4: New file.  From coreutils.
10736         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
10737         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
10738         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
10739         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
10740         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
10741
10742 2005-08-27  Jim Meyering  <jim@meyering.net>
10743
10744         * lib/fopen-safer.c: Merge minor changes from coreutils.
10745         * lib/dup-safer.c: Likewise.
10746         * lib/fd-safer.c: Likewise.
10747
10748         Merge from coreutils.
10749         * lib/stdio--.h: New file.
10750         * lib/stdlib--.h: New file.
10751         * lib/mkstemp-safer.c: New file.
10752
10753         GNU tar needs these.
10754         * lib/pipe-safer.c: New file.
10755         * lib/creat-safer.c: New file.
10756         * lib/fcntl--.h (creat): Define to creat_safer.
10757         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
10758         * lib/unistd--.h (pipe): Define to pipe_safer.
10759         * lib/unistd-safer.h: Declare pipe_safer.
10760
10761 2005-08-26  Simon Josefsson  <jas@extundo.com>
10762
10763         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
10764         Haible <bruno@clisp.org>.
10765
10766 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
10767
10768         * lib/regex_internal.h: Remove all references to
10769         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
10770         or better.
10771         (bitset_not, bitset_merge, bitset_not_merge):
10772         (bitset_mask, re_string_allocate, re_string_construct):
10773         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
10774         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
10775         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
10776         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
10777         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10778         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10779         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
10780         (re_acquire_state_context):
10781         Remove unnecessary forward decls.
10782         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
10783         Put __attribute at function definition,
10784         now that the function decl has been removed.
10785         * lib/regex_internal.c (re_string_peek_byte_case):
10786         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
10787         Likewise.
10788
10789 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
10790
10791         * m4/regex.m4: Add AC_PREREQ(2.50).
10792         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
10793
10794 2005-08-25  Simon Josefsson  <jas@extundo.com>
10795
10796         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
10797         __fsetlocking.
10798
10799 2005-08-25  Simon Josefsson  <jas@extundo.com>
10800
10801         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
10802         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
10803         GLIBC specific code.
10804
10805 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10806
10807         Make regex safe for g++.  This fixes one real bug (an "err"
10808         that should have been "*err").  g++ problem reported by
10809         Sam Steingold.
10810         * lib/regex_internal.h (re_calloc): New macro, consistent with
10811         re_malloc etc.  All callers of calloc changed to use re_calloc.
10812         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
10813         not int.  All callers changed.
10814         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
10815         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
10816         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
10817         (find_recover_state): Change "err" to "*err"; this fixes what
10818         appears to be a real bug.
10819         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
10820         versus int.
10821
10822 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10823
10824         * modules/regex (Depends-on): Add malloc, since the code
10825         assumes that !malloc(0) means failure.
10826
10827 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10828
10829         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
10830
10831         alloca modernization/simplification for regex.
10832         * lib/regex.c: Remove portability cruft for alloca.  This no longer
10833         needs to be at the start of the file, and can be moved into
10834         regex_internal.h and simplified.
10835         * lib/regex_internal.h: Include <alloca.h>.
10836         (__libc_use_alloca) [!defined _LIBC]: New macro.
10837         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
10838         now works outside glibc.
10839
10840 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10841
10842         * config/srclist.txt: Add glibc bugs 1241, 1245.
10843
10844 2005-08-25  Jim Meyering  <jim@meyering.net>
10845
10846         * lib/open-safer.c: Include <config.h>.
10847         Otherwise, we'd lose LARGEFILE support in any file using
10848         e.g. "fcntl--.h"
10849
10850 2005-08-25  Bruno Haible  <bruno@clisp.org>
10851
10852         * m4/minmax.m4: Require autoconf 2.52.
10853         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
10854         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
10855         alternatives of translit over the alphabet.
10856         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
10857
10858 2005-08-24  Simon Josefsson  <jas@extundo.com>
10859
10860         * tests/test-getpass.c: New file.
10861
10862 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10863
10864         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
10865         for GNU regex features.
10866
10867 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10868
10869         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
10870         * lib/regex.h (regerror): Likewise.
10871
10872         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
10873         requires this.  (The code never needed it.)
10874
10875         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
10876         All uses of recently-renamed identifiers changed to use the new,
10877         POSIX-compliant names.  The code will build and run just fine
10878         without these changes, but it's better to eat our own dog food
10879         and use the standard-conforming names.
10880
10881         * lib/regex.h: Fix a multitude of POSIX name space violations.
10882         These changes have an effect only for programs that define
10883         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
10884         do not change anything for programs compiled in the normal way.
10885         Also, there is no effect on the ABI.
10886
10887         (_REGEX_SOURCE): New macro.
10888         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
10889         defined and _GNU_SOURCE is not; this fixes a name space violation.
10890
10891         Rename the following macros to obey POSIX requirements.
10892         The old names are still visible as macros if _REGEX_SOURCE is defined.
10893         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
10894         RE_BACKSLASH_ESCAPE_IN_LISTS.
10895         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
10896         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
10897         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
10898         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
10899         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
10900         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
10901         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
10902         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
10903         (REG_INTERVALS): renamed from RE_INTERVALS.
10904         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
10905         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
10906         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
10907         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
10908         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
10909         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
10910         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
10911         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
10912         RE_UNMATCHED_RIGHT_PAREN_ORD.
10913         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
10914         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
10915         (REG_DEBUG): renamed from RE_DEBUG.
10916         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
10917         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
10918         unusual, since we can't clash with the POSIX REG_ICASE.
10919         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
10920         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
10921         (REG_NO_SUB): renamed from RE_NO_SUB.
10922         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
10923         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
10924         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
10925         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
10926         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
10927         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
10928         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
10929         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
10930         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
10931         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
10932         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
10933         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
10934         RE_SYNTAX_POSIX_MINIMAL_BASIC.
10935         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
10936         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
10937         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
10938         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
10939         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
10940         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
10941         (REG_FIXED): Renamed from REGS_FIXED.
10942         (REG_NREGS): Renamed from RE_NREGS.
10943
10944         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
10945         of other REG_* macros, since POSIX says the user is allowed to
10946         #undef these macros selectively.
10947
10948         (reg_errcode_t): Update comment stating what other tables need
10949         to be consistent.
10950
10951         Rename the following enum values to obey POSIX requirements.
10952         The old names are still visible as macros.
10953         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
10954         is not defined, since GNU is supposed to be a superset of POSIX as
10955         much as possible, and since we want reg_errcode_t to be a signed
10956         type for implementation consistency.
10957         (_REG_NOERROR): Renamed from REG_NOERROR.
10958         (_REG_NOMATCH): Renamed from REG_NOMATCH.
10959         (_REG_BADPAT): Renamed from REG_BADPAT.
10960         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
10961         (_REG_ECTYPE): Renamed from REG_ECTYPE.
10962         (_REG_EESCAPE): Renamed from REG_EESCAPE.
10963         (_REG_ESUBREG): Renamed from REG_ESUBREG.
10964         (_REG_EBRACK): Renamed from REG_EBRACK.
10965         (_REG_EPAREN): Renamed from REG_EPAREN.
10966         (_REG_EBRACE): Renamed from REG_EBRACE.
10967         (_REG_BADBR): Renamed from REG_BADBR.
10968         (_REG_ERANGE): Renamed from REG_ERANGE.
10969         (_REG_ESPACE): Renamed from REG_ESPACE.
10970         (_REG_BADRPT): Renamed from REG_BADRPT.
10971         (_REG_EEND): Renamed from REG_EEND.
10972         (_REG_ESIZE): Renamed from REG_ESIZE.
10973         (_REG_ERPAREN): Renamed from REG_ERPAREN.
10974         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
10975         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
10976         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
10977         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
10978
10979         (_REG_RE_NAME, _REG_RM_NAME): New macros.
10980         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
10981         changed.  But support the old name if the new one is not defined
10982         and if _REGEX_SOURCE.
10983
10984         Change the following member names in struct re_pattern_buffer.
10985         The old names are still supported if !_REGEX_SOURCE.
10986         The new names are always supported, regardless of _REGEX_SOURCE.
10987         (re_buffer): Renamed from buffer.
10988         (re_allocated): Renamed from allocated.
10989         (re_used): Renamed from used.
10990         (re_syntax): Renamed from syntax.
10991         (re_fastmap): Renamed from fastmap.
10992         (re_translate): Renamed from translate.
10993         (re_can_be_null): Renamed from can_be_null.
10994         (re_regs_allocated): Renamed from regs_allocated.
10995         (re_fastmap_accurate): Renamed from fastmap_accurate.
10996         (re_no_sub): Renamed from no_sub.
10997         (re_not_bol): Renamed from not_bol.
10998         (re_not_eol): Renamed from not_eol.
10999         (re_newline_anchor): Renamed from newline_anchor.
11000
11001         Change the following member names in struct re_registers.
11002         The old names are still supported if !_REGEX_SOURCE.
11003         The new names are always supported, regardless of _REGEX_SOURCE.
11004         (rm_num_regs): Renamed from num_regs.
11005         (rm_start): Renamed from start.
11006         (rm_end): Renamed from end.
11007
11008         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
11009         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
11010         Prepend __ to parameter names.
11011
11012         Undo yesterday's changes.
11013
11014 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11015
11016         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
11017         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
11018         lib/regex.c.
11019
11020 2005-08-24  Jim Meyering  <jim@meyering.net>
11021
11022         Sync from coreutils.
11023         * m4/fcntl-safer.m4: New file.
11024
11025         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
11026         and object files for this module.
11027
11028 2005-08-24  Jim Meyering  <jim@meyering.net>
11029
11030         Sync from coreutils.
11031         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
11032
11033 2005-08-24  Jim Meyering  <jim@meyering.net>
11034
11035         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
11036         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
11037
11038 2005-08-24  Jim Meyering  <jim@meyering.net>
11039
11040         * modules/fcntl-safer: New module.
11041         * modules/fts (Depends-on): Add fcntl-safer.
11042         * MODULES.html.sh (File descriptor based Input/Output):
11043         Add fcntl-safer.
11044
11045 2005-08-24  Bruno Haible  <bruno@clisp.org>
11046
11047         Support for unit test modules.
11048         * modules/README: Mention tests modules.
11049         * modules/TEMPLATE-TESTS: New file.
11050         * gnulib-tool: New options --extract-tests-module, --with-tests and
11051         --tests-base (unused for the moment).
11052         (testsbase, inctests): New variables.
11053         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
11054         (func_verify_module): Exclude TEMPLATE-TESTS.
11055         (func_verify_nontests_module, func_verify_tests_module): New functions.
11056         (func_get_dependencies): Add implicit dependency for tests modules.
11057         (func_get_tests_module): New function.
11058         (func_modules_transitive_closure): When --with-tests was specified,
11059         include the unit tests as well, unless explicitly avoided.
11060         (func_emit_lib_Makefile_am): Ignore the tests modules here.
11061         (func_emit_tests_Makefile_am): New function.
11062         (func_create_testdir): When --with-tests was specified, emit a
11063         tests/ directory.
11064         * MODULES.html.sh (Future developments): Update.
11065
11066 2005-08-24  Bruno Haible  <bruno@clisp.org>
11067
11068         * modules/tls-tests: New file.
11069         * tests/test-tls.c: New file, from GNU gettext.
11070
11071 2005-08-24  Bruno Haible  <bruno@clisp.org>
11072
11073         * modules/lock-tests: New file.
11074         * tests/test-lock.c: New file, from GNU gettext.
11075
11076 2005-08-24  Bruno Haible  <bruno@clisp.org>
11077
11078         * lib/lock.h: Add multiple inclusion guard.
11079         * lib/tls.h: Add multiple inclusion guard.
11080
11081 2005-08-24  Bruno Haible  <bruno@clisp.org>
11082
11083         * gnulib-tool: Add support for the --aux-dir option to
11084         --create-testdir, --create-megatestdir, --test, --megatest.
11085         (func_create_testdir, func_create_megatestdir): Optionally emit a
11086         AC_CONFIG_AUX_DIR directive.
11087         (create-testdir, create-megatestdir, test, megatest): Provide a
11088         default value for $auxdir.
11089
11090 2005-08-24  Bruno Haible  <bruno@clisp.org>
11091
11092         * gnulib-tool (import): Use compound statement instead of subshell
11093         where possible.
11094
11095 2005-08-24  Bruno Haible  <bruno@clisp.org>
11096
11097         * gnulib-tool (import): Change --aux-dir default to "build-aux".
11098
11099 2005-08-24  Bruno Haible  <bruno@clisp.org>
11100
11101         * gnulib-tool (func_version): Update.
11102
11103 2005-08-24  Bruno Haible  <bruno@clisp.org>
11104
11105         * gnulib-tool (func_import, func_create_testdir,
11106         func_create_megatestdir): Quote all autoconf macro arguments.
11107
11108 2005-08-24  Bruno Haible  <bruno@clisp.org>
11109
11110         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
11111         option --force, because --force causes the aclocal.m4 of each
11112         subdirectory to be newer than the corresponding config.h.in.
11113
11114 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11115
11116         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
11117         All contents moved to gl_REGEX.
11118         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
11119         assume that it does.
11120
11121 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11122
11123         * lib/regex.h (REG_NOSYS)
11124         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
11125         Define, since POSIX requires it as of 2001.
11126         (_REG_ENOSYS)
11127         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
11128         New private symbol, used to keep the enum signed in all cases.
11129         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
11130         Youngman in
11131         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
11132
11133         * lib/regex_internal.c (re_string_skip_chars, register_state):
11134         (calc_state_hash):
11135         Remove forward decls; no longer needed now that we use prototypes.
11136         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
11137         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
11138         (clean_state_log_if_needed): Likewise.
11139
11140 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11141
11142         * config/srclist.txt: Add glibc bugs 1231-1233.
11143
11144 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11145
11146         Fix problems reported by Sam Steingold in
11147         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
11148         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
11149         assumed that reg_errcode_t is a signed type, which is not
11150         necessarily true if _XOPEN_SOURCE is not defined.
11151         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
11152         since some compilers warn about it otherwise.
11153
11154 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11155
11156         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
11157         (init_word_char, create_initial_state, duplicate_node_closure):
11158         (fetch_token, peek_token_bracket, build_range_exp):
11159         (build_collating_symbol): Remove forward decls; no longer needed
11160         now that we use prototypes.
11161
11162         * lib/regcomp.c:
11163         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
11164         (re_compile_fastmap_iter, regcomp, regerror, regfree):
11165         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
11166         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
11167         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
11168         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
11169         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
11170         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
11171         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
11172         (build_range_exp, build_collating_symbol, parse_bracket_exp):
11173         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
11174         (build_charclass, build_charclass_op, fetch_number, create_tree):
11175         (create_token_tree, mark_opt_subexp, duplicate_tree):
11176         Use prototypes rather than old-style definitions.
11177
11178         * lib/regex_internal.c:
11179         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
11180         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
11181         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11182         (re_string_reconstruct, re_string_peek_byte_case):
11183         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
11184         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11185         (re_node_set_init_copy, re_node_set_add_intersect):
11186         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11187         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11188         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11189         (re_acquire_state, re_acquire_state_context, register_state):
11190         (create_ci_newstate, create_cd_newstate, free_state):
11191         Likewise.
11192         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
11193         re_search_2):
11194         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
11195         (re_search_internal, prune_impossible_nodes):
11196         (acquire_init_state_context, check_matching, static):
11197         (check_halt_node_context, check_halt_state_context, proceed_next_node):
11198         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
11199         (update_regs, sift_states_backward, build_sifted_states):
11200         (clean_state_log_if_needed, merge_state_array):
11201         (update_cur_sifted_state, add_epsilon_src_nodes):
11202         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
11203         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
11204         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
11205         (find_recover_state, check_subexp_matching_top, transit_state_mb):
11206         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
11207         (check_arrival, check_arrival_add_next_nodes):
11208         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11209         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11210         (check_node_accept_bytes, check_node_accept, extend_buffers):
11211         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
11212         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
11213         (sift_ctx_init):
11214         Likewise.
11215
11216         * lib/regex_internal.h:
11217         (re_string_allocate, re_string_construct, re_string_reconstruct):
11218         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
11219         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
11220         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
11221         (re_string_context_at, re_string_peek_byte_case):
11222         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
11223         is defined, since we now use prototypes always.
11224
11225         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
11226         C89 or better.  All uses removed.
11227
11228 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11229
11230         * config/srclist.txt: Add glibc bugs 1220-1227.
11231
11232 2005-08-20  Jim Meyering  <jim@meyering.net>
11233
11234         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
11235         of unused local, dfa.
11236
11237 2005-08-20  Bruno Haible  <bruno@clisp.org>
11238
11239         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
11240
11241 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11242
11243         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
11244         (re_node_set_insert_last, re_dfa_add_node):
11245         Rename local variables to avoid GCC shadowing warnings.
11246
11247 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11248
11249         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
11250         [defined lint]: Suppress bogus uninitialized-variable warnings.
11251
11252         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
11253         and let the caller return REG_ESPACE if out of space.  This
11254         removes an uninitialied-variable warning with GCC 4.0.1, and also
11255         avoids taking the address of a local variable.  All callers
11256         changed.
11257
11258 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11259
11260         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
11261         $LIBCSRC/posix/regexec.c.
11262         Add glibc bug 1217 for regcomp.c.
11263
11264 2005-08-19  Jim Meyering  <jim@meyering.net>
11265
11266         * lib/regexec.c (proceed_next_node): Redo local variables to
11267         avoid GCC shadowing warnings.
11268
11269 2005-08-18  Bruno Haible  <bruno@clisp.org>
11270
11271         * lib/strstr.c (strstr): Fix return value in multibyte case.
11272         * lib/strcasestr.c (strcasestr): Likewise.
11273
11274 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11275
11276         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
11277
11278 2005-08-17  Jim Meyering  <jim@meyering.net>
11279
11280         Make the %s format (seconds since the epoch) work for a negative
11281         number and when used with a zero-padded field width, e.g. %015s.
11282
11283         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
11284         label so that it precedes the code to set `digits'.  Otherwise,
11285         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
11286         print `00-22'.  Now, it prints `-0022', as it should.
11287
11288 2005-08-17  Bruno Haible  <bruno@clisp.org>
11289
11290         * modules/strstr (Files): Add m4/mbrtowc.m4.
11291         (Depends-on): Add mbuiter.
11292
11293 2005-08-17  Bruno Haible  <bruno@clisp.org>
11294
11295         * modules/strcasestr: New file.
11296         * MODULES.html.sh (String handling, based on ANSI C 89): Add
11297         strcasestr.
11298
11299 2005-08-17  Bruno Haible  <bruno@clisp.org>
11300
11301         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
11302
11303 2005-08-17  Bruno Haible  <bruno@clisp.org>
11304
11305         * modules/mbuiter: New file.
11306         * MODULES.html.sh (Extended multibyte and wide character utilities):
11307         Add mbuiter.
11308
11309 2005-08-17  Bruno Haible  <bruno@clisp.org>
11310
11311         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
11312         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
11313
11314 2005-08-17  Bruno Haible  <bruno@clisp.org>
11315
11316         * m4/strcasestr.m4: New file.
11317
11318 2005-08-17  Bruno Haible  <bruno@clisp.org>
11319
11320         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
11321         * lib/strstr.c: Completely rewritten, with multibyte locale support.
11322
11323 2005-08-17  Bruno Haible  <bruno@clisp.org>
11324
11325         * lib/strcasestr.h: New file.
11326         * lib/strcasestr.c: New file.
11327
11328 2005-08-17  Bruno Haible  <bruno@clisp.org>
11329
11330         * lib/strcasecmp.c: Use mbuiter.h.
11331
11332 2005-08-17  Bruno Haible  <bruno@clisp.org>
11333
11334         * lib/mbuiter.h: New file.
11335
11336 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11337
11338         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
11339         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
11340         and gl_GETOPT are both invoked via different paths (as happens
11341         with GNU tar CVS because it uses both argp and getopt), the former
11342         wins.
11343
11344 2005-08-16  Bruno Haible  <bruno@clisp.org>
11345
11346         * modules/tls: New file.
11347         * MODULES.html.sh (Multithreading): Add tls.
11348
11349 2005-08-16  Bruno Haible  <bruno@clisp.org>
11350
11351         * modules/strnlen1: New file.
11352         * MODULES.html.sh (String handling): Add strnlen1.
11353
11354 2005-08-16  Bruno Haible  <bruno@clisp.org>
11355
11356         * modules/strcase (Files): Add m4/mbrtowc.m4.
11357         (Depends-on): Add strnlen1, mbchar.
11358
11359 2005-08-16  Bruno Haible  <bruno@clisp.org>
11360
11361         * modules/mbiter: New file.
11362         * MODULES.html.sh (Extended multibyte and wide character utilities):
11363         Add mbiter.
11364
11365 2005-08-16  Bruno Haible  <bruno@clisp.org>
11366
11367         * modules/mbfile: New file.
11368         * MODULES.html.sh (Extended multibyte and wide character utilities):
11369         Add mbfile.
11370
11371 2005-08-16  Bruno Haible  <bruno@clisp.org>
11372
11373         * modules/mbchar: New file.
11374         * MODULES.html.sh (Extended multibyte and wide character utilities):
11375         New section.
11376
11377 2005-08-16  Bruno Haible  <bruno@clisp.org>
11378
11379         * m4/tls.m4: New file, from GNU gettext.
11380
11381 2005-08-16  Bruno Haible  <bruno@clisp.org>
11382
11383         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
11384         always.
11385         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
11386
11387 2005-08-16  Bruno Haible  <bruno@clisp.org>
11388
11389         * m4/mbiter.m4: New file.
11390
11391 2005-08-16  Bruno Haible  <bruno@clisp.org>
11392
11393         * m4/mbfile.m4: New file.
11394
11395 2005-08-16  Bruno Haible  <bruno@clisp.org>
11396
11397         * m4/mbchar.m4: New file.
11398
11399 2005-08-16  Bruno Haible  <bruno@clisp.org>
11400
11401         * lib/tls.h: New file, from GNU gettext.
11402         * lib/tls.c: New file, from GNU gettext.
11403
11404 2005-08-16  Bruno Haible  <bruno@clisp.org>
11405
11406         * lib/strnlen1.h: New file.
11407         * lib/strnlen1.c: New file.
11408
11409 2005-08-16  Bruno Haible  <bruno@clisp.org>
11410
11411         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
11412         (mbi_init): Update.
11413         (mbi_avail, mbi_advance): Let the iteration end before the terminating
11414         NUL byte, not after it.
11415
11416 2005-08-16  Bruno Haible  <bruno@clisp.org>
11417
11418         * lib/strcase.h (strcasecmp): Add note in comments.
11419         * lib/strncasecmp.c: Use code from strcasecmp.c.
11420         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
11421         (strcasecmp): Work correctly in multibyte locales.
11422
11423 2005-08-16  Bruno Haible  <bruno@clisp.org>
11424
11425         * lib/mbiter.h: New file.
11426
11427 2005-08-16  Bruno Haible  <bruno@clisp.org>
11428
11429         * lib/mbfile.h: New file.
11430
11431 2005-08-16  Bruno Haible  <bruno@clisp.org>
11432
11433         * lib/mbchar.h: New file.
11434         * lib/mbchar.c: New file.
11435
11436 2005-08-16  Bruno Haible  <bruno@clisp.org>
11437
11438         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
11439         the valid ones. Makes the comparison operations transitive:
11440         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
11441         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
11442
11443 2005-08-15  Simon Josefsson  <jas@extundo.com>
11444
11445         * modules/ssize_t (License): Change to 'unlimited'.
11446
11447         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
11448
11449 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11450
11451         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
11452         Add comments for each pending glibc patch.
11453
11454 2005-08-15  Bruno Haible  <bruno@clisp.org>
11455
11456         * lib/regex.h (__restrict_arr): Don't define to __restrict if
11457         __cplusplus is defined.
11458
11459 2005-08-14  Jim Meyering  <jim@meyering.net>
11460
11461         Sync from coreutils.
11462
11463         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
11464         Use the hash-table-based cycle-detection code not just when
11465         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
11466         Reported by James Youngman in
11467         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
11468         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
11469         FTS_TIGHT_CYCLE_CHECK.
11470         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
11471         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
11472         once again.
11473         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
11474         * lib/fts.c (fd_safer): Remove decl.
11475         Include fcntl--.h rather than unistd-safer.h
11476         (fts_safe_changedir): Don't call fd_safer; no longer needed
11477         now that we include fcntl--.h.
11478
11479 2005-08-12  Simon Josefsson  <jas@extundo.com>
11480
11481         * modules/getndelim2: Use ssize_t module.
11482         * modules/getnline: Likewise.
11483         * modules/safe-read: Likewise.
11484         * modules/xreadlink: Likewise.
11485
11486         * modules/ssize_t: New file.
11487
11488 2005-08-12  Simon Josefsson  <jas@extundo.com>
11489
11490         * m4/readline.m4: Look for termcap, curses or ncurses if required.
11491
11492 2005-08-12  Simon Josefsson  <jas@extundo.com>
11493
11494         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11495         ssize_t.
11496
11497 2005-08-12  Simon Josefsson  <jas@extundo.com>
11498
11499         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
11500         readline, getdelim and check_version.
11501         (Support for systems lacking ISO C 99: Sizes of integer types):
11502         Add size_max.
11503
11504 2005-08-12  Bruno Haible  <bruno@clisp.org>
11505
11506         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
11507
11508 2005-08-11  Simon Josefsson  <jas@extundo.com>
11509
11510         * modules/readline: New file.
11511
11512         * modules/strnlen (Files): Add strnlen.h.
11513
11514 2005-08-11  Simon Josefsson  <jas@extundo.com>
11515
11516         * m4/readline.m4: New file.
11517
11518 2005-08-11  Simon Josefsson  <jas@extundo.com>
11519
11520         * lib/readline.h, readline.c: New file.
11521
11522 2005-08-11  Simon Josefsson  <jas@extundo.com>
11523
11524         * doc/gnulib.texi (Initial import, Finishing touches): Mention
11525         gl_AVOID.
11526
11527 2005-08-11  Bruno Haible  <bruno@clisp.org>
11528
11529         * lib/strnlen.h (strnlen): Change parameter name to match comment.
11530
11531 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
11532
11533         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
11534
11535 2005-08-10  Simon Josefsson  <jas@extundo.com>
11536
11537         * tests/test-iconvme.c: New file.
11538
11539 2005-08-10  Simon Josefsson  <jas@extundo.com>
11540
11541         * m4/strnlen.m4: New file.
11542
11543         * m4/strndup.m4: Don't check for strnlen declaration, done in
11544         strnlen.m4.
11545
11546 2005-08-10  Simon Josefsson  <jas@extundo.com>
11547
11548         * lib/strndup.c: Use strnlen.h.
11549
11550         * lib/strnlen.h: New file.
11551
11552 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11553
11554         * README: Typos.
11555
11556 2005-08-02  Simon Josefsson  <jas@extundo.com>
11557
11558         * modules/readline: New file.
11559
11560 2005-08-02  Simon Josefsson  <jas@extundo.com>
11561
11562         * modules/getdelim: New file.
11563
11564         * modules/getline: Rewrite, don't use getndelim2.
11565
11566 2005-08-02  Simon Josefsson  <jas@extundo.com>
11567
11568         * m4/getline.m4: Separate out getdelim stuff into separate module.
11569
11570         * m4/getdelim.m4: New file.
11571
11572 2005-08-02  Simon Josefsson  <jas@extundo.com>
11573
11574         * lib/getline.h, getline.c: Rewrite.
11575
11576         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
11577
11578 2005-07-31  Bruno Haible  <bruno@clisp.org>
11579
11580         * lib/lock.h (gl_lock_initializer): New macro.
11581         (gl_lock_define_initialized): Use it.
11582         (gl_rwlock_initializer): New macro.
11583         (gl_rwlock_define_initialized): Use it.
11584         (gl_recursive_lock_initializer): New macro.
11585         (gl_recursive_lock_define_initialized): Use it.
11586
11587 2005-07-30  Karl Berry  <karl@gnu.org>
11588
11589         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
11590         Report from Ben Pfaff, regarding getopt.
11591
11592 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
11593
11594         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
11595         normal way.
11596         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
11597         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
11598         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
11599         (gl_GETOPT): Use the new macros.  Most of the implementation
11600         is moved to the new macros.  This is for programs like Emacs
11601         that don't want all the functionality of gl_GETOPT.
11602
11603 2005-07-26  Bruno Haible  <bruno@clisp.org>
11604
11605         * m4/lock.m4: Update from GNU gettext.
11606
11607 2005-07-26  Bruno Haible  <bruno@clisp.org>
11608
11609         * lib/lock.h: Update from GNU gettext.
11610         * lib/lock.c: Update from GNU gettext.
11611
11612 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11613
11614         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
11615         obsolescent AC_TRY_RUN.  Include the default includes files, for
11616         'exit'.
11617
11618 2005-07-24  Bruno Haible  <bruno@clisp.org>
11619
11620         * modules/visibility: New file.
11621         * MODULES.html.sh (Misc): Add visibility.
11622
11623 2005-07-24  Bruno Haible  <bruno@clisp.org>
11624
11625         * m4/visibility.m4: New file.
11626
11627 2005-07-24  Bruno Haible  <bruno@clisp.org>
11628
11629         * doc/visibility.texi: New file.
11630
11631 2005-07-22  Bruno Haible  <bruno@clisp.org>
11632
11633         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
11634         $(ALLOCA_H), redundant through BUILT_SOURCES.
11635         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
11636         redundant through BUILT_SOURCES.
11637         * modules/byteswap (Makefile.am): Remove explicit dependency on
11638         $(BYTESWAP_H), redundant through BUILT_SOURCES.
11639         * modules/fnmatch (Makefile.am): Remove explicit dependency on
11640         $(FNMATCH_H), redundant through BUILT_SOURCES.
11641         * modules/getopt (Makefile.am): Remove explicit dependency on
11642         $(GETOPT_H), redundant through BUILT_SOURCES.
11643         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
11644         redundant through BUILT_SOURCES.
11645         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
11646         redundant through BUILT_SOURCES.
11647         * modules/stdbool (Makefile.am): Remove explicit dependency on
11648         $(STDBOOL_H), redundant through BUILT_SOURCES.
11649         * modules/stdint (Makefile.am): Remove explicit dependency on
11650         $(STDINT_H), redundant through BUILT_SOURCES.
11651         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
11652         Remove explicit dependency on $(SYSEXITS_H).
11653         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
11654
11655 2005-07-18  Simon Josefsson  <jas@extundo.com>
11656
11657         * lib/check-version.c (check_version): Accept identical versions too.
11658
11659 2005-07-18  Bruno Haible  <bruno@clisp.org>
11660
11661         * modules/lock: New file.
11662         * MODULES.html.sh (Multithreading): New section.
11663
11664 2005-07-18  Bruno Haible  <bruno@clisp.org>
11665
11666         * m4/lock.m4: New file, from GNU gettext.
11667
11668 2005-07-18  Bruno Haible  <bruno@clisp.org>
11669
11670         * lib/lock.h: New file, from GNU gettext.
11671         * lib/lock.c: New file, from GNU gettext.
11672
11673 2005-07-18  Bruno Haible  <bruno@clisp.org>
11674
11675         * lib/lock.h (gl_once_t): New type.
11676         (gl_once_define, gl_once): New macros.
11677         * lib/lock.c (fresh_once): New variable.
11678         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
11679         functions.
11680
11681 2005-07-16  Simon Josefsson  <jas@extundo.com>
11682
11683         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
11684         workaround, suggested by Bruno.
11685
11686 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11687
11688         * modules/xalloc (Depends-on): Add xalloc-die.
11689         * modules/xvasprintf (Depends-on): Add xalloc-die.
11690
11691 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11692
11693         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
11694         with a minor change.
11695
11696 2005-07-15  Bruno Haible  <bruno@clisp.org>
11697
11698         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
11699         When using lib/poll.c, define poll as rpl_poll.
11700
11701 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
11702
11703         * modules/argp (Depends-on): Remove unlocked-io.
11704
11705 2005-07-14  Derek Price  <derek@ximbiot.com>
11706
11707         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
11708         for glob symlink bug.
11709
11710 2005-07-14  Bruno Haible  <bruno@clisp.org>
11711
11712         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
11713         Instead, test for *_unlocked function declarations directly.
11714
11715 2005-07-11  Simon Josefsson  <jas@extundo.com>
11716
11717         * modules/size_max: New file.
11718
11719         * modules/xsize: Depend on size_max module for size_max.m4.
11720
11721 2005-07-11  Simon Josefsson  <jas@extundo.com>
11722
11723         * lib/size_max.h: New file.
11724
11725 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
11726
11727         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
11728         copyright symbol and the year.
11729         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
11730         (version_etc_va): Use parameterized copyright notice.
11731         Reword to conform to the current GNU coding standards.
11732
11733 2005-07-11  Karl Berry  <karl@gnu.org>
11734
11735         * doc/gnulib.texi (Quoting): new node.
11736         (Initial import): more info, from Patrice.
11737
11738 2005-07-11  Bruno Haible  <bruno@clisp.org>
11739
11740         * gnulib-tool (func_usage): Document option --avoid.
11741         (Command line options): Handle --avoid.
11742         (func_acceptable): New function.
11743         (func_modules_transitive_closure): Use it.
11744
11745 2005-07-11  Bruno Haible  <bruno@clisp.org>
11746
11747         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
11748         Reported by Jim Meyering.
11749
11750 2005-07-10  Bruno Haible  <bruno@clisp.org>
11751
11752         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
11753         Needed when size_t is smaller than 'unsigned int'.
11754         Reported by Paul Eggert.
11755
11756 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11757
11758         * modules/argp (Depends-on): Add unlocked-io
11759
11760 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11761
11762         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
11763         block of defines.
11764
11765 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11766
11767         * config/srclist.txt: Comment out regcomp.c, since we have a porting
11768         fix now.
11769
11770 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
11771         and Paul Eggert  <eggert@cs.ucla.edu>
11772
11773         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
11774         in wint_t, not wchar_t.  Remove now-unnecessary cast.
11775
11776 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11777
11778         * modules/regex (Files): Add lib/regex_internal.c,
11779         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
11780         (Depends-on): Add extensions.
11781         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
11782
11783 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11784
11785         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
11786         pathconf.
11787         * m4/same.m4 (gl_SAME): Likewise.
11788         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
11789
11790         * m4/regex.m4: Adjust to new libc regex implementation.
11791         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
11792         all the .c and .h parts of (the new) regex.
11793         Quote the m4 stuff better.
11794         Check for RE_ICASE bug of old gnulib.
11795         Check for REG_STARTEND of recent libc.
11796         Rename local variables from jm_* to gl_*.
11797         Quote operand of "test -f".
11798         Say "recent enough" version of libc, not "version 2".
11799         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
11800         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
11801         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
11802         Remove check for btowc, isascii.
11803         Require AM_LANGINFO_CODESET.
11804
11805 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11806
11807         * lib/regex.c, regex.h: Sync from libc.
11808         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
11809         * lib/regexec.c:
11810         New files, synced from libc, except that regex_internal.h
11811         currently has a small porting fix.
11812
11813 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11814
11815         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
11816         regex_internal.c, regexec.c.
11817         Add regex_internal.h too, but as a comment, since the libc version
11818         is currently broken in gnulib mode.
11819
11820 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11821
11822         Support programs like Emacs that use gnulib but not gettext.
11823         * MODULES.html.sh (Internationalization functions): Add gettext-h.
11824         * modules/gettext-h: New file.
11825         * modules/gettext (Files): Remove lib/gettext.h.
11826         (Depends-on): Add gettext-h.
11827         (Makefile.am): Remove lib_SOURCES.
11828         * modules/argmatch, modules/c-stack, modules/closeout:
11829         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
11830         * modules/execute, modules/file-type, modules/getaddrinfo:
11831         * modules/getopt, modules/human, modules/javacomp:
11832         * modules/javaexec, modules/mkdir-p, modules/obstack:
11833         * modules/openat, modules/pagealign_alloc, modules/pipe:
11834         * modules/quotearg, modules/regex, modules/rpmatch:
11835         * modules/unicodeio, modules/userspec, modules/version-etc:
11836         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
11837         * modules/xsetenv:
11838         Depend on gettext-h, not gettext.
11839
11840 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11841
11842         * gnulib-tool (func_import): Add support for 'public domain' license.
11843         * modules/alloca, modules/atexit, modules/memmove:
11844         Now public domain, not GPL.
11845         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
11846         * modules/realloc, modules/strerror, modules/strtod:
11847         Now LGPL, not GPL.
11848
11849 2005-07-05  Bruno Haible  <bruno@clisp.org>
11850
11851         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
11852         autoconf CVS. Needed for mingw.
11853
11854 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11855
11856         Remove the dependency of the strftime module on the tzset module.
11857         * modules/strftime (Depends-on): Remove dependency on tzset.
11858
11859 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11860
11861         Remove the dependency of the strftime module on the tzset module.
11862         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
11863         gl_FUNC_TZSET_CLOBBER.
11864
11865 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11866
11867         Remove the dependency of the strftime module on the tzset module.
11868         * lib/strftime.c (my_strftime)
11869         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
11870         Copy the input structure, to work around some of the bug with
11871         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
11872         Solaris releases, you should also use the tzset module, but we won't
11873         require it as a dependency any more since we don't want LGPLed code
11874         to depend on GPLed code.
11875
11876 2005-07-02  Jim Meyering  <jim@meyering.net>
11877
11878         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
11879         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
11880         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
11881         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
11882
11883 2005-07-02  Jim Meyering  <jim@meyering.net>
11884
11885         * lib/backupfile.c (backup_args): Change a `0' to NULL.
11886
11887 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11888
11889         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
11890         declares only 'struct timespec;' (!).
11891
11892 2005-07-01  Jim Meyering  <jim@meyering.net>
11893
11894         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
11895         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
11896         * lib/save-cwd.c, tempname.c:
11897         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11898         and don't include <sys/file.h>).
11899
11900 2005-06-29  Jim Meyering  <jim@meyering.net>
11901
11902         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
11903         type name.  Use the variable name instead.
11904         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
11905         Likewise.
11906
11907 2005-06-28  Simon Josefsson  <jas@extundo.com>
11908
11909         * modules/check-version (Files): Add check-version.m4.
11910
11911 2005-06-28  Simon Josefsson  <jas@extundo.com>
11912
11913         * m4/check-version.m4: New file, suggested by Jim Meyering
11914         <jim@meyering.net>.
11915
11916 2005-06-28  Simon Josefsson  <jas@extundo.com>
11917
11918         * lib/check-version.h, lib/check-version.c: New files.
11919
11920 2005-06-28  Simon Josefsson  <jas@extundo.com>
11921
11922         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
11923         collision with global variable.  Better indentation.  Don't
11924         increment buffer pointer beyond buffer end.  Based on comments
11925         from Paul Eggert <eggert@cs.ucla.edu>.
11926
11927         * lib/base64.h: Indent.
11928
11929 2005-06-28  Simon Josefsson  <jas@extundo.com>
11930
11931         * doc/gnulib.texi (Library version handling): New section.
11932
11933 2005-06-28  Jim Meyering  <jim@meyering.net>
11934
11935         * check-module (find_included_lib_files): Hard-code another
11936         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
11937         but modules/fts-lgpl (correctly) does not list those files.
11938
11939         * modules/canonicalize (Files): Add lib/pathmax.h.
11940
11941 2005-06-25  Simon Josefsson  <jas@extundo.com>
11942
11943         * modules/check-version: New file.
11944
11945 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
11946
11947         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
11948         initializer of struct addrinfo, as an indication that we don't
11949         care how many members the structure has.
11950
11951 2005-06-24  Derek Price  <derek@ximbiot.com>
11952         and Bruno Haible  <bruno@clisp.org>
11953
11954         Remove stat module & update lstat.
11955         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
11956         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
11957         * m4/stat.m4: Remove this file.
11958
11959 2005-06-24  Derek Price  <derek@ximbiot.com>
11960         and Bruno Haible  <bruno@clisp.org>
11961
11962         Remove stat module & update lstat.
11963         * lib/stat.c: Remove this file...
11964         (slash_aware_lstat): ...moving this content and its support...
11965         * lib/lstat.c (rpl_lstat): ...into here.
11966         * lib/lstat.h: New file.
11967
11968 2005-06-24  Derek Price  <derek@ximbiot.com>
11969         and Bruno Haible  <bruno@clisp.org>
11970
11971         Remove stat module & update lstat.
11972         * config/srclist.txt (libc sources): Remove stat.
11973
11974 2005-06-24  Derek Price  <derek@ximbiot.com>
11975         and Bruno Haible  <bruno@clisp.org>
11976
11977         Remove stat module & update lstat.
11978         * MODULES.html.sh (stat): Remove.
11979         * MODULES.html: Regenerated.
11980         * modules/lstat (Description): Correct function name.
11981         (Files): Add "lstat.h".
11982         (Depends-on): Remove stat, add xalloc, stat-macros.
11983         * modules/stat: Remove this file.
11984         (Include): Add "lstat.h", remove <sys/stat.h>.
11985
11986 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11987
11988         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
11989         (ranged_convert): Don't save conversion in a temporary struct.
11990         This causes a warning with GCC 4.0.0, and anyway in the typical
11991         case it's not worth the extra 100 bytes or so of code.
11992         (ranged_convert, __mktime_internal): When calling a function via a
11993         pointer P, use P () rather than (*P) (), as we now assume C89 or
11994         better.
11995
11996 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11997
11998         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
11999         "who -r" failed to give output.  Problem reported by Tim Waugh.
12000
12001         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
12002         (xcalloc): Use it to avoid needless tests.
12003         Problem reported by Jim Meyering.
12004
12005 2005-06-20  Derek Price  <derek@ximbiot.com>
12006
12007         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
12008         unnecessary for Autoconfs > 2.59c.
12009
12010 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12011
12012         * lib/argp.h (__option_is_short): Check upper limit of
12013         __key. Isprint() requires its argument to have the value
12014         of an unsigned char or EOF.
12015
12016 2005-06-16  Jim Meyering  <jim@meyering.net>
12017
12018         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
12019         when either N or S is zero.
12020
12021 2005-06-16  Derek Price  <derek@ximbiot.com>
12022
12023         * m4/bison.m4: Declare YACC & YFLAGS precious.
12024
12025 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12026
12027         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
12028         multibyte string or pattern, fall back on unibyte matching.
12029         Problem reported by James Youngman.
12030
12031 2005-06-08  Bruno Haible  <bruno@clisp.org>
12032
12033         * modules/csharpcomp: New file.
12034         * MODULES.html.sh (C#): Add csharpcomp.
12035
12036 2005-06-08  Bruno Haible  <bruno@clisp.org>
12037
12038         * m4/csharpcomp.m4: New file, from GNU gettext.
12039
12040 2005-06-08  Bruno Haible  <bruno@clisp.org>
12041
12042         * lib/csharpcomp.h: New file, from GNU gettext.
12043         * lib/csharpcomp.c: New file, from GNU gettext.
12044         * lib/csharpcomp.sh.in: New file, from GNU gettext.
12045
12046 2005-06-08  Bruno Haible  <bruno@clisp.org>
12047
12048         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
12049         warning on mingw.
12050
12051 2005-06-07  Derek Price  <derek@ximbiot.com>
12052
12053         Sync from CVS.
12054         * lib/glob_.h: Indent nested #ifdef.
12055
12056 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12057
12058         Sync from coreutils.
12059         Use "file name" when talking about file names, instead of "filename"
12060         or "path", as per the GNU coding standards.
12061         * lib/mkdir-p.c: Renamed from makepath.c.
12062         (make_dir_parents): Renamed from make_path.  All callers changed.
12063         * lib/mkdir-p.h: Likewise.  All includers changed.
12064         * lib/filenamecat.c: Renamed from path-concat.c.
12065         (file_name_concat): Renamed from path_concat.  All callers changed.
12066         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
12067         * lib/filenamecat.h: Likewise.  All includers changed.
12068         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
12069         in comments or local variable names.
12070         * lib/basename.c: Likewise.
12071         * lib/canonicalize.c, canonicalize.h: Likewise.
12072         * lib/dirname.c, dirname.h: Likewise.
12073         * lib/euidaccess.c: Likewise.
12074         * lib/exclude.c: Likewise
12075         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
12076         * lib/fsusage.c, fsuage.h: Likewise.
12077         * lib/fts.c, fts_.h: Likewise.
12078         * lib/getcwd.c: Likewise.
12079         * lib/getloadavg.c: Likewise.
12080         * lib/mkstemp.c: Likewise.
12081         * lib/mountlist.c, mountlist.h: Likewise.
12082         * lib/openat.c, openat.h: Likewise.
12083         * lib/readlink-stub.c: Likewise.
12084         * lib/readutmp.c, readutmp.h: Likewise.
12085         * lib/rename.c: Likewise.
12086         * lib/rmdir.c: Likewise.
12087         * lib/same.c: Likewise.
12088         * lib/savedir.c: Likewise.
12089         * lib/stripslash.c: Likewise.
12090         * lib/tempname.c: Likewise.
12091         * lib/xreadlink.c: Likewise.
12092         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
12093         All uses changed.
12094         * lib/exclude.h: Likewise.
12095
12096         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
12097         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12098         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
12099         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12100         * lib/pathmax.h: Include <limits.h> unconditionally, since other
12101         files have been getting away with it for years (MORE/BSD 4.3
12102         is extinct now).
12103         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
12104         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12105
12106         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
12107         Define to 256, not 255, as per modern POSIX.
12108
12109 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12110
12111         Sync from coreutils.
12112         Use "file name" when talking about file names, instead of "filename"
12113         or "path", as per the GNU coding standards.
12114         * MODULES.html.sh: mkdir-p renamed from makepath.
12115         filenamecat renamed from path-concat.
12116         * modules/filenamecat: Renamed from modules/path-concat.
12117         (Files): filenamecat.h and filenamecat.c renamed from
12118         path-concat.h and path-concat.c.
12119         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
12120         (Include): filenamecat.h, not path-concat.h.
12121         * modules/mkdir-p: Renamed from modules/makepath.
12122         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
12123         makepath.c.
12124         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
12125         (Include): mkdir-p.h, not makepath.h.
12126
12127 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12128
12129         Sync from coreutils.
12130         * m4/mkdir-p.m4: Renamed from makepath.m4.
12131         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
12132         Rename files from makepath.c to mkdir-p.c, and from
12133         makepath.h to mkdir-p.h.
12134         * m4/filenamecat.m4: Renamed from path-concat.m4.
12135         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
12136         Rename files from path-concat.c to filenamecat.c,
12137         and from path-concat.h to filenamecat.h.
12138         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
12139         "file name" in local variables or comments.
12140         * m4/rename.m4: Likewise.
12141
12142 2005-06-01  Bruno Haible  <bruno@clisp.org>
12143
12144         * modules/csharpexec: New file.
12145         * MODULES.html.sh (C#): New section.
12146
12147 2005-06-01  Bruno Haible  <bruno@clisp.org>
12148
12149         * m4/csharp.m4: New file, from GNU gettext.
12150         * m4/csharpexec.m4: New file, from GNU gettext.
12151
12152 2005-06-01  Bruno Haible  <bruno@clisp.org>
12153
12154         * lib/csharpexec.h: New file, from GNU gettext.
12155         * lib/csharpexec.c: New file, from GNU gettext.
12156         * lib/csharpexec.sh.in: New file, from GNU gettext.
12157
12158 2005-05-31  Derek Price  <derek@ximbiot.com>
12159             Paul Eggert  <eggert@cs.ucla.edu>
12160
12161         Sync from cvs.
12162         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12163
12164 2005-05-31  Derek Price  <derek@ximbiot.com>
12165             Paul Eggert  <eggert@cs.ucla.edu>
12166
12167         Sync from cvs.
12168         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12169
12170 2005-05-29  Derek Price  <derek@ximbiot.com>
12171
12172         * config/srclist.txt (glob_.h, glob.c): Add these files.
12173
12174 2005-05-29  Derek Price  <derek@ximbiot.com>
12175
12176         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
12177         * modules/glob: New file.
12178         * modules/getlogin_r: Add link to POSIX spec in description.
12179
12180 2005-05-29  Derek Price  <derek@ximbiot.com>
12181             Paul Eggert  <eggert@cs.ucla.edu>
12182
12183         * m4/glob.m4: New file.
12184
12185 2005-05-29  Derek Price  <derek@ximbiot.com>
12186             Paul Eggert  <eggert@cs.ucla.edu>
12187
12188         * lib/glob_.h, lib/glob.c: New files.
12189
12190 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12191
12192         * modules/fts (Files): Remove m4/inttypes-pri.m4.
12193         * modules/fts-lgpl (Depends-on): Remove gettext.
12194
12195 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12196
12197         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
12198         and don't require gt_INTTYPES_PRI.
12199
12200 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12201
12202         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
12203
12204         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
12205         the configuration hassle isn't worth it.
12206         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
12207         (LONGEST_MODIFIER, PRIuMAX): Remove.
12208
12209 2005-05-27  Bruno Haible  <bruno@clisp.org>
12210
12211         * lib/getlogin_r.h: Remove second include of <stddef.h>.
12212
12213 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
12214
12215         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
12216         _POSIX_PTHREAD_SEMANTICS for Solaris.
12217
12218 2005-05-25  Derek Price  <derek@ximbiot.com>
12219
12220         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
12221
12222 2005-05-25  Derek Price  <derek@ximbiot.com>
12223             Paul Eggert  <eggert@cs.ucla.edu>
12224
12225         * modules/getlogin_r, m4/getlogin_r.m4: New files.
12226         * lib/getlogin_r.c, getlogin_r.h: New files.
12227
12228 2005-05-25  Bruno Haible  <bruno@clisp.org>
12229             Derek Price  <derek@ximbiot.com>
12230
12231         * lib/getlogin_r.h: Simplify API documentation.
12232
12233 2005-05-23  Derek Price  <derek@ximbiot.com>
12234
12235         * modules/minmax (Files): Add m4/minmax.m4.
12236         (configure.ac): Add gl_MINMAX.
12237
12238 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12239
12240         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
12241         so that unistd-safer.h (GPL'ed code) need not be included.
12242
12243 2005-05-22  Bruno Haible  <bruno@clisp.org>
12244
12245         * m4/minmax.m4: New file.
12246         Based on a patch by Derek Price <derek@ximbiot.com>.
12247
12248 2005-05-22  Bruno Haible  <bruno@clisp.org>
12249
12250         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
12251         (INT64_MIN): Fix definition.
12252         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
12253
12254         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
12255         NEED_SIGNED_INT_TYPES.
12256
12257         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
12258         HAVE_SYSTEM_INTTYPES.
12259
12260 2005-05-22  Bruno Haible  <bruno@clisp.org>
12261
12262         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
12263         Also include <sys/param.h> if it defines MIN, MAX.
12264         Based on a patch by Derek Price <derek@ximbiot.com>.
12265
12266 2005-05-21  Jim Meyering  <jim@meyering.net>
12267
12268         * modules/fts (Files): Add m4/inttypes-pri.m4.
12269         (Depends-on): Add lstat and remove gettext.  Alphabetize.
12270
12271 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12272
12273         New fts module.
12274         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
12275         (setup_dir, free_dir): New functions.
12276         (enter_dir, leave_dir): Define trivial
12277         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
12278         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
12279         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
12280         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
12281         Move to fts-cycle.c.
12282         (fts_open): Use setup_dir.
12283         (fts_close): Use free_dir.
12284         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
12285         This adds a label and some gotos, but the alternatives were messier.
12286         Check for memory allocation failure when entering a dir.
12287         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
12288         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
12289         (FTS): New member fts_cycle, that is a union that contains the
12290         old active_dir_ht and cycle_state.  All uses changed to mention
12291         fts_cycle.ht and fts_cycle.state.
12292         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
12293         fts.c, with the following changes:
12294         (setup_dir, free_dir): New functions.
12295         (enter_dir): Now returns bool.  Return true if successful, false
12296         if memory exhausted.  All callers changed.
12297         Do not bother partly cleaning up on
12298         memory allocation failure; that is free_dir's job.
12299         However, free ad if hash_insert fails, to avoid memory leak.
12300         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
12301         fts->fts_options to see which union member to use.
12302
12303 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12304
12305         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
12306         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
12307
12308 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12309
12310         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
12311
12312 2005-05-20  Jim Meyering  <jim@meyering.net>
12313
12314         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
12315         Now a macro, to pacify GCC.
12316
12317 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12318
12319         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
12320         of -1.
12321
12322 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12323
12324         * lib/chown.c (rpl_chown): Return -1 on failure.
12325
12326 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12327
12328         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
12329         Don't check for stddef.h.
12330         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
12331         don't use its results.
12332         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
12333         since we include them unconditionally.  Don't require
12334         AM_STDBOOL_H, since stdbool is a prerequisite.
12335         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
12336         since we assume C89 or better.
12337         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
12338         as we don't use their results.
12339         Don't check for fchdir, memmove, memset, strrchr, as we use
12340         them unconditionally.
12341         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
12342         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
12343
12344 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12345
12346         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
12347         Include <stddef.h> unconditionally, since we assume C89 now.
12348         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
12349         * lib/fts.c: Include fts_.h first, to check interface.
12350         Do not include intprops.h; no longer needed.
12351         Include cycle-check.h and hash.h, since fts_.h no longer does.
12352         Remove unnecessary casts of closedir to void.
12353         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
12354         decide whether to decrement nlinks.
12355         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
12356         (FTS): Use struct hash_table * instead of Hash_table, so that
12357         we no longer need to include hash.h here.
12358
12359 2005-05-18  Jim Meyering  <jim@meyering.net>
12360
12361         * modules/dirfd (License): Change to LGPL.  Most of the code
12362         is already in the public domain.
12363
12364 2005-05-18  Jim Meyering  <jim@meyering.net>
12365
12366         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
12367         Reported by Yoann Vandoorselaere.
12368
12369 2005-05-17  Jim Meyering  <jim@meyering.net>
12370
12371         * m4/fts.m4: New file, from coreutils.
12372
12373 2005-05-17  Jim Meyering  <jim@meyering.net>
12374
12375         * lib/fts.c, lib/fts_.h: New files, from coreutils.
12376
12377 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12378
12379         Sync from coreutils.
12380         * m4/unlinkdir.m4: New file.
12381
12382 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12383
12384         Sync from coreutils.
12385         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
12386         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
12387         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
12388         White space changes only.
12389         * lib/makepath.c (make_path): Port to hosts where leading "//" is
12390         special.
12391         * lib/yesno.c: Include getline.h, not ctype.h.
12392         (yesno): Don't remove leading white space; POSIX doesn't allow it.
12393         Use getline to remove arbitrary restriction on response length.
12394
12395 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12396
12397         * config/srclist-update: Spell out "Street" in FSF postal
12398         mail address; this is the style the FSF seems to prefer.
12399
12400         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
12401         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
12402         this updates FSF postal mail address.
12403
12404         Sync from coreutils.
12405         * modules/unlinkdir: New file.
12406         * modules/yesno (Depends-on): Add getline.
12407         * MODULES.html.sh (File system functions): Add unlinkdir.
12408
12409 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12410
12411         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
12412         lib/strsep.h:
12413         Change the initial comment to refer to GPL, not LGPL.
12414         gnulib-tool will change it to LGPL as needed.
12415
12416         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
12417         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
12418         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
12419         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
12420         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
12421         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
12422         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
12423         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
12424         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
12425         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
12426         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
12427         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
12428         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
12429         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
12430         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
12431         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
12432         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
12433         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
12434         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
12435         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
12436         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
12437         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
12438         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
12439         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
12440         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
12441         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
12442         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
12443         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
12444         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
12445         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
12446         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
12447         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
12448         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
12449         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
12450         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
12451         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
12452         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
12453         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
12454         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
12455         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
12456         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
12457         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
12458         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
12459         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
12460         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
12461         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
12462         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
12463         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
12464         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
12465         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
12466         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
12467         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
12468         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
12469         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
12470         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
12471         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
12472         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
12473         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
12474         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
12475         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
12476         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
12477         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
12478         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
12479         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
12480         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
12481         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
12482         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
12483         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
12484         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
12485         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
12486         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
12487         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
12488         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
12489         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
12490         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
12491         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
12492         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
12493         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
12494         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
12495         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
12496         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
12497         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
12498         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
12499         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
12500         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
12501         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
12502         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
12503         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
12504         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
12505         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
12506         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
12507         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
12508         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
12509         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
12510         lib/yesno.c, lib/yesno.h:
12511         Update FSF postal mail address.
12512
12513 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12514
12515         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
12516         tests/test-memmem.c, tests/test-stpncpy.c:
12517         Update FSF postal mail address.
12518
12519 2005-05-13  Bruno Haible  <bruno@clisp.org>
12520
12521         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
12522         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
12523         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
12524         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
12525         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
12526         Add support for 64-bit integers in the MSVC compiler.
12527
12528 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12529
12530         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
12531
12532 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
12533
12534         * gnulib-tool (func_import): Sort and uniquify recommended includes.
12535
12536 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
12537
12538         * doc/getdate.texi (General date syntax): Don't say that date
12539         date --iso-8601=ns generates acceptable dates; it doesn't yet.
12540         Problem reported by Nic Ferrier.
12541
12542 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12543
12544         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
12545         specified in ai_socktype. Fix invalid ai_protocol
12546         check. ai_protocol is usually set to 0 or depending on
12547         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
12548         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
12549         ai_socktype / ai_protocol in the returned addrinfo structure.
12550
12551 2005-05-10  Simon Josefsson  <jas@extundo.com>
12552
12553         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
12554         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12555
12556 2005-05-10  Karl Berry  <karl@gnu.org>
12557
12558         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
12559         (from http://www.gnu.org/licenses).
12560         * doc/COPYING.LIB: also rename to COPYING.LESSER.
12561         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
12562         fdl.texi suffices.
12563
12564 2005-05-10  Karl Berry  <karl@gnu.org>
12565
12566         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
12567         (COPYING.DOC): remove.
12568
12569         * config/srclist-update: new FSF address.
12570
12571 2005-05-10  Derek Price  <derek@ximbiot.com>
12572
12573         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
12574         possible.
12575
12576 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12577             Bruno Haible  <bruno@clisp.org>
12578
12579         * modules/inet_ntop: New file.
12580         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12581         inet_ntop.
12582
12583 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12584             Bruno Haible  <bruno@clisp.org>
12585
12586         * m4/inet_ntop.m4: New file.
12587
12588 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12589             Bruno Haible  <bruno@clisp.org>
12590
12591         * lib/inet_ntop.h: New file.
12592         * lib/inet_ntop.c: New file, from glibc with modifications.
12593
12594 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
12595
12596         * modules/time_r (License): Change to LGPL.
12597         * modules/extensions (License): Change to LGPL.  Actually,
12598         the license is more permissive than that, but currently gnulib-tool
12599         doesn't know how to handle more-permissive licenses.
12600
12601         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
12602         Problem reported by Dave Love.
12603
12604 2005-05-08  Jim Meyering  <jim@meyering.net>
12605
12606         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
12607         blank.
12608
12609 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
12610
12611         * modules/argmatch (Depends-on): Add stdbool.
12612         * modules/backupfile (Depends-on): Likewise.
12613         * modules/chdir-long (Depends-on): Likewise.
12614         * modules/closeout (Depends-on): Likewise.
12615         * modules/cycle-check (Depends-on): Likewise.
12616         * modules/dirname (Depends-on): Likewise.
12617         * modules/fnmatch (Depends-on): Likewise.
12618         * modules/fsusage (Depends-on): Likewise.
12619         * modules/fwriteerror (Depends-on): Likewise.
12620         * modules/getcwd (Depends-on): Likewise.
12621         * modules/getloadavg (Depends-on): Likewise.
12622         * modules/hard-locale (Depends-on): Likewise.
12623         * modules/makepath (Depends-on): Likewise.
12624         * modules/mountlist (Depends-on): Likewise.
12625         * modules/nanosleep (Depends-on): Likewise.
12626         * modules/posixtm (Depends-on): Likewise.
12627         * modules/quotearg (Depends-on): Likewise.
12628         * modules/readtokens (Depends-on): Likewise.
12629         * modules/readtokens0 (Depends-on): Likewise.
12630         * modules/readutmp (Depends-on): Likewise.
12631         * modules/save-cwd (Depends-on): Likewise.
12632         * modules/strftime (Depends-on): Likewise.
12633         * modules/userspec (Depends-on): Likewise.
12634         * modules/utimecmp (Depends-on): Likewise.
12635         * modules/xgetcwd (Depends-on): Likewise.
12636         * modules/xnanosleep (Depends-on): Likewise.
12637         * modules/xstrtod (Depends-on): Likewise.
12638         * modules/yesno (Depends-on): Likewise.
12639
12640 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12641
12642         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
12643         needless checks.
12644
12645 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12646
12647         Merge from coreutils.  Among other things,
12648         add bulletproofing for cases where stdin, stdout, or stderr are closed.
12649         * lib/fd-safer.c: New file.
12650         * lib/fcntl-safer.h, open-safer.c: Remove.
12651         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
12652         * lib/dup-safer.c: Include unistd-safer.h first.
12653         Don't include errno.h.
12654         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
12655         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
12656         * lib/file-type.c: Rely on file-type.h change.
12657         * lib/getloadavg.c: Include unistd-safer.h.
12658         (getloadavg): Use safer open.
12659         * lib/getusershell.c: Include "stdio-safer.h".
12660         (getusershell): Use safer fopen.
12661         * lib/long-options.c (long_options): Use NULL rather than 0.
12662         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
12663         'free'.
12664         * lib/modechange.c: Likewise.
12665         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
12666         (MODE_DONE): New constant.
12667         (struct mode_change): Remove 'next' member.
12668         (make_node_op_equals): New function; like the old one of the
12669         same name, except it allocates an array.
12670         (mode_compile, mode_create_from_ref): Use it.
12671         (mode_compile): Allocate result as an array, not a linked list.
12672         Parse octal string ourself, so that we catch mistakes like "+0".
12673         (mode_adjust): Arg is an array, not a linked list.
12674         * lib/modechange.c: Include stat-macros.h, xalloc.h.
12675         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
12676         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
12677         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
12678         Remove.  This is now stat-macros.h's job.
12679         (talloc): Remove.  All callers replaced by xalloc, so that
12680         our invokers don't have to worry about reporting memory failures.
12681         (make_node_op_equals): Remove.
12682         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12683         New constants.
12684         (struct mode_change): Moved here from modechange.h.
12685         (mode_append_entry): Remove.
12686         (mode_compile): Remove MASKED_OPS arg, since it encouraged
12687         apps to have incorrect behavior.  Use simpler algorithm for head
12688         and tail.  Don't futz with umask; that's now the job of mode_adjust.
12689         Detect more invalid usages rather than having somewhat-random behavior.
12690         Don't insert an "a=" action, as that leads to incorrect behavior.
12691         (mode_compile, mode_create_from_ref): Return NULL on error instead
12692         of an enum, since now there's only one way to have an error.  All
12693         callers changed.
12694         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
12695         at the correct time.  Simplify calculation of "+u" and its ilk.
12696         Don't mishandle "+X".
12697         (mode_free): Remove "register" and localize decls.
12698         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12699         (struct mode_change): Move to modechange.c; callers don't
12700         need to see this stuff.
12701         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
12702         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
12703         (mode_change, mode_adjust): Reflect the new signatures noted above.
12704         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
12705         that might redefine system include files.
12706         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
12707         (my_usleep): Use NULL rather than (void *) 0.
12708         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
12709         Use siginterrupt to specify that system calls should be interrupted.
12710         (rpl_nanosleep): Move initialization of suspended closer to call of
12711         my_usleep.
12712         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
12713         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
12714         (desirable_utmp_entry): New function.
12715         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
12716         using x2nrealloc, to simplify logic.
12717         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
12718         size calculation.  Do not assume utmp file is a regular file.
12719         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
12720         (READ_UTMP_CHECK_PIDS): New constant.
12721         * lib/save-cwd.c: Include unistd-safer.h.
12722         (save_cwd): Use fd_safer.
12723         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
12724         [!_LIBC] Include "stat-macros.h" instead.
12725         * lib/unistd-safer.h (fd_safer): New decl.
12726
12727 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12728
12729         * modules/getloadavg (Depends-on): Add unistd-safer.
12730         * modules/getusershell (Depends-on): Add stdio-safer.
12731         * modules/lstat (Depends-on): Remove xalloc.
12732         * modules/mkstemp (Depends-on): Add stat-macros.
12733         * modules/modechange (Depends-on): Remove xstrtol.
12734         Add stat-macros, xalloc.
12735         * modules/save-cwd (Depends-on): Add unistd-safer.
12736         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
12737         * modules/unistd-safer (Files): Add lib/fd-safer.c
12738         (Makefile.am): Remove lib_SOURCES.
12739
12740         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
12741         Remove fcntl-safer; unistd-safer supersedes it.
12742
12743 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12744
12745         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
12746         AC_HEADER_STAT.
12747         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
12748         (gl_PREREQ_CHOWN): Remove.
12749         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
12750         it.  Don't require AC_HEADER_STAT.
12751         (gl_PREREQ_LSTAT): Remove.
12752         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
12753         Don't require AC_HEADER_STAT.
12754         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
12755         (gl_PREREQ_RMDIR): Remove.
12756         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
12757         mention stat-macros.h or AC_HEADER_STAT, since we'll make
12758         the stat-macros module a prerequisite.
12759         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
12760         * m4/filemode.m4 (gl_FILEMODE): Likewise.
12761         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
12762         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
12763         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
12764         variable names.
12765         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
12766         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
12767         variable prefixes.
12768         * m4/fcntl-safer.m4: Remove.
12769         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
12770         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
12771         Invoke gl_PREREQ_FD_SAFER.
12772         (gl_PREREQ_FD_SAFER): New macro.
12773         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
12774         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
12775         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
12776         Remove duplicate call to AC_LIBOBJ(readutmp).
12777         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
12778
12779         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
12780         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
12781
12782 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12783
12784         * MODULES.html.sh (Misc): Add byteswap.
12785
12786 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12787
12788         * modules/getcwd (Depends-on): Add extensions.
12789         * modules/openat (Depends-on): Likewise.
12790
12791 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12792
12793         * modules/byteswap: New file.
12794
12795 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12796
12797         * m4/byteswap.m4: New file.
12798
12799 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12800
12801         * lib/byteswap_.h: New file.
12802
12803 2005-04-25  Karl Berry  <karl@gnu.org>
12804
12805         * m4/gettext.m4: Update from GNU gettext 0.14.4.
12806
12807 2005-04-25  Albert Chin  <china@thewrittenword.com>
12808
12809         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
12810         Toolkit C bug.
12811
12812 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
12813
12814         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
12815         (func_ln_if_changed) Remove forcibly for no error message
12816         in case file does not exist.
12817
12818 2005-04-19  Simon Josefsson  <jas@extundo.com>
12819
12820         * gnulib-tool (Options): Make --symlink mean --symbolic.
12821
12822 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
12823
12824         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
12825
12826 2005-04-16  Simon Josefsson  <jas@extundo.com>
12827
12828         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
12829
12830 2005-04-15  Simon Josefsson  <jas@extundo.com>
12831
12832         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
12833
12834 2005-04-15  Simon Josefsson  <jas@extundo.com>
12835
12836         * gnulib-tool: Rename --symlink to --symbolic.
12837
12838 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
12839
12840         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
12841         symbolic links to files instead of copying/moving.  Add --aux-dir,
12842         specifying directory relative --dir where auxiliary build tools
12843         are placed.
12844
12845 2005-04-14  Bruno Haible  <bruno@clisp.org>
12846
12847         * modules/allocsa (License): Change to LGPL.
12848         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12849
12850 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12851
12852         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
12853         that "UTC +1 second" continues to work.  Problem reported
12854         by Dmitry V. Levin.
12855         (relunit_snumber): New rule.
12856         (relunit): Use it.
12857
12858 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12859
12860         * lib/getdate.y (universal_time_zone_table): New constant.
12861         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
12862         universal_time_zone_table.
12863         (lookup_zone): Prefer universal_time_zone_table to
12864         local_time_zone_table, so that "GMT" time stamps are allowed in
12865         London during the summer.  Problem reported by Ian Abbott.
12866
12867 2005-04-12  Jim Meyering  <jim@meyering.net>
12868
12869         * lib/human.c (humblock): Set *options even when returning due to
12870         xstrtoumax conversion failure.  Thanks to a used-uninitialized
12871         warning from gcc-4.
12872
12873 2005-04-09  Jim Meyering  <jim@meyering.net>
12874
12875         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
12876         -Wuninitialized: initialize tm0.tm_year.
12877
12878 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12879
12880         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
12881         count, since there's no maximum.  All uses changed.
12882         Add member dsts_seen.
12883         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
12884         not being INT_MAX.
12885         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
12886         Use pc_rels_seen to decide whther a date is absolute.
12887
12888         * lib/getdate.y (number): Don't overwrite year.
12889         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
12890         check.
12891
12892 2005-04-02  Simon Josefsson  <jas@extundo.com>
12893
12894         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
12895         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
12896
12897 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
12898
12899         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
12900         where no absolute path name can be longer than PATH_MAX.
12901
12902 2005-03-27  Jim Meyering  <jim@meyering.net>
12903
12904         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
12905
12906 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
12907
12908         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
12909         "one's complement" -> "ones' complement" in comment, as per Knuth.
12910         "value of type" -> "type or expression" in comment.
12911         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
12912
12913 2005-03-26  Jim Meyering  <jim@meyering.net>
12914
12915         Comment nits.
12916         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
12917         Correct typos: s/or/of/.
12918
12919 2005-03-26  Jim Meyering  <jim@meyering.net>
12920
12921         * modules/check-include-files: Move to ../ and rename to...
12922         * check-module: ...this.
12923
12924 2005-03-25  Jim Meyering  <jim@meyering.net>
12925
12926         * modules/xvasprintf (Files): Add xalloc.h.
12927
12928 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12929
12930         * modules/gettext (Files): config/config.rpath ->
12931         build-aux/config.rpath
12932         * modules/iconv (Files): Likewise.
12933         Problem reported by Oskar Liljeblad.
12934
12935 2005-03-23  Jim Meyering  <jim@meyering.net>
12936
12937         * modules/check-include-files: New script to check for
12938         missing dependencies, multiple includes, etc.
12939
12940         * modules/c-strtold (Depends-on): Add xalloc.
12941         * modules/c-strtod (Depends-on): Add xalloc.
12942         * modules/hash (Depends-on): Add xalloc.
12943         (Files): Remove lib/xalloc.h.
12944
12945         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
12946         * modules/userspec (Files): Add lib/inttostr.h.
12947
12948 2005-03-23  Jim Meyering  <jim@meyering.net>
12949
12950         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
12951
12952 2005-03-22  Jim Meyering  <jim@meyering.net>
12953
12954         * modules/stat-macros: New module.
12955         * modules/canonicalize, modules/euidaccess, modules/file-type,
12956         * modules/filemode, modules/lchown, modules/makepath,
12957         * modules/rmdir, modules/stat: Depend on new stat-macros module
12958         rather than listing lib/stat-macros.h manually.
12959         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
12960
12961 2005-03-22  Jim Meyering  <jim@meyering.net>
12962
12963         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
12964
12965 2005-03-22  Bruno Haible  <bruno@clisp.org>
12966
12967         * config/srclist.txt: Replace target directory 'config' with
12968         'build-aux'.
12969         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
12970         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
12971         ../build-aux/.
12972
12973 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
12974
12975         * modules/chdir-long (Depends-on): Add mempcpy.
12976
12977         * modules/acl, modules/backupfile, modules/c-strtod,
12978         modules/c-strtold, modules/canon-host, modules/canonicalize,
12979         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
12980         modules/exclude, modules/exitfail, modules/file-type,
12981         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
12982         modules/getdate, modules/getline, modules/getpagesize,
12983         modules/getpass, modules/getugroups, modules/group-member,
12984         modules/hard-locale, modules/hash, modules/human, modules/idcache,
12985         modules/inttostr, modules/long-options, modules/makepath,
12986         modules/md5, modules/memcasecmp, modules/memcoll,
12987         modules/modechange, modules/mountlist, modules/path-concat,
12988         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
12989         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
12990         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
12991         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
12992         modules/strftime, modules/strndup, modules/strverscmp,
12993         modules/timespec, modules/unlocked-io, modules/userspec,
12994         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
12995         modules/yesno:
12996         Remove lib_SOURCES line from Makefile.am section, as this is now
12997         done automatically by the corresponding Autoconf macro.
12998
12999 2005-03-21  Jim Meyering  <jim@meyering.net>
13000
13001         Changes imported from coreutils.
13002
13003         * lib/cycle-check.c: Don't include xalloc.h.
13004
13005         * lib/path-concat.c: Don't include assert.h.
13006         (path_concat): Remove assertion that would have triggered
13007         for ABASE starting with more than one slash.
13008         Reported by Andreas Schwab.
13009
13010         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
13011         properly when ABASE is an absolute file name.
13012         Correct the description of this function.
13013         Include <assert.h>.
13014         Add an assertion and a test driver.
13015         This fixes a bug introduced on 2004-07-02.
13016         Andreas Schwab reported the resulting failure of cp --parents:
13017         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
13018
13019 2005-03-21  Jim Meyering  <jim@meyering.net>
13020
13021         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
13022         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
13023
13024 2005-03-21  Jim Meyering  <jim@meyering.net>
13025         and  Paul Eggert  <eggert@cs.ucla.edu>
13026
13027         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
13028         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
13029         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
13030         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
13031         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
13032         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
13033         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
13034         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
13035         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
13036         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
13037         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
13038         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
13039         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
13040         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
13041         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
13042         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
13043         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
13044         for these modules.
13045
13046 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13047
13048         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
13049         (which shouldn't happen), generate nothing instead of returning 0
13050         immediately, so that nstrftime (NULL, ...) doesn't return 0.
13051
13052 2005-03-16  Bruno Haible  <bruno@clisp.org>
13053
13054         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
13055         HAVE_LONGLONG_64BIT.
13056
13057 2005-03-16  Bruno Haible  <bruno@clisp.org>
13058
13059         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
13060         HAVE_LONGLONG_64BIT.
13061
13062 2005-03-16  Bruno Haible  <bruno@clisp.org>
13063
13064         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
13065         HAVE_LONGLONG_64BIT.
13066
13067 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13068
13069         * lib/strftime.c (my_strftime): Prepend space to format so that we can
13070         reliably distinguish strftime failure from empty output on POSIX
13071         hosts.
13072
13073 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13074
13075         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
13076         (iconv_string): Don't guess a size-zero buffer, as that might cause
13077         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
13078         result would be 'too large', where 'too large' is (heuristically)
13079         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
13080         overflow concerns.  This will prevent some unwanted malloc failures
13081         when the inputs are very large.
13082
13083 2005-03-15  Karl Berry  <karl@gnu.org>
13084
13085         * config/srclist.txt (config.rpath): from gettext.
13086         * config/config.rpath: update.
13087
13088 2005-03-15  Bruno Haible  <bruno@clisp.org>
13089
13090         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
13091         to 'negate'.
13092
13093         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
13094         variable.
13095
13096         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
13097         results.
13098
13099 2005-03-14  Simon Josefsson  <jas@extundo.com>
13100
13101         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
13102         <fx@gnu.org>.
13103
13104 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
13105
13106         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
13107         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
13108         intprops.h.
13109         * lib/strtol.c: Likewise.
13110
13111 2005-03-14  Jim Meyering  <jim@meyering.net>
13112
13113         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
13114         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
13115         to be nonzero so that we (and caller) can detect the difference
13116         between a valid zero-length expansion and an error return, even
13117         when the underlying strftime fails before writing anything into
13118         that location.
13119
13120 2005-03-14  Bruno Haible  <bruno@clisp.org>
13121
13122         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
13123         Update from GNU gettext 0.14.3.
13124
13125 2005-03-10  Jim Meyering  <jim@meyering.net>
13126
13127         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
13128
13129 2005-03-10  Jim Meyering  <jim@meyering.net>
13130
13131         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
13132         so that this module works on systems without fchdir.
13133
13134 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
13135
13136         Factor int-properties macros into a single file, except for
13137         glibc-related files.
13138         * lib/intprops.h: New file.
13139         * lib/getloadavg.c: Include it instead of limits.h.
13140         (INT_STRLEN_BOUND): Remove.
13141         * lib/human.c: Include intprops.h.
13142         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
13143         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
13144         302/1000.
13145         * lib/inttostr.h: Include intprops.h instead of limits.h.
13146         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
13147         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
13148         for consistency with intprops.h.
13149         (time_t_is_integer, twos_complement_arithmetic): Use them.
13150         * lib/sig2str.h: Include <signal.h>, intprops.h.
13151         (INT_STRLEN_BOUND): Remove.
13152         * lib/strftime.c (TYPE_SIGNED): Remove.
13153         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
13154         * lib/strtol.c: Adjust comments to match intprops.h.
13155         * lib/userspec.c: Include intprops.h.
13156         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
13157         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
13158         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
13159         instead of rolling our own expressions.
13160         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
13161
13162         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
13163         instead of int.
13164         (my_strftime): Do not mishandle years close to INT_MAX, by doing
13165         the right thing even if adding 1900 would overflow.  Similarly
13166         for tm_mon + 1 and tm_yday + 1.
13167         Make %Y always equivalent to %C%y, and similarly for %G and %g.
13168         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
13169         (DO_SIGNED_NUMBER): New macro.
13170         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
13171
13172 2005-03-07  Bruno Haible  <bruno@clisp.org>
13173
13174         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
13175
13176 2005-03-07  Bruno Haible  <bruno@clisp.org>
13177
13178         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
13179
13180 2005-03-04  Derek R. Price  <derek@ximbiot.com>
13181
13182         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
13183         (func_import): Only replace files via --import when they have actually
13184         changed.
13185
13186 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13187
13188         * m4/mmap-anon.m4: New file.
13189         * m4/pagealign_alloc.m4: New file.
13190
13191 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13192             Bruno Haible  <bruno@clisp.org>
13193
13194         * modules/pagealign_alloc: New file.
13195         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
13196
13197 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13198             Bruno Haible  <bruno@clisp.org>
13199
13200         * lib/pagealign_alloc.h: New file.
13201         * lib/pagealign_alloc.c: New file.
13202
13203 2005-03-03  Bruno Haible  <bruno@clisp.org>
13204
13205         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
13206         Use an all-permissive copyright notice, recommended by RMS.
13207
13208 2005-03-02  Bruno Haible  <bruno@clisp.org>
13209
13210         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
13211         of AIX, the replacement has to be done only after <string.h> is
13212         included, therefore not in config.h. stpncpy.h does the replacement,
13213         and stpncpy.c uses it.
13214
13215 2005-03-02  Bruno Haible  <bruno@clisp.org>
13216
13217         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
13218         stpncpy.c uses it.
13219
13220 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13221
13222         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
13223         The workaround isn't strictly needed for POSIX conformance, and
13224         it's too much of a pain to configure and maintain.  We'll ask
13225         people to fix their kernels instead.
13226         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
13227         (NANOSLEEP_BUG_WORKAROUND): Remove.
13228         (xnanosleep): Remove the workaround.
13229
13230 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13231
13232         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
13233         Reported by Derek Price.
13234         (Include): Add "timespec.h".
13235
13236         * modules/xnanosleep (Depends-on): Remove gethrxtime.
13237
13238 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13239
13240         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
13241         to detect nanosleep bug.
13242
13243 2005-03-01  Bruno Haible  <bruno@clisp.org>
13244
13245         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
13246
13247 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13248
13249         * modules/gethrxtime: New file.
13250         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
13251         (Depends-on): Add gethrxtime.
13252         (configure.ac): Add gl_XNANOSLEEP.
13253         (Makefile.am): Remove lib_SOURCES line.
13254
13255 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13256
13257         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
13258         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
13259
13260 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13261
13262         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
13263         * lib/timespec.h (gettime): Return void, since it always
13264         succeeds now.  All uses changed.
13265         * lib/gettime.c (gettime) Likewise.
13266         [HAVE_NANOTIME]: Prefer nanotime.
13267         Assume gettimeofday succeeds, as POSIX requires.
13268         Assime time () succeeds, since other code already does.
13269         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
13270         (timespec_subtract): Remove.
13271         (NANOSLEEP_BUG_WORKAROUND): New constant.
13272         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
13273         things considerably.  Use it only on GNU/Linux hosts, since the
13274         workaround shouldn't be needed elsewhere.
13275
13276 2005-02-24  Bruno Haible  <bruno@clisp.org>
13277
13278         * modules/gettext (Files): Add m4/glibc2.m4.
13279
13280 2005-02-24  Bruno Haible  <bruno@clisp.org>
13281
13282         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
13283         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
13284         * m4/progtest.m4:
13285         Update from GNU gettext 0.14.2.
13286         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
13287
13288 2005-02-24  Bruno Haible  <bruno@clisp.org>
13289
13290         * lib/localcharset.c: Update from GNU gettext 0.14.2.
13291         * lib/config.charset: Update from GNU gettext 0.14.2.
13292
13293 2005-02-24  Bruno Haible  <bruno@clisp.org>
13294
13295         * lib/gettext.h: Update from GNU gettext 0.14.2.
13296
13297 2005-02-23  Simon Josefsson  <jas@extundo.com>
13298
13299         * m4/iconvme.m4: New file.
13300
13301 2005-02-23  Jim Meyering  <jim@meyering.net>
13302
13303         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
13304         change.
13305         Thanks to Bruno Haible for catching it.
13306
13307 2005-02-22  Simon Josefsson  <jas@extundo.com>
13308
13309         * modules/iconvme: New file.
13310
13311         * MODULES.html.sh: Add iconvme.
13312
13313 2005-02-22  Simon Josefsson  <jas@extundo.com>
13314
13315         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
13316
13317 2005-02-22  Simon Josefsson  <jas@extundo.com>
13318
13319         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
13320
13321 2005-02-22  Jim Meyering  <jim@meyering.net>
13322
13323         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
13324         s/ifndef/ifdef/.
13325
13326 2005-02-20  Neil Conway  <neilc@samurai.com>
13327
13328         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
13329         returned by OSX/Darwin if the specified buffer is not large
13330         enough for the hostname.
13331
13332 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13333
13334         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
13335         pass it to _help, otherwise the latter coredumps trying to
13336         dereference state.root_argp.
13337
13338 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13339
13340         * modules/chdir-long (Depends-on): Add memrchr.
13341         * modules/memrchr (Files): Add lib/memrchr.h.
13342         (Include): "memrchr.h".
13343
13344 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13345
13346         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
13347
13348 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13349
13350         * lib/memrchr.h: New file.
13351         * lib/chdir-long.c: Include it.
13352         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
13353         Don't bother including stddef.h.
13354
13355 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13356
13357         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
13358         inclusion.
13359         Include <sys/types.h>, for dev_t.
13360         (ME_DUMMY, ME_REMOTE): Move from here....
13361         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
13362         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
13363         Dmitry V. Levin.
13364         Include mountlist.h first, to test the interface.
13365
13366 2005-01-29  Bruno Haible  <bruno@clisp.org>
13367
13368         * lib/progname.c (program_name): Initialize.
13369         Needed when linking statically on MacOS X.
13370
13371 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13372
13373         Sync from coreutils.
13374         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
13375         (Depends-on): Add c-strtod.
13376         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
13377
13378 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13379
13380         Sync from coreutils.
13381         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
13382
13383         Remove files that are specific to coreutils.
13384         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
13385
13386 2005-01-28  Bruno Haible  <bruno@clisp.org>
13387
13388         * modules/javacomp: New file.
13389         * MODULES.html.sh (Java): Add javacomp.
13390
13391 2005-01-28  Bruno Haible  <bruno@clisp.org>
13392
13393         * m4/javacomp.m4: New file, from GNU gettext.
13394
13395 2005-01-28  Bruno Haible  <bruno@clisp.org>
13396
13397         * lib/javacomp.sh.in: New file, from GNU gettext.
13398         * lib/javacomp.h: New file, from GNU gettext.
13399         * lib/javacomp.c: New file, from GNU gettext.
13400
13401 2005-01-26  Simon Josefsson  <jas@extundo.com>
13402
13403         * lib/gai_strerror.c: Use GPL in header.
13404
13405 2005-01-26  Bruno Haible  <bruno@clisp.org>
13406
13407         * modules/javaexec: New file.
13408         * MODULES.html.sh (Java): Add javaexec.
13409
13410 2005-01-26  Bruno Haible  <bruno@clisp.org>
13411
13412         * m4/javaexec.m4: New file, from GNU gettext.
13413
13414 2005-01-26  Bruno Haible  <bruno@clisp.org>
13415
13416         * lib/javaexec.sh.in: New file, from GNU gettext.
13417         * lib/javaexec.h: New file, from GNU gettext.
13418         * lib/javaexec.c: New file, from GNU gettext.
13419
13420 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13421
13422         * modules/lchown (Depends-on): Remove lchown.h
13423
13424 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13425
13426         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
13427         must be defined if the header file was not found, in order
13428         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
13429
13430 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13431
13432         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
13433         initializers for struct pentry_state.
13434         (__argp_error): Check return value of __asprintf
13435         (__argp_failure): Translate error message
13436
13437         * lib/argp-parse.c: Removed braces around the expansion of N_()
13438
13439 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13440
13441         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
13442         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
13443         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
13444         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
13445         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
13446         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
13447         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
13448         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
13449         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
13450         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
13451         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
13452         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
13453         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
13454         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
13455         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
13456         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
13457         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
13458         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
13459         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
13460         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
13461         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
13462         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
13463         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
13464         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
13465         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
13466         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
13467         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
13468         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
13469         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
13470         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
13471         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
13472         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
13473         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
13474         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
13475         xstrtol.m4, xstrtoumax.m4, yesno.m4:
13476         Use an all-permissive copyright notice, recommended by RMS.
13477
13478 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
13479
13480         * modules/chdir-long (Depends-on): Remove mempcpy.
13481
13482 2005-01-21  Jim Meyering  <jim@meyering.net>
13483
13484         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
13485         same value as for Solaris 9.
13486
13487         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
13488         component length.  This included changing the parameter to be
13489         of type `char *' rather than `char const *'.
13490         * lib/chdir-long.h (chdir_long): Update prototype.
13491
13492         * lib/openat.c (fdopendir, fstatat): New functions.
13493         * lib/openat.h: Include headers required for use of DIR and struct
13494         stat.
13495         [AT_SYMLINK_NOFOLLOW]: Define.
13496         (fdopendir, fstatat): Add prototypes.
13497
13498 2005-01-21  Bruno Haible  <bruno@clisp.org>
13499
13500         * modules/classpath: New file.
13501         * MODULES.html.sh (Java): Add classpath.
13502
13503 2005-01-21  Bruno Haible  <bruno@clisp.org>
13504
13505         * lib/classpath.h: New file, from GNU gettext.
13506         * lib/classpath.c: New file, from GNU gettext.
13507
13508 2005-01-20  Simon Josefsson  <jas@extundo.com>
13509
13510         * modules/version-etc-fsf: New file.
13511
13512 2005-01-20  Simon Josefsson  <jas@extundo.com>
13513
13514         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
13515         * lib/version-etc.c: Remove version_etc_copyright.
13516         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
13517         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
13518
13519 2005-01-20  Simon Josefsson  <jas@extundo.com>
13520
13521         * lib/base64.h (isbase64): Add.
13522
13523         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
13524         using a unsigned prototype, don't inline.
13525         (base64_decode): Use it.
13526
13527 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13528
13529         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
13530         it.
13531
13532 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13533
13534         * lib/save-cwd.c (save_cwd): Remove code to support the case
13535         where fchdir is missing or flaky.
13536
13537 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
13540
13541 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13542
13543         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
13544         AC_LIBSOURCES now does this.
13545         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
13546         with new ullong_max module.
13547
13548 2005-01-19  Bruno Haible  <bruno@clisp.org>
13549
13550         * modules/sh-quote: New file.
13551         * MODULES.html.sh (Executing programs): Add sh-quote.
13552
13553 2005-01-19  Bruno Haible  <bruno@clisp.org>
13554
13555         * lib/sh-quote.h: New file, from GNU gettext.
13556         * lib/sh-quote.c: New file, from GNU gettext.
13557
13558 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13559
13560         Merge from coreutils.
13561         * m4/ullong_max.m4: New file.
13562         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
13563         (gl_MACROS): Assume localeconv exists.
13564
13565 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13566
13567         Merge changes from coreutils, as described below in several
13568         changelogs dated today.
13569
13570         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
13571         (O_DIRECTORY): Remove; not needed here, since "." must be
13572         a directory.  All uses removed.
13573         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
13574         universal on Suns, and we also need to test for IRIX.
13575         Revamp code to use 'if' rather than '#if'.
13576         Avoid unnecessary comparison of cwd->desc to 0.
13577
13578         * lib/utimens.c (futimens): Robustify the previous patch, by checking
13579         for known valid error numbers rather than observed invalid ones.
13580
13581 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13582
13583         * modules/ullong_max: New file.
13584
13585         * modules/chdir-long, modules/openat: New files.
13586         * modules/save-cwd (Depends-on): Depend on chdir-long.
13587         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
13588
13589 2005-01-18  Jim Meyering  <jim@meyering.net>
13590
13591         Merge from coreutils.
13592         * m4/chdir-long.m4, m4/openat.m4: New files.
13593         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
13594         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
13595         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
13596         is sane and DOES follow symlinks.  Besides, testing 20 different
13597         systems found no broken chown implementations.
13598         Prompted by a change in rsync's copy of this macro.
13599         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
13600
13601         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
13602
13603         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
13604         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
13605         NULL-means-set-to-current-time semantics.
13606         Remove temporary file immediately, rather than waiting
13607         for configure's at-exit trap code to do it.
13608
13609 2005-01-18  Jim Meyering  <jim@meyering.net>
13610
13611         * lib/version-etc.c (version_etc_copyright): Update copyright date.
13612
13613         * lib/utimens.c (futimens): Account for the fact that futimes
13614         can also fail with errno == ENOSYS or errno == ENOENT.
13615         Patch from Dmitry V. Levin.
13616
13617         Change the name of the robust chdir function from chdir to chdir_long.
13618         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
13619         (restore_cwd): Use chdir_long, not chdir.
13620         * lib/chdir-long.c: Renamed from chdir.c.
13621         * lib/chdir-long.h: Renamed from chdir.h.
13622         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
13623         Hurd.
13624
13625 2005-01-18  Bruno Haible  <bruno@clisp.org>
13626
13627         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
13628         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
13629         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
13630         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
13631         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
13632         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
13633         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
13634         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
13635         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
13636         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
13637         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
13638         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
13639         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
13640         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
13641         Use an all-permissive copyright notice, recommended by RMS.
13642
13643 2005-01-18  Bob Proulx  <bob@proulx.com>
13644
13645         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
13646         simplify offsetof() macro construct to avoid compile failure with
13647         native HP-UX 11.0 ANSI C compiler.
13648
13649 2005-01-17  Bruno Haible  <bruno@clisp.org>
13650
13651         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
13652         redundant because stpncpy.m4 takes care of it.
13653
13654 2005-01-17  Bruno Haible  <bruno@clisp.org>
13655
13656         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
13657
13658 2005-01-17  Bruno Haible  <bruno@clisp.org>
13659
13660         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
13661         used.
13662
13663 2005-01-17  Bruno Haible  <bruno@clisp.org>
13664
13665         * lib/fwriteerror.h (fwriteerror): Change specification to include
13666         fclose.
13667         * lib/fwriteerror.c: Include <stdbool.h>.
13668         (fwriteerror): At the end, close the file stream. Record whether
13669         stdout was already closed.
13670
13671 2005-01-17  Bruno Haible  <bruno@clisp.org>
13672
13673         * lib/execute.c (environ): Declare if needed.
13674         * lib/pipe.c (environ): Likewise.
13675         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
13676
13677 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13678
13679         * modules/argp: Depend on vsnprintf
13680
13681 2005-01-10  Jim Meyering  <jim@meyering.net>
13682
13683         * modules/closeout (Depends-on): Add atexit.
13684
13685 2005-01-06  Bruno Haible  <bruno@clisp.org>
13686
13687         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
13688
13689 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13690
13691         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
13692         definitions to be after all include files, to avoid collisions.
13693         Problem reported by Bob Proulx.
13694
13695 2005-01-04  Jim Meyering  <jim@meyering.net>
13696
13697         Changes imported from coreutils.
13698         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
13699         as the mkstemp template, use a temporary directory and an
13700         8.3-friendly template to avoid trouble on systems like DJGPP.
13701         Reported by Juan M. Guerrero via Stepan Kasal.
13702         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
13703         close. Remove the temporary directory right away, rather than waiting
13704         for configure's at-exit trap code to do it.
13705         Suggestion from Stepan Kasal.
13706
13707 2005-01-01  Simon Josefsson  <jas@extundo.com>
13708
13709         * gnulib-tool: Print #include directives when --import'ing.
13710
13711 2004-12-28  Simon Josefsson  <jas@extundo.com>
13712
13713         * tests/test-base64.c: Include required header files.  Remove
13714         unused variables.
13715
13716 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13717
13718         * modules/error (Depends-on): Remove gettext.
13719
13720 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13721
13722         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
13723         not needed.  This removes a dependency on the gettext module.
13724         [defined _LIBC]: Do not include <libintl.h>; not needed.
13725
13726 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13727
13728         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
13729         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
13730
13731 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13732
13733         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
13734         HAVE_DECL_STRTOLD.
13735
13736 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13737
13738         * modules/getdate (Depends-on): Remove alloca-opt.
13739
13740 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13741
13742         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
13743
13744 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13745
13746         * lib/argp-parse.c: Include <stddef.h>.
13747         (alignof, alignto): New macros.
13748         (parser_init): Don't assume that void * is aligned sufficiently
13749         for struct option.
13750
13751         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
13752         need to extend the stack.
13753         (YYINITDEPTH): New macro, so that the initial stack isn't overly
13754         large.
13755
13756 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13757
13758         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
13759
13760 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13761
13762         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
13763         (2004-10-24) change.  Apparently this was a false alarm.
13764
13765         * modules/getdate: Depend on alloca-opt, not alloca.
13766
13767 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13768
13769         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
13770         Remove now-obsolete comment about AIX.
13771         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
13772         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
13773         (YYMAXDEPTH): New macro.
13774
13775 2004-12-18  Simon Josefsson  <jas@extundo.com>
13776
13777         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
13778
13779 2004-12-18  Bruno Haible  <bruno@clisp.org>
13780
13781         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
13782
13783 2004-12-18  Bruno Haible  <bruno@clisp.org>
13784
13785         * lib/fatal-signal.c (fatal_signals): Make non-const.
13786         (init_fatal_signals): New function.
13787         (uninstall_handlers, install_handlers): Ignore signals that were set to
13788         SIG_IGN.
13789         (at_fatal_signal): Call init_fatal_signals.
13790         (init_fatal_signal_set): Likewise. Ignore signals that were set to
13791         SIG_IGN.
13792         Reported by Paul Eggert.
13793
13794 2004-12-18  Bruno Haible  <bruno@clisp.org>
13795
13796         * doc/alloca.texi: New file.
13797         * doc/alloca-opt.texi: New file.
13798
13799 2004-12-17  Jim Meyering  <jim@meyering.net>
13800
13801         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
13802         Otherwise, install-sh could exit with improper exit status when
13803         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
13804
13805 2004-12-16  Simon Josefsson  <jas@extundo.com>
13806
13807         * tests/test-base64.c: Add license.
13808
13809 2004-12-15  Stepan Kasal  <address@hidden>
13810
13811         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
13812
13813 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
13814
13815         * modules/getcwd (Files): Add m4/d-ino.m4.
13816         Suggested by Mark D. Baushke.
13817
13818 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13819
13820         * lib/getdate.y (textint): New member "negative".
13821         (time_zone_hhmm): New function.
13822         Expect 14 shift-reduce conflicts, not 13.
13823         (o_colon_minutes): New rule.
13824         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
13825         (yylex): Set the "negative" member of signed numbers.
13826
13827 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13828
13829         * doc/getdate.texi (Time of day items, Time zone items):
13830         Describe new formats +00:00, UTC+00:00.
13831
13832 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13833
13834         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
13835         spurious "-l"s.  Problem reported by Stepan Kasal.
13836
13837 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
13838
13839         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
13840         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
13841
13842 2004-12-04  Simon Josefsson  <jas@extundo.com>
13843
13844         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
13845         Vandoorselaere <yoann@prelude-ids.org>.
13846
13847 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13848
13849         Changes imported from coreutils.
13850         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
13851         exist.
13852         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
13853
13854 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13855
13856         Changes imported from coreutils.
13857         * lib/hard-locale.c: Assume <locale.h> exists.
13858         Include "strdup.h".
13859         (GLIBC_VERSION): New macro.
13860         (hard_locale): Assume setlocale exists.
13861         Rewrite to avoid #ifdef.
13862         Use strdup rather than malloc + strcpy.
13863         * lib/human.c: Assume <locale.h> exists.
13864         (human_readable): Assume localeconv exists.
13865
13866 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13867
13868         * modules/hard-locale (Depends-on): Add strdup.
13869
13870 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13871
13872         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
13873         convert T2, not T.  (Imported from libc.)
13874
13875 2004-11-30  Simon Josefsson  <jas@extundo.com>
13876
13877         * modules/restrict (License): Change to LGPL.
13878
13879 2004-11-30  Simon Josefsson  <jas@extundo.com>
13880
13881         * m4/restrict.m4: Add copyright and copying conditions.
13882
13883 2004-11-30  Simon Josefsson  <jas@extundo.com>
13884
13885         * m4/base64.m4: New file.
13886
13887 2004-11-30  Simon Josefsson  <jas@extundo.com>
13888
13889         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
13890         base64.
13891
13892         * tests/test-base64.c: New file.
13893
13894         * modules/base64: New file.
13895
13896 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13897
13898         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
13899         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
13900
13901         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
13902
13903 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13904
13905         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
13906         (__getcwd.c): Don't restore errno; glibc doesn't.
13907         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
13908         first, falling back to our code only if its results look suspicious.
13909         Ensure that the resulting buffer is only as large as necessary.
13910
13911         * lib/readutmp.c: Include readutmp.h first.
13912         Include <errno.h>, since readutmp.h no longer does that.
13913         * lib/readutmp.h: Don't include <errno.h>,
13914         <sys/param.h>, <time.h>; not needed to establish interface.
13915         (errno): Remove decl.
13916         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
13917         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
13918         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
13919
13920 2004-11-28  Simon Josefsson  <jas@extundo.com>
13921
13922         * lib/base64.h, base64.c: New file.
13923
13924 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
13925
13926         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
13927
13928 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13929
13930         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
13931         (Depends-on): Remove pathmax, same.  Add mempcpy.
13932         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
13933         (Makefile.am): Append getcwd.h to lib_SOURCES.
13934         (Include): Add getcwd.h.
13935         (Maintainer): Change from Jim Meyering to "all, glibc",
13936         since getdate now uses intended-for-glibc code.
13937         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
13938         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
13939
13940 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13941
13942         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
13943         HP's ANSI C compiler.
13944         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
13945         Declaring int functions causes warnings on some modern systems and
13946         shouldn't be needed to compile on ancient ones.
13947         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
13948         defined.
13949
13950         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
13951         with the following changes.
13952         (__set_errno): Parenthesize properly.
13953         Include <stdbool.h>.
13954         (MIN, MAX, MATCHING_INO): New macros.
13955         (__getcwd): Define with prototype, not K&R form.
13956         Use heuristics to allocate default buffer on stack if possible.
13957         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
13958         behavior, and to avoid the PATH_MAX limit when computing
13959         ../../../../...
13960         Use MATCHING_INO to compare inode number to file.
13961         Check for arithmetic overflow in size calculations.
13962         Fix bug in reallocation of dot array that caused getcwd to fail
13963         on directories nested deeper than 75.
13964         Be more careful about saving errno on error.
13965         Do not use realloc; use only free+malloc, as this is a bit
13966         more flexible and avoids a needless copy operation.
13967         Do not inspect st_dev and st_ino for symbolic links; POSIX
13968         doesn't specify the latter.
13969         Check for closedir errors.
13970         Avoid needless casts.
13971         Use "#ifdef weak_alias" around weak_alias, to be like other
13972         glibc code.
13973         The following changes to getcwd.c have effect only when used in
13974         gnulib; they have no effect inside glibc proper.
13975         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
13976         as alloca isn't used.
13977         (alloca, __alloca): Likewise.
13978         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
13979         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
13980         unconditionally, as gnulib assumes C89 or better.
13981         Do not include <sys/param.h>.
13982         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
13983         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
13984         better.
13985         (NULL) [!defined NULL]: Remove; we assume C89 or better.
13986         Include <dirent.h> in a way that is compatible with modern Autoconf.
13987         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
13988         New macros, if not already defined.
13989         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
13990         Use "_LIBC", not "defined _LIBC", for consistency.
13991         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
13992         a mempcpy module.
13993         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
13994         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
13995         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
13996         credit only to Jim Meyering and adjust the copyright dates.
13997         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
13998         <stdlib.h>, <unistd.h>, "pathmax.h".
13999         Instead, include "xgetcwd.h" (first) and "getcwd.h".
14000         (INITIAL_BUFFER_SIZE): Remove.
14001         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
14002
14003 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14004
14005         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
14006         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
14007         Use the _ONCE methods, for efficiency.
14008         Check for fcntl.h.  In test program, include <errno.h>
14009         and <fcntl.h> if available.  Remove old K&R cruft from
14010         test program.  Check for common errors in GNU/Linux,
14011         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
14012         don't do AC_LIBOBJ, as that's getcwd.m4's job.
14013         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
14014         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
14015         name accordingly.
14016         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
14017         accommodate new getcwd.c.
14018         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
14019         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
14020         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
14021         that's all we need now.
14022
14023 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14024
14025         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
14026         argp-parse.c depends on getopt internals, that means we should
14027         always use our getopt, to be on the safe side.
14028         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
14029         order not to spoil the result of an eventual previous invocation
14030         of gl_GETOPT_SUBSTITUTE.
14031
14032 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14033
14034         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
14035         redefinition warnings. To avoid them, include the defines
14036         in `#if !defined __need_getopt ... #endif'. The only place
14037         where __getopt_argv_const is used is in definitions
14038         of getopt_long and getopt_long_only below, which are as well
14039         protected by `#ifndef __need_getopt'.
14040         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
14041         __need_getopt after including <stdio.h> and <unistd.h> These
14042         headers might have defined it.
14043
14044 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14045
14046         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
14047
14048 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14049
14050         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
14051         (futimens): New function, which uses futimes if available.
14052         (futimens, utimens): Support timespec==NULL, with same semantics
14053         as utime and utimens.
14054         * lib/utimens.h (futimens): New decl.
14055
14056 2004-11-23  Jim Meyering  <jim@meyering.net>
14057
14058         * lib/getopt_.h: Remove trailing blanks.
14059
14060 2004-11-23  Jim Meyering  <jim@meyering.net>
14061
14062         * lib/__fpending.c: Add comment.
14063
14064 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
14065
14066         * modules/canonicalize (Depends-on): Add xreadlink.
14067         Problem reported by James Youngman.
14068
14069 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14070
14071         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
14072         New macros.
14073         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
14074         optopt): Use them instead of invoking ## directly; otherwise, the
14075         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
14076
14077 2004-11-19  Bruno Haible  <bruno@clisp.org>
14078
14079         * lib/strtok_r.c: Move comments from here...
14080         * lib/strtok_r.h: ... to here.
14081
14082 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14083
14084         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
14085         implementations that mishandle size_t overflow.
14086
14087 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14088
14089         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
14090         might fail.  Problem reported by Yoann Vandoorselaere.
14091         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
14092         implementations that mishandle size_t overflow.
14093
14094 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14095
14096         * modules/canon-host (Depends-on): Add strdup.
14097
14098 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14099
14100         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
14101
14102 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14103
14104         * lib/canon-host.c: Include "strdup.h".
14105         (canon_host): Use getaddrinfo if available, so that IPv6 works.
14106         Use strdup instead of malloc/strcpy to duplicate strings.
14107
14108         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
14109         (human_space_before_unit): New constant.
14110         * lib/human.c (human_readable): Support it.
14111
14112         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
14113         (xgetcwd): Set errno correctly when failing.
14114         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
14115         the failure is actually due to a PATH_MAX problem.
14116
14117         Further getopt changes to make it more likely that glibc will
14118         buy the changes back.
14119         * lib/getopt.c (POSIXLY_CORRECT): New constant.
14120         (getopt): Use it, so to preserve glibc semantic
14121         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
14122         when compiling for libc.
14123         * lib/getopt_.h (__getopt_argv_const): Bring it back.
14124         (getopt_long, getopt_long_only): Use it.
14125
14126         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14127         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
14128         (getopt): Argv is now char * const *, as per standard.
14129         (_getopt_internal_r, _getopt_internal): Argv is now char **,
14130         not char *__getopt_argv_const *.
14131         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14132         _getopt_long_only_r): Likewise.
14133         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
14134         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14135         _getopt_long_r, _getopt_long_only_r): Likewise.
14136         * lib/getopt_.h (__getopt_argv_const): Remove.
14137         (getopt): Argv is now char * const *, as per standard.
14138
14139         * lib/getdate.y (tORDINAL): New token.
14140         (day, relunit): Allow it for relative times.
14141         (relative_time_table): Use tORDINAL for ordinals.
14142
14143 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14144
14145         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
14146         Document that "second" isn't allowed as an ordinal number.
14147
14148 2004-11-16  Jim Meyering  <jim@meyering.net>
14149
14150         * modules/closeout (Depends-on): Add fpending.
14151
14152 2004-11-15  Jim Meyering  <jim@meyering.net>
14153
14154         * lib/closeout.c: Include "__fpending.h" once again.
14155         Include <stdbool.h>.
14156         (close_stdout): Don't fail just because stdout was closed initially,
14157         since some programs don't write to stdout in the normal course of
14158         operation (other than --version and --help), and we don't want this
14159         function to make e.g. `touch file >&-' fail.
14160         But do fail if it was closed and someone has tried to write to it.
14161         E.g., `printf foo >&-' must fail.
14162
14163 2004-11-13  Jim Meyering  <jim@meyering.net>
14164
14165         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
14166
14167 2004-11-12  Simon Josefsson  <jas@extundo.com>
14168
14169         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
14170         small doc fix is still pending.
14171
14172 2004-11-11  Simon Josefsson  <jas@extundo.com>
14173
14174         * modules/strtok_r: New file.
14175
14176         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14177         strtok_r.
14178
14179 2004-11-11  Simon Josefsson  <jas@extundo.com>
14180
14181         * m4/strtok_r.m4: New file.
14182
14183         * m4/getopt.m4: Replace opterr.
14184
14185 2004-11-11  Simon Josefsson  <jas@extundo.com>
14186
14187         * lib/strtok_r.h, strtok_r.c: New file.
14188
14189 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14190
14191         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
14192         of replacing opterr, getopt, etc.  This should handle the
14193         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
14194
14195 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14196
14197         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
14198         we can stop lying to compilers about the constness of argv when we
14199         are compiled outside glibc.
14200         (getopt, getopt_long, getopt_long_only): Use it.
14201         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14202         _getopt_internal, getopt): Likewise.
14203         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14204         _getopt_long_only_r): Likewise.
14205         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14206         _getopt_long_r, _getopt_long_only_r): Likewise.
14207
14208         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
14209         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
14210         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
14211         the other external symbols.
14212         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
14213         declaration, since the above renaming now works around collisions.
14214
14215 2004-11-11  Jim Meyering  <jim@meyering.net>
14216
14217         * lib/linebreak.c: Remove trailing blanks.
14218         * lib/alloca_.h: Likewise.
14219         * lib/acosl.c: Likewise.
14220         * lib/euidaccess.c: Likewise.
14221         * lib/allocsa.h: Likewise.
14222
14223 2004-11-10  Simon Josefsson  <jas@extundo.com>
14224
14225         * m4/getaddrinfo.m4: New file.
14226
14227 2004-11-10  Simon Josefsson  <jas@extundo.com>
14228
14229         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
14230
14231 2004-11-10  Simon Josefsson  <jas@extundo.com>
14232
14233         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14234         getaddrinfo.
14235
14236         * modules/getaddrinfo: New file.
14237
14238 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14239
14240         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
14241
14242 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14243
14244         * lib/mktime.c (SHR): New macro, which is a portable
14245         substitute for >> that should work even on Crays.
14246         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
14247         Problem reported by Mark D. Baushke in
14248         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
14249         * lib/getdate.y (SHR): Likewise.
14250         (tm_diff): Use it.
14251         * lib/strftime.c (SHR): Likewise.
14252         (tm_diff): Use it.
14253         * lib/quotearg.c (struct quoting_options): Use unsigned int for
14254         quote_these_too, so that right shifts are well defined.  All uses
14255         changed.
14256
14257 2004-11-10  Jim Meyering  <jim@meyering.net>
14258
14259         Ensure that no close failure goes unreported.
14260         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
14261         return early when it seems there's nothing to flush.
14262         Don't include __fpending.h.
14263
14264 2004-11-10  Jim Meyering  <jim@meyering.net>
14265
14266         * modules/closeout (Depends-on): Remove fpending.
14267
14268 2004-11-10  Jim Meyering  <jim@meyering.net>
14269
14270         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
14271
14272 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14273
14274         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
14275         gl_FUNC_STRFTIME.
14276         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
14277         and AC_REQUIRE when possible, to avoid duplicate checks.
14278         Check for <wchar.h>.
14279
14280 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14281
14282         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
14283
14284 2004-11-09  Bruno Haible  <bruno@clisp.org>
14285
14286         * m4/sockpfaf.m4: New file.
14287
14288 2004-11-05  Bruno Haible  <bruno@clisp.org>
14289
14290         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
14291         Reported by Mark D. Baushke <mdb@cvshome.org>.
14292
14293 2004-11-04  Bruno Haible  <bruno@clisp.org>
14294
14295         2004-09-11  Bruno Haible  <bruno@clisp.org>
14296                 * allocsa.valgrind: New file.
14297         2004-02-06  Bruno Haible  <bruno@clisp.org>
14298                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
14299                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
14300                 Reported by Christopher Seip <chris.seip@hp.com>.
14301
14302 2004-11-04  Bruno Haible  <bruno@clisp.org>
14303
14304         * modules/allocsa (Files): Add lib/allocsa.valgrind.
14305         (Makefile.am): Distribute it.
14306
14307 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
14308
14309         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
14310         with errno == ERANGE if the buffer is too small.
14311         Problem reported by Mark D. Baushke.
14312
14313 2004-11-03  Albert Chin  <china@thewrittenword.com>
14314             Paul Eggert  <eggert@cs.ucla.edu>
14315
14316         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
14317         equivalent, substitute $ac_type for equivalent type rather than
14318         blindly using uint32_t *always* which won't work if uint32_t is not
14319         available.  Define _UINT32_T to work around typedef of uint32_t if
14320         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
14321         2.5.1.
14322
14323 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14324
14325         * m4/jm-macros.m4: Sync from coreutils.
14326         (gl_MACROS): Check for mbrlen, for pathchk.
14327         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
14328
14329 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14330
14331         * lib/xreadlink.c (MAXSIZE): New macro.
14332         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
14333         size does not exceed MAXSIZE.  Avoid cast.
14334         As suggested by Mark D. Baushke in
14335         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
14336         if readlink fails with buffer size just under MAXSIZE, try again
14337         with MAXSIZE.
14338
14339 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14340
14341         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
14342
14343 2004-11-02  Derek R. Price  <derek@ximbiot.com>
14344         and  Paul Eggert  <eggert@cs.ucla.edu>
14345
14346         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
14347         (get_date): Overparenthesize to avoid GCC warning.
14348
14349 2004-11-02  Bruno Haible  <bruno@clisp.org>
14350
14351         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
14352         returns void.
14353
14354 2004-11-02  Bruno Haible  <bruno@clisp.org>
14355
14356         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
14357         function returns void.
14358
14359 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14360
14361         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
14362         fflush_unlocked, flockfile, funlockfile, funlockfile,
14363         fputs_unlocked, putc_unlocked.
14364
14365 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14366
14367         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14368         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
14369         already declared.
14370
14371 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14372
14373         * modules/getdate (Files): Add doc/getdate.texi.
14374         (Depends-on): Add setenv, xalloc.
14375
14376 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14377
14378         * lib/getdate.y: Add support for TZ="foo" within a date string.
14379         Fix some bugs near time_t boundaries.  Reject dates with
14380         out-of-range components, e.g., "Sept 31".
14381         Include <stdlib.h>, "setenv.h", "xalloc.h".
14382         (ISDIGIT_LOCALE): Remove; unused.
14383         Note that the TZ and time functions used here are not reentrant.
14384         (mktime_ok, get_tz): New functions.
14385         (TZBUFSIZE): New constant.
14386         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
14387         This requires that we sometimes generate our own TZ="XXX..." setting.
14388
14389 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14390
14391         * doc/getdate.texi: New file, from coreutils with modifications for
14392         the new TZ parsing.
14393
14394 2004-10-27  Derek R. Price  <derek@ximbiot.com>
14395
14396         * lib/mktime.c (not_equal_tm): Remove redundant check.
14397
14398 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14399
14400         * modules/regex (lib_SOURCES): Add regex.c.
14401         Reported by James Youngman in
14402         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
14403
14404 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14405
14406         * lib/getdate.y: Use Bison 1.875 features, and some minor
14407         code cleanups.  This change does not affect semantics.
14408         Don't include <stdlib.h>; no longer needed.
14409         Don't include unlocked-io.h; only the "#if TEST" code uses
14410         stdio, and performance isn't crucial there.
14411         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
14412         Bison 1.875 features as described below.
14413         All uses of "PC." replaced by "pc->".
14414         (YYSTYPE): Add a forward declaration.
14415         (yylex, yyerror): Use full prototypes in forward decls.
14416         Use "%pure-parser" rather than obsolescent "%pure_parser".
14417         Use %parse-param and %lex-param instead of obsolescent
14418         YYPARSE_PARAM and YYLEX_PARAM.
14419         (meridian_table, month_and_day_table, time_units_table,
14420         relative_time_table, time_zone_table, military_table,
14421         lookup_zone, lookup_word, get_date):
14422         Use NULL instead of 0 where appropriate.
14423         (to_hour): Avoid abort (), to avoid a dependency on
14424         stdlib.h.
14425         (yyerror, yylex): Now accepts parser_control * arg.
14426         (main) [TEST]: Use '\0' rather than 0 for char.
14427
14428 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14429
14430         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
14431
14432 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14433
14434         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
14435         It's now the caller's responsibility to handle the case where
14436         !HAVE_GETPAGESIZE && !defined getpagesize.
14437
14438         * lib/mktime.c (leapyear): Arg is long int, not int.
14439
14440 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
14441
14442         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
14443
14444 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14445
14446         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
14447         missing.  Problem reported by James Youngman.
14448
14449 2004-10-16  Simon Josefsson  <jas@extundo.com>
14450
14451         * gnulib-tool: Fix comments.  Fix parse problem.
14452         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
14453
14454 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
14455
14456         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
14457         implementation of getopt_long.  Problem reported by Alexander Taler in:
14458         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
14459
14460 2004-10-15  Bruno Haible  <bruno@clisp.org>
14461
14462         * gnulib-tool: Untabify. Initialize supplied_libname.
14463         (func_usage): More homogenous output.
14464         (func_modules_transitive_closure, func_modules_to_filelist,
14465         func_emit_lib_Makefile_am): New functions.
14466         (func_import): New function, extracted from big case statement. Use
14467         func_get_license, func_modules_transitive_closure,
14468         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
14469         opt_lgpl. Don't use test -a, as it's not portable.
14470         (func_create_testdir): Use func_modules_transitive_closure,
14471         func_modules_to_filelist, func_emit_lib_Makefile_am.
14472
14473 2004-10-15  Bruno Haible  <bruno@clisp.org>
14474
14475         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
14476
14477 2004-10-15  Bruno Haible  <bruno@clisp.org>
14478
14479         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
14480         the portions belonging to each module.
14481         Suggested by Derek Robert Price <derek@ximbiot.com>.
14482
14483 2004-10-12  Simon Josefsson  <jas@extundo.com>
14484
14485         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14486         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
14487         to real functions.
14488
14489 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14490
14491         * modules/vsnprintf: New file.
14492
14493 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14494
14495         * m4/vsnprintf.m4: New file.
14496
14497 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14498
14499         * lib/vsnprintf.h: New file.
14500         * lib/vsnprintf.c: New file.
14501
14502 2004-10-11  Bruno Haible  <bruno@clisp.org>
14503
14504         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
14505         vsnprintf.
14506
14507 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14508
14509         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
14510
14511 2004-10-07  Bruno Haible  <bruno@clisp.org>
14512
14513         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
14514         fits into the provided buffer.
14515
14516 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14517
14518         * lib/diacrit.c, diacrit.h: Add GPL notice.
14519
14520         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
14521         notice.
14522         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
14523         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
14524         This avoids a potential constant-folding bug.
14525
14526 2004-10-05  Bruno Haible  <bruno@clisp.org>
14527
14528         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
14529         for the declaration of strsep.
14530
14531 2004-10-05  Bruno Haible  <bruno@clisp.org>
14532
14533         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
14534
14535 2004-10-04  Simon Josefsson  <jas@extundo.com>
14536
14537         * modules/memmem: New file.
14538         * tests/test-memmem.c: New file.
14539         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
14540
14541 2004-10-04  Simon Josefsson  <jas@extundo.com>
14542
14543         * m4/memmem.m4: New file.
14544
14545 2004-10-04  Simon Josefsson  <jas@extundo.com>
14546
14547         * lib/memmem.h: New file.
14548         * lib/memmem.c: New file, taken from glibc.
14549
14550 2004-10-04  Simon Josefsson  <jas@extundo.com>
14551
14552         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
14553         '#ifdef USE_UNLOCKED_IO'.
14554
14555 2004-10-04  Simon Josefsson  <jas@extundo.com>
14556
14557         * config/srclist.txt: Add memmem from glibc.
14558
14559 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14560
14561         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
14562
14563         * modules/argmatch, modules/argp, modules/closeout, modules/error,
14564         modules/exclude, modules/getdate, modules/getline,
14565         modules/getndelim2, modules/getpass, modules/getpass-gnu,
14566         modules/getusershell, modules/linebuffer, modules/md5,
14567         modules/mountlist, modules/posixtm, modules/readtokens,
14568         modules/readutmp, modules/regex, modules/sha1,
14569         modules/version-etc, modules/yesno:
14570         Remove dependency on unlocked-io.
14571
14572 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14573
14574         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
14575
14576         * m4/unlocked-io.m4: Add copyright notice.
14577         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
14578
14579 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14580
14581         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
14582         * lib/xmalloc.c (xmemdup): Likewise.
14583         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
14584         XFREE): Remove these long-obsolescent macros.
14585         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
14586         * lib/xstrdup.c: Remove.
14587
14588         * lib/regex.c (re_comp): Cast gettext return value to char *,
14589         Problem reported by Martin Neitzel via Mark D. Baushke.
14590
14591 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14592
14593         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
14594         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
14595         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
14596         regex.c, sha1.c, version-etc.c, yesno.c:
14597         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
14598         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
14599         the includer's responsibility.
14600
14601         Sync from coreutils.
14602
14603         * lib/modechange.c (mode_compile): Don't decrement a pointer that
14604         points to the start of a string, as the C Standard says the
14605         resulting behavior is undefined.
14606
14607         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
14608         simple -> simple_backups, numbered_existing ->
14609         numbered_existing_backups, numbered -> numbered_backups
14610         to avoid shadowing problems.  All uses changed.
14611         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
14612         * lib/backupfile.c (check_extension, numbered_backup):
14613         Rename locals to avoid shadowing 'basename'.
14614         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
14615         once.
14616
14617         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
14618         * lib/.cvsignore: Add getopt.h.
14619
14620 2004-10-04  Bruno Haible  <bruno@clisp.org>
14621
14622         * modules/README: New file.
14623         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
14624         not a module.
14625
14626 2004-10-02  Jim Meyering  <jim@meyering.net>
14627
14628         * lib/dirfd.h, getpagesize.h: Add copyright notice.
14629
14630 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14631
14632         * modules/strsep: New file.
14633
14634 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14635
14636         * m4/strsep.m4: New file.
14637
14638 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14639
14640         * lib/strsep.h: New file.
14641         * lib/strsep.c: New file.
14642
14643 2004-10-01  Simon Josefsson  <jas@extundo.com>
14644
14645         * lib/snprintf.c (snprintf): Handle size==0.
14646
14647 2004-10-01  Simon Josefsson  <jas@extundo.com>
14648             Bruno Haible  <bruno@clisp.org>
14649
14650         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
14651         (snprintf): Declare 'args'.
14652
14653 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
14654
14655         * lib/snprintf.c: Remove comments as to why each header is needed.
14656
14657 2004-10-01  Bruno Haible  <bruno@clisp.org>
14658
14659         * MODULES.html.sh: Add strsep.
14660
14661 2004-09-30  Simon Josefsson  <jas@extundo.com>
14662
14663         * modules/snprintf: New file.
14664
14665 2004-09-30  Simon Josefsson  <jas@extundo.com>
14666
14667         * m4/snprintf.m4: New file.
14668
14669 2004-09-30  Simon Josefsson  <jas@extundo.com>
14670
14671         * lib/snprintf.h, lib/snprintf.c: New files.
14672
14673 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14674
14675         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
14676         (hol_entry_help): Never translate an empty string.
14677         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
14678         * lib/argp.h (OPTION_NO_TRANS): New option.
14679
14680 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14681
14682         * modules/argp (Maintainer): Replace Simon Josefsson
14683         by Sergey Poznyakoff.
14684
14685 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14686
14687         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
14688         changes merged back into glibc.
14689
14690 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14691
14692         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
14693
14694 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14695
14696         * lib/xvasprintf.c: Include xalloc.h.
14697         (xvasprintf): Use xalloc_die, not xmalloc_die.
14698
14699 2004-09-29  Bruno Haible  <bruno@clisp.org>
14700
14701         * modules/alloca-opt: New file, derived from modules/alloca.
14702         * modules/allocsa: Depend on alloca-opt instead of alloca.
14703         * modules/setenv: Likewise.
14704         * modules/vasnprintf: Likewise.
14705         * MODULES.html.sh: Add alloca-opt.
14706
14707 2004-09-28  Simon Josefsson  <jas@extundo.com>
14708
14709         * gnulib-tool: New parameter --lgpl, to asseert that modules are
14710         LGPL, and to replace license template from GPL to LGPL.
14711
14712 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14713
14714         * modules/dummy: Change license to LGPL.
14715
14716 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14717
14718         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
14719
14720 2004-09-24  Simon Josefsson  <jas@extundo.com>
14721
14722         * modules/minmax (License): Change from GPL to LGPL.
14723
14724 2004-09-23  Simon Josefsson  <jas@extundo.com>
14725
14726         * gnulib-tool (--import): Typo.
14727
14728 2004-09-23  Simon Josefsson  <jas@extundo.com>
14729
14730         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
14731
14732 2004-09-22  Bruno Haible  <bruno@clisp.org>
14733
14734         * modules/*: Add 'License' field.
14735         * gnulib-tool: Accept --extract-license option.
14736         (func_get_license): New function.
14737
14738 2004-09-21  Bruno Haible  <bruno@clisp.org>
14739
14740         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
14741         Reported by Simon Josefsson.
14742
14743 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14744
14745         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
14746         gl_AC_TYPE_LONG_LONG.
14747
14748 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14749
14750         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
14751
14752 2004-09-18  Simon Josefsson  <jas@extundo.com>
14753         and  Paul Eggert  <eggert@cs.ucla.edu>
14754
14755         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
14756         calls with autoreconf.  Define GL_LIB.
14757
14758 2004-09-14  Karl Berry  <karl@gnu.org>
14759
14760         * config/srclist.txt: unsync setenv.c, sigh.
14761
14762 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14763
14764         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
14765         Problem reported by Bruno Haible in:
14766         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
14767
14768 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14769
14770         * config/srclist.txt: Comment out argp-pvh.c.
14771
14772 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
14773
14774         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
14775         in case some system header has #define'd it.  Problem reported by
14776         Soeren D. Schulze in
14777         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
14778
14779 2004-09-09  Karl Berry  <karl@gnu.org>
14780
14781         * regex.[ch]: delete from the root.  These were supposed to be
14782                 synced with emacs cvs, but this has not happened for about
14783                 a year, and anyway nothing else uses emacs regex.[ch].
14784                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
14785                 lib/regex[.ch] is untouched.
14786
14787 2004-09-09  Bruno Haible  <bruno@clisp.org>
14788
14789         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
14790
14791 2004-09-09  Bruno Haible  <bruno@clisp.org>
14792
14793         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
14794         modifications.
14795         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
14796
14797 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14798
14799         * modules/xvasprintf: New file.
14800         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
14801
14802 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14803
14804         * lib/xvasprintf.h: New file.
14805         * lib/xvasprintf.c: New file.
14806         * lib/xasprintf.c: New file.
14807
14808 2004-09-08  Bruno Haible  <bruno@clisp.org>
14809
14810         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
14811
14812 2004-09-08  Bruno Haible  <bruno@clisp.org>
14813
14814         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
14815         length is > INT_MAX.
14816         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
14817         more.
14818
14819 2004-09-08  Bruno Haible  <bruno@clisp.org>
14820
14821         * lib/stdint_.h: New file, taken from GNU clisp.
14822
14823 2004-09-08  Bruno Haible  <bruno@clisp.org>
14824             Oskar Liljeblad  <oskar@osk.mine.nu>
14825
14826         * modules/stdint: New file.
14827         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
14828
14829 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14830
14831         Import from coreutils.
14832         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
14833         strings on unbounded length.  alloca's performance benefits aren't
14834         that important here.
14835         (V_STRDUP): Remove.
14836         (parse_with_separator): New function, with most of the internals
14837         of the old parse_user_spec.  Allow user to omit both user and group,
14838         for compatibility with FreeBSD.
14839         Clone only the user name, not the entire spec.
14840         Do not set *uid, *gid unless entirely successful.
14841         Avoid memory leak in some failing cases.
14842         Fix regression for USER.GROUP reported by Dmitry V. Levin in
14843         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
14844         (parse_user_spec): Rewrite to use parse_with_separator.
14845
14846 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14847
14848         * modules/userspec: Don't depend on alloca.
14849
14850 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14851
14852         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
14853
14854 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14855
14856         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
14857         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
14858         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
14859
14860 2004-08-16  Simon Josefsson  <jas@extundo.com>
14861
14862         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
14863         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
14864         Add --dry-run for --import.
14865         Let user provided command line parameters override configure.ac
14866         settings.
14867
14868 2004-08-12  Simon Josefsson  <jas@extundo.com>
14869
14870         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
14871         as discussed with Paul Eggert in threads rooted at
14872         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
14873         and
14874         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
14875         Before, the test was empty, and relied on ELIDE_CODE in source
14876         code.)
14877         (gl_PREREQ_GETOPT): New macro.
14878         (gl_GETOPT): Use them.
14879
14880 2004-08-12  Simon Josefsson  <jas@extundo.com>
14881
14882         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
14883         * lib/getopt_.h: Renamed from getopt.h.
14884
14885 2004-08-12  Simon Josefsson  <jas@extundo.com>
14886
14887         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
14888         Change default library name from libfoo to libgnu.
14889         Now, if you have a configure.ac that says:
14890                 gl_SOURCE_BASE(gl)
14891                 gl_M4_BASE(gl/m4)
14892                 gl_MODULES(error getopt etcetera)
14893                 gl_INIT
14894         you can import all you need by running:
14895                 ../gnulib/gnulib-tool --import
14896
14897         * modules/getopt (Files): Rename getopt.h to getopt_.h.
14898         (Makefile.am): Rewrite, use logic from argz.
14899         (Include): Use <getopt.h> instead of "getopt.h".
14900
14901 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14902
14903         * modules/argp (Files): Add m4/unlocked-io.m4.
14904         (Depends-on): Add extensions.
14905
14906 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14907
14908         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
14909         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
14910         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
14911         Check for program_invocation_name, program_invocation_short_name,
14912         flockfile, funlockfile, features.h, _getopt_long_only_r.
14913
14914 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14915
14916         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
14917         its complicated substitute.
14918         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
14919         and program_invocation_name.
14920         (__argp_basename) [!_LIBC]: Remove; the only use was
14921         replaced by its body.
14922         (__argp_short_program_name): Change condition from
14923         !defined __argp_short_program_name to
14924         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
14925         to match argp-namefrob.h.
14926         (__argp_failure): Don't assume strerror_r returns char *.
14927         * lib/argp-parse.c (N_): Define unconditionally.
14928         (argp_default_options): Fill out initializers with 0 to avoid
14929         gcc warnings.
14930
14931 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14932
14933         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
14934         getopt1.c.
14935
14936 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14937
14938         Merge from coreutils.
14939
14940         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
14941
14942         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
14943         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
14944
14945 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14946
14947         Merge from coreutils.
14948
14949         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
14950         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
14951         for Reliant Unix 5.43.
14952
14953         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
14954         (union fooround): Use uintmax_t, not long int.
14955         The rest is a merge from libc:
14956         [defined _LIBC]: Include <shlib-compat.h>.
14957         (_obstack) [defined _LIBC]: Remove after 2.3.4.
14958
14959         * lib/settime.c (settime): Recode to avoid warning with
14960         Sun Forte C 6U2.
14961
14962         * lib/strverscmp.c: Convert to UTF-8.
14963
14964 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14965
14966         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14967         m4/uintmax_t.m4.
14968
14969 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14970
14971         * modules/xalloc-die: New file.
14972         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
14973
14974         * modules/md5 (Files): Add m4/uint32_t.m4.
14975         * modules/sha1: Renamed from modules/sha.
14976         (Files):
14977         Rename lib/sha.h to lib/sha1.h.
14978         Rename lib/sha.c to lib/sha1.c.
14979         Rename m4/sha.m4 to m4/sha1.m4.
14980         (lib_SOURCES): Likewise.
14981         (configure.ac): Rename gl_SHA to gl_SHA1.
14982         (Include): sha.h -> sha1.h.
14983
14984 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14985
14986         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
14987         * m4/sha1.m4: Renamed from sha.m4.
14988         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
14989
14990 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14991
14992         * lib/obstack.h (obstack_empty_p):
14993         Don't assume that chunk->contents is suitably aligned.
14994         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
14995         Likewise. Problem reported by Benno in
14996         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
14997
14998         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
14999         readable.  This could be improved further but it'd take some work.
15000
15001 2004-08-08  Simon Josefsson  <jas@extundo.com>
15002
15003         * modules/xgethostname (Depends-on): Remove exit and error (not
15004         used).
15005
15006         * modules/getpass-gnu: Add getpass.h.
15007         (Depends-on): Add stdbool.
15008         * modules/getpass: Add getpass.h.
15009
15010 2004-08-08  Simon Josefsson  <jas@extundo.com>
15011
15012         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
15013         Check getpass declaration.
15014
15015 2004-08-08  Simon Josefsson  <jas@extundo.com>
15016
15017         * lib/xgethostname.c: Don't include error.h (not used).
15018
15019         * lib/getpass.h: Add.
15020         * lib/getpass.c: Include getpass.h first.
15021
15022 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
15023
15024         * lib/xalloc-die.c: New file.
15025         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
15026         All uses removed.
15027         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
15028         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
15029         xalloc-die.c.
15030         (_, N_, xalloc_die): Move to xalloc-die.c.
15031         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
15032         so that we needn't mess with xalloc_msg_memory_exhausted.
15033
15034         * lib/sha1.h: Renamed from sha.h.
15035         (SHA1_H): Renamed from _SHA_H.
15036         (sha1_ctx): Renamed from sha_ctx.
15037         (sha1_init_ctx): Renamed from sha_init_ctx.
15038         (sha1_process_block): Renamed from sha_process_block.
15039         (sha1_process_bytes): Renamed from sha_process_bytes.
15040         (sha1_finish_ctx): Renamed from sha_finish_ctx.
15041         (sha1_read_ctx): Renamed from sha_read_ctx.
15042         (sha1_stream): Renamed from sha_stream.
15043         (sha1_buffer): Renamed from sha_buffer.
15044         * lib/sha1.c: Likewise; renamed from sha.c.
15045         Do not include <sys/types.h>.
15046         Include <stddef.h> rather than <stdlib.h>.
15047
15048 2004-08-08  Bruno Haible  <bruno@clisp.org>
15049
15050         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
15051         FILESYSTEM_PREFIX_LEN.
15052         * lib/progreloc.c: Likewise.
15053         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
15054
15055 2004-08-06  Simon Josefsson  <jas@extundo.com>
15056
15057         * modules/progname (Depends-on): Don't depend on stdbool.
15058
15059 2004-08-06  Simon Josefsson  <jas@extundo.com>
15060
15061         * modules/getsubopt: New file.
15062         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15063         getsubopt.
15064
15065 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15066
15067         More merge from coreutils.
15068
15069         * m4/utimens.m4, m4/utimecmp.m4: New files.
15070         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
15071         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
15072         prereq.m4, sha.m4: Import changes from coreutils.
15073
15074 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15075
15076         More merge from coreutils.
15077         * modules/raise, modules/readtokens0, modules/utimens:
15078         * modules/utimecmp, module/xnanosleep: New files.
15079         * modules/strftime: Add lib/strftime.h.
15080         Change include from <time.h> to "strftime.h".
15081         * modules/yesno: Add lib/yesno.h.
15082         * modules/backupfile: Remove lib/addext.c.
15083         * modules/euidaccess: Add stat-macros.h.
15084         * modules/canonicalize, modules/euidaccess,
15085         modules/filemode, modules/lchown, modules/makepath,
15086         modules/rmdir, modules/stat: Likewise.
15087
15088 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15089
15090         Merge from tar.
15091         * lib/argp-help.c (make_hol, hol_append): Don't assume that
15092         SIZE_MAX is a valid preprocessor constant.
15093         (__argp_basename): Change from "#ifndef _LIBC"
15094         to "#ifndef __argp_short_program_name", so that
15095         we don't compile these functions for tar.
15096
15097         More merges from coreutils.
15098         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
15099         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
15100         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
15101         * lib/addext.c: Remove; no longer needed.
15102         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
15103         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
15104         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
15105         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
15106         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
15107         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
15108         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
15109         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
15110         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
15111         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15112         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
15113         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
15114         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
15115         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
15116         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
15117         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
15118         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
15119         Import changes from coreutils.
15120
15121 2004-08-05  Simon Josefsson  <jas@extundo.com>
15122
15123         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
15124
15125 2004-08-05  Simon Josefsson  <jas@extundo.com>
15126
15127         * m4/getsubopt.m4: New file.
15128
15129 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15130
15131         Merge from coreutils.
15132
15133         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
15134         * m4/getcwd-path-max.m4: New files.
15135
15136         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
15137         FILESYSTEM_PREFIX_LEN ->
15138         FILE_SYSTEM_PREFIX_LEN.
15139         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
15140         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
15141         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
15142         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
15143
15144         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
15145         prerequisite modules now handle the DOS stuff.
15146         Don't check for unistd.h.
15147
15148 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15149
15150         Merge from coreutils.
15151
15152         * lib/.gdb-history: Remove; this doesn't belong here.
15153
15154         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
15155         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
15156         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
15157         * lib/getcwd.c: New files.
15158
15159         * lib/dirname.h: Include <stdbool.h>.
15160         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
15161         for consistency with POSIX terminology.  All uses changed.
15162         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
15163         (strip_trailing_slashes): Use bool for booleans.
15164         * lib/stripslash.c (strip_trailing_slashes): Likewise.
15165
15166         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
15167         sometimes returns a positive errno value even when it succeeds.
15168         (print_errno_message) [!LIBC]: Fall back on strerror if
15169         __strerror_r fails.
15170
15171         * lib/path-concat.c (mempcpy): Don't define if a system header defines
15172         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
15173         (longest_relative_suffix): New function.
15174         (path_concat): Use it.  Assume first argument is not NULL.
15175         Port to DOS.  Omit redundant separators.
15176         Report an error instead of returning NULL.
15177         Use mempcpy instead of memcpy.
15178         (xpath_concat): Remove: not declared or used.
15179
15180         * lib/same.h: Include <stdbool.h>
15181         (same_name): Return bool, not int.
15182         * lib/same.c (same_name): Likewise.
15183         (errno): Don't declare; we assume C89 or better now.
15184
15185         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
15186         if not already defined.
15187
15188         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
15189         * lib/dup-safer.c (errno): Likewise.
15190
15191 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15192
15193         Merge from coreutils.
15194         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
15195         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
15196         * modules/path-concat: Don't depend on strdup.
15197
15198 2004-08-03  Simon Josefsson  <jas@extundo.com>
15199
15200         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
15201         * lib/progname.h: Don't include stdbool.h.
15202
15203 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15204
15205         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
15206         * MODULES.html.sh (func_all_modules): Remove fatal.
15207
15208 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15209
15210         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
15211
15212 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15213
15214         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
15215         working.
15216
15217 2004-08-02  Simon Josefsson  <jas@extundo.com>
15218
15219         * lib/getsubopt.h: New file, with comments from Bruno Haible.
15220         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
15221         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
15222
15223 2004-08-01  Simon Josefsson  <jas@extundo.com>
15224
15225         * lib/xgetdomainname.c: Include stdlib.h, for free().
15226
15227 2004-07-19  Bruno Haible  <bruno@clisp.org>
15228
15229         * MODULES.html.sh (func_all_modules): Add dummy.
15230
15231 2004-07-16  Simon Josefsson  <jas@extundo.com>
15232
15233         * modules/dummy: New file.
15234
15235 2004-07-16  Simon Josefsson  <jas@extundo.com>
15236
15237         * lib/dummy.c: New file.
15238
15239 2004-07-16  Bruno Haible  <bruno@clisp.org>
15240
15241         * lib/backupfile.h: Add extern "C" for C++.
15242         * lib/closeout.h: Likewise.
15243         * lib/copy-file.h: Likewise.
15244         * lib/findprog.h: Likewise.
15245         * lib/full-write.h: Likewise.
15246         * lib/pathname.h: Likewise.
15247         * lib/progname.h: Likewise.
15248         * lib/stpcpy.h: Likewise.
15249         * lib/stpncpy.h: Likewise.
15250         * lib/strcase.h: Likewise.
15251         * lib/strstr.h: Likewise.
15252         * lib/xalloc.h: Likewise.
15253
15254         * lib/mbswidth.h: Add extern "C" for C++.
15255         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
15256
15257 2004-07-13  Robert Millan  <robertmh@gnu.org>
15258
15259         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
15260
15261 2004-07-09  Simon Josefsson  <jas@extundo.com>
15262
15263         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
15264         failed without this.)
15265
15266 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15267
15268         * modules/chown (Files): Add lib/fchown-stub.c, since
15269         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
15270
15271 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15272
15273         * lib/fchown-stub.c: New file.
15274
15275 2004-06-24  Jim Meyering  <jim@meyering.net>
15276
15277         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
15278
15279 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15280
15281         * modules/argz: Omit "#include".
15282
15283         * MODULES.html.sh (func_all_modules): Add calloc, to match
15284         2004-06-01 addition of calloc module.
15285
15286 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15287
15288         * m4/argz.m4: New file, which is autoupdated from libtool.
15289
15290 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15291
15292         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
15293         libtool.
15294
15295 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15296
15297         * config/srclist-update: Don't insist on "USA." before the
15298         close-comment, as libtool omits the period and puts the */ on a
15299         separate line.
15300         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
15301         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
15302
15303 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
15304
15305         * modules/argz: New file.
15306         * MODULES.html.sh (func_all_modules): Add argz.
15307
15308 2004-06-12  Jim Meyering  <jim@meyering.net>
15309         and  Paul Eggert  <eggert@cs.ucla.edu>
15310
15311         * modules/hash (Files): Add lib/xalloc.h.
15312         * modules/pipe (Depends-on): Add wait-process.
15313         * modules/stat (Depends-on): Add xalloc.
15314         * modules/userspec (Files): Add lib/userspec.h.
15315         * modules/xstrto
15316
15317         Upgrade from gettext-0.13.
15318         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
15319         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
15320         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
15321
15322 2004-06-10  Jim Meyering  <jim@meyering.net>
15323
15324         * lib/calloc.c: New file.
15325
15326 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15327
15328         * lib/getdate.y (yylex): Allow space between sign and number.
15329         Problem reported by Dan Jacobson.
15330
15331 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15332
15333         Merge from coreutils CVS.
15334
15335         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
15336         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
15337         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
15338         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
15339         xstrtol.m4: Fix copyright date and/or serial number.
15340
15341         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
15342         See if we need an fchown replacement.
15343         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
15344         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
15345         and use the replacement function if we detect either defect.
15346
15347         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
15348         gl_UTIMECMP.
15349
15350 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15351         and  Jim Meyering  <jim@meyering.net>
15352
15353         Merge from coreutils CVS.
15354
15355         * lib/stat-macros.h: New file, with contents from file-type.h
15356         and coreutils' system.h.
15357         * lib/file-type.c: Include "stat-macros.h".
15358         * lib/file-type.h (file_type): Move all macro definitions to new file,
15359         stat-macros.h.
15360
15361         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
15362         Wrap old code with this conditional.
15363         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
15364         function that does not dereference symlinks.
15365         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
15366
15367         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
15368         dependency problems.
15369         (xreadlink): Accept new arg SIZE, for efficiency.
15370         All decls and uses changed.
15371         * lib/xreadlink.h: Include <stddef.h>, for size_t.
15372
15373         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
15374         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
15375
15376         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
15377         sysexits.h.
15378
15379 2004-06-01  Jim Meyering  <jim@meyering.net>
15380
15381         * m4/calloc.m4: New file.
15382
15383 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
15384
15385         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
15386         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
15387         Also, fix a typo in a diagnostic.
15388
15389 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15390
15391         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
15392         or AC_FUNC_REALLOC.
15393
15394 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15395
15396         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
15397         macros to be defined.
15398         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
15399         the allocator returns NULL because the requested size is zero.
15400
15401 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15402
15403         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
15404         var.  Add comment explaining why libc still defines it.  This
15405         merges the following patch from glibc:
15406         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
15407
15408 2004-05-20  Andreas Schwab  <schwab@suse.de>
15409
15410         * m4/free.m4: Replace free if it not known to work, not the other
15411         way round.
15412
15413 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15414
15415         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
15416         present in glibc since revision 1.1 of this file.
15417         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
15418         obstack_alignment_mask, obstack_alloc, obstack_base,
15419         obstack_blank, obstack_blank_fast, obstack_chunk_size,
15420         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
15421         obstack_grow0, obstack_init, obstack_int_grow,
15422         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
15423         obstack_next_free, obstack_object_size, obstack_ptr_grow,
15424         obstack_ptr_grow_fast, obstack_room): Remove declarations of
15425         nonexistent functions.
15426
15427 2004-05-18  Karl Berry  <karl@gnu.org>
15428
15429         * config/srclist.txt: break link for vasnprintf.c.
15430
15431 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15432
15433         Port obstack to the AS/400, where pointers are 16 bytes wide and
15434         you cannot cast an integer to a valid pointer.  This patch is
15435         currently waiting to be integrated into glibc; see
15436         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
15437
15438         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
15439         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
15440         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
15441         (struct obstack): temp member is now a union of a pointer and
15442         an integer, instead of an integer.  All integer uses changed.
15443         This does not affect the physical layout of struct obstack,
15444         except on hosts (like the AS/400) where the size or alignment of
15445         void * is greater than that of ptrdiff_t.
15446         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
15447         __STDC__)]: Store temporary in pointer member of union, not
15448         integer member.
15449         * lib/obstack.c: Include <stddef.h>, for offsetof.
15450         (struct fooalign): Remove; it doesn't need a name.
15451         (union fooround): Change double to long double, and add void *.
15452         (DEFAULT_ALIGNMENT): Use offsetof to compute.
15453         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
15454         not a macro.  Hence the values are always int; so remove all
15455         casts-to-int in uses.
15456
15457 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15458
15459         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
15460         we can get this patch merged into glibc.
15461
15462 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15463             Paul Eggert  <eggert@cs.ucla.edu>
15464
15465         * m4/argp: Depend on alloca.
15466
15467 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15468             Paul Eggert  <eggert@cs.ucla.edu>
15469
15470         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
15471         freecoding.
15472
15473 2004-05-17  Bruno Haible  <bruno@clisp.org>
15474
15475         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
15476         precision that consists of a '.' followed by an empty digit string.
15477         Patch by Tor Lillqvist <tml@iki.fi>.
15478
15479 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15480
15481         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
15482         for backward compatibility with older code.  We need our own
15483         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
15484         it under some other name, and our alloca.h will define it.
15485
15486 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15487             Derek Price  <derek@ximbiot.com>
15488
15489         * lib/alloca.c: Include <alloca.h>, to get our interface.
15490         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
15491         include <alloca.h> first.  Use C89 prototype for alloca; this
15492         requires including <stddef.h> for size_t.  Use extern "C" if C++.
15493         Use #elif for simplicity, since we can assume C89 now.
15494         Don't try to source the system alloca.h since it will not be found
15495         and to prevent recursively including its replacement.
15496         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
15497         * lib/regex.c: Likewise.
15498
15499 2004-05-16  Derek Price  <derek@ximbiot.com>
15500             Paul Eggert  <eggert@cs.ucla.edu>
15501
15502         getline cleanup.  This changes the getndelim2 API: both order of
15503         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
15504         no delimiter).
15505
15506         * lib/getline.c: Don't include stddef.h or stdio.h, since our
15507         interface does that.
15508         (getline): Always use getdelim, so that we don't have two
15509         copies of this code.
15510         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
15511         if available.
15512         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
15513         (GETNDELIM2_MAXIMUM): New macro.
15514         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
15515         instead of the old practice of delim2==0.  All callers changed.
15516         Return -1 on overflow, instead of returning junk.
15517         Do not set *linesize unless allocation succeeds.
15518         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
15519         that we include sys/types.h.
15520         * lib/getnline.h: Likewise.
15521         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
15522         (getndelim2): Reorder arguments.
15523         * lib/getnline.c (getnline, getndelim):
15524         Don't discard the NMAX argument.
15525         (getnline): Invoke getndelim, to avoid code duplication.
15526         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
15527         of (size_t) -1 by callers of the getnline family.
15528
15529 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15530
15531         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
15532         Check for gettimeofday.
15533         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
15534         Check for settimeofday, stime.
15535
15536 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15537
15538         * lib/nanosleep.c (suspended): Change its type from int to
15539         sig_atomic_t volatile.
15540         (first_call): Make it private to rpl_nanosleep, and have it
15541         be zero initially as that's a bit faster.
15542         (my_usleep): Round up fractional times instead of truncating them,
15543         as this is the usual meaning for 'sleep'.
15544
15545         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
15546         doesn't work.
15547         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
15548         (ENOSYS): Define if not defined.
15549         (settime): Fall back on stime if it exists and settimeofday fails.
15550         But don't bother with fallbacks if a method fails with errno == EPERM.
15551
15552 2004-05-11  Jim Meyering  <jim@meyering.net>
15553
15554         Prior to this change, the save_cwd caller required read access to the
15555         current directory on most systems (ones with the fchdir function).
15556
15557         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
15558         fails, try write-only, and finally, resort to using xgetcwd.
15559
15560 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15561
15562         * lib/obstack.c, obstack.h: Import changes from libc.
15563
15564 2004-04-28  Bruno Haible  <bruno@clisp.org>
15565
15566         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
15567         also implicitly appends .exe to executables.
15568         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
15569         accepts Windows pathnames.
15570         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15571         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15572         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15573         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15574         Reported by Derek Robert Price <derek@ximbiot.com>.
15575
15576 2004-04-21  Karl Berry  <karl@gnu.org>
15577
15578         * config/srclist.txt (localcharset.c): break sync.
15579
15580 2004-04-20  Paul Eggert  <eggert@twinsun.com>
15581
15582         * m4/host-os.m4: Add a copyright notice.
15583
15584 2004-04-20  Jim Meyering  <jim@meyering.net>
15585
15586         Change UTILS_ to gl_ in AC_DEFINE'd names.
15587         Change utils_- and jm_-prefixed variables, too.
15588         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
15589         UTILS_FUNC_MKDIR_TRAILING_SLASH.
15590         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
15591
15592         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
15593         Don't emit trailing blanks.
15594         Also rename jm_-prefixed variables to have gl_ prefix.
15595
15596         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
15597         Also rename jm_-prefixed variables to have gl_ prefix.
15598
15599         * m4/jm-macros.m4: Reflect the renamings.
15600         * m4/prereq.m4: Likewise.
15601
15602 2004-04-20  Jim Meyering  <jim@meyering.net>
15603
15604         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
15605         memory.
15606
15607 2004-04-20  Jim Meyering  <jim@meyering.net>
15608             Bruno Haible  <bruno@clisp.org>
15609
15610         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
15611         memory when realloc fails.
15612
15613 2004-04-19  Jim Meyering  <jim@meyering.net>
15614
15615         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
15616         now that readutmp.c may call `free (0)'.
15617
15618 2004-04-19  Bruno Haible  <bruno@clisp.org>
15619
15620         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
15621         * m4/inttypes_h.m4: Likewise.
15622         * m4/stdint_h.m4: Likewise.
15623         * m4/intmax_t.m4: Likewise.
15624         * m4/uintmax_t.m4: Likewise.
15625
15626 2004-04-18  Jim Meyering  <jim@meyering.net>
15627
15628         * m4/prereq.m4: Don't forbid jm_ prefix.
15629
15630         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
15631         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
15632         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
15633         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
15634         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
15635         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
15636         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
15637         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
15638         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
15639         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
15640         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
15641         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
15642         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
15643         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
15644         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
15645         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
15646         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
15647         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
15648         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
15649
15650 2004-04-18  Jim Meyering  <jim@meyering.net>
15651
15652         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
15653         failure, don't leak memory and do call END_UTMP_ENT.
15654
15655 2004-04-16  Jim Meyering  <jim@meyering.net>
15656
15657         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
15658         coreutils' stat program.
15659         (gl_PREREQ): Don't require jm_PREREQ_STAT.
15660
15661 2004-04-11  Paul Eggert  <eggert@twinsun.com>
15662
15663         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
15664         C89.
15665         (CHAR_BIT): Remove, since we assume C89.
15666         Include <stdint.h> if available, as per current Autoconf CVS advice.
15667
15668 2004-03-31  Jim Meyering  <jim@meyering.net>
15669
15670         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
15671         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
15672         * m4/xalloc.m4: Likewise.
15673
15674 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15675
15676         Merge from coreutils.
15677
15678         * m4/inttostr.m4: New file.
15679         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
15680         Require AM_STDBOOL_H and gl_TIMESPEC instead.
15681         Require gl_CLOCK_TIME.
15682         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
15683
15684 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15685
15686         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
15687         not bool, to be more consistent with Unix conventions.
15688         Suggested by Bruno Haible.
15689
15690         Merge from coreutils.
15691
15692         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
15693         * lib/umaxtostr.c: New files.
15694
15695         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
15696         the usual <time.h> dance.
15697         (get_date): Change signature to support fractional time stamps.
15698         All callers changed.
15699         * lib/getdate.y: Include "getdate.h" first, as we can now
15700         assume C89 and don't need to worry about 'const'.
15701         Similarly, include "unlocked-io.h" near start, not in middle.
15702         Include <limits.h>.
15703         (textint.value): Use long int rather than int.
15704         (textint.digits): Use size_t rather than int.
15705         (BILLION, LOG10_BILLION): New constants.
15706         (parser_control): New member rel_ns.  Members day_ordinal,
15707         time_zone, month, day, hour, minutes, rel_year, rel_month,
15708         rel_day, rel_hour, rel_minutes, rel_seconds
15709         are now long int, not int.  Member seconds is now struct timespec,
15710         not int.  New member timespec_seen.  Members dates_seen, days_seen,
15711         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
15712         not int.
15713         (%union.intval): Now long int, not int.
15714         New member timespec.
15715         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
15716         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
15717         (spec): Now is a timespec or an item list.
15718         (timespec, items): New nonterminals.
15719         (time, rel, relunit, number, get_date):
15720         Add support for fractional seconds.
15721         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
15722         (gmtime, localtime, mktime): Remove decls; not needed with C89.
15723         (to_hour): First arg is now long int, not int.
15724         (to_year): Returns long int, not int.
15725         Don't treat year -70 like 70.
15726         (tm_diff): Returns long int, not int.
15727         (lookup_word): Use bool instead of int when appropriate.
15728         (yylex): Use size_t for count, not int.
15729         Detect overflow when parsing large integer constants.
15730         Add support for fractions.
15731         (get_date): Make pointers 'const' if possible.
15732         Use more-portable code to detect integer overflow.
15733         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
15734         Don't use ctime; it's not reliable if the year has >4 digits.
15735
15736         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
15737         This is for compatibility with BSD.
15738
15739         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
15740         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
15741         From coreutils' system.h.
15742
15743         * lib/userspec.c: Don't include "posixver.h".
15744         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
15745         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
15746         compatible extension.  Simplify code by removing a boolean int
15747         that was always nonzero if a string was nonnull.
15748
15749 2004-03-30  Jim Meyering  <jim@meyering.net>
15750
15751         Merge from coreutils.
15752
15753         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
15754         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
15755         on some systems one must include <grp.h> before it.
15756         Reported by Christian Krackowizer.
15757
15758 2004-03-30  Jim Meyering  <jim@meyering.net>
15759
15760         Merge from coreutils.
15761
15762         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
15763
15764         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
15765         an empty input stream.
15766
15767         * lib/readtokens.c: Include <stdbool.h>.
15768         (readtoken): Use `size_t' rather than int/long.
15769         All callers adjusted.
15770         Use `bool' rather than `int' where appropriate.
15771         Use memset rather than an explicit loop.
15772         Use x2nrealloc rather than xrealloc.
15773         Allow the use of `\0' as a delimiter.
15774         (readtokens): Likewise.
15775         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
15776
15777 2004-03-30  Jim Meyering  <jim@meyering.net>
15778
15779         * m4/realloc.m4: Remove file, since now it does no more than
15780         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
15781         the `configure.ac' section of module/realloc.
15782         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
15783
15784 2004-03-30  Bruno Haible  <bruno@clisp.org>
15785
15786         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
15787         nonnull.
15788
15789 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15790
15791         Merge changes to getloadavg.c from coreutils and Emacs.
15792
15793         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
15794         Define to an expression, not to the empty string.
15795         Include cloexec.h and xalloc.h.
15796         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
15797         Use set_cloexec_flag rather than rolling our own.
15798         * lib/cloexec.c, lib/cloexec.h: New files.
15799
15800 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15801
15802         * m4/cloexec.m4: New file.
15803
15804 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15805
15806         * lib/getopt.h: Sync with libc CVS.
15807
15808 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15809             Bruno Haible  <bruno@clisp.org>
15810
15811         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
15812         mbswidth.
15813
15814 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15815             Bruno Haible  <bruno@clisp.org>
15816
15817         * lib/mbswidth.h: Include <wchar.h> only if
15818         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
15819         <wchar.h>.
15820         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
15821
15822 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15823
15824         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
15825         Sync with libc CVS.
15826         * lib/getopt_int.h: New file, also synced from libc.
15827
15828 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15829
15830         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
15831         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
15832         Bring back getopt.c, getopt.h, getopt1.c.
15833
15834 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15835
15836         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
15837         All uses changed.  Check for sa_sigaction member; this fixes
15838         a bug first reported by Jason Andrade in
15839         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15840
15841 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15842
15843         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
15844         '#if' expressions.  Unlike the code it replaces, it does not
15845         depend on (defined _SC_PAGESIZE).  However, it does depend on
15846         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
15847         first reported by Jason Andrade in
15848         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15849
15850 2004-02-25  Simon Josefsson  <jas@extundo.com>
15851
15852         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
15853
15854 2004-02-25  Simon Josefsson  <jas@extundo.com>
15855
15856         * lib/strdup.h: New file.
15857         * lib/strdup.c: Include it.
15858         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
15859         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
15860
15861 2004-02-23  Karl Berry  <karl@gnu.org>
15862
15863         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
15864         (from fencepost.gnu.org:/gd/gnuorg).
15865
15866 2004-02-23  Karl Berry  <karl@gnu.org>
15867
15868         * config/srclistvars.sh (GNUORG) [karl]: redefine.
15869         * config/srclist.txt: add maintain/standards documents.
15870
15871 2004-02-18  Bruno Haible  <bruno@clisp.org>
15872
15873         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
15874         Reported by Derek Robert Price <derek@ximbiot.com>.
15875
15876 2004-02-16  Karl Berry  <karl@gnu.org>
15877
15878         * config/mkinstalldirs, install-sh: update from automake.
15879
15880 2004-02-06  Karl Berry  <karl@gnu.org>
15881
15882         * m4/po.m4: update from gettext 0.14.1.
15883
15884 2004-02-06  Karl Berry  <karl@gnu.org>
15885
15886         * lib/config.charset: update from gettext 0.14.1.
15887
15888 2004-02-05  Paul Eggert  <eggert@twinsun.com>
15889
15890         Add comments and code, prompted by suggestions from Bruno Haible
15891         for sh-quote.
15892         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
15893         describing the enum quoting_style values.
15894         * lib/quotearg.c (quotearg_alloc): New function.
15895         (quotearg_buffer_restyled): Treat lone { and } as special.
15896         Treat = as special.  Work around bug with older shells
15897         that "see" a '\' that is really the 2nd byte of a multibyte char.
15898         Quote empty string with shell_quoting_style.
15899
15900 2004-02-03  Bruno Haible  <bruno@clisp.org>
15901
15902         * m4/pipe.m4: New file, from GNU gettext.
15903
15904 2004-02-03  Bruno Haible  <bruno@clisp.org>
15905
15906         * lib/pipe.h: New file, from GNU gettext.
15907         * lib/pipe.c: New file, from GNU gettext.
15908
15909 2004-01-27  Bruno Haible  <bruno@clisp.org>
15910
15911         * m4/execute.m4: New file, from GNU gettext.
15912
15913 2004-01-27  Bruno Haible  <bruno@clisp.org>
15914
15915         * lib/execute.h: New file, from GNU gettext.
15916         * lib/execute.c: New file, from GNU gettext.
15917         * lib/w32spawn.h: New file, from GNU gettext.
15918
15919 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15920
15921         Merge from diffutils.
15922
15923         * lib/file-type.c (file_type): Add typed memory objects.
15924         * lib/file-type.h (S_TYPEISTMO): New macro.
15925
15926         * lib/c-stack.h (c_stack_action): Remove argv argument.
15927         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
15928         (die): Don't calculate message unless segv_action returns.
15929         (get_stack_location, min_address_from_argv, max_address_from_argv,
15930         volatile stack_base, volatile_stack_size): Remove.
15931         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
15932         that every segmentation violation is a stack overflow.  (Ouch!)
15933         See Debian bug 136249 (still outstanding) for more info about why
15934         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
15935
15936 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15937
15938         Exit-status fix from coreutils.
15939
15940         Use exit_failure consistently in place of EXIT_FAILURE,
15941         so that program exit statuses are consistent on failure.
15942
15943         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
15944         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
15945         * lib/argmatch.h: Comment fix to match the above.
15946         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
15947         Now a macro referring to exit_failure, instead of a separate
15948         variable.  Include "exitfail.h" to get it.
15949         * lib/xstrtol.h: Include "exitfail.h".
15950         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
15951
15952         * lib/long-options.c (parse_long_options): Use prototype
15953         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
15954         for clarity.
15955
15956 2004-01-21  Jim Meyering  <jim@meyering.net>
15957
15958         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
15959         so as not to conflict with a different-sized __mktime_internal
15960         function in GNU libc.
15961         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
15962         Problem building statically-linked `ls' reported by Michael Brunnbauer.
15963
15964 2004-01-20  Karl Berry  <karl@gnu.org>
15965
15966         * config/config.guess: update from config.
15967
15968         * config/srclistvars.sh: GNUWWWLICENSES for karl.
15969
15970 2004-01-20  Bruno Haible  <bruno@clisp.org>
15971
15972         Safer stack allocation.
15973         * lib/setenv.c: Include allocsa.h.
15974         (alloca): Remove fallback definition.
15975         (freea): Remove macro.
15976         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
15977         instead of freea.
15978
15979 2004-01-20  Bruno Haible  <bruno@clisp.org>
15980
15981         * m4/eealloc.m4: New file, from GNU gettext.
15982
15983 2004-01-20  Bruno Haible  <bruno@clisp.org>
15984
15985         * m4/allocsa.m4: New file, from GNU gettext.
15986
15987 2004-01-20  Bruno Haible  <bruno@clisp.org>
15988
15989         * lib/xallocsa.h: New file, from GNU gettext.
15990         * lib/xallocsa.c: New file, from GNU gettext.
15991
15992 2004-01-20  Bruno Haible  <bruno@clisp.org>
15993
15994         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
15995
15996 2004-01-20  Bruno Haible  <bruno@clisp.org>
15997
15998         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
15999         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
16000         specially.
16001
16002 2004-01-20  Bruno Haible  <bruno@clisp.org>
16003
16004         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
16005         patch.
16006
16007 2004-01-20  Bruno Haible  <bruno@clisp.org>
16008
16009         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
16010
16011 2004-01-20  Bruno Haible  <bruno@clisp.org>
16012
16013         * lib/eealloc.h: New file.
16014
16015 2004-01-20  Bruno Haible  <bruno@clisp.org>
16016
16017         * lib/binary-io.h: Avoid warnings on Cygwin.
16018
16019 2004-01-20  Bruno Haible  <bruno@clisp.org>
16020
16021         * lib/allocsa.h: New file, from GNU gettext.
16022         * lib/allocsa.c: New file, from GNU gettext.
16023
16024 2004-01-18  Karl Berry  <karl@gnu.org>
16025
16026         * doc/gpl.texi, doc/lgpl.texi: new files.
16027
16028 2004-01-18  Karl Berry  <karl@gnu.org>
16029
16030         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
16031         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
16032
16033 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16034
16035         Merge from coreutils.
16036
16037         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
16038         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
16039         (gl_DEFAULT_POSIX2_VERSION): Move
16040         the documentation from 'configure' into 'config.hin',
16041         so that 'configure --help' isn't burdened by it and
16042         we don't have to worry about its formatting there.
16043         Reword the documentation so that it's more succinct
16044         and can be run together into a single paragraph.
16045         * m4/same.m4 (gl_SAME): Check for pathconf.
16046
16047 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16048
16049         Merge from coreutils.
16050
16051         * lib/posixver.c: Include posixver.h.
16052
16053         * lib/same.c: Include <stdbool.h>, <limits.h>.
16054         (_POSIX_NAME_MAX): Define if not defined.
16055         (MIN): New macro.
16056         (same_name): If file names are silently truncated, report
16057         that the file names are the same if they are the same after
16058         the silent truncation.
16059
16060         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
16061         conversion function.
16062         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
16063         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
16064         longer needed.
16065
16066 2004-01-15  Jim Meyering  <jim@meyering.net>
16067
16068         Merge from coreutils.
16069
16070         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
16071         if no library is required.
16072         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
16073         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
16074         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
16075         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
16076         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
16077         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
16078         value, $ac_cv_search_crypt, if it's "none required".
16079         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
16080         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
16081         not gl_FUNC_GETLOADAVG.
16082         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
16083         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
16084
16085 2004-01-15  Jim Meyering  <jim@meyering.net>
16086
16087         Merge from coreutils.
16088
16089         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
16090         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
16091         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
16092
16093         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
16094         optional configure-time default.
16095
16096         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16097
16098         * lib/xreadlink.c (xreadlink): Correct outdated comment.
16099
16100 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
16101
16102         Merge from coreutils.
16103
16104         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
16105         value, $ac_cv_search_nanosleep, if it's "none required".
16106
16107 2004-01-14  Paul Eggert  <eggert@twinsun.com>
16108
16109         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
16110         with like-named macro in fnmatch.c.
16111         (EXT): Use an internal constant instead.
16112
16113         Merge fnmatch patches from glibc.
16114         * lib/fnmatch.c (mbsinit): Remove define.
16115         Add libc_hidden_ver (__fnmatch, fnmatch).
16116         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
16117         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
16118
16119 2004-01-14  Karl Berry  <karl@gnu.org>
16120
16121         * config/install-sh: update from automake.
16122
16123 2004-01-13  Karl Berry  <karl@gnu.org>
16124
16125         * config/install-sh: update from automake.
16126
16127 2004-01-09  Karl Berry  <karl@gnu.org>
16128
16129         * config/install-sh: update from automake.
16130
16131 2004-01-05  Karl Berry  <karl@gnu.org>
16132
16133         * config/config.{sub,guess}: update from config.
16134
16135 2003-12-31  Karl Berry  <karl@gnu.org>
16136
16137         * config/depcomp: update from automake.
16138
16139 2003-12-14  Karl Berry  <karl@gnu.org>
16140
16141         * lib/config.charset: update from gettext-runtime.
16142
16143 2003-12-03  Paul Eggert  <eggert@twinsun.com>
16144
16145         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
16146         Bug reported by Alfred M. Szmidt.
16147
16148 2003-12-03  Bruno Haible  <bruno@clisp.org>
16149
16150         * m4/gettext.m4: Upgrade from gettext-0.13.
16151         * m4/po.m4: Upgrade from gettext-0.13.
16152         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
16153         * m4/intmax.m4: New file, from gettext-0.13.
16154         * m4/printf-posix.m4: New file, from gettext-0.13.
16155
16156 2003-11-29  Karl Berry  <karl@gnu.org>
16157
16158         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
16159
16160 2003-11-25  Paul Eggert  <eggert@twinsun.com>
16161             Bruno Haible  <bruno@clisp.org>
16162
16163         * lib/printf-parse.h: Don't include sys/types.h.
16164         (ARG_NONE): New macro.
16165         (char_directive): Change type of *arg_index fields to size_t.
16166         * lib/printf-parse.c: Don't include sys/types.h.
16167         (SSIZE_MAX): Remove macro.
16168         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
16169         Remove unnecessary overflow check.
16170         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
16171         fields.
16172
16173 2003-11-25  Bruno Haible  <bruno@clisp.org>
16174
16175         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
16176
16177 2003-11-25  Bruno Haible  <bruno@clisp.org>
16178
16179         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
16180         gt_TYPE_SSIZE_T.
16181
16182 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16183
16184         * modules/alloca: Remove dependency on xalloc.
16185
16186 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16187
16188         * lib/alloca.c: Remove dependency on xalloc module.
16189         (xalloc_die): Remove.
16190         (memory_full) [!defined emacs]: New macro.
16191         [!defined emacs]: Don't include xalloc.h.
16192         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
16193         address arithmetic overflows.  Change datatypes a bit to avoid
16194         unnecessary casts.
16195
16196 2003-11-22  Jim Meyering  <jim@meyering.net>
16197
16198         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
16199         s/size/size_t/.
16200
16201 2003-11-21  Karl Berry  <karl@gnu.org>
16202
16203         * config/config.{sub,guess}: update from config.
16204
16205 2003-11-18  Karl Berry  <karl@gnu.org>
16206
16207         * config/config.{sub,guess}: update from config.
16208
16209         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
16210
16211 2003-11-17  Paul Eggert  <eggert@twinsun.com>
16212
16213         * README: Mention that S+T cannot overflow if S is the size of
16214         an existing object and T is sufficiently small.
16215
16216 2003-11-17  Jim Meyering  <jim@meyering.net>
16217
16218         On systems without utime and without a utimes function capable of
16219         dealing with a NULL struct utimbuf* argument, this utime replacement
16220         could -- in unusual circumstances -- leak a file descriptor.
16221         * lib/utime.c: Include <unistd.h> and <errno.h>.
16222         (utime_null): Be sure to close `fd' and to preserve errno.
16223         Reported by Geoff Collyer via Arnold Robbins.
16224
16225 2003-11-17  Bruno Haible  <bruno@clisp.org>
16226
16227         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
16228         (Depends-on): Add xsize.
16229
16230 2003-11-17  Bruno Haible  <bruno@clisp.org>
16231
16232         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
16233
16234 2003-11-17  Bruno Haible  <bruno@clisp.org>
16235
16236         * lib/vasnprintf.c (alloca): Remove fallback definition.
16237         (freea): Remove definition.
16238         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
16239         Reported by Paul Eggert.
16240
16241 2003-11-16  Paul Eggert  <eggert@twinsun.com>
16242             Bruno Haible  <bruno@clisp.org>
16243
16244         Protect against address arithmetic overflow.
16245         * lib/printf-args.h: Include stddef.h.
16246         (arguments): Change type of field 'count' to size_t.
16247         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
16248         'unsigned int' where appropriate.
16249         * lib/printf-parse.h: Include sys/types.h.
16250         (char_directive): Change type of *arg_index fields to ssize_t.
16251         (char_directives): Change type of fields 'count', max_*_length to
16252         size_t.
16253         * lib/printf-parse.c: Include sys/types.h and xsize.h.
16254         (SSIZE_MAX): Define fallback value.
16255         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
16256         instead of 'int' where appropriate. Check a_allocated, d_allocated
16257         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
16258         * lib/vasnprintf.c: Include xsize.h.
16259         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
16260         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
16261         overflow. Avoid wraparound when converting a width or precision from
16262         decimal to binary.
16263
16264 2003-11-16  Bruno Haible  <bruno@clisp.org>
16265
16266         Update from GNU gettext.
16267         * lib/printf-parse.c: Generalize to it can be compiled for wide
16268         strings.
16269         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
16270         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
16271         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
16272         SNPRINTF): New macros.
16273         Don't include <alloca.h> if the file is used inside libintl.
16274         (local_wcslen): New function, for Solaris 2.5.1.
16275         (VASNPRINTF): Use it instead of wcslen.
16276
16277 2003-11-16  Bruno Haible  <bruno@clisp.org>
16278
16279         * lib/xsize.h (xmax): New function.
16280         (xsum, xsum3, xsum4): Declare as "pure" functions.
16281
16282 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16283
16284         * modules/xalloc (Files): Undo latest change, since xalloc.h
16285         no longer needs SIZE_MAX or PTRDIFF_MAX.
16286
16287 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16288
16289         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
16290         gl_PTRDIFF_MAX.
16291
16292 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16293
16294         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
16295         "return", to pacify some unknown compiler.  Problem reported
16296         by Joerg Schilling.
16297
16298 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16299
16300         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
16301         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
16302         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
16303         heuristic is just as accurate as far as we know, and it removes a
16304         dependency on size_max.m4 and ptrdiff_max.m4.
16305
16306 2003-11-11  Bruno Haible  <bruno@clisp.org>
16307
16308         * modules/xsize (Files): Add m4/size_max.m4.
16309         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
16310
16311 2003-11-11  Bruno Haible  <bruno@clisp.org>
16312
16313         * m4/size_max.m4: New file.
16314         * m4/ptrdiff_max.m4: New file.
16315         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
16316         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
16317         (gl_XALLOC): Invoke it.
16318
16319 2003-11-11  Bruno Haible  <bruno@clisp.org>
16320
16321         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
16322         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
16323         defined.
16324
16325 2003-11-10  Paul Eggert  <eggert@twinsun.com>
16326
16327         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
16328         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
16329         rejected some allocations of exactly SIZE_MAX - 2 bytes.
16330         From Bruno Haible.
16331         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
16332         not (size_t) -1, since it's defined here.
16333
16334 2003-11-09  Karl Berry  <karl@gnu.org>
16335
16336         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
16337
16338 2003-11-06  Paul Eggert  <eggert@twinsun.com>
16339
16340         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
16341         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
16342         Reject sizes of exactly SIZE_MAX bytes.
16343         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
16344         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
16345
16346 2003-11-05  Bruno Haible  <bruno@clisp.org>
16347
16348         * lib/xsize.h: Include limits.h, to avoid a possible collision with
16349         SIZE_MAX defined in <limits.h> on Solaris.
16350
16351 2003-11-04  Jim Meyering  <jim@meyering.net>
16352
16353         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
16354         variable names, rather than @VAR@.
16355         * modules/poll: Likewise.
16356
16357 2003-11-04  Bruno Haible  <bruno@clisp.org>
16358
16359         * modules/xsize: New file.
16360         * modules/linebreak: Depend on xsize.
16361         * MODULES.html.sh (func_all_modules): Add xsize.
16362
16363 2003-11-04  Bruno Haible  <bruno@clisp.org>
16364
16365         * m4/xsize.m4: New file.
16366
16367 2003-11-04  Bruno Haible  <bruno@clisp.org>
16368
16369         * lib/xsize.h: New file.
16370         * lib/linebreak.c: Include xsize.h.
16371         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
16372         argument for overflow.
16373         Suggested by Paul Eggert.
16374
16375 2003-11-03  Karl Berry  <karl@gnu.org>
16376
16377         * config/config.{guess,sub}: update from config.
16378
16379 2003-11-03  Jim Meyering  <jim@meyering.net>
16380
16381         * modules/userspec (lib_SOURCES): Add userspec.h.
16382         (Include): Add "userspec.h".
16383         Improve description.
16384
16385 2003-11-03  Jim Meyering  <jim@meyering.net>
16386
16387         * lib/userspec.c: Include "userspec.h".
16388         * lib/userspec.h: New file.
16389
16390 2003-11-03  Bruno Haible  <bruno@clisp.org>
16391
16392         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
16393
16394 2003-11-03  Bruno Haible  <bruno@clisp.org>
16395
16396         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
16397         available, to avoid (extremely rare) race condition.
16398         Suggested by Paul Eggert.
16399
16400 2003-11-02  Karl Berry  <karl@gnu.org>
16401
16402         * config/srclist.txt (vasprintf.c): sync broken, sigh.
16403
16404 2003-10-31  Paul Eggert  <eggert@twinsun.com>
16405
16406         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
16407         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
16408         (read_filesystem_list): Set and use me_type_malloced.
16409         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
16410         whatever the type happens to be), for brevity and consistency.
16411         Check for size calculation overflow on Alphas running OSF/1.
16412
16413 2003-10-31  Jim Meyering  <jim@meyering.net>
16414
16415         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
16416
16417         * lib/linebuffer.c: Include <string.h> for declaration of memset.
16418
16419 2003-10-30  Paul Eggert  <eggert@twinsun.com>
16420             Bruno Haible  <bruno@clisp.org>
16421
16422         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
16423         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
16424
16425 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16426
16427         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
16428         netbsd*-gnu*.  Suggested by Robert Millan.
16429
16430 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16431
16432         * modules/group-member: Depend on stdbool.
16433
16434 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16435
16436         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
16437
16438 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16439
16440         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
16441         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
16442         after the 'gnu' in these cases.  This fixes some bugs in the
16443         previous change, and is based on suggestions by Robert Millan.
16444
16445 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16446
16447         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
16448         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
16449         no longer needed.
16450         * lib/quotearg.c (quotearg_n_options): Use it.
16451         * lib/group-member.c: Include <stdbool.h>.
16452         (free_group_info): Arg is now const *; don't free arg.
16453         (get_group_info): Now returns bool and accepts struct group_info *,
16454         rather than returning a malloc'ed struct group_info *.
16455         All uses changed.  Check for overflow in internal size calculation.
16456
16457         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
16458         rather than xmalloc/xrealloc.
16459         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
16460         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
16461         conformance bug: the old code used a pointer after freeing the
16462         storage that it addressed.
16463         * lib/hash.c (hash_initialize): Simplify the code by using
16464         xalloc_oversized rather than doing it by hand.
16465         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
16466         the buffer preserved.  Use free and xmalloc instead.
16467         * lib/quotearg.c (quotearg_n_options): Likewise.
16468         Use a simpler test for size overflow.  Don't use xalloc_oversized
16469         because unsigned int might be wider than size_t (!); this suggests
16470         that we should switch from unsigned int to size_t for slot numbers.
16471
16472 2003-10-28  Paul Eggert  <eggert@twinsun.com>
16473
16474         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
16475         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
16476         NetBSD kernels.  Requested by Richard Stallman.
16477
16478 2003-10-27  Paul Eggert  <eggert@twinsun.com>
16479
16480         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
16481         to allocate the returned structure.  Do not allocate a subarray,
16482         as x2nrealloc will do that.
16483         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
16484         instead of xnrealloc.
16485         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
16486
16487 2003-10-27  Bruno Haible  <bruno@clisp.org>
16488
16489         * lib/stdbool_.h: Better support for BeOS.
16490
16491 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16492
16493         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
16494         now uses inline.
16495
16496 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16497
16498         * lib/xalloc.h (xalloc_oversized): New static inline function, for
16499         callers that want to do their own size-overflow checking.  Include
16500         <stdbool.h>, since xalloc_oversized returns bool.
16501         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
16502         to use xalloc_oversized.
16503
16504         Add two functions x2realloc, x2nrealloc, for programs that grow
16505         arrays dynamically by doubling their sizes.
16506         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
16507         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
16508         New functions.
16509
16510         Port to C99 semantics for 'inline' of external functions.
16511         Bug reported by Bruno Haible.
16512         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
16513         with the old contents of xnmalloc.
16514         (xnmalloc, xmalloc): Use it.
16515         (xnrealloc_inline): New static inline function,
16516         with the old contents of xnrealloc.
16517         (xnrealloc, xrealloc): Use it.
16518
16519         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
16520         that.
16521
16522 2003-10-26  Karl Berry  <karl@gnu.org>
16523
16524         * config/srclist.txt (COPYING.DOC): no longer available from
16525         /gd/gnuorg; don't know where the ultimate source is.
16526
16527 2003-10-25  Paul Eggert  <eggert@twinsun.com>
16528
16529         Fix several address-calculation bugs in the hash modules,
16530         plus some minor code cleanup.
16531
16532         * lib/hash.h: Include <stdbool.h>, for bool.
16533         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
16534         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
16535         hash_get_n_entries, hash_get_max_bucket_length,
16536         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
16537         hash_rehash): Use size_t rather than unsigned.
16538         * lib/hash.c (struct hash_table, hash_get_n_buckets,
16539         hash_get_n_buckets_used, hash_get_n_entries,
16540         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
16541         hash_get_entries, hash_do_for_each, hash_string, is_prime,
16542         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
16543         Likewise.
16544         (SIZE_MAX): Define if not defined.
16545         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
16546         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
16547         hash_print):
16548         Use const * when possible.
16549         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
16550         (check_tuning): Fix bug: if tuning parameters were very close to
16551         0 or 1, rounding errors could have caused subscript violations.
16552         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
16553         (hash_initialize): Add 'fail:' label
16554         to free table and return NULL, and use it to simplify code.
16555         Use calloc rather than clearing the storage ourself.
16556         (hash_initialize, hash_rehash): Check for arithmetic overflow in
16557         buffer size calculations.
16558         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
16559         Include <stddef.h>, for size_t.
16560         * lib/hash-pjw.c (hash_pjw): Likewise.
16561         Switch to method described by Bruno Haible.
16562         Include <limits.h>, for CHAR_BIT.
16563         (SIZE_BITS): New macro.
16564
16565 2003-10-23  Paul Eggert  <eggert@twinsun.com>
16566
16567         * m4/getline.m4 (AM_FUNC_GETLINE):
16568         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
16569         hosts.  Problem reported by Derek Robert Price in
16570         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
16571         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
16572         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
16573
16574 2003-10-21  Paul Eggert  <eggert@twinsun.com>
16575
16576         * lib/getndelim2.c (getndelim2): When size calculation overflows,
16577         ceiling the allocation at NMAX bytes rather than silently
16578         discarding input bytes before NMAX is reached.  This makes
16579         a difference only if NMAX exceeds SIZE_MAX / 2.
16580
16581         * lib/obstack.c: Merge from glibc.
16582         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
16583         Add libc_hidden_def (_obstack_newchunk).
16584         (_obstack_free) [! defined _LIBC]: Remove.
16585         [defined _LIBC]: Make a strong alias from obstack_free, rather than
16586         a clone of the function body.
16587         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
16588         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
16589
16590         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
16591         glibc.
16592         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
16593         arg to memcpy.
16594
16595         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
16596         (obstack_ptr_grow_fast, obstack_int_grow_fast):
16597         Don't use lvalue casts, as GCC plans to remove support for them
16598         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
16599         was also present in the non-GCC version, indicating that this
16600         code had always been buggy and had never been widely used.
16601         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
16602         Use the fast variant of each macro, rather than copying the
16603         definiens of the fast variant; that way, we'll be more likely to
16604         catch future bugs in the fast variants.
16605
16606 2003-10-20  Bruno Haible  <bruno@clisp.org>
16607
16608         * modules/wait-process: New file.
16609         * MODULES.html.sh (func_all_modules): Add wait-process.
16610
16611 2003-10-20  Bruno Haible  <bruno@clisp.org>
16612
16613         * m4/wait-process.m4: New file.
16614
16615 2003-10-20  Bruno Haible  <bruno@clisp.org>
16616
16617         * lib/wait-process.h: New file, from GNU gettext.
16618         * lib/wait-process.c: New file, from GNU gettext.
16619
16620 2003-10-19  Jim Meyering  <jim@meyering.net>
16621
16622         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
16623         HPUX 10.20.
16624
16625 2003-10-18  Karl Berry  <karl@gnu.org>
16626
16627         * config/config.guess: update from config.
16628
16629 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16630
16631         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
16632         (getgroups): First arg is int, not size_t.
16633         Don't let 'free' mangle errno.
16634
16635 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16636
16637         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
16638
16639 2003-10-16  Karl Berry  <karl@gnu.org>
16640
16641         * config/config.{guess,sub}: update from config.
16642
16643 2003-10-16  Jim Meyering  <jim@meyering.net>
16644
16645         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
16646         memcpy.
16647
16648 2003-10-15  Paul Eggert  <eggert@twinsun.com>
16649
16650         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
16651         (SIZE_MAX): Remove.
16652         (new_exclude, add_exclude_file): Initial size no longer needs to
16653         be a power of 2.
16654         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
16655         our own address arithmetic overflow checking.
16656
16657         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
16658         (fnmatch): Do not alloca more than 2000 wide characters;
16659         instead, use malloc for large buffers.
16660         Check for address arithmetic overflow, and return -1
16661         with errno set to ENOMEM in that case.
16662         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
16663         (NEW_PATTERN): Do not alloca more than 8000 bytes;
16664         instead, return -1.  Check for address arithmetic overflow.
16665
16666 2003-10-14  Paul Eggert  <eggert@twinsun.com>
16667
16668         Handle invalid suffixes and overflow independently, so that
16669         callers can treat them independently as needed.  Fix some bugs in
16670         suffix handling, e.g., "100k@" was not diagnosed as an invalid
16671         suffix for a human-readable blocksize.  The major caller-visible
16672         change is the addition of a new
16673         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
16674         that both overflow and suffix chars were found.
16675
16676         * lib/human.c (humblock): Don't check separately for invalid suffix
16677         char; that is xstrtoumax's job (now that its bug is fixed).
16678         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
16679         INTMAX_MAX]: New macros.
16680         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
16681         TYPE_MAXIMUM): New macros.
16682         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
16683         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
16684         if overflow occurs, as it's what __strtol does and it's more useful
16685         in practice.
16686         (__xstrtol): If __strtol reports some error other than ERANGE,
16687         reflect it to the caller as LONGINT_INVALID.  If it reports
16688         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
16689         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
16690         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
16691         value.
16692         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
16693         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
16694         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
16695         [defined UINTMAX_MAX]: New macros.
16696
16697 2003-10-14  Bruno Haible  <bruno@clisp.org>
16698
16699         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
16700
16701 2003-10-14  Bruno Haible  <bruno@clisp.org>
16702
16703         * m4/sig_atomic_t: New file, from GNU gettext.
16704         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
16705
16706 2003-10-14  Bruno Haible  <bruno@clisp.org>
16707
16708         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
16709         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
16710         Also use volatile where needed.
16711
16712 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16713
16714         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
16715         Change maintainer from Bruno Haible to 'all'.
16716
16717 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16718
16719         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
16720
16721 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16722
16723         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
16724         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
16725         and define in terms of the other primitives.
16726         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
16727         (SIZE_MAX): Define if not already defined.
16728         (array_size_overflow): New function.
16729         (xalloc_die): Abort instead of exiting if 'error' returns.
16730         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
16731         (xmalloc, xrealloc): Use them.
16732         (xcalloc): Check for address arithmetic overflow.
16733         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
16734         a bit faster than strcpy.
16735
16736 2003-10-10  Simon Josefsson  <jas@extundo.com>
16737
16738         * modules/argp (Depends-on): Add restrict and strcase.
16739
16740 2003-10-10  Simon Josefsson  <jas@extundo.com>
16741
16742         * m4/argp.m4: Add AC_C_INLINE.
16743
16744 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16745
16746         Merge getpass from libc, plus a few fixes.
16747
16748         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
16749         Include <stdbool.h>.
16750         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
16751         __fsetlocking to empty.
16752         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
16753         do include <bits/libc-lock.h>.
16754         Do not include <fcntl.h>; not needed.
16755         [_LIBC]: Include <wchar.h>.
16756         (NOTCANCEL_MODE): New macro.
16757         (flockfile, funlockfile) [_LIBC]: New macros.
16758         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
16759         [!_LIBC]: New macros.
16760         (call_fclose): New function.
16761         (getpass): Use it.  Save tty stream separately; this simplifies the
16762         code and makes it more reliable if stdin happens to equal stdout.
16763         Invoke __fsetlocking on tty.
16764         Handle thread cancellation if needed.
16765         Namespace cleanup (use __tcgetattr, __getline).
16766         Use bool for Booleans.
16767         [USE_IN_LIBIO]: Handle wide streams.
16768         [!_LIBC]: Unconditionally do the fseek, since we don't know what
16769         stream might go where.
16770
16771         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
16772         doesn't have to include <stdio.h> before us.
16773         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
16774         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
16775         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
16776         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
16777         if not declared, so that we can use getpass.c code from libc without
16778         rewriting it.
16779         (flockfile, ftrylockfile, funlockfile): New macros.
16780
16781 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16782
16783         * modules/getpass: Depend on stdbool.
16784
16785 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16786
16787         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
16788
16789 2003-10-07  Karl Berry  <karl@gnu.org>
16790
16791         * config/config.{guess,sub}: update from config.
16792
16793 2003-10-06  Jim Meyering  <jim@meyering.net>
16794             Bruno Haible  <bruno@clisp.org>
16795
16796         This lets translators provide better translations for the
16797         "Written by ..." part of --version output.
16798         * lib/version-etc.h: Include stdarg.h.
16799         (version_etc_copyright): Declare as readonly.
16800         (version_etc): Make this function variadic with a NULL-terminated list
16801         of author name strings.
16802         (version_etc_va): New declaration.
16803         * lib/version-etc.c: Include stdarg.h, stdlib.h.
16804         (version_etc_copyright): Declare as readonly.
16805         (version_etc_va): New function. Provide a different translatable string
16806         for each possible number of authors < 10. Abbreviate when there are 10
16807         authors or more.
16808         (version_etc): Make this function variadic. Call version_etc_va.
16809         Suggestion from Gary V. Vaughan.
16810
16811         * lib/long-options.h (parse_long_options): Change prototype: the
16812         authors string is moved to the end and becomes variadic.
16813         * lib/long-options.c: Include stdarg.h.
16814         (parse_long_options): Make this function variadic, too.
16815         Call version_etc_va, not version_etc.
16816
16817 2003-10-06  Bruno Haible  <bruno@clisp.org>
16818
16819         * modules/version-etc-2: Remove file.
16820         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
16821
16822 2003-10-06  Bruno Haible  <bruno@clisp.org>
16823
16824         * modules/fatal-signal: New file.
16825         * MODULES.html.sh (func_all_modules): Add fatal-signal.
16826
16827 2003-10-06  Bruno Haible  <bruno@clisp.org>
16828
16829         * m4/fatal-signal.m4: New file.
16830         * m4/signalblocking.m4: New file, from GNU gettext.
16831
16832 2003-10-06  Bruno Haible  <bruno@clisp.org>
16833
16834         * lib/version-etc-2.h: Remove file.
16835         * lib/version-etc-2.c: Remove file.
16836
16837 2003-10-06  Bruno Haible  <bruno@clisp.org>
16838
16839         * lib/fatal-signal.h: New file, from GNU gettext.
16840         * lib/fatal-signal.c: New file, from GNU gettext.
16841
16842 2003-10-05  Paul Eggert  <eggert@twinsun.com>
16843
16844         * README: Rework advice for preventing empty .o files.
16845         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
16846         not <sys/types.h>.
16847
16848 2003-10-04  Karl Berry  <karl@gnu.org>
16849
16850         * lib/argp*: update from libc.
16851
16852 2003-10-04  Karl Berry  <karl@gnu.org>
16853
16854         * config/config.{guess,sub}: update from config.
16855
16856 2003-10-02  Bruno Haible  <bruno@clisp.org>
16857
16858         * modules/lchown (Include): Add lchown.h.
16859         * modules/time_r (Include): Use "..." syntax.
16860         * modules/xgetdomainname (Include): Add xgetdomainname.h.
16861
16862 2003-10-01  Simon Josefsson  <jas@extundo.com>
16863
16864         * MODULES.html.sh (func_all_modules): Move gethostname from section
16865         'based on' to section 'lacking' POSIX:2001.
16866
16867 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
16868
16869         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
16870         to output mode on the same stream.
16871
16872 2003-09-29  Paul Eggert  <eggert@twinsun.com>
16873
16874         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
16875         Fix arg typo in previous patch.
16876
16877 2003-09-28  Jim Meyering  <jim@meyering.net>
16878
16879         * lib/error.c: Correct cpp indentation.
16880
16881 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16882
16883         * modules/free: New file.
16884
16885 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16886
16887         * m4/free.m4: New file.
16888
16889 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16890
16891         * lib/minmax.h (MIN, MAX)
16892         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
16893         Omit the special code that used __typeof__, since we worry that
16894         it could be more trouble than it's worth.  See:
16895         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
16896         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
16897
16898         * lib/free.c: New file.
16899
16900 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
16901
16902         Trivial fixes to Makefile.am parts of module listings.
16903         * modules/strstr: Append strstr.h to lib_SOURCES.
16904         * modules/strcase: Likewise, for strcase.h.
16905
16906 2003-09-27  Karl Berry  <karl@gnu.org>
16907
16908         * config/mkinstalldirs: update from automake.
16909
16910 2003-09-26  Paul Eggert  <eggert@twinsun.com>
16911
16912         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
16913         (error_tail): Do not loop, reallocating temporary buffer, since
16914         the output cannot contain more wide characters than the input
16915         contains bytes, the size must be big enough already.  This avoids
16916         one potential size overflow calculation.  Check for size overflow
16917         when calculating temporary buffer size.  Free temporary buffer
16918         when done, if it was allocated with malloc; this plugs a memory
16919         leak.  Remove casts from void * to pointers, that are no longer
16920         needed now that we're assuming C89 or better.
16921
16922         Merge error changes from glibc.
16923
16924         * lib/error.c, error.h: Update copyright notice header to match glibc.
16925         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
16926         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
16927         Disable cancellation while printing error.
16928         * lib/error.h: Prepend __ to parameter names.
16929
16930 2003-09-26  Jim Meyering  <jim@meyering.net>
16931
16932         * lib/error.c (error_tail): Move some declarations
16933         into inner scope where the local variables are used.
16934
16935 2003-09-26  Bruno Haible  <bruno@clisp.org>
16936
16937         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
16938         stpncpy().
16939         Don't define stpncpy through config.h; it's now done through stpncpy.h.
16940
16941 2003-09-26  Bruno Haible  <bruno@clisp.org>
16942
16943         * lib/stpncpy.h (gnu_stpncpy): New declaration.
16944         (stpncpy): Define as alias for gnu_stpncpy.
16945         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
16946
16947 2003-09-25  Simon Josefsson  <jas@extundo.com>
16948
16949         * lib/xgetdomainname.h: New file.
16950         * lib/xgetdomainname.c: New file.
16951
16952 2003-09-25  Simon Josefsson  <jas@extundo.com>
16953             Bruno Haible  <bruno@clisp.org>
16954
16955         * modules/getdomainname: New file.
16956         * modules/xgetdomainname: New file.
16957         * MODULES.html.sh (func_all_modules): Add getdomainname,
16958         xgetdomainname.
16959
16960 2003-09-25  Simon Josefsson  <jas@extundo.com>
16961             Bruno Haible  <bruno@clisp.org>
16962
16963         * m4/getdomainname.m4: New file.
16964
16965 2003-09-25  Simon Josefsson  <jas@extundo.com>
16966             Bruno Haible  <bruno@clisp.org>
16967
16968         * lib/getdomainname.h: New file.
16969         * lib/getdomainname.c: New file.
16970
16971 2003-09-25  Karl Berry  <karl@gnu.org>
16972
16973         * lib/argp-fmtstream.c, argp-help.c: update from libc.
16974
16975 2003-09-25  Karl Berry  <karl@gnu.org>
16976
16977         * config/install-sh: update from automake.
16978
16979 2003-09-25  Bruno Haible  <bruno@clisp.org>
16980
16981         * modules/version-etc-2: New file, from modules/version-etc with
16982         modifications.
16983         * MODULES.html.sh (func_all_modules): Add version-etc-2.
16984
16985 2003-09-25  Bruno Haible  <bruno@clisp.org>
16986
16987         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
16988         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
16989
16990 2003-09-24  Simon Josefsson  <jas@extundo.com>
16991
16992         * modules/xgethostname: Add xgethostname.h.
16993
16994 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16995
16996         * lib/linebuffer.c (freebuffer): Don't free the argument, just
16997         the buffer associated with the argument.  Bug reported by
16998         Simon Josefsson.
16999
17000 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17001
17002         * README: Document assumptions that 'int' is at least 32 bits
17003         wide, that integer arithmetic is 2's complement without overflow,
17004         that there are no holes in integer values, that adding sizes of
17005         two nonoverlapping objects can't overflow, and that all-bits-zero
17006         yields scalar zero.  Fix spelling and capitalization typos.
17007
17008 2003-09-19  Karl Berry  <karl@gnu.org>
17009
17010         * lib/argp.h: update from libc.
17011
17012 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17013
17014         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
17015         to avoid spurious warnings like "AC_RUN_IFELSE was called before
17016         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
17017
17018 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17019
17020         * gnulib-tool: Use "test -h", not "test -L", for portability
17021         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
17022         (tags_regexp): Remove, since \| doesn't conform to POSIX.
17023         (sed_extract_prog): Issue s commands one-by-one, rather than
17024         using \| in one s command.
17025
17026 2003-09-16  Paul Eggert  <eggert@twinsun.com>
17027
17028         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
17029         input error, instead of returning NULL the next time we are called
17030         (and therefore losing track of errno).
17031
17032 2003-09-16  Bruno Haible  <bruno@clisp.org>
17033
17034         * gnulib-tool (func_create_testdir): Warn about duplicated
17035         dependencies.
17036
17037 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17038
17039         * modules/argmatch, modules/fatal, modules/obstack,
17040         modules/xalloc, modules/xgethostname: Sort dependencies by
17041         importance, not alphabetically.
17042
17043 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17044
17045         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
17046         fails, so that the caller gets the proper errno.
17047
17048         * lib/readutmp.c (read_utmp): Likewise.
17049         Check for fstat error.  Close stream and free storage
17050         when failing.
17051
17052 2003-09-14  Karl Berry  <karl@gnu.org>
17053
17054         * config/srclist.txt (strdup.c): disable for c89 changes.
17055
17056 2003-09-14  Jim Meyering  <jim@meyering.net>
17057
17058         * lib/getloadavg.c: Correct cpp indentation.
17059         * lib/strdup.c: Likewise.
17060         * lib/vasnprintf.c: Likewise.
17061
17062 2003-09-14  Bruno Haible  <bruno@clisp.org>
17063
17064         * modules/fwriteerror: New file.
17065         * MODULES.html.sh (func_all_modules): Add fwriteerror.
17066
17067 2003-09-14  Bruno Haible  <bruno@clisp.org>
17068
17069         * lib/fwriteerror.h: New file.
17070         * lib/fwriteerror.c: New file.
17071
17072 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17073
17074         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
17075         modules/xgethostname, modules/xalloc: Depend on exit.
17076
17077 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17078
17079         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
17080
17081         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
17082         and AC_MINIX, too, so that their extensions are available.
17083
17084         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
17085         This macro has been superseded by gl_BACKUPFILE.
17086
17087         More patches to assume C89 or better.
17088
17089         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
17090
17091         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
17092         unconditionally.
17093         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
17094         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
17095         Include <string.h>, <stdlib.h> unconditionally.
17096         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
17097         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
17098         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
17099         headers or for string.h.
17100         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
17101         or strtoul.
17102
17103         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
17104         headers.
17105         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
17106         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17107         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
17108         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
17109         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17110         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
17111         memcpy, memset.
17112         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
17113         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
17114         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
17115         strtol.
17116         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
17117         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
17118         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
17119         strtoul.
17120
17121 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17122
17123         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
17124         * lib/obstack.c [!defined _LIBC]: Likewise.
17125         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
17126         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
17127         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
17128
17129         More changes to assume C89 or better.
17130
17131         * lib/error.c (error_tail): Assume vprintf.
17132
17133         * lib/argmatch.c (getenv): Remove decl.
17134         * lib/progreloc.c (get_full_program_name): Define via prototype.
17135         * lib/setenv.c (clearenv): Likewise.
17136         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
17137         needed.
17138         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
17139         (malloc, memcpy): Remove decls.
17140         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
17141         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
17142         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17143         (memcpy): Remove macro.
17144         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
17145         (__P): Remove.  All uses removed.
17146         (PTR): Remove.  All uses changed to void *.
17147         (CHAR_BIT, NULL): Remove.
17148         (spaces, zeros, memset_space, memset_zero)
17149         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
17150         Remove.
17151         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
17152         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
17153         Define with prototype.
17154         Remove now-unnecessary prototype decl.
17155         (extra_args_spec): Assume ANSI C.  All uses changed.
17156         (extra_args_spec_iso): Remove.
17157         (my_strftime, emacs_strftimeu): Define via prototype.
17158         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
17159         unconditionally.
17160         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
17161         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
17162         (strtoul, strtol): Remove decls.
17163         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
17164         LONG_MAX): Remove.
17165         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17166         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
17167         (LOCALE_PARAM_PROTO): New macro.
17168         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
17169         (INTERNAL (strtol), strtol): Define with a prototype.
17170         (PARAMS): Remove.  All uses removed.
17171         * lib/tempname.c: Include <string.h> unconditionally.
17172         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
17173         * lib/xgethostname.c (main): Define with a prototype.
17174         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
17175         Include <stdlib.h> unconditionally.
17176         (calloc, malloc, realloc, free): Remove decls.
17177         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
17178         Include <stdlib.h> unconditionally.  Sort include file names.
17179         (strtod): Remove.
17180         (xstrtod): Define with a prototype.
17181         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
17182         (strtol, strtoul): Remove decls.
17183
17184 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17185
17186         More patches to assume C89 or better.
17187         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
17188         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
17189         string.h, memchr, STDC_HEADERS.
17190
17191 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17192
17193         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
17194         Include <stdlib.h>, <string.h> unconditionally.
17195         Remove now-unnecessary cast to char *.
17196         * lib/strnlen.c: Include <string.h> unconditionally.
17197         * lib/yesno.c (yesno): Define with a prototype.
17198
17199 2003-09-11  Bruno Haible  <bruno@clisp.org>
17200
17201         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
17202
17203 2003-09-10  Jim Meyering  <jim@meyering.net>
17204
17205         * lib/error.c: Correct indentation of cpp directives.
17206
17207 2003-09-10  Bruno Haible  <bruno@clisp.org>
17208
17209         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
17210         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
17211         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
17212         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
17213         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
17214         <stdlib.h> and <string.h> checks.
17215         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
17216         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
17217
17218 2003-09-10  Bruno Haible  <bruno@clisp.org>
17219
17220         * lib/strcspn.c: Include <string.h> unconditionally.
17221         * lib/strpbrk.c: Include <string.h> unconditionally.
17222         * lib/strstr.c: Include <string.h> unconditionally.
17223         * lib/unicodeio.c: Include <string.h> unconditionally.
17224         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
17225         * lib/unsetenv.c: Likewise.
17226         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
17227         * lib/yesno.c: Include <stdlib.h> unconditionally.
17228         (rpmatch): Add prototype.
17229
17230 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17231
17232         More patches to assume C89 or better.
17233         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
17234         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
17235         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
17236         or for string.h.
17237         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
17238         stdlib.h.
17239         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
17240         C headers.
17241         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
17242         string.h.
17243         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
17244         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
17245         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
17246         or for string.h.
17247         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
17248         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
17249         C headers.
17250         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
17251         memcpy.
17252         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
17253         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
17254         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
17255         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
17256         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
17257         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
17258         string.h, free.
17259         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
17260         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
17261         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
17262         C headers, or for string.h.
17263         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
17264         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
17265         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
17266         headers, memory.h, stdlib.h, string.h, strings.h.
17267         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
17268         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
17269         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
17270         strchr.
17271         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
17272         headers, memory.h, string.h.
17273         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
17274         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
17275         free.
17276         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
17277         headers.
17278         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
17279         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
17280         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
17281         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
17282         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
17283
17284 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17285
17286         More K&R removal.
17287
17288         * lib/acosl.c (main): Use a prototype.
17289         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
17290         tanl.c: Likewise.
17291
17292         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
17293
17294         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
17295         (getopt, etopt_long, getopt_long_only, _getopt_internal)
17296         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
17297         with a prototype.
17298         * lib/getopt.c (const): Remove macro.
17299         Include <string.h> unconditionally.
17300         (my_index): Remove; all uses changed to strchr.
17301         (strlen): Remove decl.
17302         (exchange): Remove forward decl; no longer needed.
17303         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
17304         Define with prototype.
17305         * lib/getopt1.c (const): Remove macro.
17306         (getopt_long, getopt_long_only, main): Define with prototype.
17307
17308         * lib/getugroups.c: Include <string.h> unconditionally.
17309
17310         * lib/getusershell.c: Include <stdlib.h> unconditionally.
17311         (getusershell, setusershell, endusershell, readname, main):
17312         Define with prototypes.
17313
17314         * lib/group-member.c: Include group-member.h first.
17315         Include <stdlib.h> unconditionally.
17316
17317         * lib/hard-locale.c: Include hard-locale.h first.
17318         Include <stdlib.h>, <string.h> unconditionally.
17319
17320         * lib/hash.c (free, malloc): Remove decls.
17321         Include <stdlib.h> unconditionally.
17322
17323         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
17324         (getenv): Do not declare.
17325
17326         * lib/idcache.c: Include <string.h> unconditionally.
17327
17328         * lib/long-options.c: Include long-options.h first, to test interface.
17329         Include <stdlib.h> unconditionally.
17330
17331         * lib/makepath.c: Include makepath.h first, to test interface.
17332         Include <stdlib.h> and <string.h> unconditionally.
17333
17334         * lib/linebuffer.c: Include <stdlib.h>.
17335         (free): Remove decl.
17336
17337         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
17338         stddef.h. rpl_malloc returns void *, not char *.
17339         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
17340         prototype.
17341
17342         * lib/md5.h: Include <limits.h> unconditionally.
17343         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
17344         (__P): Remove; all uses removed.
17345         * lib/md5.c: Include "md5.h" first.
17346         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
17347         md5_buffer, md5_process_bytes, md5_process_block):
17348         Define with prototypes.
17349         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
17350         * lib/sha.c: Include "sha.h" first.
17351         Include <stdlib.h>, <string.h> unconditionally.
17352
17353         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
17354         * lib/memcmp.c (__ptr_t): Likewise.
17355         * lib/memrchr.c (__ptr_t): Likewise.
17356         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
17357         Include <string.h> unconditionally.
17358         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
17359         * lib/memchr.c: Include <stdlib.h> unconditionally.
17360         * lib/memchr.c (LONG_MAX): Remove.
17361         * lib/memrchr.c (LONG_MAX): Likewise.
17362         * lib/memchr.c (__memchr): Define via a prototype.
17363         * lib/memrchr.c (__memrchr): Likewise.
17364         * lib/memcmp.c (__P): Remove, and remove all uses.
17365         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
17366         Remove forward decls; no longer needed.
17367         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
17368         Use types required by C89 in prototype.
17369
17370         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
17371         * lib/savedir.c: Likewise.
17372         * lib/mkdir.c (free): Remove decl.
17373         * lib/rmdir.c (rmdir): Define with a prototype.
17374         * lib/savedir.c: Include savedir.h first, to test interface.
17375
17376         * lib/mktime.c (STDC_HEADERS): Remove.
17377         Include <stdlib.h>, <string.h> unconditionally.
17378
17379         * lib/modechange.c: Include <stdlib.h> unconditionally.
17380         (malloc): Remove decl.
17381
17382         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
17383         (free): Remove decl.
17384
17385         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
17386         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
17387         (This type really should be intptr_t, but that's a C99ism.)
17388         (_obstack_memcpy): Remove: all uses changed to memcpy.
17389         Include <string.h> unconditionally.
17390         (struct obstack): Assume __STDC__ for types of members
17391         chunkfun, freefun, extra_arg.
17392         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
17393         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
17394         obstack_begin, obstack_specify_allocation,
17395         obstack_specify_allocation_with_arg, obstack_chunkfun,
17396         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
17397         Remove unprototyped decls and the macros that use them.
17398         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
17399         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
17400         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
17401         (defined __STDC__ && __STDC__)]:
17402         Remove nonprototyped code.
17403         Include <stdlib.h> unconditionally.
17404         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
17405         _obstack_allocated_p, _obstack_free, obstack_free,
17406         _obstack_memory_used, print_and_abort):
17407         Define using prototypes.
17408         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
17409         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
17410         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
17411         obstack_next_free, obstack_object_size, obstack_room) [0]:
17412         Remove unused, unprototyped code.
17413
17414         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
17415
17416         * lib/physmem.c (physmem_total, physmem_available, main): Define
17417         with prototypes.
17418
17419         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
17420         (main): Define with a prototype.
17421
17422         * lib/posixver.c (getenv): Remove decl.
17423
17424         * lib/putenv.c (malloc): Returns void *, not char *.
17425         Include <string.h> unconditionally.
17426         (strchr, memcpy, NULL): Do not define.
17427
17428         * lib/readtokens.c: Include readtokens.h first, to test interface.
17429         Include <stdlib.h>, <string.h> unconditionally.
17430         (init_tokenbuffer): Define with a prototype.
17431
17432         * lib/regex.c (PARAMS): Remove.  All uses removed.
17433         All uses of _RE_ARGS removed, too.
17434         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17435         unconditionally.
17436         (bzero): Assume memset exists.
17437         (memcmp, memcpy, NULL): Remove.
17438         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
17439         char, or assignments to local vars of type signed char.
17440         (init_syntax_once, PREFIX(extract_number_and_incr),
17441         PREFIX(print_partial_compiled_pattern),
17442         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
17443         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
17444         PREFIX(regex_grow_registers), PREFIX(regex_compile),
17445         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
17446         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
17447         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
17448         wcs_compile_range, byte_compile_range, truncate_wchar,
17449         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
17450         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
17451         count_mbs_length, wcs_re_match_2_internal,
17452         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
17453         PREFIX(alt_match_null_string_p),
17454         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
17455         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
17456         regfree, PREFIX(extract_number)): Define with prototype.  Remove
17457         now-unnecessary declaration, if any.
17458         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
17459         regcomp, regexec):
17460         Remove now-unnecessary casts among pointer types.
17461         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
17462
17463         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
17464         (free): Remove decl.
17465
17466         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
17467
17468         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
17469         (free): Remove decl.
17470
17471         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
17472         * lib/xgetcwd.c: Likewise.
17473
17474         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
17475         (free): Remove decl.
17476
17477         * lib/strchrnul.c (strchrnul): Define with a prototype.
17478         Fix bug: c_in was not converted to char before searching.
17479
17480         The following changes are not K&R related:
17481
17482         * lib/group-member.h: Include <sys/types.h>, so that this file is
17483         self-contained.
17484         * lib/makepath.h: Likewise.
17485
17486         * lib/getusershell.c (readname, default_index, line_size, readname):
17487         Use size_t, not int, for sizes.
17488         (readname): If the size overflows, report an error instead of
17489         looping forever.
17490
17491 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17492
17493         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
17494         libc.
17495
17496 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17497
17498         * README: New section: portability guidelines.
17499
17500 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17501
17502         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
17503         C89 spec.
17504
17505 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17506
17507         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
17508
17509 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17510
17511         Assume C89 or better; remove K&R cruft.
17512         A few of these changes were first proposed by Derek Robert Price
17513         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
17514
17515         * lib/addext.c: Include <string.h> unconditionally.
17516         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
17517         Don't declare getenv or malloc.
17518
17519         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
17520         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
17521         (NULL): Remove.
17522         (find_stack_direction, alloca): Use prototypes.
17523
17524         * lib/atexit.c (atexit): Define using a prototype.
17525
17526         * lib/basename.c, dirname.c, stripslash.c:
17527         Include <string.h> unconditionally.
17528
17529         * lib/bcopy.c: Include <stddef.h>.
17530         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
17531
17532         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
17533
17534         * lib/error.h (error, error_at_line, error_print_progname)
17535         [! (defined (__STDC__) && __STDC__)]: Remove decls.
17536         * lib/error.c: Include error.h first, to check interface.
17537         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17538         (VA_START): Remove; all uses changeed to va_start.
17539         (exit, strerror): Remove decls.
17540         (error_print_progname): Prototype uncondionally.
17541         Don't include <errno.h>; no longer needed.
17542         (private_strerror): Remove.
17543         (error_tail): Always define.
17544         (error, error_at_line): Assume C89 or better; always use prototypes.
17545         * lib/fatal.c: Include "fatal.h" first, to test interface.
17546         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17547         (VA_START): Remove; all uses changed to va_start.
17548         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
17549         this case.
17550         (exit): Remove decl.
17551         (fatal): Prototype unconditionally.  Assume va_start works.
17552         Abort at end, to pacify gcc.
17553
17554         * lib/euidaccess.c (main): Define with a prototype.
17555
17556         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
17557
17558         * lib/exitfail.c: Include <stdlib.h> unconditionally.
17559
17560         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
17561         prototypes.
17562         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
17563         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
17564         (getenv): Remove decl.
17565         (fnmatch): Define using a prototype.
17566         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
17567         (FCT): Define using a prototype.
17568
17569         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
17570
17571         * lib/gethostname.c: Include <stddef.h>.
17572         (gethostname): Define with prototype.  Length is size_t, not int.
17573
17574 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17575
17576         Assume C89 or better; remove K&R cruft.
17577         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
17578         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
17579         string.h, getenv, malloc.
17580         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
17581         headers.
17582         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
17583         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
17584         do not check for strerror.
17585         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
17586         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
17587         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
17588         do not check for doprnt or vprintf.
17589         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
17590         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
17591
17592 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17593
17594         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
17595         getversion.c should have been removed then, but was accidentally
17596         preserved.
17597
17598         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
17599         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
17600
17601 2003-09-08  Karl Berry  <karl@gnu.org>
17602
17603         * config/config.sub, config.guess, srclistvars.sh: update from savannah
17604                 config, forget about prep.
17605
17606         * config/depcomp, missing: update from automake.
17607
17608 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17609
17610         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
17611         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17612
17613 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17614
17615         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
17616         copy_tm_result.  Bug reported by Simon Josefsson in
17617         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17618
17619 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17620
17621         * m4/time_r.m4: New file.
17622         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
17623         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
17624         is. Check for timegm declaration.
17625         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
17626         Do not check for gmtime_r.
17627         Replace mktime if __mktime_internal does not exist and if mktime
17628         hasn't been replaced already.
17629
17630 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17631
17632         * lib/time_r.c, lib/time_r.h: New files.
17633
17634         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
17635         __localtime_r.
17636         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
17637         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
17638
17639         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
17640         __gmtime_r.
17641         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
17642         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
17643         Include <time_r.h>.
17644
17645         * lib/timegm.c: Switch to glibc implementation, with the following
17646         changes:
17647         [defined HAVE_CONFIG_H]: Include <config.h>.
17648         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
17649         (__mktime_internal) [!defined _LIBC]: New decl.
17650         (__gmtime_r) [!defined _LIBC]: New macro and function.
17651         (timegm): Use a prototype, since gnulib assumes C89.
17652         Do not bother declaring tmp to be const, as it's not really usefu.
17653         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
17654         (timegm): Declare only if HAVE_DECL_TIMEGM.
17655
17656 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17657
17658         * MODULES.html.sh (func_all_modules): Add time_r.
17659         * modules/time_r: New file.
17660         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
17661         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
17662
17663 2003-09-03  Paul Eggert  <eggert@twinsun.com>
17664
17665         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
17666         Bug reported by Lute Kamstra in
17667         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
17668
17669         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
17670         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
17671         course with correspondingly smaller numbers for tomorrow and
17672         yesterday.  From Tadayoshi Funaba.  Originally installed into
17673         sh-utils on 1999-08-07, but the patch got lost (I guess during the
17674         coreutils merge?).
17675
17676 2003-08-31  Simon Josefsson  <jas@extundo.com>
17677
17678         * modules/timegm: New file.
17679         * MODULES.html.sh (func_all_modules): Add timegm.
17680
17681 2003-08-31  Simon Josefsson  <jas@extundo.com>
17682
17683         * m4/timegm.m4: New file.
17684
17685 2003-08-31  Simon Josefsson  <jas@extundo.com>
17686
17687         * lib/timegm.h: New file.
17688         * lib/timegm.c: New file.  Based on
17689         wget-1.8.2/src/http.c:mktime_from_utc.
17690
17691 2003-08-31  Karl Berry  <karl@gnu.org>
17692
17693         * lib/argp.h: update from libc.
17694
17695 2003-08-28  Bruno Haible  <bruno@clisp.org>
17696
17697         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
17698         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
17699         followed by '#define fnmatch fnmatch_posix' gives an error.
17700
17701 2003-08-28  Bruno Haible  <bruno@clisp.org>
17702
17703         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
17704         warning on QNX, which defines O_BINARY to 000000.
17705
17706 2003-08-27  Jim Meyering  <jim@meyering.net>
17707
17708         * m4/mkstemp.m4: Require that the system mkstemp be able to create
17709         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
17710         would fail after 32.  Reported by Danny Levinson.  Details here:
17711         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
17712
17713 2003-08-24  Bruno Haible  <bruno@clisp.org>
17714
17715         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
17716         MSVC7 <stdio.h> is included later.
17717
17718 2003-08-22  Simon Josefsson  <jas@extundo.com>
17719
17720         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
17721
17722 2003-08-20  Karl Berry  <karl@gnu.org>
17723
17724         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
17725
17726 2003-08-20  Bruno Haible  <bruno@clisp.org>
17727
17728         * modules/progname: New file.
17729         * MODULES.html.sh (func_all_modules): Add progname.
17730
17731 2003-08-20  Bruno Haible  <bruno@clisp.org>
17732
17733         * lib/progname.h: New file, from GNU gettext.
17734         * lib/progname.c: New file, from GNU gettext.
17735         * lib/progreloc.c: New file, from GNU gettext.
17736
17737 2003-08-19  Jim Meyering  <jim@meyering.net>
17738
17739         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
17740         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
17741
17742 2003-08-19  Bruno Haible  <bruno@clisp.org>
17743
17744         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
17745         more.
17746
17747 2003-08-19  Bruno Haible  <bruno@clisp.org>
17748
17749         * lib/xstrdup.c: Assume <string.h> exists.
17750
17751 2003-08-18  Paul Eggert  <eggert@twinsun.com>
17752
17753         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
17754         in makefile rules.
17755
17756 2003-08-18  Jim Meyering  <jim@meyering.net>
17757
17758         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
17759         * m4/lib-ld.m4: Likewise.
17760
17761 2003-08-18  Jim Meyering  <jim@meyering.net>
17762
17763         * lib/setenv.h: Indent nested cpp directive.
17764         * lib/vasnprintf.c: Remove trailing blanks.
17765
17766 2003-08-17  Simon Josefsson  <jas@extundo.com>
17767
17768         * modules/xstrndup: New file.
17769         * MODULES.html.sh (func_all_modules): Add xstrndup.
17770
17771 2003-08-17  Simon Josefsson  <jas@extundo.com>
17772
17773         * modules/argp: Fix autoconf macro name. Add more dependencies.
17774
17775 2003-08-17  Simon Josefsson  <jas@extundo.com>
17776
17777         * m4/xstrndup.m4: New file.
17778
17779 2003-08-17  Simon Josefsson  <jas@extundo.com>
17780
17781         * m4/argp.m4: New file.
17782
17783 2003-08-17  Simon Josefsson  <jas@extundo.com>
17784             Bruno Haible  <bruno@clisp.org>
17785
17786         * lib/xstrndup.h: New file.
17787         * lib/xstrndup.c: New file.
17788
17789 2003-08-17  Bruno Haible  <bruno@clisp.org>
17790
17791         * modules/strndup (Files, Include): Add lib/strndup.h.
17792
17793 2003-08-17  Bruno Haible  <bruno@clisp.org>
17794
17795         * modules/euidaccess (Files): Add lib/euidaccess.h.
17796
17797 2003-08-17  Bruno Haible  <bruno@clisp.org>
17798
17799         * lib/strndup.h: New file.
17800
17801 2003-08-17  Bruno Haible  <bruno@clisp.org>
17802
17803         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
17804         like AC_GNU_SOURCE.
17805         * modules/extensions (configure.ac): Comment out the invocation of
17806         gl_USE_SYSTEM_EXTENSIONS.
17807
17808 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17809
17810         Merges from coreutils, etc.
17811         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
17812         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
17813         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
17814         fixing a typo.
17815         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
17816         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
17817
17818 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17819
17820         Document merge from coreutils.
17821         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
17822         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
17823         * modules/utime: Add m4/utimes-null.m4.
17824
17825 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17826
17827         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
17828         space, undoing this 2003-08-12 change:
17829         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17830
17831 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17832
17833         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
17834         strtoul.c from libc, undoing this 2003-08-12 change:
17835         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17836
17837 2003-08-16  Jim Meyering  <jim@meyering.net>
17838
17839         Merges from coreutils.
17840         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
17841         prefix.  Adjust cache variables similarly.  Create 500 rather than
17842         just 300 files, to exercise bug on Darwin6.5, too.
17843         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
17844         $missing_dir.
17845         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
17846         AM_SYS_POSIX_TERMIOS.
17847         Reported by mkc@mathdogs.com.
17848         Also change use of $am_cv_sys_posix_termios
17849         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
17850         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
17851         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
17852         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
17853         in /proc/mounts until it finds one with matching device number.  This
17854         is unnecessary when the FILE argument *is* a mount point.  No stat call
17855         is necessary in that case.  So, disable the statvfs-testing code on
17856         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
17857         as RedHat bug# 84846.
17858         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17859         to 1MB, so as not to render systems with no stack size limit (e.g.,
17860         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17861         Include <unistd.h>.  On some systems,
17862         it is required for the definition of _SC_PAGESIZE.
17863
17864 2003-08-16  Jim Meyering  <jim@meyering.net>
17865
17866         Merge from coreutils.
17867         * lib/xstrtoimax.c: #else #if -> #elif.
17868         * lib/xstrtoumax.c: Likewise.
17869
17870 2003-08-16  Jim Meyering  <jim@meyering.net>
17871
17872         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
17873         * m4/utimes.m4: Removed.
17874         * m4/utimes-null.m4: Renamed from utimes.m4.
17875
17876         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17877         to 1MB, so as not to render systems with no stack size limit (e.g.,
17878         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17879         Include <unistd.h>.  On some systems,
17880         it is required for the definition of _SC_PAGESIZE.
17881
17882 2003-08-16  Jim Meyering  <jim@meyering.net>
17883         and Paul Eggert  <eggert@cs.ucla.edu>
17884
17885         Merges from coreutils, etc.
17886
17887         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
17888         using the latest version from cvs.  This avoids problems with #line
17889         directives using a vendor (Sun) compiler.
17890         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
17891         Don't set GETGROUPS_LIB here; now it's
17892         done via getgroups.m4's wrapper function.
17893         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
17894         rather than just in sh-util/configure.in, so that the
17895         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
17896         same.
17897         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
17898         AC_FUNC_GETLOADAVG where to find getloadavg.c.
17899         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
17900         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
17901         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
17902         Remove code that is now done by the newly-required macros.
17903         Append $(EXEEXT) to DF_PROG.
17904         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
17905         Do not invoke or require the following here,
17906         since prereq.m4 or some gnulib .m4 now does this for us:
17907         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
17908         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
17909         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
17910         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
17911         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
17912         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
17913         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
17914         AC_FUNC_OBSTACK.
17915         Do not replace the following functions, as this is now the job
17916         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
17917         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
17918         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
17919         atexit getpass, strdup, getpagesize.
17920         Replace 'raise'.
17921         Do not check for the following functions, as this is now the job
17922         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
17923         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
17924         setregid.
17925         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
17926         Check for sys/sysctl.h.
17927         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
17928         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
17929         of checking for ssize_t ourselves.
17930
17931         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
17932         Require every macro that gnulib/modules/* suggests for us.
17933         (jm_PREREQ_ADDEXT): New macro.
17934         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
17935         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
17936
17937         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
17938         (gl_PHYSMEM): Use it.
17939         Also check for `table' function.
17940         Check for new headers and functions.
17941         Add check for sys/sysmp.h.
17942         With suggestions from Kaveh Ghazi.
17943         Ignore headers that are present but cannot be compiled.  This
17944         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
17945         C 5.4.
17946
17947 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17948
17949         Document merge from coreutils.
17950         * modules/userspec: Depend on posixver.
17951         * modules/strftime: Depend on tzset.
17952
17953 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17954
17955         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
17956         rather than tab, after '#' in shell-script copyright notices.
17957         Suggested by Bruno Haible.
17958
17959 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17960
17961         * config/srclist-update: Use three spaces, rather than tab, after '#'
17962         in shell-script copyright notices.  Suggested by Bruno Haible.
17963         Remove unnecessary parenthesization in regular expression.
17964
17965 2003-08-15  Jim Meyering  <jim@meyering.net>
17966
17967         Merge from coreutils.
17968         * lib/xgethostname.c: Include <stdlib.h>.
17969         (xghostname): Don't exit for anything other than memory-related
17970         failure; just return NULL.
17971         * lib/userspec.c: Include "posixver.h".
17972         (parse_user_spec): Accept `.' as a separator only
17973         in pre-POSIX-200112 mode.
17974         * lib/strtoimax.c: Use #elif rather than #else #if.
17975         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
17976         Remove function, now that we can rely on a working tzset function.
17977         [!_LIBC]: Ensure that the required autoconf test has been run.
17978         [!defined _NL_CURRENT && HAVE_STRFTIME]:
17979         Use underlying_strftime for %r.
17980         * lib/sha.c: Merge in some clean-up and optimization changes from
17981         glibc.
17982         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
17983         Ensure that it is a multiple of 64.
17984         Rearrange loop exit tests so as to avoid performing an
17985         additional fread after encountering an error or EOF.
17986         * lib/realloc.c: Update copyright date.
17987
17988 2003-08-15  Jim Meyering  <jim@meyering.net>
17989         and Paul Eggert  <eggert@twinsun.com>
17990
17991         Merge from coreutils.
17992         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
17993         member but strut utmpx does not.  Needed for AIX 4.3.3.
17994         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
17995
17996 2003-08-15  Jim Meyering  <jim@meyering.net>
17997         and Paul Eggert  <eggert@cs.ucla.edu>
17998
17999         Merges from coreutils, etc.
18000         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
18001         Require gl_FUNC_TZSET_CLOBBER.
18002         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
18003         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
18004         members.
18005
18006 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18007
18008         Help the merge from coreutils.
18009         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
18010         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
18011         * m4/tzset.m4: Use it too.
18012
18013 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18014
18015         * modules/tzset: New file.
18016
18017 2003-08-14  Jim Meyering  <jim@meyering.net>
18018
18019         Merges from coreutils.
18020         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
18021         variable names, rather than @FNMATCH_H@.
18022         * modules/alloca: Likewise for $(ALLOCA_H).
18023
18024         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
18025         the three copies of the literal target, `fnmatch.h'.
18026         * modules/alloca (alloca.h): Likewise.
18027
18028 2003-08-14  Jim Meyering  <jim@meyering.net>
18029
18030         Merge from coreutils.
18031         * m4/tzset.m4: New file.
18032         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
18033         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
18034         otherwise, AIX 5.1 systems would end up using the latter.
18035         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
18036         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
18037         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
18038         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
18039
18040 2003-08-14  Jim Meyering  <jim@meyering.net>
18041
18042         Merge from coreutils.
18043         * lib/obstack.h: Whitespace changes.
18044         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
18045         and xcalloc return values.
18046         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
18047         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
18048         hang on OSF/1 5.1 for DIR on both local and remote file systems.
18049         Reported by (and fix confirmed by) Nelson H. F. Beebe.
18050         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18051         error from mntctl.
18052         Use mntctl's return value to drive the entry-processing loop, since
18053         we can't rely on the value of the vmt_length member in the last
18054         entry.  On some systems doing so could result in exhausting
18055         virtual memory.  Based in part on a patch from Mike Jetzer.
18056
18057 2003-08-14  Jim Meyering  <jim@meyering.net>
18058         and Paul Eggert  <eggert@twinsun.com>
18059
18060         Merges from coreutils, plus other fixes.
18061         * lib/physmem.c: Merge in portability changes from gcc/libiberty
18062         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
18063         for credits and details.  Thanks to Kaveh Ghazi for helping
18064         to keep these files in sync.
18065         (ARRAY_SIZE): Define it.
18066         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
18067         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
18068         (memcasecmp): Don't assume size_t fits in unsigned int.
18069         Remove casts and duplicate code.
18070         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
18071         (memcpy): Remove definition.
18072         Merge in some clean-up and optimization changes from glibc.
18073         [BLOCKSIZE]: Move definition to top of file.
18074         Ensure that it is a multiple of 64.
18075         Rearrange loop exit tests so as to avoid performing an
18076         additional fread after encountering an error or EOF.
18077         * lib/md5.h (md5_uintptr): Define.
18078         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
18079         return to the initial working directory.  Preserve errno
18080         for caller.
18081         * lib/idcache.c: Include "xalloc.h".
18082         (xmalloc, xrealloc): Remove decls.
18083         (getuser): Remove casts no longer required in C89.
18084         * lib/human.c: Include stdio.h, for sprintf.
18085         * lib/group-member.c: Include "xalloc.h".
18086         (xmalloc, xrealloc): Remove decls.
18087         (get_group_info): Remove casts no longer required in C89.
18088         * lib/getusershell.c (readname): Remove casts no longer required in
18089         C89.
18090         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
18091         * lib/getline.c: Whitespace fix, from coreutils.
18092
18093 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18094
18095         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
18096         Check for isascii.
18097
18098         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18099         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18100         Undo previous (whitespace-only) change.
18101
18102 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18103
18104         * lib/exclude.c: Include <ctype.h>
18105         (IN_CTYPE_DOMAIN): New macro.
18106         (is_space): New fn.
18107         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
18108         and empty lines.
18109
18110         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18111         Undo previous (whitespace-only) change.
18112
18113 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18114
18115         * config/srclist-update: Change update back to the old behavior,
18116         leaving whitespace alone.  Use one 'sed' command rather than a
18117         pipeline.
18118         (fixlicense): Now a variable, not a function.
18119         (remove_trailing_blanks): Remove.
18120         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
18121         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18122         Undo previous (whitespace-only) change.
18123
18124 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18125
18126         Merge from coreutils.
18127         * modules/euidaccess: Add lib_SOURCES, include for new
18128         file euidaccess.h
18129
18130 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18131
18132         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18133         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18134         Normalize leading white space and remove trailing white space.
18135
18136         Merge from coreutils
18137         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
18138
18139         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
18140         0.12.1.  These files are now being upgraded automatically by
18141         ../config/srclist-update.
18142
18143 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18144
18145         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18146         Normalize leading white space and remove trailing white space.
18147         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
18148         notice, as per ../config/srclist-update.
18149
18150         Merge from coreutils.
18151         * lib/euidaccess.h: New file.
18152         * lib/euidaccess.c: Include it.
18153         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
18154         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
18155         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
18156
18157 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18158
18159         * config/srclist-update: Add copyright notice.
18160         (remove_id_lines, remove_trailing_blanks): New constants.
18161         (fixfile): Use them to normalize spacing a bit in copied files.
18162         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18163         Normalize leading white space and remove trailing white space.
18164
18165         * config/texinfo.tex: Sync with texinfo.
18166
18167         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
18168         strtoul.c from libc, to merge coreutils whitespace changes.
18169
18170         * config/srclist.txt: Get the following m4 files from gettext:
18171         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
18172         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
18173         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
18174         wint_t.m4.
18175
18176 2003-08-12  Karl Berry  <karl@gnu.org>
18177
18178         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
18179         been made.
18180
18181 2003-08-11  Paul Eggert  <eggert@twinsun.com>
18182
18183         * modules/gnu-source, m4/gnu-source.m4:
18184         Remove; we're assuming Autoconf 2.54 or later now.
18185         Suggested by Bruno Haible.
18186         * MODULES.html.sh (func_all_modules): Remove gnu-source.
18187
18188 2003-08-11  Bruno Haible  <bruno@clisp.org>
18189
18190         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
18191
18192 2003-08-11  Bruno Haible  <bruno@clisp.org>
18193
18194         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
18195         (vasnprintf): Use it instead of wcslen.
18196
18197 2003-08-11  Bruno Haible  <bruno@clisp.org>
18198
18199         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
18200         value to ensure that _Bool promotes to int. Use #define for _Bool when
18201         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
18202
18203 2003-08-10  Karl Berry  <karl@gnu.org>
18204
18205         * lib/regex.h: update from libc (whitespace fix).
18206
18207 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18208
18209         Merge some files from coreutils.  These changes were
18210         originally made by Jim Meyering.
18211         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
18212         many older Unixes require this.
18213         * lib/alloca.c (alloca): Remove cast to argument of free;
18214         no longer needed in C89.
18215         * lib/alloca_.h, regex.h: Fix white space to match
18216         what GNU indent does.
18217
18218 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18219
18220         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
18221         apparently Emacs's Unicode mode got confused before my 2003-08-05
18222         checkin.
18223
18224 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18225
18226         * m4/extensions.m4: New file.
18227         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
18228         Require gl_USE_SYSTEM_EXTENSIONS.
18229         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
18230         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
18231
18232 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18233
18234         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
18235         * modules/extensions, modules/gnu-source: New files.
18236         * modules/timespec, modules/unlocked-io: Depend on extensions.
18237
18238 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18239
18240         * modules/restrict: New file.
18241         * MODULES.html.sh (func_all_modules): Add restrict.
18242         * modules/regex: Depend on restrict.
18243
18244 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18245
18246         * m4/restrict.m4: New file.
18247         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
18248
18249 2003-08-07  Bruno Haible  <bruno@clisp.org>
18250
18251         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
18252         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
18253
18254 2003-08-07  Bruno Haible  <bruno@clisp.org>
18255
18256         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
18257         makes the module 'getndelim2' compatible with the module 'getline'.
18258
18259 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18260
18261         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
18262         byte with "\201" to avoid glitches when editing that source file
18263         with multi-gnome-terminal.
18264
18265 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18266
18267         * lib/bumpalloc.h: Remove.
18268
18269 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18270
18271         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
18272         * modules/bumpalloc: Remove.
18273
18274 2003-08-04  Paul Eggert  <eggert@twinsun.com>
18275
18276         * lib/getloadavg.c: Change copyright notice and spacing to conform to
18277         GNU coding style.
18278
18279         Merge from coreutils.
18280         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
18281         1. From glibc.
18282         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
18283         from Karl Berry, implemented by Jim Meyering.
18284         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
18285         from Dmitry V. Levin.
18286         Remove anachronistic cast of xrealloc.
18287         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
18288         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
18289         type. Otherwise, it wouldn't compile with at least /bin/cc on
18290         ymp-cray-unicos9.0.2.X.
18291         Combine two mostly-identical uses of alloca into one.
18292         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
18293
18294 2003-08-04  Dave Love  <d.love@dl.ac.uk>
18295
18296         [From Emacs.]
18297
18298         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
18299         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
18300         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
18301         obsolete NLIST_NAME_UNION.
18302         [__GNU__]: Undef BSD and FSCALE.
18303         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
18304
18305 2003-08-03  Paul Eggert  <eggert@twinsun.com>
18306
18307         * lib/stdbool_.h (_Bool): Make it signed char, instead of
18308         an enum type, so that it's guaranteed to promote to int.  See:
18309         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
18310
18311 2003-08-03  Karl Berry  <karl@gnu.org>
18312
18313         * config/depcomp: update from automake.
18314
18315 2003-07-31  Paul Eggert  <eggert@twinsun.com>
18316
18317         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
18318         (strerror): Don't assume that a printable int fits in 14 bytes.
18319
18320 2003-07-31  Bruno Haible  <bruno@clisp.org>
18321
18322         * modules/getpass-gnu: New file.
18323         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
18324
18325 2003-07-31  Bruno Haible  <bruno@clisp.org>
18326
18327         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
18328
18329 2003-07-24  Karl Berry  <karl@gnu.org>
18330
18331         * config/missing: update from automake.
18332
18333 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
18334             Bruno Haible  <bruno@clisp.org>
18335
18336         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
18337         * lib/getline.c (getline, getdelim): Likewise.
18338         Remove _GNU_SOURCE define; now it's defined in config.h through
18339         m4/getline.m4.
18340
18341 2003-07-23  Karl Berry  <karl@gnu.org>
18342
18343         * config/config.sub: update from prep.
18344
18345 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18346
18347         * modules/xalloc (Depends-on): Add exitfail.
18348         * modules/xmemcoll: Likewise.
18349
18350 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18351
18352         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
18353         over-parenthesization in macros.
18354
18355         Sync with coreutils.
18356
18357         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
18358         required by C99.
18359
18360         Use `exit_failure' for xalloc and xmemcoll instead of their own
18361         private exit-failure variables.
18362         * lib/xalloc.h (xalloc_exit_failure): Remove.
18363         * lib/xmalloc.c: Likewise.  Include exitfail.h.
18364         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
18365         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
18366         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
18367         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
18368
18369 2003-07-20  Jim Meyering  <jim@meyering.net>
18370
18371         * modules/closeout (Depends-on): Add exitfail.
18372         Suggestion from Bruno Haible.
18373
18374 2003-07-19  Karl Berry  <karl@gnu.org>
18375
18376         * config/config.sub: update from prep.
18377
18378 2003-07-18  Paul Eggert  <eggert@twinsun.com>
18379
18380         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
18381         Remove.
18382         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
18383         to test that it can stand by itself.  Include "exitfail.h".
18384         Clients should set exit_failure instead.
18385         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
18386
18387 2003-07-18  Bruno Haible  <bruno@clisp.org>
18388
18389         * modules/getndelim2: New file.
18390         * modules/getline: Share files with module getndelim2.
18391         * modules/getnline: Depend on getndelim2 instead of sharing files with
18392         it. Add getnline.c to lib_SOURCES.
18393         * MODULES.html.sh (func_all_modules): Add getndelim2.
18394
18395 2003-07-18  Bruno Haible  <bruno@clisp.org>
18396
18397         * m4/getndelim2.m4: New file.
18398         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
18399         invoke gl_PREREQ_GETNDELIM2.
18400         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
18401         gl_PREREQ_GETNDELIM2.
18402         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
18403         gl_GETNDELIM2.
18404
18405 2003-07-18  Bruno Haible  <bruno@clisp.org>
18406
18407         * lib/getndelim2.h: New file.
18408         * lib/getndelim2.c: Make into a module of its own. Include config.h,
18409         getndelim2.h.
18410         (getndelim2): Make non-static. Change return type to ssize_t.
18411         * lib/getline.h: Change argument names.
18412         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
18413         * lib/getnline.c: Include getndelim2.h.
18414
18415 2003-07-18  Andreas Schwab  <schwab@suse.de>
18416
18417         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
18418
18419 2003-07-17  Karl Berry  <karl@gnu.org>
18420
18421         * config/config.sub: update from prep.
18422
18423 2003-07-17  Bruno Haible  <bruno@clisp.org>
18424
18425         * modules/getnline: New file.
18426         * modules/getline: Add lib/getndelim2.c to source file list.
18427         * MODULES.html.sh (func_all_modules): Add getnline.
18428
18429 2003-07-17  Bruno Haible  <bruno@clisp.org>
18430
18431         * m4/getnline.m4: New file.
18432
18433 2003-07-17  Bruno Haible  <bruno@clisp.org>
18434
18435         * m4/Makefile.am.in: Remove file.
18436         * m4/Makefile.am: Remove file.
18437         * m4/Makefile.in: Remove file.
18438
18439 2003-07-17  Bruno Haible  <bruno@clisp.org>
18440
18441         * lib/getnline.h: New file.
18442         * lib/getnline.c: New file.
18443         * lib/getndelim2.c: New file, extracted from getline.c.
18444         (getndelim2): Renamed from getdelim2, with added nmax argument.
18445         * lib/getline.c: Include getndelim2.c.
18446         (getdelim2): Moved out to getndelim2.c.
18447         (getline, getdelim): Update.
18448
18449 2003-07-17  Bruno Haible  <bruno@clisp.org>
18450
18451         * lib/Makefile.am: Remove file.
18452         * lib/Makefile.in: Remove file.
18453
18454 2003-07-17  Bruno Haible  <bruno@clisp.org>
18455
18456         * configure.in: Remove file.
18457         * Makefile.in: Remove file.
18458
18459 2003-07-17  Bruno Haible  <bruno@clisp.org>
18460
18461         * MODULES.html.sh: Put the </BODY> right before </HTML>.
18462
18463 2003-07-16  Karl Berry  <karl@gnu.org>
18464
18465         * config/srclist-update: was running fixlicense twice, which caused
18466                 texinfo.tex to be nullified for some reason.  Simplify,
18467                 $gplsrc is no longer needed as far as I can see?
18468
18469 2003-07-16  Jim Meyering  <jim@meyering.net>
18470
18471         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
18472
18473 2003-07-15  Paul Eggert  <eggert@twinsun.com>
18474
18475         * config/srclist.txt: Get the following files from gettext-runtime/intl
18476         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
18477         ref-del.sin.  From Bruno Haible.
18478         * config/srclist-update (fixfile): Change grep pattern again, since the
18479         previous fix didn't work (there was another trailing $).  Use
18480         '[$]' to escape the $s.
18481
18482 2003-07-15  Karl Berry  <karl@gnu.org>
18483
18484         * lib/vasnprintf.c: update from gettext.
18485
18486 2003-07-15  Karl Berry  <karl@gnu.org>
18487
18488         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
18489         gets expanded when surrounded by '$'.
18490
18491 2003-07-15  Jim Meyering  <jim@meyering.net>
18492
18493         * modules/save-cwd: Don't depend on error.  From Derek Price.
18494
18495 2003-07-15  Jim Meyering  <jim@meyering.net>
18496
18497         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
18498
18499 2003-07-14  Simon Josefsson  <jas@extundo.com>
18500
18501         * modules/mempcpy: New file.
18502         * MODULES.html.sh (func_all_modules): Add mempcpy.
18503
18504 2003-07-14  Simon Josefsson  <jas@extundo.com>
18505
18506         * m4/mempcpy.m4: New file.
18507
18508 2003-07-14  Simon Josefsson  <jas@extundo.com>
18509
18510         * lib/mempcpy.h: New file.
18511         * lib/mempcpy.c: New file.
18512
18513 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18514
18515         * modules/getdate, modules/posixtm: Depend on mktime.
18516
18517 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18518
18519         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
18520         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
18521         unicodeio.c, unicodeio.h, unlocked-io.h:
18522         Switch from LGPL to GPL.
18523
18524 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18525
18526         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
18527         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
18528         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
18529         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
18530         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
18531         updated automatically by ../config/srclist-update.  This changes
18532         their license from LPGL to GPL.
18533
18534 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18535
18536         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
18537         assumed to refer to the root of the most recent stable gettext version.
18538         * config/srclistvars.sh: Add defaults for eggert.
18539         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
18540         Match "This program" as well as "The program".  This is needed
18541         for gettext.
18542
18543 2003-07-14  Jim Meyering  <jim@meyering.net>
18544
18545         Don't emit diagnostics.  Let callers do that.
18546         * lib/save-cwd.c: Don't include "error.h".
18547         (save_cwd): Don't call error.  Ensure that errno is valid
18548         when returning nonzero.
18549
18550         * lib/save-cwd.h (restore_cwd): Update prototype.
18551         * lib/save-cwd.c (restore_cwd): Remove two parameters.
18552         Simplify.  Don't call error upon failure.  Let callers do that.
18553         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
18554         when auditing is enabled.  But don't bother updating the #if.
18555
18556 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
18557
18558         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
18559         it breaks C++ compilation.
18560         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
18561
18562 2003-07-10  Simon Josefsson  <jas@extundo.com>
18563
18564         * modules/strchrnul (Makefile.am): Add strchrnul.h.
18565
18566 2003-07-10  Jim Meyering  <jim@meyering.net>
18567
18568         * m4/clock_time.m4: Remove trailing blank.
18569         * m4/intmax_t.m4: Likewise.
18570
18571 2003-07-10  Jim Meyering  <jim@meyering.net>
18572
18573         * lib/vasnprintf.c: Remove trailing blanks.
18574         Make cpp indentation consistent.
18575
18576 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18577
18578         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
18579         posixver.c, strftime.c, strnlen.c, strverscmp.c:
18580         Switch from LGPL to GPL.
18581
18582 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18583
18584         * config/srclist.txt: Sort sublists.  Add
18585         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
18586         that differ from gnulib for one reason or another; we'd like this list
18587         to be smaller but for now let's document what we have.
18588
18589 2003-07-08  Paul Eggert  <eggert@twinsun.com>
18590
18591         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
18592         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
18593         and sweeter "eval x=$x".
18594         * config/srclist.txt: Get lib/argp* from glibc.
18595
18596 2003-07-07  Paul Eggert  <eggert@twinsun.com>
18597
18598         * lib/mktime.c: Fix some boundary cases and remove need for floating
18599         point.
18600
18601         Issue a compile-time diagnostic if time_t is floating point, or if
18602         two's complement arithmetic is not in effect, or if arithmetic
18603         right shift does not propagate the sign.  These assumptions were
18604         all in the original code but they weren't checked.
18605
18606         (TIME_T_MIDPOINT, verify): New macros.
18607         (__isleap): Remove; it has integer overflow problems.
18608         (leapyear): New function, without those problems.
18609         (ydhms_tm_diff): Remove; splitting into two parts.
18610         (ydhms_diff): New function, containing the arithmetic part of
18611         the old ydhms_tm_diff function.  Issue a compile-time
18612         diagnostic if we are not using C99 integer division.
18613         Avoid casts when possible.
18614         (guess_time_tm): New function, containing the checking part of
18615         the old ydhms_tm_diff function.  Return the new value, rather than
18616         the difference between it and the old.  Accept a new argument T
18617         so that *T specifies the old value.  Check for overflow in the result.
18618
18619         (__mktime_internal): Use a time_t offset, not a long int offset.
18620         This undoes the 2003-06-04 change, which is no longer needed now
18621         that we have better overflow checking.
18622         (localtime_offset): Likewise.
18623
18624         (__mktime_internal): Avoid harmful overflow on hosts where time_t
18625         and long are 64-bit but int is only 32-bit.
18626         (ydhms_diff): Use long int to store year1 and yday1.
18627         Issue a compile-time diagnostic if long int is not wide enough.
18628
18629         (__mktime_internal): Use long int to store adjusted year and yday.
18630         Use plain C rather than preprocessor commands, if that doesn't
18631         affect efficiency.
18632         Check for overflow (and try to repair) after each probe
18633         rather than checking only at the very end.  This avoids some bugs
18634         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
18635         does not equal GMT offset at maximum time).
18636         Use integer to check for overflow rather than floating point; this
18637         is more portable to non-IEEE hosts, and is a tad faster.
18638         When we detect that we are oscillating between two values,
18639         don't check whether tm_isdst has the requested value, since
18640         we already know the answer.  When tm_isdst has the wrong value,
18641         use a different heuristic to find the right one, based on the
18642         extreme values actually observed in practice in tz2003a,
18643         rather than the (overly optimistic) "previous 3 calendar quarters".
18644
18645         (not_equal_tm, print_tm, check_result): Use "const T" rather than
18646         "T const" to accommodate glibc style.
18647         (check_result): Use less-confusing report format.  "long" -> "long int.
18648         (main): Likewise.
18649         Don't loop if the iteration overflows time_t.
18650         Allow a negative step in the iteration.
18651
18652 2003-07-06  Karl Berry  <karl@gnu.org>
18653
18654         * config/depcomp: update from automake.
18655         * config/config.sub: update from prep.
18656
18657 2003-07-03  Karl Berry  <karl@gnu.org>
18658
18659         * config/config.guess: update from prep.
18660
18661 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18662
18663         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
18664         xreadlink.c now includes it unconditionally.
18665
18666 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18667
18668         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
18669         having it depend on HAVE_SYS_TYPES_H.
18670
18671 2003-07-01  Bruno Haible  <bruno@clisp.org>
18672
18673         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
18674         <sys/types.h> should be sufficient.
18675         Reported by Paul Eggert.
18676
18677 2003-06-26  Karl Berry  <karl@gnu.org>
18678
18679         * config/depcomp: update from automake.
18680
18681 2003-06-26  Bruno Haible  <bruno@clisp.org>
18682
18683         * modules/human: Depend on module stdbool.
18684
18685 2003-06-25  Bruno Haible  <bruno@clisp.org>
18686
18687         * modules/readlink: New file.
18688         * modules/xreadlink: Depend on it.
18689         * MODULES.html.sh (func_all_modules): Add readlink.
18690
18691 2003-06-25  Bruno Haible  <bruno@clisp.org>
18692
18693         * m4/readlink.m4: New file.
18694
18695 2003-06-25  Bruno Haible  <bruno@clisp.org>
18696
18697         * lib/readlink.c: New file.
18698
18699 2003-06-22  Karl Berry  <karl@gnu.org>
18700
18701         * config/srclist.txt: update mkinstalldirs from automake.
18702         * config/mkinstalldirs: update.
18703
18704 2003-06-22  Bruno Haible  <bruno@clisp.org>
18705
18706         Portability to mingw32.
18707         * m4/ssize_t.m4: New file, from GNU gettext.
18708         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
18709         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
18710
18711 2003-06-22  Bruno Haible  <bruno@clisp.org>
18712
18713         * modules/safe-read: Add m4/ssize_t.m4.
18714         * modules/xreadlink: Add m4/ssize_t.m4.
18715
18716 2003-06-20  Bruno Haible  <bruno@clisp.org>
18717
18718         Assume C89, so PARAMS isn't needed.
18719         * lib/unicodeio.h (PARAMS): Remove.
18720         * lib/unicodeio.c: Don't use PARAMS.
18721
18722 2003-06-18  Karl Berry  <karl@gnu.org>
18723
18724         * config/config.{guess,sub}: update from prep.
18725
18726 2003-06-18  Jim Meyering  <jim@meyering.net>
18727
18728         Merge changes from coreutils.
18729         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
18730         Remove explicit declarations of xmalloc and realloc.
18731         Include xalloc.h.
18732         (read_utmp): Remove anachronistic cast of xmalloc.
18733
18734 2003-06-17  Paul Eggert  <eggert@twinsun.com>
18735
18736         Assume C89, so PARAMS isn't needed.
18737         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
18738         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
18739         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
18740         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
18741         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
18742         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
18743         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
18744         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
18745         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
18746         lib/xstrtod.h, lib/xstrtol.h: Likewise.
18747         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
18748         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
18749         no longer needed. Anyway, config.h should always be included before any
18750         other file.
18751
18752 2003-06-11  Simon Josefsson  <jas@extundo.com>
18753
18754         * modules/sysexits: New file.
18755         * MODULES.html.sh (func_all_modules): Add sysexits.
18756
18757 2003-06-11  Simon Josefsson  <jas@extundo.com>
18758
18759         * lib/sysexit_.h: New file.
18760
18761 2003-06-11  Derek Price  <derek@ximbiot.com>
18762
18763         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
18764         necessary.
18765
18766 2003-06-11  Bruno Haible  <bruno@clisp.org>
18767
18768         * m4/sysexits.m4: New file.
18769
18770 2003-06-10  Simon Josefsson  <jas@extundo.com>
18771
18772         * lib/argp.h: New file, from glibc.
18773         * lib/argp-ba.c: New file, from glibc.
18774         * lib/argp-eexst.c: New file, from glibc.
18775         * lib/argp-fmtstream.c: New file, from glibc.
18776         * lib/argp-fmtstream.h: New file, from glibc.
18777         * lib/argp-fs-xinl.c: New file, from glibc.
18778         * lib/argp-help.c: New file, from glibc.
18779         * lib/argp-namefrob.h: New file, from glibc.
18780         * lib/argp-parse.c: New file, from glibc.
18781         * lib/argp-pv.c: New file, from glibc.
18782         * lib/argp-pvh.c: New file, from glibc.
18783         * lib/argp-xinl.c: New file, from glibc.
18784
18785 2003-06-10  Simon Josefsson  <jas@extundo.com>
18786
18787         * modules/strchrnul: New file.
18788
18789 2003-06-10  Simon Josefsson  <jas@extundo.com>
18790
18791         * modules/argp: New file.
18792
18793 2003-06-10  Simon Josefsson  <jas@extundo.com>
18794
18795         * m4/strchrnul.m4: New file.
18796
18797 2003-06-10  Simon Josefsson  <jas@extundo.com>
18798
18799         * lib/strchrnul.h: New file.
18800         * lib/strchrnul.c: New file.
18801
18802 2003-06-10  Bruno Haible  <bruno@clisp.org>
18803
18804         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
18805
18806 2003-06-07  Karl Berry  <karl@gnu.org>
18807
18808         * config/config.{guess,sub}: update from prep.
18809
18810 2003-06-07  Jim Meyering  <jim@meyering.net>
18811
18812         * modules/strtod: Use $(...) notation, not @...@ for
18813         AC_REPLACE'd variables.
18814         * modules/localcharset: Likewise.
18815
18816 2003-06-07  Jim Meyering  <jim@meyering.net>
18817
18818         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
18819         in place of my name in the copyright comment.
18820         Remove definition and uses of __P.
18821
18822         From coreutils.
18823         * lib/stat.c: Don't declare xmalloc explicitly.
18824         Instead, include "xalloc.h".
18825         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
18826         xrealloc, and xcalloc return values.
18827         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
18828         Improve comment.
18829         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
18830
18831 2003-06-07  Bruno Haible  <bruno@clisp.org>
18832
18833         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
18834         avoid AC_CONFIG_LINKS.
18835         * modules/fnmatch (Makefile.am): Use explicit creation rule for
18836         fnmatch.h, to avoid AC_CONFIG_LINKS.
18837         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
18838
18839 2003-06-07  Bruno Haible  <bruno@clisp.org>
18840
18841         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
18842         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
18843         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18844         directory.
18845         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
18846         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18847         directory.
18848
18849 2003-06-06  Jim Meyering  <jim@meyering.net>
18850
18851         Merge from coreutils.
18852         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
18853         Consolidate declarations and initializations of *_base* locals.
18854
18855         Merge from coreutils.
18856         This avoids a core dump on systems without GNU putenv,
18857         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
18858         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
18859         (unsetenv): New static function, from GNU libc.
18860         (rpl_putenv): Use it.
18861
18862         * lib/modechange.c: Remove trailing blanks.
18863
18864         Merge from coreutils.
18865         * lib/fsusage.c: Remove declaration of statfs.
18866         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
18867
18868         * lib/posixtm.c: Include <stdbool.h> unconditionally.
18869
18870 2003-06-06  Jim Meyering  <jim@meyering.net>
18871
18872         * lib/stdbool_.h: Renamed from stdbool.h.in.
18873
18874 2003-06-06  Jim Meyering  <jim@meyering.net>
18875             Bruno Haible  <bruno@clisp.org>
18876
18877         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
18878         Adjust Makefile.am snippet not to redirect directly to target.
18879         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
18880
18881 2003-06-05  Paul Eggert  <eggert@twinsun.com>
18882
18883         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
18884         mismatch, look in future quarters as well as past.  This fixes a
18885         bug when processing fall-backwards gaps immediately after a long
18886         period of daylight-saving time.
18887
18888         * lib/mktime.c: Assume freestanding C89 or better.
18889         (HAVE_LIMITS_H): Remove.  Assume it's 1.
18890         (__P): Remove; not used.
18891         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
18892         (mktime, not_equal_tm, print_tm, check_result,
18893         main): Use prototypes.  Use const * where appropriate.
18894         (main): Fix typo in testing code that uncovered by above changes.
18895         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
18896
18897 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18898
18899         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
18900         locale.h, localeconv.  This merges changes from coreutils.
18901
18902         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
18903         It can be removed after the next Autoconf is released.
18904         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
18905         needed.
18906
18907 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18908
18909         * lib/mktime.c: Fix Debian bug 177940
18910         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
18911         (localtime_offset): Now long int, not time_t, because we want it
18912         to be guaranteed to be signed.  All uses changed.
18913         (__mktime_internal): If overflow would occur when adding offset,
18914         don't add it.
18915
18916         Merge 'human' changes from coreutils.  Rewrite to support
18917         locale-specific notations like thousands separators.
18918         * lib/human.c: Simplify authorship notice.
18919         Include human.h immediately after config.h.
18920         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
18921         <limits.h>: Do not include, since human.h does.
18922         (SIZE_MAX, UINTMAX_MAX): New macros.
18923         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
18924         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
18925         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
18926         (power_letter): Renamed from suffixes.
18927         (generate_suffix_backwards): Remove.
18928         (adjust_value): Now takes int style (because of human.h changes)
18929         and long double value (for greater precision on some platforms).
18930         (group_number): New function.
18931         (human_readable): Use it.  Use integer options, not enum.
18932         Put the options before the sizes in the arg list.
18933         Support all the new options.
18934         The old human_readable function has been removed;
18935         use inttostr.h instead.
18936         (human_readable, default_block_size, humblock):
18937         Use uintmax_t, not int, for block sizes.
18938         (human_readable_inexact, block_size_types): Remove.
18939         (block_size_opts): New constant.
18940         (human_options): Renamed from human_block_size, with new signature
18941         that allows block sizes up to UINTMAX_MAX.  All callers changed.
18942         * lib/human.h: Add copyright and authorship notice.
18943         Include <limits.h> and <stdbool.h> unconditionally.
18944         (PARAMS): Remove.  All uses removed.
18945         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
18946         (enum human_inexact_style): Remove tag; now a nameless enum.
18947         (human_floor, human_ceiling, human_round_to_even): Now have
18948         values 2, 0, 1 rather than -1, 1, 0.
18949         (human_group_digits, human_suppress_point_zero, human_autoscale,
18950         human_base_1024, human_SI, human_B): New constants.
18951         (human_readable_inexact, human_block_size): Remove.
18952         (human_readable): Size args are now uintmax_t, not int.
18953         (human_options): New decl.
18954
18955         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
18956         unnecessary now that we assume C89 or better.  This change
18957         imported from coreutils.
18958
18959         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18960         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
18961         in the 2003-05-30 sync from glibc.
18962
18963         .h files should stand alone, but we shouldn't include <sys/types.h>
18964         if we can get away with just <stddef.h>.
18965
18966         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
18967         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
18968         rather than <sys/types.h>, as we merely need size_t.
18969         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
18970         to get size_t.
18971         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
18972         Include <stdio.h>, to get FILE.
18973         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
18974         memcasecmp.h has included <stddef.h> and all we need is size_t.
18975         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
18976         our interface, instead of including <sys/types.h>
18977
18978 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18979
18980         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
18981         now, as glibc mktime is buggy on non-glibc systems.
18982
18983 2003-06-03  Karl Berry  <karl@gnu.org>
18984
18985         * config/config.sub: update from prep.
18986
18987 2003-06-02  Paul Eggert  <eggert@twinsun.com>
18988
18989         [from coreutils]
18990         Fix some minor time-related bugs with POSIX time arguments.
18991         Some valid time stamps were being rejected (notably -1, and
18992         time stamps before 1900 on 64-bit hosts).  And some invalid
18993         time stamps were being accepted, e.g. September 31.
18994
18995         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
18996         that we can return (time_t) -1 successfully.
18997         * lib/posixtm.c: Likewise.
18998         [HAVE_STDBOOL_H]: Include <stdbool.h>.
18999         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
19000         (t): Remove static var.
19001         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
19002         of static var.  All uses changed.
19003         (year): Do not reject years before 1900; they can occur with
19004         64-bit time_t.
19005         (posix_time_parse): Do not check for out-of-range components;
19006         that is now the caller's responsibility, since our checks were
19007         only approximations.
19008         (posixtime): Use mktime to check for out-of-range components,
19009         since it knows them exactly.
19010         If mktime returns (time_t) -1, check whether an error actually occurred
19011         by invoking localtime on -1.
19012         (main) [TEST_POSIXTIME]: Check for input data errors, and report
19013         posixtime failures better.
19014         Improve the test data (in comments only).
19015
19016 2003-06-02  Karl Berry  <karl@gnu.org>
19017
19018         * config/mkinstalldirs (version): new variable.
19019         (--version): new option.
19020         (usage): improve message.
19021
19022 2003-05-30  Karl Berry  <karl@gnu.org>
19023
19024         * lib/mktime.c: update from libc.
19025
19026 2003-05-30  Bruno Haible  <bruno@clisp.org>
19027
19028         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
19029         * config/config.rpath: Upgrade to gettext-0.12.1.
19030
19031 2003-05-30  Bruno Haible  <bruno@clisp.org>
19032
19033         * m4/gettext.m4: Upgrade to gettext-0.12.1.
19034         * m4/nls.m4: New file, from gettext-0.12.1.
19035         * m4/po.m4: New file, from gettext-0.12.1.
19036         * m4/progtest.m4: Upgrade to gettext-0.12.1.
19037
19038 2003-05-30  Bruno Haible  <bruno@clisp.org>
19039
19040         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
19041         * lib/localcharset.h: Likewise.
19042         * lib/localcharset.c: Likewise.
19043
19044 2003-05-29  Karl Berry  <karl@gnu.org>
19045
19046         * config/config.rpath: update from gettext.
19047
19048 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19049
19050         Assume the headers required for C89 freestanding compilers.
19051         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
19052         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
19053         * m4/human.m4 (gl_HUMAN): Likewise.
19054         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
19055         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
19056         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19057         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
19058         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19059         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
19060
19061 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19062
19063         Assume the headers required for C89 freestanding compilers.
19064         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
19065         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
19066         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
19067         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
19068         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
19069         define, since <limits.h> is guaranteed to do that.
19070         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
19071         * lib/exclude.c: Include <stdbool.h> unconditionally.
19072         * lib/tempname.c: Include <stddef.h> unconditionally.
19073         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
19074         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
19075         <stddef.h> does that.
19076         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
19077         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
19078         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
19079         needed.
19080         * lib/xstrtol.c: Likewise.
19081         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
19082         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
19083
19084         * lib/addext.c (addext): Use assignment rather than cast, to avoid
19085         warnings on some platforms.
19086
19087         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19088         arbitrarily.
19089
19090 2003-05-26  Jim Meyering  <jim@meyering.net>
19091
19092         Merge in a change from coreutils:
19093         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
19094         that is guaranteed to be `no'.  Use `no_such_member' to indicate
19095         that condition, rather than `-1' which is slightly misleading.
19096         Change the name of the cache variable to have the gl_ prefix.
19097         Prompted by a patch from Richard Dawe for DJGPP.
19098
19099 2003-05-24  Karl Berry  <karl@gnu.org>
19100
19101         * config/config.guess: update from prep.
19102
19103 2003-05-22  Karl Berry  <karl@gnu.org>
19104
19105         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
19106
19107 2003-05-20  Karl Berry  <karl@gnu.org>
19108
19109         * config/config.guess: update from prep.
19110
19111 2003-05-18  Karl Berry  <karl@gnu.org>
19112
19113         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
19114         might actually be set by the user.
19115
19116         * config/depcomp, install-sh, mdate-sh: update from automake.
19117
19118 2003-05-17  Bruno Haible  <bruno@clisp.org>
19119
19120         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
19121         invalid expansion for AC_EGREP_CPP.
19122         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
19123         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
19124         Suggested by Akim Demaille <akim@epita.fr> in
19125         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
19126
19127 2003-05-12  Jim Meyering  <jim@meyering.net>
19128
19129         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
19130         the space-padded-by-default conversion specifiers, %e, %k, %l.
19131
19132 2003-05-12  Bruno Haible  <bruno@clisp.org>
19133
19134         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
19135         the string is longer than 4 KB.
19136
19137 2003-05-11  Karl Berry  <karl@gnu.org>
19138
19139         * config/config.{guess,sub}: update from prep.
19140
19141 2003-05-09  Bruno Haible  <bruno@clisp.org>
19142
19143         * modules/error: Add m4/strerror_r.m4 to file list.
19144
19145 2003-05-03  Bruno Haible  <bruno@clisp.org>
19146
19147         Upgrade to Unicode-4.0.
19148         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
19149         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
19150         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
19151         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
19152         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
19153         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
19154         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
19155         Change width of U+E0100..U+E01EF from 1 to 0.
19156
19157 2003-04-25  Jim Meyering  <jim@meyering.net>
19158
19159         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
19160         of type size_t, not int.
19161
19162 2003-04-25  Bruno Haible  <bruno@clisp.org>
19163
19164         * lib/copy-file.c: Include <stddef.h>, for size_t.
19165
19166 2003-04-21  Paul Eggert  <eggert@twinsun.com>
19167
19168         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
19169         code which expansion is under static control.  Patch imported from
19170         Akim Demaille's patch to Bison; see
19171         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
19172
19173 2003-04-14  Bruno Haible  <bruno@clisp.org>
19174
19175         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
19176
19177 2003-04-11  Jim Meyering  <jim@meyering.net>
19178
19179         Merge changes from Coreutils.
19180
19181         2003-03-22  Jim Meyering  <jim@meyering.net>
19182
19183         * lib/strftime.c (widen): Cast alloca return value to proper type.
19184
19185         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
19186
19187         From GNU libc.
19188         * lib/strftime.c (my_strftime): Handle very large width
19189         specifications for numeric values correctly.  Improve checks for
19190         overflow.
19191
19192         2003-01-19  Jim Meyering  <jim@meyering.net>
19193
19194         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
19195         definitions.
19196         (nl_get_alt_digit) [! defined my_strftime]: Define.
19197         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
19198         _nl_get_alt_digit and _nl_get_walt_digit.
19199
19200         * lib/strftime.c (my_strftime): Merge in locale-related changes from
19201         libc. These changes have no effect outside of _LIBC.
19202
19203 2003-04-10  Bruno Haible  <bruno@clisp.org>
19204
19205         * modules/findprog: New file.
19206         * MODULES.html.sh (func_all_modules): Add it.
19207
19208 2003-04-10  Bruno Haible  <bruno@clisp.org>
19209
19210         * m4/findprog.m4: New file.
19211         * m4/eaccess.m4: New file.
19212
19213 2003-04-10  Bruno Haible  <bruno@clisp.org>
19214
19215         * lib/findprog.h: New file, from GNU gettext.
19216         * lib/findprog.c: New file, from GNU gettext.
19217
19218 2003-04-05  Jim Meyering  <jim@meyering.net>
19219
19220         Merge changes from Coreutils.
19221
19222         * lib/exclude.h (PARAMS): Remove definition and uses.
19223         * lib/exclude.c: Remove uses of `PARAMS'.
19224
19225         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
19226         Add test-cases for DOS filenames. Declare program_name.
19227         (main): Set up program_name.  Patch by Rich Dawe.
19228
19229         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19230         error from mntctl.
19231         Use mntctl's return value to drive the entry-processing loop, since
19232         we can't rely on the value of the vmt_length member in the last
19233         entry.  On some systems doing so could result in exhausting
19234         virtual memory.  Based in part on a patch from Mike Jetzer.
19235
19236 2003-04-04  Bruno Haible  <bruno@clisp.org>
19237
19238         * modules/linebreak: New file.
19239         * MODULES.html.sh (func_all_modules): Add it.
19240
19241 2003-04-04  Bruno Haible  <bruno@clisp.org>
19242
19243         * m4/linebreak.m4: New file.
19244
19245 2003-04-04  Bruno Haible  <bruno@clisp.org>
19246
19247         * lib/linebreak.h: New file, from GNU gettext.
19248         * lib/linebreak.c: New file, from GNU gettext with slight
19249         modifications.
19250         * lib/lbrkprop.h: New file, from GNU gettext.
19251
19252 2003-04-03  Bruno Haible  <bruno@clisp.org>
19253
19254         * modules/utf8-ucs4: New file.
19255         * modules/utf16-ucs4: New file.
19256         * modules/ucs4-utf8: New file.
19257         * modules/ucs4-utf16: New file.
19258         * MODULES.html.sh (func_all_modules): Add them.
19259
19260 2003-04-03  Bruno Haible  <bruno@clisp.org>
19261
19262         * m4/utf-ucs4.m4: New file.
19263         * m4/ucs4-utf.m4: New file.
19264
19265 2003-04-03  Bruno Haible  <bruno@clisp.org>
19266
19267         * lib/utf8-ucs4.h: New file, from GNU gettext.
19268         * lib/utf16-ucs4.h: New file, from GNU gettext.
19269         * lib/ucs4-utf8.h: New file, from GNU gettext.
19270         * lib/ucs4-utf16.h: New file, from GNU gettext.
19271
19272 2003-04-02  Bruno Haible  <bruno@clisp.org>
19273
19274         * modules/binary-io: New file.
19275         * MODULES.html.sh (func_all_modules): Add it.
19276
19277 2003-04-02  Bruno Haible  <bruno@clisp.org>
19278
19279         * lib/binary-io.h: New file, from GNU gettext.
19280
19281 2003-04-01  Bruno Haible  <bruno@clisp.org>
19282
19283         * modules/pathname: New file.
19284         * MODULES.html.sh (func_all_modules): Add it.
19285
19286 2003-04-01  Bruno Haible  <bruno@clisp.org>
19287
19288         * lib/pathname.h: New file, from GNU gettext.
19289         * lib/concatpath.c: New file, from GNU gettext.
19290
19291 2003-03-30  Bruno Haible  <bruno@clisp.org>
19292
19293         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
19294
19295 2003-03-30  Bruno Haible  <bruno@clisp.org>
19296
19297         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
19298         function chown() doesn't exist.
19299
19300 2003-03-28  Bruno Haible  <bruno@clisp.org>
19301
19302         * modules/copy-file: New file.
19303         * MODULES.html.sh (func_all_modules): Add it.
19304
19305 2003-03-28  Bruno Haible  <bruno@clisp.org>
19306
19307         * m4/copy-file.m4: New file.
19308
19309 2003-03-28  Bruno Haible  <bruno@clisp.org>
19310
19311         * lib/copy-file.h: New file, from GNU gettext.
19312         * lib/copy-file.c: New file, from GNU gettext.
19313
19314 2003-03-18  Jim Meyering  <jim@meyering.net>
19315
19316         * lib/quote.c (quote_n): Fix typo in comment.
19317
19318 2003-03-18  Bruno Haible  <bruno@clisp.org>
19319
19320         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
19321         checking.
19322         * m4/onceonly_2_57.m4: Likewise.
19323
19324 2003-03-17  Bruno Haible  <bruno@clisp.org>
19325
19326         * m4/onceonly.m4: Require autoconf 2.54 or newer.
19327         (m4_quote): Remove macro.
19328         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
19329
19330 2003-03-14  Jim Meyering  <jim@meyering.net>
19331
19332         Merge changes from Coreutils.
19333         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
19334         to be const, in order to avoid warnings.
19335         (obstack_room): Likewise.
19336         (obstack_empty_p): Likewise.
19337
19338 2003-03-14  Bruno Haible  <bruno@clisp.org>
19339
19340         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
19341         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
19342
19343 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19344
19345         Merge changes from Bison.
19346         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
19347         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
19348         when compiling Bison 1.875's `bitset bset = obstack_alloc
19349         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
19350         * lib/hash.c: Include <stdbool.h> unconditionally.
19351
19352 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19353
19354         * m4/onceonly.m4 (m4_quote): New macro.
19355         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
19356         Quote AC_FOREACH variable-expansions properly.
19357
19358 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19359
19360         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
19361
19362 2003-03-09  Paul Eggert  <eggert@twinsun.com>
19363
19364         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
19365         Reported by Bruce Becker; see:
19366         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
19367
19368 2003-03-03  Paul Eggert  <eggert@twinsun.com>
19369             Bruno Haible  <bruno@clisp.org>
19370
19371         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
19372         Reported by John Hughes, see
19373         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
19374
19375 2003-02-20  Bruno Haible  <bruno@clisp.org>
19376
19377         * MODULES.html.sh (func_all_modules): Add poll.
19378
19379 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19380
19381         * modules/poll: New file.
19382
19383 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19384
19385         * lib/poll_.h: New file.
19386         * lib/poll.c: New file.
19387
19388 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19389
19390         * m4/poll.m4: New file.
19391
19392 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19393
19394         * modules/mathl: New file.
19395
19396 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19397
19398         * lib/mathl.h: New file.
19399         * lib/acosl.c: New file.
19400         * lib/asinl.c: New file.
19401         * lib/atanl.c: New file.
19402         * lib/ceill.c: New file.
19403         * lib/cosl.c: New file.
19404         * lib/expl.c: New file.
19405         * lib/floorl.c: New file.
19406         * lib/frexpl.c: New file.
19407         * lib/ldexpl.c: New file.
19408         * lib/logl.c: New file.
19409         * lib/sincosl.c: New file.
19410         * lib/sinl.c: New file.
19411         * lib/sqrtl.c: New file.
19412         * lib/tanl.c: New file.
19413         * lib/trigl.c: New file.
19414         * lib/trigl.h: New file.
19415
19416 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19417
19418         * m4/mathl.m4: New file.
19419
19420 2003-02-18  Bruno Haible  <bruno@clisp.org>
19421
19422         * MODULES.html.sh (func_all_modules): Add mathl.
19423
19424 2003-02-17  Bruno Haible  <bruno@clisp.org>
19425
19426         * modules/mkdtemp: New module.
19427         * MODULES.html.sh (func_all_modules): Add it.
19428
19429 2003-02-17  Bruno Haible  <bruno@clisp.org>
19430
19431         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
19432
19433 2003-02-17  Bruno Haible  <bruno@clisp.org>
19434
19435         * lib/mkdtemp.h: New file, from GNU gettext.
19436         * lib/mkdtemp.c: New file, from GNU gettext.
19437
19438 2003-02-02  Jim Meyering  <jim@meyering.net>
19439
19440         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
19441         e.g. glibc-2.2.93.
19442
19443 2003-01-31  Bruno Haible  <bruno@clisp.org>
19444
19445         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
19446         'rpl_rename'.
19447         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
19448         'rpl_strnlen'.
19449         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
19450         'rpl_strtod'.
19451         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
19452         'rpl_utime'.
19453
19454 2003-01-31  Bruno Haible  <bruno@clisp.org>
19455
19456         * lib/rename.c: #undef rename before defining rpl_rename.
19457         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
19458
19459 2003-01-30  Bruno Haible  <bruno@clisp.org>
19460
19461         * modules/vasnprintf, modules/vasprintf: New modules.
19462         * MODULES.html.sh (func_all_modules): Add them.
19463
19464 2003-01-30  Bruno Haible  <bruno@clisp.org>
19465
19466         * m4/signed.m4: New file, from GNU gettext.
19467         * m4/longdouble.m4: New file, from GNU gettext.
19468         * m4/wchar_t.m4: New file, from GNU gettext.
19469         * m4/wint_t.m4: New file, from GNU gettext.
19470         * m4/vasnprintf.m4: New file.
19471         * m4/vasprintf.m4: New file.
19472
19473 2003-01-30  Bruno Haible  <bruno@clisp.org>
19474
19475         * lib/printf-args.h: New file, from GNU gettext.
19476         * lib/printf-args.c: New file, from GNU gettext.
19477         * lib/printf-parse.h: New file, from GNU gettext.
19478         * lib/printf-parse.c: New file, from GNU gettext.
19479         * lib/vasnprintf.h: New file, from GNU gettext.
19480         * lib/vasnprintf.c: New file, from GNU gettext.
19481         * lib/asnprintf.c: New file, from GNU gettext.
19482         * lib/vasprintf.h: New file, from GNU gettext with modifications.
19483         * lib/vasprintf.c: New file, from GNU gettext.
19484         * lib/asprintf.c: New file, from GNU gettext.
19485
19486 2003-01-29  Bruno Haible  <bruno@clisp.org>
19487
19488         * modules/stpncpy: New module.
19489         * MODULES.html.sh (func_all_modules): Add it.
19490
19491 2003-01-29  Bruno Haible  <bruno@clisp.org>
19492
19493         * m4/stpncpy.m4: New file.
19494
19495 2003-01-29  Bruno Haible  <bruno@clisp.org>
19496
19497         * lib/stpncpy.h: New file, from GNU gettext with modifications.
19498         * lib/stpncpy.c: New file, from GNU gettext with modifications.
19499
19500 2003-01-28  Bruno Haible  <bruno@clisp.org>
19501
19502         * modules/c-ctype: New module.
19503         * MODULES.html.sh (func_all_modules): Add it.
19504
19505 2003-01-28  Bruno Haible  <bruno@clisp.org>
19506
19507         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
19508         Paul Eggert.
19509         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
19510         Paul Eggert.
19511
19512 2003-01-27  Bruno Haible  <bruno@clisp.org>
19513
19514         * modules/xsetenv: New module.
19515         * MODULES.html.sh (func_all_modules): Add it.
19516
19517 2003-01-27  Bruno Haible  <bruno@clisp.org>
19518
19519         * lib/xsetenv.h: New file, from GNU gettext.
19520         * lib/xsetenv.c: New file, from GNU gettext.
19521
19522 2003-01-23  Jim Meyering  <jim@meyering.net>
19523
19524         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
19525         from working on systems without dirfd (at least Irix and OSF1/Tru64).
19526
19527 2003-01-23  Bruno Haible  <bruno@clisp.org>
19528
19529         * modules/minmax: New module.
19530         * MODULES.html.sh (func_all_modules): Add it.
19531
19532 2003-01-23  Bruno Haible  <bruno@clisp.org>
19533
19534         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
19535         Eggert.
19536
19537 2003-01-22  Bruno Haible  <bruno@clisp.org>
19538
19539         * modules/exit: New module.
19540         * MODULES.html.sh (func_all_modules): Add it.
19541
19542 2003-01-22  Bruno Haible  <bruno@clisp.org>
19543
19544         * lib/exit.h: New file, from GNU gettext.
19545
19546 2003-01-19  Bruno Haible  <bruno@clisp.org>
19547
19548         * gnulib-tool: Recognize option --extract-maintainer.
19549         (func_get_maintainer): New function.
19550         * modules/*: Add Maintainer entry.
19551
19552 2003-01-16  Jim Meyering  <jim@meyering.net>
19553
19554         * m4/regex.m4: The `regex' struct is both input and output.
19555         Initialize it before each use.  Patch by Tim Waugh.
19556
19557 2003-01-16  Bruno Haible  <bruno@clisp.org>
19558
19559         * MODULES.html.sh: Add a table of contents. Add the module name as
19560         leftmost column. Add hyperlinks.
19561
19562 2003-01-15  Bruno Haible  <bruno@clisp.org>
19563
19564         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
19565
19566 2003-01-15  Bruno Haible  <bruno@clisp.org>
19567
19568         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
19569         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
19570         suffix.
19571
19572 2003-01-15  Bruno Haible  <bruno@clisp.org>
19573
19574         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
19575
19576 2003-01-15  Bruno Haible  <bruno@clisp.org>
19577
19578         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
19579         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
19580
19581 2003-01-14  Jim Meyering  <jim@meyering.net>
19582
19583         * lib/same.c (same_name): Tweak a comment.
19584
19585 2003-01-14  Bruno Haible  <bruno@clisp.org>
19586
19587         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
19588         when a string comparison is sufficient.
19589
19590 2003-01-14  Bruno Haible  <bruno@clisp.org>
19591
19592         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
19593         'unsigned int'.
19594
19595 2003-01-14  Bruno Haible  <bruno@clisp.org>
19596
19597         * lib/hash-pjw.c: Add comment about low quality of this function.
19598
19599 2003-01-13  Bruno Haible  <bruno@clisp.org>
19600
19601         * modules/stpcpy: Distribute lib/stpcpy.h.
19602         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
19603
19604 2003-01-13  Bruno Haible  <bruno@clisp.org>
19605
19606         * modules/*: Add a description.
19607         * modules/strpbrk: Fix Makefile.am snippet.
19608         * modules/strtoimax: Fix dependencies.
19609         * modules/strtoumax: Likewise.
19610
19611 2003-01-13  Bruno Haible  <bruno@clisp.org>
19612
19613         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
19614         * modules/alloca (Makefile.am): All object files depend on alloca.h.
19615         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
19616
19617 2003-01-13  Bruno Haible  <bruno@clisp.org>
19618
19619         * gnulib-tool (func_create_testdir): Store config/* files in the main
19620         directory.
19621         * config.rpath: Move to ...
19622         * config/config.rpath: ... here.
19623         * modules/gettext: Contains config/config.rpath, not config.rpath.
19624         * modules/iconv: Likewise.
19625
19626 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19627
19628         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19629         to avoid collisions with libcurses and libreadline.
19630
19631         * m4/getstr.m4: Remove.
19632         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
19633
19634 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19635
19636         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19637         to avoid collisions with libcurses and libreadline.
19638
19639         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
19640         * lib/getstr.h, getstr.c: Remove.
19641         * lib/getline.c: Include "getline.h", to check interface.
19642         Move body of old getstr.c here: this defines MIN_CHUNK and
19643         declares getdelim2, which is renamed from getstr.
19644         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
19645
19646         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
19647         All uses changed.
19648         * lib/linebuffer.h: Likewise.
19649         (readline): Remove backward-compatibility macro.
19650
19651 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19652
19653         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19654         to avoid collisions with libcurses and libreadline.
19655         * getstr: Remove.
19656         * MODULES.html.sh: Remove getstr.
19657         * modules/getline: Depend on unlocked-io, not getstr.
19658
19659 2003-01-12  Jim Meyering  <jim@meyering.net>
19660
19661         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
19662
19663 2003-01-10  Bruno Haible  <bruno@clisp.org>
19664
19665         * modules/alloca: Change Makefile.am requirements. Simplify Include
19666         requirements. Add lib/alloca_.h to file list.
19667
19668 2003-01-10  Bruno Haible  <bruno@clisp.org>
19669
19670         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
19671
19672 2003-01-10  Bruno Haible  <bruno@clisp.org>
19673
19674         * lib/alloca_.h: New file.
19675         * lib/getdate.y: Unconditionally include alloca.h.
19676         * lib/makepath.c: Likewise.
19677         * lib/setenv.c: Likewise.
19678         * lib/userspec.c: Likewise.
19679
19680 2003-01-09  Karl Berry  <karl@gnu.org>
19681
19682         * MODULES.html.sh: include `dirname $0` in PATH, to find
19683         gnulib-tool.
19684
19685 2003-01-09  Bruno Haible  <bruno@clisp.org>
19686
19687         * modules/stdbool: Change configure.ac, Makefile.am requirements.
19688         Simplify Include requirements. Add lib/stdbool.h.in to file list.
19689
19690 2003-01-09  Bruno Haible  <bruno@clisp.org>
19691
19692         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
19693
19694 2003-01-09  Bruno Haible  <bruno@clisp.org>
19695
19696         * lib/stdbool.h.in: New file.
19697
19698 2003-01-09  Bruno Haible  <bruno@clisp.org>
19699
19700         * gnulib-tool (func_all_modules): Ignore files ending in ~.
19701         * MODULES.html.sh: Likewise.
19702
19703 2003-01-08  Jim Meyering  <jim@meyering.net>
19704
19705         * lib/full-write.c: Undefine and define-away `const' after inclusion
19706         of errno.h, not before.  Suggestion from Bruno Haible.
19707
19708 2003-01-08  Bruno Haible  <bruno@clisp.org>
19709
19710         * modules/full-read: Depend on full-write.
19711
19712 2003-01-08  Bruno Haible  <bruno@clisp.org>
19713
19714         * lib/safe-read.c: Include specification header first, to ensure its
19715         selfcontainedness.
19716         * lib/full-write.c: Likewise.
19717
19718 2003-01-07  Jim Meyering  <jim@meyering.net>
19719
19720         * lib/full-write.c: Rework so that it may serve to define full_read,
19721         too.
19722         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
19723
19724 2003-01-07  Bruno Haible  <bruno@clisp.org>
19725
19726         * lib/strtoimax.c: Include <stdint.h> as an alternative to
19727         <inttypes.h>.
19728         * lib/xstrtol.h: Likewise.
19729         * lib/xstrtoimax.c: Likewise.
19730         * lib/xstrtoumax.c: Likewise.
19731         * lib/human.h: Likewise.
19732
19733         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
19734         on systems that have <inttypes.h> but not <stdint.h>.
19735
19736 2003-01-07  Bruno Haible  <bruno@clisp.org>
19737
19738         * MODULES.html.sh: Add copyright notice.
19739         (missed_files): Omit CVS directory entries.
19740         (func_module): Make it work with sed-3.02.
19741         * MODULES.txt: Remove file.
19742
19743 2003-01-06  Jim Meyering  <jim@meyering.net>
19744
19745         * lib/version-etc.c: Update year in translatable copyright string.
19746
19747 2003-01-03  Karl Berry  <karl@gnu.org>
19748
19749         * config/config.{guess,sub}: update from prep.
19750
19751 2003-01-02  Karl Berry  <karl@gnu.org>
19752
19753         * doc/COPYING.DOC: belatedly updated to 1.2.
19754
19755 2003-01-01  Karl Berry  <karl@gnu.org>
19756
19757         * gnulib-tool (func_verify_module): report module name $module in
19758         error message, not $1.
19759         * gnulib-tool (create-testdir): don't complain if destdir couldn't
19760         be created, only if it doesn't exist.
19761         * gnulib-tool (last_checkin_date): don't expand the $Date here.
19762
19763 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19764
19765         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
19766
19767 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19768
19769         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
19770         memcmp if strcoll doesn't work.
19771
19772 2002-12-31  Bruno Haible  <bruno@clisp.org>
19773
19774         * lib/utime.c (utime_null): No need to call ftruncate if the file was
19775         nonempty.
19776
19777 2002-12-31  Bruno Haible  <bruno@clisp.org>
19778
19779         * lib/memcoll.c (STRCOLL): New macro.
19780         (memcoll): Use it.
19781
19782 2002-12-31  Bruno Haible  <bruno@clisp.org>
19783
19784         * lib/localcharset.h: New file.
19785         * lib/localcharset.c: Include it.
19786         * lib/unicodeio.c: Likewise.
19787
19788 2002-12-31  Bruno Haible  <bruno@clisp.org>
19789
19790         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
19791         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
19792
19793 2002-12-31  Bruno Haible  <bruno@clisp.org>
19794
19795         * lib/getline.h: Include <stddef.h>, for size_t.
19796
19797         * lib/unicodeio.h: Include <stddef.h>, for size_t.
19798         * lib/unicodeio.c: Don't include <stddef.h>.
19799
19800 2002-12-31  Bruno Haible  <bruno@clisp.org>
19801
19802         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
19803         HAVE_TM_ZONE.
19804
19805 2002-12-24  Karl Berry  <karl@gnu.org>
19806
19807         * config/config.guess: update from prep.
19808
19809 2002-12-24  Bruno Haible  <bruno@clisp.org>
19810
19811         General infrasructure.
19812         * m4/README: Rewritten.
19813         * m4/onceonly.m4: New file.
19814         * m4/onceonly_2_57.m4: New file.
19815
19816         Module atexit.
19817         * m4/atexit.m4: New file.
19818
19819         Module strtod.
19820         * m4/strtod.m4: New file.
19821
19822         Module strtol.
19823         * m4/strtol.m4: New file.
19824
19825         Module strtoul.
19826         * m4/strtoul.m4: New file.
19827
19828         Module memchr.
19829         * m4/memchr.m4: New file.
19830
19831         Module memcmp.
19832         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
19833         (jm_FUNC_MEMCMP): Invoke it.
19834
19835         Module memcpy.
19836         * m4/memcpy.m4: New file.
19837
19838         Module memmove.
19839         * m4/memmove.m4: New file.
19840
19841         Module memset.
19842         * m4/memset.m4: New file.
19843
19844         Module strcspn.
19845         * m4/strcspn.m4: New file.
19846
19847         Module strpbrk.
19848         * m4/strpbrk.m4: New file.
19849
19850         Module strstr.
19851         * m4/strstr.m4: New file.
19852
19853         Module strerror.
19854         * m4/strerror.m4: New file.
19855
19856         Module mktime.
19857         * m4/mktime.m4: Renamed from jm-mktime.m4.
19858         (gl_PREREQ_MKTIME): New macro.
19859         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
19860
19861         Module malloc.
19862         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
19863         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
19864         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
19865
19866         Module realloc.
19867         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
19868         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
19869         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
19870
19871         Module strftime.
19872         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
19873         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
19874         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
19875         gl_TM_GMTOFF.
19876         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
19877
19878         Module xalloc.
19879         * m4/xalloc.m4: New file.
19880
19881         Module alloca.
19882         * m4/alloca.m4: New file.
19883
19884         Module putenv.
19885         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
19886         (jm_FUNC_PUTENV): Invoke it.
19887
19888         Module setenv.
19889         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
19890         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
19891         when invoked twice.
19892         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
19893         gt_FUNC_SETENV.
19894
19895         Module memrchr.
19896         * m4/memrchr.m4: New file.
19897
19898         Module stpcpy.
19899         * m4/stpcpy.m4: New file.
19900
19901         Module strcase.
19902         * m4/strcase.m4: New file.
19903
19904         Module strdup.
19905         * m4/strdup.m4: New file.
19906
19907         Module strnlen.
19908         * m4/strnlen.m4: New file.
19909
19910         Module strndup.
19911         * m4/strndup.m4: New file.
19912
19913         Module xstrtod.
19914         * m4/xstrtod.m4: New file.
19915
19916         Module xstrtol.
19917         * m4/xstrtol.m4: New file.
19918
19919         Module getdate.
19920         * m4/getdate.m4: New file.
19921
19922         Module unlocked-io.
19923         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
19924         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
19925         * m4/jm-glibc-io.m4n: Remove file.
19926
19927         Module long-options.
19928         * m4/long-options.m4: New file.
19929
19930         Module md5.
19931         * m4/md5.m4: New file.
19932
19933         Module sha.
19934         * m4/sha.m4: New file.
19935
19936         Module getstr.
19937         * m4/getstr.m4: New file.
19938
19939         Module getline.
19940         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
19941         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
19942         <sys/types.h>, for size_t. Use the function name gnu_getline, not
19943         simply getline. Infoke gl_PREREQ_GETLINE.
19944
19945         Module obstack.
19946         * m4/obstack.m4: New file.
19947
19948         Module hash.
19949         * m4/hash.m4: New file.
19950
19951         Module readtokens.
19952         * m4/readtokens.m4: New file.
19953
19954         Module strverscmp.
19955         * m4/strverscmp.m4: New file.
19956
19957         Module stdbool.
19958         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
19959         OSF/1.
19960
19961         Module strtoll.
19962         * m4/strtoll.m4: New file.
19963
19964         Module strtoull.
19965         * m4/strtoull.m4: New file.
19966
19967         Module strtoimax.
19968         * m4/strtoimax.m4: New file.
19969
19970         Module strtoumax.
19971         * m4/strtoumax.m4: New file.
19972
19973         Module xstrtoimax.
19974         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
19975         jm_AC_PREREQ_XSTRTOIMAX.
19976         Moved the strtol prerequisites to strtol.m4.
19977         Moved the strtoll prerequisites to strtoll.m4.
19978         Moved the strtoimax prerequisites to strtoimax.m4.
19979
19980         Module xstrtoumax.
19981         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
19982         jm_AC_PREREQ_XSTRTOUMAX.
19983         Moved the strtoul prerequisites to strtoul.m4.
19984         Moved the strtoull prerequisites to strtoull.m4.
19985         Moved the strtoumax prerequisites to strtoumax.m4.
19986
19987         Module chown.
19988         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
19989         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
19990
19991         Module dup2.
19992         * m4/dup2.m4: New file.
19993
19994         Module ftruncate.
19995         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
19996         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
19997
19998         Module getgroups.
19999         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
20000         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
20001
20002         Module gettimeofday.
20003         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
20004         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
20005         gl_PREREQ_GETTIMEOFDAY.
20006
20007         Module mkdir.
20008         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
20009         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
20010
20011         Module mkstemp.
20012         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
20013         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
20014         jm_AC_TYPE_UINTMAX_T.
20015         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
20016
20017         Module stat.
20018         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
20019         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
20020
20021         Module lstat.
20022         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
20023         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
20024
20025         Module timespec.
20026         * m4/timespec.m4 (gl_TIMESPEC): New macro.
20027         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
20028         * m4/st_mtim.m4: Indentation.
20029
20030         Module nanosleep.
20031         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
20032         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
20033         gl_PREREQ_NANOSLEEP.
20034
20035         Module regex.
20036         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
20037         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
20038         (gl_REGEX): New macro.
20039
20040         Module rename.
20041         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
20042         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
20043
20044         Module rmdir.
20045         * m4/rmdir.m4: New file.
20046
20047         Module utime.
20048         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
20049         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
20050         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
20051
20052         Module dirname.
20053         * m4/dirname.m4: New file.
20054
20055         Module getopt.
20056         * m4/getopt.m4: New file.
20057
20058         Module unistd-safer.
20059         * m4/unistd-safer.m4: New file.
20060
20061         Module fnmatch.
20062         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
20063         declaration.
20064         (gl_PREREQ_FNMATCH_EXTRA): New macro.
20065         (gl_FUNC_FNMATCH_POSIX): New macro.
20066         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
20067         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
20068         simply fnmatch.
20069
20070         Module exclude.
20071         * m4/exclude.m4: New file.
20072
20073         Module human.
20074         * m4/human.m4: New file.
20075
20076         Module acl.
20077         * m4/acl.m4: Nop.
20078
20079         Module backupfile.
20080         * m4/backupfile.m4: New file.
20081         * m4/d-ino.m4: Indentation.
20082
20083         Module fsusage.
20084         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
20085         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
20086         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
20087
20088         Module dirfd.
20089         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
20090         requirements.
20091
20092         Module euidaccess.
20093         * m4/euidaccess.m4: New file.
20094
20095         Module file-type.
20096         * m4/file-type.m4: New file.
20097
20098         Module fileblocks.
20099         * m4/fileblocks.m4: New file.
20100
20101         Module filemode.
20102         * m4/filemode.m4: New file.
20103
20104         Module isdir.
20105         * m4/isdir.m4: New file.
20106
20107         Module lchown.
20108         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
20109         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
20110
20111         Module makepath.
20112         * m4/makepath.m4: New file.
20113
20114         Module modechange.
20115         * m4/modechange.m4: New file.
20116
20117         Module mountlist.
20118         * m4/mountlist.m4: New file.
20119         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
20120         Indentation.
20121
20122         Module path-concat.
20123         * m4/path-concat.m4: New file.
20124
20125         Module pathmax.
20126         * m4/pathmax.m4: New file.
20127
20128         Module same.
20129         * m4/same.m4: New file.
20130
20131         Module save-cwd.
20132         * m4/save-cwd.m4: New file.
20133
20134         Module savedir.
20135         * m4/savedir.m4: New file.
20136
20137         Module xgetcwd.
20138         * m4/xgetcwd.m4: New file.
20139         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
20140
20141         Module xreadlink.
20142         * m4/xreadlink.m4: New file.
20143
20144         Module safe-read.
20145         * m4/safe-read.m4: New file.
20146
20147         Module safe-write.
20148         * m4/safe-write.m4: New file.
20149
20150         Module closeout.
20151         * m4/closeout.m4: New file.
20152
20153         Module stdio-safer.
20154         * m4/stdio-safer.m4: New file.
20155
20156         Module getpass.
20157         * m4/getpass.m4: New file.
20158
20159         Module getugroups.
20160         * m4/getugroups.m4: New file.
20161
20162         Module group-member.
20163         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
20164         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
20165
20166         Module idcache.
20167         * m4/idcache.m4: New file.
20168
20169         Module userspec.
20170         * m4/userspec.m4: New file.
20171
20172         Module gettime.
20173         * m4/clock_time.m4: New file.
20174         * m4/gettime.m4: New file.
20175
20176         Module settime.
20177         * m4/settime.m4: New file.
20178
20179         Module posixtm.
20180         * m4/posixtm.m4: New file.
20181
20182         Module gethostname.
20183         * m4/gethostname.m4: New file.
20184
20185         Module canon-host.
20186         * m4/canon-host.m4: New file.
20187
20188         Module gettext.
20189         * m4/codeset.m4: New file, from gettext-0.11.5.
20190         * m4/gettext.m4: New file, from gettext-0.11.5.
20191         * m4/glibc21.m4: New file, from gettext-0.11.5.
20192         * m4/iconv.m4: New file, from gettext-0.11.5.
20193         * m4/intdiv0.m4: New file, from gettext-0.11.5.
20194         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
20195         * m4/inttypes.m4: New file, from gettext-0.11.5.
20196         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
20197         * m4/isc-posix.m4: New file, from gettext-0.11.5.
20198         * m4/lcmessage.m4: New file, from gettext-0.11.5.
20199         * m4/lib-ld.m4: New file, from gettext-0.11.5.
20200         * m4/lib-link.m4: New file, from gettext-0.11.5.
20201         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
20202         * m4/progtest.m4: New file, from gettext-0.11.5.
20203         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
20204         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
20205         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
20206
20207         Module localcharset.
20208         * m4/localcharset.m4: New file.
20209
20210         Module hard-locale.
20211         * m4/hard-locale.m4: New file.
20212
20213         Module mbswidth.
20214         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
20215         onceonly macros.
20216         * m4/mbrtowc.m4: Add comment.
20217
20218         Module memcasecmp.
20219         * m4/memcasecmp.m4: New file.
20220
20221         Module memcoll.
20222         * m4/memcoll.m4: New file.
20223
20224         Module unicodeio.
20225         * m4/unicodeio.m4: New file.
20226
20227         Module rpmatch.
20228         * m4/rpmatch.m4: New file.
20229
20230         Module yesno.
20231         * m4/yesno.m4: New file.
20232
20233         Module exitfail.
20234         * m4/exitfail.m4: New file.
20235
20236         Module c-stack.
20237         * m4/c-stack.m4 (gl_C_STACK): New macro.
20238         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
20239
20240         Module error.
20241         * m4/error.m4 (gl_ERROR): New macro.
20242         (jm_PREREQ_ERROR): Use onceonly macros.
20243
20244         Module fatal.
20245         * m4/fatal.m4: New file.
20246
20247         Module getloadavg.
20248         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
20249         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
20250
20251         Module getpagesize.
20252         * m4/getpagesize.m4: New file.
20253
20254         Module getusershell.
20255         * m4/getusershell.m4: New file.
20256
20257         Module physmem.
20258         * m4/physmem.m4: New file.
20259
20260         Module posixver.
20261         * m4/posixver.m4: New file.
20262
20263         Module quotearg.
20264         * m4/quotearg.m4: New file.
20265
20266         Module quote.
20267         * m4/quote.m4: New file.
20268
20269         Module readutmp.
20270         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
20271
20272         Module sig2str.
20273         * m4/sig2str.m4: New file.
20274
20275         Other.
20276         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
20277         ulonglong.m4.
20278         * m4/intmax_t.m4: New file.
20279         * m4/d-type.m4: Indentation.
20280         * m4/jm-macros.m4: Update.
20281         * m4/prereq.m4 (jm_PREREQ): Update.
20282         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
20283         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
20284         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
20285         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
20286         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
20287         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
20288         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
20289         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
20290         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
20291         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
20292         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
20293         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
20294         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
20295         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
20296         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
20297         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
20298         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
20299         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
20300         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
20301
20302 2002-12-24  Bruno Haible  <bruno@clisp.org>
20303
20304         * MODULES.txt: Update according to m4/ changes.
20305
20306         Module gettext.
20307         * config.rpath: New file, from gettext-0.11.5.
20308
20309         * modules/*: New module descriptions.
20310         * gnulib-tool: New file.
20311         * MODULES.html.sh: New file.
20312
20313 2002-12-21  Karl Berry  <karl@gnu.org>
20314
20315         * doc/fdl.texi: update to version 1.2.
20316
20317 2002-12-19  Karl Berry  <karl@gnu.org>
20318
20319         * config/config.guess: update from prep.
20320
20321 2002-12-18  Bruno Haible  <bruno@clisp.org>
20322
20323         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
20324         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
20325
20326 2002-12-17  Bruno Haible  <bruno@clisp.org>
20327
20328         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
20329         stdlib.h, string.h.
20330
20331 2002-12-17  Bruno Haible  <bruno@clisp.org>
20332
20333         * lib/canon-host.c (strdup): Remove unused declaration.
20334
20335         * lib/fsusage.c: Include full_read.h.
20336         (get_fs_usage): Use full_read instead of safe_read.
20337
20338         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
20339
20340 2002-12-12  Karl Berry  <karl@gnu.org>
20341
20342         * config/config.guess: update from prep.
20343
20344 2002-12-11  Bruno Haible  <bruno@clisp.org>
20345
20346         * m4/setenv.m4: New file, from gettext-0.11.5.
20347
20348 2002-12-11  Bruno Haible  <bruno@clisp.org>
20349
20350         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
20351         not unsetenv().
20352         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
20353         modifications:
20354
20355         2002-12-11  Bruno Haible  <bruno@clisp.org>
20356
20357                 * setenv.c (alloca): Fall back to malloc.
20358                 (freea): New macro.
20359                 (setenv): Use freea() to free memory allocated with alloca().
20360
20361         2002-11-13  Bruno Haible  <bruno@clisp.org>
20362
20363                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
20364                 function declarations.
20365                 * unsetenv.c (unsetenv): Likewise.
20366
20367         2002-03-04  Bruno Haible  <bruno@clisp.org>
20368
20369                 Portability to AIX 4.3.3.
20370                 * unsetenv.c: New file, extracted from setenv.c.
20371                 * setenv.c: Move the unsetenv() function to unsetenv.c.
20372
20373         2001-12-20  Bruno Haible  <bruno@clisp.org>
20374
20375                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
20376                 use malloc instead. For SunOS 4.
20377
20378         2001-12-11  Bruno Haible  <bruno@clisp.org>
20379
20380                 * setenv.c: Declare alloca.
20381                 (compar_fn_t): New typedef.
20382                 (KNOWN_VALUE, STORE_VALUE): Use it.
20383
20384         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
20385         setenv.h.
20386
20387 2002-12-10  Paul Eggert  <eggert@twinsun.com>
20388
20389         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
20390         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
20391         Choose values that are less likely to collide with system fnmatch
20392         options.
20393         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
20394         defined (e.g., a pure POSIX system).
20395         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
20396         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
20397
20398 2002-12-06  Paul Eggert  <eggert@twinsun.com>
20399
20400         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
20401         a pain in practice to deal with generated m4 files.  This change
20402         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
20403
20404         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
20405         and jm-glibc-io.m4, as they are no longer a special case.
20406         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
20407         kludge and the auto-generation stuff.  Check only whether the
20408         functions are declared, not whether they exist, since older hosts
20409         that don't declare the functions can't use the optimization anyway.
20410
20411 2002-12-06  Jim Meyering  <jim@meyering.net>
20412
20413         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
20414
20415         Merge in changes from libc's misc/error.c, in preparation
20416         for the merge of gnulib's changes back into libc.
20417
20418         * lib/error.c (_): Define only if not already defined.
20419         Move definition to follow all #include directives.
20420         Include unlocked-io.h only if !_LIBC.
20421         [_LIBC]: Include <libio/libioP.h>.
20422         [USE_IN_LIBIO]: Include <libio/iolibio.h>
20423         (fflush): Tweak definition to use INTUSE.
20424         (putc): Define.
20425
20426 2002-12-05  Paul Eggert  <eggert@twinsun.com>
20427
20428         * lib/alloca.c [defined emacs]: Include "lisp.h".
20429         (xalloc_die) [defined emacs]: New macro.
20430         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
20431         [! defined emacs]: Include <xalloc.h>.
20432         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
20433         (pointer): Typedef to POINTER_TYPE *.
20434         (malloc): Remove decl; we now always use xmalloc.
20435         (alloca): Use old-style definition, since Emacs needs this.
20436         Check for arithmetic overflow when computing combined size.
20437
20438 2002-12-04  Paul Eggert  <eggert@twinsun.com>
20439
20440         Do not generate unlocked-io.h automatically, since it's easier to
20441         maintain it by hand.
20442
20443         * lib/unlocked-io.h: New file, from GNU diffutils,
20444         but with proper copyright notice and attribution.
20445         * lib/gen-uio: Remove.
20446         * lib/Makefile.am: Add copyright notice.
20447         (libfetish_a_SOURCES): Add unlocked-io.h.
20448         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
20449         (DISTCLEANFILES, io_functions): Remove macros.
20450         (EXTRA_DIST): Remove gen_uio.
20451         (unlocked-io.h): Remove rule.
20452
20453 2002-12-04  Jim Meyering  <jim@meyering.net>
20454
20455         Reflect the fact that stat.c and lstat.c are no longer generated.
20456         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
20457         (DISTCLEANFILES): Likewise.
20458         (EXTRA_DIST): Likewise.
20459         (all_local): Don't depend on stat.c or lstat.c.
20460         (stat.c, lstat.c): Remove rules.
20461         (EXTRA_DIST): Remove xstat.in.
20462
20463         * lib/xstat.in: Remove file.  Contents moved into stat.c.
20464         * lib/stat.c: New file.  Contents mostly from xstat.in.
20465         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
20466         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
20467
20468         * lib/safe-read.c: Rework so that it may serve to define safe_write,
20469         too.
20470         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
20471
20472 2002-12-03  Jim Meyering  <jim@meyering.net>
20473
20474         * lib/safe-read.c, safe-write.c: Change variable names and comments,
20475         but not semantics, to minimize the differences between these two files.
20476         (safe_read): Change comment to mention SAFE_READ_ERROR.
20477
20478         * lib/safe-read.c (IS_EINTR): Define.
20479         (safe_read): Use IS_EINTR in place of in-function cpp directives.
20480
20481 2002-12-02  Jim Meyering  <jim@meyering.net>
20482
20483         * lib/safe-read.c (EINTR): Define.
20484         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
20485         (INT_MAX): Provide fallback.
20486         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
20487
20488         * lib/safe-read.h (SAFE_READ_ERROR): Define.
20489
20490 2002-12-02  Bruno Haible  <bruno@clisp.org>
20491
20492         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
20493         Define, taken from safe-read.c.
20494         (INT_MAX): Provide fallback.
20495         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
20496         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
20497
20498         * lib/safe-read.c (EINTR): Remove definition.
20499         (safe_read): Don't use EINTR if it is absent.
20500
20501 2002-12-01  Jim Meyering  <jim@meyering.net>
20502
20503         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
20504         zero.
20505         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
20506
20507 2002-11-27  Paul Eggert  <eggert@twinsun.com>
20508
20509         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
20510         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
20511         with `if (! (value < limit)) abort ();', for readability.
20512
20513 2002-11-26  Karl Berry  <karl@gnu.org>
20514
20515         * lib/strdup.c: copy from libc again, with jim's ok.
20516         * lib/.cppi-disable: re-add strdup.c
20517
20518 2002-11-25  Karl Berry  <karl@gnu.org>
20519
20520         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
20521         instead of "strtol.c".
20522
20523 2002-11-25  Karl Berry  <karl@gnu.org>
20524
20525         * config/install-sh: update from automake for variable quoting, $0 in
20526         error msgs, etc.
20527
20528         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
20529         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
20530         entry.
20531
20532 2002-11-25  Jim Meyering  <jim@meyering.net>
20533
20534         * lib/mktime.c: Sync from libc, now that it has the latest fix.
20535
20536 2002-11-24  Karl Berry  <karl@gnu.org>
20537
20538         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
20539         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
20540
20541 2002-11-24  Jim Meyering  <jim@meyering.net>
20542
20543         Update from coreutils:
20544
20545         * lib/mktime.c: Merge in changes from libc.
20546
20547         Avoid a link-time failure on some Linux systems.
20548         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
20549         (otherwise).
20550         (__mon_yday): Declare with the STATIC attribute.
20551         (__mktime_internal): Likewise.
20552         Based on a report from Greg Schafer.
20553
20554 2002-11-23  Jim Meyering  <jim@meyering.net>
20555
20556         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
20557         Use `unsigned', not `int', as type of index.
20558
20559         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
20560
20561         * lib/fsusage.c: Remove unneeded parentheses around operands of
20562         `defined'.
20563
20564 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20565
20566         * lib/quotearg.h: Allow multiple inclusion by surrounding with
20567         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
20568         so that we can be included first.
20569         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
20570         * lib/quotearg.c: Include quotearg.h immediately after config.h.
20571         No need to include stddef.h or sys/types.h any more.
20572         Surround local include files with "", not "<>".
20573         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
20574         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
20575         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
20576         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20577         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20578         (ISPRINT): Remove; no longer needed now that we assume C89.
20579
20580         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
20581         Preserve errno.
20582
20583         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
20584         quotearg_char): Use SIZE_MAX rather than
20585         (size_t) -1 when we are talking about "infinity".
20586
20587         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
20588
20589 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20590
20591         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
20592         hint that one should use `if (! x) abort ();' rather than `assert
20593         (x);', and anyway it's one less thing to worry about configuring.
20594         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
20595         hash_rehash, hash_insert): Use abort rather than assert.
20596
20597 2002-11-22  Bruno Haible  <bruno@clisp.org>
20598
20599         * lib/safe-read.h: Assume C89. Add comments.
20600         (safe_read): Change return type to size_t.
20601         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
20602         byte counts > SSIZE_MAX correctly.
20603         * lib/safe-write.h: New file.
20604         * lib/safe-write.c: New file.
20605         * lib/full-read.h: New file.
20606         * lib/full-read.c: New file.
20607         * lib/full-write.h: Assume C89. Add comments.
20608         * lib/full-write.c: Include safe-write.h.
20609         (full_write): Rewritten to use safe_write.
20610         Suggested by Jim Meyering and Paul Eggert.
20611
20612 2002-11-21  Jim Meyering  <jim@meyering.net>
20613
20614         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
20615
20616         Merge in changes from the coreutils.
20617
20618         2002-09-25  Paul Eggert  <eggert@twinsun.com>
20619         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
20620         <stdint.h>.
20621         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
20622         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
20623         int.  Work more efficiently if X is the same width as uintmax_t.
20624         Do not compare X to -1, to avoid bogus compiler warning.
20625         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
20626         Don't assume that f_frsize and f_bsize are the same type.
20627
20628         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
20629         warning on FreeBSD.
20630
20631         * lib/makepath.c (make_path): Restore umask *before* creating the final
20632         component.
20633         (make_path): Minor reformatting.
20634
20635         * lib/xmalloc.c: Adjust to work with new autoconf macros,
20636         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
20637         HAVE_MALLOC/HAVE_REALLOC.
20638
20639         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
20640         dummy ones.  At least on GNU/Linux systems, `auto' means something
20641         else.
20642         From Michael Stone.
20643
20644 2002-11-21  Bruno Haible  <bruno@clisp.org>
20645
20646         Remove case insensitive option matching.
20647         * lib/argmatch.h (argcasematch): Remove declaration.
20648         (ARGCASEMATCH): Remove macro.
20649         (__xargmatch_internal): Remove case_sensitive argument.
20650         (XARGMATCH): Update.
20651         (XARGCASEMATCH): Remove macro.
20652         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
20653         case_sensitive argument.
20654         (argcasematch): Remove function.
20655         (__xargmatch_internal): Remove case_sensitive argument.
20656         (main): Use XARGMATCH instead of XARGCASEMATCH.
20657
20658         * lib/xmalloc.c: Change compile-time error message. Add comment about
20659         required autoconf version.
20660
20661 2002-11-20  Paul Eggert  <eggert@twinsun.com>
20662
20663         Merge argmatch cleanups from Bison.  Assume C89.
20664
20665         * lib/argmatch.c: Include config.h here, not in argmatch.h.
20666         Include stdlib.h, for EXIT_FAILURE.
20667         Always include <string.h>, since we assume C89.
20668         (EXIT_FAILURE): Remove pre-C89 bug workaround.
20669         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
20670         Include <stddef.h> instead, since it's all we need for size_t.
20671         (PARAMS): Remove.  All uses removed.
20672         (ARRAY_CARDINALITY): Do not bother to #undef.
20673         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
20674         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20675         Remove unnecessary parentheses.
20676         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20677         Insert necessary parentheses.
20678         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
20679         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
20680
20681 2002-11-19  Bruno Haible  <bruno@clisp.org>
20682
20683         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
20684         * lib/mbswidth.h: Include <stddef.h>, for size_t.
20685
20686         * lib/mbswidth.h (PARAMS): Remove macro.
20687         (mbswidth, mbsnwidth): Use ANSI C function declarations.
20688         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
20689
20690         * lib/gcd.h (PARAMS): Remove macro.
20691         (gcd): Use ANSI C function declarations.
20692         * lib/gcd.c (gcd): Likewise.
20693
20694 2002-11-15  Bruno Haible  <bruno@clisp.org>
20695
20696         * lib/strcspn.c: Include <stddef.h>.
20697         (strcspn): Use ANSI C function declaration. Change return type to
20698         size_t. Use NULL.
20699         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
20700         (strpbrk): Use NULL.
20701         * lib/strpbrk.h (PARAMS): Remove macro.
20702         (strpbrk): Use ANSI C function declaration.
20703         * lib/strstr.c: Don't include <sys/types.h>.
20704         * lib/strstr.h (PARAMS): Remove macro.
20705         (strstr): Use ANSI C function declarations.
20706
20707 2002-11-14  Karl Berry  <karl@gnu.org>
20708
20709         * config/mkinstalldirs: `do' on separate line, instead of
20710         `for var; do'.
20711
20712 2002-11-06  Bruno Haible  <bruno@clisp.org>
20713
20714         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
20715         * lib/gcd.c (gcd): Likewise.
20716
20717 2002-11-05  Bruno Haible  <bruno@clisp.org>
20718
20719         * lib/gcd.h: New file, from gettext-0.11.5.
20720         * lib/gcd.c: New file, from gettext-0.11.5.
20721
20722 2002-11-05  Bruno Haible  <bruno@clisp.org>
20723
20724         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20725         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20726         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20727         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20728
20729         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
20730         <libintl.h>.
20731         * lib/makepath.c: Include gettext.h instead of <locale.h> and
20732         <libintl.h>.
20733
20734         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
20735         * lib/human.c: Include gettext.h instead of <libintl.h>.
20736         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
20737         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
20738         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
20739         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
20740         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
20741         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
20742         (textdomain): Remove definition.
20743         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
20744
20745         * lib/long-options.c: Remove include of <libintl.h> and definition of
20746         _.
20747         * lib/same.c: Remove include of <libintl.h> and definition of _.
20748
20749 2002-11-04  Owen Taylor  <otaylor@redhat.com>
20750
20751         * lib/config.charset: A few additions for Solaris.
20752
20753 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20754
20755         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
20756         * lib/localcharset.c (locale_charset): Declare as extern "C".
20757
20758 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20759
20760         * lib/config.charset: msdos in uk_UA uses CP1125.
20761
20762 2002-11-04  Bruno Haible  <bruno@clisp.org>
20763
20764         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
20765         * lib/strcase.h: New file, from GNU gettext-0.11.5.
20766         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
20767         * lib/strstr.h: New file, from GNU gettext-0.11.5.
20768         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
20769
20770 2002-11-04  Bruno Haible  <bruno@clisp.org>
20771
20772         * lib/localcharset.c (locale_charset): Don't return an empty string.
20773
20774 2002-11-04  Bruno Haible  <bruno@clisp.org>
20775
20776         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
20777         aliases.
20778
20779 2002-11-04  Bruno Haible  <bruno@clisp.org>
20780
20781         * lib/config.charset: Update for newest glibc. Add canonical names
20782         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
20783
20784 2002-11-04  Bruno Haible  <bruno@clisp.org>
20785
20786         * lib/config.charset: Add support for NetBSD.
20787
20788 2002-11-04  Bruno Haible  <bruno@clisp.org>
20789
20790         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
20791
20792 2002-11-01  Bruno Haible  <bruno@clisp.org>
20793
20794         * configure.in: Add AC_CONFIG_AUX_DIR call.
20795         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
20796         test/Makefile.
20797         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
20798
20799 2002-09-28  Karl Berry  <karl@gnu.org>
20800
20801         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
20802         installed automake until the next release, since changes have been
20803         made.
20804
20805 2002-09-25  Karl Berry  <karl@gnu.org>
20806
20807         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
20808         * lib/getopt*: copy from libc/posix.
20809         * lib/gettext.h: copy from gettext.
20810         * lib/.cppi-disable: add strdup.c, gettext.h.
20811
20812 2002-09-25  Karl Berry  <karl@gnu.org>
20813
20814         * config/srclist.txt: enable gettext.h check.
20815         * config/config.{guess,sub}: update from prep.
20816         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
20817                 from automake 1.6.3.
20818         See srclist*.
20819
20820 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
20821
20822         * regex.c (PATFETCH): Remove the translating fetch.
20823         (PATFETCH_RAW): Rename to PATFETCH.
20824         (set_image_of_range): New fun.
20825         (SET_RANGE_TABLE_WORK_AREA): Use it.
20826         (regex_compile): Don't translate the pattern chars so eagerly.
20827         Only do it when inserting an `exactn' bytecode or when handling
20828         a char-range.
20829         (mutually_exclusive_p): Avoid empty statement.
20830
20831 2002-07-06  Jim Meyering  <meyering@lucent.com>
20832
20833         * m4/README: Don't mention Makefile.am.in.
20834         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
20835
20836 2002-07-01  Jim Meyering  <meyering@lucent.com>
20837
20838         * lib/c-stack.c: Include sys/time.h.
20839         From Volker Borchert.
20840
20841 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20842
20843         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
20844
20845 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20846
20847         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
20848         New macro.  Use it uniformly instead of
20849         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
20850         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
20851         reported by Vin Shelton.
20852
20853 2002-06-22  Paul Eggert  <eggert@twinsun.com>
20854
20855         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
20856         Do not assume SA_SIGINFO behavior.
20857         Bug reported by Jim Meyering on NetBSD 1.5.2.
20858
20859 2002-06-22  Jim Meyering  <meyering@lucent.com>
20860
20861         * m4/c-stack.m4: New file, from diffutils-2.8.2.
20862         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
20863
20864         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
20865         now that configure.ac uses AC_GNU_SOURCE.
20866         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
20867         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
20868
20869         Update to latest tools.  Suggestions from Paul Eggert.
20870         * m4/stdbool.m4: New file, from diffutils-2.8.2.
20871         * m4/gnu-source.m4: Update from diffutils-2.8.2.
20872         * m4/fnmatch.m4: Likewise.
20873         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
20874         to AC_HEADER_STDBOOL
20875
20876 2002-06-22  Jim Meyering  <meyering@lucent.com>
20877
20878         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
20879         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
20880
20881 2002-06-22  Jim Meyering  <meyering@lucent.com>
20882
20883         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
20884
20885         * lib/exitfail.c, exitfail.h: Likewise.
20886         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
20887
20888         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
20889         of fnmatch.h.
20890         (EXTRA_DIST): Add fnmatch_loop.c.
20891         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
20892
20893         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
20894         * lib/fnmatch.c: Update from diffutils-2.8.2.
20895         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
20896         * lib/fnmatch.h: Remove file.
20897
20898 2002-06-21  Jim Meyering  <meyering@lucent.com>
20899
20900         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
20901         * m4/mbrtowc.m4: Likewise.
20902
20903         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
20904         * m4/mbswidth.m4: Reflect name change:
20905         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
20906         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20907
20908         * m4/lib-link.m4: Update from gettext-0.11.2.
20909         * m4/gettext.m4: Likewise.
20910
20911         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
20912         From Alfred M. Szmidt.
20913
20914 2002-06-18  Paul Eggert  <eggert@twinsun.com>
20915
20916         * lib/file-type.h: Report an error if neither S_ISREG nor
20917         S_IFREG is defined, instead of using a test specific to glibc
20918         2.2.  This should be safe, since POSIX requires S_ISREG and
20919         Unix Version 7 had S_IFREG.  We don't need to check for
20920         <sys/types.h> since we don't use any symbols that it defines.
20921
20922 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
20923
20924         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
20925         $@-t, so that each temporary file name is unique and valid in the first
20926         8 characters, for operation under DOS.
20927
20928 2002-06-15  Paul Eggert  <eggert@twinsun.com>
20929
20930         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
20931
20932 2002-06-15  Jim Meyering  <meyering@lucent.com>
20933
20934         Work even with DJGPP 2.03, which lacks support for symlinks.
20935         From Richard Dawe.
20936         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
20937         is defined.
20938         * lib/lchown.c (S_ISLNK): Likewise.
20939
20940 2002-06-15  Jim Meyering  <meyering@lucent.com>
20941
20942         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
20943         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
20944         have been included before this file.
20945
20946 2002-06-14  Jim Meyering  <meyering@lucent.com>
20947
20948         * lib/file-type.h: Use the version from diffutils-2.8.2.
20949         * lib/file-type.c: Likewise.
20950
20951 2002-06-07  Jim Meyering  <meyering@lucent.com>
20952
20953         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
20954         They're needed at least for NetBSD 1.5.2.
20955         ($statxfs_includes): Include those same headers.
20956         ($statxfs_includes): Include sys/vfs.h if available.
20957         ($statxfs_includes): Likewise for sys/statvfs.h.
20958         Check for the following members in both structs statfs and statvfs:
20959         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
20960
20961 2002-06-01  Jim Meyering  <meyering@lucent.com>
20962
20963         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
20964         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
20965
20966 2002-05-28  Jim Meyering  <meyering@lucent.com>
20967
20968         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
20969         Reported by Volker Borchert.
20970
20971 2002-05-27  Jim Meyering  <meyering@lucent.com>
20972
20973         Fix a problem seen only on nonconforming systems whereby ls.c's
20974         use of localtime, and then of gettimeofday would cause trouble:
20975         the localtime call used to initialize rpl_gettimeofday's save
20976         mechanism would clobber ls's current local time information so
20977         that in any long listing the first file would always be listed
20978         with date 1970-01-01.  Analysis by Volker Borchert.
20979
20980         * lib/gettimeofday.c (localtime): Undefine.
20981         (rpl_localtime): New function.
20982
20983 2002-05-27  Jim Meyering  <meyering@lucent.com>
20984
20985         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
20986         localtime.
20987
20988         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
20989         use the replacement function; it wouldn't resolve at link time.
20990         Reported by Volker Borchert.
20991
20992 2002-05-22  Jim Meyering  <meyering@lucent.com>
20993
20994         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
20995         file-type.h.
20996         * lib/file-type.h: New file.
20997         * lib/file-type.c (file_type): New file/function.  Extracted from
20998         diffutils.
20999
21000 2002-04-30  Jim Meyering  <meyering@lucent.com>
21001
21002         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
21003
21004 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21005
21006         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
21007
21008 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21009
21010         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
21011         Do not check for alloca.h (no longer used) or stdbool.h (was never
21012         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
21013
21014 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21015
21016         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
21017
21018 2002-04-29  Jim Meyering  <meyering@lucent.com>
21019
21020         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
21021         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
21022         Use AC_FUNC_STRNLEN here instead.
21023
21024         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
21025         With autoconf-2.53a, it's part of AC_PROG_CC.
21026
21027 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21028
21029         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
21030         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
21031
21032 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21033
21034         * lib/sig2str.h, lib/sig2str.c: New files.
21035         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
21036
21037 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21038
21039         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
21040         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
21041         of 127, since 64 is the largest conceivable number for ancient
21042         nonstandard hosts.
21043         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
21044
21045 2002-04-28  Jim Meyering  <meyering@lucent.com>
21046
21047         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
21048
21049 2002-04-24  Jim Meyering  <meyering@lucent.com>
21050
21051         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
21052         (jm_PREREQ): Use it.
21053
21054         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
21055         mach/mach.h fcntl.h.
21056         Check for this function: setlocale.
21057
21058 2002-04-24  Jim Meyering  <meyering@lucent.com>
21059
21060         * lib/gettext.h: New file, from Gettext.
21061         * lib/Makefile.am (INCLUDES): Remove -I../intl.
21062         (libfetish_a_SOURCES): Add gettext.h.
21063
21064 2002-04-16  Jim Meyering  <meyering@lucent.com>
21065
21066         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
21067         ut_pid, ut_id, ut_exit.
21068
21069 2002-04-16  Jim Meyering  <meyering@lucent.com>
21070
21071         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
21072         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
21073         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
21074
21075 2002-04-12  Jim Meyering  <meyering@lucent.com>
21076
21077         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
21078         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
21079         existence of the getmntinfo function.  Needed for Darwin 5.3.
21080
21081         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
21082         This is necessary at least on Darwin 5.3.
21083
21084         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
21085         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
21086         strnlen.o in the library, and that makes some versions of ranlib
21087         object.
21088
21089 2002-04-12  Jim Meyering  <meyering@lucent.com>
21090
21091         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
21092
21093 2002-04-09  Jim Meyering  <meyering@lucent.com>
21094
21095         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
21096         to be more precise.  Rather than saying we're checking whether the
21097         function `works', say what we're testing.
21098         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
21099         Reported by Bruno Haible.
21100
21101 2002-03-10  Jim Meyering  <meyering@lucent.com>
21102
21103         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
21104         Suggestion from Santiago Vila.
21105
21106 2002-03-08  Jim Meyering  <meyering@lucent.com>
21107
21108         * lib/rename.c: Mention that this wrapper is needed also on
21109         mips-dec-ultrix4.4 systems.
21110
21111 2002-03-02  Jim Meyering  <meyering@lucent.com>
21112
21113         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
21114         not HAVE_CLOCK_SETTIME.
21115
21116 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21117
21118         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
21119         Check for clock_settime.
21120
21121 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21122
21123         * lib/nanosleep.h: Rename to....
21124         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
21125
21126         * lib/gettime.c: New file.
21127         * lib/settime.c: New file.
21128         * lib/stime.c: Remove.
21129
21130         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
21131         timespec.h.  Remove nanosleep.h.
21132
21133 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21134
21135         * m4/acl.m4: New file.
21136         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
21137         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
21138
21139 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21140
21141         * lib/acl.c, lib/acl.h: New files.
21142         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
21143
21144 2002-02-24  Jim Meyering  <meyering@lucent.com>
21145
21146         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
21147         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
21148         cause trouble.  Reported by Nelson Beebe.
21149
21150 2002-02-23  Paul Eggert  <eggert@twinsun.com>
21151
21152         * lib/path-concat.c (xpath_concat): Reorder code to pacify
21153         compilers that don't know that xalloc_die never returns.
21154
21155 2002-02-20  Jim Meyering  <meyering@lucent.com>
21156
21157         * lib/getdate.c: Regenerate using bison-1.33.
21158
21159 2002-02-17  Jim Meyering  <meyering@lucent.com>
21160
21161         * config/config.guess (main): Don't use `head -1'; it's no longer
21162         portable. Use `sed 1q' instead.
21163
21164 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
21165
21166         * m4/codeset.m4: Upgrade to gettext-0.11.
21167         * m4/gettext.m4: Upgrade to gettext-0.11.
21168         * m4/glibc21.m4: Upgrade to gettext-0.11.
21169         * m4/iconv.m4: Upgrade to gettext-0.11.
21170         * m4/isc-posix.m4: Upgrade to gettext-0.11.
21171         * m4/lcmessage.m4: Upgrade to gettext-0.11.
21172         * m4/lib-ld.m4: New file, from gettext-0.11.
21173         * m4/lib-link.m4: New file, from gettext-0.11.
21174         * m4/lib-prefix.m4: New file, from gettext-0.11.
21175         * m4/progtest.m4: Upgrade to gettext-0.11.
21176
21177 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21178
21179         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
21180         (jm_PREREQ): Use it.
21181
21182 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21183
21184         * lib/posixver.c, lib/posixver.h: New files.
21185         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21186
21187 2002-02-02  Paul Eggert  <eggert@twinsun.com>
21188             Bruno Haible  <bruno@clisp.org>
21189
21190         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
21191         (fwrite_success_callback): New declaration.
21192         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
21193         print_unicode_char. Call failure callback instead of error.
21194         (fwrite_success_callback): New function.
21195         (exit_failure_callback): New function.
21196         (fallback_failure_callback): New function.
21197         (print_unicode_char): Call unicode_to_mb.
21198
21199 2002-01-26  Jim Meyering  <meyering@lucent.com>
21200
21201         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
21202         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
21203
21204 2002-01-26  Jim Meyering  <meyering@lucent.com>
21205
21206         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
21207
21208 2002-01-22  Paul Eggert  <eggert@twinsun.com>
21209
21210         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
21211
21212 2002-01-22  Jim Meyering  <meyering@lucent.com>
21213
21214         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
21215         Otherwise, some versions of automake would omit the rule that makes
21216         Makefile from Makefile.in.
21217
21218 2002-01-21  Paul Eggert  <eggert@twinsun.com>
21219
21220         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
21221         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21222         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
21223         (memcoll): Set errno to zero if there is no error.
21224
21225         * lib/quotearg.c (quotearg_buffer_restyled):
21226         Fix bug with quoting buffers containing NUL when backslashing escapes.
21227         This bug was exposed by the other changes in this patch.
21228         (quotearg_n_options): New arg ARGSIZE.
21229         All callers changed.
21230         (quoting_options_from_style): New function.
21231         (quotearg_n_style): Use it.
21232         (quotearg_n_style_mem): New function.
21233
21234         * lib/quotearg.h (quotearg_n_style_mem): New function.
21235
21236 2002-01-19  Jim Meyering  <meyering@lucent.com>
21237
21238         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
21239         Remove useless quotes: DF_PROG="df".
21240         * m4/strnlen.m4: New file.
21241
21242 2002-01-16  Paul Eggert  <eggert@twinsun.com>
21243
21244         * lib/backupfile.c (ISDIGIT): Comment fix.
21245         * lib/getdate.y (ISDIGIT): Likewise.
21246         * lib/posixtm.c (ISDIGIT, year): Likewise.
21247         * lib/strverscmp.c (ISDIGIT): Likewise.
21248         * lib/userspec.c (ISDIGIT): Likewise.
21249
21250 2002-01-16  Jim Meyering  <meyering@lucent.com>
21251
21252         * lib/getdate.y: Add three semicolons, each just before a closing
21253         brace. Bison (as of version 1.31) no longer papers over that mistake.
21254
21255 2002-01-05  Jim Meyering  <meyering@lucent.com>
21256
21257         * lib/version-etc.c (version_etc_copyright): Update copyright year.
21258
21259 2001-12-19  Paul Eggert  <eggert@twinsun.com>
21260
21261         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
21262         not silently exit merely because the output buffer happens to
21263         have nothing pending.
21264
21265 2001-12-18  Paul Eggert  <eggert@twinsun.com>
21266
21267         See the big note in ../ChangeLog.
21268         * lib/human.c (suffixes): Prefer K to k for 1024.
21269         (generate_suffix_backwards): New function.
21270         (human_readable_inexact): Use it.
21271         * lib/xstrtol.c (__xstrtol): If there is no number but there
21272         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
21273         Accept 'K' as well as 'k'.
21274
21275 2001-12-15  Jim Meyering  <meyering@lucent.com>
21276
21277         * lib/regex.h (__restrict_arr): Update from libc.
21278
21279         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
21280         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
21281         (STREQ): Define.
21282
21283 2001-12-14  Jim Meyering  <meyering@lucent.com>
21284
21285         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
21286         Suggestion from Bruno Haible.
21287
21288 2001-12-10  Jim Meyering  <meyering@lucent.com>
21289
21290         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
21291         xrealloc, Instead, include "xalloc.h".
21292         (initbuffer): Don't cast xmalloc return value to char*.
21293         (readline): Reword comment.
21294         Don't cast xrealloc return value to char*
21295         Return NULL, not 0.
21296
21297 2001-12-09  Jim Meyering  <meyering@lucent.com>
21298
21299         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
21300         about `signed and unsigned type in conditional expression'.
21301         * lib/posixtm.c (posix_time_parse): Likewise.
21302
21303         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
21304
21305         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
21306         to avoid a pedantic warning.
21307
21308         * lib/getstr.c: Don't include assert.h.
21309         (getstr): Remove warning-evoking assertions.
21310         Return -1 if offset parameter is out of bounds.
21311         Change the type of a local from int to size_t.
21312
21313         * lib/strftime.c (my_strftime_localtime_r): Include this function
21314         definition in the `#if ! HAVE_TM_GMTOFF' block.
21315
21316         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
21317         Include xalloc.h instead.
21318
21319 2001-12-02  Jim Meyering  <meyering@lucent.com>
21320
21321         * lib/tempname.c: Don't declare getenv, thus reverting the change of
21322         2001-11-18.  It's no longer necessary, now that stdlib.h is always
21323         included.
21324
21325         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
21326         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
21327
21328 2001-11-30  Akim Demaille  <akim@epita.fr>
21329
21330         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
21331         before being defined.
21332
21333 2001-11-27  Paul Eggert  <eggert@twinsun.com>
21334
21335         * lib/quotearg.h (quotearg_n, quotearg_n_style):
21336         First arg is int, not unsigned.
21337         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
21338         (SIZE_MAX, UINT_MAX): New macros.
21339         (quotearg_n_options): Abort if N is negative.
21340         Avoid overflow check on hosts where size_t is 64 bits and int
21341         is 32 bits, as overflow is impossible there.
21342         Fix off-by-one typo that caused unnecessary reallocation.
21343
21344 2001-11-27  Jim Meyering  <meyering@lucent.com>
21345
21346         * lib/tempname.c: Merge with version from libc.
21347         * lib/regex.c: Likewise.
21348
21349         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
21350         systems for which STDC_HEADERS is 0, it was not included, resulting in
21351         a warning about an integer-to-pointer conversion problem with getenv.
21352         Reported by Volker Borchert.
21353
21354 2001-11-26  Jim Meyering  <meyering@lucent.com>
21355
21356         * lib/gtod.h: Remove file.
21357         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
21358         * lib/gettimeofday.c: Don't include gtod.h.
21359         (GTOD_init): Remove function.
21360         (rpl_gettimeofday): Do its job here instead, rather than aborting.
21361         Suggestion from Volker Borchert.
21362
21363 2001-11-23  Jim Meyering  <meyering@lucent.com>
21364
21365         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
21366         it.
21367         * lib/hash.c (struct hash_table): Define it here instead.
21368
21369 2001-11-22  Jim Meyering  <meyering@lucent.com>
21370
21371         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
21372
21373 2001-11-20  Jim Meyering  <meyering@lucent.com>
21374
21375         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
21376         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
21377
21378 2001-11-19  Jim Meyering  <meyering@lucent.com>
21379
21380         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
21381         directory.  Use "conftestXXXXXX" as the template.
21382         Suggestion from Paul Eggert.
21383
21384         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
21385         immediately, so the test doesn't mistakenly hit the max-open-files
21386         limit.
21387
21388 2001-11-18  Paul Eggert  <eggert@twinsun.com>
21389
21390         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
21391         (TEMPORARIES): New macro.
21392         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
21393         removes an artificial limitation (e.g. HP-UX 10.20, where
21394         TMP_MAX is 17576).
21395
21396 2001-11-18  Jim Meyering  <meyering@lucent.com>
21397
21398         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
21399
21400 2001-11-18  Jim Meyering  <meyering@lucent.com>
21401
21402         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
21403         on SunOS 4.
21404
21405         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
21406         files will be created before anything else.
21407
21408 2001-11-17  Paul Eggert  <eggert@twinsun.com>
21409
21410         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
21411         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
21412
21413 2001-11-17  Jim Meyering  <meyering@lucent.com>
21414
21415         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
21416         Prompted by a report from Bob Proulx.
21417
21418         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
21419         Instead, require UTILS_FUNC_MKSTEMP.
21420
21421 2001-11-17  Jim Meyering  <meyering@lucent.com>
21422
21423         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
21424         Now, that's done as part of AC_FUNC_STRTOD.
21425
21426 2001-11-17  Jim Meyering  <meyering@lucent.com>
21427
21428         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
21429         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
21430         rather than group writable.  Patch by Juan F. Codagnone.
21431
21432         * lib/readtokens.c: Remove explicit declarations of xmalloc and
21433         xrealloc, Instead, include "xalloc.h".
21434
21435         * lib/mountlist.c: Include unlocked-io.h after all system headers.
21436         Remove explicit declarations of xmalloc, xrealloc,
21437         and xstrdup.  Instead, include "xalloc.h".
21438
21439         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
21440         unlocked-io.h.
21441         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
21442         Likewise.
21443         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
21444
21445         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
21446         Reported by Padraig Brady.
21447
21448         * lib/mkstemp.c: #undef mkstemp.
21449         Include config.h.
21450         (rpl_mkstemp): Rename from mkstemp.
21451         Protoize.
21452
21453 2001-11-16  Jim Meyering  <meyering@lucent.com>
21454
21455         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
21456         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
21457         determine the amount of total physical memory, use pstat_getstatic.
21458         HPUX-11 doesn't define _SC_PHYS_PAGES.
21459         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
21460         If sysconf couldn't be used to determine the amount of available
21461         physical memory, use both pstat_getstatic and pstat_getdynamic.
21462         Based on a patch from Bob Proulx.
21463
21464 2001-11-10  Jim Meyering  <meyering@lucent.com>
21465
21466         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
21467         (jm_PREREQ): Use it.
21468
21469 2001-11-09  Jim Meyering  <meyering@lucent.com>
21470
21471         * m4/jm-macros.m4: Require autoconf-2.52f.
21472         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
21473         Use these AC_-prefixed names, not the AM_-prefixed ones.
21474
21475         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
21476
21477 2001-11-05  Jim Meyering  <meyering@lucent.com>
21478
21479         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
21480
21481 2001-11-04  Jim Meyering  <meyering@lucent.com>
21482
21483         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
21484         $DEFS.
21485
21486 2001-11-03  Jim Meyering  <meyering@lucent.com>
21487
21488         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
21489         of AC_DEFUN.
21490
21491         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
21492         know the name of the variable in the macro definition.
21493
21494 2001-11-03  Jim Meyering  <meyering@lucent.com>
21495
21496         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
21497         in argmatch_to_argument call.
21498
21499         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
21500         argument.
21501
21502         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
21503         e.g., a fault due to an attempt to free a NULL pointer.
21504
21505 2001-11-01  Jim Meyering  <meyering@lucent.com>
21506
21507         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
21508         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
21509
21510 2001-11-01  Jim Meyering  <meyering@lucent.com>
21511
21512         * lib/dirfd.c, lib/dirfd.h: New files.
21513         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
21514
21515         * lib/hash.c (hash_print) [TESTING]: Clean up.
21516
21517 2001-10-22  Paul Eggert  <eggert@twinsun.com>
21518
21519         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
21520         to avoid a warning if -Wall.
21521
21522 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
21523
21524         * README: New file
21525         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
21526         (per RMS's instructions, this is now the canonical source)
21527         * lgpl/, gpl/: New directories.
21528
21529 2001-10-21  Paul Eggert  <eggert@twinsun.com>
21530
21531         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
21532
21533 2001-10-21  Jim Meyering  <meyering@lucent.com>
21534
21535         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
21536         this code would end up calling gettext even in packages built
21537         with --disable-nls.
21538         * lib/getopt.c (_): Likewise.
21539         * lib/regex.c (_): Likewise.
21540
21541 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21542
21543         * m4/error.m4 (jm_PREREQ_ERROR):
21544         Do not invoke AC_CHECK_FUNCS with strerror_r, as
21545         AC_FUNC_STRERROR_R does that.
21546         Check for strerror declaration.
21547
21548         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
21549         are supposed to have them these days.
21550         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
21551         Merge changes from latest Autoconf CVS.
21552         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
21553         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
21554         POSIX decided to standardize on the int flavor of strerror_r.
21555
21556 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21557
21558         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
21559         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
21560         Use strerror_r that is only a macro, even if it is not a function.
21561         (strerror): Check for HAVE_DECL_STRERROR before declaring.
21562         (private_strerror): Use prototypes, not old-style function definition.
21563         (print_errno_message): New function.
21564         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
21565         char*-flavored one.
21566         (error_tail, error, error_at_line): Use it.
21567
21568 2001-10-11  Jim Meyering  <meyering@lucent.com>
21569
21570         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
21571         and quote_n (1, ... to avoid clobbering a buffer.
21572
21573 2001-10-05  Jim Meyering  <meyering@lucent.com>
21574
21575         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
21576         hash-pjw.h.
21577         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
21578         * lib/hash-pjw.h: New file.
21579
21580 2001-09-30  Jim Meyering  <meyering@lucent.com>
21581
21582         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
21583         `struct fsstat' has the `f_fstypename' member.
21584         Use that to define FS_TYPE, which is now used to make
21585         the getfsstat link test tighter.
21586
21587 2001-09-30  Jim Meyering  <meyering@lucent.com>
21588
21589         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
21590         Include <sys/ucred.h>, for Apple Darwin.
21591         Include sys/mount.h and sys/fs_types.h only if available.
21592         (FS_TYPE): Define.
21593         (read_filesystem_list): Use FS_TYPE.
21594
21595 2001-09-29  Paul Eggert  <eggert@twinsun.com>
21596
21597         * lib/exclude.c (excluded_filename): 0 -> false, since it's
21598         a boolean context.
21599
21600 2001-09-29  Jim Meyering  <meyering@lucent.com>
21601
21602         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21603         [one-argument getmntent function]): Include stdio.h before mntent.h.
21604         SunOS 4.1.x needs it for the declaration of `FILE'.
21605         Patch by Volker Borchert.
21606
21607         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21608         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
21609         sys/fs_types.h, and make the link-test for getfsstat guard #include
21610         directives with appropriate #if HAVE_*_H tests so that we can
21611         detect getfsstat on Apple Darwin1.3.7 systems.
21612         Reported by Nelson Beebe.
21613         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
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         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21622         Check for strtoul and strtoumax,
21623         as those declarations are made even in the signed case.
21624         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
21625         Likewise, for strtol and strtoimax.
21626
21627 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21628
21629         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21630         #defines strtoimax.  Also treat the other strto* functions
21631         like strtoimax.
21632
21633         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
21634         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
21635         (strtoimax, strtoumax): Do not declare if already defined as a macro.
21636
21637 2001-09-26  Jim Meyering  <meyering@lucent.com>
21638
21639         Most macros in unlocked-io.h had the wrong number of arguments.
21640         * lib/gen-uio: New script.
21641         (USE_UNLOCKED_IO): Define to 1 if not already defined.
21642         * lib/unlocked-io.hin: Remove file.
21643         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
21644         rather than trying to embed it here.
21645         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
21646         Reported by Padraig Brady.
21647
21648 2001-09-25  Volker Borchert  <bt@teknon.de>
21649
21650         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
21651         `result'.
21652
21653 2001-09-24  Jim Meyering  <meyering@lucent.com>
21654
21655         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
21656
21657 2001-09-23  Jim Meyering  <meyering@lucent.com>
21658
21659         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
21660         instead of the mere test for existence of mntent.h.  The latter
21661         would get a false-positive on AIX 3.4 systems.
21662         In the outer getmntent if-block, don't die if neither of the getmntent
21663         tests succeeds.  Instead, just fall through and continue with the
21664         remaining tests.
21665
21666 2001-09-23  Jim Meyering  <meyering@lucent.com>
21667
21668         * lib/mountlist.c: Remove useless parentheses in #if directives.
21669         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
21670         the deprecated MOUNTED symbol is no longer defined in mntent.h.
21671
21672 2001-09-22  Jim Meyering  <meyering@lucent.com>
21673
21674         * m4/gettext.m4: New file.  From gettext.
21675         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
21676         * m4/progtest.m4: Likewise
21677         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
21678         * m4/glibc21.m4: Likewise.
21679
21680         * m4/libintl.m4: Remove.  No longer used.
21681
21682 2001-09-22  Jim Meyering  <meyering@lucent.com>
21683
21684         * lib/localcharset.c: Update from latest gettext.
21685         * lib/config.charset: Likewise.
21686
21687 2001-09-20  Jim Meyering  <meyering@lucent.com>
21688
21689         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
21690         strtoimax.
21691         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
21692         strtoumax.
21693
21694 2001-09-20  Jim Meyering  <meyering@lucent.com>
21695
21696         * lib/xstrtol.c (strtoimax): Guard declaration with
21697         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
21698         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
21699         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
21700         (strtoumax): Likewise, for completeness (it wasn't necessary).
21701
21702 2001-09-17  Paul Eggert  <eggert@twinsun.com>
21703
21704         * lib/strtoimax.c (HAVE_LONG_LONG):
21705         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
21706         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
21707         to work around bug in IBM C compiler.
21708
21709 2001-09-17  Jim Meyering  <meyering@lucent.com>
21710
21711         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
21712         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
21713         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
21714         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
21715         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
21716         whenever the right hand side need not be expanded by the shell.
21717
21718 2001-09-16  Paul Eggert  <eggert@twinsun.com>
21719
21720         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
21721         library.  It's not correct, as some older glibcs are buggy.
21722         fnmatch wasn't fixed until glibc 2.2.
21723
21724         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
21725         special shell magic here.
21726
21727 2001-09-16  Jim Meyering  <meyering@lucent.com>
21728
21729         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
21730         * m4/jm-macros.m4: Require it.
21731
21732 2001-09-16  Jim Meyering  <meyering@lucent.com>
21733
21734         * lib/mkdir.c: New file.
21735
21736 2001-09-15  Jim Meyering  <meyering@lucent.com>
21737
21738         * m4/jm-macros.m4: Check for help2man.
21739
21740 2001-09-11  Jim Meyering  <meyering@lucent.com>
21741
21742         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
21743         The body, by Paul Eggert, was moved here from configure.in.
21744         * m4/jm-macros.m4: Require UTILS_HOST_OS.
21745
21746 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21747
21748         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
21749         (jm_PREREQ): Use it.
21750
21751 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21752
21753         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
21754         Use ssize_t, not int, to store result of readlink.
21755         Check for ssize_t overflow as well as size_t overflow,
21756         as POSIX says the result of readlink is implementation-defined
21757         when ssize_t overflows.
21758         Remove unnecessary cast to char*.
21759         Use free+malloc instead of realloc, as the storage doesn't need
21760         to be preserved and it's clearer and can be more efficient that way.
21761         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
21762         * lib/xreadlink.h (xreadlink): Update prototype.
21763
21764 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21765
21766         * lib/xgetcwd.c: Revert some of the previous change; intead,
21767         fix the HAVE_GETCWD_NULL code to behave more like the
21768         !HAVE_GETCWD_NULL code used to.
21769
21770         Include "xalloc.h".
21771         (xgetcwd): Do not return NULL when memory is exhausted; instead,
21772         invoke xalloc_die.
21773
21774 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21775
21776         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
21777         sys/param.h, as pathmax.h includes them.
21778
21779 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21780
21781         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
21782         (jm_PREREQ_XGETCWD): New macro.
21783
21784         * m4/getcwd.m4: New file.
21785
21786 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21787
21788         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
21789         like the HAVE_GETCWD_NULL code.
21790         Include pathmax.h if not HAVE_GETCWD.
21791         Do not include xalloc.h.
21792         (INITIAL_BUFFER_SIZE): New symbol.
21793         Do not use xmalloc / xrealloc, since the caller is responsible for
21794         handling errors.  Preserve errno around `free' during failure.
21795         Do not overrun buffer when using getwd.
21796
21797 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21798
21799         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
21800         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
21801         getcwd (NULL, 0).
21802
21803 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21804
21805         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
21806         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
21807         spotted by Jim Meyering.
21808
21809 2001-09-03  Jim Meyering  <meyering@lucent.com>
21810
21811         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
21812         failure.
21813
21814 2001-09-02  Jim Meyering  <meyering@lucent.com>
21815
21816         * lib/error.c: Update from GNU libc.
21817
21818 2001-09-01  Jim Meyering  <meyering@lucent.com>
21819
21820         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
21821         Used by df.
21822
21823 2001-09-01  Jim Meyering  <meyering@lucent.com>
21824
21825         * lib/xreadlink.c: New file.
21826         * lib/xreadlink.h: New file.
21827         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
21828         xreadlink.h.
21829
21830         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
21831         doesn't conflict with sparc Solaris 7's definition in
21832         /usr/include/sys/int_types.h.
21833
21834         * lib/exclude.c: Use `""', not `<>' to #include non-system header
21835         files.
21836         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
21837         and strncasecmp as r-values.  Unixware didn't have declarations.
21838
21839 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21840
21841         * lib/xstrtol.h: Add copyright notice.
21842         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
21843         LONGINT_INVALID_SUFFIX_CHAR.
21844
21845 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21846
21847         * lib/xstrtol.c (strtoimax): New decl.
21848
21849 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21850
21851         * lib/xgetcwd.c: Don't include pathmax.h.
21852         Include stdlib.h and unistd.h if available.
21853         Include xalloc.h.
21854         (xmalloc, xstrdup, free): Remove decls.
21855         (xgetcwd): Don't assume sizes fit in unsigned.
21856         Check for overflow when computing sizes.
21857         Simplify reallocation code.
21858
21859 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21860
21861         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
21862         a directory's st_size can have an arbitrary value, so the old
21863         usage could waste an arbitrary amount of memory.  All uses
21864         changed.
21865         * lib/savedir.h: Update prototype.
21866
21867 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21868
21869         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
21870
21871         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
21872         old strtoimax.c.
21873
21874         Also, make the following further changes to make this file's
21875         configuration more similar to that of strtol.c:
21876         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
21877         (strtoumax, uintmax_t, strtoull, strtol): Remove.
21878         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
21879         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
21880         changed to signed values.
21881
21882         And make the following changes as well:
21883         Fix copyright notice, as 1999 was missing.
21884         (verify): New macro.
21885         (strtoimax): Check sizes at compile-time, not run-time.
21886         Prefer strtol to strtoll if both work.
21887         (main): Remove; it was not that useful and was a pain to maintain.
21888
21889         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
21890
21891 2001-08-31  Jim Meyering  <meyering@lucent.com>
21892
21893         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
21894         Use an initial, malloc'd, buffer of length 128 rather than
21895         a statically allocated one of length 1024.
21896
21897 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21898
21899         Simplify code, partly by assuming autoconf 2.52 semantics.
21900
21901         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
21902
21903         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
21904         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
21905         All uses removed.
21906         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
21907         Move AC_REQUIRE to next-to-top level, to avoid confusion.
21908         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
21909         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
21910         jm_AC_HEADER_INTTYPES_H.
21911         * m4/jm-macros.m4 (jm_MACROS): Likewise.
21912
21913         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
21914
21915         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21916         Quote first arg of AC_DEFUN.
21917         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
21918         since they are needed to parse the include file even if we need
21919         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
21920         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
21921         but with opposite signedness.
21922
21923 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21924
21925         Merge 'exclude' changes from tar 1.13.22.
21926         This fixes one or two unlikely storage allocation overflow bugs,
21927         but doesn't change user-visible behavior otherwise.
21928
21929 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21930
21931         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
21932         (jm_PREREQ_EXCLUDE): New macro.
21933
21934 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21935
21936         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
21937         tm to be declared.
21938
21939 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21940
21941         * lib/hash.c: Remove '2001' from copyright notice.
21942
21943 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21944
21945         * lib/full-write.h: New file.
21946         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
21947         * lib/full-write.c: Correct credits, as cccp.c no longer
21948         exists and anyway it was so heavily changed from the old cccp
21949         code as to be unrecognizable.  Include full-write.h.
21950         (full_write) Return size_t, with short writes meaning failure.
21951         All callers changed.  This fixes a bug with large buffers
21952         on 64-bit hosts.
21953         * lib/utime.c: Include full-write.h.
21954
21955 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21956
21957         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
21958         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
21959         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
21960         Include if available.
21961         (<xalloc.h>): Include
21962         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
21963         (verify): New macro.  Use it to verify that EXCLUDE macros do not
21964         collide with FNM macros.
21965         (struct patopts): New struct.
21966         (struct exclude): Use it, as exclude patterns now come with options.
21967         (new_exclude): Support above changes.
21968         (new_exclude, add_exclude_file):
21969         Initial size must now be a power of two to simplify overflow checking.
21970         (free_exclude, fnmatch_no_wildcards): New function.
21971         (excluded_filename): No longer requires options arg, as the options
21972         are determined by add_exclude.  Now returns bool, not int.
21973         (excluded_filename, add_exclude):
21974         Add support for the fancy new exclusion options.
21975         (add_exclude, add_exclude_file): Now takes int options arg.
21976         Check for arithmetic overflow when computing sizes.
21977         (add_exclude_file): xrealloc might modify errno, so don't
21978         realloc until after errno might be used.
21979
21980         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
21981         New macros.
21982         (free_exclude): New decl.
21983         (add_exclude, add_exclude_file): Now takes int options arg.
21984         (excluded_filename): No longer requires options arg, as the options
21985         are determined by add_exclude.  Now returns bool, not int.
21986
21987 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21988
21989         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
21990
21991 2001-08-27  Jim Meyering  <meyering@lucent.com>
21992
21993         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
21994
21995         * lib/version-etc.c (N_): Remove definition.
21996         Revert most of last change.
21997         Instead, simply don't mark the `Copyright...' string for translation.
21998         Based on advice from Paul Eggert.
21999
22000         * lib/strtoxmax.c: Tweak comment.
22001
22002 2001-08-26  Jim Meyering  <meyering@lucent.com>
22003
22004         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
22005
22006         * m4/xstrtoimax.m4: New file.
22007         * m4/xstrtoumax.m4: Add comments explaining why we
22008         AC_REPLACE_FUNCS(strtol).
22009
22010 2001-08-26  Jim Meyering  <meyering@lucent.com>
22011
22012         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
22013         of copyright with `%s' so translators don't get an untranslated
22014         message in 2002.
22015         (COPYRIGHT_YEAR): Define.
22016         (version_etc): Use fprintf rather than fputs.
22017         Suggestion from Ulrich Drepper.
22018
22019         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
22020
22021         * lib/strtoll.c: New file, from GNU libc.
22022         * lib/xstrtoimax.c: New file.
22023
22024         * lib/xstrtol.h: Add xstrtoimax.
22025         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
22026         * lib/strtoimax.c: New file.  Likewise, but first define
22027         STRTOUXMAX_SIGNED.
22028
22029         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
22030         ...
22031         * lib/strtoxmax.c: ... then renamed to this.
22032
22033 2001-08-18  Paul Eggert  <eggert@twinsun.com>
22034
22035         * m4/inttypes.m4: Add AC_PREREQ(2.13).
22036         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
22037         (jm_AC_TYPE_INTMAX_T): New macro.
22038         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
22039
22040         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
22041
22042         * m4/longlong.m4: Renamed from ulonglong.m4.
22043         * m4/inttypes.m4: Renamed from inttypes_h.m4.
22044         * m4/uintmax_t.m4: Removed.
22045
22046 2001-08-13  Paul Eggert  <eggert@twinsun.com>
22047
22048         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
22049         Port to Solaris 8, where 'sed' requires a space after the 'r'
22050         command, and where sh dislikes "$/".  Clean up the spacing a bit.
22051         Redirect output to $tmp just once.
22052
22053 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
22054
22055         * lib/addext.c (<errno.h>): Include.
22056         (errno): Declare if not defined.
22057         (addext): Work correctly when pathconf returns -1 and leaves
22058         errno alone because there is no limit.  Also, work even if
22059         pathconf returns a value greater than SIZE_MAX.
22060
22061 2001-08-12  Jim Meyering  <meyering@lucent.com>
22062
22063         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
22064         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
22065         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
22066         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
22067         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
22068         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
22069         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
22070         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
22071         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
22072         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
22073         utime.m4, utimes.m4, xstrtoumax.m4:
22074         Quote the first argument in each use of AC_DEFUN.
22075
22076 2001-08-12  Jim Meyering  <meyering@lucent.com>
22077
22078         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
22079         Simply `return getcwd (NULL, 0);'.
22080         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
22081         Use 1300 as initial value for length, not PATH_MAX.
22082
22083         * lib/pathmax.h: Clean up cpp syntax.
22084
22085 2001-08-12  Jim Meyering  <meyering@lucent.com>
22086
22087         * lib/gettimeofday.c: New file.
22088         * lib/gtod.h: New file.
22089         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
22090
22091 2001-08-05  Jim Meyering  <meyering@lucent.com>
22092
22093         * m4/jm-macros.m4: Require autoconf-2.52.
22094
22095 2001-08-04  Jim Meyering  <meyering@lucent.com>
22096
22097         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
22098         stmt, to get in sync with glibc.
22099
22100 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22101
22102         The following changes are from gettext 0.10.39 as maintained by
22103         Bruno Haible.
22104
22105         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
22106         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
22107         with inverted sense.  All uses changed.
22108
22109         * lib/mbswidth.c: Don't include <limits.h>.
22110         Include <stdlib.h> and <string.h> unconditionally.
22111         (iswcntrl, mbsinit, ISCNTRL): New macros.
22112         (mbsnwidth): Use K&R style function declarations.
22113         Don't bother checking for MB_LEN_MAX == 1, since the compiler
22114         can optimize it when MB_CUR_MAX == 1.
22115         The width of control characters is zero, not 1.
22116
22117 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22118
22119         The following changes are from gettext 0.10.39 as maintained by
22120         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
22121
22122         * m4/codeset.m4: Upgrade to serial AM1.
22123         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
22124         all uses changed.  Quote first arg of AC_DEFUN.
22125         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
22126
22127         * m4/iconv.m4: Upgrade to serial AM2.
22128         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
22129         Add --with-libconv-prefix.
22130         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
22131         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
22132         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
22133         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
22134         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
22135
22136         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
22137         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
22138         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
22139         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
22140         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
22141         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
22142         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22143         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
22144         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
22145
22146         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
22147         string.h any more.
22148
22149         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
22150         not the default value.
22151
22152         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
22153         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
22154         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
22155         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
22156         Also check for iswcntrl, used for wcwidth fallback.
22157         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
22158         to Autoconf 2.13.
22159
22160 2001-08-03  Jim Meyering  <meyering@lucent.com>
22161
22162         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
22163         as it was in the original.  Reported by Paul Eggert.
22164
22165 2001-07-16  Jim Meyering  <meyering@lucent.com>
22166
22167         * m4/gettimeofday.m4: New file.
22168         Prompted by a report from Bernhard Baehr.
22169
22170 2001-07-15  Jim Meyering  <meyering@lucent.com>
22171
22172         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
22173         stuff. Now it's in ../Makefile.cfg.
22174
22175 2001-07-15  Jim Meyering  <meyering@lucent.com>
22176
22177         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
22178         (BUILT_SOURCES): Add unlocked-io.h.
22179         (io_functions): Define.
22180         (unlocked-io.h): New rule.
22181         (DISTCLEANFILES): Add unlocked-io.h.
22182         (all-local): Depend on unlocked-io.h, to ensure it is created.
22183
22184         * lib/unlocked-io.hin: New file
22185
22186         * lib/regex.c: Update from glibc.
22187
22188 2001-07-05  Jim Meyering  <meyering@lucent.com>
22189
22190         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
22191         recommendation.
22192         (libfetish_a_SOURCES): Put all .h files here instead.
22193         Remove a thus-exposed (better checks in automake) duplicate and
22194         two unnecessary .h files.
22195
22196 2001-07-04  Jim Meyering  <meyering@lucent.com>
22197
22198         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
22199         that generates jm-glibc-io.m4 so that it doesn't trigger any make
22200         distcheck failure.
22201
22202 2001-07-02  Jim Meyering  <meyering@lucent.com>
22203
22204         The following changes were prompted by suggestions from Bruno Haible.
22205
22206         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
22207         is now generated.
22208         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
22209         definition of EXTRA_DIST.
22210         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
22211         ensure that the generated file is created/updated whenever the list
22212         of $(unlocked_functions) is changed.
22213         (jm-glibc-io.m4): New rule.
22214         (unlocked-io.h): New rule -- currently unused.
22215
22216 2001-06-24  Jim Meyering  <meyering@lucent.com>
22217
22218         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
22219         unmatched right bracket, rather than kludging it with an extra,
22220         falsely-matching quote in a comment.  Patch by Akim Demaille.
22221
22222 2001-06-11  Jim Meyering  <meyering@lucent.com>
22223
22224         * lib/regex.c: Update from GNU libc.
22225
22226 2001-05-27  Jim Meyering  <meyering@lucent.com>
22227
22228         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
22229         Check for ut_type in struct utmp.
22230
22231 2001-05-27  Jim Meyering  <meyering@lucent.com>
22232
22233         * lib/readutmp.h (UT_TYPE): Define.
22234
22235 2001-05-24  Jim Meyering  <meyering@lucent.com>
22236
22237         * lib/argmatch.c: Include "quote.h".
22238         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
22239         quote function.  Reported by Göran Uddeborg.
22240
22241 2001-05-22  Jim Meyering  <meyering@lucent.com>
22242
22243         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
22244         now that we use the package-supplied version unconditionally.
22245         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
22246
22247 2001-05-21  Jim Meyering  <meyering@lucent.com>
22248
22249         * m4/regex.m4: Change a couple backticks to single quotes to avoid
22250         shell syntax errors.
22251
22252 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22253
22254         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
22255
22256 2001-05-20  Paul Eggert  <eggert@twinsun.com>
22257
22258         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
22259         Don't bother to check library strftime, since
22260         we'll be using our own my_strftime function anyway.
22261         Define my_strftime instead of strftime.
22262
22263 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
22264
22265         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
22266         which is not yet declared.
22267
22268 2001-05-15  Jim Meyering  <meyering@lucent.com>
22269
22270         * m4/regex.m4: Use proper quoting so brackets appear in the test
22271         program.
22272         Reported by, and with help from, Bruno Haible.
22273
22274 2001-05-13  Jim Meyering  <meyering@lucent.com>
22275
22276         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
22277         undefined.
22278
22279 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22280
22281         dirname code cleanup.  base_name now behaves more compatibly
22282         with POSIX basename when given file names that have trailing
22283         slashes, and similarly for dir_name.  Add new primitives
22284         base_len and dir_len.  Put the directory-name-related decls
22285         into dirname.h.
22286
22287         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
22288         * lib/backupfile.c (base_name): Likewise.
22289         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
22290         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
22291         * lib/makepath.c (strip_trailing_slashes): Likewise.
22292         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
22293         ISSLASH): Likewise.
22294         * lib/rename.c (strip_trailing_slashes): Likewise.
22295         * lib/same.c (base_name): Likewise.
22296         * lib/stripslash.c (ISSLASH): Likewise.
22297
22298         * lib/addext.c: Include <dirname.h> after size_t is defined.
22299         * lib/backupfile.c: Likewise.
22300
22301         * lib/addext.c (addext): Use base_len to trim redundant
22302         trailing slashes instead of doing it ourselves.
22303         But do not trim the last slash if it is not redundant.
22304
22305         * lib/backupfile.c (find_backup_file_name,
22306         max_backup_version): Use base_len instead of rolling it ourselves.
22307         Handle the case of "" and (on DOS) "C:" correctly.
22308
22309         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
22310         needed. Include <string.h>, <dirname.h>.
22311         (base_name): Allow file names ending in slashes, other than names
22312         that are all slashes.  In this case, return the basename followed
22313         by the slashes.  This is more general, and can be used in places
22314         where the original base_name purposely had an assertion failure.
22315         (base_len): New function.
22316
22317         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
22318         Do not include <assert.h>; no longer needed.
22319         Include xalloc.h.
22320         (memrchr): Remove decl.
22321         (dir_name_r): Remove.
22322         (dir_len): Renamed from dirlen.  All callers changed.
22323         Rewrite in terms of base_name, for simplicity and consistency.
22324         (dir_name): Never return NULL.  All callers changed.
22325         Do not include <stdlib.h> in test program; no longer needed.
22326         return 0; is fine for test program.
22327
22328         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
22329         New macros.
22330         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
22331
22332         * lib/path-concat.c (path_concat): Use base_len to compute
22333         base length, not strlen; this means we cannot rely on memcpy
22334         to null-terminate.
22335
22336         * lib/same.c (STREQ): Remove.
22337         (same_name): Handle the case where the basename ends in trailing '/'.
22338
22339         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
22340         a slash was stripped.  Do not strip the last slash after a
22341         file system prefix.
22342
22343 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22344
22345         * lib/Makefile.am (libfetish_a_SOURCES):
22346         Add strftime.c, since we now compile it on all hosts.
22347
22348         * lib/strftime.c (my_strftime):
22349         Define to nstrftime if emacs, but only if my_strftime is not defined.
22350         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
22351         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
22352         Add one more extra argument: a nanoseconds value.
22353         All uses changed.
22354         (ns): New macro.
22355         (my_strftime function): Add %N format.
22356         (emacs_strftimeu): Renamed from emacs_strftime,
22357         with extra ut argument.
22358
22359 2001-05-09  Paul Eggert  <eggert@twinsun.com>
22360
22361         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
22362
22363 2001-04-21  Jim Meyering  <meyering@lucent.com>
22364
22365         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
22366         doesn't interfere.
22367
22368 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22369
22370         * m4/ftruncate.m4: Check for chsize.
22371         Link with ftruncate.o unconditionally if ftruncate is missing.
22372         This was required when cross-compiling to i586-mingw32msvc.
22373
22374 2001-04-08  Jim Meyering  <meyering@lucent.com>
22375
22376         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
22377         recomputed; that's necessary when the offset spans a DST transition.
22378         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
22379
22380 2001-04-02  Jim Meyering  <meyering@lucent.com>
22381
22382         * lib/regex.h, regex.c: Update from GNU libc.
22383
22384 2001-03-24  Jim Meyering  <meyering@lucent.com>
22385
22386         * m4/jm-macros.m4: Require autoconf-2.49d.
22387
22388 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
22389
22390         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
22391
22392 2001-03-19  Paul Eggert  <eggert@twinsun.com>
22393
22394         * lib/version-etc.c (version_etc_copyright): Update to 2001.
22395
22396 2001-03-17  Jim Meyering  <meyering@lucent.com>
22397
22398         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
22399         now that the version in autoconf is equivalent.
22400         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
22401
22402         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
22403         Suggestion from Akim Demaille.
22404
22405         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
22406         (jm_PREREQ_TEMPNAME): New function.
22407
22408 2001-03-16  Paul Eggert  <eggert@twinsun.com>
22409
22410         * lib/tempname.c (uint64_t): Define to uintmax_t if
22411         not defined, and if UINT64_MAX is not defined.
22412         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
22413         Reported by John David Anglin.
22414
22415 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
22416
22417         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
22418         resolve alias if codeset is empty.
22419         * lib/config.charset (BeOS): Use wildcard syntax.
22420
22421 2001-03-13  Jim Meyering  <meyering@lucent.com>
22422
22423         * lib/path-concat.c (path_concat)
22424         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
22425         concatenating e.g., `C:' and `foo'.
22426         From Bruno Haible.
22427
22428 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22429
22430         * lib/localcharset.c (locale_charset): Don't use
22431         setlocale(LC_CTYPE,NULL). Don't return NULL.
22432         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
22433
22434 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22435
22436         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
22437         support for DOS/DJGPP.
22438
22439 2001-03-01  Paul Eggert  <eggert@twinsun.com>
22440
22441         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
22442         lacks mkstemp.  Compile our own tempname.c if we compile our own
22443         mkstemp.c, as mkstemp relies on tempname.
22444
22445 2001-03-01  Jim Meyering  <meyering@lucent.com>
22446
22447         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
22448         AH_VERBATIM really does output its argument verbatim.
22449
22450 2001-02-28  Paul Eggert  <eggert@twinsun.com>
22451
22452         * lib/Makefile.am (libfetish_a_SOURCES):
22453         Add dup-safer.c, fopen-safer.c.
22454         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
22455
22456         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
22457         * lib/unistd-safer.h: New files.
22458
22459 2001-02-25  Paul Eggert  <eggert@twinsun.com>
22460
22461         The mkstemp replacement is taken from glibc 2.2.2, with some
22462         portability fixes for use outside glibc, as follows:
22463
22464         * lib/tempname.c (struct_stat64): New macro.
22465         (direxists, __gen_tempname): Use it.
22466         This avoids a portability problem with Solaris 8.
22467
22468         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
22469         (<stddef.h>, <stdint.h>, <string.h>):
22470         Include only if STDC_HEADERS || _LIBC.
22471         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
22472         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
22473         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
22474         (__set_errno): Define this macro if <errno.h> doesn't.
22475         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
22476         Define these macros if <stdio.h> doesn't.
22477         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
22478         Define these macros if <sys/stat.h>
22479         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
22480         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
22481         __xstat64): Define if not _LIBC.
22482         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
22483         (__gen_tempname): Invoke gettimeofday only if
22484         HAVE_GETTIMEOFDAY || _LIBC;
22485         otherwise, fall back on plain "time".
22486         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
22487
22488         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
22489
22490         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
22491
22492 2001-02-18  Paul Eggert  <eggert@twinsun.com>
22493
22494         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
22495
22496 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22497
22498         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
22499         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
22500         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
22501         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22502
22503 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22504
22505         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
22506         Remove workaround macros for hosts that have mbrtowc but not
22507         mbstate_t, as we now insist on proper declarations for both
22508         before using mbrtowc.
22509
22510 2001-02-17  Jim Meyering  <meyering@lucent.com>
22511
22512         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
22513         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
22514         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
22515         UnixWare 7.1.1.
22516
22517         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
22518         rather than AC_CACHE_VAL.
22519
22520 2001-02-17  Jim Meyering  <meyering@lucent.com>
22521
22522         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
22523         around included file name.
22524
22525         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
22526
22527         * lib/strftime.c: Update from GNU libc (the only changes were to
22528         comments).
22529
22530 2001-02-17  Jim Meyering  <meyering@lucent.com>
22531
22532         * lib/regex.c: Update from libc.
22533
22534 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
22535
22536         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
22537         clash.
22538
22539 2001-02-16  Paul Eggert  <eggert@twinsun.com>
22540
22541         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
22542         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
22543         Reported by Mark Hounschell via Paul Eggert.
22544
22545 2001-02-07  Jim Meyering  <meyering@lucent.com>
22546
22547         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
22548
22549 2001-02-05  Jim Meyering  <meyering@lucent.com>
22550
22551         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
22552         it includes the patch required for `large file' support with at least
22553         HP-UX's 10.20 /bin/cc.
22554
22555 2001-02-03  Jim Meyering  <meyering@lucent.com>
22556
22557         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
22558         AS_IF, now that it works once again (mysteriously).
22559         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22560
22561 2001-01-30  Jim Meyering  <meyering@lucent.com>
22562
22563         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
22564         * m4/chown.m4: Rename conftestchown to conftest.chown.
22565         * m4/rename.m4: s/conftestdir/conftest.d1/ and
22566         s/conftestdir2/conftest.d2/.
22567         * m4/utimes.m4: s/conftestdata/conftest.data/
22568         Inspired by Pavel Roskin's change in autoconf.
22569
22570 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
22571
22572         * lib/config.charset: Update for FreeBSD 4.2.
22573
22574 2001-01-27  Jim Meyering  <meyering@lucent.com>
22575
22576         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
22577         a use of AS_IF.
22578         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22579
22580 2001-01-26  Jim Meyering  <meyering@lucent.com>
22581
22582         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
22583         quotearg.c includes it.
22584
22585 2001-01-26  Jim Meyering  <meyering@lucent.com>
22586
22587         * lib/quotearg.c: Include stddef.h.
22588         * lib/quote.c: Include stddef.h.
22589         Reported by Axel Kittenberger.
22590
22591         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
22592         line in double quotes so that it evokes a better diagnostic.
22593         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
22594         Reported by Axel Kittenberger.
22595
22596 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
22597
22598         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
22599         as if it was a `charset'.
22600
22601 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22602
22603         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
22604         has const.
22605
22606 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22607
22608         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
22609         to avoid a warning.  Add back 'const' to inptr.
22610
22611 2001-01-20  Jim Meyering  <meyering@lucent.com>
22612
22613         Be sure that headers are checked before used in code compiled
22614         for the type checks.
22615         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
22616         In place of that, invoke jm_CHECK_ALL_TYPES.
22617         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
22618         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
22619         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
22620         The check for ssize_t was mistakenly run before the test for unistd.h.
22621
22622         The configure-time check for stdbool.h was missing.
22623         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
22624         (jm_PREREQ_HASH): New function.
22625
22626 2001-01-17  Jim Meyering  <meyering@lucent.com>
22627
22628         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
22629         for autoconf-2.49c.
22630         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
22631
22632 2001-01-16  Jim Meyering  <meyering@lucent.com>
22633
22634         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
22635         From Bruno Haible.
22636
22637 2001-01-14  Jim Meyering  <meyering@lucent.com>
22638
22639         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
22640         foo and bar.  Create conftestdir/ in the script, not in the C code.
22641         Remove directories in the script, not in the C code.
22642         Remove conftestdir{,2} before trying to create the directory.
22643         Make the entire configure script fail if the mkdir fails.
22644
22645 2001-01-14  Jim Meyering  <meyering@lucent.com>
22646
22647         * lib/rename.c: New file.  From Volker Borchert.
22648         Include stdlib.h, string.h or strings.h, and xalloc.h.
22649         Use strip_trailing_slashes rather than open-coding it.
22650
22651 2001-01-03  Paul Eggert  <eggert@twinsun.com>
22652
22653         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
22654
22655 2001-01-03  Jim Meyering  <meyering@lucent.com>
22656
22657         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
22658         of local `inptr' to avoid warning with some system declarations of
22659         iconv.
22660
22661 2001-01-02  Volker Borchert  <bt@teknon.de>
22662
22663         * m4/rename.m4: New file.
22664         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
22665
22666 2001-01-01  Jim Meyering  <meyering@lucent.com>
22667
22668         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
22669         even on systems with utmpx.h.  It's necessary for the declaration of
22670         utmp's ut_user member.  Reported by Andreas Jaeger.
22671
22672         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
22673         available. They are required for the declarations of getgrgid and
22674         getpwuid resp.
22675         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
22676         Reported by Andreas Jaeger.
22677
22678 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
22679
22680         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
22681         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
22682         so `make install' also works in VPATH builds.
22683
22684 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
22685
22686         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
22687         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
22688         can be used in subdirectories.
22689
22690 2000-12-29  Paul Eggert  <eggert@twinsun.com>
22691
22692         * lib/modechange.c: Do not assume that mode_t uses the
22693         traditional octal encoding.  E.g. "chmod 1 FOO" should set
22694         the other-execute bit of FOO even if S_IXOTH != 1.
22695
22696         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
22697         WOTH, XOTH, ALLM): New macros.
22698         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
22699          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
22700         Use them.
22701         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
22702         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
22703         (mode_compile):
22704         No need to use uintmax_t; unsigned long is long enough.
22705         Don't bother to get suffix since we don't use it.
22706
22707 2000-12-26  Jim Meyering  <meyering@lucent.com>
22708
22709         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
22710         better with autoheader.
22711
22712 2000-12-24  Jim Meyering  <meyering@lucent.com>
22713
22714         * lib/hash.c (is_prime): Return explicit boolean values.
22715         (hash_get_first): Return NULL to appease Irix5.6's 89.
22716         Reported by Nelson Beebe.
22717
22718 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
22719
22720         * lib/localcharset.c (locale_charset): Add support for Win32.
22721
22722 2000-12-18  Paul Eggert  <eggert@twinsun.com>
22723
22724         * lib/physmem.h, lib/physmem.c: New files.
22725
22726         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
22727         (noinst_HEADERS): Add physmem.h.
22728
22729         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
22730         't' for compatibility with Solaris 8 sort.
22731
22732 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
22733
22734         * lib/config.charset: Add support for BeOS.
22735
22736 2000-12-17  Jim Meyering  <meyering@lucent.com>
22737
22738         * m4/dos.m4 (jm_AC_DOS): New file and macro.
22739         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
22740
22741 2000-12-16  Jim Meyering  <meyering@lucent.com>
22742
22743         This bug had a serious impact on chown: `chown N:M FILE' (for integer
22744         N and M) would have treated it like `chown N:N FILE'.
22745
22746         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
22747
22748 2000-12-16  Jim Meyering  <meyering@lucent.com>
22749
22750         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
22751         SHELLS_FILE to a file name that's useful on djgpp systems.
22752         Include stdlib.h.
22753         (ADDITIONAL_DEFAULT_SHELLS): Define.
22754         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
22755         Based mostly on a patch from Prashant TR.
22756
22757 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
22758
22759         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
22760         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
22761         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
22762
22763 2000-12-08  Andreas Schwab  <schwab@suse.de>
22764
22765         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
22766         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
22767
22768 2000-12-07  Jim Meyering  <meyering@lucent.com>
22769
22770         * lib/stripslash.c (ISSLASH): Define.
22771         (strip_trailing_slashes): Use ISSLASH rather than comparing against
22772         `/'.
22773         From Prashant TR.
22774
22775         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
22776         (dir_name_r): Declare this function as static.
22777         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
22778         manifest itself on a name containing a mix of slashes and
22779         backslashes.
22780         Make this function work with names starting with a DOS-style
22781         drive letter and colon prefix.
22782         (dir_name): Append `.' if necessary.
22783         Based mostly on patches from Prashant TR and Eli Zaretskii.
22784
22785         * lib/dirname.h (dir_name_r): Remove prototype.
22786
22787 2000-12-06  Paul Eggert  <eggert@twinsun.com>
22788
22789         * m4/off_t-format.m4: Remove this file.
22790         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
22791
22792 2000-12-06  Jim Meyering  <meyering@lucent.com>
22793
22794         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
22795         replacement strtoull, we may well need the replacement strtoul, too.
22796         Check for declarations of strtoul and strtoull.
22797         Check for strtol.  Mainly as a cue to cause automake to include
22798         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
22799         Check for limits.h -- strtol.c needs it.
22800
22801 2000-12-05  Jim Meyering  <meyering@lucent.com>
22802
22803         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
22804
22805 2000-12-04  Jim Meyering  <meyering@lucent.com>
22806
22807         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
22808         Also include memory.h, stdlib.h, unistd.h if appropriate.
22809         Reported by Andreas Jaeger (conflicting declaration of malloc).
22810
22811 2000-12-02  Jim Meyering  <meyering@lucent.com>
22812
22813         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
22814         * m4/jm-macros.m4 (jm_MACROS): require it.
22815
22816 2000-12-02  Jim Meyering  <meyering@lucent.com>
22817
22818         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
22819
22820 2000-12-01  Paul Eggert  <eggert@twinsun.com>
22821
22822         * lib/memrchr.c: Include <config.h> before any system include file.
22823
22824 2000-11-30  Jim Meyering  <meyering@lucent.com>
22825
22826         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
22827
22828 2000-11-30  Jim Meyering  <meyering@lucent.com>
22829
22830         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
22831
22832 2000-11-29  Paul Eggert  <eggert@twinsun.com>
22833
22834         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
22835
22836 2000-11-26  Jim Meyering  <meyering@lucent.com>
22837
22838         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
22839
22840 2000-11-22  Paul Eggert  <eggert@twinsun.com>
22841
22842         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
22843         size of (size_t) -1; it's not portable.
22844
22845 2000-11-17  Jim Meyering  <meyering@lucent.com>
22846
22847         * lib/strstr.c: Update from GNU libc.
22848
22849 2000-11-17  Akim Demaille  <akim@epita.fr>
22850
22851         * lib/obstack.h: Formatting changes.
22852         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
22853         prevent type checking.
22854         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
22855         cast the value to (void *): assigning a `foo *' to a `void *'
22856         variable is valid.
22857         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
22858
22859 2000-11-16  Jim Meyering  <meyering@lucent.com>
22860
22861         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
22862
22863 2000-11-11  Jim Meyering  <meyering@lucent.com>
22864
22865         * lib/error.c: Add a couple #includes, merging from GNU libc version.
22866
22867 2000-11-10  Jim Meyering  <meyering@lucent.com>
22868
22869         * lib/obstack.h: Update from GNU libc.
22870         * lib/obstack.c: Likewise.
22871
22872 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
22873
22874         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
22875
22876 2000-11-06  Paul Eggert  <eggert@twinsun.com>
22877
22878         * lib/getusershell.c (setusershell): Use rewind rather than
22879         fseek/fseeko, to avoid configuration hassles with fseeko.
22880         Don't bother opening SHELLS_FILE if shellstream is NULL;
22881         it's not necessary.
22882
22883 2000-11-05  Jim Meyering  <meyering@lucent.com>
22884
22885         * lib/makepath.h (make_dir): Declare.
22886         * lib/makepath.c (make_dir): Remove `static' attribute.
22887         Tweak a comment.
22888
22889 2000-11-04  Jim Meyering  <meyering@lucent.com>
22890
22891         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
22892
22893 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
22894
22895         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
22896         last one in a bucket, advance to the next bucket.
22897
22898 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
22899
22900         * lib/fnmatch.c: Do not comment out all the code if we are using
22901         the GNU C library, because in some cases we are replacing buggy
22902         code in the GNU C library itself.
22903
22904 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
22905
22906         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
22907         (regex_compile): Catch bogus \(\1\).
22908
22909 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22910
22911         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
22912         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
22913         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
22914
22915 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22916
22917         * lib/error.h, getline.h, modechange.h:
22918         Remove "2000" from Copyright line, as the file hasn't been
22919         changed this year other than in the copyright notice.
22920
22921         * lib/xalloc.h: Add "2000" to Copyright line, as this file
22922         was changed this year.
22923
22924 2000-10-29  Jim Meyering  <meyering@lucent.com>
22925
22926         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
22927         renaming.
22928         * m4/ls-mntd-fs.m4: Likewise
22929
22930 2000-10-29  Jim Meyering  <meyering@lucent.com>
22931
22932         * lib/xstat.in: Fix grammar in comment.
22933
22934 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
22935
22936         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
22937         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
22938         doesn't define __restrict_arr.
22939
22940 2000-10-28  Jim Meyering  <meyering@lucent.com>
22941
22942         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
22943         (jm_PREREQ_MEMCHR): New function.
22944
22945 2000-10-28  Jim Meyering  <meyering@lucent.com>
22946
22947         * lib/memchr.c: Update from libc.
22948         Adjust for portability:
22949         [HAVE_STDLIB_H]: Include stdlib.h.
22950         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
22951         Undef __memchr, too.
22952         [!weak_alias]: Define __memchr to memchr.
22953
22954         * lib/regex.c: Update from libc.
22955         * lib/regex.h: Likewise.
22956         * lib/getopt1.c: Likewise.
22957         * lib/memcmp.c: Likewise.
22958
22959         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
22960         Avoid using fseek, when possible -- it's broken by design.
22961         Patch by Ulrich Drepper.
22962
22963 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
22964
22965         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
22966         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
22967         Giving in to popular pressure to shut up the compiler with casts.
22968
22969 2000-10-26  Jim Meyering  <meyering@lucent.com>
22970
22971         * lib/strftime.c: Update from libc.
22972
22973 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
22974
22975         * regex.c: More `unsigned char' -> `re_char' changes.
22976         Also change several `int' into `re_wchar_t'.
22977         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
22978         (PUSH_FAILURE_POINTER): Don't cast any more.
22979         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
22980         We want GCC to complain, since this piece of code makes
22981         re_match non-reentrant, which *should* be fixed.
22982         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
22983         (EXTEND_BUFFER): Use RETALLOC.
22984         (SET_LIST_BIT): Don't cast.
22985         (re_wchar_t): New type.
22986         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
22987         that those two functions will always properly return.
22988         (IMMEDIATE_QUIT_CHECK): Cast to void.
22989         (analyse_first): Use recursion rather than an explicit stack.
22990         (re_compile_fastmap): Can't fail anymore.
22991         (re_search_2): Don't check re_compile_fastmap for failure.
22992         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
22993         Now also sets the new value (passed in a new argument).
22994         (re_match_2_internal): Use it.
22995         Also, use a new var `reg' of type size_t when looping through regs
22996         rather than reuse the inappropriate `mcnt'.
22997
22998 2000-10-25  Jim Meyering  <meyering@lucent.com>
22999
23000         * lib/obstack.c: Update from libc.
23001
23002 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
23003
23004         * regex.c (regex_compile): Change the way of handling a range from
23005         a char less than 256 to a char not less than 256.
23006
23007 2000-10-24  Andrew Innes  <andrewi@gnu.org>
23008
23009         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
23010         NT-Emacs only.
23011         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
23012         so that re_search functions only quit when callers expect them to.
23013
23014 2000-10-23  Jim Meyering  <meyering@lucent.com>
23015
23016         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
23017         wrong.  That set_locale call must not have any side effects.
23018         From Paul Eggert.
23019
23020 2000-10-22  Jim Meyering  <meyering@lucent.com>
23021
23022         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
23023         [CYCLIC]: Remove now-unused definition.
23024
23025         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
23026         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
23027         Suggestion from Ulrich Drepper.
23028
23029 2000-10-21  Jim Meyering  <meyering@lucent.com>
23030
23031         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
23032         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
23033         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
23034
23035 2000-10-21  Jim Meyering  <meyering@lucent.com>
23036
23037         * lib/dirname.c (memrchr): Declare if necessary.
23038         (dir_name): Remove the restriction that there be no
23039         trailing slashes.  Now, this code skips past them, effectively
23040         ignoring them.
23041         [TEST_DIRNAME] (main): New unit tests.
23042
23043         * lib/memrchr.c: New file from GNU libc.
23044         Undef __memrchr, too.
23045         [!weak_alias]: Define __memrchr to memrchr.
23046         Guard weak_alias use with `#ifdef weak_alias'.
23047
23048 2000-10-21  Jim Meyering  <meyering@lucent.com>
23049
23050         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
23051         (dir_name): Use dir_name_r.
23052         * lib/dirname.h (dir_name_r): Declare it.
23053
23054 2000-10-17  Jim Meyering  <meyering@lucent.com>
23055
23056         * lib/quote.h (PARAMS): Define and use.
23057         Reported by Akim Demaille.
23058
23059         * lib/getopt.c: Update from libc.
23060
23061 2000-10-16  Jim Meyering  <meyering@lucent.com>
23062
23063         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
23064         setlocale.
23065         From Jan Fedak.
23066
23067 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
23068
23069         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
23070
23071 2000-09-25  Jim Meyering  <meyering@lucent.com>
23072
23073         * lib/md5.h (rol): Define (from GnuPG).
23074
23075         * lib/sha.c: Give credit (GnuPG) where due.
23076         (M): Use rol rather than open-coding it.
23077         Add a FIXME comment.
23078
23079 2000-09-21  Jim Meyering  <meyering@lucent.com>
23080
23081         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
23082         Reported by Michael Stone.
23083
23084 2000-09-20  Jim Meyering  <meyering@lucent.com>
23085
23086         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
23087         (noinst_HEADERS): Add sha.h.
23088         Based on code from Scott G. Miller and from GnuPG.
23089
23090 2000-09-18  Jim Meyering  <meyering@lucent.com>
23091
23092         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
23093         LIBS. Otherwise, everyone ends up linking with -lelf for some
23094         configurations.
23095         Reported by Mike Stone.
23096
23097 2000-09-15  Jim Meyering  <meyering@lucent.com>
23098
23099         * lib/regex.c: Update from libc.
23100
23101 2000-09-10  Jim Meyering  <meyering@lucent.com>
23102
23103         * lib/getopt.c (_getopt_internal): Update from glibc.
23104
23105 2000-09-09  Jim Meyering  <meyering@lucent.com>
23106
23107         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
23108         think it should be used as a general replacement for isascii.
23109         * lib/fnmatch.c: Likewise.
23110         * lib/mbswidth.c: Likewise
23111         * lib/regex.c: Likewise.
23112
23113         Don't use atoi.
23114         * lib/userspec.c: Include sys/param.h and limits.h.
23115         Include xstrtol.h.
23116         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23117         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
23118         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
23119         UID, GID.  Check range.
23120
23121 2000-09-06  Jim Meyering  <meyering@lucent.com>
23122
23123         * lib/getopt.c (_getopt_internal): Update from glibc.
23124
23125 2000-08-30  Jim Meyering  <meyering@lucent.com>
23126
23127         * lib/strftime.c: Merge in changes from GNU libc.
23128
23129 2000-08-26  Jim Meyering  <meyering@lucent.com>
23130
23131         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
23132         * m4/fpending.m4: New file.
23133
23134 2000-08-26  Jim Meyering  <meyering@lucent.com>
23135
23136         * lib/closeout.c: Include "__fpending.h".
23137         (close_stdout_status): Return right away if there's nothing to flush.
23138
23139         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
23140         * lib/__fpending.c: New file.
23141         * lib/__fpending.h: New file.
23142
23143 2000-08-20  Jim Meyering  <meyering@lucent.com>
23144
23145         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
23146         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
23147         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
23148
23149 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
23150
23151         Improve fileutils installation on systems where running
23152         programs (like install) can't be unlinked.
23153         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
23154         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
23155
23156 2000-08-07  Paul Eggert  <eggert@twinsun.com>
23157
23158         Standardize on "memory exhausted" instead of "Memory exhausted"
23159         or "virtual memory exhausted".
23160         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
23161         "virtual memory exhausted".
23162         * lib/same.c (same_name): Invoke xalloc_die instead of printing
23163         our own message.
23164         * lib/userspec.c (parse_user_spec): Likewise.
23165         * lib/bumpalloc.h: comment fix
23166         * lib/same.c, userspec.c: Include xalloc.h.
23167
23168         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
23169         not char *const and pointing to a constant array.
23170         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
23171         (xrealloc): Comment fix.
23172
23173         * lib/userspec.c (parse_user_spec):
23174         Don't translate a message until just before returning,
23175         to avoid unnecessary translation.
23176
23177 2000-08-07  Jim Meyering  <meyering@lucent.com>
23178
23179         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
23180         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
23181         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
23182         getgroups.c, gethostname.c, getopt.h, group-member.c,
23183         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
23184         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
23185         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
23186         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
23187         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
23188         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
23189         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
23190         yesno.c: Back out Copyright date changes for each file with no change
23191         this year.  This eases coordination with other programs using the same
23192         source code modules.  From Paul Eggert.
23193
23194 2000-08-06  Paul Eggert  <eggert@twinsun.com>
23195
23196         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
23197         not char, for compatibility with glibc 2.1.3 strftime.c.
23198
23199 2000-08-03  Greg McGary  <greg@mcgary.org>
23200
23201         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
23202         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
23203         (EXTEND_BUFFER): Use them.
23204
23205 2000-08-01  Jim Meyering  <meyering@lucent.com>
23206
23207         * lib/dirname.c (ISSLASH): Define.
23208         (BACKSLASH_IS_PATH_SEPARATOR): Define.
23209         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
23210         both `\' and `/' may be use as path separators.
23211         Based on a patch from Prashant TR.
23212
23213 2000-07-31  Paul Eggert  <eggert@twinsun.com>
23214
23215         * lib/quotearg.c (quotearg_n_options): Don't make the initial
23216         slot vector a constant, since it might get modified.
23217
23218 2000-07-31  Jim Meyering  <meyering@lucent.com>
23219
23220         * lib/xmalloc.c: Use `virtual memory exhausted', not
23221         `Memory exhausted'.
23222         * lib/obstack.c (print_and_abort): Likewise.
23223
23224 2000-07-30  Paul Eggert  <eggert@twinsun.com>
23225
23226         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
23227         buffer, so that the caller can always quote one small
23228         component of a "memory exhausted" message in slot 0.
23229         From a suggestion by Jim Meyering.
23230
23231 2000-07-30  Jim Meyering  <meyering@lucent.com>
23232
23233         * lib/makepath.c (make_path): Quote the other instance, too.
23234
23235         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
23236         (STATIC_BUF_SIZE): Define.
23237         (quotearg_n_options): Use only statically allocated storage when
23238         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
23239         than STATIC_BUF_SIZE.
23240
23241 2000-07-29  Jim Meyering  <meyering@lucent.com>
23242
23243         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
23244         * lib/dirname.c (dir_name): Likewise.
23245
23246         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
23247         `/'.
23248
23249         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
23250         (dir_name): Assert that there are no trailing slashes.
23251
23252 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
23253
23254         * lib/mbswidth.h (mbswidth): Add a flags argument.
23255         (mbswidth): New declaration.
23256         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
23257         * lib/mbswidth.c (mbswidth): Add a flags argument.
23258         (mbsnwidth): New function.
23259
23260 2000-07-24  Jim Meyering  <meyering@lucent.com>
23261
23262         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
23263
23264 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23265
23266         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
23267
23268 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23269
23270         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
23271         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
23272         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
23273         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
23274         invoke multibyte primitives.
23275
23276 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23277
23278         * lib/quotearg.c:
23279         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
23280         so that mbstate_t is always defined.
23281
23282         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
23283         be 1 in at least one GCC installation, and this configuration
23284         error is likely to be common.  Ignoring MB_LEN_MAX hurts
23285         performance on hosts that have mbrtowc but have only unibyte
23286         locales, but I assume these hosts are rare.
23287
23288 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23289
23290         * lib/mbswidth.c (_XOPEN_SOURCE):
23291         Don't define; this causes problems on Solaris 7.
23292         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
23293
23294 2000-07-23  Jim Meyering  <meyering@lucent.com>
23295
23296         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
23297         too: getgrgid, getpwuid, getuid.
23298
23299 2000-07-23  Jim Meyering  <meyering@lucent.com>
23300
23301         * lib/basename.c (base_name): Add an assertion.
23302
23303 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
23304
23305         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
23306         shadow its mbsinit function.
23307
23308 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23309
23310         * lib/mbswidth.h: New file.
23311         * lib/mbswidth.c: New file.
23312         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
23313         (noinst_HEADERS): Add mbswidth.h.
23314
23315 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23316
23317         * lib/config.charset: Add support for FreeBSD. Improve support for
23318         HP-UX and IRIX 6.
23319
23320 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
23321
23322         * m4/mbswidth.m4: New file.
23323         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
23324
23325 2000-07-15  Jim Meyering  <meyering@lucent.com>
23326
23327         * lib/makepath.c: Include quote.h.
23328         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
23329         corresponding argument in a `quote (...)' call.
23330         Give better diagnostics.
23331
23332         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
23333         (noinst_HEADERS): Add quote.h.
23334
23335         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
23336         from tar's src/misc.c.
23337         * lib/quote.h: New file.  Prototypes for same.
23338
23339 2000-07-14  Paul Eggert  <eggert@twinsun.com>
23340
23341         From a suggestion by Bruno Haible.
23342         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
23343         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
23344         to decide whether to define the BeOS workaround macro;
23345         this adjusts to the change to AC_MBSTATE_T.
23346
23347 2000-07-14  Jim Meyering  <meyering@lucent.com>
23348
23349         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
23350         jm_AC_TYPE_UINTMAX_T.
23351
23352 2000-07-13  Paul Eggert  <eggert@twinsun.com>
23353
23354         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
23355
23356         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
23357         quotearg_buffer_restyled): Add support for
23358         clocale_quoting_style.  Undo previous change to
23359         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
23360         and "{RIGHT QUOTATION MARK}" msgids.
23361
23362 2000-07-10  Paul Eggert  <eggert@twinsun.com>
23363
23364         From a suggestion by Bruno Haible.
23365         * m4/mbstate_t.m4 (AC_MBSTATE_T):
23366         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
23367         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
23368         and mbstate_t, to a single-part test that simply defines mbstate_t.
23369         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
23370         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
23371
23372 2000-07-10  Jim Meyering  <meyering@lucent.com>
23373
23374         * m4/strerror_r.m4: Mirror the correction made in autoconf.
23375
23376         * m4/gnu-source.m4: Output to confdefs.h directly.
23377         Suggestion from Akim Demaille.
23378
23379 2000-07-09  Paul Eggert  <eggert@twinsun.com>
23380
23381         The old behavior of quoting `like this' doesn't look good with
23382         newer, ISO-style fonts.  See:
23383         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
23384
23385         Instead, quote "like this" by default.  Let the translator
23386         tailor the locale-specific quoting behavior by providing
23387         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
23388
23389         * lib/quotearg.c (N_): New macro.
23390         (gettext_default): New function.
23391         (quotearg_buffer_restyled): Use
23392         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
23393         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
23394
23395 2000-07-09  Jim Meyering  <meyering@lucent.com>
23396
23397         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
23398         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
23399
23400         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
23401         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
23402
23403 2000-07-09  Jim Meyering  <meyering@lucent.com>
23404
23405         * lib/Most files: Update copyright dates to include 2000.
23406
23407 2000-07-08  Jim Meyering  <meyering@lucent.com>
23408
23409         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
23410         if not defined.
23411         (xgethostname): Remove now-unnecessary #ifdef.
23412         Move declaration of `err' into loop where it's used.
23413
23414 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23415         and Bruno Haible  <haible@clisp.cons.org>
23416
23417         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
23418         only if the test for an object-type mbstate_t fails.  This
23419         prevents us from mistakenly reporting that mbstate_t is a
23420         system object type after we "#define mbstate_t int" to work
23421         around its lack.
23422
23423 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23424         and Bruno Haible  <haible@clisp.cons.org>
23425
23426         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
23427
23428 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23429
23430         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
23431         to strerror_r.
23432         Include <ctype.h> for use of isalpha.
23433
23434 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23435
23436         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
23437         by allocating a larger buffer. Test the gethostname return value for
23438         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
23439         returns an error and ENAMETOOLONG isn't defined.
23440
23441 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23442
23443         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
23444         dimension.
23445
23446 2000-07-04  Jim Meyering  <meyering@lucent.com>
23447
23448         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
23449         of the deprecated AC_CHECKING.
23450
23451 2000-07-04  Jim Meyering  <meyering@lucent.com>
23452
23453         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
23454         Reported by Bruno Haible.
23455
23456 2000-07-04  Jim Meyering  <meyering@lucent.com>
23457
23458         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
23459         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
23460         lacks mbrtowc.
23461
23462 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23463
23464         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
23465         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
23466
23467 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23468         and Bruno Haible  <haible@clisp.cons.org>
23469
23470         * lib/quotearg.c (mbrtowc):
23471         Assign to *pwc, and return 1 only if result is nonzero.
23472         (iswprint): Use ISPRINT when substituting our own mbrtowc.
23473
23474 2000-07-03  Jim Meyering  <meyering@lucent.com>
23475
23476         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
23477
23478 2000-07-03  Jim Meyering  <meyering@lucent.com>
23479
23480         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
23481         This is necessary to get a definition of e.g., UTMP_FILE on
23482         HP-UX 10.20.
23483         From Bob Proulx.
23484
23485 2000-07-02  Jim Meyering  <meyering@lucent.com>
23486
23487         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
23488
23489         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
23490         AC_LIBOBJ(function_name).
23491         * m4/chown.m4: Likewise.
23492         * m4/fnmatch.m4: Likewise.
23493         * m4/ftruncate.m4: Likewise.
23494         * m4/getgroups.m4: Likewise.
23495         * m4/getline.m4: Likewise.
23496         * m4/group-member.m4: Likewise.
23497         * m4/jm-macros.m4: Likewise.
23498         * m4/lstat.m4: Likewise.
23499         * m4/malloc.m4: Likewise.
23500         * m4/memcmp.m4: Likewise.
23501         * m4/nanosleep.m4: Likewise.
23502         * m4/putenv.m4: Likewise.
23503         * m4/realloc.m4: Likewise.
23504         * m4/regex.m4: Likewise.
23505         * m4/stat.m4: Likewise.
23506         * m4/strftime.m4: Likewise.
23507
23508 2000-07-02  Jim Meyering  <meyering@lucent.com>
23509
23510         * lib/quotearg.c (mbstate_t): Don't define here.
23511
23512 2000-07-02  Jim Meyering  <meyering@lucent.com>
23513
23514         * lib/nanosleep.c (SIGCONT): Define if not already defined.
23515
23516 2000-07-01  Jim Meyering  <meyering@lucent.com>
23517
23518         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
23519
23520 2000-07-01  Jim Meyering  <meyering@lucent.com>
23521
23522         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
23523         problem.
23524
23525 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23526
23527         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
23528         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
23529
23530 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23531
23532         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
23533         per change in ../m4/ls-mntd-fs.m4.
23534         (read_filesystem_list): Ignore symbolic links.
23535
23536 2000-06-29  Jim Meyering  <meyering@lucent.com>
23537
23538         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
23539         for declaration of strcmp.
23540
23541         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
23542
23543         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
23544         Avoid warning by casting result to `char *' to remove `const'.
23545
23546 2000-06-28  Jim Meyering  <meyering@lucent.com>
23547
23548         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
23549         included by quotearg.c, for which we perform this test.  From
23550         Bruno Haible.
23551
23552 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23553
23554         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
23555         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
23556         <utmpx.h> exists, put readutmp.o into LIBOBJS.
23557
23558 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23559
23560         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
23561
23562 2000-06-26  Paul Eggert  <eggert@twinsun.com>
23563
23564         savedir now sets errno on failure and invokes xmalloc to get memory.
23565         Fix a couple of other minor bugs while we're at it.
23566
23567         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
23568         (NAMLEN): Remove macro.
23569         (malloc, realloc): Remove decls.
23570         (stpcpy): Likewise.
23571         ("xalloc.h"): Include.
23572         (NAME_SIZE_DEFAULT): New macro.
23573         (savedir): Use xmalloc / xrealloc to allocate memory.
23574         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
23575         Skip "" directory entries.
23576         Use strlen to calculate directory entry length, since the old method
23577         is rarely used these days and isn't worth supporting.
23578         Don't use a pointer after freeing it.
23579         Check for integer overflow when calculating allocation size.
23580         Use memcpy to copy entries, instead of stpcpy.
23581         Set errno properly when returning NULL.
23582         Check for readdir error.
23583
23584 2000-06-26  Jim Meyering  <meyering@lucent.com>
23585
23586         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
23587
23588 2000-06-25  Jim Meyering  <meyering@lucent.com>
23589
23590         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
23591         Linux header bug when _XOPEN_SOURCE is defined to 500.
23592
23593 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23594
23595         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
23596         deficiency.
23597
23598 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23599
23600         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
23601         Include xalloc.h.
23602         Don't include <stdlib.h>.  Don't declare malloc, realloc.
23603
23604 2000-06-24  Jim Meyering  <meyering@lucent.com>
23605
23606         * m4/strerror_r.m4: Revive this file -- to try out an experimental
23607         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
23608         for which strerror does return char*, but which lacks a conveniently
23609         accessible declaration of the function.  If the compile-test says
23610         strerror_r doesn't work, then resort to a `run'-test that works on
23611         BeOS and segfaults on DEC Unix.
23612
23613 2000-06-24  Jim Meyering  <meyering@lucent.com>
23614
23615         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
23616
23617 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23618
23619         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
23620         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
23621
23622 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23623
23624         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
23625         (mbrtowc, mbstate_t): Define substitutes if
23626         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
23627         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
23628         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
23629
23630 2000-06-23  Jim Meyering  <meyering@lucent.com>
23631
23632         * m4/afs.m4: Add missing AC_MSG_RESULT.
23633         Reported by Bruno Haible.
23634
23635         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
23636         Suggestion from Bruno Haible.
23637
23638 2000-06-23  Jim Meyering  <meyering@lucent.com>
23639
23640         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
23641
23642 2000-06-21  Jim Meyering  <meyering@lucent.com>
23643
23644         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
23645
23646 2000-06-21  Jim Meyering  <meyering@lucent.com>
23647
23648         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
23649         (noinst_HEADERS): Add getstr.h.
23650
23651         * lib/getline.c (getstr): Move into a separate file.
23652         * lib/getstr.c (getstr): New file, extracted from getline.c, with
23653         the following changes: new parameter, delim2; both delim[12]
23654         parameters have type `int', not `char'.  The latter would lose
23655         with 8-bit delimiters.
23656         * lib/getstr.h: New file.
23657
23658 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23659
23660         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
23661         than 1024, return a memory chunk of least possible size, instead
23662         of size PATH_MAX + 2. In the loop, increment the size proportionally.
23663         Use free/xmalloc instead of xrealloc to avoid copying for very long
23664         paths.
23665
23666 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23667
23668         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
23669         the empty string.
23670
23671 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23672
23673         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
23674         address, not strdup.  Include <stdlib.h> and don't declare free().
23675
23676 2000-06-19  Jim Meyering  <meyering@lucent.com>
23677
23678         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
23679
23680 2000-06-18  Jim Meyering  <meyering@lucent.com>
23681
23682         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
23683
23684         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
23685         `checking whether...' message to be consistent with that of the
23686         lstat test.
23687
23688 2000-06-18  Jim Meyering  <meyering@lucent.com>
23689
23690         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
23691         Besides, these days every porting target provides a mkdir function.
23692
23693         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
23694         needed. (this snippet comes from src/system.h).
23695
23696 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
23697
23698         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
23699
23700 2000-06-15  Paul Eggert  <eggert@twinsun.com>
23701
23702         * lib/human.c (adjust_value): New function.
23703         (human_readable_inexact): Apply rounding style even when
23704         printing approximate values.
23705
23706 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23707
23708         * lib/human.c (human_readable_inexact): Allow an input block
23709         size that is not a multiple of the output block size, and vice versa.
23710         Reported by Piergiorgio Sartor.
23711
23712 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23713
23714         * lib/getdate.y (get_date): Apply relative times after time
23715         zone indicator, not before.  Reported by Todd A. Jacobs.
23716
23717 2000-06-13  Jim Meyering  <meyering@lucent.com>
23718
23719         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
23720
23721         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
23722
23723 2000-06-12  Paul Eggert  <eggert@twinsun.com>
23724
23725         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
23726
23727 2000-06-12  Jim Meyering  <meyering@lucent.com>
23728
23729         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
23730         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
23731         optional argument.
23732         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
23733         the optional argument, `lib'.
23734
23735 2000-06-08  Jim Meyering  <meyering@lucent.com>
23736
23737         * m4/largefile.m4: Remove file (now that it's part of autoconf).
23738
23739 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23740
23741         Rewrite largefile configuration so that we don't need to run
23742         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
23743         AC_CANONICAL_HOST in configure.in -- jmm]
23744
23745         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
23746         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
23747         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
23748         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
23749         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
23750         All uses changed.
23751         Instead of inspecting the output of getconf, try to compile the
23752         test program without and with the macro definition.
23753         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
23754         for getconf.  Instead, check for the needed flags by compiling
23755         test programs.
23756
23757 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23758
23759         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
23760
23761 2000-06-04  Jim Meyering  <meyering@lucent.com>
23762
23763         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
23764         SunOS 4.1.4 for which gid_t is an unsigned type.
23765
23766 2000-06-03  Jim Meyering  <meyering@lucent.com>
23767
23768         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
23769         now that autoconf requires that.
23770
23771         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
23772         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
23773         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
23774
23775 2000-06-03  Jim Meyering  <meyering@lucent.com>
23776
23777         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
23778
23779 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23780
23781         * m4/glibc21.m4: New file.
23782         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
23783
23784 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23785
23786         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
23787         newer, don't install charset.alias.
23788         * lib/config.charset: Change the Linux/glibc rules so they become empty
23789         on glibc-2.1 or newer.
23790
23791 2000-06-02  Jim Meyering  <meyering@lucent.com>
23792
23793         * lib/mountlist.c: Back out last change.  Instead, do this...
23794         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
23795         me_dummy member using the same `ignore'-testing code.
23796         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
23797         fs_type strings.
23798         From Mark D. Roth.
23799
23800 2000-05-29  Jim Meyering  <meyering@lucent.com>
23801
23802         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
23803         mounts with the `ignore' attribute.  Based on a patch from
23804         Mark D. Roth.
23805
23806 2000-05-28  Jim Meyering  <meyering@lucent.com>
23807
23808         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
23809         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23810         * m4/stat.m4: Likewise.
23811         * m4/lstat.m4: Likewise.
23812         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
23813
23814         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
23815         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
23816
23817 2000-05-26  Jim Meyering  <meyering@lucent.com>
23818
23819         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
23820
23821 2000-05-24  Jim Meyering  <meyering@lucent.com>
23822
23823         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
23824         autoconf requires that.
23825         * m4/lib-check.m4: Likewise.
23826         * m4/jm-macros.m4: Likewise.
23827         * m4/strftime.m4: Likewise.
23828
23829         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
23830         AC_CHECK_DECLS, now that autoconf requires that.
23831
23832 2000-05-22  Jim Meyering  <meyering@lucent.com>
23833
23834         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23835         * m4/lstat.m4: Likewise.
23836
23837 2000-05-22  Jim Meyering  <meyering@lucent.com>
23838
23839         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
23840
23841 2000-05-20  Jim Meyering  <meyering@lucent.com>
23842
23843         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
23844         (jm_PREREQ): Use it.
23845
23846 2000-05-18  Jim Meyering  <meyering@lucent.com>
23847
23848         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
23849         back, too, since it may have been modified by allocate_entry.
23850         (hash_delete): Rewrite to use neither the assignment operator
23851         nor the comma operator in an if-expression.
23852
23853 2000-05-15  Paul Eggert  <eggert@twinsun.com>
23854
23855         * lib/closeout.c:
23856         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
23857         Remove; no longer needed.
23858         "quotearg.h": Add include.
23859         (file_name): Do not bother to explicitly initialize to NULL; it's less
23860         efficient on some hosts.
23861         (close_stdout_status): Remove test as to whether stdout was already
23862         closed; it breaks for the case "echo x | sort >&-".
23863         Quote file name colons.
23864         Do not assume that _("write error") lacks format strings.
23865
23866 2000-05-15  Jim Meyering  <meyering@lucent.com>
23867
23868         * lib/version-etc.c (version_etc_copyright): Update the copyright
23869         string used in all --version output.
23870
23871 2000-05-14  Jim Meyering  <meyering@lucent.com>
23872
23873         * lib/closeout.c (close_stdout_set_file_name): New function.
23874         (close_stdout_status): Use new file-scoped global.
23875         Return right away if fstat says the stdout file descriptor is invalid.
23876         * lib/closeout.h (close_stdout_set_file_name): Declare.
23877
23878 2000-05-10  Jim Meyering  <meyering@lucent.com>
23879
23880         * lib/closeout.c [default_exit_status]: New file-scoped variable.
23881         (close_stdout_set_status): New function.
23882         * lib/closeout.h (close_stdout_set_status): Declare.
23883
23884 2000-05-09  Jim Meyering  <meyering@lucent.com>
23885
23886         * m4/gettext.m4: Rename this...
23887         * m4/libintl.m4: ...to this.
23888
23889 2000-05-08  Jim Meyering  <meyering@lucent.com>
23890
23891         * lib/long-options.c: Don't include closeout.h.
23892         (parse_long_options): Don't call close_stdout for --version.
23893
23894 2000-05-06  Paul Eggert  <eggert@twinsun.com>
23895
23896         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
23897         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
23898         2.1.3 bug.  This avoids a clash when files like regex.c define
23899         _GNU_SOURCE.
23900
23901 2000-05-06  Jim Meyering  <meyering@lucent.com>
23902
23903         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
23904         (AC_REPLACE_FUNCS): Add strnlen.
23905
23906         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
23907         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
23908
23909         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
23910         AC_SEARCH_LIBS call for nanosleep.
23911         (LIB_NANOSLEEP): Set and AC_SUBST.
23912
23913 2000-05-06  Jim Meyering  <meyering@lucent.com>
23914
23915         * lib/strnlen.c: Undefine __strnlen and strnlen.
23916         [!weak_alias]: Define __strnlen to strnlen.
23917
23918         * lib/atexit.c: New file, from libiberty.
23919
23920 2000-05-06  Jim Meyering  <meyering@lucent.com>
23921
23922         * lib/closeout.c (close_stdout_status): Also check for errors on the
23923         stderr stream.
23924
23925 2000-05-05  Jim Meyering  <meyering@lucent.com>
23926
23927         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
23928         AC_SEARCH_LIBS call for clock_gettime.
23929         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
23930
23931         * m4/search-libs.m4: Update from autoconf.
23932
23933         su doesn't work on Solaris 2.6.
23934         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
23935         <shadow.h>.  Reported by Dragos Harabor.
23936
23937 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
23938
23939         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
23940         memcpy instead of xmalloc, xrealloc, path_concat.
23941         (locale_charset): Treat empty environment variables as absent.
23942         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
23943
23944 2000-05-04  Jim Meyering  <meyering@lucent.com>
23945
23946         * lib/getopt.c: Update from glibc.
23947         * lib/obstack.c: Likewise.
23948         * lib/obstack.h: Likewise.
23949         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
23950         file
23951
23952         * lib/regex.h: Likewise.
23953         * lib/strndup.c: Likewise.
23954         * lib/strnlen.c: New file, from glibc.
23955
23956 2000-05-03  Jim Meyering  <meyering@lucent.com>
23957
23958         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
23959
23960 2000-05-02  Paul Eggert  <eggert@twinsun.com>
23961
23962         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
23963         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
23964         compile-time test, rather than inspecting host and OS, to
23965         decide whether to define _LARGEFILE_SOURCE.
23966
23967 2000-05-01  Jim Meyering  <meyering@lucent.com>
23968
23969         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
23970
23971         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
23972         Based on a patch from Bruno Haible.
23973
23974 2000-05-01  Jim Meyering  <meyering@lucent.com>
23975
23976         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
23977
23978 2000-04-29  Jim Meyering  <meyering@lucent.com>
23979
23980         * lib/path-concat.c: Declare strdup only if it's not defined.
23981         * lib/canon-host.c: Likewise.
23982
23983 2000-04-28  Jim Meyering  <meyering@lucent.com>
23984
23985         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
23986         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
23987         is included first, then limits.h is included by locale.h by libintl.h.
23988         From John David Anglin.
23989
23990 2000-04-25  Jim Meyering  <meyering@lucent.com>
23991
23992         * lib/makepath.c (S_IRWXUGO): Define.
23993         (make_path): Always perform explicit chmod if MODE specifies any
23994         of the `special' permission bits.  Prompted by a bug report against
23995         install from Mate Wierdl and Joost van Baal.
23996
23997 2000-04-18  Jim Meyering  <meyering@lucent.com>
23998
23999         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
24000         (jm_PREREQ): Use it.
24001
24002 2000-04-18  Jim Meyering  <meyering@lucent.com>
24003
24004         * lib/README: New file.
24005
24006         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
24007         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
24008
24009 2000-04-17  Jim Meyering  <meyering@lucent.com>
24010
24011         Get it right :-)
24012         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
24013         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
24014         Suggestion from Akim Demaille.
24015
24016 2000-04-17  Jim Meyering  <meyering@lucent.com>
24017
24018         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
24019         the definition of it to rpl_strftime also defined-away the system's
24020         declaration.
24021
24022 2000-04-15  Jim Meyering  <meyering@lucent.com>
24023
24024         Use `C' to denote so-called `contiguous' files, the same way
24025         that tar does.
24026         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
24027         (ftypelet): Use S_ISCTG.
24028         From Michael Deutschmann.
24029
24030 2000-04-14  Jim Meyering  <meyering@lucent.com>
24031
24032         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
24033         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
24034         clobbered.
24035
24036 2000-04-14  Jim Meyering  <meyering@lucent.com>
24037
24038         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
24039
24040 2000-04-13  Jim Meyering  <meyering@lucent.com>
24041
24042         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
24043         AH_VERBATIM to insert required #ifndef into config.h.in.
24044         Suggestion from Akim Demaille.
24045
24046 2000-04-12  Jim Meyering  <meyering@lucent.com>
24047
24048         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
24049         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
24050         Christian Krackowizer.
24051
24052         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
24053         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
24054         (AC_SYS_LARGEFILE): Require.
24055         (AM_C_PROTOTYPES): Require.
24056
24057 2000-04-08  Jim Meyering  <meyering@lucent.com>
24058
24059         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
24060         names don't conflict.  Reported by Eli Zaretskii.
24061
24062 2000-04-07  Jim Meyering  <meyering@lucent.com>
24063
24064         * lib/putenv.c: Move inclusion of errno.h so it follows that of
24065         sys/types.h, to work around system header problems on AIX 3.2.5.
24066         From Bruno Haible.
24067
24068 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
24069
24070         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
24071         bug.  Deal with the different error behavior of Irix iconv.
24072
24073 2000-04-05  Paul Eggert  <eggert@twinsun.com>
24074
24075         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
24076         IRIX if the installer said otherwise.
24077
24078 2000-04-05  Jim Meyering  <meyering@lucent.com>
24079
24080         Portability tweaks required for ultrix4.3.
24081         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
24082         (jm_CHECK_DECLS): Add getutent to the list of functions.
24083         (_jm_DECL_HEADERS): Add utmpx.h.
24084         From John David Anglin.
24085
24086         * m4/strftime.m4: Back out the 2000-04-02 change.
24087         Instead of that change, simply undefine putenv in the test program.
24088
24089 2000-04-05  Jim Meyering  <meyering@lucent.com>
24090
24091         Portability tweaks required for ultrix4.3.
24092         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
24093         getutent.
24094         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
24095         * lib/canon-host.c: Declare strdup.
24096         * lib/path-concat.c: Likewise.
24097         From John David Anglin.
24098
24099 2000-04-04  Jim Meyering  <meyering@lucent.com>
24100
24101         Be more DOS 8.3-friendly.
24102         * lib/ref-add.sin: Renamed from ref-add.sed.in.
24103         * lib/ref-del.sin: Renamed from ref-del.sed.in.
24104         * lib/Makefile.am: Reflect renaming.
24105         Reported by Eli Zaretskii.
24106
24107         Use a temporary file name that won't clash with `charset.alias'
24108         in the DOS 8.3 name space.
24109         * lib/Makefile.am (charset_tmp): Define.
24110         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
24111         (uninstall-local): Likewise.
24112         Reported by Eli Zaretskii.
24113
24114 2000-04-03  Jim Meyering  <meyering@lucent.com>
24115
24116         * m4/gettext.m4: Fix typo in comment.
24117
24118         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
24119         textutils/configure.in).  Suggestion from Paul Eggert.
24120         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
24121
24122 2000-04-02  Paul Eggert  <eggert@twinsun.com>
24123
24124         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
24125         variable in the shell rather than using putenv, which isn't
24126         portable.  This avoids the configure-time inter-test dependency
24127         on the potentially-renamed putenv function.
24128
24129 2000-03-30  Paul Eggert  <eggert@twinsun.com>
24130
24131         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
24132         before checking struct stat.st_blksize, so that
24133         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
24134
24135 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24136
24137         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
24138         since strftime.c uses HAVE_STRFTIME to decide whether to use
24139         the underlying strftime.
24140
24141 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24142
24143         * lib/time/strftime.c (my_strftime): Make sure we call the system
24144         strftime, not ourselves, when invoking the underlying strftime.
24145
24146 2000-03-24  Jim Meyering  <meyering@lucent.com>
24147
24148         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
24149         (charset_alias): Define.
24150         (install-exec-local): Factor out common code.
24151         (uninstall-local): Split lines longer than 80.
24152         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
24153         (SUFFIXES): Define.
24154         (.sed.in.sed): New rule.  Don't redirect directly to $@.
24155         (CLEANFILES): Add ref-add.sed and ref-del.sed.
24156
24157 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
24158
24159         * lib/config.charset: Output a line containing "Packages using this
24160         file".
24161         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
24162         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
24163         ref-del.sed): New rules.
24164
24165 2000-03-17  Jim Meyering  <meyering@lucent.com>
24166
24167         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
24168         Otherwise, include <strings.h>
24169
24170 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
24171
24172         * lib/unicodeio.c (utf8_wctomb): New function.
24173         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
24174         format instead of in UCS-4 with platform dependent endianness.
24175
24176 2000-03-10  Jim Meyering  <meyering@lucent.com>
24177
24178         * m4/lib-check.m4: Look for getspnam in -lgen, too.
24179         From Marco Franzen.
24180
24181 2000-03-07  Paul Eggert  <eggert@twinsun.com>
24182
24183         * lib/savedir.c (savedir): Work even if directory size is
24184         negative; this can happen with some screwy NFS configurations.
24185
24186 2000-03-06  Jim Meyering  <meyering@lucent.com>
24187
24188         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
24189         if it's NULL (because we ran out of memory).  From Bruno Haible.
24190
24191 2000-03-05  Jim Meyering  <meyering@lucent.com>
24192
24193         * lib/localcharset.c ("path-concat.h"): Include.
24194         (get_charset_aliases): Use path_concat instead of ANSI string
24195         concatenation.
24196
24197         * lib/unicodeio.h (PARAMS): Define.
24198         Use it to guard prototype.
24199
24200 2000-03-04  Jim Meyering  <meyering@lucent.com>
24201
24202         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
24203         for lib/localcharset.c.
24204
24205 2000-03-04  Jim Meyering  <meyering@lucent.com>
24206
24207         * lib/Makefile.am (install-exec-local): Create $(libdir) before
24208         installing into it.
24209         (uninstall-local): Uncomment this rule so `make distcheck' works
24210         once again.
24211
24212         * lib/unicodeio.c (<errno.h>): Include it.
24213         (errno): Declare if not defined.
24214
24215         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
24216
24217         * lib/config.charset: New version, incorporating remarks from a linux
24218         i18n mailing list.  From Bruno Haible.
24219
24220 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
24221
24222         * m4/codeset.m4: New file.
24223         * m4/iconv.m4: New file.
24224         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
24225
24226 2000-03-03  Jim Meyering  <meyering@lucent.com>
24227
24228         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
24229
24230 2000-03-02  Jim Meyering  <meyering@lucent.com>
24231
24232         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
24233         the messages come out on separate lines.
24234
24235         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
24236         rather than jm_CHECK_DECLARATIONS.
24237         * m4/decl.m4: Remove now-unused file.
24238
24239         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
24240         geteuid.
24241
24242 2000-03-02  Jim Meyering  <meyering@lucent.com>
24243
24244         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
24245
24246 2000-03-01  Jim Meyering  <meyering@lucent.com>
24247
24248         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
24249         * lib/unicodeio.c: Likewise.
24250
24251 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
24252
24253         * lib/config.charset: New file.
24254         * lib/localcharset.c: New file.
24255         * lib/unicodeio.h, lib/unicodeio.c: New files.
24256         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
24257         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
24258         (noinst_HEADERS): Add unicodeio.h.
24259         (all-local, install-exec-local, charset.alias): New targets.
24260
24261 2000-02-28  Paul Eggert  <eggert@twinsun.com>
24262
24263         * lib/quotearg.c (ALERT_CHAR): New macro.
24264         (quotearg_buffer_restyled): Use it.
24265
24266 2000-02-27  Jim Meyering  <meyering@lucent.com>
24267
24268         * m4/check-decl.m4: Add getenv to the list.
24269
24270 2000-02-27  Jim Meyering  <meyering@lucent.com>
24271
24272         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
24273         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
24274
24275         * lib/backupfile.c: Guard inclusion of stdlib.h with
24276         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
24277         Declare malloc if needed.
24278
24279         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
24280         `#ifndef HAVE_DECL..'
24281         now that autoconf always defines the HAVE_DECL_ symbols.
24282         * lib/human.c: Likewise.
24283         * lib/same.c: Likewise.
24284         * lib/strtoumax.c: Likewise.
24285
24286         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
24287         declaration check was not run.
24288         * lib/hash.c: Likewise.
24289         * lib/human.c: Likewise.
24290         * lib/same.c: Likewise.
24291         * lib/strtoumax.c: Likewise.
24292
24293         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
24294         `.', then first look up the entire `.'-containing string as a login
24295         name.
24296
24297 2000-02-23  Jim Meyering  <meyering@lucent.com>
24298
24299         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
24300         in place of my hack.
24301
24302 2000-02-18  Paul Eggert  <eggert@twinsun.com>
24303
24304         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
24305         (textint): New typedef.
24306         (parser_control): Member year changed from int to textint.
24307         All uses changed.
24308         (YYSTYPE): Removed; replaced by %union with int and textint members.
24309         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
24310         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
24311         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
24312         (tSNUMBER, tUNUMBER): Now of type <textintval>.
24313         (date, number, to_year): Use width of number in digits, not its value,
24314         to determine whether it's a 2-digit year, or a 2-digit time.
24315         (yylex): Store number of digits of numeric tokens.
24316         Reported by John Kendall.
24317
24318         (parser_control): Changed from struct parser_control to typedef (for
24319         consistency).  All uses changed.
24320
24321         (tID): Removed; not used.
24322         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
24323
24324 2000-02-14  Paul Eggert  <eggert@twinsun.com>
24325
24326         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
24327         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
24328
24329 2000-02-12  Jim Meyering  <meyering@lucent.com>
24330
24331         * lib/userspec.c (ISDIGIT): Define it.
24332         (isdigit): Remove definition.
24333         (is_number): Use ISDIGIT, not isdigit.
24334         <libintl.h>: Include.
24335         (_ and N_): Define.
24336         (parse_user_spec): Mark translatable strings.
24337
24338 2000-02-10  Jim Meyering  <meyering@lucent.com>
24339
24340         With these changes, nanosleep.[ch] are finally enough like the other
24341         lib/* replacement files to compile on a few more losing systems.
24342
24343         * lib/nanosleep.h: Don't include config.h.
24344         Remove prototype from declaration of nanosleep.
24345         (PARAMS): Remove now-unneeded definition.
24346         * lib/nanosleep.c: #undef nanosleep.
24347         (rpl_nanosleep): Rename from nanosleep.
24348
24349 2000-02-10  Jim Meyering  <meyering@lucent.com>
24350
24351         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
24352         gnu_nanosleep to rpl_nanosleep.
24353
24354 2000-02-09  Jim Meyering  <meyering@lucent.com>
24355
24356         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
24357         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
24358
24359 2000-02-08  Akim Demaille  <akim@epita.fr>
24360
24361         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
24362         `[' and `]' and remove uses of `changequote'.
24363         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
24364         (AC_SYS_LARGEFILE): Likewise.
24365         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
24366         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
24367         of changequote.
24368         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
24369         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
24370         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
24371         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
24372
24373 2000-02-05  Jim Meyering  <meyering@lucent.com>
24374
24375         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
24376         Remove explicit use of AC_HEADER_TIME.  It is required by
24377         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
24378         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
24379         in autoconf whereby the expansion of the latter ended up preceding
24380         the expansion of its prerequisite, AC_HEADER_TIME.
24381         Reported by Volker Borchert.
24382
24383 2000-02-03  Jim Meyering  <meyering@lucent.com>
24384
24385         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
24386
24387 2000-02-03  Jim Meyering  <meyering@lucent.com>
24388
24389         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
24390         rather than with `#if HAVE_UTMPNAME'.
24391
24392 2000-02-02  Jim Meyering  <meyering@lucent.com>
24393
24394         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
24395         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
24396         Reported by Eli Zaretskii.
24397
24398 2000-02-01  Jim Meyering  <meyering@lucent.com>
24399
24400         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
24401
24402 2000-01-31  Jim Meyering  <meyering@lucent.com>
24403
24404         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
24405         functions.  Add the time.h and sys/time.h headers along with the
24406         AC_REQUIRE'ment of AC_HEADER_TIME.
24407
24408 2000-01-31  Jim Meyering  <meyering@lucent.com>
24409
24410         * lib/nanosleep.h (nanosleep): Guard declaration with
24411         `#if ! HAVE_DECL_NANOSLEEP'.
24412         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
24413         the declaration in that vendor's sys/timers.h.
24414         Reported by Christian Krackowizer.
24415
24416         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
24417         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
24418         (ISPRINT): Likewise.
24419         Reported by Tom Tromey.
24420
24421 2000-01-30  Jim Meyering  <meyering@lucent.com>
24422
24423         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
24424
24425         * m4/prereq.m4 (utmp_includes): Define.
24426         Check for ut_user and ut_name members in both struct utmpx
24427         and struct utmp.
24428
24429 2000-01-30  Jim Meyering  <meyering@lucent.com>
24430
24431         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
24432         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
24433         header files where only utmpx.ut_user is declared.
24434
24435         * lib/readutmp.h (UT_USER): Define.
24436
24437 2000-01-29  Jim Meyering  <meyering@lucent.com>
24438
24439         * m4/lib-check.m4: New file containing library-related checks from
24440         fileutils and sh-utils (textutils had none).
24441
24442 2000-01-28  Jim Meyering  <meyering@lucent.com>
24443
24444         * m4/perl.m4: Change format of warning message to look more like that
24445         from the missing script.  Suggestion from François Pinard.
24446
24447 2000-01-25  Jim Meyering  <meyering@lucent.com>
24448
24449         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
24450         well as time.h in the compile check.
24451         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
24452         Fix typo in cross-compiling case: s/yes/no/.
24453
24454 2000-01-23  Jim Meyering  <meyering@lucent.com>
24455
24456         * m4/jm-macros.m4: Move df-related tests here from
24457         fileutils/configure.in
24458
24459         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
24460         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
24461
24462         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
24463         s/space/ac_fsusage_space/.
24464         (jm_FILE_SYSTEM_USAGE): Take two parameters.
24465
24466         * m4/ftruncate.m4: New file (derived from part of
24467         fileutils/configure.in).
24468         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
24469         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
24470
24471         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
24472         AC_SUBST these here, rather than just in sh-util/configure.in, so
24473         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
24474         all the same.
24475         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
24476         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
24477         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
24478         (AC_SUBST(POW_LIBM)): Likewise.
24479         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
24480
24481 2000-01-23  Jim Meyering  <meyering@lucent.com>
24482
24483         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
24484         obstack.c.
24485
24486 2000-01-22  Jim Meyering  <meyering@lucent.com>
24487
24488         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
24489
24490         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
24491
24492         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
24493         configure.in
24494         (AC_CHECK_HEADERS): Likewise for sh-utils.
24495         (AC_CHECK_HEADERS): Likewise for textutils.
24496         Merge the three lists of headers.
24497
24498         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
24499         from fileutils' configure.in.
24500
24501         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
24502         code. Moved tests into their own function (_jm_DECL_HEADERS) in
24503         check-decl.m4.
24504
24505         * m4/check-decl.m4: Use #if rather than #ifdef.
24506         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
24507         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
24508         (_jm_DECL_HEADERS): Define new function.
24509         (jm_CHECK_DECLARATIONS): Require it.
24510
24511 2000-01-22  Jim Meyering  <meyering@lucent.com>
24512
24513         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
24514         [! HAVE_DECL_STRTOULL]: Declare strtoull.
24515         Required for some AIX systems.  Reported by Christian Krackowizer.
24516         [TESTING] (main): New function.
24517
24518         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
24519         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
24520         letters.
24521
24522         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
24523         iswprint.
24524
24525         * lib/strverscmp.c (ISDIGIT): Define.
24526         (strverscmp): Use ISDIGIT, not isdigit.
24527
24528 2000-01-19  Jim Meyering  <meyering@lucent.com>
24529
24530         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
24531         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
24532         defines `struct timespec' in <sys/time.h>
24533
24534         * m4/c-bs-a.m4: Remove uses of changequote altogether.
24535         Thanks to Akim for explaining.
24536
24537 2000-01-17  Paul Eggert  <eggert@twinsun.com>
24538
24539         * lib/nanosleep.c (nanosleep):
24540         Don't use SA_INTERRUPT to decide whether to call sigaction, as
24541         POSIX.1 doesn't require SA_INTERRUPT and some systems
24542         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
24543         it's been part of POSIX.1 since day 1 (in 1988).
24544
24545 2000-01-17  Jim Meyering  <meyering@lucent.com>
24546
24547         * lib/interlock: Remove unused file.  Reported by François Pinard.
24548
24549 2000-01-16  Paul Eggert  <eggert@twinsun.com>
24550
24551         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
24552         alert, backslash, formfeed, and vertical tab unnecessarily in
24553         shell quoting style.
24554
24555 2000-01-16  Jim Meyering  <meyering@lucent.com>
24556
24557         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
24558         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
24559         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
24560         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
24561
24562 2000-01-16  Jim Meyering  <meyering@lucent.com>
24563
24564         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
24565         because the latter didn't work.
24566
24567 2000-01-15  Jim Meyering  <meyering@lucent.com>
24568
24569         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
24570         (AC_REPLACE_FUNCS): Add memcpy and memset.
24571         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
24572         Add strpbrk.
24573         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
24574
24575 2000-01-12  Jim Meyering  <meyering@lucent.com>
24576
24577         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
24578         (jm_PREREQ): Use it.
24579         (jm_PREREQ_READUTMP): New macro.
24580         (jm_PREREQ): Use it.
24581
24582 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24583
24584         Quote multibyte characters correctly.
24585         * m4/c-bs-a.m4: New file.
24586         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
24587         (jm_PREREQ): Use it.
24588
24589 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24590
24591         * m4/uintmax_t.m4: Port to autoconf 2.13.
24592
24593 2000-01-08  Jim Meyering  <meyering@ascend.com>
24594
24595         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
24596         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
24597
24598 2000-01-04  Jim Meyering  <meyering@ascend.com>
24599
24600         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
24601         jm_STRUCT_DIRENT_D_TYPE.
24602         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
24603         jm_STRUCT_DIRENT_D_INO.
24604         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
24605         jm_STRUCT_UTIMBUF.
24606         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
24607         renamings.
24608         * m4/utime.m4: Likewise.
24609
24610         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
24611         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
24612
24613 2000-01-03  Paul Eggert  <eggert@twinsun.com>
24614
24615         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
24616         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
24617
24618 2000-01-02  Jim Meyering  <meyering@ascend.com>
24619
24620         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
24621         remember if this is necessary.
24622
24623 1999-12-26  Jim Meyering  <meyering@ascend.com>
24624
24625         * m4/jm-macros.m4: Use it here.
24626         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
24627
24628 1999-12-23  Jim Meyering  <meyering@ascend.com>
24629
24630         * m4/jm-macros.m4: Check for clock_gettime (moved from
24631         fileutils/configure.in)
24632         Check for gettimeofday.
24633
24634 1999-12-20  Jim Meyering  <meyering@ascend.com>
24635
24636         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
24637         autoconf-2.14a-1999-12-20.
24638
24639 1999-12-19  Jim Meyering  <meyering@ascend.com>
24640
24641         * m4/lstat-slash.m4: New file.
24642         * m4/jm-macros.m4: Use the new macro:
24643         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24644
24645 1999-12-07  Jim Meyering  <meyering@ascend.com>
24646
24647         * m4/perl.m4: Require that File::Compare be available, too.
24648         Too many systems seem to lack it.
24649
24650         * m4/strftime.m4: Add checks for most of the cpp macros tested in
24651         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
24652
24653 1999-11-18  Paul Eggert  <eggert@twinsun.com>
24654
24655         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
24656         problem with the QNX 4.25 shell, which doesn't propagate exit
24657         status of failed commands inside shell assignments.
24658
24659 1999-11-17  Jim Meyering  <meyering@ascend.com>
24660
24661         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
24662
24663 1999-11-07  Jim Meyering  <meyering@ascend.com>
24664
24665         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
24666
24667 1999-11-06  Jim Meyering  <meyering@ascend.com>
24668
24669         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
24670         * m4/jm-macros.m4 (jm_MACROS): Use it here.
24671
24672 1999-11-05  Jim Meyering  <meyering@ascend.com>
24673
24674         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
24675         configure.in of textutils, fileutils, and sh-utils into this one
24676         (shared between those packages) file.
24677         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
24678         AC_STRUCT_ST_BLKSIZE.
24679
24680 1999-11-03  Jim Meyering  <meyering@ascend.com>
24681
24682         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
24683         of AC_CHECK_TYPE checks includes unistd.h.
24684         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
24685         Suggestion from Akim Demaille.
24686
24687 1999-10-30  Jim Meyering  <meyering@ascend.com>
24688
24689         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
24690         m4-quoted string.
24691         * m4/ls-mntd-fs.m4: Likewise.
24692         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
24693         * m4/jm-winsz1.m4: Likewise.
24694
24695         * m4/const.m4: Remove file, since the fix made it into the experimental
24696         version of autoconf.
24697         * m4/mktime.m4: Likewise.
24698
24699         * m4/check-type.m4: Remove file, now that the latest version of
24700         AC_CHECK_TYPE takes a third arg to specify additional #includes.
24701
24702         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
24703         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
24704         AC_CHECK_TYPE.
24705
24706 1999-10-04  Jim Meyering  <meyering@ascend.com>
24707
24708         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
24709
24710 1999-09-22  Paul Eggert  <eggert@twinsun.com>
24711
24712         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
24713         2.95.1 bug with HP-UX 10.20.
24714
24715 1999-09-17  Jim Meyering  <meyering@ascend.com>
24716
24717         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
24718         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
24719         due to missing strdup (against sh-utils-2.0).
24720
24721 1999-08-29  Jim Meyering  <meyering@ascend.com>
24722
24723         * m4/jm-macros.m4: Require jm_BISON.
24724         * m4/bison.m4: New file.
24725
24726 1999-08-17  Paul Eggert  <eggert@twinsun.com>
24727
24728         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
24729         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
24730
24731 1999-08-05  Jim Meyering  <meyering@ascend.com>
24732
24733         * m4/getline.m4: Rename test file from conftestdata to conftest.data
24734         to avoid conflicts with `conftest' on 8+3 filesystems.
24735         Suggestion from Eli Zaretskii.
24736
24737 1999-08-04  Jim Meyering  <meyering@ascend.com>
24738
24739         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
24740         fileutils and sh-utils (textutils's getline test was inadequate).
24741         (AM_FUNC_GETLINE): Run this test.
24742         (AC_CHECK_FUNCS): Check for getdelim.
24743         Reported by Bob Proulx.
24744
24745 1999-08-02  Jim Meyering  <meyering@ascend.com>
24746
24747         * m4/jm-macros.m4: Add a comment.
24748
24749 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24750
24751         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
24752         <inttypes.h> defines strtoumax as a macro (and not as a
24753         function).
24754
24755 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24756
24757         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
24758         that we can shift, multiply and divide unsigned long long
24759         values; Ultrix cc can't do it.
24760
24761 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24762
24763         * m4/mktime.m4: New file, which is a preview of what should appear
24764         in the next public autoconf release.
24765
24766 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24767
24768         * m4/lfs.m4: Remove this file.
24769         * m4/largefile.m4: New file.  It contains the old contents of
24770         lfs.m4, except that all names with prefix AC_LFS have been
24771         changed to use the prefix AC_SYS_LARGEFILE instead, to be
24772         compatible with future autoconf versions.  Also, some minor m4
24773         quoting problems have been fixed.
24774
24775 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24776
24777         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
24778         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
24779         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
24780         and simplify the shell code.
24781
24782 1999-08-01  Jim Meyering  <meyering@ascend.com>
24783
24784         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
24785         m4.
24786
24787 1999-07-20  Jim Meyering  <meyering@ascend.com>
24788
24789         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
24790
24791 1999-07-15  Jim Meyering  <meyering@ascend.com>
24792
24793         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
24794
24795 1999-05-22  Jim Meyering  <meyering@ascend.com>
24796
24797         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
24798
24799 1999-05-20  Jim Meyering  <meyering@ascend.com>
24800
24801         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
24802         Add a colon after each `then' in case $4 is empty.
24803
24804 1999-05-16  Jim Meyering  <meyering@ascend.com>
24805
24806         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
24807
24808 1999-05-10  Jim Meyering  <meyering@ascend.com>
24809
24810         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
24811
24812         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
24813         AC_FUNC_MKTIME.
24814
24815 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24816
24817         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
24818
24819 1999-05-04  Paul Eggert  <eggert@twinsun.com>
24820
24821         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
24822         not CPPFLAGS, so that linking works correctly in IRIX.
24823
24824 1999-04-30  Paul Eggert  <eggert@twinsun.com>
24825
24826         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
24827
24828 1999-04-20  Paul Eggert  <eggert@twinsun.com>
24829
24830         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
24831         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
24832         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
24833         jm_AC_TYPE_UNSIGNED_LONG_LONG.
24834         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
24835
24836         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
24837
24838 1999-04-20  Jim Meyering  <meyering@ascend.com>
24839
24840         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
24841         AC_REPLACE xstroull if necessary.  From Paul Eggert.
24842         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
24843
24844 1999-04-18  Jim Meyering  <meyering@ascend.com>
24845
24846         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
24847         * m4/jm-macros.m4: Use it.
24848
24849 1999-04-06  Jim Meyering  <meyering@ascend.com>
24850
24851         * m4/strftime.m4: Remove test for %f.
24852
24853 1999-03-29  Jim Meyering  <meyering@ascend.com>
24854
24855         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
24856         superset of the AC_TYPE_* checks in the textutils, fileutils,
24857         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
24858         AC_TYPE_PID_T.
24859
24860 1999-03-28  Jim Meyering  <meyering@ascend.com>
24861
24862         * m4/jm-macros.m4: Define GNU_PACKAGE here.
24863         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
24864         replaced e.g., in the *.sh files of the sh-utils.
24865
24866 1999-03-20  Jim Meyering  <meyering@ascend.com>
24867
24868         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
24869         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
24870         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
24871
24872 1999-03-19  Jim Meyering  <meyering@ascend.com>
24873
24874         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
24875
24876 1999-03-12  Jim Meyering  <meyering@ascend.com>
24877
24878         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
24879
24880 1999-03-07  Jim Meyering  <meyering@ascend.com>
24881
24882         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
24883         declared.
24884
24885 1999-02-17  Jim Meyering  <meyering@ascend.com>
24886
24887         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
24888         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
24889
24890 1999-02-07  Jim Meyering  <meyering@ascend.com>
24891
24892         * m4/group-member.m4: New file -- extracted from sh-utils'
24893         configure.in.
24894
24895         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
24896         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
24897
24898 1999-02-06  Jim Meyering  <meyering@ascend.com>
24899
24900         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
24901         * m4/fnmatch.m4: Likewise.
24902         * m4/getgroups.m4: Likewise.
24903         * m4/lstat.m4: Likewise.
24904         * m4/malloc.m4: Likewise.
24905         * m4/putenv.m4: Likewise.
24906         * m4/realloc.m4: Likewise.
24907         * m4/regex.m4: Likewise.
24908         * m4/stat.m4: Likewise.
24909         * m4/strftime.m4: Likewise.
24910         Suggestion from Alain Magloire.
24911
24912         * m4/chown.m4: Use `.$ac_objext', not `.o'.
24913         * m4/fnmatch.m4: Likewise.
24914         * m4/getgroups.m4: Likewise.
24915         * m4/getline.m4: Likewise.
24916         * m4/lstat.m4: Likewise.
24917         * m4/malloc.m4: Likewise.
24918         * m4/memcmp.m4: Likewise.
24919         * m4/putenv.m4: Likewise.
24920         * m4/realloc.m4: Likewise.
24921         * m4/regex.m4: Likewise.
24922         * m4/stat.m4: Likewise.
24923         * m4/strftime.m4: Likewise.
24924         Suggestion from Alain Magloire.
24925
24926         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
24927         an argument.
24928
24929         * m4/regex.m4: Add a run-time Test for proper operation of
24930         re_compile_pattern.
24931
24932 1999-01-31  Jim Meyering  <meyering@ascend.com>
24933
24934         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
24935
24936 1999-01-30  Jim Meyering  <meyering@ascend.com>
24937
24938         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
24939
24940         * m4/jm-mktime.m4: Make this a wrapper around the official
24941         AM_FUNC_MKTIME rather than my private copy, now that the official one
24942         is up to date.
24943         * m4/mktime.m4: Remove file.
24944
24945         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
24946         * m4/uptime.m4: Likewise.
24947         * m4/uintmax_t.m4: Likewise.
24948
24949 1999-01-28  Jim Meyering  <meyering@ascend.com>
24950
24951         * m4/jm-macros.m4: Use jm_AFS.
24952         * m4/afs.m4: New file (from fileutils' configure.in).
24953
24954         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
24955         * m4/chown.m4: Likewise.
24956         * m4/d-ino.m4: Likewise.
24957         * m4/d-type.m4: Likewise.
24958         * m4/fnmatch.m4: Likewise.
24959         * m4/getgroups.m4: Likewise.
24960         * m4/gettext.m4: Likewise.
24961         * m4/jm-mktime.m4: Likewise.
24962         * m4/jm-winsz2.m4: Likewise.
24963         * m4/lcmessage.m4: Likewise.
24964         * m4/ls-mntd-fs.m4: Likewise.
24965         * m4/malloc.m4: Likewise.
24966         * m4/memcmp.m4: Likewise.
24967         * m4/putenv.m4: Likewise.
24968         * m4/realloc.m4: Likewise.
24969         * m4/st_mtim.m4: Likewise.
24970         * m4/strftime.m4: Likewise.
24971
24972 1999-01-16  Jim Meyering  <meyering@ascend.com>
24973
24974         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
24975         (ARGMATCH_DIE_DECL): Define.
24976
24977 1999-01-12  Jim Meyering  <meyering@ascend.com>
24978
24979         * m4/Makefile.am.in: Rewrite to avoid using fmt.
24980         Reported by Lars Hecking.
24981
24982 1999-01-10  Jim Meyering  <meyering@ascend.com>
24983
24984         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
24985         gross kludge.
24986         * m4/inttypes_h.m4: Likewise.
24987         * m4/lstat.m4: Likewise.
24988         * m4/malloc.m4: Likewise.
24989         * m4/readdir.m4: Likewise.
24990         * m4/realloc.m4: Likewise.
24991         * m4/st_dm_mode.m4: Likewise.
24992         * m4/stat.m4: Likewise.
24993         * m4/utimbuf.m4: Likewise.
24994         * m4/utimes.m4: Likewise.
24995
24996         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
24997         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
24998         comments in config.h.in are meaningful.
24999
25000         * m4/jm-macros.m4: Require autoconf-2.13 here.
25001
25002         * m4/regex.m4: By default, don't use the included regex.c on systems
25003         with glibc 2.  Suggestion from Uli Drepper.
25004
25005 1999-01-02  Jim Meyering  <meyering@ascend.com>
25006
25007         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
25008
25009 1998-12-18  Jim Meyering  <meyering@ascend.com>
25010
25011         * m4/Makefile.am.in (Makefile.am): Simplify rule.
25012         Based on a suggestion from Lars Hecking.
25013
25014 1998-11-16  Paul Eggert  <eggert@twinsun.com>
25015
25016         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
25017
25018 1998-11-16  Jim Meyering  <meyering@ascend.com>
25019
25020         * m4/lfs.m4: Double-quote the `uname...` expression.
25021
25022 1998-11-14  Jim Meyering  <meyering@ascend.com>
25023
25024         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
25025         * m4/stat.m4: Likewise.
25026
25027 1998-11-03  Jim Meyering  <meyering@ascend.com>
25028
25029         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
25030         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
25031
25032 1998-10-18  Jim Meyering  <meyering@ascend.com>
25033
25034         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
25035
25036 1998-10-17  Jim Meyering  <meyering@ascend.com>
25037
25038         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
25039         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
25040         calls for those previously hard-coded headers.  Instead, take a new
25041         parameter.
25042         (jm_CHECK_DECLARATIONS): Reflect interface change.
25043         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
25044         (jm_CHECK_DECL_LOCALTIME_R): New macro.
25045
25046         * m4/mktime.m4: Test for spring-forward gap before long-running test.
25047
25048 1998-10-14  Jim Meyering  <meyering@ascend.com>
25049
25050         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
25051         instead of "TZ=America/Vancouver".  From Paul Eggert.
25052
25053 1998-10-11  Jim Meyering  <meyering@ascend.com>
25054
25055         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
25056         This adds a test for a recently added compatibility fix for mktime.c.
25057         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
25058
25059 1998-09-27  Jim Meyering  <meyering@ascend.com>
25060
25061         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
25062
25063         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
25064         ../configure.in, including a change from Gordon Matzigkeit to allow
25065         cross-compiling for the Hurd.
25066
25067         * m4/glibc.m4: New file/macro to test for the GNU C Library
25068         versions 1 and 2.  From Gordon Matzigkeit.
25069         Indent.
25070
25071 1998-09-21  Jim Meyering  <meyering@ascend.com>
25072
25073         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
25074
25075 1998-08-18  Paul Eggert  <eggert@twinsun.com>
25076
25077         Port nanosecond-resolution times to UnixWare 2.1.2 and
25078         pedantic Solaris 2.6.
25079
25080         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
25081         AC_STRUCT_ST_MTIM.
25082         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
25083         Generate name of ns member, instead of just 1 or undef.
25084         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
25085
25086 1998-08-15  Jim Meyering  <meyering@ascend.com>
25087
25088         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
25089         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
25090         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
25091         instead of jm_TYPE_SSIZE_T.
25092
25093 1998-08-12  Jim Meyering  <meyering@ascend.com>
25094
25095         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
25096
25097 1998-08-02  Jim Meyering  <meyering@ascend.com>
25098
25099         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
25100         in acconfig.h manually.
25101
25102 1998-07-31  Paul Eggert  <eggert@twinsun.com>
25103
25104         * m4/st_mtim.m4: New file.
25105
25106 1998-07-28  Jim Meyering  <meyering@ascend.com>
25107
25108         * m4/utimes.m4: Undef stat.
25109
25110 1998-07-25  Jim Meyering  <meyering@ascend.com>
25111
25112         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
25113         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
25114
25115 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
25116
25117         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
25118         uid and gid actually remain unchanged.
25119
25120 1998-07-07  Jim Meyering  <meyering@ascend.com>
25121
25122         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
25123
25124 1998-07-04  Jim Meyering  <meyering@ascend.com>
25125
25126         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
25127         to prove that this macro can be used in packages without regex.c.
25128
25129 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25130
25131         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
25132         is to be used.
25133
25134 1998-07-03  Jim Meyering  <meyering@ascend.com>
25135
25136         * m4/gettext.m4: Add -lintl if it's found to be necessary.
25137
25138         * m4/gettext.m4: New file -- from gettext-0.10.35.
25139         * m4/lcmessage.m4: Likewise.
25140         * m4/progtest.m4: Likewise.
25141
25142         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
25143         * m4/jm-macros.m4: Require the new macro.
25144
25145 1998-06-29  Jim Meyering  <meyering@ascend.com>
25146
25147         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
25148         for the definition of NGROUPS (used in a system header included
25149         by sys/mount.h).
25150
25151 1998-06-28  Jim Meyering  <meyering@ascend.com>
25152
25153         * m4/ls-mntd-fs.m4: New file.
25154         * m4/fstypename.m4: New file.
25155
25156         * m4/jm-macros.m4: Require the new macro.
25157         * m4/jm-glibc-io.m4: New file.
25158
25159 1998-05-19  Jim Meyering  <meyering@ascend.com>
25160
25161         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
25162         * m4/lchown.m4: New file.
25163
25164         * m4/Makefile.am.in: New file.
25165         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
25166
25167 1998-05-14  Jim Meyering  <meyering@ascend.com>
25168
25169         * m4/Makefile.am (EXTRA_DIST): Add them.
25170         * m4/jm-macros.m4: New file.
25171         * m4/utimbuf.m4: New file.
25172
25173 1998-05-12  Jim Meyering  <meyering@ascend.com>
25174
25175         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
25176
25177 1998-05-11  Jim Meyering  <meyering@ascend.com>
25178
25179         * m4/isc-posix.m4: New file.
25180
25181 1998-05-10  Jim Meyering  <meyering@ascend.com>
25182
25183         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
25184
25185 1998-05-09  Jim Meyering  <meyering@ascend.com>
25186
25187         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
25188         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
25189         with automake.
25190
25191         * m4/ssize_t.m4: New file.
25192         * m4/mktime.m4: Remove file -- the new automake has this now.
25193
25194 1998-04-26  Jim Meyering  <meyering@ascend.com>
25195
25196         * m4/assert.m4: New file.
25197         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
25198
25199 1998-04-05  Jim Meyering  <meyering@ascend.com>
25200
25201         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
25202         (jm_PREREQ): Use it here.
25203
25204 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25205
25206         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
25207         in acconfig.h.
25208
25209 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
25210
25211         * m4/prereq.m4: New file.
25212         * m4/error.m4: New file.
25213         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
25214
25215 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
25216
25217         * m4/getline.m4: Don't set am_cv_func_working_getline before the
25218         cache-check for the same variable -- that defeated the purpose of
25219         the test; the test program was never run.  This was a problem only
25220         on systems with losing getline functions -- HP-UX 10.20 is one.
25221         Reported by Bjorn Helgaas.
25222
25223 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
25224
25225         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
25226
25227 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
25228
25229         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
25230
25231         * m4/const.m4: New file.  Use an initializer in this declaration
25232         typedef int charset[2]; const charset x;
25233         Reported by Bob Glickstein.
25234
25235 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
25236
25237         * m4/chown.m4: Fix reversed types on -1 args to chown.
25238         From Kaveh Ghazi.
25239
25240 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
25241
25242         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
25243         Add lseek and memchr.
25244
25245         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
25246         T.E.Dickey <dickey@clark.net> said that some older preprocessors
25247         have a 20-character limit on names.
25248
25249 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
25250
25251         * m4/inttypes_h.m4: New file.
25252         * m4/uintmax_t.m4: New file.
25253         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
25254
25255 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
25256   Free Software Foundation, Inc.
25257 Copying and distribution of this file, with or without modification,
25258 are permitted provided the copyright notice and this notice are preserved.