Explain the different license terms for module descriptions,
[gnulib.git] / ChangeLog
1 2007-01-15  Bruno Haible  <bruno@clisp.org>
2
3         * doc/gnulib-intro.texi (Copyright): Explain the different license
4         terms for module descriptions, autoconf macros, tests, documentation.
5
6 2007-01-14  Bruno Haible  <bruno@clisp.org>
7
8         * modules/striconv-tests: New file.
9         * tests/test-striconv.c: New file.
10
11 2007-01-14  Bruno Haible  <bruno@clisp.org>
12
13         * modules/iconv-tests: New file.
14         * tests/test-iconv.c: New file.
15
16 2007-01-14  Bruno Haible  <bruno@clisp.org>
17
18         * gnulib-tool (func_get_license): For test modules, use the license of
19         the main module.
20
21 2007-01-14  Bruno Haible  <bruno@clisp.org>
22
23         * modules/iconv (Include): Clarify that <iconv.h> can only be included
24         if iconv is found to exist.
25
26 2007-01-14  Bruno Haible  <bruno@clisp.org>
27
28         * modules/c-ctype-tests: New file.
29         * tests/test-c-ctype.c: New file.
30
31 2007-01-14  Bruno Haible  <bruno@clisp.org>
32
33         * modules/binary-io-tests: New file.
34         * tests/test-binary-io.sh: New file.
35         * tests/test-binary-io.c: New file.
36
37 2007-01-14  Bruno Haible  <bruno@clisp.org>
38
39         * modules/array-oset-tests: New file.
40         * tests/test-array_oset.c: New file.
41
42 2007-01-14  Bruno Haible  <bruno@clisp.org>
43
44         * modules/array-list-tests: New file.
45         * tests/test-array_list.c: New file.
46
47 2007-01-14  Bruno Haible  <bruno@clisp.org>
48
49         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
50         and make.
51         Reported by Simon Josefsson in
52         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
53
54 2007-01-14  Bruno Haible  <bruno@clisp.org>
55
56         * modules/allocsa-tests: New file.
57         * tests/test-allocsa.c: New file.
58
59 2007-01-14  Bruno Haible  <bruno@clisp.org>
60
61         * modules/fchdir (Depends-on): Add absolute-header.
62         * modules/unistd (Depends-on): Likewise.
63
64 2006-12-30  Bruno Haible  <bruno@clisp.org>
65
66         * modules/fchdir: New file.
67         * modules/unistd (Files): Add lib/unistd_.h.
68         (Makefile.am): Generate unistd.h from unistd_.h.
69         * lib/fchdir.c: New file.
70         * lib/dirent_.h: New file.
71         * lib/unistd_.h: New file.
72         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
73         * m4/fchdir.m4: New file.
74         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
75         (gl_HEADER_UNISTD): Invoke it.
76         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
77         function.
78         * lib/backupfile.c (opendir, closedir): Undefine.
79         * lib/chown.c (open, close): Undefine.
80         * lib/clean-temp.c (open, close): Undefine.
81         * lib/copy-file.c (open, close): Undefine.
82         * lib/execute.c (open, close): Undefine.
83         * lib/fsusage.c (open, close): Undefine.
84         * lib/gc-gnulib.c (open, close): Undefine.
85         * lib/getcwd.c (opendir, closedir): Undefine.
86         * lib/glob.c (opendir, closedir): Undefine.
87         * lib/javacomp.c (open, close): Undefine.
88         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
89         * lib/openat-proc.c (open, close): Undefine.
90         * lib/pagealign_alloc.c (open, close): Undefine.
91         * lib/pipe.c (open, close): Undefine.
92         * lib/progreloc.c (open, close): Undefine.
93         * lib/savedir.c (opendir, closedir): Undefine.
94         * lib/utime.c (open, close): Undefine.
95         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
96
97 2007-01-10  Bruno Haible  <bruno@clisp.org>
98
99         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
100
101 2007-01-12  Eric Blake  <ebb9@byu.net>
102
103         Provide a robust <wchar.h>.  Further simplifications are now
104         possible in other modules, but not included here.
105         * modules/wchar: New module.
106         * m4/wchar.m4: New file.
107         * lib/wchar_.h: Likewise.
108         * modules/mbchar (Depends-on): Depend on wchar, as the first use
109         of the new module.
110         * MODULES.html.sh (Extended multibyte and wide character utilities):
111         New section.
112
113 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
114
115         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
116         to a reasonable default for memory allocation.
117         (xreadlink): Don't allocate a huge buffer, to work around a buggy
118         file system that reports garbage st_size values for symlinks.
119         Problem reported by Liyang Hu.
120
121 2007-01-11  Simon Josefsson  <simon@josefsson.org>
122
123         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
124         Emacs .#* auto-save files).
125
126 2007-01-11  Bruno Haible  <bruno@clisp.org>
127
128         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
129         directory.
130
131 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
132
133         Use @...@ consistently in lib/wctype_.h.
134         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
135         on it being set to 1 or 0.
136         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
137         go back to AC_SUBSTing it.
138         * modules/wctype (Makefile.am): Undo previous change.
139
140 2007-01-10  Eric Blake  <ebb9@byu.net>
141
142         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
143         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
144         * modules/wctype (Makefile.am): Likewise.
145         Reported by Chris McGuire.
146
147 2007-01-10  Jim Meyering  <jim@meyering.net>
148
149         fts.c: a small readability/maintainability improvement
150         * lib/fts.c (fts_read): Make this code slightly more readable and
151         maintainable by hoisting the "sp->fts_cur = p" assignments to
152         immediately follow the statements that set P.  Derived from
153         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
154
155 2007-01-10  Eric Blake  <ebb9@byu.net>
156
157         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
158         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
159         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
160         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
161         Reported by Chris McGuire.
162
163 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
164
165         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
166         in sed script.
167
168 2007-01-09  Bruno Haible  <bruno@clisp.org>
169
170         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
171         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
172         variables.
173         (func_module): Use them.
174
175 2007-01-09  Bruno Haible  <bruno@clisp.org>
176
177         * modules/unistr/base: New file.
178         * lib/unistr.h: New file.
179
180         * modules/unistr/u8-to-u16: New file.
181         * lib/unistr/u8-to-u16.c: New file.
182
183         * modules/unistr/u8-to-u32: New file.
184         * lib/unistr/u8-to-u32.c: New file.
185
186         * modules/unistr/u16-to-u8: New file.
187         * lib/unistr/u16-to-u8.c: New file.
188
189         * modules/unistr/u16-to-u32: New file.
190         * lib/unistr/u16-to-u32.c: New file.
191
192         * modules/unistr/u32-to-u8: New file.
193         * lib/unistr/u32-to-u8.c: New file.
194
195         * modules/unistr/u32-to-u16: New file.
196         * lib/unistr/u32-to-u16.c: New file.
197
198         * modules/unistr/u8-check: New file.
199         * modules/unistr/u16-check: New file.
200         * modules/unistr/u32-check: New file.
201         * lib/unistr/u8-check.c: New file.
202         * lib/unistr/u16-check.c: New file.
203         * lib/unistr/u32-check.c: New file.
204
205         * modules/unistr/u8-chr: New file.
206         * modules/unistr/u16-chr: New file.
207         * modules/unistr/u32-chr: New file.
208         * lib/unistr/u8-chr.c: New file.
209         * lib/unistr/u16-chr.c: New file.
210         * lib/unistr/u32-chr.c: New file.
211
212         * modules/unistr/u8-cmp: New file.
213         * modules/unistr/u16-cmp: New file.
214         * modules/unistr/u32-cmp: New file.
215         * lib/unistr/u8-cmp.c: New file.
216         * lib/unistr/u16-cmp.c: New file.
217         * lib/unistr/u32-cmp.c: New file.
218
219         * modules/unistr/u8-cpy: New file.
220         * modules/unistr/u16-cpy: New file.
221         * modules/unistr/u32-cpy: New file.
222         * lib/unistr/u8-cpy.c: New file.
223         * lib/unistr/u16-cpy.c: New file.
224         * lib/unistr/u32-cpy.c: New file.
225         * lib/unistr/u-cpy.h: New file.
226
227         * modules/unistr/u8-cpy-alloc: New file.
228         * modules/unistr/u16-cpy-alloc: New file.
229         * modules/unistr/u32-cpy-alloc: New file.
230         * lib/unistr/u8-cpy-alloc.c: New file.
231         * lib/unistr/u16-cpy-alloc.c: New file.
232         * lib/unistr/u32-cpy-alloc.c: New file.
233         * lib/unistr/u-cpy-alloc.h: New file.
234
235         * modules/unistr/u8-endswith: New file.
236         * modules/unistr/u16-endswith: New file.
237         * modules/unistr/u32-endswith: New file.
238         * lib/unistr/u8-endswith.c: New file.
239         * lib/unistr/u16-endswith.c: New file.
240         * lib/unistr/u32-endswith.c: New file.
241         * lib/unistr/u-endswith.h: New file.
242
243         * modules/unistr/u8-mblen: New file.
244         * modules/unistr/u16-mblen: New file.
245         * modules/unistr/u32-mblen: New file.
246         * lib/unistr/u8-mblen.c: New file.
247         * lib/unistr/u16-mblen.c: New file.
248         * lib/unistr/u32-mblen.c: New file.
249
250         * modules/unistr/u8-mbtouc: New file.
251         * modules/unistr/u16-mbtouc: New file.
252         * modules/unistr/u32-mbtouc: New file.
253         * lib/unistr/u8-mbtouc.c: New file.
254         * lib/unistr/u16-mbtouc.c: New file.
255         * lib/unistr/u32-mbtouc.c: New file.
256
257         * modules/unistr/u8-mbtouc-safe: New file.
258         * modules/unistr/u16-mbtouc-safe: New file.
259         * modules/unistr/u32-mbtouc-safe: New file.
260         * lib/unistr/u8-mbtouc-safe.c: New file.
261         * lib/unistr/u16-mbtouc-safe.c: New file.
262         * lib/unistr/u32-mbtouc-safe.c: New file.
263
264         * modules/unistr/u8-move: New file.
265         * modules/unistr/u16-move: New file.
266         * modules/unistr/u32-move: New file.
267         * lib/unistr/u8-move.c: New file.
268         * lib/unistr/u16-move.c: New file.
269         * lib/unistr/u32-move.c: New file.
270         * lib/unistr/u-move.h: New file.
271
272         * modules/unistr/u8-next: New file.
273         * modules/unistr/u16-next: New file.
274         * modules/unistr/u32-next: New file.
275         * lib/unistr/u8-next.c: New file.
276         * lib/unistr/u16-next.c: New file.
277         * lib/unistr/u32-next.c: New file.
278
279         * modules/unistr/u8-prev: New file.
280         * modules/unistr/u16-prev: New file.
281         * modules/unistr/u32-prev: New file.
282         * lib/unistr/u8-prev.c: New file.
283         * lib/unistr/u16-prev.c: New file.
284         * lib/unistr/u32-prev.c: New file.
285
286         * modules/unistr/u8-set: New file.
287         * modules/unistr/u16-set: New file.
288         * modules/unistr/u32-set: New file.
289         * lib/unistr/u8-set.c: New file.
290         * lib/unistr/u16-set.c: New file.
291         * lib/unistr/u32-set.c: New file.
292         * lib/unistr/u-set.h: New file.
293
294         * modules/unistr/u8-startswith: New file.
295         * modules/unistr/u16-startswith: New file.
296         * modules/unistr/u32-startswith: New file.
297         * lib/unistr/u8-startswith.c: New file.
298         * lib/unistr/u16-startswith.c: New file.
299         * lib/unistr/u32-startswith.c: New file.
300         * lib/unistr/u-startswith.h: New file.
301
302         * modules/unistr/u8-stpcpy: New file.
303         * modules/unistr/u16-stpcpy: New file.
304         * modules/unistr/u32-stpcpy: New file.
305         * lib/unistr/u8-stpcpy.c: New file.
306         * lib/unistr/u16-stpcpy.c: New file.
307         * lib/unistr/u32-stpcpy.c: New file.
308         * lib/unistr/u-stpcpy.h: New file.
309
310         * modules/unistr/u8-stpncpy: New file.
311         * modules/unistr/u16-stpncpy: New file.
312         * modules/unistr/u32-stpncpy: New file.
313         * lib/unistr/u8-stpncpy.c: New file.
314         * lib/unistr/u16-stpncpy.c: New file.
315         * lib/unistr/u32-stpncpy.c: New file.
316         * lib/unistr/u-stpncpy.h: New file.
317
318         * modules/unistr/u8-strcat: New file.
319         * modules/unistr/u16-strcat: New file.
320         * modules/unistr/u32-strcat: New file.
321         * lib/unistr/u8-strcat.c: New file.
322         * lib/unistr/u16-strcat.c: New file.
323         * lib/unistr/u32-strcat.c: New file.
324         * lib/unistr/u-strcat.h: New file.
325
326         * modules/unistr/u8-strchr: New file.
327         * modules/unistr/u16-strchr: New file.
328         * modules/unistr/u32-strchr: New file.
329         * lib/unistr/u8-strchr.c: New file.
330         * lib/unistr/u16-strchr.c: New file.
331         * lib/unistr/u32-strchr.c: New file.
332
333         * modules/unistr/u8-strcmp: New file.
334         * modules/unistr/u16-strcmp: New file.
335         * modules/unistr/u32-strcmp: New file.
336         * lib/unistr/u8-strcmp.c: New file.
337         * lib/unistr/u16-strcmp.c: New file.
338         * lib/unistr/u32-strcmp.c: New file.
339
340         * modules/unistr/u8-strcpy: New file.
341         * modules/unistr/u16-strcpy: New file.
342         * modules/unistr/u32-strcpy: New file.
343         * lib/unistr/u8-strcpy.c: New file.
344         * lib/unistr/u16-strcpy.c: New file.
345         * lib/unistr/u32-strcpy.c: New file.
346         * lib/unistr/u-strcpy.h: New file.
347
348         * modules/unistr/u8-strcspn: New file.
349         * modules/unistr/u16-strcspn: New file.
350         * modules/unistr/u32-strcspn: New file.
351         * lib/unistr/u8-strcspn.c: New file.
352         * lib/unistr/u16-strcspn.c: New file.
353         * lib/unistr/u32-strcspn.c: New file.
354         * lib/unistr/u-strcspn.h: New file.
355
356         * modules/unistr/u8-strdup: New file.
357         * modules/unistr/u16-strdup: New file.
358         * modules/unistr/u32-strdup: New file.
359         * lib/unistr/u8-strdup.c: New file.
360         * lib/unistr/u16-strdup.c: New file.
361         * lib/unistr/u32-strdup.c: New file.
362         * lib/unistr/u-strdup.h: New file.
363
364         * modules/unistr/u8-strlen: New file.
365         * modules/unistr/u16-strlen: New file.
366         * modules/unistr/u32-strlen: New file.
367         * lib/unistr/u8-strlen.c: New file.
368         * lib/unistr/u16-strlen.c: New file.
369         * lib/unistr/u32-strlen.c: New file.
370         * lib/unistr/u-strlen.h: New file.
371
372         * modules/unistr/u8-strmblen: New file.
373         * modules/unistr/u16-strmblen: New file.
374         * modules/unistr/u32-strmblen: New file.
375         * lib/unistr/u8-strmblen.c: New file.
376         * lib/unistr/u16-strmblen.c: New file.
377         * lib/unistr/u32-strmblen.c: New file.
378
379         * modules/unistr/u8-strmbtouc: New file.
380         * modules/unistr/u16-strmbtouc: New file.
381         * modules/unistr/u32-strmbtouc: New file.
382         * lib/unistr/u8-strmbtouc.c: New file.
383         * lib/unistr/u16-strmbtouc.c: New file.
384         * lib/unistr/u32-strmbtouc.c: New file.
385
386         * modules/unistr/u8-strncat: New file.
387         * modules/unistr/u16-strncat: New file.
388         * modules/unistr/u32-strncat: New file.
389         * lib/unistr/u8-strncat.c: New file.
390         * lib/unistr/u16-strncat.c: New file.
391         * lib/unistr/u32-strncat.c: New file.
392         * lib/unistr/u-strncat.h: New file.
393
394         * modules/unistr/u8-strncmp: New file.
395         * modules/unistr/u16-strncmp: New file.
396         * modules/unistr/u32-strncmp: New file.
397         * lib/unistr/u8-strncmp.c: New file.
398         * lib/unistr/u16-strncmp.c: New file.
399         * lib/unistr/u32-strncmp.c: New file.
400
401         * modules/unistr/u8-strncpy: New file.
402         * modules/unistr/u16-strncpy: New file.
403         * modules/unistr/u32-strncpy: New file.
404         * lib/unistr/u8-strncpy.c: New file.
405         * lib/unistr/u16-strncpy.c: New file.
406         * lib/unistr/u32-strncpy.c: New file.
407         * lib/unistr/u-strncpy.h: New file.
408
409         * modules/unistr/u8-strnlen: New file.
410         * modules/unistr/u16-strnlen: New file.
411         * modules/unistr/u32-strnlen: New file.
412         * lib/unistr/u8-strnlen.c: New file.
413         * lib/unistr/u16-strnlen.c: New file.
414         * lib/unistr/u32-strnlen.c: New file.
415         * lib/unistr/u-strnlen.h: New file.
416
417         * modules/unistr/u8-strpbrk: New file.
418         * modules/unistr/u16-strpbrk: New file.
419         * modules/unistr/u32-strpbrk: New file.
420         * lib/unistr/u8-strpbrk.c: New file.
421         * lib/unistr/u16-strpbrk.c: New file.
422         * lib/unistr/u32-strpbrk.c: New file.
423         * lib/unistr/u-strpbrk.h: New file.
424
425         * modules/unistr/u8-strrchr: New file.
426         * modules/unistr/u16-strrchr: New file.
427         * modules/unistr/u32-strrchr: New file.
428         * lib/unistr/u8-strrchr.c: New file.
429         * lib/unistr/u16-strrchr.c: New file.
430         * lib/unistr/u32-strrchr.c: New file.
431
432         * modules/unistr/u8-strspn: New file.
433         * modules/unistr/u16-strspn: New file.
434         * modules/unistr/u32-strspn: New file.
435         * lib/unistr/u8-strspn.c: New file.
436         * lib/unistr/u16-strspn.c: New file.
437         * lib/unistr/u32-strspn.c: New file.
438         * lib/unistr/u-strspn.h: New file.
439
440         * modules/unistr/u8-strstr: New file.
441         * modules/unistr/u16-strstr: New file.
442         * modules/unistr/u32-strstr: New file.
443         * lib/unistr/u8-strstr.c: New file.
444         * lib/unistr/u16-strstr.c: New file.
445         * lib/unistr/u32-strstr.c: New file.
446         * lib/unistr/u-strstr.h: New file.
447
448         * modules/unistr/u8-strtok: New file.
449         * modules/unistr/u16-strtok: New file.
450         * modules/unistr/u32-strtok: New file.
451         * lib/unistr/u8-strtok.c: New file.
452         * lib/unistr/u16-strtok.c: New file.
453         * lib/unistr/u32-strtok.c: New file.
454         * lib/unistr/u-strtok.h: New file.
455
456         * modules/unistr/u8-uctomb: New file.
457         * modules/unistr/u16-uctomb: New file.
458         * modules/unistr/u32-uctomb: New file.
459         * lib/unistr/u8-uctomb.c: New file.
460         * lib/unistr/u16-uctomb.c: New file.
461         * lib/unistr/u32-uctomb.c: New file.
462
463         * MODULES.html.sh (Unicode string functions): Add the new modules.
464
465 2007-01-08  Bruno Haible  <bruno@clisp.org>
466
467         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
468         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
469         subdirectories.
470
471 2007-01-08  Karl Berry  <karl@gnu.org>
472
473         * doc/error.texi: mention that main() fns must set program_name
474         when progname is used.
475
476 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
477
478         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
479         WCTYPE_H is empty, for the benefit of builds from non-distclean
480         directories.  Problem reported by Eric Blake in
481         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
482
483 2007-01-08  Bruno Haible  <bruno@clisp.org>
484
485         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
486         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
487         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
488         PROVIDE_CANONICALIZE_FILENAME_MODE.
489         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
490
491 2007-01-08  Bruno Haible  <bruno@clisp.org>
492
493         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
494         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
495         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
496         * lib/fts.c: Likewise.
497         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
498
499 2006-12-25  Bruno Haible  <bruno@clisp.org>
500
501         * modules/utf8-ucs4-safe: New file.
502         * lib/utf8-ucs4-safe.h: New file.
503         * lib/unistr/utf8-ucs4-safe.c: New file.
504
505         * modules/utf16-ucs4-safe: New file.
506         * lib/utf16-ucs4-safe.h: New file.
507         * lib/unistr/utf16-ucs4-safe.c: New file.
508
509         * MODULES.html.sh (Unicode string functions): Add the new modules.
510
511 2007-01-08  Bruno Haible  <bruno@clisp.org>
512
513         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
514         (Depends-on): Add unitypes.
515         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
516         (u8_mbtouc_aux): Move out to separate file.
517         (u8_mbtouc): Use ucs4_t, uint8_t types.
518         * lib/unistr/utf8-ucs4.c: New file.
519
520         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
521         (Depends-on): Add unitypes.
522         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
523         (u16_mbtouc_aux): Move out to separate file.
524         (u16_mbtouc): Use ucs4_t, uint16_t types.
525         * lib/unistr/utf16-ucs4.c: New file.
526
527         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
528         (Depends-on): Add unitypes.
529         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
530         (u8_uctomb_aux): Move out to separate file.
531         (u8_uctomb): Use ucs4_t, uint8_t types.
532         * lib/unistr/ucs4-utf8.c: New file.
533
534         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
535         (Depends-on): Add unitypes.
536         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
537         (u16_uctomb_aux): Move out to separate file.
538         (u16_uctomb): Use ucs4_t, uint16_t types.
539         * lib/unistr/ucs4-utf16.c: New file.
540
541 2006-12-25  Bruno Haible  <bruno@clisp.org>
542
543         * modules/unitypes: New file.
544         * lib/unitypes.h: New file.
545         * MODULES.html.sh (func_all_modules): New section "Unicode string
546         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
547         this section. Add unitypes.
548
549 2007-01-08  Bruno Haible  <bruno@clisp.org>
550
551         Avoid variable names that conflict with those from libtool.
552         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
553         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
554         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
555         library_names_spec to acl_library_names_spec, hardcode_* to
556         acl_hardcode_*.
557         Reported by Ralf Wildenhues.
558
559 2007-01-08  Bruno Haible  <bruno@clisp.org>
560
561         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
562         definition.
563         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
564         definition.
565         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
566         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
567         definition.
568         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
569         definition.
570         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
571         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
572         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
573         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
574         definition.
575         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
576         definition.
577         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
578         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
579         GC_USE_<algorithm>.
580         * lib/gc-libgcrypt.c: Likewise.
581         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
582         * modules/gc-arctwo (configure.ac): Likewise.
583         * modules/gc-des (configure.ac): Likewise.
584         * modules/gc-hmac-md5 (configure.ac): Likewise.
585         * modules/gc-hmac-sha1 (configure.ac): Likewise.
586         * modules/gc-md2 (configure.ac): Likewise.
587         * modules/gc-md4 (configure.ac): Likewise.
588         * modules/gc-md5 (configure.ac): Likewise.
589         * modules/gc-random (configure.ac): Likewise.
590         * modules/gc-rijndael (configure.ac): Likewise.
591         * modules/gc-sha1 (configure.ac): Likewise.
592
593 2007-01-08  Bruno Haible  <bruno@clisp.org>
594
595         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
596         macro definition.
597         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
598         definition.
599         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
600         definition.
601         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
602         * modules/fcntl-safer (configure.ac): Likewise.
603         * modules/fopen-safer (configure.ac): Likewise.
604         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
605         GNULIB_FWRITEERROR macro definition.
606
607 2007-01-08  Bruno Haible  <bruno@clisp.org>
608
609         * m4/gnulib-common.m4: New file.
610         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
611         (func_get_filelist): Add m4/gnulib-common.m4.
612
613 2007-01-08  Bruno Haible  <bruno@clisp.org>
614
615         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
616         command.
617
618 2007-01-08  Jim Meyering  <jim@meyering.net>
619
620         Use a more robust test for a "can't happen" condition.
621         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
622         narrowed the st_size value.  Presuming the "can't happen" condition
623         is true, that narrowing could conceivably convert an invalid st_size
624         value into a valid one.  Instead, use a change based on Matthew
625         Woehlke's original patch.
626
627         Slight readability improvement: use an assert-like macro
628         in place of literal "abort ()" uses.
629         * lib/fts.c (fts_assert): Define.
630         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
631         Use this macro instead of a bare 'abort'.
632
633 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
634
635         Don't worry about using IRIX 5.3's wctype.h broken definitions;
636         simply work around them.
637         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
638         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
639         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
640         Don't bother to define as macros, since the standard doesn't require it.
641         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
642         longer worry about IRIX 5.3.
643         (HAVE_WCTYPE_CTMP_BUG): Remove.
644
645 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
646
647         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
648         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
649         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
650         Problems reported by Georg Schwarz for IRIX 5.3.
651
652         * gnulib-tool (autoconf_minversion): Take the maximum version number
653         found, not the minimum.  Problem reported by James Youngman.
654
655 2007-01-03  Karl Berry  <karl@gnu.org>
656
657         * doc/error.texi: new file, explaining interaction with progname.
658         * doc/gnulib.texi: include it.  Update copyright.
659
660 2007-01-03  Simon Josefsson  <simon@josefsson.org>
661
662         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
663         AC_CANONICAL_HOST, to improve autobuild outputs.
664
665 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
666             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
667
668         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
669         sockets, server sockets, and other file descriptors.  Count errors
670         to compute the return value.  Reorder the code a bit to be easier
671         to follow.  Don't set event bits that were not requested (except
672         POLLERR and POLLHUP).
673
674 2007-01-01  Bruno Haible  <bruno@clisp.org>
675
676         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
677
678 2007-01-03  Jim Meyering  <jim@meyering.net>
679
680         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
681
682 2007-01-02  Bruno Haible  <bruno@clisp.org>
683
684         * modules/settime (Include): Require timespec.h.
685         * modules/nanosleep (Include): Likewise.
686
687 2007-01-01  Bruno Haible  <bruno@clisp.org>
688
689         * gnulib-tool (func_emit_copyright_notice): Bump year.
690         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
691
692 2007-01-01  Bruno Haible  <bruno@clisp.org>
693
694         Improve support for OpenBSD.
695         * build-aux/config.rpath (libname_spec): Export.
696         (library_names_spec): New variable. Export.
697         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
698         library_names_spec from the config.rpath output. Locate shared library
699         through the name pattern in library_names_spec.
700
701 2007-01-01  Eric Blake  <ebb9@byu.net>
702
703         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
704
705 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
706
707         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
708         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
709         assume the C locale, and avoid an "eval" that could cause trouble.
710         Problem with SORT reported by Bob Proulx.
711
712         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
713         Define.  Trivial patch from Henning Nielsen Lund, originally
714         sent to bug-grep@gnu.org today.
715
716 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
717
718         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
719         struct stat.  Problem reported by Henning Nielsen Lund.
720         * lib/acl.c: Include acl.h first, to check interface.  Don't
721         bother to include sys/types.h and sys/stat.h again.
722
723 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
724
725         Import the following change from libc; problem reported by
726         Sven Verdoolaege.
727
728         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
729
730         [BZ #1373]
731         * lib/argp.h: Remove __NTH for __argp_usage inline function.
732
733 2006-12-28  Jim Meyering  <jim@meyering.net>
734
735         * build-aux/announce-gen: Do not assume that the package
736         builds any of tar.gz, tar.bz2, and .xdelta files.
737         Suggestion from Simon Josefsson.
738
739 2006-12-28  Simon Josefsson  <simon@josefsson.org>
740
741         * modules/announce-gen: New file.
742
743 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
744
745         * lib/mbchar.h: Just include <wctype.h>; the wctype module
746         handles its gotchas now.
747         * lib/mbswidth.c: Likewise.
748         * lib/wcwidth.h: Likewise.
749         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
750         and iswcntrl; the wctype module does this stuff now.
751         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
752         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
753         * modules/mbchar (Depends-on): Add wctype.
754         * modules/mbswidth (Depends-on): Likewise.
755         * modules/wcwidth (Depends-on): Likewise.
756
757 2006-12-27  Eric Blake  <ebb9@byu.net>
758
759         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
760         module uses more than what <wctype.h> is required to provide.
761
762 2006-12-26  Eric Blake  <ebb9@byu.net>
763
764         * gnulib-tool (sed_extract_prog): Avoid space-tab.
765
766 2006-12-26  Eric Blake  <ebb9@byu.net>
767
768         * modules/absolute-header: New module.
769         * modules/fcntl (Depends-on): Depend on it.
770         * modules/inttypes (Depends-on): Likewise.
771         * modules/stdint (Depends-on): Likewise.
772         * modules/sys_stat (Depends-on): Likewise.
773         * modules/wctype (Depends-on): Likewise.
774         * MODULES.html.sh (Support for building libraries and
775         executables): Document it.
776
777 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
778
779         * gnulib-tool (SED): Remove, undoing previous change.
780         The problem was that it broke coreutils on Solaris, because
781         "sed --posix" leaked into a makefile.
782         (sed): New alias, if 'alias' and GNU sed.
783
784 2006-12-24  Jim Meyering  <jim@meyering.net>
785
786         Work around an fchownat bug in glibc-2.4:
787         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
788         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
789         in spite of the -P option.
790         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
791         New macros.
792         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
793         * modules/openat (Files): Add lib/fchownat.c.
794         * lib/openat.c (fchownat): Don't define here.  Move to...
795         * lib/fchownat.c: ...this new file.
796
797 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
798
799         Fix bug reported by Bruno Haible in
800         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
801         where quotearg.c didn't compile on Mac OS X 10.2 because it
802         lacks <wchar.h> and wint_t.
803         * lib/wctype_.h (__wctype_wint_t): New type.
804         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
805         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
806         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
807         Arg is now of type __wctype_wint_t, not wint_t.
808         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
809         substitute HAVE_WINT_T.
810         * modules/wctype (Files): Add m4/wint_t.m4.
811         (wctype.h): Substitute HAVE_WINT_T.
812
813 2006-12-23  Bruno Haible  <bruno@clisp.org>
814
815         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
816
817 2006-12-23  Bruno Haible  <bruno@clisp.org>
818
819         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
820         S_ISLNK.
821         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
822         mingw.
823
824 2006-12-22  Bruno Haible  <bruno@clisp.org>
825
826         * lib/copy-file.c: Include acl.h.
827         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
828         Close the file descriptors only after being done with copy_acl.
829         * modules/copy-file (Depends-on): Add acl.
830
831 2006-12-22  Bruno Haible  <bruno@clisp.org>
832
833         * gnulib-tool (SED): New variable.
834         Use $SED instead of sed everywhere.
835
836 2006-12-22  Bruno Haible  <bruno@clisp.org>
837
838         * modules/no-c++: New file.
839         * m4/no-c++.m4: New file.
840         * MODULES.html.sh (Support for building libraries and executables):
841         Add no-c++.
842
843 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
844
845         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
846         Include <limits.h>, and use its INT_MAX to rewrite the
847         j loop so that it does not overflow 'int'.  Problem reported by
848         Ralf Wildenhues in
849         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
850         Play it safe by shifting left by 1 rather than multiplying by 2,
851         as GCC is less likely to optimize this away when the value
852         is signed (when it assumes overflow leads to undefined behavior).
853         Also, don't assume time_t uses two's complement.
854
855 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
856
857         * MODULES.html.sh: New module wctype.
858         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
859         * lib/fnmatch.c: Don't bother to include <wchar.h> before
860         <wctype.h>, since the new wctype module should fix this.
861         * lib/quotearg.c: Include <wctype.h> unconditionally, since
862         the wctype module should arrange for it.
863         * lib/regex_internal.h: Likewise.
864         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
865         since the wctype module should handle this now.
866         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
867         * modules/fnmatch (Depends-on): Add wctype.
868         * modules/quotearg (Depends-on): Likewise.
869         * modules/regex (Depends-on): Likewise.
870
871 2006-12-19  Bruno Haible  <bruno@clisp.org>
872
873         * lib/strdup.h [C++]: Wrap definitions in extern "C".
874         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
875
876 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
877
878         * modules/savewd (Depends-on): Fix dependency on fcntl.
879
880 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
881
882         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
883         conforms to C99, rather than relying on the user's environment
884         setting of STDINT_H.
885
886 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
887         and Eric Blake  <ebb9@byu.net>
888
889         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
890         This is more consistent with the other defines here.
891         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
892         Port to z/OS.  Problem reported by Paul Gilmartin.
893         Change local vars to use gl_ prefix rather than ac_.
894         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
895         with other defines.
896         * modules/double-slash-root: New module.
897         * modules/dirname (Files): Remove m4/double-slash-root.m4.
898         (Depends-on): Add double-slash-root.
899         * MODULES.html.sh (File system functions): Mention new module.
900
901 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
902
903         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
904         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
905         This is for the benefit of gzip, which doesn't do i18n.
906
907 2006-12-12  Jim Meyering  <jim@meyering.net>
908
909         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
910         Reported by Andreas Schwab <schwab@suse.de>.
911
912 2006-12-12  Bruno Haible  <bruno@clisp.org>
913
914         Merge these changes.
915         2006-09-05  Bruno Haible  <bruno@clisp.org>
916         * lib/iconvme.c (iconv_string): No need to save and restore errno when
917         iconv_alloc succeeded.
918         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
919         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
920         test for " && dest " at the end - dest is always != NULL there. Call
921         iconv with 4xNULL arguments initially, to reset the state. Call iconv
922         with 2xNULL arguments, also to flush the state storage. Handle the
923         IRIX iconv behaviour. Realloc the final result, to throw away unused
924         memory.
925
926 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
927
928         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
929         and fchmodat unconditionally, since glibc 2.4 has them.
930         Problem reported by Arkadiusz Miskiewicz.
931
932 2006-12-10  Bruno Haible  <bruno@clisp.org>
933
934         * gnulib-tool (func_import): Show the include files only for those
935         modules that are copied and specified.
936         Reported by Karl Berry.
937
938 2006-12-08  Jim Meyering  <jim@meyering.net>
939
940         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
941         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
942
943         * build-aux/announce-gen: Add two new options, both optional:
944         --bootstrap-tools=TOOL_LIST
945               a comma-separated list of tools, e.g.,
946               autoconf,automake,bison,gnulib
947         --gnulib-snapshot-date=DATE
948               if gnulib is in the bootstrap tool list,
949               then report this as the snapshot date.
950               If not specified, use the current date/time.
951               If you specify a date here, be sure it's UTC.
952
953 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
954
955         * tests/test-argp-2.sh: Fix test to match actual output.
956         (func_compare): Fix sed script to be portable.
957
958 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
959
960         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
961         workaround for this case.  It is not autoconfigured now; offhand
962         it's hard to see how to autoconfigure it.
963
964 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
965
966         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
967         a directory that is about to be chowned.  Such a directory's
968         initial file permissions should permit the owner only and this
969         should not be changed until after the chown, since the group and
970         other bits would be incorrect if they granted permission before
971         the chown.
972
973         Fix porting problem for iswctype reported by Georg Schwarz in:
974         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
975         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
976         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
977         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
978         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
979
980 2006-12-03  Jim Meyering  <jim@meyering.net>
981
982         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
983         p->fts_statp may not yet be defined.
984         (fts_read): Instead, set it in the caller, once p->fts_statp is
985         sure to be defined, and corresponds to a top-level directory.
986         This bug made du -x fail.  Here's the coreutils test case:
987         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
988         Reported by Mike Frysinger.
989
990 2006-12-01  Jim Meyering  <jim@meyering.net>
991
992         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
993         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
994         Reported by Simon Josefsson.
995
996 2006-11-30  Jim Meyering  <jim@meyering.net>
997
998         * m4/warning.m4: Use the all-permissive copyright notice
999         recommended by RMS (rather than LGPL).
1000         * m4/vararrays.m4: Likewise.
1001         * m4/flexmember.m4: Likewise.
1002
1003 2006-11-29  Bruno Haible  <bruno@clisp.org>
1004
1005         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1006         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
1007         using +=.
1008         Reported by Simon Josefsson <simon@josefsson.org>.
1009
1010 2006-11-28  James Youngman <jay@gnu.org>
1011
1012         * README: Advise users that they might find the bug-gnulib@gnu.org
1013         and autotools-announce@gnu.org mailing lists useful.
1014
1015 2006-11-28  Bruno Haible  <bruno@clisp.org>
1016
1017         * m4/ptrdiff_max.m4: Remove file.
1018
1019 2006-11-21  Bruno Haible  <bruno@clisp.org>
1020
1021         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
1022         _AC_COMPUTE_INT.
1023         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1024         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
1025         _AC_COMPUTE_INT.
1026         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1027         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
1028         _AC_COMPUTE_INT.
1029         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1030
1031 2006-11-28  Jim Meyering  <jim@meyering.net>
1032
1033         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
1034         warning from "gcc -Wshadow" about shadowing the builtin.
1035
1036 2006-11-27  Bruno Haible  <bruno@clisp.org>
1037
1038         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
1039         _AC_COMPUTE_INT.
1040         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1041
1042 2006-11-27  Bruno Haible  <bruno@clisp.org>
1043             Paul Eggert  <eggert@cs.ucla.edu>
1044
1045         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
1046
1047 2006-11-26  Bruno Haible  <bruno@clisp.org>
1048
1049         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1050         noinst_LTLIBRARIES.
1051
1052 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1053             Bruno Haible  <bruno@clisp.org>
1054
1055         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
1056         if compiling with "gcc -ansi".
1057
1058 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1059
1060         Fix some incompatibilities with gcc -ansi -pedantic.
1061         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
1062         if compiling pedantically with GCC, unless it's C99 or later.
1063         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
1064         it mishandles gcc -ansi -pedantic as well.
1065         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
1066         if gcc -pedantic.
1067         * lib/regexec.c (check_node_accept_bytes): Don't use auto
1068         initializers for struct if -pedantic, unless it's C99 or later.
1069
1070 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
1071
1072         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
1073         Don't close an fd more than once. Identical atimes indicate
1074         success, not failure.
1075
1076 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
1077
1078         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
1079
1080 2006-11-23  Jim Meyering  <jim@meyering.net>
1081
1082         * build-aux/announce-gen: New file.  From coreutils.
1083
1084 2006-11-22  Jim Meyering  <jim@meyering.net>
1085
1086         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
1087         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
1088         (fts_read): Use a temporary to narrow the overused st_size member
1089         before using it in a switch statement.  Reported by Matthew Woehlke.
1090
1091         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
1092         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1093
1094 2006-11-20  Bruno Haible  <bruno@clisp.org>
1095
1096         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
1097         changequote instead of pairs of brackets.
1098         Reported by Andreas Schwab <schwab@suse.de>.
1099
1100 2006-11-21  Jim Meyering  <jim@meyering.net>
1101
1102         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
1103         so as to remain compatible with older compilers.
1104         Patch from Michael Deutschmann.
1105
1106 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1107
1108         * MODULES.html.sh (File system functions): Add openat.
1109
1110         * lib/openat.h (rpl_fstatat): New macro, if
1111         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
1112         (fstatat): Define to rpl_fstatat under the same conditions,
1113         unless COMPILING_FSTATAT.
1114         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
1115         seems to have the bug.
1116         * lib/fstatat.c: New file.
1117         * modules/openat (Files): Add it.
1118
1119 2006-11-20  Bruno Haible  <bruno@clisp.org>
1120
1121         * Makefile: New file.
1122
1123 2006-11-20  Jim Meyering  <jim@meyering.net>
1124
1125         The beginnings of syntax-related checks for gnulib.
1126         * lib/Makefile: New file.
1127         * lib/t-idcache: New script.  Ensure that the two halves of
1128         idcache.c stay in sync.
1129
1130         * lib/idcache.c: Adjust comments in user- and group- portions to
1131         be more accurate, and to be consistent with one another.
1132
1133 2006-11-20  Jim Meyering  <jim@meyering.net>
1134
1135         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
1136         continue using the flexible array member (thus, this module performs
1137         half as many malloc calls), with the addition that...
1138         (getgroup, getuser): Consistently record a non-match via an empty
1139         "name" string, and map an empty string match to a NULL return value.
1140         * modules/idcache (Depends-on): Re-add flexmember.
1141
1142         * lib/idcache.c (getuser): Remove all uses of the register keyword.
1143         (getuidbyname, getgroup, getgidbyname): Likewise.
1144
1145         Use cleaner syntax: NULL rather than 0.
1146         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
1147
1148 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1149
1150         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
1151         It mishandled the case where the group was missing.
1152         Problem reported by Greg Schafer.
1153         * modules/idcache: Likewise.
1154
1155 2006-11-18  Jim Meyering  <jim@meyering.net>
1156
1157         * check-module (%exempt_header): Add exception for some
1158         conditionally-included headers.
1159
1160         * modules/i-ring (Depends-on): Add verify.
1161         (License): Change to LGPL.
1162
1163 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1164
1165         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
1166         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
1167         and inttostr.h.  Use snprintf rather than uinttostr, so that
1168         LGPLed code doesn't depend on GPLed.
1169
1170 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1171
1172         * modules/inline (License): Change from GPL to LGPL.
1173
1174 2006-11-17  Jim Meyering  <jim@meyering.net>
1175
1176         * modules/d-type (License): Switch to LGPL.
1177
1178 2006-11-15  Bruno Haible  <bruno@clisp.org>
1179
1180         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
1181
1182 2006-11-15  Eric Blake  <ebb9@byu.net>
1183
1184         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
1185         the module dependency.
1186
1187 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1188             Bruno Haible  <bruno@clisp.org>
1189
1190         * gnulib-tool (func_create_testdir): Add license consistency check.
1191
1192 2006-11-15  Eric Blake  <ebb9@byu.net>
1193
1194         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
1195         random "(cached)" in configure output.
1196
1197 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1198
1199         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
1200         test for conforming inttypes.h is both announced and cached.
1201
1202         * MODULES.html.sh (seen_modules, seen_files): New variables.
1203         (func_module): Rewrite to use a few less gnulib-tool and sed
1204         invocations.  Avoid a couple of quadratic algorithms for ...
1205         (missed_modules, missed_files): ... these, with ...
1206         (func_append, func_tmpdir): ... these new functions, from
1207         gnulib-tool.  Analogously, install traps for cleanup.
1208
1209         * tests/test-gc.c (main): Remove unused variables.
1210         * tests/test-read-file.c: Include stdlib.h, for 'free'.
1211
1212 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1213
1214         * modules/inttostr (License): Change to LGPL.
1215
1216 2006-11-14  Eric Blake  <ebb9@byu.net>
1217
1218         * modules/tempname (License): Change to LGPL.
1219
1220 2006-11-14  Eric Blake  <ebb9@byu.net>
1221
1222         * doc/functions.texi (Function Portability): *printf functions on
1223         Cygwin now understand all POSIX size specifiers.
1224
1225 2006-11-14  Bruno Haible  <bruno@clisp.org>
1226
1227         * modules/c-ctype (License): Change to LGPL.
1228
1229 2006-11-12  Bruno Haible  <bruno@clisp.org>
1230
1231         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1232         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
1233         for GNOME libraries, for which the include files are installed in
1234         subdirectories of $prefix/include.
1235
1236 2006-11-12  Bruno Haible  <bruno@clisp.org>
1237
1238         * m4/lib-link.m4: Require at least autoconf-2.54.
1239         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
1240         name to underscores for the --with option.
1241
1242 2006-11-13  Bruno Haible  <bruno@clisp.org>
1243
1244         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
1245         the tests directory.
1246         Reported by Ralf Wildenhues.
1247
1248 2006-11-13  Bruno Haible  <bruno@clisp.org>
1249
1250         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
1251         (func_emit_initmacro_end): Undo the override here.
1252         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
1253         Works around the famous automake error in coreutils.
1254
1255 2006-11-13  Eric Blake  <ebb9@byu.net>
1256
1257         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
1258         element, not its node.
1259
1260 2006-11-12  Bruno Haible  <bruno@clisp.org>
1261
1262         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
1263         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
1264
1265 2006-11-12  Bruno Haible  <bruno@clisp.org>
1266
1267         * gnulib-tool: New option --local-symlink.
1268         (func_usage): Document it.
1269         (lsymbolic): New variable.
1270         (func_import, func_create_testdir): If --symlink was not specified,
1271         test whether --local-symlink was specified and the file comes from
1272         the local_gnulib_dir.
1273
1274 2006-11-12  Bruno Haible  <bruno@clisp.org>
1275
1276         * gnulib-tool (func_ln): New function.
1277         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
1278
1279 2006-11-12  Bruno Haible  <bruno@clisp.org>
1280
1281         Finish support for source files in subdirectories.
1282         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
1283         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
1284         AUTOMAKE_OPTIONS.
1285         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
1286
1287 2006-11-12  Bruno Haible  <bruno@clisp.org>
1288
1289         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1290         EXTRA_lib_SOURCES augmentation.
1291         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
1292
1293 2006-11-12  Jim Meyering  <jim@meyering.net>
1294
1295         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
1296         file descriptors.  This also averts a failure on systems with
1297         native openat support when a traversed directory lacks "x" access.
1298         * lib/fts_.h: Include "i-ring.h"
1299         (struct FTS) [fts_fd_ring]: New member.
1300         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
1301         (FCHDIR): Add parentheses.
1302         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
1303         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
1304         When descending, rather than simply closing the previous
1305         fts_cwd_fd value, push that file descriptor onto the ring.
1306         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
1307         (fts_open): Initialize the new fd_ring member.
1308         (fts_close): Clear the ring.
1309         (fts_safe_changedir): When possible, use our new fd_ring to skip
1310         the diropen and fstat and dev/ino comparison that would normally
1311         accompany a virtual `chdir ("..")'.
1312
1313         * modules/fts (Depends-on): Add i-ring.
1314         * modules/i-ring: New module.
1315         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
1316         * m4/i-ring.m4: New file.
1317
1318 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1319
1320         * gnulib-tool (func_create_testdir): Fix replacement of
1321         `build-aux' in configure.ac.  Run autotools in gltests
1322         subdirectory.
1323         (func_create_testdir, func_create_megatestdir, test): There is
1324         no need for '--force' in most autotool invocations in a new
1325         tree.  Actually fail the whole test if any of the tools, or the
1326         configure or make stages fail.
1327
1328         Sync from Automake.
1329         * build-aux/gnupload: Revert last change.  Add pointer to upload
1330         instructions of the GNU Maintenance Instructions.
1331         Suggestion by Karl Berry.
1332
1333 2006-11-10  Jim Meyering  <jim@meyering.net>
1334
1335         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
1336
1337 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1338
1339         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
1340         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
1341         (bind_textdomain_codeset) [! ENABLE_NLS]:
1342         Evaluate all the arguments.  That way, callers get compatible behavior
1343         if the arguments have side effects.  Also, it avoids some GCC
1344         diagnostics in some cases; Joel E. Denny reported problems when Bison
1345         was configured with --enable-gcc-warnigs.
1346
1347 2006-11-10  Jim Meyering  <jim@meyering.net>
1348
1349         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
1350         relevant options in CFLAGS (like -O, -fno-inline) are taken into
1351         account.
1352
1353 2006-11-10  Jim Meyering  <jim@meyering.net>
1354
1355         * modules/inline: New file/module.
1356         * modules/xalloc (Files): Remove m4/inline.m4.
1357         (Depends-on): Add inline, instead.
1358         * modules/oset: Likewise.
1359         * modules/list: Likewise.
1360
1361 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1362
1363         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
1364         Problem reported by Matthew Woehlke.
1365
1366 2006-11-09  Bruno Haible  <bruno@clisp.org>
1367
1368         * lib/tempname.c (gen_tempname): Remove variant that invokes
1369         __gen_tempname.
1370         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
1371         __gen_tempname.
1372
1373 2006-11-08  Bruno Haible  <bruno@clisp.org>
1374
1375         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
1376         to 'yes' instead of 'cross-compiling'.
1377
1378 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1379
1380         * lib/quotearg.h (quotearg_free): New decl.
1381         * lib/quotearg.c (quotearg_free): New function.
1382         (slot0, nslots, slotvec0, slotvec):
1383         Now file-scope so that quotearg_free can get at them.
1384
1385 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1386
1387         Sync from Automake.
1388         * build-aux/gnupload: Add missing 'gnu' to example URL.
1389         Report by Karl Berry.
1390
1391 2006-11-08  Bruno Haible  <bruno@clisp.org>
1392
1393         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
1394         Suggested by Paul Eggert.
1395
1396 2006-11-08  Jim Meyering  <jim@meyering.net>
1397
1398         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
1399         It's already included if !_LIBC.
1400         (fts_safe_changedir): Add a comment.
1401
1402 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1403
1404         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1405         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1406         Matthew Woehlke.
1407
1408         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
1409         definitions up, to avoid colliding with change below.
1410         (static_inline) [HAVE_INLINE]: New macro.
1411         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
1412         Provide extern decls when !HAVE_INLINE.  Do not define unless
1413         static_inline is defined, either by us or by xmalloc.c.  Use
1414         static_inline rather than static inline.
1415         (XCALLOC): Optimize sizeof(T) = 1 case.
1416         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
1417
1418 2006-11-07  Bruno Haible  <bruno@clisp.org>
1419
1420         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
1421         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
1422         AC_C_INLINE.
1423         * modules/xalloc (Files): Add m4/inline.m4.
1424
1425 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1426
1427         * README: Fix typo.
1428         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
1429         (Miscellanous Notes): ...from this.
1430
1431 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1432
1433         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
1434         Mention that offsetof should be used instead of sizeof.
1435         From Bruno Haible.
1436
1437 2006-11-07  Bruno Haible  <bruno@clisp.org>
1438
1439         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
1440
1441 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1442
1443         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1444         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
1445         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1446         (gl_tree_add_before, gl_tree_add_after):
1447         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
1448         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
1449         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1450         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
1451         (gl_linked_add_after, gl_linked_add_at): Likewise.
1452         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
1453         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1454         (gl_tree_add_before, gl_tree_add_after): Likewise.
1455         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
1456         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
1457         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1458
1459 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1460
1461         * lib/gl_oset.h: Use C comment style, not C++ comment style.
1462
1463 2006-11-06  Bruno Haible  <bruno@clisp.org>
1464
1465         * m4/inline.m4: New file.
1466         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
1467         * modules/list (Files): Add m4/inline.m4.
1468         * modules/oset (Files): Likewise.
1469
1470 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1471
1472         * lib/idcache.c: Include <stddef.h>, for offsetof.
1473         (struct userid.name): Change from char * to a flexible array member.
1474         All uses changed.
1475         * modules/idcache (Depends-on): Add flexmember.
1476
1477         * MODULES.html.sh (Core language properties): New module flexmember.
1478         * modules/flexmember, m4/flexmember.m4: New files.
1479
1480         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
1481         inline functions that are identical with the old xnmalloc_inline,
1482         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
1483         that we can avoid some unnecessary integer multiplications and
1484         divisions in the common case where the element size is known at
1485         compile time.
1486         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
1487         needed.
1488         (xnboundedmalloc): Remove.
1489         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
1490         arguments, for consistency with rest of this header.
1491         (xcharalloc): Rewrite using XNMALLOC.
1492         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
1493         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
1494         versions have been moved to lib/xalloc.h and renamed to be the
1495         non-*_inline versions.
1496         (xmalloc, xrealloc): Implement without reference to the xnmalloc
1497         and xnrealloc functions, since those functions are now inline and
1498         now call us.
1499         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
1500         renaming described above.
1501         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
1502         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
1503         captures the dependency in AC_C_INLINE.
1504
1505         New module canonicalize-lgpl, proposed by Charles Wilson in
1506         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
1507         with a few small changes afterwards.
1508         * MODULES.html.sh (File system functions): New module
1509         canonicalize-lgpl.
1510         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
1511         and canonicalize_file_name.
1512         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
1513         * modules/canonicalize-lgpl: New files.
1514
1515 2006-11-05  Bruno Haible  <bruno@clisp.org>
1516
1517         * gnulib-tool (func_import, func_create_testdir): Create directories
1518         also for files in subdirectories of lib/.
1519
1520 2006-11-05  Bruno Haible  <bruno@clisp.org>
1521
1522         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
1523         ANSI C compliant.
1524
1525 2006-11-03  Bruno Haible  <bruno@clisp.org>
1526
1527         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1528         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
1529         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
1530         (xnboundedmalloc): New inline function.
1531         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
1532         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
1533         xmalloc.
1534         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
1535         xmalloc.
1536         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
1537         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
1538         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
1539         xmalloc.
1540         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1541         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
1542         xmalloc.
1543         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
1544         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1545         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
1546         xmalloc.
1547         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1548         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
1549         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1550         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
1551         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
1552         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
1553         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
1554
1555 2006-11-03  Bruno Haible  <bruno@clisp.org>
1556
1557         * lib/c-ctype.h [C++]: Define functions without name mangling.
1558         * lib/fwriteerror.h [C++]: Likewise.
1559         * lib/gcd.h [C++]: Likewise.
1560         * lib/linebreak.h [C++]: Likewise.
1561
1562 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
1563
1564         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
1565         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
1566         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
1567         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
1568         Check for functions and headers just once.
1569         Check for declaration of canonicalize_file_name.
1570         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
1571
1572 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1573
1574         * gnulib-tool (func_import): Fix typo in actioncmd.
1575
1576 2006-11-02  Bruno Haible  <bruno@clisp.org>
1577
1578         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
1579         newline sequence in the Makefile.am snippet as a space, like "make"
1580         does.
1581         Reported by Roger Persson <perrog@gmail.com>.
1582
1583 2006-11-01  Bruno Haible  <bruno@clisp.org>
1584
1585         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
1586         already declared in <string.h>.
1587         * lib/strcase.h (strncasecmp): Don't declare it if yes.
1588
1589 2006-11-01  Bruno Haible  <bruno@clisp.org>
1590
1591         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
1592         * lib/strcase.h: Include <string.h>.
1593         (strcasecmp): Define to rpl_strcasecmp here.
1594
1595 2006-11-01  Bruno Haible  <bruno@clisp.org>
1596
1597         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
1598
1599 2006-11-01  Eric Blake  <ebb9@byu.net>
1600
1601         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
1602
1603         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
1604
1605 2006-10-29  Bruno Haible  <bruno@clisp.org>
1606
1607         Make it compile in C++ mode.
1608         * lib/full-write.c (full_rw): Add a cast.
1609
1610 2006-11-01  Bruno Haible  <bruno@clisp.org>
1611
1612         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
1613         be POSIX compliant.
1614         Reported by Roger Persson <perrog@gmail.com>.
1615
1616 2006-11-01  Eric Blake  <ebb9@byu.net>
1617
1618         * lib/getopt_.h: Fix comments.
1619
1620 2006-10-31  Eric Blake  <ebb9@byu.net>
1621
1622         * modules/tmpdir (Depends-on): Add sys_stat.
1623         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
1624         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
1625         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
1626         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
1627         tempname.
1628
1629 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
1630
1631         Avoid some C++ diagnostics reported by Bruno Haible.
1632         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
1633         xmalloc.
1634         (quotearg_alloc): Use xcharalloc rather than xmalloc.
1635         (struct slotvec): Move to top level.
1636         (quotearg_n_options): Rewrite to avoid xmalloc.
1637         * lib/xalloc.h (xcharalloc): New function.
1638         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
1639         [defined __cplusplus]: Add function template that provides result
1640         type propagation.  This part of the change is from Bruno Haible.
1641
1642 2006-10-29  Bruno Haible  <bruno@clisp.org>
1643
1644         Make it compile in C++ mode.
1645         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
1646         * lib/strnlen1.c (strnlen1): Cast memchr result.
1647         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
1648         * lib/clean-temp.c (string_equals, string_hash): Add casts.
1649         (create_temp_dir): Rename local variable 'template'.
1650         (compile_csharp_using_sscli): Add cast.
1651         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
1652         * lib/findprog.c (find_in_path): Likewise.
1653         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
1654         * lib/wait-process.c (register_slave_subprocess): Likewise.
1655
1656 2006-10-22  Bruno Haible  <bruno@clisp.org>
1657
1658         * modules/tsearch: New file.
1659         * lib/tsearch.h: New file.
1660         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
1661         * m4/tsearch.m4: New file.
1662         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
1663
1664 2006-10-29  Eric Blake  <ebb9@byu.net>
1665
1666         * lib/arcfour.c: Assume config.h.
1667         * lib/arctwo.c: Likewise.
1668         * lib/base64.c: Likewise.
1669         * lib/check-version.c: Likewise.
1670         * lib/crc.c: Likewise.
1671         * lib/des.c: Likewise.
1672         * lib/gc-gnulib.c: Likewise.
1673         * lib/gc-libgcrypt.c: Likewise.
1674         * lib/gc-pbkdf2-sha1.c: Likewise.
1675         * lib/getaddrinfo.c: Likewise.
1676         * lib/getdelim.c: Likewise.
1677         * lib/getline.c: Likewise.
1678         * lib/hmac-md5.c: Likewise.
1679         * lib/hmac-sha1.c: Likewise.
1680         * lib/iconvme.c: Likewise.
1681         * lib/md2.c: Likewise.
1682         * lib/md4.c: Likewise.
1683         * lib/memxor.c: Likewise.
1684         * lib/read-file.c: Likewise.
1685         * lib/readline.c: Likewise.
1686         * lib/rijndael-alg-fst.c: Likewise.
1687         * lib/rijndael-api-fst.c: Likewise.
1688         * lib/xgetdomainname.c: Likewise.
1689
1690 2006-10-28  Eric Blake  <ebb9@byu.net>
1691
1692         * lib/xstrndup.c: Assume config.h.
1693
1694 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
1695
1696         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
1697         stat-macros.h is now for our own macros, whereas stat_h is for
1698         macros in the <sys/stat.h> name space.
1699         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
1700         (STAT_MACROS_H): Remove.
1701         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
1702         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
1703         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
1704         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
1705         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
1706         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
1707         Move these macros to ...
1708         * lib/stat_.h: here.  Don't include stat-macros.h.
1709         * lib/canonicalize.c: Don't include stat-macros.h.
1710         * lib/chown.c: Likewise.
1711         * lib/euidaccess.c: Likewise.
1712         * lib/file-type.c: Likewise.
1713         * lib/filemode.c: Likewise.
1714         * lib/glob.c: Likewise.
1715         * lib/isapipe.c: Likewise.
1716         * lib/lchown.c: Likewise.
1717         * lib/lstat.c: Likewise.
1718         * lib/mkdir-p.c: Likewise.
1719         * lib/rmdir.c: Likewise.
1720         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
1721         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
1722         unless mkdir isn't declared, to speed up 'configure'.
1723         Always create sys/stat.h, since it's unlikely any real sys/stat.h
1724         would define all the S_* symbols.
1725         * modules/canonicalize (Depends-on):
1726         Depend on sys_stat, not stat-macros.
1727         * modules/chown: Likewise.
1728         * modules/euidaccess: Likewise.
1729         * modules/filemode: Likewise.
1730         * modules/file-type: Likewise.
1731         * modules/glob: Likewise.
1732         * modules/isapipe: Likewise.
1733         * modules/lchown: Likewise.
1734         * modules/lstat: Likewise.
1735         * modules/mkancesdirs: Likewise.
1736         * modules/rmdir: Likewise.
1737         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
1738         * modules/modechange: Likewise.
1739         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
1740         (configure.ac): Remove gl_STAT_MACROS.
1741         * modules/sys_stat (Depends-on): Remove stat-macros.
1742
1743 2006-10-27  Bruno Haible  <bruno@clisp.org>
1744
1745         * m4/signed.m4: Remove file.
1746         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
1747         invocation.
1748         * modules/vasnprintf (Files): Remove m4/signed.m4.
1749
1750 2006-10-27  Bruno Haible  <bruno@clisp.org>
1751
1752         Update to GNU gettext 0.16.
1753         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
1754         m4/inttypes-h.m4, m4/signed.m4.
1755         * m4/gettext.m4: Update to GNU gettext 0.16.
1756         * m4/intl.m4: New file, from GNU gettext.
1757         * m4/intldir.m4: New file, from GNU gettext.
1758         * config/srclist.txt: Update
1759
1760 2006-10-27  Eric Blake  <ebb9@byu.net>
1761
1762         * MODULES.html.sh: Document tempname.
1763         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
1764         dependencies.
1765         (Files): Move lib/tempname.c...
1766         * modules/tempname: ...to this new module.
1767         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
1768         (gl_PREREQ_TEMPNAME): Move...
1769         * m4/tempname.m4: ...to this new file.
1770         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
1771         * modules/sys_stat (Depends-on): Add stat-macros.
1772         * lib/stat_.h (includes): Pick up stat macros.
1773         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
1774         if stat macros are broken.
1775         * lib/tempname.c (includes): No need to include "stat-macros.h".
1776         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
1777         (direxists, __path_search) [!_LIBC]: Don't compile these in
1778         gnulib; the tmpdir module covers that.
1779         * lib/tempname.h: New file.
1780
1781 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1782
1783         * COPYING: Explain how gnulib-tool converts licence headers.
1784         Almost all wording by Eric Blake.
1785
1786 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1787
1788         * lib/mbchar.h (is_basic_table): Make read-only.
1789         * lib/mbchar.c (is_basic_table): Likewise.
1790         Reported by John Darrington.
1791
1792 2006-10-25  Bruno Haible  <bruno@clisp.org>
1793
1794         * lib/progname.h (set_program_name): Undefine before defining.
1795
1796 2006-10-25  Bruno Haible  <bruno@clisp.org>
1797
1798         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
1799         false for non-gcc C++ compilers.
1800         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1801
1802 2006-10-24  Bruno Haible  <bruno@clisp.org>
1803
1804         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
1805         iconv implementations like Irix iconv.
1806
1807 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1808
1809         * modules/vararrays: New file.
1810         * m4/vararrays.m4: New file, taken from diffutils.
1811         * MODULES.html.sh: New module vararrays.
1812
1813 2006-10-24  Karl Berry  <karl@gnu.org>
1814
1815         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
1816         Don't call GNU Unix.
1817
1818 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1819
1820         * users.txt: Add Libtool.
1821
1822         Sync from Libtool:
1823
1824         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1825
1826         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
1827         to gnulib's policy of including config.h unconditionally.
1828
1829 2006-10-24  Bruno Haible  <bruno@clisp.org>
1830
1831         * modules/wcwidth (Files): Add m4/wint_t.m4.
1832         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
1833         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
1834
1835 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1836
1837         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
1838         to pacify GCC with some -W flags enabled.  Problem reported by
1839         Bruno Haible.
1840
1841 2006-10-24  Jim Meyering  <jim@meyering.net>
1842
1843         * MODULES.html.sh: Remove uinttostr.  It's not a module.
1844         Reported by Karl Berry.
1845
1846 2006-10-23  Bruno Haible  <bruno@clisp.org>
1847
1848         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
1849
1850 2006-10-24  Bruno Haible  <bruno@clisp.org>
1851
1852         * lib/gl_list.h: Use C comment style, not C++ comment style.
1853
1854 2006-10-23  Eric Blake  <ebb9@byu.net>
1855
1856         * lib/getaddrinfo.c (includes): Add missing include.
1857
1858 2006-10-23  Bruno Haible  <bruno@clisp.org>
1859             Paul Eggert  <eggert@cs.ucla.edu>
1860
1861         Ability to rename obstack_free.
1862         * lib/obstack.h (__obstack_free): New macro. Declare instead of
1863         obstack_free.
1864         (obstack_free): Invoke the __obstack_free macro.
1865         * lib/obstack.c (obstack_free): Use __obstack_free macro.
1866
1867 2006-10-23  Bruno Haible  <bruno@clisp.org>
1868             Paul Eggert  <eggert@cs.ucla.edu>
1869
1870         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
1871         __argc, __argv from the declaration. (They are defined as macros on
1872         mingw.)
1873
1874 2006-10-22  Bruno Haible  <bruno@clisp.org>
1875
1876         * doc/gnulib-intro.texi: New file.
1877         * doc/gnulib.texi: Include it.
1878
1879 2006-10-21  Bruno Haible  <bruno@clisp.org>
1880
1881         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
1882         "Introduction", "Miscellanous Notes", "Particular Modules".
1883
1884 2006-10-21  Bruno Haible  <bruno@clisp.org>
1885
1886         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1887         Change mostlyclean-local rule to avoid sh syntax error from bash
1888         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
1889
1890 2006-10-23  Jim Meyering  <jim@meyering.net>
1891
1892         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
1893         in place of snprintf.
1894
1895         * modules/inttostr (Files): Add lib/uinttostr.c.
1896         * lib/uinttostr.c (inttostr): New file/function.
1897         * lib/inttostr.h (uinttostr): Declare.
1898         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
1899         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
1900         Add uinttostr.
1901         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
1902
1903 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1904
1905         * lib/canonicalize.c (ELOOP): Define if not already defined.
1906         Problem reported by Bruno Haible in
1907         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
1908
1909 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1910
1911         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
1912         Problem reported by Perry Smith and Ville Laurikari.
1913
1914         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
1915         uses.
1916
1917 2006-10-19  Bruno Haible  <bruno@clisp.org>
1918
1919         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
1920         for mingw.
1921
1922 2006-10-19  Bruno Haible  <bruno@clisp.org>
1923
1924         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
1925         Needed for mingw.
1926
1927 2006-10-19  Bruno Haible  <bruno@clisp.org>
1928
1929         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
1930
1931 2006-10-19  Bruno Haible  <bruno@clisp.org>
1932
1933         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
1934         it.
1935
1936 2006-10-19  Bruno Haible  <bruno@clisp.org>
1937
1938         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
1939         invocation.
1940
1941 2006-10-19  Bruno Haible  <bruno@clisp.org>
1942
1943         * gnulib-tool (func_create_testdir): Don't include ftruncate and
1944         mountlist by default.
1945
1946 2006-10-16  Bruno Haible  <bruno@clisp.org>
1947
1948         * lib/c-strstr.c: Include c-strstr.h.
1949
1950 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1951
1952         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
1953         in a slash.
1954
1955 2006-10-18  Bruno Haible  <bruno@clisp.org>
1956
1957         * lib/lock.h [C++]: Wrap definitions in extern "C".
1958
1959 2006-10-18  Bruno Haible  <bruno@clisp.org>
1960
1961         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
1962         gl_LIBOBJS list.
1963
1964 2006-10-18  Bruno Haible  <bruno@clisp.org>
1965
1966         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
1967
1968 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
1969
1970         * lib/xstrtol.h: Include gettext.h.
1971         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
1972         Problem reported by Eric Blake.
1973         * modules/xstrtol (Depends-on): Add gettext-h.
1974
1975 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
1976
1977         * lib/strftime.c (advance): New macro.
1978         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
1979         incomplete type, so you can't add 0 to it.  Problem and patch
1980         reported by Eelco Dolstra for dietlibc.
1981
1982 2006-10-18  Jim Meyering  <jim@meyering.net>
1983
1984         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
1985         type for a local, and rename it: s/up/user_proc/.
1986
1987 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
1988
1989         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
1990         READ_UTMP_USER_PROCESS.
1991         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
1992
1993 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1994
1995         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
1996         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
1997
1998 2006-10-17  Eric Blake  <ebb9@byu.net>
1999
2000         * lib/sigprocmask.c (sigprocmask): Fix typo.
2001
2002         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
2003
2004         * modules/clean-temp (Makefile.am): Don't add to make output...
2005         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
2006         config.h.
2007
2008 2006-10-17  Bruno Haible  <bruno@clisp.org>
2009
2010         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
2011         differently if DEFAULT_TEXT_DOMAIN is set.
2012
2013 2006-10-16  Bruno Haible  <bruno@clisp.org>
2014
2015         * lib/clean-temp.c: Include fwriteerror.h.
2016
2017 2006-10-16  Bruno Haible  <bruno@clisp.org>
2018
2019         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
2020
2021 2006-10-16  Bruno Haible  <bruno@clisp.org>
2022
2023         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
2024         * lib/sigprocmask.h: Include <sys/types.h>.
2025         (sigset_t): Use the system's definition if present.
2026
2027 2006-10-17  Eric Blake  <ebb9@byu.net>
2028
2029         * lib/xvasprintf.c (includes): Assume config.h.
2030         * lib/xasprintf.c (includes): Likewise.
2031
2032 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2033
2034         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
2035         at least as wide as intmax_t.
2036
2037 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
2038
2039         (Imported from Automake.)
2040         * build-aux/gnupload: Update to version 1.1 of directive file.
2041
2042 2006-10-16  Eric Blake  <ebb9@byu.net>
2043
2044         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
2045         match Automake 1.10a.
2046
2047 2006-10-14  Bruno Haible  <bruno@clisp.org>
2048
2049         * modules/sigprocmask: New file.
2050         * lib/sigprocmask.h: New file.
2051         * lib/sigprocmask.c: New file.
2052         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
2053         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
2054         request sigprocmask.o.
2055         (gl_PREREQ_SIGPROCMASK): New macro.
2056         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
2057         (Depends-on): Add sigprocmask.
2058         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
2059         gt_SIGNALBLOCKING. Test for 'raise' only once.
2060         * lib/fatal-signal.c: Include sigprocmask.h.
2061         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
2062         unblock_fatal_signals): Define always.
2063         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2064         sigprocmask.
2065
2066 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2067
2068         Sync from Automake.
2069         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2070         which incorrectly sets the mode of an existing destination
2071         directory.  In some cases the unpatched install-sh could do the
2072         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2073         system.  We hope this is rare in practice, but it's clearly worth
2074         fixing.  Problem reported by Alex Unleashed in
2075         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2076         Also, don't bother to check for -m bugs unless we're using -m;
2077         suggested by Stepan Kasal.
2078
2079 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2080
2081         Sync from Automake.
2082         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
2083         `-c' flag, so they appear at the same position as in %FASTDEP%
2084         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2085         which ignores unknown options only after the first non-option.
2086         Bug report against M4 by Nelson H. F. Beebe.
2087
2088 2006-10-13  Jim Meyering  <jim@meyering.net>
2089
2090         Fix a bug in yesterday's change.
2091         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
2092         p->fts_statp->st_dev would be used uninitialized.
2093         Ensures that we always call fts_stat on the very first entry.
2094         Miklos Szeredi reported that find -xdev stopped working.
2095
2096 2006-10-12  Bruno Haible  <bruno@clisp.org>
2097
2098         * gnulib-tool (func_get_automake_snippet): Append an automatically
2099         computed EXTRA_DIST augmentation.
2100         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
2101         * modules/alloca-opt (Makefile.am): Likewise.
2102         * modules/allocsa (Makefile.am): Likewise.
2103         * modules/arcfour (Makefile.am): Likewise.
2104         * modules/arctwo (Makefile.am): Likewise.
2105         * modules/argmatch (Makefile.am): Likewise.
2106         * modules/argz (Makefile.am): Likewise.
2107         * modules/atexit (Makefile.am): Likewise.
2108         * modules/backupfile (Makefile.am): Likewise.
2109         * modules/byteswap (Makefile.am): Likewise.
2110         * modules/c-strtod (Makefile.am): Likewise.
2111         * modules/c-strtold (Makefile.am): Likewise.
2112         * modules/calloc (Makefile.am): Likewise.
2113         * modules/canon-host (Makefile.am): Likewise.
2114         * modules/canonicalize (Makefile.am): Likewise.
2115         * modules/chdir-long (Makefile.am): Likewise.
2116         * modules/chdir-safer (Makefile.am): Likewise.
2117         * modules/check-version (Makefile.am): Likewise.
2118         * modules/chown (Makefile.am): Likewise.
2119         * modules/cloexec (Makefile.am): Likewise.
2120         * modules/close-stream (Makefile.am): Likewise.
2121         * modules/closeout (Makefile.am): Likewise.
2122         * modules/crc (Makefile.am): Likewise.
2123         * modules/csharpexec (Makefile.am): Likewise.
2124         * modules/cycle-check (Makefile.am): Likewise.
2125         * modules/des (Makefile.am): Likewise.
2126         * modules/dev-ino (Makefile.am): Likewise.
2127         * modules/dirfd (Makefile.am): Likewise.
2128         * modules/dirname (Makefile.am): Likewise.
2129         * modules/dup2 (Makefile.am): Likewise.
2130         * modules/eealloc (Makefile.am): Likewise.
2131         * modules/error (Makefile.am): Likewise.
2132         * modules/euidaccess (Makefile.am): Likewise.
2133         * modules/exclude (Makefile.am): Likewise.
2134         * modules/exitfail (Makefile.am): Likewise.
2135         * modules/fcntl-safer (Makefile.am): Likewise.
2136         * modules/fcntl (Makefile.am): Likewise.
2137         * modules/file-type (Makefile.am): Likewise.
2138         * modules/fileblocks (Makefile.am): Likewise.
2139         * modules/filemode (Makefile.am): Likewise.
2140         * modules/filenamecat (Makefile.am): Likewise.
2141         * modules/fnmatch (Makefile.am): Likewise.
2142         * modules/fopen-safer (Makefile.am): Likewise.
2143         * modules/fpending (Makefile.am): Likewise.
2144         * modules/fprintftime (Makefile.am): Likewise.
2145         * modules/free (Makefile.am): Likewise.
2146         * modules/fsusage (Makefile.am): Likewise.
2147         * modules/ftruncate (Makefile.am): Likewise.
2148         * modules/fts (Makefile.am): Likewise.
2149         * modules/gc-arcfour (Makefile.am): Likewise.
2150         * modules/gc-des (Makefile.am): Likewise.
2151         * modules/gc-hmac-md5 (Makefile.am): Likewise.
2152         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
2153         * modules/gc-md4 (Makefile.am): Likewise.
2154         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2155         * modules/gc-sha1 (Makefile.am): Likewise.
2156         * modules/gc (Makefile.am): Likewise.
2157         * modules/getaddrinfo (Makefile.am): Likewise.
2158         * modules/getcwd (Makefile.am): Likewise.
2159         * modules/getdelim (Makefile.am): Likewise.
2160         * modules/getdomainname (Makefile.am): Likewise.
2161         * modules/getgroups (Makefile.am): Likewise.
2162         * modules/gethostname (Makefile.am): Likewise.
2163         * modules/gethrxtime (Makefile.am): Likewise.
2164         * modules/getline (Makefile.am): Likewise.
2165         * modules/getloadavg (Makefile.am): Likewise.
2166         * modules/getlogin_r (Makefile.am): Likewise.
2167         * modules/getndelim2 (Makefile.am): Likewise.
2168         * modules/getopt (Makefile.am): Likewise.
2169         * modules/getpagesize (Makefile.am): Likewise.
2170         * modules/getpass-gnu (Makefile.am): Likewise.
2171         * modules/getpass (Makefile.am): Likewise.
2172         * modules/getsubopt (Makefile.am): Likewise.
2173         * modules/gettime (Makefile.am): Likewise.
2174         * modules/gettimeofday (Makefile.am): Likewise.
2175         * modules/getugroups (Makefile.am): Likewise.
2176         * modules/getusershell (Makefile.am): Likewise.
2177         * modules/glob (Makefile.am): Likewise.
2178         * modules/group-member (Makefile.am): Likewise.
2179         * modules/hard-locale (Makefile.am): Likewise.
2180         * modules/hash (Makefile.am): Likewise.
2181         * modules/hmac-md5 (Makefile.am): Likewise.
2182         * modules/hmac-sha1 (Makefile.am): Likewise.
2183         * modules/human (Makefile.am): Likewise.
2184         * modules/idcache (Makefile.am): Likewise.
2185         * modules/imaxabs (Makefile.am): Likewise.
2186         * modules/imaxdiv (Makefile.am): Likewise.
2187         * modules/inet_ntop (Makefile.am): Likewise.
2188         * modules/inet_pton (Makefile.am): Likewise.
2189         * modules/intprops (Makefile.am): Likewise.
2190         * modules/inttostr (Makefile.am): Likewise.
2191         * modules/inttypes (Makefile.am): Likewise.
2192         * modules/isapipe (Makefile.am): Likewise.
2193         * modules/javaversion (Makefile.am): Likewise.
2194         * modules/lchmod (Makefile.am): Likewise.
2195         * modules/lchown (Makefile.am): Likewise.
2196         * modules/localcharset (Makefile.am): Likewise.
2197         * modules/long-options (Makefile.am): Likewise.
2198         * modules/lstat (Makefile.am): Likewise.
2199         * modules/malloc (Makefile.am): Likewise.
2200         * modules/mathl (Makefile.am): Likewise.
2201         * modules/mbchar (Makefile.am): Likewise.
2202         * modules/md2 (Makefile.am): Likewise.
2203         * modules/md4 (Makefile.am): Likewise.
2204         * modules/md5 (Makefile.am): Likewise.
2205         * modules/memcasecmp (Makefile.am): Likewise.
2206         * modules/memchr (Makefile.am): Likewise.
2207         * modules/memcmp (Makefile.am): Likewise.
2208         * modules/memcoll (Makefile.am): Likewise.
2209         * modules/memcpy (Makefile.am): Likewise.
2210         * modules/memmem (Makefile.am): Likewise.
2211         * modules/memmove (Makefile.am): Likewise.
2212         * modules/mempcpy (Makefile.am): Likewise.
2213         * modules/memrchr (Makefile.am): Likewise.
2214         * modules/memset (Makefile.am): Likewise.
2215         * modules/memxor (Makefile.am): Likewise.
2216         * modules/mkancesdirs (Makefile.am): Likewise.
2217         * modules/mkdir-p (Makefile.am): Likewise.
2218         * modules/mkdir (Makefile.am): Likewise.
2219         * modules/mkdtemp (Makefile.am): Likewise.
2220         * modules/mkstemp (Makefile.am): Likewise.
2221         * modules/mktime (Makefile.am): Likewise.
2222         * modules/modechange (Makefile.am): Likewise.
2223         * modules/mountlist (Makefile.am): Likewise.
2224         * modules/nanosleep (Makefile.am): Likewise.
2225         * modules/obstack (Makefile.am): Likewise.
2226         * modules/openat (Makefile.am): Likewise.
2227         * modules/pagealign_alloc (Makefile.am): Likewise.
2228         * modules/pathmax (Makefile.am): Likewise.
2229         * modules/physmem (Makefile.am): Likewise.
2230         * modules/poll (Makefile.am): Likewise.
2231         * modules/posixtm (Makefile.am): Likewise.
2232         * modules/posixver (Makefile.am): Likewise.
2233         * modules/putenv (Makefile.am): Likewise.
2234         * modules/quote (Makefile.am): Likewise.
2235         * modules/quotearg (Makefile.am): Likewise.
2236         * modules/raise (Makefile.am): Likewise.
2237         * modules/read-file (Makefile.am): Likewise.
2238         * modules/readline (Makefile.am): Likewise.
2239         * modules/readlink (Makefile.am): Likewise.
2240         * modules/readtokens (Makefile.am): Likewise.
2241         * modules/readutmp (Makefile.am): Likewise.
2242         * modules/realloc (Makefile.am): Likewise.
2243         * modules/regex (Makefile.am): Likewise.
2244         * modules/rename-dest-slash (Makefile.am): Likewise.
2245         * modules/rename (Makefile.am): Likewise.
2246         * modules/rijndael (Makefile.am): Likewise.
2247         * modules/rmdir (Makefile.am): Likewise.
2248         * modules/rpmatch (Makefile.am): Likewise.
2249         * modules/safe-read (Makefile.am): Likewise.
2250         * modules/safe-write (Makefile.am): Likewise.
2251         * modules/same-inode (Makefile.am): Likewise.
2252         * modules/same (Makefile.am): Likewise.
2253         * modules/save-cwd (Makefile.am): Likewise.
2254         * modules/savedir (Makefile.am): Likewise.
2255         * modules/setenv (Makefile.am): Likewise.
2256         * modules/settime (Makefile.am): Likewise.
2257         * modules/sha1 (Makefile.am): Likewise.
2258         * modules/sig2str (Makefile.am): Likewise.
2259         * modules/snprintf (Makefile.am): Likewise.
2260         * modules/stat-macros (Makefile.am): Likewise.
2261         * modules/stat-time (Makefile.am): Likewise.
2262         * modules/stdbool (Makefile.am): Likewise.
2263         * modules/stdint (Makefile.am): Likewise.
2264         * modules/stdlib-safer (Makefile.am): Likewise.
2265         * modules/stpcpy (Makefile.am): Likewise.
2266         * modules/stpncpy (Makefile.am): Likewise.
2267         * modules/strcase (Makefile.am): Likewise.
2268         * modules/strcasestr (Makefile.am): Likewise.
2269         * modules/strchrnul (Makefile.am): Likewise.
2270         * modules/strcspn (Makefile.am): Likewise.
2271         * modules/strdup (Makefile.am): Likewise.
2272         * modules/strerror (Makefile.am): Likewise.
2273         * modules/strftime (Makefile.am): Likewise.
2274         * modules/strndup (Makefile.am): Likewise.
2275         * modules/strnlen (Makefile.am): Likewise.
2276         * modules/strpbrk (Makefile.am): Likewise.
2277         * modules/strsep (Makefile.am): Likewise.
2278         * modules/strstr (Makefile.am): Likewise.
2279         * modules/strtod (Makefile.am): Likewise.
2280         * modules/strtoimax (Makefile.am): Likewise.
2281         * modules/strtok_r (Makefile.am): Likewise.
2282         * modules/strtol (Makefile.am): Likewise.
2283         * modules/strtoll (Makefile.am): Likewise.
2284         * modules/strtoul (Makefile.am): Likewise.
2285         * modules/strtoull (Makefile.am): Likewise.
2286         * modules/strtoumax (Makefile.am): Likewise.
2287         * modules/strverscmp (Makefile.am): Likewise.
2288         * modules/sys_socket (Makefile.am): Likewise.
2289         * modules/sys_stat (Makefile.am): Likewise.
2290         * modules/sysexits (Makefile.am): Likewise.
2291         * modules/time_r (Makefile.am): Likewise.
2292         * modules/timegm (Makefile.am): Likewise.
2293         * modules/timespec (Makefile.am): Likewise.
2294         * modules/tmpfile-safer (Makefile.am): Likewise.
2295         * modules/trim (Makefile.am): Likewise.
2296         * modules/unistd-safer (Makefile.am): Likewise.
2297         * modules/unlinkdir (Makefile.am): Likewise.
2298         * modules/unlocked-io (Makefile.am): Likewise.
2299         * modules/userspec (Makefile.am): Likewise.
2300         * modules/utime (Makefile.am): Likewise.
2301         * modules/utimecmp (Makefile.am): Likewise.
2302         * modules/utimens (Makefile.am): Likewise.
2303         * modules/vasnprintf (Makefile.am): Likewise.
2304         * modules/vasprintf (Makefile.am): Likewise.
2305         * modules/vsnprintf (Makefile.am): Likewise.
2306         * modules/xalloc (Makefile.am): Likewise.
2307         * modules/xgetcwd (Makefile.am): Likewise.
2308         * modules/xnanosleep (Makefile.am): Likewise.
2309         * modules/xreadlink (Makefile.am): Likewise.
2310         * modules/xstrtod (Makefile.am): Likewise.
2311         * modules/xstrtol (Makefile.am): Likewise.
2312         * modules/xstrtold (Makefile.am): Likewise.
2313         * modules/yesno (Makefile.am): Likewise.
2314         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
2315
2316 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2317
2318         * modules/error (Makefile.am): Distribute files through
2319         EXTRA_DIST, not lib_SOURCES.
2320
2321 2006-10-12  Eric Blake  <ebb9@byu.net>
2322
2323         * modules/error (Makefile.am): Distribute files in /lib.
2324         * modules/obstack (Makefile.am): Likewise.
2325
2326 2006-10-12  Bruno Haible  <bruno@clisp.org>
2327
2328         * modules/acl (Makefile.am): Distribute all files in lib/ through
2329         EXTRA_DIST.
2330         * modules/arcfour (Makefile.am): Likewise.
2331         * modules/arctwo (Makefile.am): Likewise.
2332         * modules/argmatch (Makefile.am): Likewise.
2333         * modules/argz (Makefile.am): Likewise.
2334         * modules/atexit (Makefile.am): Likewise.
2335         * modules/backupfile (Makefile.am): Likewise.
2336         * modules/c-strtod (Makefile.am): Likewise.
2337         * modules/c-strtold (Makefile.am): Likewise.
2338         * modules/calloc (Makefile.am): Likewise.
2339         * modules/canon-host (Makefile.am): Likewise.
2340         * modules/canonicalize (Makefile.am): Likewise.
2341         * modules/chdir-long (Makefile.am): Likewise.
2342         * modules/chdir-safer (Makefile.am): Likewise.
2343         * modules/check-version (Makefile.am): Likewise.
2344         * modules/chown (Makefile.am): Likewise.
2345         * modules/cloexec (Makefile.am): Likewise.
2346         * modules/close-stream (Makefile.am): Likewise.
2347         * modules/closeout (Makefile.am): Likewise.
2348         * modules/crc (Makefile.am): Likewise.
2349         * modules/cycle-check (Makefile.am): Likewise.
2350         * modules/des (Makefile.am): Likewise.
2351         * modules/dirfd (Makefile.am): Likewise.
2352         * modules/dirname (Makefile.am): Likewise.
2353         * modules/dup2 (Makefile.am): Likewise.
2354         * modules/euidaccess (Makefile.am): Likewise.
2355         * modules/exclude (Makefile.am): Likewise.
2356         * modules/exitfail (Makefile.am): Likewise.
2357         * modules/fcntl-safer (Makefile.am): Likewise.
2358         * modules/file-type (Makefile.am): Likewise.
2359         * modules/fileblocks (Makefile.am): Likewise.
2360         * modules/filemode (Makefile.am): Likewise.
2361         * modules/filenamecat (Makefile.am): Likewise.
2362         * modules/fnmatch (Makefile.am): Likewise.
2363         * modules/fopen-safer (Makefile.am): Likewise.
2364         * modules/fpending (Makefile.am): Likewise.
2365         * modules/fprintftime (Makefile.am): Likewise.
2366         * modules/free (Makefile.am): Likewise.
2367         * modules/fsusage (Makefile.am): Likewise.
2368         * modules/ftruncate (Makefile.am): Likewise.
2369         * modules/fts (Makefile.am): Likewise.
2370         * modules/gc (Makefile.am): Likewise.
2371         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2372         * modules/getaddrinfo (Makefile.am): Likewise.
2373         * modules/getcwd (Makefile.am): Likewise.
2374         * modules/getdelim (Makefile.am): Likewise.
2375         * modules/getdomainname (Makefile.am): Likewise.
2376         * modules/getgroups (Makefile.am): Likewise.
2377         * modules/gethostname (Makefile.am): Likewise.
2378         * modules/gethrxtime (Makefile.am): Likewise.
2379         * modules/getline (Makefile.am): Likewise.
2380         * modules/getloadavg (Makefile.am): Likewise.
2381         * modules/getlogin_r (Makefile.am): Likewise.
2382         * modules/getopt (Makefile.am): Likewise.
2383         * modules/getpass (Makefile.am): Likewise.
2384         * modules/getpass-gnu (Makefile.am): Likewise.
2385         * modules/getsubopt (Makefile.am): Likewise.
2386         * modules/gettime (Makefile.am): Likewise.
2387         * modules/gettimeofday (Makefile.am): Likewise.
2388         * modules/getugroups (Makefile.am): Likewise.
2389         * modules/getusershell (Makefile.am): Likewise.
2390         * modules/glob (Makefile.am): Likewise.
2391         * modules/group-member (Makefile.am): Likewise.
2392         * modules/hard-locale (Makefile.am): Likewise.
2393         * modules/hash (Makefile.am): Likewise.
2394         * modules/hmac-md5 (Makefile.am): Likewise.
2395         * modules/hmac-sha1 (Makefile.am): Likewise.
2396         * modules/human (Makefile.am): Likewise.
2397         * modules/idcache (Makefile.am): Likewise.
2398         * modules/imaxabs (Makefile.am): Likewise.
2399         * modules/imaxdiv (Makefile.am): Likewise.
2400         * modules/inet_ntop (Makefile.am): Likewise.
2401         * modules/inet_pton (Makefile.am): Likewise.
2402         * modules/inttostr (Makefile.am): Likewise.
2403         * modules/isapipe (Makefile.am): Likewise.
2404         * modules/lchown (Makefile.am): Likewise.
2405         * modules/long-options (Makefile.am): Likewise.
2406         * modules/lstat (Makefile.am): Likewise.
2407         * modules/malloc (Makefile.am): Likewise.
2408         * modules/mathl (Makefile.am): Likewise.
2409         * modules/mbchar (Makefile.am): Likewise.
2410         * modules/md2 (Makefile.am): Likewise.
2411         * modules/md4 (Makefile.am): Likewise.
2412         * modules/md5 (Makefile.am): Likewise.
2413         * modules/memcasecmp (Makefile.am): Likewise.
2414         * modules/memchr (Makefile.am): Likewise.
2415         * modules/memcmp (Makefile.am): Likewise.
2416         * modules/memcoll (Makefile.am): Likewise.
2417         * modules/memcpy (Makefile.am): Likewise.
2418         * modules/memmem (Makefile.am): Likewise.
2419         * modules/memmove (Makefile.am): Likewise.
2420         * modules/mempcpy (Makefile.am): Likewise.
2421         * modules/memrchr (Makefile.am): Likewise.
2422         * modules/memset (Makefile.am): Likewise.
2423         * modules/memxor (Makefile.am): Likewise.
2424         * modules/mkancesdirs (Makefile.am): Likewise.
2425         * modules/mkdir (Makefile.am): Likewise.
2426         * modules/mkdir-p (Makefile.am): Likewise.
2427         * modules/mkdtemp (Makefile.am): Likewise.
2428         * modules/mkstemp (Makefile.am): Likewise.
2429         * modules/mktime (Makefile.am): Likewise.
2430         * modules/modechange (Makefile.am): Likewise.
2431         * modules/mountlist (Makefile.am): Likewise.
2432         * modules/nanosleep (Makefile.am): Likewise.
2433         * modules/openat (Makefile.am): Likewise.
2434         * modules/pagealign_alloc (Makefile.am): Likewise.
2435         * modules/physmem (Makefile.am): Likewise.
2436         * modules/poll (Makefile.am): Likewise.
2437         * modules/posixtm (Makefile.am): Likewise.
2438         * modules/posixver (Makefile.am): Likewise.
2439         * modules/putenv (Makefile.am): Likewise.
2440         * modules/quote (Makefile.am): Likewise.
2441         * modules/quotearg (Makefile.am): Likewise.
2442         * modules/raise (Makefile.am): Likewise.
2443         * modules/read-file (Makefile.am): Likewise.
2444         * modules/readline (Makefile.am): Likewise.
2445         * modules/readlink (Makefile.am): Likewise.
2446         * modules/readtokens (Makefile.am): Likewise.
2447         * modules/readutmp (Makefile.am): Likewise.
2448         * modules/realloc (Makefile.am): Likewise.
2449         * modules/regex (Makefile.am): Likewise.
2450         * modules/rename (Makefile.am): Likewise.
2451         * modules/rename-dest-slash (Makefile.am): Likewise.
2452         * modules/rijndael (Makefile.am): Likewise.
2453         * modules/rmdir (Makefile.am): Likewise.
2454         * modules/rpmatch (Makefile.am): Likewise.
2455         * modules/safe-read (Makefile.am): Likewise.
2456         * modules/safe-write (Makefile.am): Likewise.
2457         * modules/same (Makefile.am): Likewise.
2458         * modules/save-cwd (Makefile.am): Likewise.
2459         * modules/savedir (Makefile.am): Likewise.
2460         * modules/setenv (Makefile.am): Likewise.
2461         * modules/settime (Makefile.am): Likewise.
2462         * modules/sha1 (Makefile.am): Likewise.
2463         * modules/sig2str (Makefile.am): Likewise.
2464         * modules/snprintf (Makefile.am): Likewise.
2465         * modules/stdlib-safer (Makefile.am): Likewise.
2466         * modules/stpcpy (Makefile.am): Likewise.
2467         * modules/stpncpy (Makefile.am): Likewise.
2468         * modules/strcase (Makefile.am): Likewise.
2469         * modules/strcasestr (Makefile.am): Likewise.
2470         * modules/strchrnul (Makefile.am): Likewise.
2471         * modules/strcspn (Makefile.am): Likewise.
2472         * modules/strdup (Makefile.am): Likewise.
2473         * modules/strerror (Makefile.am): Likewise.
2474         * modules/strftime (Makefile.am): Likewise.
2475         * modules/strndup (Makefile.am): Likewise.
2476         * modules/strnlen (Makefile.am): Likewise.
2477         * modules/strpbrk (Makefile.am): Likewise.
2478         * modules/strsep (Makefile.am): Likewise.
2479         * modules/strstr (Makefile.am): Likewise.
2480         * modules/strtod (Makefile.am): Likewise.
2481         * modules/strtoimax (Makefile.am): Likewise.
2482         * modules/strtok_r (Makefile.am): Likewise.
2483         * modules/strtol (Makefile.am): Likewise.
2484         * modules/strtoll (Makefile.am): Likewise.
2485         * modules/strtoul (Makefile.am): Likewise.
2486         * modules/strtoull (Makefile.am): Likewise.
2487         * modules/strtoumax (Makefile.am): Likewise.
2488         * modules/strverscmp (Makefile.am): Likewise.
2489         * modules/time_r (Makefile.am): Likewise.
2490         * modules/timegm (Makefile.am): Likewise.
2491         * modules/tmpfile-safer (Makefile.am): Likewise.
2492         * modules/unistd-safer (Makefile.am): Likewise.
2493         * modules/unlinkdir (Makefile.am): Likewise.
2494         * modules/userspec (Makefile.am): Likewise.
2495         * modules/utime (Makefile.am): Likewise.
2496         * modules/utimecmp (Makefile.am): Likewise.
2497         * modules/utimens (Makefile.am): Likewise.
2498         * modules/vasnprintf (Makefile.am): Likewise.
2499         * modules/vasprintf (Makefile.am): Likewise.
2500         * modules/vsnprintf (Makefile.am): Likewise.
2501         * modules/xalloc (Makefile.am): Likewise.
2502         * modules/xgetcwd (Makefile.am): Likewise.
2503         * modules/xnanosleep (Makefile.am): Likewise.
2504         * modules/xreadlink (Makefile.am): Likewise.
2505         * modules/xstrtod (Makefile.am): Likewise.
2506         * modules/xstrtol (Makefile.am): Likewise.
2507         * modules/xstrtold (Makefile.am): Likewise.
2508         * modules/yesno (Makefile.am): Likewise.
2509
2510 2006-10-12  Jim Meyering  <jim@meyering.net>
2511
2512         * m4/getloadavg.m4: Revert the change below.
2513
2514         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
2515         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
2516         fail with a symlink, which is what coreutils' ./bootstrap now
2517         creates by default.
2518
2519 2006-10-12  Bruno Haible  <bruno@clisp.org>
2520
2521         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
2522         mingw.
2523         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
2524         MSVC and mingw explicitly.
2525
2526 2006-10-11  Simon Josefsson  <jas@extundo.com>
2527             Bruno Haible  <bruno@clisp.org>
2528
2529         Add support for multiple gnulib-tool invocations in the scope of a
2530         single configure.ac file.
2531         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
2532         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
2533         with the same contents as the _LIBADD variable.
2534         (func_emit_initmacro_start, func_emit_initmacro_end,
2535         func_emit_initmacro_done): New functions.
2536         (func_import, func_create_testdir): Invoke them. Allow the identifiers
2537         gl_LIBOBJS and gl_LTLIBOBJS.
2538
2539 2006-10-11  Bruno Haible  <bruno@clisp.org>
2540
2541         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
2542         (func_create_testdir): Don't create po/Makefile.am, don't invoke
2543         autoreconf. Instead, invoke autopoint explicitly but move back the
2544         *.m4 files from gnulib.
2545
2546 2006-10-11  Bruno Haible  <bruno@clisp.org>
2547
2548         * gnulib-tool (func_usage): Make module names after --create-testdir
2549         optional.
2550         (func_create_testdir): If no module was specified, use nearly all
2551         modules.
2552
2553 2006-10-12  Jim Meyering  <jim@meyering.net>
2554
2555         Big performance improvement for fts-based tools that use FTS_NOSTAT.
2556         Avoid spurious inode-mismatch problems on non-POSIX file systems.
2557         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
2558         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
2559         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
2560         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
2561         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
2562         (fts_set_stat_required): New function.
2563         (fts_open): Defer the calls to fts_stat, if possible or requested.
2564         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
2565         into fts_stat itself.
2566         (fts_read): Perform any required (deferred) fts_stat call.
2567         (fts_build): Likewise, for the directory we're about to open and read.
2568         In the readdir loop, carefully decide whether each entry will require
2569         an eventual call to fts_stat, using dirent.d_type info if available.
2570         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
2571         a command line argument into this function.  Update all callers.
2572         Map a return value of FTS_DOT to FTS_D for a command line argument.
2573         * modules/fts (Depends-on): Add d-type.  Alphabetize.
2574         Thanks to Miklos Szeredi for his tenacity and for the initial
2575         bug report about "find" failing on a FUSE-based file system.
2576
2577         * lib/fts.c (fts_open): Use consistent indentation.
2578
2579 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2580
2581         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
2582         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
2583         reported by Jim Meyering.  All uses of cache variables renamed
2584         to match Autoconf's.
2585         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
2586         the other one.
2587
2588         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
2589         Fix misspelling in diagnostic.
2590
2591 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2592
2593         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
2594         defined.  Problem reported by Matthew Woehlke.
2595
2596         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2597         Add support for Tandem NonStop R series.
2598         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
2599         Use new macro.
2600
2601         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
2602         (has_trailing_slash): Omit size arg; all callers changed.
2603         Omit 'inline', since it doesn't help performance and we'd
2604         need to configure it.
2605         Don't count //, ///, etc. as having a trailing slash.
2606         As a side effect, this removes a C99ism reported by Matthew Woehlke.
2607         (rpl_rename_dest_slash): On failure, use rename's errno rather
2608         than (in some cases) an incorrect or junk errno.
2609         Simplify code by removing need to compute length; this does
2610         cause it to make two passes instead of one over the file name,
2611         but it's worth it.
2612
2613         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
2614         change, since Autoconf's version may no longer be appropriate now
2615         that we are using CVS Autoconf's version.  Add support for Tandem.
2616
2617 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2618             Bruno Haible  <bruno@clisp.org>
2619
2620         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
2621         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2622         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
2623         gl_AC_TYPE_LONG_LONG.
2624
2625         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
2626         instead of HAVE_LONG_LONG.
2627         * lib/printf-args.c (printf_fetchargs): Likewise.
2628         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
2629         * lib/vasnprintf.c (VASNPRINTF): Likewise.
2630         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
2631         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
2632         gl_AC_TYPE_LONG_LONG.
2633
2634 2006-10-11  Bruno Haible  <bruno@clisp.org>
2635
2636         * m4/longlong.m4: Add comments.
2637         * m4/ulonglong.m4: Likewise.
2638
2639 2006-10-10  Bruno Haible  <bruno@clisp.org>
2640
2641         Make it possible to #define stpcpy, strdup to aliases.
2642         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
2643         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
2644
2645 2006-10-10  Bruno Haible  <bruno@clisp.org>
2646
2647         Make it possible to #define gcd to an alias.
2648         * lib/gcd.c: Include config.h.
2649
2650 2006-10-10  Bruno Haible  <bruno@clisp.org>
2651
2652         Make it possible to #define c_isascii to an alias.
2653         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
2654         defined. Undefine the macros before defining them, to avoid gcc
2655         warnings.
2656         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
2657         define NO_C_CTYPE_MACROS early.
2658
2659 2006-10-10  Bruno Haible  <bruno@clisp.org>
2660
2661         Make it possible to #define set_program_name to an alias.
2662         * lib/progname.c: Don't undefine set_program_name; instead, undefine
2663         ENABLE_RELOCATABLE early.
2664
2665 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
2666
2667         Port to Tandem NSK OSS, which has 64-bit signed int but at most
2668         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
2669         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
2670         More generally, don't assume that 64-bit signed int is available
2671         if unsigned int is, and vice versa.
2672         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
2673         unsigned symbols, not on their signed counterparts.
2674         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
2675         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
2676         (UINT64_C, UINTMAX_C):
2677         Likewise.
2678         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
2679         unsigned counterparts.
2680         (Have_long_long, Unsigned): New macros.
2681         (Int): Renamed from INT.
2682         (strtoimax): Use the new macros.
2683         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
2684         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
2685         * modules/inttypes (inttypes.h): Substitute
2686         HAVE_UNSIGNED_LONG_LONG_INT.
2687         * modules/stdint (stdint.h): Likewise.
2688         (Files): Add m4/ulonglong.m4.
2689
2690 2006-10-10  Bruno Haible  <bruno@clisp.org>
2691
2692         Fix a gcc -Wshadow warning.
2693         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
2694         to 'bucket'.
2695         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
2696         gl_linked_indexof_from_to): Likewise.
2697         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
2698         Likewise.
2699         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
2700         Likewise.
2701         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
2702         Reported by Eric Blake.
2703
2704 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
2705
2706         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
2707         for NetBSD.  Problem reported by Bruno Haible.
2708
2709 2006-10-09  Jim Meyering  <jim@meyering.net>
2710
2711         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
2712         Patch from Bruno Haible.
2713
2714 2006-10-09  Jim Meyering  <jim@meyering.net>
2715
2716         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
2717         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
2718         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
2719
2720 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2721
2722         Don't include <config.h> twice; this doesn't work in some cases,
2723         e.g., when config.h has "#define intmax_t long long int" and
2724         we include <config.h>, <inttypes.h>, <config.h> in that order.
2725         Problem reported by Matthew Woehlke in:
2726         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
2727         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
2728         * lib/fts-cycle.c: Don't include config.h.
2729         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
2730         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
2731         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
2732         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
2733         inttypes.h.
2734         * lib/xstrtoumax.c: Likewise.
2735         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
2736         __strtol and the like, so that this module is more like its siblings.
2737         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
2738         Remove; no longer needed now that we assume gnulib inttypes.h.
2739
2740 2006-10-08  Bruno Haible  <bruno@clisp.org>
2741
2742         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
2743         option.
2744
2745 2006-10-07  Jim Meyering  <jim@meyering.net>
2746
2747         * modules/inttypes (inttypes.h): Revert what seems to have been
2748         an inadvertent part of today's change: use "|", not "/" in the
2749         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
2750
2751 2006-10-07  Bruno Haible  <bruno@clisp.org>
2752
2753         * modules/sublist: New file.
2754
2755 2006-10-07  Bruno Haible  <bruno@clisp.org>
2756
2757         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
2758         * modules/argz (argz.h): Likewise.
2759         * modules/arpa_inet (arpa/inet.h): Likewise.
2760         * modules/byteswap (byteswap.h): Likewise.
2761         * modules/configmake (configmake.h): Likewise.
2762         * modules/fcntl (fcntl.h): Likewise.
2763         * modules/fnmatch (fnmatch.h): Likewise.
2764         * modules/getopt (getopt.h): Likewise.
2765         * modules/glob (glob.h): Likewise.
2766         * modules/inttypes (inttypes.h): Likewise.
2767         * modules/netinet_in (netinet/in.h): Likewise.
2768         * modules/poll (poll.h): Likewise.
2769         * modules/stdbool (stdbool.h): Likewise.
2770         * modules/stdint (stdint.h): Likewise.
2771         * modules/sys_select (sys/select.h): Likewise.
2772         * modules/sys_socket (sys/socket.h): Likewise.
2773         * modules/sys_stat (sys/stat.h): Likewise.
2774         * modules/sysexits (sysexits.h): Likewise.
2775         * modules/unistd (unistd.h): Likewise.
2776         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2777         Add a "DO NOT EDIT" comment to the generated file.
2778         (func_import): Likewise for gnulib-comp.m4.
2779
2780 2006-10-07  Bruno Haible  <bruno@clisp.org>
2781
2782         * lib/gl_sublist.h: New file.
2783         * lib/gl_sublist.c: New file.
2784
2785 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
2786
2787         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
2788         name (relative to the original working directory) and the file
2789         name component (relative to the temporary working directory).  All
2790         callers changed.
2791         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
2792         * lib/mkdir-p.c (make_dir_parents): Likewise.
2793         * lib/mkdir-p.h (make_dir_parents): Likewise.
2794
2795 2006-10-06  Eric Blake  <ebb9@byu.net>
2796
2797         Define several macros for use by the clean-temp module.
2798         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
2799         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
2800         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
2801
2802         * lib/clean-temp.h (close_stream_temp): New declaration.
2803         * lib/clean-temp.c (includes): Pull in headers according to what
2804         other modules are in use.
2805         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
2806
2807 2006-10-06  Bruno Haible  <bruno@clisp.org>
2808
2809         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
2810         instead of fopen, fwriteerror.
2811
2812 2006-10-06  Bruno Haible  <bruno@clisp.org>
2813
2814         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
2815         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
2816         int.
2817         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
2818         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
2819         Return an error indicator.
2820         Suggested by Eric Blake.
2821
2822 2006-10-06  Bruno Haible  <bruno@clisp.org>
2823
2824         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
2825         Reported by Eric Blake.
2826
2827 2006-10-06  Bruno Haible  <bruno@clisp.org>
2828
2829         * modules/closeout (Description): Mention stderr too.
2830
2831 2006-10-06  Bruno Haible  <bruno@clisp.org>
2832         and Paul Eggert  <eggert@cs.ucla.edu>
2833
2834         * lib/closeout.c (close_stdout): Also close stderr.
2835         * lib/closeout.h: Update comment.
2836
2837 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2838
2839         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
2840         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
2841         * lib/dirchownmod.c: Include lchown.h.
2842         * lib/lchown.c: Don't include files that lchown.h now includes.
2843         Don't declare chown, since lchown.h now does that.
2844         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
2845         (lchown): Define to rpl_chown if lchown is declared but
2846         does not exist.  Declare using a prototype if lchown is not
2847         declared.  Add a copyright notice.
2848         * lib/mkstemp.h: Include <unistd.h>.
2849         * lib/openat.c: Include lchown.h.
2850
2851         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
2852         we now test for that separately.
2853         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
2854         rather than O_NOFOLLOW, when testing whether it's possible to
2855         avoid a race condition reliably.
2856         * lib/savewd.c (savewd_chdir): Likewise.
2857
2858         Remove macros that are no longer needed now that stdint.h is
2859         reliable.
2860         * lib/fsusage.c (UINTMAX_MAX): Remove.
2861         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
2862         * lib/utimecmp.c (SIZE_MAX): Remove.
2863
2864         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
2865
2866         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
2867         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
2868         O_NOATIME works.
2869
2870 2006-10-05  Bruno Haible  <bruno@clisp.org>
2871
2872         * lib/gl_list.h (gl_sortedlist_search_from_to,
2873         gl_sortedlist_indexof_from_to): New declarations.
2874         (gl_list_implementation): New fields sortedlist_search_from_to,
2875         sortedlist_indexof_from_to.
2876         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
2877         inline functions.
2878         * lib/gl_list.c (gl_sortedlist_search_from_to,
2879         gl_sortedlist_indexof_from_to): New functions.
2880         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
2881         function.
2882         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
2883         (gl_array_sortedlist_search_from_to): New function.
2884         (gl_array_list_implementation): Update.
2885         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
2886         function.
2887         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
2888         (gl_carray_sortedlist_search_from_to): New function.
2889         (gl_carray_list_implementation): Update.
2890         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
2891         gl_linked_sortedlist_indexof_from_to): New functions.
2892         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2893         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2894         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
2895         gl_tree_sortedlist_indexof_from_to): New functions.
2896         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2897         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2898         Update.
2899         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2900         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
2901         Update.
2902
2903 2006-10-05  Bruno Haible  <bruno@clisp.org>
2904
2905         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
2906         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
2907         (struct gl_list_implementation): Add fields search_from_to,
2908         indexof_from_to. Remove fields search, indexof.
2909         (gl_list_search): Use the search_from_to method.
2910         (gl_list_search_from, gl_list_search_from_to): New functions.
2911         (gl_list_indexof): Use the indexof_from_to method.
2912         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2913         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
2914         (gl_list_search_from, gl_list_search_from_to): New functions.
2915         (gl_list_indexof): Use the indexof_from_to method.
2916         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2917         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
2918         gl_array_indexof. Add start_index, end_index arguments.
2919         (gl_array_search_from_to): Renamed from gl_array_search. Add
2920         start_index, end_index arguments.
2921         (gl_array_remove, gl_array_list_implementation): Update.
2922         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
2923         gl_carray_indexof. Add start_index, end_index arguments.
2924         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
2925         start_index, end_index arguments.
2926         (gl_carray_remove, gl_carray_list_implementation): Update.
2927         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
2928         gl_linked_search. Add start_index, end_index arguments.
2929         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
2930         start_index, end_index arguments.
2931         (gl_linked_remove): Update.
2932         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2933         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2934         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
2935         field to 'size_t'.
2936         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
2937         gl_tree_search. Add start_index, end_index arguments.
2938         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2939         start_index, end_index arguments.
2940         (gl_tree_remove): Update.
2941         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2942         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2943         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
2944         function.
2945         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
2946         gl_tree_search. Add start_index, end_index arguments.
2947         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2948         start_index, end_index arguments.
2949         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2950         Update.
2951         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2952
2953 2006-10-05  Bruno Haible  <bruno@clisp.org>
2954
2955         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
2956
2957         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
2958         fwriteerror_temp): New declarations.
2959         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
2960         (descriptors): New variable.
2961         (cleanup): First, close the descriptors.
2962         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
2963         fclose_temp, fwriteerror_temp): New functions.
2964
2965 2006-10-04  Jim Meyering  <jim@meyering.net>
2966
2967         * lib/fts.c (fts_open): Tiny comment change.
2968
2969 2006-10-04  Bruno Haible  <bruno@clisp.org>
2970
2971         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
2972         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
2973         gl_LOCK_BODY.
2974         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
2975         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
2976         gl_LOCK_EARLY_BODY.
2977         (gl_LOCK): Require gl_LOCK_BODY.
2978
2979 2006-10-04  Bruno Haible  <bruno@clisp.org>
2980
2981         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
2982         (gl_oset_search_atleast): New declaration.
2983         (struct gl_oset_implementation): Add field 'search_atleast'.
2984         (gl_oset_search_atleast): New inline function.
2985         * lib/gl_oset.c (gl_oset_search_atleast): New function.
2986         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
2987         (gl_array_oset_implementation): Update.
2988         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
2989         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
2990         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
2991
2992 2006-10-04  Bruno Haible  <bruno@clisp.org>
2993
2994         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
2995
2996 2006-10-03  Bruno Haible  <bruno@clisp.org>
2997
2998         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
2999         from gl_avltreehash_list_implementation.
3000
3001 2006-10-03  Bruno Haible  <bruno@clisp.org>
3002
3003         * lib/gl_oset.c (gl_oset_add): Fix return type.
3004
3005 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
3006
3007         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
3008
3009 2006-10-02  Eric Blake  <ebb9@byu.net>
3010
3011         * modules/strnlen (Depends-on): Add extensions.
3012
3013 2006-10-02  Eric Blake  <ebb9@byu.net>
3014
3015         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
3016         definition in 2.60+.
3017
3018 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
3019
3020         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
3021         checks.
3022
3023 2006-10-02  Bruno Haible  <bruno@clisp.org>
3024
3025         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
3026         to the AUTOMAKE_OPTIONS.
3027         Reported by Jim Meyering.
3028
3029 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
3030
3031         Work around bug in Solaris 10 /proc file system:
3032         /proc/self/fd/NNN/.. isn't the parent directory of
3033         the directory whose file descriptor is NNN.  This needs to
3034         be worked around at run time, not compile time, since a
3035         program might be built on Solaris 8, where things work, and
3036         run on Solaris 10.
3037         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
3038         to use the following interface instead:
3039         (OPENAT_BUFFER_SIZE): New macro.
3040         (openat_proc_name): New function.
3041         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
3042         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
3043         Likewise.
3044         * lib/openat-proc.c: New file.
3045         * modules/openat (Files): Add lib/openat-proc.c.
3046         (Depends-on): Add same-inode, stdbool.
3047         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
3048
3049 2006-09-29  Bruno Haible  <bruno@clisp.org>
3050
3051         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
3052         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
3053         argument. Set stdout_closed before testing for ferror, not after.
3054         (fwriteerror, fwriteerror_no_ebadf): New functions.
3055
3056 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3057
3058         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
3059
3060 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
3061
3062         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
3063         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
3064
3065 2006-09-28  Jim Meyering  <jim@meyering.net>
3066
3067         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
3068         Include <unistd.h>.
3069
3070 2006-09-28  Bruno Haible  <bruno@clisp.org>
3071
3072         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
3073         * modules/linkedhash-list (Depends-on): Likewise.
3074         * modules/rbtreehash-list (Depends-on): Likewise.
3075
3076 2006-09-28  Bruno Haible  <bruno@clisp.org>
3077
3078         * lib/strndup.h: Simplify the redefinition of strndup.
3079         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
3080         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
3081
3082 2006-09-28  Bruno Haible  <bruno@clisp.org>
3083
3084         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
3085         * lib/gl_linkedhash_list.c: Likewise.
3086         * lib/gl_rbtreehash_list.c: Likewise.
3087
3088 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
3089
3090         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
3091         getaddrinfo.
3092
3093         * lib/__fpending.h: Don't include <stdio_ext.h> unless
3094         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
3095         it causes <stdio_ext.h> to cause a compile-time error.
3096         Problem reported by Nelson H. F. Beebe.
3097         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
3098         of HAVE_DECL___PENDING.
3099
3100         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
3101         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
3102         declaration.
3103
3104 2006-09-27  Jim Meyering  <jim@meyering.net>
3105
3106         This file could end up with a definition for a function
3107         named __strndup, rather than rpl_strndup on a system with
3108         incomplete weak_alias support.
3109         * lib/strndup.c (strndup): Rename from __strndup.
3110         Remove #defines that used to map __strndup to strndup.
3111         Don't use K&R prototypes.
3112         Remove LIBC-related code, since this file is not sync'd with glibc.
3113         * lib/strndup.h: Revamp, accordingly.
3114         * m4/strndup.m4: Modernize.
3115
3116 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3117
3118         * modules/savewd (Depends-on): Add 'raise'.
3119         * lib/savewd.c: Include <signal.h>, for 'raise'.
3120
3121 2006-09-26  Jim Meyering  <jim@meyering.net>
3122
3123         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
3124         when we detect Darwin 8.7.0's acl_get_file bug.
3125         Rearrange to perform the new (below) run-test while $LIBS
3126         contains any acl-related library.  Set USE_ACL at the end.
3127         (gl_ACL_GET_FILE): New function.
3128
3129 2006-09-26  Eric Blake  <ebb9@byu.net>
3130
3131         * lib/verror.c: Include <config.h> unconditionally.
3132
3133 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3134
3135         * modules/clock-time (Maintainer): Add self.
3136         * modules/getlogin_r (Depends-on): Add extensions.
3137
3138 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3139
3140         * modules/clock-time: New module.
3141         * modules/nanosleep (Depends-on): Add clock-time.
3142         * modules/gethrxtime (Depends-on): Likewise.
3143         * modules/gettime (Depends-on): Likewise.
3144         * modules/settime (Depends-on): Likewise.
3145
3146         * modules/fts-lgpl: Depend on openat.
3147         * modules/mkancesdirs: Depend on savewd.
3148         * modules/mkdir-p: Likewise.
3149
3150 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3151
3152         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
3153
3154         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
3155         `gl_have_arbitrary_file_name_length_limit' to
3156         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
3157         actually works between configure runs.
3158
3159 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3160             Bruno Haible  <bruno@clisp.org>
3161
3162         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
3163
3164 2006-09-25  Jim Meyering  <jim@meyering.net>
3165
3166         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
3167         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
3168
3169 2006-09-25  Eric Blake  <ebb9@byu.net>
3170
3171         * gnulib-tool (func_import, func_create_testdir): Fix typos in
3172         exec's in 2006-09-18 patch when shuffling fds.
3173
3174 2006-09-25  Bruno Haible  <bruno@clisp.org>
3175
3176         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
3177         Reported by Jim Meyering.
3178
3179 2006-09-24  Jim Meyering  <jim@meyering.net>
3180
3181         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
3182         compare a pointer against a literal "0".  That caused failures with
3183         at least HP-UX's hpcc.
3184
3185 2006-09-22  Simon Josefsson  <jas@extundo.com>
3186
3187         * modules/gc-sha1:
3188         * modules/gc-md4:
3189         * modules/gc-hmac-sha1:
3190         * modules/gc-hmac-md5:
3191         * modules/gc-des:
3192         * modules/gc-arcfour: Distribute more files.
3193
3194 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3195
3196         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
3197         (gl_linked_iterator_from_to): Initialize struct completely.
3198         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
3199         (gl_tree_iterator_from_to): Likewise
3200         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
3201         * lib/gl_array_list.c [lint] (gl_array_iterator)
3202         (gl_array_iterator_from_to): Likewise.
3203         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
3204         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
3205         (gl_carray_iterator_from_to): Likewise.
3206
3207         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
3208         * lib/md4.c (md4_process_block): Remove unused variable.
3209         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
3210         parentheses for clarity.
3211
3212 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3213
3214         * modules/bison-i18n (Depends-on): Add gettext.
3215
3216 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3217
3218         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
3219         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3220         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
3221         also add missing comma that caused broken test.
3222         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
3223         stdlib.h, for `abort'.
3224         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
3225         variables.
3226         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
3227         include unistd.h if present, for `rmdir'.
3228         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
3229         variables.
3230         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
3231         in the process include standard headers for prototypes.
3232         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
3233         gets declared on GNU/Linux.
3234         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
3235         unistd.h, for `rmdir'.
3236         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
3237
3238         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
3239         always true.
3240         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
3241
3242         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
3243
3244 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3245
3246         * gnulib-tool (func_version): Create output all at once.  This
3247         may help avoid triggering unnecessary SIGPIPEs, and at any
3248         rate it doesn't hurt.
3249
3250 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3251             Bruno Haible  <bruno@clisp.org>
3252
3253         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
3254         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3255         * m4/signed.m4 (bh_C_SIGNED): Likewise.
3256
3257         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
3258         (gl_FUNC_VASPRINTF): Invoke it.
3259
3260 2006-09-22  Bruno Haible  <bruno@clisp.org>
3261
3262         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
3263         getloadavg.c as first argument.
3264
3265 2006-09-22  Bruno Haible  <bruno@clisp.org>
3266
3267         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
3268         at the beginning of the gl_INIT macro.
3269         * modules/getloadavg (configure.ac): Pass $gl_source_base to
3270         gl_GETLOADAVG.
3271
3272 2006-09-22  Bruno Haible  <bruno@clisp.org>
3273
3274         * gnulib-tool (func_create_megatestdir): Don't include the config-h
3275         module.
3276         Suggested by Ralf Wildenhues.
3277
3278 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
3279
3280         Import this patch from libc:
3281
3282         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3283
3284         * lib/regex_internal.c (re_string_reconstruct): Handle
3285         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3286         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3287         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3288         re_string_context_at.
3289
3290         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
3291         now requires it.
3292         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
3293         gl_REGEX now does it for us.
3294         (gl_REGEX): Add test taken from
3295         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
3296
3297         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
3298         Check that large offsets work.  Modernize Autoconf usages.
3299         Prefer "yes" to mean a good thing rather than a bad.
3300         Don't put "#define mkstemp" in config.h, as this might interfere
3301         with standard system headers that "#define mkstemp mkstemp64".
3302
3303         * modules/mkstemp (Depends-on): Add extensions, so that
3304         mkstemp is visible on some platforms.
3305         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
3306         (Include): Change to "mkstemp.h" from <stdlib.h>.
3307         (Files): Add mkstemp.h.
3308
3309         * lib/mkstemp.h: New file, since some standard headers
3310         #define mkstemp.
3311         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
3312         Include "mkstemp.h".
3313         Make the _LIBC code resemble glibc original more,
3314         e.g., use K&R style.
3315         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
3316         (mkstemp): Remove, since mkstemp.h does this for us.
3317         * lib/stdlib--.h: Include mkstemp.h.
3318
3319         Import this patch from libc:
3320
3321         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3322
3323         * lib/tempname.c (__gen_tempname): Change attempts_min
3324         into a macro.  Use preprocessor to decide how to initialize
3325         attempts [Coverity CID 67].
3326
3327 2006-09-20  Bruno Haible  <bruno@clisp.org>
3328
3329         * lib/mkdtemp.c: Import from libc.
3330         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3331                 * sysdeps/posix/tempname.c (__gen_tempname): Change
3332                 attempts_min into a macro.  Use preprocessor to decide how to
3333                 initialize attempts [Coverity CID 67].
3334         2001-11-27  Paul Eggert  <eggert@twinsun.com>
3335                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
3336                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
3337
3338 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3339
3340         * gnulib-tool (func_exit): New function, to allow to pass the
3341         exit status portably through the trap.  Use everywhere.
3342         (--help, --version): Signal a write error.
3343         (trap): catch SIGPIPE, for write errors.
3344         Exit at the end of the trap, with the correct exit status.
3345
3346 2006-09-19  Karl Berry  <karl@gnu.org>
3347
3348         * doc/gnulib.texi: note about the license texinfo files.
3349
3350 2006-09-19  Eric Blake  <ebb9@byu.net>
3351
3352         * gnulib-tool: Avoid space-tab.
3353
3354 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3355
3356         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
3357         that prevented coreutils 6.1 from building.  Problem reported
3358         by Petter Reinholdtsen.
3359
3360 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3361
3362         * gnulib-tool (avoidlist): Fix typo that broke options like
3363         --avoid=lock that are used by coreutils bootstrap.
3364
3365 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
3366
3367         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
3368         more systematically.
3369
3370 2006-09-18  Jim Meyering  <jim@meyering.net>
3371
3372         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
3373
3374 2006-09-18  Bruno Haible  <bruno@clisp.org>
3375
3376         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
3377
3378 2006-09-18  Bruno Haible  <bruno@clisp.org>
3379
3380         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
3381         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
3382         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
3383         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
3384         * m4/gettext.m4: Require autoconf >= 2.52.
3385         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
3386         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
3387         of gl_cv_header_inttypes_h.
3388
3389 2006-09-18  Bruno Haible  <bruno@clisp.org>
3390
3391         * lib/javaversion.c: Include configmake.h.
3392
3393 2006-09-18  Bruno Haible  <bruno@clisp.org>
3394
3395         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
3396         avoid that the while loops be executed in a subshell.
3397
3398 2006-09-18  Bruno Haible  <bruno@clisp.org>
3399
3400         * MODULES.html.sh (func_module): Break long lines.
3401         Suggested by Bruce Korb <bkorb@gnu.org>.
3402
3403 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3404
3405         Speed up by a factor of 1.12.
3406         * gnulib-tool (nl): New variable.
3407         (func_import): Rewrite include directive extraction to only read each
3408         directive once.
3409
3410 2006-09-17  Bruno Haible  <bruno@clisp.org>
3411
3412         * modules/javaversion (Makefile.am): Remove DEFS setting.
3413         (Depends-on): Add configmake, for PKGDATADIR definition.
3414
3415 2006-09-17  Bruno Haible  <bruno@clisp.org>
3416
3417         * gnulib-tool (func_create_testdir): Rewrite all files at once.
3418
3419 2006-09-17  Bruno Haible  <bruno@clisp.org>
3420
3421         * gnulib-tool (func_append): New function, stolen from libtool.m4.
3422         (func_modules_transitive_closure, func_modules_add_dummy,
3423         func_modules_to_filelist, func_import, func_create_testdir,
3424         func_create_megatestdir, ...): Use it wherever possible.
3425         Suggested by Ralf Wildenhues.
3426
3427 2006-09-16  Karl Berry  <karl@gnu.org>
3428
3429         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
3430         to avoid sectioning errors.
3431         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
3432         [ifinfo]: blank line after @center-ed titles.
3433         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
3434         Spell FSF address consistently with others.
3435         (These changes approved by rms.)
3436
3437 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3438
3439         Speed up by a factor of 1.61.
3440         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
3441         already checked module names again.
3442
3443 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3444
3445         Speed up by a factor of 1.13.
3446         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
3447         for new_files, and the input to func_add_or_update.
3448
3449 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3450
3451         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
3452         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
3453
3454 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3455
3456         * modules/mkancesdirs (Depends-on): Add fcntl.
3457         * modules/savewd: New file.
3458         * MODULES.html.sh (File system functions): Add savewd.
3459
3460         * modules/configmake (Makefile.am): Add support for the
3461         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
3462
3463 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3464
3465         * m4/savewd.m4: New file.
3466
3467 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3468
3469         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
3470         (dirchownmod): New arg FD.  All callers changed.
3471         Use FD rather than opening the directory ourself, as opening is
3472         now the caller's responsibility.
3473         * lib/dirchownmod.h: Likewise.
3474         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
3475         hosts that require <sys/types.h> before <sys/stat.h>.  Include
3476         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
3477         (test_dir): Remove.
3478         (mkancesdirs): Return length of prefix of FILE that has already
3479         been made, or -2 if there is a child doing the work.  Redo
3480         algorithm so that it is O(N) rather than O(N**2).  Optimize away
3481         ".", and treat ".." specially since it might stray back into
3482         already-created areas.  Use a subprocess if necessary.  New arg
3483         WD; all users changed.  MAKE_DIR function should now return 1
3484         if it creates a directory that is not readable.  Return -2 if
3485         a child process is spun off.
3486         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
3487         Adjust signature to match code.
3488         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
3489         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
3490         all users changed.
3491         * lib/savewd.c, lib/savewd.h: New files.
3492
3493 2006-09-15  Jim Meyering  <jim@meyering.net>
3494
3495         * modules/rename-dest-slash: New module.
3496         * MODULES.html.sh (posix_compat): Add it here.
3497
3498         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
3499
3500 2006-09-15  Jim Meyering  <jim@meyering.net>
3501
3502         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
3503         file.
3504
3505         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
3506
3507 2006-09-15  Jim Meyering  <jim@meyering.net>
3508
3509         * lib/rename-dest-slash.c (has_trailing_slash): Use
3510         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
3511         (rpl_rename_dest_slash): Perform the cheaper trailing slash
3512         test before testing whether SRC is a directory.
3513         Suggestions from Bruno Haible.
3514
3515         Avoid a warning about an unused variable.
3516         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
3517         into the #ifdef block where it's used.
3518
3519         * lib/rename-dest-slash.c: New file.
3520
3521 2006-09-14  Bruno Haible  <bruno@clisp.org>
3522
3523         * lib/allocsa.c: Include <config.h> unconditionally.
3524         * lib/asnprintf.c: Likewise.
3525         * lib/asprintf.c: Likewise.
3526         * lib/c-strcasecmp.c: Likewise.
3527         * lib/c-strcasestr.c: Likewise.
3528         * lib/c-strncasecmp.c: Likewise.
3529         * lib/c-strstr.c: Likewise.
3530         * lib/classpath.c: Likewise.
3531         * lib/clean-temp.c: Likewise.
3532         * lib/concatpath.c: Likewise.
3533         * lib/copy-file.c: Likewise.
3534         * lib/csharpcomp.c: Likewise.
3535         * lib/csharpexec.c: Likewise.
3536         * lib/execute.c: Likewise.
3537         * lib/fatal-signal.c: Likewise.
3538         * lib/findprog.c: Likewise.
3539         * lib/fwriteerror.c: Likewise.
3540         * lib/gl_array_list.c: Likewise.
3541         * lib/gl_array_oset.c: Likewise.
3542         * lib/gl_avltree_list.c: Likewise.
3543         * lib/gl_avltree_oset.c: Likewise.
3544         * lib/gl_avltreehash_list.c: Likewise.
3545         * lib/gl_carray_list.c: Likewise.
3546         * lib/gl_linked_list.c: Likewise.
3547         * lib/gl_linkedhash_list.c: Likewise.
3548         * lib/gl_list.c: Likewise.
3549         * lib/gl_oset.c: Likewise.
3550         * lib/gl_rbtree_list.c: Likewise.
3551         * lib/gl_rbtree_oset.c: Likewise.
3552         * lib/gl_rbtreehash_list.c: Likewise.
3553         * lib/imaxabs.c: Likewise.
3554         * lib/imaxdiv.c: Likewise.
3555         * lib/javacomp.c: Likewise.
3556         * lib/javaexec.c: Likewise.
3557         * lib/javaversion.c: Likewise.
3558         * lib/linebreak.c: Likewise.
3559         * lib/localcharset.c: Likewise.
3560         * lib/lock.c: Likewise.
3561         * lib/mbchar.c: Likewise.
3562         * lib/mbswidth.c: Likewise.
3563         * lib/mkdtemp.c: Likewise.
3564         * lib/pipe.c: Likewise.
3565         * lib/printf-args.c: Likewise.
3566         * lib/printf-parse.c: Likewise.
3567         * lib/progname.c: Likewise.
3568         * lib/progreloc.c: Likewise.
3569         * lib/readlink.c: Likewise.
3570         * lib/sh-quote.c: Likewise.
3571         * lib/stpcpy.c: Likewise.
3572         * lib/stpncpy.c: Likewise.
3573         * lib/strcasecmp.c: Likewise.
3574         * lib/strcasestr.c: Likewise.
3575         * lib/strcspn.c: Likewise.
3576         * lib/striconv.c: Likewise.
3577         * lib/strncasecmp.c: Likewise.
3578         * lib/strnlen1.c: Likewise.
3579         * lib/strstr.c: Likewise.
3580         * lib/strtok_r.c: Likewise.
3581         * lib/tls.c: Likewise.
3582         * lib/tmpdir.c: Likewise.
3583         * lib/unicodeio.c: Likewise.
3584         * lib/unsetenv.c: Likewise.
3585         * lib/vasnprintf.c: Likewise.
3586         * lib/vasprintf.c: Likewise.
3587         * lib/wait-process.c: Likewise.
3588         * lib/xallocsa.c: Likewise.
3589         * lib/xsetenv.c: Likewise.
3590         * lib/xstriconv.c: Likewise.
3591
3592 2006-09-13  Simon Josefsson  <jas@extundo.com>
3593
3594         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
3595         that internally, suggested by Ralf Wildenhues
3596         <Ralf.Wildenhues@gmx.de>.
3597
3598 2006-09-13  Simon Josefsson  <jas@extundo.com>
3599
3600         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
3601         @LIBOBJS@.
3602         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3603
3604 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3605
3606         * lib/_fpending.c: Include <config.h> unconditionally, since we no
3607         longer worry about uses that don't define HAVE_CONFIG_H.
3608         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
3609         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
3610         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
3611         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
3612         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
3613         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
3614         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
3615         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
3616         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
3617         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
3618         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
3619         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
3620         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
3621         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
3622         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
3623         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
3624         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
3625         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
3626         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
3627         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
3628         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
3629         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
3630         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
3631         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
3632         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
3633         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
3634         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
3635         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
3636         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
3637         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
3638         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
3639         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
3640         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
3641         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
3642         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
3643         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
3644         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
3645         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
3646         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
3647         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
3648         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
3649         Likewise.
3650
3651 2006-09-13  Eric Blake  <ebb9@byu.net>
3652
3653         * lib/getopt.c: Fix typo in last commit.
3654
3655 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3656
3657         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
3658         dgettext.
3659
3660 2006-09-12  Jim Meyering  <jim@meyering.net>
3661
3662         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
3663         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
3664         Reported by Nelson H. F. Beebe.
3665
3666 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3667
3668         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
3669         program_invocation_name and program_invocation_short_name are
3670         initialized.
3671         * lib/argp-namefrob.h: Move declarations of program_invocation_name
3672         and program_invocation_short_name to argp.h, so they are visible
3673         to user programs.
3674         * lib/argp.h: Likewise
3675
3676 2006-09-10  Bruno Haible  <bruno@clisp.org>
3677
3678         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3679         m4/inttypes_h.m4, m4/uintmax_t.m4.
3680
3681 2006-09-10  Bruno Haible  <bruno@clisp.org>
3682
3683         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
3684         gl_AC_TYPE_UINTMAX_T.
3685
3686 2006-09-10  Bruno Haible  <bruno@clisp.org>
3687
3688         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
3689
3690 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
3691
3692         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
3693         convention.  Text proposed by Bruno Haible.
3694         (struct argp_option): Document the use of N_() wrappers.
3695
3696         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
3697         '\v', and translate the two parts separately, instead of feeding
3698         the whole string to gettext.  This allows to exclude
3699         '\v' from the strings visible to the translator by writing doc
3700         strings as N_("..") "\v" N_("..").
3701
3702 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
3703
3704         * config/srclist.txt: Undo latest change; the bug was fixed.
3705
3706 2006-09-09  Bruno Haible  <bruno@clisp.org>
3707
3708         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
3709         assignments if building a library without libtool.
3710         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
3711         in func_emit_lib_Makefile_am.
3712         (func_import): When building a static library libfoo.a, arrange to
3713         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
3714         (func_create_testdir): Likewise.
3715         * modules/gc (configure.ac, Makefile.am): If building statically,
3716         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
3717         * modules/iconvme (configure.ac, Makefile.am): Likewise.
3718         * modules/striconv (configure.ac, Makefile.am): Likewise.
3719         Based on a suggestion by Ralf Wildenhues.
3720
3721 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3722
3723         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3724         Check for unistd.h too, since Autoconf doesn't assume POSIX.
3725         Also:
3726
3727         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3728         Add year_2050_test to catch glibc bug 2821
3729         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3730
3731         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3732         Prefer #ifdef to #if.
3733
3734         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3735         Return from 'main' instead of calling 'exit'.
3736
3737 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3738
3739         * lib/mktime.c (guess_time_tm): Fix bug where mktime
3740         returned the maximum time_t value rather than (time_t) -1.
3741         Problem originally reported by William Bardwell
3742         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3743
3744         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3745         Moved to here ...
3746         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3747         ... from here.
3748
3749 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3750
3751         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
3752         2821 is fixed.
3753
3754 2006-09-08  Jim Meyering  <jim@meyering.net>
3755
3756         Don't make generated files read-only.  That would bother too many
3757         people.  However, do retain the ability to work when targets are
3758         read-only: remove the destination and temporary files before writing
3759         them (when generated via sed or echo), or by using the -f option for
3760         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
3761         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3762         * modules/byteswap, modules/configmake, modules/fcntl:
3763         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3764         * modules/localcharset, modules/netinet_in, modules/poll:
3765         * modules/stdbool, modules/stdint, modules/sys_select:
3766         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3767
3768 2006-09-08  Jim Meyering  <jim@meyering.net>
3769
3770         Avoid new build failure on FreeBSD 6.0.
3771         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
3772         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
3773         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
3774
3775 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3776
3777         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
3778
3779 2006-09-07  Jim Meyering  <jim@meyering.net>
3780
3781         Fix global typo in last change: use chmod u-w, not chmod u-x.
3782         Spotted by Paul Eggert and Bruce Korb.
3783         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3784         * modules/byteswap, modules/configmake, modules/fcntl:
3785         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3786         * modules/localcharset, modules/netinet_in, modules/poll:
3787         * modules/stdbool, modules/stdint, modules/sys_select:
3788         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3789
3790 2006-09-06  Jim Meyering  <jim@meyering.net>
3791
3792         Make generated files be read-only.
3793         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
3794         Ensure that each generated file is now read-only.
3795         * modules/argz: Likewise.
3796         * modules/arpa_inet: Likewise.
3797         * modules/byteswap: Likewise.
3798         * modules/configmake: Likewise.
3799         * modules/fcntl: Likewise.
3800         * modules/fnmatch: Likewise.
3801         * modules/getopt: Likewise.
3802         * modules/glob: Likewise.
3803         * modules/inttypes: Likewise.
3804         * modules/netinet_in: Likewise.
3805         * modules/poll: Likewise.
3806         * modules/stdbool: Likewise.
3807         * modules/stdint: Likewise.
3808         * modules/sys_select: Likewise.
3809         * modules/sys_socket: Likewise.
3810         * modules/sys_stat: Likewise.
3811         * modules/sysexits: Likewise.
3812         * modules/localcharset: Same as above, but continue using temporary
3813         file named "t-$@" (why different?) rather than the "$@-t" used
3814         everywhere else.
3815
3816         * modules/sysexits (Makefile.am): Replace literal occurrences
3817         of "sysexit.h" more readable, and more consistent, "$@".
3818
3819 2006-09-06  Bruno Haible  <bruno@clisp.org>
3820
3821         * modules/striconv: New file.
3822         * modules/xstriconv: New file.
3823         * MODULES.html.sh (Internationalization functions): Add striconv,
3824         xstriconv.
3825
3826 2006-09-06  Bruno Haible  <bruno@clisp.org>
3827
3828         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
3829         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
3830         not using libtool correctly.
3831
3832 2006-09-06  Bruno Haible  <bruno@clisp.org>
3833
3834         * lib/striconv.h: New file.
3835         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
3836         iconvstring.c.
3837         * lib/xstriconv.h: New file.
3838         * lib/xstriconv.c: New file.
3839
3840 2006-09-06  Bruno Haible  <bruno@clisp.org>
3841
3842         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3843         lib_..._LDFLAGS.
3844
3845 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3846
3847         * lib/argz_.h: Sync from Libtool.
3848
3849         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
3850                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3851
3852         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
3853
3854 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3855
3856         * modules/trim: New file.
3857
3858 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3859
3860         * lib/trim.h: New file.
3861         * lib/trim.c: New file.
3862
3863 2006-09-05  Bruno Haible  <bruno@clisp.org>
3864
3865         * MODULES.html.sh (String handling): Add trim.
3866
3867 2006-09-04  Karl Berry  <karl@gnu.org>
3868
3869         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
3870         until next release.
3871
3872 2006-09-03  Bruno Haible  <bruno@clisp.org>
3873
3874         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
3875         correctly.
3876
3877 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3878
3879         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
3880         not gl_GETLOADAVG.  Omit unneeded semicolons.
3881         Problems reported by Ralf Wildenhues in
3882         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3883         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
3884         at the end, which is the usual gnulib style.
3885
3886         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
3887         of doing all the work ourselves.
3888         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
3889         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
3890
3891 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3892
3893         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
3894         Problem reported by Ralf Wildenhues in
3895         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3896
3897         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
3898         HAVE_STRUCT_STATFS_F_FSTYPENAME.
3899
3900 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3901
3902         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
3903         yesterday's patch by changing test -n to test -z.
3904
3905 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3906
3907         * modules/getloadavg (Files): Add m4/getloadavg.m4.
3908         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
3909         the former is now obsolescent.
3910
3911         * modules/chdir-long (Depends-on): Add fcntl.
3912
3913 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3914
3915         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
3916         obsolescent, and programs should use gnulib instead.
3917         * m4/getloadavg.m4: New file, with contents taken from Autoconf
3918         but with prefixes changed.
3919
3920 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3921
3922         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
3923         or stdbool.h, because they might not exist while configuring.
3924
3925         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
3926         Don't include unistd.h or limits.h; not needed, since chdir-long.h
3927         does that for us.
3928         (O_DIRECTORY): Remove.
3929
3930 2006-08-31  Eric Blake  <ebb9@byu.net>
3931
3932         * gnulib-tool: Don't let emacs change spaces to TAB.
3933
3934 2006-08-31  Bruno Haible  <bruno@clisp.org>
3935
3936         * gnulib-tool: When calling func_import more than once, do it in a
3937         subshell.
3938         Reported by Eric Blake <ebb9@byu.net>.
3939
3940 2006-08-31  Bruno Haible  <bruno@clisp.org>
3941
3942         * gnulib-tool (nl): Remove variable.
3943         (sed_transform_lib_file): Use more robust test for config-h module.
3944         (func_import): Fix typo in 2006-08-25 patch.
3945
3946 2006-08-31  Bruno Haible  <bruno@clisp.org>
3947
3948         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
3949         specified, augment Makefile.am variables instead of assigning them.
3950
3951 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3952
3953         Work around a bug in both the Linux and SunOS 64-bit kernels:
3954         nanosleep mishandles sleeps for longer than 2**31 seconds.
3955         Problem reported by Frank v Waveren in
3956         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3957         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
3958         Check for nanosleep bug.
3959         (LIB_NANOSLEEP): Append clock_gettime library if needed.
3960
3961 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3962
3963         Work around a bug in both the Linux and SunOS 64-bit kernels:
3964         nanosleep mishandles sleeps for longer than 2**31 seconds.
3965         Problem reported by Frank v Waveren in
3966         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3967         * lib/nanosleep.c (BILLION): New constant.
3968         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
3969         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
3970         implementation.
3971
3972 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3973
3974         * modules/nanosleep (Depends-on): Add gettime.
3975
3976 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3977         and Simon Josefsson  <jas@extundo.com>
3978         and Oskar Liljeblad  <oskar@osk.mine.nu>
3979
3980         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
3981         * gnulib-tool (func_import): New license type 'unmodifiable license
3982         text'.
3983         * modules/fdl: Use it.  Longer description.
3984         * module/gpl, module/lgpl: New files.
3985
3986 2006-08-30  Jim Meyering  <jim@meyering.net>
3987
3988         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
3989         shadowing the parameter.
3990
3991 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3992
3993         Sync from Libtool:
3994
3995         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3996
3997         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
3998         sharing with gnulib.  Report by Eric Blake.
3999
4000 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4001
4002         * modules/isapipe: New file.
4003         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
4004
4005 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4006
4007         * modules/configmake (Makefile.am): Add a comment, and omit
4008         the CONFIGMAKE_ prefix from generated macro names.  Suggested
4009         by Bruno Haible.
4010
4011 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4012
4013         * m4/isapipe.m4: New file.
4014
4015 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4016
4017         * lib/isapipe.c, lib/isapipe.h: New files.
4018
4019 2006-08-29  Jim Meyering  <jim@meyering.net>
4020
4021         * modules/configmake (Makefile.am): Make configmake.h depend on
4022         Makefile.  Otherwise, a stale configmake.h could hang around.
4023
4024 2006-08-29  Eric Blake  <ebb9@byu.net>
4025
4026         * lib/error.c (error_at_line, print_errno_message): Match libc, after
4027         resolution of upstream bug 3044.
4028
4029 2006-08-29  Bruno Haible  <bruno@clisp.org>
4030
4031         * modules/localcharset (Depends-on): Add configmake.
4032         (Makefile.am): Remove setting of LIBDIR through DEFS.
4033
4034 2006-08-29  Bruno Haible  <bruno@clisp.org>
4035
4036         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
4037         defined.
4038
4039 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4040
4041         * modules/fcntl: New file.
4042         * modules/chdir-safer (Depends-on): Add fcntl.
4043         * modules/fts: Likewise.
4044         * modules/mkdir-p: Likewise.
4045
4046         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
4047         This undoes the most recent change, since we're now addressing the
4048         problem in a different way.
4049
4050         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
4051         into output, since the output might be called Makefile.am even
4052         if $makefile_name is something different.
4053         (func_import): Use $makefile_am rather than
4054         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
4055         empty.
4056
4057         * modules/inttypes (Files): Add m4/inttypes-h.m4.
4058
4059 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4060
4061         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
4062         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
4063         recent change to stdint.m4, since we're now addressing the problem in a
4064         different way.
4065
4066 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4067
4068         * m4/fcntl_h.m4: New file.
4069
4070 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4071
4072         * lib/fcntl_.h: New file.
4073         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
4074         the fcntl module.
4075         * lib/dirchownmod.c: Likewise.
4076         * lib/fts.c: Likewise.
4077
4078         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
4079         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
4080         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
4081         just before including <inttypes.h>, to avoid circular inclusion.
4082
4083 2006-08-28  Jim Meyering  <jim@meyering.net>
4084
4085         * doc/visibility.texi: Actually read and correct the grammar of the
4086         sentence affected by yesterday's change.
4087
4088 2006-08-28  Eric Blake  <ebb9@byu.net>
4089
4090         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
4091         needs wrapper.
4092
4093 2006-08-28  Eric Blake  <ebb9@byu.net>
4094
4095         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
4096
4097 2006-08-28  Eric Blake  <ebb9@byu.net>
4098
4099         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
4100
4101 2006-08-28  Bruno Haible  <bruno@clisp.org>
4102
4103         * modules/c-strstr: New file, from GNU gettext.
4104         * MODULES.html.sh (String handling): Add c-strstr.
4105
4106 2006-08-28  Bruno Haible  <bruno@clisp.org>
4107
4108         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
4109         macros.
4110         Reported by Eric Blake.
4111
4112 2006-08-28  Bruno Haible  <bruno@clisp.org>
4113
4114         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
4115         (VASNPRINTF): Return a string of length > INT_MAX without failing.
4116         * lib/vasprintf.c: Include errno.h, limits.h.
4117         (EOVERFLOW): New fallback definition.
4118         (vasprintf): Test here whether the string length is > INT_MAX.
4119         * lib/vsnprintf.c: Include errno.h, limits.h.
4120         (EOVERFLOW): New fallback definition.
4121         (vsnprintf): Fix bug when generated string was too long for the buffer.
4122         Test here whether the string length is > INT_MAX.
4123
4124 2006-08-28  Bruno Haible  <bruno@clisp.org>
4125
4126         * lib/inttypes_.h (SCNX*): Remove definitions.
4127         Reported by Eric Blake.
4128
4129 2006-08-28  Bruno Haible  <bruno@clisp.org>
4130
4131         * lib/c-strstr.h: New file, from GNU gettext.
4132         * lib/c-strstr.c: New file, from GNU gettext.
4133
4134 2006-08-28  Bruno Haible  <bruno@clisp.org>
4135
4136         * gnulib-tool: Reorder some statements.
4137
4138 2006-08-28  Bruno Haible  <bruno@clisp.org>
4139
4140         * gnulib-tool: New option --makefile-name.
4141         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
4142         $makefile_name.
4143         (func_import): Write $makefile_name to the cache file, and read it from
4144         there unless explicitly specified. Use $makefile_name as file name
4145         instead of Makefile.am. Adjust the recommendations accordingly.
4146
4147 2006-08-28  Bruno Haible  <bruno@clisp.org>
4148
4149         * gnulib-tool (func_verify_module): Check against misapplying patch.
4150
4151 2006-08-28  Bruno Haible  <bruno@clisp.org>
4152
4153         * gnulib-tool (func_relativize, func_relconcat): New functions.
4154         Give an error if --local-dir is given with --update.
4155         Remove trailing slashes from $local_gnulib_dir.
4156         (func_import): Store the relativized $local_gnulib_dir in
4157         gnulib-cache.m4, and read it from there if not specified explicitly.
4158
4159 2006-08-28  Bruno Haible  <bruno@clisp.org>
4160
4161         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
4162         is the current directory. Respect also $local_gnulib_dir.
4163
4164 2006-08-28  Bruno Haible  <bruno@clisp.org>
4165             Simon Josefsson  <jas@extundo.com>
4166
4167         BeOS portability.
4168         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
4169
4170 2006-08-27  Jim Meyering  <jim@meyering.net>
4171
4172         * doc/visibility.texi: Remove duplicate word: "pointer".
4173
4174 2006-08-26  Bruno Haible  <bruno@clisp.org>
4175
4176         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
4177         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
4178         (Makefile.am): Create inttypes.h from inttypes_.h.
4179         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
4180
4181         * modules/imaxabs: New file.
4182
4183         * modules/imaxdiv: New file.
4184
4185 2006-08-26  Bruno Haible  <bruno@clisp.org>
4186
4187         * m4/inttypes.m4: New file.
4188         * m4/_inttypes_h.m4: Remove file.
4189         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
4190         PRI_MACROS_BROKEN.
4191         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
4192
4193         * m4/imaxabs.m4: New file.
4194
4195         * m4/imaxdiv.m4: New file.
4196
4197 2006-08-26  Bruno Haible  <bruno@clisp.org>
4198
4199         * lib/inttypes_.h: New file.
4200         * lib/inttypes.h: Remove file.
4201         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
4202
4203         * lib/imaxabs.c: New file.
4204
4205         * lib/imaxdiv.c: New file.
4206
4207 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4208
4209         New config-h module, so that "make" output needn't be cluttered
4210         by -DHAVE_CONFIG_H.
4211         * MODULES.html.sh (Support for building libraries and executables):
4212         Add config-h.
4213         * modules/config-h: New file.
4214         * gnulib-tool (nl, sed_transform_lib_file): New vars.
4215         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
4216         the config-h module is used.
4217
4218         New configmake module, so that "make" output needn't be cluttered
4219         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
4220         * MODULES.html.sh (Support for building libraries and executables):
4221         Add configmake.
4222         * modules/configmake: New file.
4223
4224 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4225
4226         * m4/config-h.m4: New file.
4227
4228 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4229
4230         * config/srclist.txt: Add elisp-comp.
4231
4232 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4233
4234         * MODULES.html.sh (Support for building libraries and executables):
4235         Add elisp-comp.
4236         * build-aux/elisp-comp: New file.
4237         * modules/elisp-comp: New file.
4238
4239 2006-08-24  Bruno Haible  <bruno@clisp.org>
4240
4241         * gnulib-tool (func_create_testdir): Use non-default values of
4242         sourcebase and m4base.
4243
4244 2006-08-24  Bruno Haible  <bruno@clisp.org>
4245
4246         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
4247         HTML structure.
4248
4249 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
4250
4251         * modules/openat (Depends-on): Add lchown.
4252
4253 2006-08-23  Bruno Haible  <bruno@clisp.org>
4254
4255         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
4256         of gl_LOCK_EARLY instead of gl_LOCK.
4257
4258 2006-08-23  Bruno Haible  <bruno@clisp.org>
4259
4260         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
4261         on OSF/1 to no.
4262         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
4263
4264 2006-08-23  Bruno Haible  <bruno@clisp.org>
4265
4266         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
4267         as unusable.
4268
4269         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
4270         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
4271         (gl_LOCK): New macro.
4272
4273 2006-08-22  Simon Josefsson  <jas@extundo.com>
4274
4275         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
4276         to md5 module.
4277
4278 2006-08-22  Simon Josefsson  <jas@extundo.com>
4279
4280         * MODULES.html.sh: Add "Support for maintaining and release
4281         projects".
4282
4283         * build-aux/gnupload: New file, from coreutils.
4284
4285 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4286
4287         Avoid the need for AC_LIBSOURCES in m4 macros.
4288         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
4289         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
4290         * modules/check-version (EXTRA_DIST): Add check-version.h.
4291         * modules/crc (EXTRA_DIST): Add crc.h.
4292         * modules/des (EXTRA_DIST): Add des.h.
4293         * modules/gc (EXTRA_DIST): Add gc.h.
4294         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
4295         * modules/getline (EXTRA_DIST): Add getline.h.
4296         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
4297         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
4298         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
4299         * modules/md2 (EXTRA_DIST): Add md2.h.
4300         * modules/md4 (EXTRA_DIST): Add md4.h.
4301         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
4302         * modules/read-file (EXTRA_DIST): Add read-file.h.
4303         * modules/readline (EXTRA_DIST): Add readline.h.
4304         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
4305         rijndael-api-fst.h.
4306
4307 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4308
4309         * m4/rijndael.m4 (gl_ARCFOUR):
4310         * m4/arctwo.m4 (gl_ARCTWO):
4311         * m4/check-version.m4 (gl_CHECK_VERSION):
4312         * m4/crc.m4 (gl_CRC):
4313         * m4/des.m4 (gl_DES):
4314         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
4315         * m4/gc.m4 (gl_GC):
4316         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
4317         * m4/getline.m4 (gl_FUNC_GETLINE):
4318         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
4319         * m4/hmac-md5.m4 (gl_HMAC_MD5):
4320         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
4321         * m4/md2.m4 (gl_MD2):
4322         * m4/md4.m4 (gl_MD4):
4323         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
4324         * m4/read-file.m4 (gl_FUNC_READ_FILE):
4325         * m4/readline.m4 (gl_FUNC_READLINE):
4326         * m4/rijndael.m4 (gl_RIJNDAEL):
4327         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4328         to get the necessary .h files and whatnot.
4329
4330 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4331
4332         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
4333         gnulib rather than the other way around.
4334         * config/srclistvars.sh (COREUTILS): Remove.
4335
4336 2006-08-22  Jim Meyering  <jim@meyering.net>
4337
4338         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
4339
4340         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
4341
4342 2006-08-22  Eric Blake  <ebb9@byu.net>
4343
4344         * modules/regexprops-generic: New file.
4345         * MODULES.html.sh (Support for building documentation): List it.
4346
4347 2006-08-22  Eric Blake  <ebb9@byu.net>
4348
4349         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
4350         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4351         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
4352         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
4353
4354 2006-08-22  Bruno Haible  <bruno@clisp.org>
4355
4356         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
4357         and lib_LTLIBRARIES like the other lib_* variables.
4358
4359 2006-08-22  Bruno Haible  <bruno@clisp.org>
4360
4361         * build-aux/x-to-1.in: New file, from GNU gettext.
4362
4363 2006-08-22  Bruno Haible  <bruno@clisp.org>
4364
4365         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
4366         <utmpx.h> exists.
4367
4368 2006-08-22  Bruno Haible  <bruno@clisp.org>
4369
4370         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
4371         <utmpx.h> exists.
4372
4373 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4374
4375         BeOS portability.
4376         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
4377         exist.
4378         Problem reported by Bruno Haible.
4379
4380 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4381
4382         Avoid the need for AC_LIBSOURCES in m4 macros.
4383         * modules/acl (EXTRA_DIST): Add acl.h.
4384         * modules/argmatch (Files): Add m4/argmatch.m4.
4385         (configure.ac): Add gl_ARGMATCH.
4386         (EXTRA_DIST): Renamed from lib_SOURCES, for
4387         consistency with the other modules.  Remove argmatch.c.
4388         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
4389         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
4390         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
4391         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
4392         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
4393         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
4394         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
4395         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
4396         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
4397         * modules/closeout (EXTRA_DIST): Add closeout.h.
4398         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
4399         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
4400         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
4401         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
4402         dirname.h; remove basename.c and stripslash.c.
4403         * modules/exclude (EXTRA_DIST): Add exclude.h.
4404         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
4405         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
4406         * modules/file-type (EXTRA_DIST): Add file-type.h.
4407         * modules/filemode (EXTRA_DIST): Add filemode.h.
4408         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
4409         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4410         * modules/fpending (EXTRA_DIST): Add __fpending.h.
4411         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
4412         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
4413         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
4414         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
4415         * modules/getdate (EXTRA_DIST): Add getdate.c.
4416         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
4417         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
4418         * modules/getpass (EXTRA_DIST): Add getpass.h.
4419         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
4420         * modules/group-member (EXTRA_DIST): Add group-member.h.
4421         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
4422         * modules/hash (EXTRA_DIST): Add hash.h.
4423         * modules/human (EXTRA_DIST): Add human.h.
4424         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
4425         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
4426         * modules/lchown (EXTRA_DIST): Add lchown.h.
4427         * modules/long-options (EXTRA_DIST): Add long-options.h.
4428         * modules/lstat (EXTRA_DIST): Add lstat.h.
4429         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
4430         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
4431         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
4432         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
4433         * modules/memxor (EXTRA_DIST): Add memxor.h.
4434         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
4435         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
4436         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
4437         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
4438         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
4439         * modules/physmem (EXTRA_DIST): Add physmem.h.
4440         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
4441         * modules/posixver (EXTRA_DIST): Add posixver.h.
4442         * modules/quote (EXTRA_DIST): Add quote.h.
4443         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
4444         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
4445         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
4446         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
4447         regex_internal.h regexec.c.
4448         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
4449         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
4450         * modules/same (EXTRA_DIST): Add same.h.
4451         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
4452         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
4453         * modules/savedir (EXTRA_DIST): Add savedir.h.
4454         * modules/sha1 (EXTRA_DIST): Add sha1.h.
4455         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
4456         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
4457         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
4458         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
4459         * modules/strdup (EXTRA_DIST): Add strdup.h.
4460         * modules/strftime (EXTRA_DIST): Add strftime.h.
4461         * modules/strndup (EXTRA_DIST): Add strndup.h.
4462         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
4463         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
4464         * modules/time_r (EXTRA_DIST): Add time_r.h.
4465         * modules/timespec (EXTRA_DIST): Add timespec.h.
4466         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4467         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
4468         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
4469         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
4470         * modules/userspec (EXTRA_DIST): Add userspec.h.
4471         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
4472         * modules/utimens (EXTRA_DIST): Add utimens.h.
4473         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
4474         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
4475         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
4476         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
4477         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
4478         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
4479         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
4480         * modules/yesno (EXTRA_DIST): Add yesno.h.
4481
4482 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4483
4484         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
4485
4486         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
4487         * m4/dev-ino.m4, same-inode.m4: Remove.
4488
4489         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
4490         * m4/acl.m4 (AC_FUNC_ACL):
4491         * m4/backupfile.m4 (gl_BACKUPFILE):
4492         * m4/c-strtod.m4 (gl_C99_STRTOLD):
4493         * m4/canon-host.m4 (gl_CANON_HOST):
4494         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4495         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
4496         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
4497         * m4/cloexec.m4 (gl_CLOEXEC):
4498         * m4/close-stream.m4 (gl_CLOSE_STREAM):
4499         * m4/closeout.m4 (gl_CLOSEOUT):
4500         * m4/dirfd.m4 (gl_FUNC_DIRFD):
4501         * m4/dirname.m4 (gl_DIRNAME):
4502         * m4/exclude.m4 (gl_EXCLUDE):
4503         * m4/exitfail.m4 (gl_EXITFAIL):
4504         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
4505         * m4/file-type.m4 (gl_FILE_TYPE):
4506         * m4/filemode.m4 (gl_FILEMODE):
4507         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
4508         * m4/fpending.m4 (gl_FUNC_FPENDING):
4509         * m4/fprintftime.m4 (gl_FPRINTFTIME):
4510         * m4/fts.m4 (gl_FUNC_FTS):
4511         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
4512         * m4/getdate.m4 (gl_GETDATE):
4513         * m4/gethrxtime.m4 (gl_GETHRXTIME):
4514         * m4/getpagesize.m4 (gl_GETPAGESIZE):
4515         * m4/getpass.m4 (gl_FUNC_GETPASS):
4516         * m4/gettime.m4 (gl_GETTIME):
4517         * m4/getugroups.m4 (gl_GETUGROUPS):
4518         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
4519         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
4520         * m4/hard-locale.m4 (gl_HARD_LOCALE):
4521         * m4/hash.m4 (gl_HASH):
4522         * m4/idcache.m4 (gl_IDCACHE):
4523         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
4524         * m4/lchown.m4 (gl_FUNC_LCHOWN):
4525         * m4/long-options.m4 (gl_LONG_OPTIONS):
4526         * m4/lstat.m4 (gl_FUNC_LSTAT):
4527         * m4/md5.m4 (gl_MD5):
4528         * m4/memcasecmp.m4 (gl_MEMCASECMP):
4529         * m4/memcoll.m4 (gl_MEMCOLL):
4530         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
4531         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
4532         * m4/memxor.m4 (gl_MEMXOR):
4533         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
4534         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
4535         * m4/modechange.m4 (gl_MODECHANGE):
4536         * m4/mountlist.m4 (gl_MOUNTLIST):
4537         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4538         * m4/openat.m4 (gl_FUNC_OPENAT):
4539         * m4/pathmax.m4 (gl_PATHMAX):
4540         * m4/physmem.m4 (gl_PHYSMEM):
4541         * m4/posixtm.m4 (gl_POSIXTM):
4542         * m4/posixver.m4 (gl_POSIXVER):
4543         * m4/quote.m4 (gl_QUOTE):
4544         * m4/quotearg.m4 (gl_QUOTEARG):
4545         * m4/readtokens.m4 (gl_READTOKENS):
4546         * m4/readutmp.m4 (gl_READUTMP):
4547         * m4/regex.m4 (gl_REGEX):
4548         * m4/safe-read.m4 (gl_SAFE_READ):
4549         * m4/safe-write.m4 (gl_SAFE_WRITE):
4550         * m4/same.m4 (gl_SAME):
4551         * m4/save-cwd.m4 (gl_SAVE_CWD):
4552         * m4/savedir.m4 (gl_SAVEDIR):
4553         * m4/settime.m4 (gl_SETTIME):
4554         * m4/sha1.m4 (gl_SHA1):
4555         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
4556         * m4/stat-macros.m4 (gl_STAT_MACROS):
4557         * m4/stat-time.m4 (gl_STAT_TIME):
4558         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
4559         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
4560         * m4/strdup.m4 (gl_FUNC_STRDUP):
4561         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
4562         * m4/strndup.m4 (gl_FUNC_STRNDUP):
4563         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
4564         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
4565         * m4/time_r.m4 (gl_TIME_R):
4566         * m4/timespec.m4 (gl_TIMESPEC):
4567         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
4568         * m4/unlinkdir.m4 (gl_UNLINKDIR):
4569         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
4570         * m4/userspec.m4 (gl_USERSPEC):
4571         * m4/utimecmp.m4 (gl_UTIMECMP):
4572         * m4/utimens.m4 (gl_UTIMENS):
4573         * m4/xalloc.m4 (gl_XALLOC):
4574         * m4/xgetcwd.m4 (gl_XGETCWD):
4575         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
4576         * m4/xreadlink.m4 (gl_XREADLINK):
4577         * m4/xstrtod.m4 (gl_XSTRTOD):
4578         * m4/yesno.m4 (gl_YESNO):
4579         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4580         to get the necessary .h files and whatnot.
4581
4582 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
4583             Bruno Haible  <bruno@clisp.org>
4584
4585         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
4586         /bin/sh understanding of '!' conditional negation.
4587
4588 2006-08-21  Jim Meyering  <jim@meyering.net>
4589
4590         * modules/openat (Depends-on): Really alphabetize.
4591
4592         * modules/acl (Depends-on): Add error and quote.
4593
4594         * check-module (find_included_lib_files): Add at-func.c to the
4595         ok-to-include-more-than-once white list.
4596
4597         * modules/openat (Depends-on): Add lstat.  Alphabetize.
4598
4599 2006-08-21  Bruno Haible  <bruno@clisp.org>
4600
4601         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4602         Emit a pkgdata_DATA variable only if some snippets add contents to it.
4603         Reported by Martin Lambers <marlam@marlam.de>.
4604
4605 2006-08-21  Bruno Haible  <bruno@clisp.org>
4606
4607         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
4608         specify an installation location, don't emit a noinst_LIBRARIES or
4609         noinst_LTLIBRARIES assignment.
4610
4611 2006-08-21  Bruno Haible  <bruno@clisp.org>
4612
4613         BeOS portability.
4614         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
4615         BeOS has mbrtowc() but no <wctype.h>.
4616
4617 2006-08-21  Bruno Haible  <bruno@clisp.org>
4618
4619         BeOS portability.
4620         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
4621         exist.
4622
4623 2006-08-21  Bruno Haible  <bruno@clisp.org>
4624
4625         BeOS portability.
4626         * lib/mbchar.h: Include <wctype.h> only if it exists.
4627
4628 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4629
4630         Remove files that are no longer needed by their respective modules.
4631         * m4/obstack.m4: Remove.
4632         * m4/strerror_r.m4: Remove.
4633         * m4/uint32_t.m4: Remove.
4634         * m4/uintptr_t.m4: Remove.
4635         * m4/ullong_max.m4: Remove.
4636         * m4/xstrtoimax.m4: Remove.
4637         * m4/xstrtoumax.m4: Remove.
4638
4639         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
4640         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
4641         dependencies now capture this.
4642
4643         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
4644         Do not use AC_LIBSOURCES, since gnulib modules now do this.
4645         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
4646         * m4/human.m4 (gl_HUMAN): Likewise.
4647         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
4648         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
4649
4650         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
4651
4652         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
4653         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
4654         stdint.
4655         * m4/human.m4 (gl_HUMAN): Likewise.
4656         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
4657         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
4658         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4659         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4660         * m4/xstrtol (gl_XSTRTOL): Likewise.
4661
4662         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
4663         AC_TYPE_LONG_LONG_INT.
4664         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4665         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
4666         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
4667         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4668
4669         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
4670         on stdbool.
4671
4672         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
4673         (gl_PREREQ_XSTRTOUL): Remove.
4674
4675         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
4676
4677         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
4678         mode.
4679
4680 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4681
4682         Add and change modules to make it easier for coreutils to use
4683         gnulib-tool.
4684         * modules/backupfile (Files): Remove m4/d-ino.m4.
4685         (Depends-on): Add d-ino.
4686         * modules/cycle-check (Depends-on): Add stdint.
4687         (lib_SOURCES): Add cycle-check.h.
4688         * modules/d-ino: New module.
4689         * modules/d-type: New module.
4690         * modules/error (Files): Remove m4/strerror_r.m4.
4691         * modules/filemode (Files): Add m4/st_dm_mode.m4.
4692         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4693         m4/inttypes_h.m4, m4/uintmax_t.m4.
4694         (Depends-on): Add stdint.
4695         (lib_SOURCES): Add fsusage.h.
4696         * modules/getcwd (Files): Remove d-ino.m4.
4697         (Depends-on): Add d-ino.
4698         * modules/getndelim2 (Depends-on): Add stdint.
4699         * modules/glob (Files): Remove m4/d-type.m4.
4700         (Depends-on): Add d-type.
4701         * modules/host-os: New module.
4702         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
4703         m4/inttypes_h.m4, m4/uintmax_t.m4.
4704         * Depends-on: Add stdint.
4705         (lib_SOURCES): Add human.h.
4706         * modules/inttostr (Files): Remove m4/intmax_t.m4,
4707         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
4708         m4/uintmax_t.m4, m4/ulonglong.m4.
4709         (Depends-on): Add stdint.
4710         (EXTRA_DIST): Add inttostr.h.
4711         * modules/lchmod: New module.
4712         * modules/link-follow: New module.
4713         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
4714         (Depends-on): Add lchmod.
4715         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
4716         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
4717         (Depends-on): Add stdint.
4718         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
4719         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
4720         (Depends-on): Add stdint.
4721         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
4722         * modules/perl: New module.
4723         * modules/regex (Depends-on): Add stdint.
4724         * modules/rmdir-errno: New module.
4725         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4726         m4/intmax_t.m4.
4727         (Depends-on): Add stdint.
4728         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4729         m4/uintmax_t.m4.
4730         (Depends-on): Add stdint.
4731         * modules/unlink-busy: New module.
4732         * modules/utimecmp (Depends-on): Add stdint.
4733         * modules/uptime: New module.
4734         * modules/winsz-ioctl: New module.
4735         * modules/winsz-termios: New module.
4736         * modules/xnanosleep (Depends-on): Add nanosleep.
4737         * modules/ullong_max: Remove.
4738         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
4739         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
4740         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
4741         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
4742         (Depends-on): Add inttypes.
4743         (lib_SOURCES): Add xstrtol.h.
4744         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
4745         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
4746         * MODULES.html.sh: Move 'assert' into the assert section.
4747         Move 'dummy' into the linking section.
4748         Remove ullong_max.
4749         Add section for compatibility checks for POSIX:2001 functions,
4750         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
4751         winsz-ioctl, and winsz-termios into it.
4752         Add lchmod.
4753         Add top-level Misc section and put host-os, perl, and uptime
4754         into it.
4755
4756 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4757
4758         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
4759         now assume the stdint module.  Do not include inttypes.h.
4760         * lib/fsusage.h: Likewise.
4761         * lib/getndelim2.c: Likewise.
4762         * lib/human.h: Likewise.
4763         * lib/inttostr.h: Likewise.
4764         * lib/obstack.c: Likewise.
4765         * lib/regex_internal.h: Likewise.
4766         * lib/tempname.c: Likewise.
4767         * lib/utimecmp.c: Likewise.
4768         * lib/xstrtol.h: Likewise.
4769
4770         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
4771
4772         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
4773         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
4774         * lib/xtime.h: Likewise.
4775
4776 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4777
4778         * modules/openat (Files): Add lib/fchmodat.c.
4779         Fixes problem reported by Jay Youngman.
4780
4781 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4782
4783         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
4784         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
4785
4786 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4787             Bruno Haible  <bruno@clisp.org>
4788
4789         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
4790         and is a script that invokes bison. Tighten the code. Add comments.
4791
4792 2006-08-18  Jim Meyering  <jim@meyering.net>
4793
4794         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
4795         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
4796         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
4797         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
4798
4799 2006-08-18  Bruno Haible  <bruno@clisp.org>
4800
4801         * modules/bison-i18n: New file.
4802         * MODULES.html.sh (Internationalization functions): Add it.
4803
4804 2006-08-18  Bruno Haible  <bruno@clisp.org>
4805
4806         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
4807         sys/statvfs.h. When getmntinfo was found, check its declaration and
4808         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
4809
4810 2006-08-18  Bruno Haible  <bruno@clisp.org>
4811
4812         * m4/bison-i18n.m4: New file, from bison.
4813
4814 2006-08-18  Bruno Haible  <bruno@clisp.org>
4815
4816         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
4817         (ME_DUMMY): Treat "kernfs" as a dummy.
4818         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
4819
4820 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4821
4822         Update from coreutils.
4823
4824         2006-08-15  Jim Meyering  <jim@meyering.net>
4825
4826         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
4827
4828         2006-01-17  Jim Meyering  <jim@meyering.net>
4829
4830         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
4831
4832         2006-01-11  Jim Meyering  <jim@meyering.net>
4833
4834         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
4835         Check for the lchmod function.
4836
4837 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4838
4839         Update from coreutils.
4840
4841         * lib/__fpending.h: Add copyright notice.
4842         * lib/fprintftime.h: Likewise.
4843         * lib/savedir.c: Use (C) in copyright notice.
4844         * lib/savedir.h: Likewise.
4845
4846         2006-08-15  Jim Meyering  <jim@meyering.net>
4847
4848         * lib/at-func.c: New file, with the logic of all emulated at-functions.
4849         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
4850         in support of the EXPECTED_ERRNO macro.
4851         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
4852         definitions.  Instead, define the appropriate symbols and include
4853         "at-func.c".
4854         * lib/mkdirat.c (mkdirat): Likewise.
4855         * lib/fchmodat.c (fchmodat): Likewise.
4856         (ENOSYS): Remove definition.
4857         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
4858         it.  Don't include "unistd--.h" -- it wasn't ever used.
4859
4860         2006-01-17  Jim Meyering  <jim@meyering.net>
4861
4862         Rewrite fts.c not to change the current working directory,
4863         by using openat, fstatat, fdopendir, etc..
4864
4865         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
4866         (HAVE_OPENAT_SUPPORT): Define.
4867         [_LIBC] (fchdir): Don't undef or define; no longer used.
4868         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
4869         Now, this `function' always succeeds, and consumes its file descriptor
4870         parameter -- so callers must not close such FDs.  Update callers.
4871         (diropen_fd, opendirat, cwd_advance_fd): New functions.
4872         (diropen): Add parameter, SP.  Adjust all callers.
4873         Implement using diropen_fd, rather than open.
4874         (fts_open): Initialize new member, fts_cwd_fd.
4875         Remove fts_rft-setting code.
4876         (fts_close): Close fts_cwd_fd, if necessary.
4877         (__opendir2): Define in terms of opendir or opendirat,
4878         depending on whether the FST_NOCHDIR flag is set.
4879         (fts_build): Since fts_safe_changedir consumes its FD, and since
4880         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
4881         and close the dup'd file descriptor upon failure.
4882         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
4883         (fts_safe_changedir): Tweak semantics to reflect that this function
4884         now calls cwd_advance_fd and hence consumes its FD argument.
4885         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
4886         [struct FTS] (fts_rft): Remove now-unused member.
4887         [struct FTS] (fts_cycle.state): Improve comment.
4888
4889         * lib/openat.c (openat_needs_fchdir): New function.
4890         * lib/openat.h (openat_needs_fchdir): Declare it.
4891
4892 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
4893
4894         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
4895         Problem and fix reported by Pádraig Brady in
4896         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
4897
4898 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4899
4900         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
4901
4902 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4903
4904         * lib/memcoll.c (memcoll): Optimize for the common case where the
4905         arguments are bytewise equal.
4906
4907 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4908
4909         * doc/regexprops-generic.texi: Add a copyright notice.
4910
4911 2006-08-15  Bruno Haible  <bruno@clisp.org>
4912
4913         * modules/tmpdir (License): Change to LGPL.
4914
4915 2006-08-15  Bruno Haible  <bruno@clisp.org>
4916
4917         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
4918         module.
4919
4920 2006-08-14  Simon Josefsson  <jas@extundo.com>
4921
4922         * config/srclist.txt: Add gnupload.
4923
4924 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4925
4926         Change copyright notice from LGPL 2 to GPL 2, since that's the
4927         standard form used in the gnulib repository.
4928         * tests/test-lock.c: Likewise.
4929         * tests/test-stdint.c: Likewise.
4930         * tests/test-tls.c: Likewise.
4931
4932         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
4933         prelude-manager.  User shorter URLs for GNU projects, without '?'.
4934         Add copyright notice.
4935
4936         * check-module: Add copyright notice.  Output a copyright
4937         notice if "--version" is specified.
4938         * modules/COPYING: New file.
4939         * tests/test-getaddrinfo.c: Add copyright notice.
4940         * tests/test-verify.c: Likewise.
4941
4942 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4943
4944         Change copyright notice from LGPL 2 to GPL 2, since that's the
4945         standard form used in the gnulib repository.
4946         * lib/lock.c: LGPL -> GPL.
4947         * lib/lock.h: Likewise.
4948         * lib/strnlen1.c: Likewise.
4949         * lib/strnlen1.h: Likewise.
4950         * lib/tls.c: Likewise.
4951         * lib/tls.h: Likewise.
4952         * lib/tmpdir.c: Likewise.
4953
4954         * lib/TODO: Remove; this belongs only in coreutils.
4955
4956 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4957
4958         Add copyright notices to long-enough files that lack them, since
4959         otherwise the files aren't clearly free.  Use the same notice that
4960         getdate.texi already uses.
4961         * doc/alloca-opt.texi: Add copyright notice.
4962         * doc/alloca.texi: Likewise.
4963         * doc/ctime.texi: Likewise.
4964         * doc/functions.texi: Likewise.
4965         * doc/gcd.texi: Likewise.
4966         * doc/gnulib-tool.texi: Likewise.
4967         * doc/inet_ntoa.texi: Likewise.
4968         * doc/visibility.texi: Likewise.
4969
4970         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
4971         * doc/quote.texi: Add copyright notice.
4972
4973         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
4974         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
4975         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
4976         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
4977         is now obsolete, and give a pointer to the Sun list.
4978         Add copyright notice.
4979
4980 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4981
4982         * config/srclistvars.sh: Add copyright notice.
4983
4984 2006-08-14  Eric Blake  <ebb9@byu.net>
4985
4986         Import the following change from libc:
4987
4988         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4989
4990         Upstream bug 2997.
4991         * lib/misc/error.c: Add space between program name and message if file
4992         name is missing.
4993
4994 2006-08-12  Karl Berry  <karl@gnu.org>
4995
4996         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
4997         remove, these originate in gnulib now.
4998
4999 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5000
5001         * doc/Makefile (standards.info standards.html standards.dvi):
5002         Also depend on make-stds.texi.
5003
5004 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5005
5006         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
5007         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
5008
5009         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
5010         in wchar_t.  Problem reported by Eric Blake.
5011
5012         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
5013         LEN is smaller than SIZE.  Suggested by Bruno Haible.
5014         Also, help the compiler to keep LEN in a register.
5015
5016 2006-08-11  Eric Blake  <ebb9@byu.net>
5017
5018         * users.txt: Sort.  Add tar.
5019
5020 2006-08-11  Bruno Haible  <bruno@clisp.org>
5021
5022         * users.txt: New file.
5023
5024 2006-08-11  Bruno Haible  <bruno@clisp.org>
5025
5026         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
5027         before <wchar.h>. Needed for OSF/1 and BSD/OS.
5028
5029 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5030
5031         * modules/snprintf (Depends-on): Remove minmax.
5032         (Maintainer): Add self and Bruno.
5033
5034 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5035
5036         * lib/.cppi-disable: Add snprintf.h, socket_.h.
5037         * lib/snprintf.c: Include <errno.h> and <limits.h>.
5038         (EOVERFLOW): Define if the system does not.
5039         Do not include "minmax.h"; it wasn't used.
5040         (snprintf): Don't assume size_t promotes to an unsigned type.
5041         Fix bug when generated string was too long for the buffer: the
5042         buffer's contents are supposed to be the initial prefix of the
5043         output.  Don't assume vasnprintf returns EOVERFLOW if the size
5044         exceeds INT_MAX; do the check ourselves.
5045
5046         Import the following changes from libc:
5047
5048         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5049
5050         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
5051         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
5052         set wc to the byte which couldn't be converted.
5053         (re_string_reconstruct): Don't clear valid_raw_len before calling
5054         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5055         tip_context using re_string_context_at.
5056
5057         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
5058
5059         * lib/posix/regex.h: g++ still cannot handled [restrict].
5060
5061         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
5062
5063         * lib/posix/regex.h: Remove special handling for VMS.
5064
5065 2006-08-10  Jim Meyering  <jim@meyering.net>
5066
5067         * modules/same-inode: New module.
5068         * modules/dev-ino: New module.
5069         * modules/cycle-check: Depend on these modules, rather than simply
5070         including their .h files.
5071         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
5072         required via m4/cycle-check.m4.
5073         * modules/same: Depend on new same-inode module, rather than
5074         including same-inode.h.
5075         * modules/chdir-safer: New file.
5076
5077         * modules/chown (Depends-on): Add stat-macros.
5078
5079 2006-08-10  Jim Meyering  <jim@meyering.net>
5080
5081         * m4/cycle-check.m4: New file.
5082         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
5083         * m4/dev-ino.m4, m4/same-inode.m4: New files.
5084
5085 2006-08-10  Eric Blake  <ebb9@byu.net>
5086
5087         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
5088         in from original proposal.
5089
5090 2006-08-10  Eric Blake  <ebb9@byu.net>
5091         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5092
5093         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
5094         namespace.
5095
5096 2006-08-10  Bruno Haible  <bruno@clisp.org>
5097
5098         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
5099         as well.
5100
5101 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5102
5103         Sync from coreutils.
5104
5105         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
5106
5107         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
5108         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
5109
5110 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5111
5112         * modules/restrict: Remove; no longer needed now that we assume
5113         Autoconf 2.59 or later.
5114         * MODULES.html.sh: Remove 'restrict'.
5115         * modules/argp (Depends-on): Remove 'restrict'.
5116         * modules/base64 (Depends-on): Likewise.
5117         * modules/gc (Depends-on): Likewise.
5118         * modules/getaddrinfo (Depends-on): Likewise.
5119         * modules/glob (Depends-on): Likewise.
5120         * modules/inet_ntop (Depends-on): Likewise.
5121         * modules/inet_pton (Depends-on): Likewise.
5122         * modules/memxor (Depends-on): Likewise.
5123         * modules/regex (Depends-on): Likewise.
5124         * modules/strtok_r (Depends-on): Likewise.
5125         * modules/time_r (Depends-on): Likewise.
5126
5127 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5128
5129         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
5130         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
5131         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5132         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
5133         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
5134         * m4/memxor.m4 (gl_MEMXOR): Likewise.
5135         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
5136         gl_C_RESTRICT replaced by AC_C_RESTRICT.
5137
5138         Merge from coreutils.
5139         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
5140         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
5141         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5142         * m4/time_r.m4 (gl_TIME_R): Likewise.
5143
5144 2006-08-09  Karl Berry  <karl@gnu.org>
5145
5146         * config/srclist.txt: no more gettext-tools, per Bruno.
5147
5148 2006-08-08  Eric Blake  <ebb9@byu.net>
5149
5150         * modules/verror: New module.
5151         * MODULES.html.sh: Document it.
5152
5153 2006-08-08  Eric Blake  <ebb9@byu.net>
5154
5155         * lib/verror.h, lib/verror.c: New files.
5156
5157 2006-08-08  Eric Blake  <ebb9@byu.net>
5158
5159         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
5160         verror_at_line output complies with GNU Coding Standards even when
5161         file is NULL.
5162
5163 2006-08-07  Bruno Haible  <bruno@clisp.org>
5164
5165         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
5166         versions of AIX.
5167         Reported by Ralf Wildenhues.
5168
5169 2006-08-07  Bruno Haible  <bruno@clisp.org>
5170
5171         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
5172         in an AC_DEFUN. Needed so that the autoconf snippets can use
5173         AC_REQUIRE.
5174
5175 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5176
5177         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5178         Initialize pkgdata_DATA.
5179         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
5180         overriding it.
5181
5182 2006-08-06  Eric Blake  <ebb9@byu.net>
5183
5184         * lib/error.h: Fold in some upstream changes from glibc.
5185         * lib/error.c: Likewise.
5186
5187 2006-08-04  Bruno Haible  <bruno@clisp.org>
5188
5189         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5190         Make the mostlyclean-local rule depend on mostlyclean-generic.
5191         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
5192
5193 2006-07-31  Bruno Haible  <bruno@clisp.org>
5194
5195         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
5196         <stdlib.h>, <string.h>.
5197
5198 2006-07-30  Bruno Haible  <bruno@clisp.org>
5199
5200         * modules/readlink (License): Change to LGPL.
5201
5202 2006-07-30  Bruno Haible  <bruno@clisp.org>
5203
5204         * modules/javaversion (Makefile.am): Distribute javaversion.java and
5205         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
5206         set PKGDATADIR to point to it.
5207
5208 2006-07-30  Bruno Haible  <bruno@clisp.org>
5209
5210         * modules/csharpexec (configure.ac): Comment out macro invocation.
5211         * modules/javaexec (configure.ac): Likewise.
5212         * modules/javacomp-script (configure.ac): Likewise.
5213
5214         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
5215
5216 2006-07-30  Bruno Haible  <bruno@clisp.org>
5217
5218         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
5219         linked-list.
5220
5221 2006-07-30  Bruno Haible  <bruno@clisp.org>
5222
5223         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
5224
5225 2006-07-30  Bruno Haible  <bruno@clisp.org>
5226
5227         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5228         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
5229         get removed.
5230
5231 2006-07-29  Bruno Haible  <bruno@clisp.org>
5232
5233         Make it possible for gnulib-tool to work with locally modified or
5234         augmented gnulib repositories.
5235         * gnulib-tool (func_usage): Document --local-dir option.
5236         (local_gnulib_dir): New variable.
5237         Handle --local-dir option.
5238         (func_lookup_file): New function.
5239         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
5240         (func_get_description, func_get_filelist, func_get_description,
5241         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
5242         func_get_automake_snippet, func_get_include_directive,
5243         func_get_license, func_get_maintainer): Use func_lookup_file.
5244         (func_import, func_create_testdir): Use func_lookup_file.
5245
5246 2006-07-29  Bruno Haible  <bruno@clisp.org>
5247
5248         * modules/setenv (Depends-on): Add unistd.
5249
5250 2006-07-29  Bruno Haible  <bruno@clisp.org>
5251
5252         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
5253
5254 2006-07-29  Bruno Haible  <bruno@clisp.org>
5255
5256         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
5257
5258 2006-07-29  Bruno Haible  <bruno@clisp.org>
5259
5260         * gnulib-tool (import, update): If there is no Makefile.am, look at
5261         aclocal.m4, instead of bailing out.
5262
5263 2006-07-29  Bruno Haible  <bruno@clisp.org>
5264
5265         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
5266         Categorize the options by when they are useful.
5267
5268 2006-07-29  Bruno Haible  <bruno@clisp.org>
5269
5270         * gnulib-tool (func_usage): Document option --no-libtool.
5271         Handle option --no-libtool.
5272         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
5273         for changed semantics of $libtool variable.
5274         (func_import): Likewise. If libtool is not used, show this through
5275         an option --no-libtool.
5276         (func_create_testdir): Update.
5277
5278 2006-07-29  Bruno Haible  <bruno@clisp.org>
5279
5280         * gnulib-tool (func_import): Extend error message about missing
5281         --doc-base.
5282
5283 2006-07-29  Bruno Haible  <bruno@clisp.org>
5284
5285         * gnulib-tool (func_import): Don't create the $docbase directory if
5286         there is no file to store there.
5287
5288 2006-07-29  Bruno Haible  <bruno@clisp.org>
5289
5290         * gnulib-tool (autoconf_minversion): If a --dir option is given and
5291         relevant, look for configure.ac there, not in the current directory.
5292         Also use a simple search for AC_PREREQ, not "autoconf --trace".
5293
5294 2006-07-29  Bruno Haible  <bruno@clisp.org>
5295
5296         * gnulib-tool (SORT): New variable.
5297         (func_usage): Undocument --assume-autoconf option.
5298         Remove --assume-autoconf option handling.
5299         (autoconf_minversion): Determine from the contents of configure.ac.
5300         (func_import): Remove autoconf_minversion handling.
5301         Suggested by Eric Blake.
5302
5303 2006-07-29  Bruno Haible  <bruno@clisp.org>
5304
5305         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
5306
5307 2006-07-29  Bruno Haible  <bruno@clisp.org>
5308
5309         * config/srclist.txt (*setenv.[ch]): Remove rules.
5310
5311 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5312
5313         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
5314
5315 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5316
5317         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
5318         arpa/inet.h.
5319
5320 2006-07-28  Simon Josefsson  <jas@extundo.com>
5321
5322         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
5323         * modules/inet_pton (Depends-on): Likewise.
5324
5325 2006-07-28  Simon Josefsson  <jas@extundo.com>
5326
5327         * m4/netinet_in_h.m4: New file.
5328
5329 2006-07-28  Simon Josefsson  <jas@extundo.com>
5330
5331         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
5332         #include's.
5333
5334 2006-07-28  Simon Josefsson  <jas@extundo.com>
5335
5336         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
5337         #include's.
5338
5339 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
5340
5341         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
5342         setgid on directories only if they set these bits.
5343         * lib/modechange.h: Remove obsolete comment about masks.
5344
5345 2006-07-28  Eric Blake  <ebb9@byu.net>
5346
5347         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
5348         macro expansion.
5349
5350 2006-07-28  Bruno Haible  <bruno@clisp.org>
5351
5352         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
5353
5354 2006-07-28  Bruno Haible  <bruno@clisp.org>
5355
5356         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
5357
5358 2006-07-28  Bruno Haible  <bruno@clisp.org>
5359
5360         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5361         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5362         Define fallbacks.
5363         Avoids link error on FreeBSD 4.x.
5364         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5365
5366         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
5367         encoding.
5368         * lib/mbswidth.c (iswcntrl): Likewise.
5369
5370 2006-07-27  Bruno Haible  <bruno@clisp.org>
5371
5372         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
5373         test.
5374
5375 2006-07-27  Bruno Haible  <bruno@clisp.org>
5376
5377         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
5378         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
5379         defined.
5380
5381 2006-07-26  Eric Blake  <ebb9@byu.net>
5382
5383         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
5384
5385 2006-07-26  Eric Blake  <ebb9@byu.net>
5386
5387         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
5388         like mingw that lack mkstemp.
5389         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
5390         avoid compilation warning on mingw.
5391
5392 2006-07-26  Bruno Haible  <bruno@clisp.org>
5393
5394         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
5395         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
5396         INT_FAST*_MIN, INTPTR_MIN.
5397
5398 2006-07-25  Bruno Haible  <bruno@clisp.org>
5399
5400         * modules/version-etc (Depends-on): Add stdarg.
5401
5402 2006-07-25  Bruno Haible  <bruno@clisp.org>
5403
5404         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
5405         complex commands.
5406
5407 2006-07-25  Bruno Haible  <bruno@clisp.org>
5408
5409         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
5410         defined in <stdarg.h> or config.h.
5411
5412 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5413
5414         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
5415         (gl_STDIO_SAFER): Remove.
5416
5417 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5418
5419         * MODULES.html.sh (File stream based Input/Output):
5420         Add fopen-safer, tmpfile-safer; remove stdio-safer.
5421         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
5422         * modules/fopen-safer, modules/tmpfile-safer: New files.
5423         * modules/stdio-safer: Remove.
5424
5425 2006-07-24  Bruno Haible  <bruno@clisp.org>
5426
5427         * modules/tmpdir: New file.
5428         * MODULES.html.sh (File system functions): Add it.
5429
5430 2006-07-24  Bruno Haible  <bruno@clisp.org>
5431
5432         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
5433         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
5434
5435 2006-07-24  Bruno Haible  <bruno@clisp.org>
5436
5437         * modules/clean-temp: New file.
5438
5439 2006-07-24  Bruno Haible  <bruno@clisp.org>
5440
5441         * m4/tmpdir.m4: New file, from GNU gettext.
5442
5443 2006-07-24  Bruno Haible  <bruno@clisp.org>
5444
5445         * lib/tmpdir.h: New file, from GNU gettext.
5446         * lib/tmpdir.c: New file, from GNU gettext.
5447
5448 2006-07-24  Bruno Haible  <bruno@clisp.org>
5449
5450         * lib/clean-temp.h: New file, from GNU gettext.
5451         * lib/clean-temp.c: New file, from GNU gettext.
5452
5453 2006-07-23  Eric Blake  <ebb9@byu.net>
5454
5455         * modules/stdio-safer (Files): Add tmpfile-safer.c.
5456         (Depends-on): Add binary-io.
5457
5458 2006-07-23  Eric Blake  <ebb9@byu.net>
5459
5460         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
5461
5462 2006-07-23  Eric Blake  <ebb9@byu.net>
5463
5464         * lib/tmpfile-safer.c: New file.
5465         * lib/stdio-safer.h (fopen_safer): Add prototype.
5466         * lib/stdio--.h (tmpfile): Make safer.
5467
5468 2006-07-23  Bruno Haible  <bruno@clisp.org>
5469
5470         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
5471         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
5472         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
5473         gl_linked_remove_at): Use it.
5474
5475 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5476         and Simon Josefsson <jas@extundo.com>
5477
5478         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
5479
5480         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
5481
5482 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5483
5484         * modules/close-stream: New file.
5485         * modules/closeout (Description): Make it clear that it exits
5486         with a diagnostic on error.
5487         (Depends-on): Add close-stream.  Remove fpending, stdbool.
5488         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
5489
5490 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5491
5492         * m4/close-stream.m4: New file.
5493
5494 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5495
5496         * lib/close-stream.c, lib/close-stream.h: New files.
5497
5498 2006-07-22  Bruno Haible  <bruno@clisp.org>
5499
5500         Merge from GNU gettext 0.15.
5501
5502         2006-05-01  Bruno Haible  <bruno@clisp.org>
5503
5504                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
5505
5506         2006-07-22  Bruno Haible  <bruno@clisp.org>
5507
5508                 * modules/javaversion: New file.
5509                 * MODULES.html.sh (Java): Add javaversion.
5510
5511         2006-03-12  Bruno Haible  <bruno@clisp.org>
5512
5513                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
5514
5515         2005-12-04  Bruno Haible  <bruno@clisp.org>
5516
5517                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
5518                 (untested).
5519
5520         2006-06-21  Bruno Haible  <bruno@clisp.org>
5521
5522                 Avoid warnings from recent versions of mcs.
5523                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
5524                 -o, -L, -r any more. Use options documented since mcs-1.0
5525                 instead. Similarly for -g.
5526
5527         2005-12-04  Bruno Haible  <bruno@clisp.org>
5528
5529                 * build-aux/csharpcomp.sh.in: Suffix for resources is
5530                 .resources, not .resource.
5531
5532         2005-07-09  Bruno Haible  <bruno@clisp.org>
5533
5534                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
5535                 add a .dll suffix.
5536                 Reported by Mark Junker <mjscod@gmx.de>.
5537
5538         2006-07-22  Bruno Haible  <bruno@clisp.org>
5539
5540                 * modules/gettext: Upgrade to gettext-0.15.
5541                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
5542                 m4/visibility.m4.
5543                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
5544
5545 2006-07-22  Bruno Haible  <bruno@clisp.org>
5546
5547         Merge from GNU gettext 0.15.
5548
5549         2006-03-25  Bruno Haible  <bruno@clisp.org>
5550
5551                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
5552
5553         2006-07-21  Bruno Haible  <bruno@clisp.org>
5554
5555                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
5556                 "1.1".
5557
5558         2006-05-09  Bruno Haible  <bruno@clisp.org>
5559
5560                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
5561                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
5562                 for the conftestver execution.
5563
5564         2006-05-01  Bruno Haible  <bruno@clisp.org>
5565
5566                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
5567                 optional target-version argument. Verify that the compiler
5568                 groks source of the specified source-version, or add -source
5569                 option as necessary. Verify that the compiler produces
5570                 bytecode in the specified target-version, or add -target and
5571                 -source options as necessary. Make the result of the test
5572                 available as variable CONF_JAVAC. Also log error output in
5573                 config.log.
5574
5575         2006-03-11  Bruno Haible  <bruno@clisp.org>
5576
5577                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
5578
5579         2006-05-09  Bruno Haible  <bruno@clisp.org>
5580
5581                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
5582                 CLASSPATH_SEPARATOR to a semicolon.
5583
5584         2006-03-12  Bruno Haible  <bruno@clisp.org>
5585
5586                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
5587                 available as variable CONF_JAVA, for subsequent autoconf
5588                 tests. Also log error output in config.log.
5589
5590         2006-07-19  Bruno Haible  <bruno@clisp.org>
5591
5592                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
5593                 that getline works on glibc2 systems. Needed to avoid trouble
5594                 in relocatable.c.
5595                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
5596
5597         2005-12-04  Bruno Haible  <bruno@clisp.org>
5598
5599                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
5600                 launcher (untested).
5601
5602         2005-12-04  Bruno Haible  <bruno@clisp.org>
5603
5604                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
5605
5606         2006-07-22  Bruno Haible  <bruno@clisp.org>
5607
5608                 * gettext.m4: Update from GNU gettext-0.15.
5609                 * nls.m4: Likewise.
5610                 * po.m4: Likewise.
5611                 * inttypes-pri.m4: Likewise.
5612                 * inttypes-h.m4: Renamed from inttypes.m4.
5613                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
5614
5615 2006-07-22  Bruno Haible  <bruno@clisp.org>
5616
5617         Merge from GNU gettext 0.15.
5618
5619         2005-07-05  Bruno Haible  <bruno@clisp.org>
5620
5621                 * printf-args.c (printf_fetchargs): Work around broken
5622                 definition of wint_t on mingw.
5623
5624         2005-02-12  Bruno Haible  <bruno@clisp.org>
5625
5626                 * xallocsa.h: Add extern "C" for C++.
5627
5628         2006-05-17  Bruno Haible  <bruno@clisp.org>
5629
5630                 Cygwin portability.
5631                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
5632
5633         2006-04-30  Bruno Haible  <bruno@clisp.org>
5634
5635                 * progreloc.c: Include <mach-o/dyld.h> if available.
5636                 (find_executable): Use _NSGetExecutablePath when possible.
5637
5638         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5639
5640                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
5641                 function.
5642
5643         2005-12-29  Bruno Haible  <bruno@clisp.org>
5644
5645                 * progreloc.c (set_program_name_and_installdir): Fix
5646                 compilation error.
5647
5648         2005-12-04  Bruno Haible  <bruno@clisp.org>
5649
5650                 Cygwin portability.
5651                 * progreloc.c: Include <windows.h> also on Cygwin.
5652                 (find_executable): Add support for Cygwin.
5653                 (set_program_name_and_installdir): Handle also platforms with
5654                 nonempty EXEEXT.
5655
5656         2006-07-11  Bruno Haible  <bruno@clisp.org>
5657
5658                 * javacomp.c: Fix a comment.
5659                 Reported by Jim Meyering.
5660
5661         2006-04-30  Bruno Haible  <bruno@clisp.org>
5662
5663                 * javacomp.h (compile_java_class): Add source_version,
5664                 target_version arguments.
5665                 * javacomp.c: Rewritten to choose only a compiler that
5666                 respects the specified source_version and target_version.
5667
5668         2006-06-27  Bruno Haible  <bruno@clisp.org>
5669
5670                 Assume correct S_ISDIR macro.
5671                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
5672
5673         2006-07-22  Bruno Haible  <bruno@clisp.org>
5674
5675                 * javaversion.h: New file, from GNU gettext.
5676                 * javaversion.c: New file, from GNU gettext.
5677                 * javaversion.java: New file, from GNU gettext.
5678                 * javaversion.class: New file, from GNU gettext.
5679
5680         2006-05-17  Bruno Haible  <bruno@clisp.org>
5681
5682                 Cygwin portability.
5683                 * javaexec.c (execute_java_class): Test for jview program
5684                 also on Cygwin.
5685
5686         2006-04-09  Bruno Haible  <bruno@clisp.org>
5687
5688                 * fatal-signal.c: Don't include string.h.
5689                 (at_fatal_signal): Use a copying loop instead of memcpy.
5690
5691         2005-12-04  Bruno Haible  <bruno@clisp.org>
5692
5693                 * csharpexec.c: Add support for 'clix' launcher (untested).
5694                 (execute_csharp_using_sscli): New function.
5695                 (execute_csharp_program): Call it.
5696
5697         2006-06-21  Bruno Haible  <bruno@clisp.org>
5698
5699                 Avoid warnings from recent versions of mcs.
5700                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
5701                 -o, -L, -r any more. Use options documented since mcs-1.0
5702                 instead. Similarly for -g.
5703
5704         2005-07-09  Bruno Haible  <bruno@clisp.org>
5705
5706                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
5707                 add a .dll suffix.
5708                 Reported by Mark Junker <mjscod@gmx.de>.
5709
5710         2006-06-17  Bruno Haible  <bruno@clisp.org>
5711
5712                 * config.charset: Update for NetBSD 3.0.
5713
5714         2006-05-17  Bruno Haible  <bruno@clisp.org>
5715
5716                 Cygwin portability.
5717                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
5718
5719         2006-05-16  Bruno Haible  <bruno@clisp.org>
5720
5721                 * localcharset.c [CYGWIN]: Include <windows.h>.
5722                 (get_charset_aliases): For Cygwin, return the same CPxxx
5723                 aliases list as under WIN32.
5724                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
5725                 the environment variables. Fall back to GetACP().
5726
5727         2006-04-05  Bruno Haible  <bruno@clisp.org>
5728
5729                 * config.charset: Update Juan Manuel Guerrero's address.
5730
5731         2005-02-12  Bruno Haible  <bruno@clisp.org>
5732
5733                 * allocsa.h: Add extern "C" for C++.
5734
5735         2005-02-10  Bruno Haible  <bruno@clisp.org>
5736
5737                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
5738                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
5739
5740         2006-07-22  Bruno Haible  <bruno@clisp.org>
5741
5742                 * gettext.h: Update to GNU gettext-0.15.
5743
5744 2006-07-22  Bruno Haible  <bruno@clisp.org>
5745
5746         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
5747         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
5748         lib-prefix.m4, longdouble.m4, ssize_t.m4.
5749
5750 2006-07-21  Eric Blake  <ebb9@byu.net>
5751
5752         * modules/stdlib-safer: New file.
5753         * MODULES.html.sh (File stream based Input/Output): Add
5754         stdlib-safer.
5755
5756 2006-07-21  Eric Blake  <ebb9@byu.net>
5757
5758         * lib/stdlib-safer.h: New file from coreutils, required by
5759         stdlib--.h.
5760
5761 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
5762
5763         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
5764
5765 2006-07-20  Bruno Haible  <bruno@clisp.org>
5766
5767         * gnulib-tool: Recognize new option --assume-autoconf.
5768         (autoconf_minversion): New variable.
5769         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
5770
5771 2006-07-20  Bruno Haible  <bruno@clisp.org>
5772
5773         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
5774
5775 2006-07-19  Derek R. Price  <derek@ximbiot.com>
5776
5777         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
5778         Reindent and repaginate.
5779
5780 2006-07-19  Derek Price  <derek@ximbiot.com>
5781
5782         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
5783         Correct grammar.
5784
5785 2006-07-17  Bruno Haible  <bruno@clisp.org>
5786
5787         * modules/list: New file.
5788         * modules/array-list: New file.
5789         * modules/carray-list, modules/carray-list-tests: New files.
5790         * modules/linked-list, modules/linked-list-tests: New files.
5791         * modules/avltree-list, modules/avltree-list-tests: New files.
5792         * modules/rbtree-list, modules/rbtree-list-tests: New files.
5793         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
5794         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
5795         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
5796         * modules/oset: New file.
5797         * modules/array-oset: New file.
5798         * modules/avltree-oset, modules/avltree-oset-tests: New files.
5799         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
5800         * tests/test-carray_list.c: New file.
5801         * tests/test-linked_list.c: New file.
5802         * tests/test-avltree_list.c: New file.
5803         * tests/test-rbtree_list.c: New file.
5804         * tests/test-linkedhash_list.c: New file.
5805         * tests/test-avltreehash_list.c: New file.
5806         * tests/test-rbtreehash_list.c: New file.
5807         * tests/test-avltree_oset.c: New file.
5808         * tests/test-rbtree_oset.c: New file.
5809         * MODULES.html.sh (Container data structures): New section.
5810
5811 2006-07-17  Bruno Haible  <bruno@clisp.org>
5812
5813         * m4/gl_list.m4: New file.
5814
5815 2006-07-17  Bruno Haible  <bruno@clisp.org>
5816
5817         * lib/gl_list.h: New file.
5818         * lib/gl_list.c: New file.
5819         * lib/gl_array_list.h: New file.
5820         * lib/gl_array_list.c: New file.
5821         * lib/gl_carray_list.h: New file.
5822         * lib/gl_carray_list.c: New file.
5823         * lib/gl_linked_list.h: New file.
5824         * lib/gl_linked_list.c: New file.
5825         * lib/gl_anylinked_list1.h: New file.
5826         * lib/gl_anylinked_list2.h: New file.
5827         * lib/gl_avltree_list.h: New file.
5828         * lib/gl_avltree_list.c: New file.
5829         * lib/gl_anyavltree_list1.h: New file.
5830         * lib/gl_anyavltree_list2.h: New file.
5831         * lib/gl_rbtree_list.h: New file.
5832         * lib/gl_rbtree_list.c: New file.
5833         * lib/gl_anyrbtree_list1.h: New file.
5834         * lib/gl_anyrbtree_list2.h: New file.
5835         * lib/gl_anytree_list1.h: New file.
5836         * lib/gl_anytree_list2.h: New file.
5837         * lib/gl_linkedhash_list.h: New file.
5838         * lib/gl_linkedhash_list.c: New file.
5839         * lib/gl_anyhash_list1.h: New file.
5840         * lib/gl_anyhash_list2.h: New file.
5841         * lib/gl_avltreehash_list.h: New file.
5842         * lib/gl_avltreehash_list.c: New file.
5843         * lib/gl_rbtreehash_list.h: New file.
5844         * lib/gl_rbtreehash_list.c: New file.
5845         * lib/gl_anytreehash_list1.h: New file.
5846         * lib/gl_anytreehash_list2.h: New file.
5847
5848         * lib/gl_oset.h: New file.
5849         * lib/gl_oset.c: New file.
5850         * lib/gl_array_oset.h: New file.
5851         * lib/gl_array_oset.c: New file.
5852         * lib/gl_avltree_oset.h: New file.
5853         * lib/gl_avltree_oset.c: New file.
5854         * lib/gl_rbtree_oset.h: New file.
5855         * lib/gl_rbtree_oset.c: New file.
5856         * lib/gl_anytree_oset.h: New file.
5857
5858 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5859
5860         * m4/mkancesdirs.m4: New file.
5861         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
5862         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
5863         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
5864         it.
5865
5866 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5867
5868         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
5869         * lib/mkancesdirs.h: New files.
5870         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
5871         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
5872         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
5873         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
5874         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
5875         callers changed.  Revamp internals significantly, by not
5876         attempting to create directories that are temporarily more
5877         permissive than the final results.  Do not attempt to use
5878         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
5879         This removes some race conditions, fixes some bugs, and simplifies
5880         things.  Use new dirchownmod function to do owner and mode changes.
5881         * lib/mkdir-p.h: Likewise.
5882         * lib/modechange.c (octal_to_mode): New function.
5883         (struct mode_change): New member mentioned.
5884         (make_node_op_equals): New arg mentioned.  All callers changed.
5885         (mode_compile): Keep track of which mode bits the user has explicitly
5886         mentioned.
5887         (mode_adjust): New arg DIR, so that we implement the X op correctly.
5888         New arg PMODE_BITS, to keep track of which mode bits the user
5889         mentioned; it treats S_ISUID and S_ISGID speciall.
5890         All callers changed.
5891         * lib/modechange.h: Likewise.
5892
5893 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5894
5895         * MODULES.html.sh: Add mkancestors.
5896         * modules/mkancesdirs: New module.
5897         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
5898         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
5899         The chdir-safer and afs files are now orphans; I'll remove them
5900         unless someone speaks up.
5901         Add lib/dirchownmod.c, lib/dirchownmod.h.
5902         (Depends-on): Remove alloca, chown, save-cwd, dirname.
5903         Add lchown, mkancesdirs.
5904         (Maintainer): Add self.
5905
5906 2006-07-15  Karl Berry  <karl@gnu.org>
5907
5908         * gnulib-tool: help message wording/arrangement.
5909
5910 2006-07-14  Simon Josefsson  <jas@extundo.com>
5911
5912         * doc/gnulib.texi (Libtool and Windows): New section.
5913
5914 2006-07-12  Simon Josefsson  <jas@extundo.com>
5915
5916         * modules/gendocs (License): Fix license, approved by Karl.
5917
5918 2006-07-12  Eric Blake  <ebb9@byu.net>
5919
5920         * MODULES.html.sh: Add gendocs.
5921
5922 2006-07-11  Eric Blake  <ebb9@byu.net>
5923
5924         * modules/fdl: New module, to install doc/fdl.texi.
5925         * MODULES.html.sh: Add new section for documentation modules.
5926         * gnulib-tool: Avoid space-tab.
5927         (--doc-base): New option, to manage files from doc.
5928
5929 2006-07-11  Eric Blake  <ebb9@byu.net>
5930
5931         * m4/absolute-header.m4: Fix comments to match recent change.
5932
5933 2006-07-11  Eric Blake  <ebb9@byu.net>
5934
5935         * gnulib-tool: List --doc-base before --tests-base.
5936
5937 2006-07-11  Derek R. Price  <derek@ximbiot.com>
5938
5939         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
5940
5941 2006-07-11  Bruno Haible  <bruno@clisp.org>
5942
5943         * README: Mention where to put documentation.
5944
5945 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5946
5947         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
5948
5949 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5950
5951         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
5952         to stdint.m4.
5953
5954 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5955
5956         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
5957         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
5958         "no/such/file/stdint.h" when there is no such file, so that
5959         the resulting C code can be parsed by dodgy compilers.
5960         Problems reported by Bob Proulx.
5961
5962 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5963
5964         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
5965         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5966         macros into the GNU _D_EXACT_NAMLEN.
5967         * lib/savedir.c:  Likewise.
5968         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
5969
5970 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5971         and Paul Eggert  <eggert@cs.ucla.edu>
5972
5973         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
5974         * m4/savedir.m4:
5975         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5976         macros into the GNU _D_EXACT_NAMLEN.
5977
5978 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5979
5980         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
5981         around the absolute name, to work around a problem with the HP-UX
5982         11.23 native C compiler, reported by Bob Proulx.
5983
5984 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5985
5986         * doc/maintain.texi, make-stds.texi: Sync from
5987         <http://savannah.gnu.org/projects/gnustandards>.
5988
5989 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5990
5991         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
5992
5993 2006-07-09  Jim Meyering  <jim@meyering.net>
5994
5995         * m4/glob.m4: Remove a doubled word in a comment.
5996
5997 2006-07-09  Jim Meyering  <jim@meyering.net>
5998
5999         * lib/argp-pv.c: Remove a doubled word in a comment.
6000         * lib/check-version.c (check_version): Likewise.
6001         * lib/javacomp.c (compile_java_class): Likewise.
6002
6003 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
6004
6005         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
6006         for the benefit of people using Autoconf 2.60.  If you want to
6007         support older Autoconf versions you can copy m4/onceonly_2_57.m4
6008         (or m4/onceonly.m4, if pre-2.57) manually.
6009
6010 2006-07-08  Jim Meyering  <jim@meyering.net>
6011
6012         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
6013         comment.
6014         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
6015         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
6016         comment.
6017
6018 2006-07-08  Jim Meyering  <jim@meyering.net>
6019
6020         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
6021
6022 2006-07-07  Simon Josefsson  <jas@extundo.com>
6023
6024         * tests/test-crc.c: Change expected crc value, the test vector
6025         were probably computed using the old broken crc.c?
6026
6027 2006-07-06  Simon Josefsson  <jas@extundo.com>
6028
6029         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
6030         now the canonical place for the M4 file).
6031
6032         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
6033         from the sys_socket dependency now.
6034
6035         * modules/inet_pton (Files): Ditto.
6036
6037         * modules/inet_ntop (Files): Ditto.
6038
6039 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6040
6041         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
6042         not gl_PREREQ_GETUSERSHELL.
6043
6044 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6045
6046         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
6047         with only one argument, for Autoconf 2.60.
6048         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
6049         expand to nothing, so add a shell command to avoid syntax error.
6050         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6051
6052 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6053
6054         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
6055
6056 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6057
6058         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
6059         no longer needed.  Check for isblank decl.
6060         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
6061         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
6062         of existence.
6063
6064 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6065
6066         * lib/getloadavg.c: Use __VMS, not VMS.
6067         * lib/getopt.c: Likewise.
6068         * lib/getpagesize.h: Likewise.
6069         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
6070         and probably does not work.
6071
6072 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6073
6074         * lib/.cppi-disable: Add wcwidth.
6075         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
6076         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
6077         (ISGRAPH): Remove.  All uses changed to isgraph.
6078         (FOLD) [!defined _LIBC]: Remove special case.
6079         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
6080         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
6081         HAVE_ISBLANK.
6082         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
6083         case.
6084
6085 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6086
6087         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
6088         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
6089         brackets.  Other minor changes to suppress some compiler
6090         warnings.
6091
6092 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6093         and Paul Eggert  <eggert@cs.ucla.edu>
6094
6095         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
6096         of invoking obsolescent AC_HEADER_DIRENT macro.
6097         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
6098         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
6099         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6100         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
6101         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
6102         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6103         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
6104         * m4/readdir.m4: Remove; no longer needed.
6105
6106 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6107         and Paul Eggert  <eggert@cs.ucla.edu>
6108
6109         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
6110         Don't worry about this obsolete case any more.
6111         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
6112         directories.
6113         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
6114         worry about this obsolete case any more.
6115         * lib/fts.c: Likewise.
6116         * lib/getcwd.c: Likewise.
6117         * lib/glob.h: Likewise.
6118         * lib/savedir.c: Likewise.
6119
6120 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6121
6122         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
6123         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
6124         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
6125         needed.
6126         All uses removed.
6127         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6128         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6129         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
6130         needed.
6131         * m4/getdate.m4 (gl_GETDATE): Likewise.
6132         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6133         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6134         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6135         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6136         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6137         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6138         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
6139         needed.
6140
6141 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6142
6143         * lib/memcasecmp.c: Include <limits.h>.
6144         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
6145         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
6146         Don't assume isdigit succeeds only on '0' through '9'.
6147
6148 2006-07-05  Eric Blake  <ebb9@byu.net>
6149
6150         * modules/getaddrinfo (Depends-on): Add snprintf.
6151
6152 2006-07-05  Eric Blake  <ebb9@byu.net>
6153
6154         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
6155         to avoid 'header present but could not be compiled' on cygwin.
6156
6157 2006-07-05  Eric Blake  <ebb9@byu.net>
6158
6159         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
6160         missing from netdb.h.
6161         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
6162
6163 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6164
6165         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
6166         no longer needed.
6167         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
6168         * m4/getdate.m4 (gl_GETDATE): Likewise.
6169         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6170         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6171         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6172         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6173         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6174
6175 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6176
6177         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
6178         All uses of is_space replaced by isspace.
6179         * lib/exit.h: Don't talk about STDC_HEADERS.
6180         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
6181         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
6182         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
6183         replaced by isprint etc.
6184         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
6185         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6186         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
6187         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
6188         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
6189         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6190
6191 2006-07-05  Bruno Haible  <bruno@clisp.org>
6192
6193         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
6194         the function exists, before testing against AIX.
6195         Reported by Martin Lambers <marlam@marlam.de>.
6196
6197 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6198
6199         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
6200         From Mark D. Baushke.
6201
6202 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6203
6204         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
6205         to the absolute name, not just one, to bypass Sun C 5.8's
6206         "warning: #include of /usr/include/... may be non-portable".
6207
6208 2006-07-04  Eric Blake  <ebb9@byu.net>
6209
6210         * modules/dirname-tests: New test module.
6211         * tests/test-dirname.c: New file, replacing dirname.c
6212         TEST_DIRNAME section that was recently deleted.
6213
6214 2006-07-04  Bruno Haible  <bruno@clisp.org>
6215
6216         Assume ANSI C header files and <ctype.h> functions.
6217         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
6218         (mbsnwidth): Use isprint, iscntrl instead.
6219
6220 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6221
6222         Merge from coreutils.
6223         * MODULES.html.sh: Add xstrtold.
6224         * modules/xstrtold: New file.
6225         * modules/cycle-check (Files): Add lib/same-inode.h.
6226         * modules/dirname (Files): Add m4/double-slash-root.m4.
6227         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
6228         * modules/mkdir-p (Files): Add lib/same-inode.h.
6229         * modules/same (Files): Add lib/same-inode.h.
6230
6231 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6232
6233         * m4/absolute-header.m4: Renamed from full-header-path.m4.
6234         This is to keep the terminology clean; POSIX talks about
6235         "absolute pathnames", not "full pathnames", but the GNU
6236         Coding Standards say to use "path" for something else;
6237         so use "absolute" to keep both sides happy.
6238         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
6239         Set gl_absolute_header, not gl_full_header_path.
6240         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
6241         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
6242         All uses changed.
6243
6244         Merge from coreutils.
6245
6246         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6247
6248         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
6249         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
6250         want to require the building of c-strtod.o.
6251         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
6252         needs -lm directly.
6253         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
6254
6255         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6256
6257         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
6258         --as-needed option if available.  Problem reported by Albert Chin in
6259         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
6260         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
6261         cc merely issues a bunch of annoying warnings for --as-needed
6262         (this problem was reported by Bob Proulx).  Also, try linking with
6263         -lm to detect a bug in binutils 2.16 (this problem was reported
6264         by Ralf Wildenhues).
6265
6266         2006-06-18  Jim Meyering  <jim@meyering.net>
6267
6268         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
6269         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
6270         macro.
6271         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
6272         also check for glibc-2.4's abort-inducing bug.
6273
6274         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
6275         Low-probability clean-up should be to use rmdir to get rid of
6276         the just-created directory, not unlink.
6277
6278         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
6279         configure fail, and request a bug report to inform us about it.
6280         Add a comment that, barring reports to the contrary, in 2007 we'll
6281         assume ftruncate is universally available.
6282
6283         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6284
6285         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
6286
6287         2006-03-12  Jim Meyering  <jim@meyering.net>
6288
6289         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
6290         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
6291         * m4/same.m4 (gl_SAME): Likewise.
6292         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
6293
6294         2006-03-11  Eric Blake  <ebb9@byu.net>
6295
6296         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
6297         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
6298         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
6299         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
6300
6301 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6302
6303         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
6304         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
6305         reported by Mark D. Baushke, one in
6306         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
6307
6308         Merge from coreutils.
6309
6310         * lib/.cppi-disable: Add stdint_.h.
6311         * lib/.cvsignore: Add stdint.h.
6312
6313         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6314
6315         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
6316         both double and long double versions.
6317         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
6318         * lib/xstrtold.c: New file.
6319         * lib/xstrtod.h (xstrtold): New decl.
6320
6321         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
6322
6323         * lib/filemode.c (setst): Remove.
6324         (strmode): Rewrite to avoid setst.  This makes the code shorter,
6325         (arguably) clearer, and the generated code is a bit smaller on my
6326         Debian GNU/Linux stable x86 host.
6327
6328         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6329
6330         * lib/filemode.c: Include "filemode.h" first, to test the interface.
6331         Assume that filemode.h includes sys/types.h and sys/stat.h.
6332         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
6333         (ftypelet): Reorder to put common cases first, for efficiency.
6334         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
6335         to do 'M'.
6336         (strmode): Renamed from mode_string, and now stores 12 bytes instead
6337         of 10, for compatibility with FreeBSD.  All callers changed.
6338         (filemodestring): Now stores 12 bytes instead of 10, and sets file
6339         types that can't be deduced solely from st_mode.  First arg is now a
6340         const pointer.
6341         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
6342         (strmode): Renamed from mode_string.
6343         (filemodestring): New decl.
6344         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
6345         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
6346         needed.
6347         (S_ISPORT, S_ISWHT): New macros, if not already defined.
6348
6349         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
6350
6351         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
6352         fsusage.h now does that.  Include fsusage.h first, to test interface.
6353         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
6354         at most one method (the old code could have generated decls that
6355         didn't conform to C89, not that this was ever exercised).
6356         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
6357
6358         2006-03-19  Jim Meyering  <jim@meyering.net>
6359
6360         Work even in a chroot where d_ino values for entries in "/"
6361         don't match the stat.st_ino values for the same names.
6362         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
6363         number, iterate through all entries again, using lstat instead.
6364         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
6365         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
6366
6367         * lib/getcwd.c (__getcwd): Clarify a comment.
6368         Use memcpy in place of a call to strcpy.
6369
6370         2006-03-12  Jim Meyering  <jim@meyering.net>
6371
6372         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
6373         matches that of the current directory (which we're about to chdir ".."
6374         out of), then save the dev-ino of the parent, instead.
6375
6376         * lib/same-inode.h (SAME_INODE): New file/macro.
6377         * lib/chdir-safer.c (SAME_INODE): Remove definition.
6378         Include "same-inode.h", instead.
6379         * lib/same.c: Likewise.
6380         * lib/cycle-check.h: Include "same-inode.h".
6381         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
6382         * lib/cycle-check.c (SAME_INODE): Remove definition.
6383         * lib/root-dev-ino.h: Include "same-inode.h".
6384
6385         2006-03-11  Eric Blake  <ebb9@byu.net>
6386
6387         * lib/same.c (same_name): s/base_name/last_component/
6388         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
6389         * lib/filenamecat.c (file_name_concat): Likewise.
6390
6391         2006-03-11  Eric Blake  <ebb9@byu.net>,
6392                     Paul Eggert  <eggert@cs.ucla.edu>
6393
6394         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
6395         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
6396         drive prefix.
6397         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
6398         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
6399         (last_component): New method.
6400         * lib/dirname.c (dir_len): Determine when drive letters need a
6401         subsequent slash.  Preserve // when it is special.
6402         (dir_name): Don't append dot when drive letter is absolute.
6403         [TEST_DIRNAME]: Move into a full-blown gnulib test.
6404         * lib/basename.c (base_name): New semantics - malloc the result.
6405         Preserve // when it is special.  Preserve relative files that look
6406         like drive letters.
6407         (base_len): Preserve // when it is special.
6408         (last_component): New method, similar to old base_name semantics.
6409         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
6410         base_name.  Strip redundant slashes from ///.
6411
6412 2006-07-03  Jim Meyering  <jim@meyering.net>
6413
6414         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
6415         macro is used before the first cycle_check call.
6416
6417 2006-07-03  Eric Blake  <ebb9@byu.net>
6418
6419         * modules/dirname (Depends-on): Add xstrndup.
6420
6421 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6422
6423         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
6424         test cases, so that config.log is a bit easier to follow.
6425
6426 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6427
6428         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
6429         both are 64 bits, since this seems to be the tradition, and this
6430         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
6431         we ever run into a host that prefers long long to long in this
6432         case, we'll need another configure-time test.  Problem reported by
6433         Jim Meyering.
6434
6435 2006-07-02  Eric Blake  <ebb9@byu.net>
6436
6437         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
6438
6439 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6440
6441         * modules/inttypes (Depends-on): No longer depends on stdint.
6442         * modules/stdint (Description): Say more about assumptions.
6443         Say that the fast types might differ.  Say macros are used.
6444         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
6445         (Makefile.am): Revise list of substituted symbols to match
6446         new stdint.m4.
6447         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
6448         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
6449         * tests/test-stdint.c (verify_same_types)
6450         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
6451         the code conforms to C99/C89.
6452         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
6453         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
6454
6455 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6456
6457         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
6458         but fix a bug, by requiring at least 64 bits.
6459         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6460         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
6461         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
6462         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
6463
6464         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
6465         changes.  Make 2.59 a prerequisite.  Check and substitute for
6466         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
6467         inttypes.h.  Do not use special include files; just use the
6468         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
6469         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
6470         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
6471         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
6472         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
6473         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
6474         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
6475         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
6476         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
6477         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
6478         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
6479         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
6480         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
6481         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
6482         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
6483         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
6484         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
6485         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
6486         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
6487         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
6488         WINT_MAX.  Check for C99 conformance more strictly, by detecting
6489         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
6490         not check for things that C99 does not require, e.g., int8_t.  If
6491         a test isn't needed unless <stdint.h> isn't working, and is
6492         unlikely to be needed for any other reason, then don't do it
6493         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
6494         size_t, since we assume C89 freestanding at least.  Do not check
6495         for sig_atomic_t, wchar_t, or wint_t, since the code now does
6496         the right thing even if the types are not defined.  Instead use:
6497         (gl_STDINT_TYPE_PROPERTIES): New macro.
6498         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
6499         testing whether <sys/types.h> clashes, as Autoconf does this for
6500         us now.  All uses removed.
6501         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
6502         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
6503         (gl_CHECK_TYPE_SAME):
6504         Remove; no longer needed.
6505         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
6506         exists, since we'll return 0 anyway in that case.
6507         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
6508
6509 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6510
6511         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
6512         possible collision with system files.
6513         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
6514         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
6515         WCHAR_MIN and WCHAR_MAX in this case.
6516         (<stddef.h>): Do not include; no longer needed.
6517         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
6518         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
6519         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
6520         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
6521         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
6522         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
6523         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
6524         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
6525         !defined(__c99))]: Include in this case too, since it's harmless
6526         now.
6527         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
6528         dangerous to do so.
6529         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
6530         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
6531         (_STDINT_MIN, _STDINT_MAX): New macros.
6532         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
6533         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
6534         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
6535         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
6536         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
6537         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
6538         macros, not typedefs; this simplifies things quite a bit.
6539         Use long int for all types narrower than int64_t.
6540         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
6541         Define in terms of long long int or int64_t or long int,
6542         not int64_t or int32_t.  This saves some compile-time testing.
6543         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
6544         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
6545         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
6546         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
6547         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
6548         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
6549         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
6550         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
6551         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
6552         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
6553         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6554         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6555         undef any previous version and define our own version, for
6556         simplicity and consistency with the new macros for types.
6557         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6558         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6559         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
6560         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
6561         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
6562         @WINT_T_SUFFIX@ to keep things simple here.
6563         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
6564         Simplify by assuming typical 8/16/32/64 host, since we're
6565         already doing that elsewhere anyway.
6566         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
6567         and assume long long int is 64 bits if available.  This
6568         speeds up 'configure'.
6569
6570 2006-07-01  Eric Blake  <ebb9@byu.net>
6571
6572         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
6573         Reported by Andreas Buening.
6574
6575 2006-07-01  Eric Blake  <ebb9@byu.net>
6576
6577         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
6578
6579 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6580
6581         * lib/getaddrinfo.c: fixed typo
6582
6583 2006-06-29  Jim Meyering  <jim@meyering.net>
6584
6585         * modules/strftime (Maintainer): Add my name, since with the
6586         FPRINTFTIME changes strftime.c has forked from glibc.
6587
6588 2006-06-29  Eric Blake  <ebb9@byu.net>
6589
6590         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
6591
6592 2006-06-29  Eric Blake  <ebb9@byu.net>
6593
6594         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
6595
6596 2006-06-29  Eric Blake  <ebb9@byu.net>
6597
6598         * lib/stat_.h: New file.
6599
6600 2006-06-29  Eric Blake  <ebb9@byu.net>
6601
6602         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
6603         unused static function.
6604
6605 2006-06-29  Eric Blake  <ebb9@byu.net>
6606
6607         * doc/functions.texi (Function Portability): Document missing lstat
6608         on mingw.
6609
6610 2006-06-29  Eric Blake  <ebb9@byu.net>
6611
6612         * MODULES.html.sh: Add sys_stat.
6613         * modules/sys_stat: New module.
6614         * modules/mkstemp (Depends-on): Add sys_stat.
6615
6616 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6617
6618         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
6619
6620 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6621
6622         * m4/c-bs-a.m4: Removed.
6623
6624 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6625
6626         * lib/strftime.c: Assume strftime() exists.
6627
6628 2006-06-29  Derek Price  <derek@ximbiot.com>
6629
6630         * modules/c-bs-a: Removed - \a is C89.
6631         * MODULES.html.sh: Remove c-bs-a.
6632
6633 2006-06-29  Bruno Haible  <bruno@clisp.org>
6634
6635         * modules/wcwidth (License): Change to LGPL.
6636
6637 2006-06-28  Simon Josefsson  <jas@extundo.com>
6638
6639         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
6640         on _WIN32.
6641
6642         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
6643         getnameinfo.
6644
6645 2006-06-28  Simon Josefsson  <jas@extundo.com>
6646
6647         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
6648
6649 2006-06-28  Simon Josefsson  <jas@extundo.com>
6650
6651         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
6652         functions there.  It will succeed on Windows XP, but on Windows
6653         2000 and (presumably) earlier, it will fail, and use the internal
6654         re-implementation.
6655         (use_win32_p): New function.
6656         (getaddrinfo): Use strtoul on servname, to support numeric ports.
6657         Support AI_NUMERICSERV to disable getservbyname.
6658         (getnameinfo): New function, only supports
6659         NI_NUMERICHOST|NI_NUMERICSERV for now.
6660
6661         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
6662         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
6663         getnameinfo.
6664
6665 2006-06-28  Eric Blake  <ebb9@byu.net>
6666
6667         * modules/wcwidth: New file.
6668         * modules/mbchar (Depends-on): Add wcwidth.
6669         * modules/mbswidth (Depends-on): Add wcwidth.
6670         * MODULES.html.sh: Add wcwidth.
6671
6672 2006-06-28  Eric Blake  <ebb9@byu.net>
6673
6674         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
6675         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
6676
6677 2006-06-28  Eric Blake  <ebb9@byu.net>
6678
6679         * lib/xvasprintf.h: Fix comments.
6680
6681 2006-06-28  Eric Blake  <ebb9@byu.net>
6682
6683         * lib/mbchar.h (wcwidth): Include wcwidth.h.
6684         * lib/mbswidth.c (wcwidth): Move from here...
6685         * lib/wcwidth.h: ...to this new file.
6686
6687 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6688
6689         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
6690
6691         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
6692         it's obsolete.
6693         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
6694
6695 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6696
6697         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
6698         Autoconf 2.60 says this stuff was obsolete.
6699
6700 2006-06-28  Bruno Haible  <bruno@clisp.org>
6701
6702         * modules/wcwidth (Files): Add m4/wchar_t.m4.
6703
6704 2006-06-28  Bruno Haible  <bruno@clisp.org>
6705
6706         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
6707         gt_TYPE_WCHAR_T.
6708
6709 2006-06-28  Bruno Haible  <bruno@clisp.org>
6710
6711         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
6712         declaration for wcwidth.
6713         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
6714
6715 2006-06-28  Bruno Haible  <bruno@clisp.org>
6716
6717         * lib/mkdtemp.c [MINGW]: Include <io.h>.
6718         (mkdir): Define using _mkdir.
6719
6720 2006-06-28  Bruno Haible  <bruno@clisp.org>
6721
6722         * lib/getaddrinfo.h: Fix POSIX URL.
6723         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
6724         _WIN32.
6725         (use_win32_p): Make static.
6726         (getaddrinfo): Reject service name if it is empty or does not consist
6727         solely of decimal digits, or if its value is > 65535.
6728         (getnameinfo): Remove useless casts.
6729
6730 2006-06-27  Simon Josefsson  <jas@extundo.com>
6731
6732         * modules/sys_select: New file, suggested by Bruno Haible, Paul
6733         Eggert and Martin Lambers.
6734
6735 2006-06-27  Simon Josefsson  <jas@extundo.com>
6736
6737         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
6738         Eggert and Martin Lambers.
6739
6740 2006-06-27  Bruno Haible  <bruno@clisp.org>
6741
6742         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
6743         result to 0, not to empty.
6744         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
6745
6746 2006-06-27  Bruno Haible  <bruno@clisp.org>
6747
6748         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
6749
6750 2006-06-26  Simon Josefsson  <jas@extundo.com>
6751
6752         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
6753         present.
6754
6755 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6756
6757         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
6758         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
6759         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
6760
6761 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
6762
6763         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
6764
6765 2006-06-26  Bruno Haible  <bruno@clisp.org>
6766
6767         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
6768
6769 2006-06-26  Bruno Haible  <bruno@clisp.org>
6770
6771         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
6772
6773 2006-06-26  Bruno Haible  <bruno@clisp.org>
6774
6775         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
6776         SGI C compiler in pre-C99 mode.
6777         Suggested by Mark D. Baushke and Larry Jones.
6778
6779 2006-06-26  Bruno Haible  <bruno@clisp.org>
6780
6781         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
6782         WCHAR_MAX.
6783         Reported by Mark D. Baushke and Larry Jones.
6784
6785 2006-06-26  Bruno Haible  <bruno@clisp.org>
6786
6787         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
6788         in pre-C99 mode.
6789         Suggested by Mark D. Baushke and Larry Jones.
6790
6791 2006-06-23  Simon Josefsson  <jas@extundo.com>
6792             Bruno Haible  <bruno@clisp.org>
6793
6794         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
6795         Emit mostlyclean-local rule.
6796         (func_emit_tests_Makefile_am): Likewise.
6797         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
6798
6799 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
6800
6801         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
6802
6803 2006-06-23  Bruno Haible  <bruno@clisp.org>
6804
6805         * tests/test-stdint.c: Update to match ISO C 99 Technical
6806         Corrigendum 1.
6807
6808 2006-06-23  Bruno Haible  <bruno@clisp.org>
6809
6810         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
6811
6812 2006-06-23  Bruno Haible  <bruno@clisp.org>
6813
6814         * lib/stdint_.h: Treat IRIX like OpenBSD.
6815
6816 2006-06-23  Bruno Haible  <bruno@clisp.org>
6817
6818         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
6819         ISO C 99 Technical Corrigendum 1.
6820
6821 2006-06-22  Simon Josefsson  <jas@extundo.com>
6822
6823         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
6824         MinGW.
6825
6826 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
6827
6828         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
6829         needed.  Some compiler complained about some of them.  Problem reported
6830         by Larry Jones in
6831         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
6832
6833 2006-06-21  Simon Josefsson  <jas@extundo.com>
6834
6835         * tests/test-getaddrinfo.c: New file.
6836
6837         * modules/getaddrinfo-tests: New file.
6838
6839         * MODULES.html.sh: Add inet_pton.
6840
6841         * modules/inet_pton: New file.
6842
6843 2006-06-21  Simon Josefsson  <jas@extundo.com>
6844
6845         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
6846         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
6847         of using the (limited) gnulib implementation on Windows XP.
6848
6849         * m4/inet_pton.m4: New file.
6850
6851 2006-06-21  Simon Josefsson  <jas@extundo.com>
6852
6853         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
6854         variable.
6855
6856         * lib/socket_.h: Don't define WINVER.
6857
6858         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
6859         slightly modified to work in gnulib.
6860
6861 2006-06-21  Simon Josefsson  <jas@extundo.com>
6862
6863         * doc/gnulib.texi (Windows sockets): Add.
6864
6865 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
6866
6867         * lib/read-file.c (fread_file): Start with buffer allocation of
6868         0 bytes rather than 1 byte; this simplifies the code.
6869         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
6870         code to free buffer and save/restore errno.
6871         (internal_read_file): Remove unused local.
6872
6873 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6874
6875         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
6876         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
6877         Problem reported by Denis Excoffier in
6878         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
6879
6880 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6881
6882         * modules/sys_socket, modules/socklen: Include sys/types since
6883         FreeBSD 4.x's sys/socket.h needs it.
6884
6885 2006-06-19  Simon Josefsson  <jas@extundo.com>
6886
6887         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
6888
6889 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6890
6891         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
6892
6893 2006-06-19  Bruno Haible  <bruno@clisp.org>
6894
6895         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
6896         and FULL_PATH_INTTYPES_H in angle brackets.
6897         Reported by Mark D. Baushke <mdb@gnu.org>.
6898
6899 2006-06-17  Eric Blake  <ebb9@byu.net>
6900
6901         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
6902         errno.
6903
6904 2006-06-17  Bruno Haible  <bruno@clisp.org>
6905
6906         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
6907         <sys/inttypes.h>.
6908
6909 2006-06-17  Bruno Haible  <bruno@clisp.org>
6910
6911         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
6912         whether errno is declared. Assume <errno.h> declares errno.
6913
6914 2006-06-17  Bruno Haible  <bruno@clisp.org>
6915
6916         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
6917
6918 2006-06-17  Bruno Haible  <bruno@clisp.org>
6919
6920         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
6921         problem on Solaris 2.5.1.
6922
6923 2006-06-16  Eric Blake  <ebb9@byu.net>
6924
6925         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
6926         * lib/unicodeio.c [!defined errno]: Likewise.
6927         * lib/strtol.c [!defined errno]: Likewise.
6928         * lib/strtod.c [!defined errno]: Likewise.
6929
6930 2006-06-15  Eric Blake  <ebb9@byu.net>
6931
6932         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
6933
6934 2006-06-15  Eric Blake  <ebb9@byu.net>
6935
6936         * config/srclist.txt (ssize_t.m4): Lose sync.
6937
6938 2006-06-15  Bruno Haible  <bruno@clisp.org>
6939
6940         * modules/stdint (Files): Include m4/full-header-path.m4,
6941         m4/size_max.m4, m4/wchar_t.m4.
6942         (Makefile.am): Many more substitutions.
6943         * modules/stdint-tests: New file.
6944         * tests/test-stdint.c: New file.
6945
6946 2006-06-15  Bruno Haible  <bruno@clisp.org>
6947
6948         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
6949         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
6950         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
6951         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
6952         gl_CHECK_TYPE_SAME): New macros.
6953
6954 2006-06-15  Bruno Haible  <bruno@clisp.org>
6955
6956         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
6957
6958 2006-06-15  Bruno Haible  <bruno@clisp.org>
6959
6960         * lib/stdint_.h: Rewritten to be fully auto-configured.
6961         Fixes bug on HP-UX/IA64.
6962
6963 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
6964
6965         * lib/getdate.y (__attribute__): Don't define if already defined.
6966         Problem reported by Larry Jones.
6967         * lib/utimens.c (__attribute__): Likewise.
6968
6969 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6970
6971         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
6972         reported by Andreas Schwab.
6973
6974 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6975             Bruno Haible  <bruno@clisp.org>
6976
6977         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
6978         check for the declaration of strnlen and a run test that exposes the
6979         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
6980         rpl_strndup.
6981
6982 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6983             Bruno Haible  <bruno@clisp.org>
6984
6985         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
6986
6987 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6988
6989         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
6990         compile test, for Tru64 4.0D.
6991
6992 2006-05-28  Karl Berry  <karl@gnu.org>
6993
6994         * config/srclist.txt (printf-args.c): lose sync.
6995
6996 2006-05-26  Martin Lambers  <marlam@marlam.de>
6997
6998         * lib/getpass.c: Updates the test for the native W32 API, and adds
6999         missing includes, thus fixing compilation warnings.
7000
7001 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7002
7003         * lib/exclude.c (exclude_fnmatch): New function.
7004         (excluded_file_name): Call exclude_fnmatch.
7005         * lib/exclude.h (excluded_file_name): New prototype
7006
7007 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7008
7009         * lib/tempname.c (small_open, large_open): New macros.
7010         (__open, __open64) [!_LIBC]: Remove.
7011         (__gen_tempname): Use small_open and large_open instead of __open
7012         and __open64.  This fixes a portability bug on HP-UX 11.11i
7013         reported by Simon Wing-Tang in
7014         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
7015
7016 2006-05-24  Bruno Haible  <bruno@clisp.org>
7017
7018         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
7019         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
7020         Reported by Thorsten Maerz <torte@netztorte.de> via
7021         Aaron Stone <aaron@serendipity.cx>.
7022
7023 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7024
7025         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
7026         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
7027         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
7028         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
7029         not really conditional on the cache.
7030         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
7031
7032 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7033
7034         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
7035         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
7036         (my_usleep): Don't mishandle maximum value.
7037
7038 2006-05-19  Jim Meyering  <jim@meyering.net>
7039
7040         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
7041
7042 2006-05-17  Bruno Haible  <bruno@clisp.org>
7043
7044         Cygwin portability.
7045         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
7046
7047 2006-05-17  Bruno Haible  <bruno@clisp.org>
7048
7049         * lib/stdint_.h: Fix recognition of Cygwin.
7050
7051 2006-05-15  Bruno Haible  <bruno@clisp.org>
7052
7053         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
7054         on libtool patch by Ralf Wildenhues.
7055
7056 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7057
7058         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
7059         test for C99 conformance; (bool) 0.5 is an integer constant
7060         expression, but (bool) -0.5 is not.  Problem reported by Fedor
7061         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
7062
7063 2006-05-11  Simon Josefsson  <jas@extundo.com>
7064
7065         * m4/xvasprintf.m4: Fix obvious typo.
7066
7067 2006-05-11  Jim Meyering  <jim@meyering.net>
7068
7069         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
7070         James Lemley.
7071
7072 2006-05-10  Simon Josefsson  <jas@extundo.com>
7073
7074         * lib/md4.c: Typo fix, update copyright years.
7075         (K1, K2): Don't use L because it turn computations into 64-bit on
7076         64-bit platforms.
7077
7078 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7079
7080         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
7081         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
7082         unwanted sign propagation, e.g., on hosts with 64-bit int.
7083         There still are some problems with reeelly weird theoretical hosts
7084         (e.g., 33-bit int) but it's not worth worrying about now.
7085         * lib/sha1.c (rol): Likewise.
7086         (K1, K2, K3, K4): Remove unnecessary L suffix.
7087
7088 2006-05-10  Bruno Haible  <bruno@clisp.org>
7089
7090         * lib/des.c: Cast to avoid warnings.
7091
7092 2006-05-09  Bruno Haible  <bruno@clisp.org>
7093
7094         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
7095         (Depends-on): Depend also on xsize, stdarg.
7096         (configure.ac): Add gl_XVASPRINTF.
7097
7098 2006-05-09  Bruno Haible  <bruno@clisp.org>
7099
7100         * m4/xvasprintf.m4: New file.
7101
7102 2006-05-09  Bruno Haible  <bruno@clisp.org>
7103
7104         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
7105         (EOVERFLOW): Define fallback value.
7106         (xstrcat): New function.
7107         (xvasprintf): Recognize the special case of a string concatenation.
7108
7109 2006-05-08  Eric Blake  <ebb9@byu.net>
7110
7111         * gnulib-tool (func_version): Base copyright year on CVS date.
7112         (func_emit_copyright_notice): New function.
7113         (func_emit_lib_Makefile_am): Use it.
7114         (func_emit_tests_Makefile_am): Likewise.
7115         (func_import): Likewise.
7116
7117 2006-05-08  Bruno Haible  <bruno@clisp.org>
7118
7119         * modules/stdarg: New file.
7120         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
7121
7122 2006-05-08  Bruno Haible  <bruno@clisp.org>
7123
7124         * m4/stdarg.m4: New file, from GNU gettext.
7125
7126 2006-05-08  Bruno Haible  <bruno@clisp.org>
7127
7128         * config/srclist.txt (build-aux/config.rpath): different from latest
7129         release.
7130
7131 2006-05-08  Bruno Haible  <bruno@clisp.org>
7132
7133         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
7134
7135 2006-05-05  Jim Meyering  <jim@meyering.net>
7136
7137         * m4/warning.m4: New file, derived from bison's file by the same name.
7138
7139 2006-05-03  Bruno Haible  <bruno@clisp.org>
7140
7141         * lib/stdint_.h: Shorter URL.
7142         * lib/inttypes.h: Likewise.
7143
7144 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7145
7146         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
7147
7148 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7149
7150         * lib/verify.h: Document the internals better.  Most of this change
7151         was written by Bruno Haible.
7152
7153 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7154
7155         * doc/verify.texi: New file, partly based on a proposal by
7156         Bruno Haible.
7157
7158 2006-05-02  Bruno Haible  <bruno@clisp.org>
7159
7160         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
7161         test from here...
7162         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
7163
7164 2006-04-29  Bruno Haible  <bruno@clisp.org>
7165
7166         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
7167         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
7168
7169 2006-04-29  Bruno Haible  <bruno@clisp.org>
7170
7171         * gnulib-tool: Make --update option actually work.
7172
7173 2006-04-29  Bruno Haible  <bruno@clisp.org>
7174
7175         * doc/gcd.texi: New file.
7176         * doc/gnulib.texi: Include it.
7177
7178 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7179
7180         * lib/getdate.y (get_date): When adding relative date, start with the
7181         initial time, not with the result of the first mktime call.
7182
7183 2006-04-25  Bruno Haible  <bruno@clisp.org>
7184
7185         * gnulib-tool (func_import): Output the include directives in three
7186         blocks, sorted separately.
7187         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7188
7189 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7190
7191         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
7192         to define main with arguments, for C++.  Reported by Eric Blake.
7193         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
7194         Prefer 'int main ()' to 'int main (void)', for C++.
7195         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
7196         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
7197         for 'main', for C99 and C++.
7198
7199 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7200
7201         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
7202         Don't assume that exit status -1 is valid.
7203         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7204         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7205         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7206         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
7207         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
7208         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
7209         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
7210         functions can be used without declaring them, or that you can
7211         exit with status -1.
7212         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7213
7214 2006-04-24  Karl Berry  <karl@gnu.org>
7215
7216         * config/srclist.txt (longdouble.m4): sync lost.
7217
7218 2006-04-24  Eric Blake  <ebb9@byu.net>
7219
7220         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
7221
7222 2006-04-24  Bruno Haible  <bruno@clisp.org>
7223
7224         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
7225         poll() implementation in AIX.
7226         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7227
7228 2006-04-24  Bruno Haible  <bruno@clisp.org>
7229
7230         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
7231         assigned exactly once.
7232
7233 2006-04-23  Claudio Fontana  <claudio@gnu.org>
7234             Bruno Haible  <bruno@clisp.org>
7235
7236         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
7237         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
7238         for AM_CPPFLAGS.
7239
7240 2006-04-23  Bruno Haible  <bruno@clisp.org>
7241
7242         * modules/copy-file: Depend on unistd.
7243         * modules/execute: Likewise.
7244         * modules/fatal-signal: Likewise.
7245         * modules/findprog: Likewise.
7246         * modules/mkdtemp : Likewise.
7247         * modules/pipe: Likewise.
7248         * modules/wait-process: Likewise.
7249
7250 2006-04-23  Bruno Haible  <bruno@clisp.org>
7251
7252         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
7253         condition was already detected.
7254         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7255
7256 2006-04-23  Bruno Haible  <bruno@clisp.org>
7257
7258         * lib/copy-file.c: Include <unistd.h> unconditionally.
7259         * lib/execute.c: Likewise.
7260         * lib/fatal-signal.c: Likewise.
7261         * lib/findprog.c: Likewise.
7262         * lib/mkdtemp.c: Likewise.
7263         * lib/pipe.h: Likewise.
7264         * lib/pipe.c: Likewise.
7265         * lib/wait-process.h: Likewise.
7266
7267 2006-04-23  Bruno Haible  <bruno@clisp.org>
7268
7269         * gnulib-tool (func_usage): Fix --import description. Document
7270         --update.
7271         (func_import): Create temporary file in a temporary directory, if
7272         --dry-run is specified. Silence errors from 'grep' when there are no
7273         m4 files in $m4dir.
7274         (func_create_testdir): Silence errors from 'grep' when there are no
7275         m4 files in $m4dir.
7276         Reported by Karl Berry <karl@freefriends.org>.
7277
7278 2006-04-20  Bruno Haible  <bruno@clisp.org>
7279
7280         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
7281         one argument, so that the code will be portable to Autoconf 2.60.
7282         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
7283         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7284         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
7285
7286 2006-04-19  Derek Price  <derek@ximbiot.com>
7287             Eric Blake  <ebb9@byu.net>
7288
7289         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
7290         rather than "/full/path.h".  Update comment to match.  Shorten &
7291         generalize m4_translit call via AS_TR_CPP.
7292
7293 2006-04-19  Derek Price  <derek@ximbiot.com>
7294             Eric Blake  <ebb9@byu.net>
7295
7296         * lib/inttypes.h: Correct grammar in comment.
7297
7298 2006-04-18  Derek Price  <derek@ximbiot.com>
7299             Paul Eggert  <eggert@cs.ucla.edu>
7300
7301         * modules/inttypes: New file.
7302         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
7303
7304 2006-04-18  Derek Price  <derek@ximbiot.com>
7305             Paul Eggert  <eggert@cs.ucla.edu>
7306
7307         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
7308         New files.
7309
7310 2006-04-18  Derek Price  <derek@ximbiot.com>
7311             Paul Eggert  <eggert@cs.ucla.edu>
7312
7313         * lib/inttypes.h: New file.
7314         * lib/strtoimax.c: Assume <inttypes.h>.
7315
7316 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
7317
7318         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
7319         isn't mounted.  Problem reported by Kir Kolyshkin.
7320
7321 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7322
7323         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
7324         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
7325         Derek R. Price.
7326         * lib/regex.h (RE_DUP_MAX): Update comment to match current
7327         implementation.
7328
7329 2006-04-12  Eric Blake  <ebb9@byu.net>
7330
7331         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
7332         is now done automatically by the corresponding Autoconf macro.
7333
7334 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
7335
7336         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
7337         time_r.h.
7338
7339 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7340
7341         Merge regex changes from libc, removing some of our
7342         POSIX-conformance changes that were rejected and redoing them in a
7343         less-intrusive way.
7344
7345         * lib/regcomp.c (re_compile_internal, init_dfa):
7346         Length arg is now size_t, not Idx.  All uses changed.
7347         (peek_token): Forward decl now says internal_function.
7348         (__re_error_msgid, __re_error_msgid_idx):
7349         Now static rather than extern with attribute_hidden.
7350         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
7351         For some reason libc prefers K&R style defns for external functions.
7352         (regerror) [!defined _LIBC]: Likewise.
7353         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
7354         (seek_collating_symbol_entry, lookup_collation_sequence_value):
7355         (build_range_exp, build_collating_symbol):
7356         Use K&R-style defn.
7357         (re_compile_fastmap): Use '\0' to memset, not 0.
7358         (utf8_sb_map): Make the calculations more obvious.
7359         (init_dfa, parse_bracket_exp, build_charclass_op):
7360         Call calloc and cast result, as glibc does.
7361         (init_word_char, fetch_token, peek_token, peek_token_bracket):
7362         (build_range_exp, build_collating_symbol):
7363         Now internal functions.
7364
7365         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
7366
7367         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
7368         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
7369         Don't depend on VMS; depend on __VMS instead, for POSIX
7370         namespace cleanness.
7371         (regoff_t): Define to ssize_t, not long int.
7372
7373         Remove the REG_ macros named below.  Instead, make the old names
7374         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
7375         __USE_GNU_REGEX.
7376         (REG_BACKSLASH_ESCAPE_IN_LISTS):
7377         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
7378         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
7379         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
7380         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
7381         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
7382         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
7383         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
7384         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
7385         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
7386         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
7387         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
7388         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
7389         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
7390         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
7391         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
7392         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
7393         (REG_NREGS):
7394         Remove.  All uses replaced by the old RE_* names.
7395         (RE_BACKSLASH_ESCAPE_IN_LISTS):
7396         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
7397         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
7398         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
7399         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
7400         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
7401         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
7402         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
7403         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
7404         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
7405         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
7406         Don't bother having these macros be independent of each others'
7407         values, since they no longer exist in the POSIX name space.
7408
7409         Rename the following member names back to their old names,
7410         unless !__USE_GNU_REGEX.  All uses changed back.
7411         (buffer): Renamed from re_buffer.
7412         (allocated): Renamed from re_allocated.
7413         (used): Renamed from re_used.
7414         (syntax): Renamed from re_syntax.
7415         (fastmap): Renamed from re_fastmap.
7416         (translate): Renamed from re_translate.
7417         (can_be_null): Renamed from re_can_be_null.
7418         (regs_allocated): Renamed from re_regs_allocated.
7419         (fastmap_accurate): Renamed from re_fastmap_accurate.
7420         (no_sub): Renamed from re_no_sub.
7421         (not_bol): Renamed from re_not_bol.
7422         (not_eol): Renamed from re_not_eol.
7423         (newline_anchor): Renamed from re_newline_anchor.
7424         (num_regs): Renamed from rm_num_regs.
7425         (start): Renamed from rm_start.
7426         (end): Renamed from rm_end.
7427
7428         (free_state): Move up a bit.
7429
7430         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
7431         #define to be empty.
7432         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
7433         when that is what is intended.
7434         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
7435         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
7436         (MAX): New macro.
7437         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
7438         All uses changed back to re_malloc, etc.  It's now the caller's
7439         responsibility to check for overflow; all callers changed.
7440         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
7441         (re_x2nrealloc): Remove.
7442         (free_state): Remove decl.
7443
7444         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
7445         (re_set_registers, re_exec):
7446         Use K&R-style defn.
7447
7448         2006-01-31  Roland McGrath  <roland@redhat.com>
7449
7450         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
7451         Reported by Mike Frysinger <vapier@gentoo.org>.
7452
7453         2006-01-15  Andreas Jaeger  <aj@suse.de>
7454
7455         [BZ #1950]
7456         * lib/regex_internal.c (re_string_reconstruct): Adjust for
7457         build_wcs_upper_buffer change.
7458         (build_wcs_upper_buffer): Change return type.
7459
7460         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
7461
7462         * lib/regex_internal.h: Include <stdint.h> if available.
7463
7464         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
7465
7466         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
7467
7468         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7469
7470         * lib/regcomp.c: Adjust for changed secondary hash function.
7471
7472         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
7473
7474         * lib/regex.h: Pretty printing.
7475         Clean up namespace a bit.
7476
7477         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
7478
7479         * lib/regexec.c (update_cur_sifted_state, check_arrival,
7480         check_arrival_add_next_nodes): Avoid using uninitialized variable.
7481
7482         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7483                     Ulrich Drepper  <drepper@redhat.com>
7484
7485         [BZ #1302]
7486         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
7487         changed.
7488         (bitset_word_t): Renamed from bitset_word.  All uses changed.
7489
7490         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
7491
7492         [BZ #281]
7493         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
7494         * lib/regcomp.c: Remove unnecessary uses of
7495         unsigned RE_TRANSLATE_TYPE.
7496         * lib/regex_internal.h: Likewise.
7497         * lib/regex_internal.c: Likewise.
7498         * lib/regexec.c: Likewise.
7499         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
7500
7501         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
7502
7503         * lib/regexec.c (find_recover_state): Remove unnecessary
7504         initialization.
7505         (transit_state_bkref): Make DFA a const pointer.
7506         (get_subexp): Likewise.
7507         (check_arrival): Likewise.
7508         (update_cur_sifted_state): Likewise.
7509         (re_search_internal): Likewise.
7510         (prune_impossible_nodes): Likewise.
7511         (acquire_init_state_context): Likewise.
7512         (proceed_next_node): Likewise.
7513         (set_regs): Likewise.
7514         (free_fail_stack_return): Likewise.
7515         (check_arrival_expand_ecl): Mark DFA parameter as const.
7516         (check_arrival_expand_ecl_sub): Likewise.
7517         (check_subexp_limits): Likewise.
7518         (sub_epsilon_src_nodes):  Likewise.
7519         (add_epsilon_src_nodes):  Likewise.
7520         (merge_state_array): Likewise.
7521         (update_regs): Likewise.
7522         (build_trtable): Likewise.
7523         (sift_states_backward): Mark MCTX parameter as const.
7524         (build_sifted_states): Likewise.
7525         (update_cur_sifted_state): Likewise.
7526         (sift_states_mkref): Likewise.
7527         (check_arrival_expand_ecl): Mark eclosure as const.
7528         (check_dst_limits_calc_pos_1): Likewise.
7529         * lib/regex_internal.h (re_match_context_t): Make dfa a const
7530         pointer.
7531
7532         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
7533
7534         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
7535         (transit_state_sb): Likewise.
7536         (transit_state_mb): Likewise.
7537         (sift_states_iter_mb): Likewise.
7538         (check_arrival_add_next_nodes): Likewise.
7539         (check_node_accept_bytes): Change first parameter to pointer-to-const.
7540         [_LIBC] (re_search_2_stub): Use mempcpy.
7541
7542         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
7543         mbrtowc for very simple UTF-8 case.
7544
7545         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
7546         a pointer-to-const.
7547         (re_acquire_state_context): Likewise.
7548         * lib/regex_internal.h: Adjust prototypes.
7549
7550         * lib/regex.c: Prevent using C++ compilers.
7551
7552         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
7553         (re_acquire_state_context): Likewise.
7554
7555 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7556
7557         * modules/regex (Depends-on): Add ssize_t.
7558
7559 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7560
7561         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
7562         translation table.
7563
7564 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7565
7566         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
7567
7568 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
7569             Bruno Haible  <bruno@clisp.org>
7570
7571         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
7572         <sys/types.h> and <inttypes.h>.
7573
7574 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7575
7576         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
7577         `__error_t_defined', so argp.h will not typedef the former.
7578
7579 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
7580
7581         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
7582         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
7583         glibc names.  Even if glibc is changed to conform to POSIX, the
7584         traditional names will be available anyway, since regex depends on
7585         the extensions module.  Also, fix a longstanding typo in the
7586         implementation of Spencer ERE test #75 from grep 2.3.  Problems
7587         reported by Emanuele Giaquinta.  Also, change sense of cached
7588         variable, so that the message makes sense.
7589
7590 2006-03-24  Simon Josefsson  <jas@extundo.com>
7591
7592         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
7593         including some doc fixes.
7594         (base64_encode_alloc): Fix +1 bug on allocation failures.
7595
7596 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7597
7598         * lib/base64.c (base64_encode): Do not read past end of array with
7599         unsanitized input on systems with CHAR_BIT > 8.
7600
7601 2006-03-24  Eric Blake  <ebb9@byu.net>
7602
7603         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
7604
7605 2006-03-22  Karl Berry  <karl@gnu.org>
7606
7607         * config/srclist.txt (*setenv.[ch]): get from coreutils.
7608         * config/srclistvars.sh (COREUTILS): new var.
7609
7610 2006-03-17  Jim Meyering  <jim@meyering.net>
7611
7612         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
7613         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
7614
7615 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7616
7617         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
7618         no longer needs it.  Instead, check that regoff_t is as least
7619         as wide as ptrdiff_t.
7620
7621         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
7622         so that our regex.h stays compatible with the installed regex.
7623         This is helpful for installers who configure --without-included-regex.
7624         Problem reported by Emanuele Giaquinta.
7625
7626 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7627
7628         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
7629         Typedef to long int, not to off_, as POSIX will likely change
7630         in that direction.
7631
7632 2006-03-15  Eric Blake  <ebb9@byu.net>
7633
7634         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
7635
7636 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7637
7638         * lib/argp-help.c (validate_uparams): Fix typo
7639         * lib/argp-parse.c (argp_default_options): Consistently begin help
7640         messages with a lowercase letter.
7641
7642 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
7643
7644         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
7645         overrun buffers and shouldn't be used (much as gets shouldn't be
7646         used).
7647         * lib/time_r.c (asctime_r, ctime_r): Likewise.
7648
7649 2006-03-08  Simon Josefsson  <jas@extundo.com>
7650
7651         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
7652         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7653
7654 2006-03-08  Simon Josefsson  <jas@extundo.com>
7655
7656         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
7657         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7658
7659 2006-03-08  Simon Josefsson  <jas@extundo.com>
7660
7661         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
7662         signal that configure disabled the device.
7663
7664 2006-03-08  Simon Josefsson  <jas@extundo.com>
7665
7666         * build-aux/maint.mk: Fix refresh-po, to handle no translated
7667         languages.
7668
7669 2006-03-07  Simon Josefsson  <jas@extundo.com>
7670
7671         * modules/getopt (Depends-on): Add unistd.
7672
7673         * modules/unistd: New file.
7674
7675 2006-03-07  Simon Josefsson  <jas@extundo.com>
7676
7677         * modules/gc-random: New file.
7678
7679 2006-03-07  Simon Josefsson  <jas@extundo.com>
7680
7681         * m4/unistd_h.m4: New file.
7682
7683 2006-03-07  Simon Josefsson  <jas@extundo.com>
7684
7685         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
7686         test to be side-effect free by storing the result in the cache
7687         variable gl_cv_lib_readline, and moving the assignment of
7688         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
7689         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7690
7691 2006-03-07  Simon Josefsson  <jas@extundo.com>
7692
7693         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
7694         error on missing devices (the functions will return an error).
7695
7696         * m4/gc.m4: Move random stuff to gc-random.m4
7697
7698 2006-03-07  Simon Josefsson  <jas@extundo.com>
7699
7700         * lib/unistd_.h: New file.
7701
7702 2006-03-07  Simon Josefsson  <jas@extundo.com>
7703
7704         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
7705
7706 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7707
7708         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
7709         Problem reported by Juan Manuel Guerrero.
7710
7711 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7712
7713         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
7714         the unistd module.
7715         * lib/getlogin_r.c: Likewise.
7716         * lib/getlogin_r.h: Likewise.
7717         * lib/glob.c: Likewise.
7718         * lib/pagealign_alloc.c: Likewise.
7719         * lib/unistd_.h: Remove; no longer needed.
7720
7721 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7722
7723         * MODULES.html.sh (Support for systems lacking POSIX:2001):
7724         Add unistd.
7725         * modules/c-stack (Depends-on): Add unistd.
7726         * modules/getlogin_r: Likewise.
7727         * modules/glob: Likewise.
7728         * modules/pagealign_alloc: Likewise.
7729         * modules/unistd (Files): Remove lib/unistd_.h.
7730         (EXTRA_DIST): Remove.
7731         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
7732         need unistd_.h.
7733         (MOSTLYCLEANFILES): Remove unistd.h-t.
7734
7735 2006-03-03  Simon Josefsson  <jas@extundo.com>
7736
7737         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
7738
7739 2006-03-03  Simon Josefsson  <jas@extundo.com>
7740
7741         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
7742         libidn and bison.
7743
7744 2006-03-03  Simon Josefsson  <jas@extundo.com>
7745
7746         * build-aux/maint.mk: Add indent target.
7747
7748 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
7749
7750         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
7751         our replacement poll.h in any case, to avoid a differing
7752         declaration from a system header.  Seen on AIX.
7753
7754 2006-03-01  Simon Josefsson  <jas@extundo.com>
7755
7756         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
7757         <kasal@ucw.cz>.
7758
7759 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7760
7761         * modules/gettime (Depends-on): Add extensions module.
7762         * modules/nanosleep (Depends-on): Likewise.
7763         * modules/settime (Depends-on): Likewise.
7764
7765 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7766
7767         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
7768         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
7769         pedantically.
7770         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7771         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
7772
7773         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
7774         not "==".  Reported by Ralf Wildenhues.
7775
7776 2006-03-01  Karl Berry  <karl@gnu.org>
7777
7778         * doc/Copyright/request-*: new files, synced from gnuorg.
7779
7780 2006-03-01  Karl Berry  <karl@gnu.org>
7781
7782         * config/srclist.txt (Copyright/*): new entries.
7783
7784 2006-02-28  Simon Josefsson  <jas@extundo.com>
7785
7786         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
7787
7788 2006-02-27  Simon Josefsson  <jas@extundo.com>
7789
7790         * lib/base64.h: Indent #define's.  From Jim Meyering
7791         <jim@meyering.net>.
7792
7793 2006-02-27  Jim Meyering  <jim@meyering.net>
7794
7795         Revert the change of 2006-02-24, so these files can continue
7796         to be sync'd from gettext.
7797         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
7798         of `config.h'.
7799
7800 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
7801
7802         * modules/intprops: New file.
7803         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
7804         Add intprops.
7805         * modules/getloadavg (Files): Remove lib/intprops.h.
7806         (Depends-on): Add intprops.
7807         * modules/human: Likewise.
7808         * modules/inttostr: Likewise.
7809         * modules/openat: Likewise.
7810         * modules/sig2str: Likewise.
7811         * modules/userspec: Likewise.
7812         * modules/utimecmp: Likewise.
7813         * modules/xnanosleep: Likewise.
7814         * modules/xstrtol: Likewise.
7815
7816 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
7817
7818         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
7819         * modules/lock-tests (TESTS): Use $(EXEEXT).
7820         * modules/tls-tests: Likewise.
7821         * modules/argp-tests: Likewise.
7822         (check_PROGRAMS): New var, replacing...
7823         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
7824
7825 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7826
7827         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
7828         `config.h'.
7829
7830 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7831
7832         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
7833
7834 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7835
7836         Sync from coreutils.
7837         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
7838         gl_CHDIR_SAFER.
7839
7840 2006-02-22  Jim Meyering  <jim@meyering.net>
7841
7842         Sync from coreutils.
7843         * m4/chdir-safer.m4: New file.
7844
7845 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7846
7847         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
7848         AT_FDCWD exceeds INT_MAX.
7849         * lib/openat.h (AT_FDCWD): Likewise.
7850
7851 2006-02-17  Eric Blake  <address@hidden>
7852
7853         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
7854
7855 2006-02-16  Simon Josefsson  <jas@extundo.com>
7856
7857         * modules/getaddrinfo (Depends-on): Add sys_socket.
7858
7859 2006-02-15  Simon Josefsson  <jas@extundo.com>
7860
7861         * build-aux/maint.mk: Add dsyntax-check rule.
7862
7863 2006-02-15  Eric Blake  <ebb9@byu.net>
7864
7865         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
7866         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
7867         'present but cannot compile' warnings on cygwin.
7868         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
7869         use ws2tcpip.h if sys/socket.h works.
7870         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
7871         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
7872
7873 2006-02-14  Simon Josefsson  <jas@extundo.com>
7874
7875         * modules/maintainer-makefile (Files): Rename.
7876
7877         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
7878         and (the local) Makefile.cfg to maint-cfg.mk.
7879
7880         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
7881         to the latter.
7882
7883         * modules/maintainer-makefile: New module.
7884
7885         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
7886         severaly stripped to make it possible to build it up from scratch
7887         with reliable tests.
7888
7889         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
7890         fixes to permit overriding the default actions when configure and
7891         makefile are not available.
7892
7893 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7894
7895         Sync from coreutils.
7896         * modules/lstat (Depends-on): Don't depend on xalloc.
7897         (License): Change from GPL to LGPL, since this is now simply a
7898         replacement for a libc function.
7899
7900 2006-02-14  Jim Meyering  <jim@meyering.net>
7901
7902         Sync from coreutils.
7903
7904         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
7905         failure on deficient systems, and simplify gnulib lgpl dependencies.
7906         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
7907         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
7908
7909         * lib/xalloc-die.c: Remove unused definition of N_.
7910
7911 2006-02-14  Jim Meyering  <jim@meyering.net>
7912
7913         Sync from coreutils.
7914         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
7915         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
7916         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
7917         double-quote uses of that variable, to accommodate the rare case in
7918         which getmntent is available in none of the libraries checked.  This
7919         happens at least on FreeBSD 5.0.
7920
7921 2006-02-13  Simon Josefsson  <jas@extundo.com>
7922
7923         * gnulib-tool (Usage): Fix --import, from
7924         karl@freefriends.org (Karl Berry).
7925
7926 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7927
7928         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
7929
7930 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
7931
7932         * lib/argp-namefrob.h: Restore changes accidentally lost during the
7933         "autoupdate" on 2005-12-12.
7934
7935 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7936
7937         * modules/closeout (Depends-on): Remove atexit.
7938
7939 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7940
7941         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
7942         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
7943
7944 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7945
7946         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
7947         __EXTENSIONS__ if this causes compilation to fail.  Problem
7948         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
7949         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
7950
7951 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
7952
7953         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
7954         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
7955         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
7956         All uses changed.
7957
7958 2006-01-26  Simon Josefsson  <jas@extundo.com>
7959
7960         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
7961         prototype is visible on mingw32.
7962
7963         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
7964         for mingw32.
7965
7966         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
7967         mingw32).
7968
7969 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7970
7971         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
7972         attempt to open for write; this always fails, at least on POSIX
7973         hosts.  This reinstates the 2006-01-09 change, which was
7974         inadvertently removed.
7975
7976 2006-01-26  Bruno Haible  <bruno@clisp.org>
7977
7978         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
7979         Reported by Paul Eggert.
7980
7981 2006-01-26  Bruno Haible  <bruno@clisp.org>
7982             Paul Eggert  <eggert@cs.ucla.edu>
7983
7984         * lib/stdbool_.h (_Bool)
7985         [(! (defined __cplusplus || defined __BEOS__)
7986           && !defined __GNUC__
7987           && !(defined __HP_cc || defined __xlc__
7988                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
7989                || defined __sgi))]:
7990         #define to signed char in these cases too; this simplifies
7991         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
7992         etc., separately) and makes it more conservative.
7993
7994 2006-01-25  Simon Josefsson  <jas@extundo.com>
7995
7996         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
7997         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
7998         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
7999
8000 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8001
8002         * lib/argp-namefrob.h: Bugfix. Remove stray #
8003
8004 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8005
8006         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
8007         so that we test the test.
8008         Check for yet another HP-UX cc bug involving *bool |= bool.
8009
8010 2006-01-25  Karl Berry  <karl@gnu.org>
8011
8012         * config/srclist.txt (vasnprintf.c): sync lost.
8013
8014 2006-01-25  Jim Meyering  <jim@meyering.net>
8015
8016         Sync from the stable (b5) branch of coreutils:
8017
8018         * lib/fts.c (fts_children): Don't let close() clobber errno from
8019         failed fchdir().
8020
8021         * lib/fts.c (fts_stat): When following a symlink-to-directory,
8022         don't necessarily interpret stat-fails+lstat-succeeds as indicating
8023         a dangling symlink.  That can also happen at least for ELOOP.
8024         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
8025         FYI, this bug predates the inclusion of fts.c in coreutils.
8026
8027         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
8028         in their own block, so pre-c99 compilers don't object.
8029
8030         Avoid the double-free (first in fts_read, second in fts_close) that
8031         would occur when an `active' directory is made inaccessible (e.g.,
8032         via chmod a-x) during a traversal.
8033         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8034         before returning.  Reproduce this failure by
8035         mkdir -p a/b; cd a; chmod a-x . b
8036         Reported by Stavros Passas.
8037
8038 2006-01-25  Jim Meyering  <jim@meyering.net>
8039
8040         * lib/fileblocks.c: Remove more useless parentheses.
8041         * lib/readutmp.h: Likewise.
8042
8043 2006-01-25  Bruno Haible  <bruno@clisp.org>
8044
8045         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
8046         warnings.
8047         Reported by Paul Eggert.
8048
8049 2006-01-25  Bruno Haible  <bruno@clisp.org>
8050
8051         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
8052         rid of a trap command. For Solaris sh.
8053         Reported by Mark D. Baushke <mdb@gnu.org>.
8054
8055 2006-01-24  Simon Josefsson  <jas@extundo.com>
8056
8057         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
8058         Bruno.
8059
8060 2006-01-24  Karl Berry  <karl@gnu.org>
8061
8062         * config/srclist.txt (argp-namefrob.h): sync lost.
8063
8064 2006-01-24  Jim Meyering  <jim@meyering.net>
8065
8066         * modules/openat (Files): Add lib/intprops.h.
8067         From Mark D. Baushke.
8068
8069 2006-01-24  Jim Meyering  <jim@meyering.net>
8070
8071         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
8072         Reported by Mark D. Baushke.
8073
8074 2006-01-24  Jim Meyering  <jim@meyering.net>
8075
8076         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
8077
8078 2006-01-24  Bruno Haible  <bruno@clisp.org>
8079
8080         * modules/strnlen (Maintainer): Change from glibc to all.
8081
8082 2006-01-24  Bruno Haible  <bruno@clisp.org>
8083
8084         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
8085         Patch by Paul Eggert.
8086
8087 2006-01-24  Bruno Haible  <bruno@clisp.org>
8088
8089         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
8090         already has it.
8091         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
8092         2005-11-26.
8093
8094         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
8095         'signed char' to avoid problems with the built-in _Bool type.
8096         Reported by Paul Eggert on 2005-11-26.
8097
8098 2006-01-24  Bruno Haible  <bruno@clisp.org>
8099
8100         * gnulib-tool (func_import): Avoid constructing complicated sed
8101         expressions inside backquote.
8102         Report and solution by Mark D. Baushke <mdb@gnu.org>.
8103
8104 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
8105
8106         These changes imported from libc.
8107         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
8108         test and two separate function calls.
8109         * lib/strndup.c (__strndup): Add libc_hidden_def.
8110
8111 2006-01-23  Simon Josefsson  <jas@extundo.com>
8112
8113         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
8114         Remove the test_*_SOURCES variable: automake infers it by default.
8115         * modules/tls-tests: Likewise.
8116
8117 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8118
8119         Work around porting bugs reported by Dieter in
8120         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
8121         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
8122         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
8123         Include "getopt.h" first, to check interface.
8124         (getenv): Declare only if defined HAVE_DECL_GETENV &&
8125         !HAVE_DECL_GETENV.
8126         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
8127         (__strndup): Revert to K&R-style function dfns, the glibc style.
8128         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
8129         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
8130         Include strnlen.h first, to get prototype properly.
8131         (strnlen): Renamed from __strnlen.
8132         Remove weak alias.
8133
8134 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8135
8136         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
8137
8138 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8139
8140         * config/srclist.txt: Adjust to reflect glibc reorganization.
8141         This affects only comments.
8142
8143 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8144
8145          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
8146          Reported by Bruce Korb <bkorb@gnu.org>.
8147
8148 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
8149
8150         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
8151         to pacify gcc -Wswitch-default.
8152
8153 2006-01-22  Bruno Haible  <bruno@clisp.org>
8154
8155         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
8156         temporary buffer for sprintf, take into account the precision also
8157         for 'd', 'i', 'u', 'o', 'x', 'X'.
8158
8159 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8160
8161         * modules/argp-tests: New module
8162         * tests/test-argp.c: New file
8163         * tests/test-argp-2.sh: New file
8164
8165 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8166
8167         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
8168         (__argp_base_name): Removed
8169         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
8170         typo.
8171         (__argp_base_name): Provide macro definition or extern declaration
8172         depending on the configuration
8173
8174 2006-01-20  Simon Josefsson  <jas@extundo.com>
8175
8176         * modules/inet_ntop (Depends-on): Depend on sys_socket.
8177
8178 2006-01-20  Simon Josefsson  <jas@extundo.com>
8179
8180         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
8181
8182 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8183
8184         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
8185         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
8186         Suggested by Bruno Haible.
8187
8188 2006-01-20  Karl Berry  <karl@gnu.org>
8189
8190         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
8191         until changes propagate, I guess.
8192
8193 2006-01-19  Simon Josefsson  <jas@extundo.com>
8194
8195         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
8196
8197 2006-01-19  Simon Josefsson  <jas@extundo.com>
8198
8199         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
8200
8201 2006-01-19  Simon Josefsson  <jas@extundo.com>
8202
8203         * gnulib-tool: Set check_PROGRAMS.
8204
8205         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8206         modules/des-tests, modules/gc-arcfour-tests,
8207         modules/gc-arctwo-tests, modules/gc-des-tests,
8208         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8209         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8210         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8211         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8212         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8213         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
8214         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
8215         test_*_SOURCES.
8216
8217 2006-01-18  Simon Josefsson  <jas@extundo.com>
8218
8219         * modules/socklen (Depends-on): Depend on sys_socket.
8220
8221 2006-01-18  Simon Josefsson  <jas@extundo.com>
8222
8223         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8224         modules/des-tests, modules/gc-arcfour-tests,
8225         modules/gc-arctwo-tests, modules/gc-des-tests,
8226         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8227         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8228         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8229         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8230         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8231         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
8232         $(EXEEXT) to automake TESTS variable, for mingw32.
8233
8234 2006-01-17  Simon Josefsson  <jas@extundo.com>
8235
8236         * modules/socklen (Include): Need sys/socket.h.
8237
8238 2006-01-17  Bruno Haible  <bruno@clisp.org>
8239
8240         * modules/ssize_t (Include): Add <sys/types.h>.
8241
8242 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
8243
8244         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
8245         it's not portable and it doesn't work with cross-compiles.
8246         Problem reported by Bruno Haible.  Fix missing-$ typo in
8247         'test "gl_cv_ignore_unused_libraries" ...' that prevented
8248         -zignore from being used with Sun's C compiler.
8249
8250 2006-01-12  Simon Josefsson  <jas@extundo.com>
8251
8252         * lib/base64.c: Fix warning, reported by Bruno Haible
8253         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
8254
8255 2006-01-12  Bruno Haible  <bruno@clisp.org>
8256
8257         * modules/ldd: New file.
8258         * build-aux/ldd.sh.in: New file.
8259         * MODULES.html.sh (Support for building libraries and executables): Add
8260         ldd.
8261
8262 2006-01-12  Bruno Haible  <bruno@clisp.org>
8263
8264         * m4/ldd.m4: New file.
8265
8266 2006-01-12  Bruno Haible  <bruno@clisp.org>
8267
8268         * gnulib-tool (func_import, func_create_testdir): Don't go into an
8269         endless loop while replacing $auxdir with build-aux.
8270
8271 2006-01-11  Simon Josefsson  <jas@extundo.com>
8272
8273         * lib/stdint_.h (SIZE_MAX): Add missing (.
8274
8275 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
8276
8277         Sync from coreutils.
8278         * lib/md5.c: Fix commentary typos.
8279         (alignof, UNALIGNED_P): No need for a GCC-specific version.
8280         * lib/md5.h (__attribute__): Remove; unused.
8281         * lib/sha1.c: Fix commentary to match md5 better.
8282         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
8283         so that we don't need to worry about alignment.  All uses changed.
8284         This merges the 2005-10-28 md5 change into sha1.
8285
8286 2006-01-11  Jim Meyering  <jim@meyering.net>
8287
8288         Sync from coreutils.
8289         * lib/md5.c (OP): Fix spacing.
8290
8291 2006-01-11  Bruno Haible  <bruno@clisp.org>
8292
8293         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8294         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
8295         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
8296
8297 2006-01-11  Bruno Haible  <bruno@clisp.org>
8298
8299         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8300         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
8301         the "early" section as well.
8302
8303 2006-01-11  Bruno Haible  <bruno@clisp.org>
8304
8305         Avoid "ar: no archive members specified" error on MacOS X.
8306         * gnulib-tool (func_modules_add_dummy): New function.
8307         (func_import, func_create_testdir): Invoke it.
8308
8309 2006-01-11  Bruno Haible  <bruno@clisp.org>
8310
8311         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
8312         with $auxdir in AC_CONFIG_FILES statements.
8313
8314 2006-01-11  Bruno Haible  <bruno@clisp.org>
8315
8316         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8317         Initialize also noinst_HEADERS to empty.
8318
8319 2006-01-11  Bruno Haible  <bruno@clisp.org>
8320
8321         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
8322         variables.
8323         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
8324         autoreconf.
8325
8326 2006-01-11  Bruno Haible  <bruno@clisp.org>
8327
8328         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
8329         overridable by the user.
8330         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8331
8332 2006-01-10  Simon Josefsson  <jas@extundo.com>
8333
8334         * modules/sys_socket: New file.
8335
8336 2006-01-10  Simon Josefsson  <jas@extundo.com>
8337
8338         * m4/sys_socket_h.m4: New file.
8339
8340 2006-01-10  Simon Josefsson  <jas@extundo.com>
8341
8342         * lib/socket_.h: New file.
8343
8344 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8345
8346         * modules/readutmp (Maintainer): Add myself.
8347
8348 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8349
8350         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
8351         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
8352         People who are still concerned with buggy memcmp implementations
8353         can invoke gl_FUNC_MEMCMP themselves.
8354
8355 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8356
8357         * lib/regex_internal.h (BITSET_WORD_BITS):
8358         Work around a bug in 64-bit PGC (before version 6.1-2), where the
8359         preprocessor mishandles large unsigned values as if they were signed.
8360         Problem reported by Claudio Fontana in
8361         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
8362
8363 2006-01-10  Jim Meyering  <jim@meyering.net>
8364
8365         Avoid the double-free (first in fts_read, second in fts_close) that
8366         would occur when an `active' directory is made inaccessible (e.g.,
8367         via chmod a-x) during a traversal.
8368         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8369         before returning.  Reproduce this failure by
8370         mkdir -p a/b; cd a; chmod a-x . b
8371         Reported by Stavros Passas.
8372
8373         Sync from coreutils.
8374         * lib/sha1.c: Tweak grammar in a comment.
8375
8376 2006-01-10  Jim Meyering  <jim@meyering.net>
8377
8378         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
8379         Patch by Joerg Sonnenberger.
8380
8381 2006-01-10  Bruno Haible  <bruno@clisp.org>
8382
8383         * modules/readutmp: Depend on module free.
8384         * modules/strtok_r: Depend on module restrict.
8385
8386 2006-01-10  Bruno Haible  <bruno@clisp.org>
8387
8388         * modules/gettext (configure.ac): Add an invocation of
8389         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
8390
8391 2006-01-10  Bruno Haible  <bruno@clisp.org>
8392
8393         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
8394         Reported by Werner Lemberg <wl@gnu.org>.
8395
8396 2006-01-10  Bruno Haible  <bruno@clisp.org>
8397
8398         * lib/localcharset.c: Update from GNU gettext.
8399
8400 2006-01-10  Bruno Haible  <bruno@clisp.org>
8401
8402         * lib/argp.h (__const): Remove macro. Use const instead.
8403         * lib/argp-fmtstream.h (__const): Likewise.
8404         * lib/glob_.h (__const): Remove macro.
8405         * lib/glob-libc.h: Use const instead of __const.
8406
8407 2006-01-10  Bruno Haible  <bruno@clisp.org>
8408
8409         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
8410         variable.
8411         Needed to avoid an automake error regarding the 'gettext' module.
8412
8413 2006-01-09  Simon Josefsson  <jas@extundo.com>
8414
8415         * modules/inet_ntop (Depends-on): Add restrict.
8416
8417 2006-01-09  Simon Josefsson  <jas@extundo.com>
8418
8419         * modules/gc-rijndael-tests (License): Put under LGPL.
8420
8421         * modules/gc-des-tests (License): Likewise.
8422
8423         * modules/gc-arcfour-tests (License): Likewise.
8424
8425         * modules/gc-arctwo-tests (License): Likewise.
8426
8427         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
8428
8429         * modules/gc-hmac-sha1-tests (Files): Likewise.
8430
8431         * modules/gc-hmac-md5-tests (License): Likewise.
8432
8433         * modules/gc-sha1-tests (License): Likewise.
8434
8435         * modules/gc-md5-tests (License): Likewise.
8436
8437         * modules/gc-md4-tests (License): Likewise.
8438
8439         * modules/gc-md2-tests (License): Likewise.
8440
8441         * modules/gc-tests (License): Likewise.
8442
8443         * modules/des-tests (License): Likewise.
8444
8445         * modules/md4-tests (License): Likewise.
8446
8447         * modules/md2-tests (License): Likewise.
8448
8449 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8450
8451         Sync from coreutils:
8452
8453         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
8454         * modules/lib-ignore: New file.
8455         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
8456         chdir-safer.m4, lchmod.m4.
8457         * modules/openat: Add mkdirat.c, openat-priv.h.
8458
8459 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8460
8461         Sync from coreutils.
8462         * m4/lib-ignore.m4: New file.
8463         * m4/lchmod.m4: New file.
8464
8465 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8466
8467         Sync from coreutils.
8468         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
8469         for write access: POSIX says that must fail.
8470         * lib/fts.c (diropen): Likewise.
8471         * lib/save-cwd.c (save_cwd): Likewise.
8472         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
8473         well, for minor improvements on hosts that lack O_DIRECTORY.
8474         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
8475         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
8476         Fall back on chown if open failed with EACCES.
8477
8478         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
8479         Report an error at compile-time if only a 1-second nominal clock
8480         resolution is found.
8481
8482         * lib/lchmod.h: New file.
8483         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
8484         (make_dir_parents): Use lchown rather than chown, and
8485         lchmod rather than chmod.
8486
8487         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
8488         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
8489         "proc" reported by n0dalus.
8490
8491         * lib/mountlist.c: Include <limits.h>.
8492         (dev_from_mount_options)
8493         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
8494         New function.  It no longer assumes "dev=" has the System V meaning
8495         on Linux (since it doesn't).  It also parses "dev=" more carefully.
8496         (read_file_system_list)
8497         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
8498         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
8499         dev= in that case.
8500
8501         * lib/posixtm.h (PDS_PRE_2000): New macro.
8502         * lib/posixtm.c (year): Arg is now syntax_bits rather than
8503         allow_century.  All usages changed.  Reject dates outside the range
8504         1969-1999 if PDS_PRE_2000 is used.
8505
8506 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8507
8508         Sync from coreutils.
8509         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
8510         (Time of day items): Mention the possibility of leap seconds.
8511         Problem reported by Dr. David Alan Gilbert.
8512
8513 2006-01-09  Jim Meyering  <jim@meyering.net>
8514
8515         Sync from coreutils.
8516
8517         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
8518
8519         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
8520
8521         * lib/modechange.c (mode_compile): Reject an invalid mode string
8522         that starts with an octal digit.  From Andreas Gruenbacher.
8523
8524         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
8525         and dup to open_safer and dup_safer, respectively.
8526         (openat_permissive): Fix typo in comment.
8527
8528         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
8529         "gettext.h"; either no longer needed or are guaranteed by openat.h.
8530         (_): Remove; no longer needed.
8531         (openat): Renamed from rpl_openat; no need for rpl_openat
8532         since openat.h renames openat for us.
8533         Replace most of the body with a call to openat_permissive,
8534         to avoid duplicate code.
8535         Port to (probably hypothetical) environments were mode_t is
8536         wider than int.
8537         (openat_permissive): Require mode arg, so that we can check
8538         types better.  Put it just after flags.  Change cwd failure
8539         indicator from pointer-to-bool to pointer-to-errno-value.
8540         All callers changed.
8541         Invoke openat_save_fail and/or openat_restore_fail if
8542         cwd_errno is null, so that openat can call us.
8543         (openat_permissive, fdopendir, fstatat, unlinkat):
8544         Simplify errno handling to avoid some duplicate code,
8545         as it's OK to set errno on success.
8546         * lib/openat.h: Revamp code so that function macros depend on
8547         __OPENAT_PREFIX only, not also on AT_FDCWD.
8548         (openat_ro): Remove.  Caller changed to use openat_permissive.
8549         (openat_permissive): Now a macro, if not a function.
8550         (openat_restore_fail, openat_save_fail): Now always functions,
8551         since mkdirat needs them even if __OPENAT_PREFIX is defined.
8552
8553         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
8554         and openat.c.
8555         * lib/mkdirat.c: Include openat-priv.h.
8556         Remove definitions of macros defined therein.
8557         * lib/openat.c: Likewise.
8558
8559         * lib/mkdirat.c (mkdirat): New file and function.
8560         * lib/openat.h (mkdirat): Declare.
8561
8562         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
8563
8564         * lib/openat.h (openat_permissive): Declare.
8565         (openat_ro): Define.
8566
8567         * lib/openat.c (EXPECTED_ERRNO): New macro.
8568         (openat_permissive): New function -- used in remove.c rewrite.
8569         (all functions): Set errno just before returning, only if there
8570         was an actual failure.
8571         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
8572
8573         Emulate openat-family functions using Linux's procfs, if possible.
8574         Idea and some code based on Ulrich Drepper's glibc changes.
8575
8576         * lib/openat.c: (BUILD_PROC_NAME): New macro.
8577         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
8578         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
8579         before falling back on save_cwd and restore_cwd.
8580         (fdopendir, fstatat, unlinkat): Likewise.
8581
8582         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
8583         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
8584
8585         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
8586         as second argument to va_arg.  Otherwise, some versions of gcc
8587         warn that `if this code is reached, the program will abort'.
8588
8589 2006-01-09  Jim Meyering  <jim@meyering.net>
8590
8591         Sync from coreutils.
8592         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
8593         Require openat-priv.h.
8594
8595 2006-01-09  Bruno Haible  <bruno@clisp.org>
8596
8597         * modules/strnlen (Include): Use strnlen.h.
8598
8599 2006-01-09  Bruno Haible  <bruno@clisp.org>
8600
8601         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
8602
8603 2006-01-09  Bruno Haible  <bruno@clisp.org>
8604
8605         * lib/sysexit_.h (EX_OK): New macro.
8606         Suggested by Martin Lambers <marlam@marlam.de>.
8607
8608 2006-01-09  Bruno Haible  <bruno@clisp.org>
8609
8610         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
8611         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
8612
8613 2006-01-09  Bruno Haible  <bruno@clisp.org>
8614
8615         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
8616         numbers.
8617
8618 2006-01-09  Bruno Haible  <bruno@clisp.org>
8619
8620         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
8621         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
8622         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
8623         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
8624
8625 2006-01-09  Bruno Haible  <bruno@clisp.org>
8626
8627         * build-aux/javacomp.sh.in: New file, moved from lib/.
8628         * modules/javacomp-script (Files): Update.
8629         (configure.ac): Add AC_CONFIG_FILES invocation.
8630         (EXTRA_DIST): Remove variable.
8631
8632         * build-aux/javaexec.sh.in: New file, moved from lib/.
8633         * modules/javaexec (Files): Update.
8634         (configure.ac): Add AC_CONFIG_FILES invocation.
8635         (EXTRA_DIST): Remove javaexec.sh.in.
8636
8637         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
8638         * modules/csharpcomp-script (Files): Update.
8639         (configure.ac): Add AC_CONFIG_FILES invocation.
8640         (EXTRA_DIST): Remove variable.
8641
8642         * build-aux/csharpexec.sh.in: New file, moved from lib/.
8643         * modules/csharpexec (Files): Update.
8644         (configure.ac): Add AC_CONFIG_FILES invocation.
8645         (EXTRA_DIST): Remove csharpexec.sh.in.
8646
8647 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8648
8649         Sync from coreutils.
8650
8651         Add POSIX ACL support
8652         * lib/acl.h (copy_acl, set_acl): Add declarations.
8653         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
8654         systems other than Linux.
8655         (chmod_or_fchmod): New function: use fchmod when possible,
8656         and chmod otherwise.
8657         (file_has_acl): Add a POSIX ACL implementation, with a
8658         Linux-specific subcase.
8659         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
8660         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
8661         acls are unsupported.
8662         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
8663         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
8664         are unsupported.
8665
8666 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8667
8668         Sync from coreutils.
8669         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
8670
8671 2006-01-07  Bruno Haible  <bruno@clisp.org>
8672
8673         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
8674         gl_EARLY.
8675
8676 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8677
8678         * lib/strftime.c (tzname): Don't declare if it is already #defined.
8679         Problem reported for Mingw by Mark Junker.
8680
8681 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8682
8683         * README: Gnulib normally doesn't generate a tarball.
8684
8685 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
8686
8687         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
8688         long int, not int, for nanosecond counts, so that people who are
8689         used to POSIX struct timespec won't be surprised.  Reported by Jim
8690         Meyering.
8691
8692 2005-12-28  Bruno Haible  <bruno@clisp.org>
8693
8694         * build-aux/config.rpath: Update from GNU gettext.
8695
8696 2005-12-16  Jim Meyering  <jim@meyering.net>
8697
8698         * modules/fprintftime: New module.
8699         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
8700
8701 2005-12-16  Jim Meyering  <jim@meyering.net>
8702
8703         * m4/fprintftime.m4: New file.
8704
8705 2005-12-16  Jim Meyering  <jim@meyering.net>
8706
8707         * lib/fprintftime.c, lib/fprintftime.h: New files.
8708
8709 2005-12-15  Simon Josefsson  <jas@extundo.com>
8710
8711         * modules/socklen (configure.ac): Fix M4 macro name, to align with
8712         new m4/socklen.m4.
8713
8714 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8715
8716         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
8717         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
8718
8719 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8720
8721         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
8722         * lib/argp-help.c (fill_in_uparams): Check if the constructed
8723         struct uparams is valid. Fall back to the default values if it is
8724         not.
8725
8726 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8727
8728         * modules/argp (Files): Add argp-pin.c
8729         (Depends-on): dirname
8730         (lib_SOURCES): Add argp-pin.c
8731
8732 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8733
8734         * m4/argp.m4:  Check if program_invocation_name and
8735         program_invocation_short_name are declared and define appropriate
8736         macros if they are not.
8737
8738 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8739
8740         * lib/argp-help.c (__argp_base_name): New function
8741         (__argp_short_program_name): Rewrite using __argp_base_name
8742         * lib/argp-namefrob.h: Define program_invocation_name and
8743         program_invocation_short_name if requested
8744         (__argp_base_name): Add prototype
8745         * lib/argp-parse.c (argp_def): Use gettext wrappers
8746         (argp_default_parser): Use __argp_base_name
8747         * lib/argp-pin.c: New file. Defines program_invocation_name and
8748         program_invocation_short_name on systems that lack them.
8749
8750 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8751
8752         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
8753         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8754         porting problem reported by Georg Schwarz in
8755         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8756
8757 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8758
8759         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
8760         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8761         porting problem reported by Georg Schwarz in
8762         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8763
8764 2005-12-05  Bruno Haible  <bruno@clisp.org>
8765
8766         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
8767         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
8768         Reported by Mark Junker <mjscod@gmx.de>.
8769
8770 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
8771
8772         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
8773         Use implementation from Albert Chin, with some
8774         comments/corrections by Stepan Kasal and myself.
8775
8776 2005-12-02  Bruno Haible  <bruno@clisp.org>
8777
8778         * gnulib-tool (func_import): Accept GPLed build tool modules when
8779         --lgpl is given.
8780         * modules/csharpcomp-script: New file.
8781         * modules/csharpcomp: Depend on it.
8782         * modules/javacomp-script: New file.
8783         * modules/javacomp: Depend on it.
8784         Suggested by Simon Josefsson.
8785
8786 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
8787
8788         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
8789         statement, to work around an HP-UX 10.20 compiler bug reported by
8790         Peter O'Gorman.
8791
8792 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8793
8794         * modules/savedir (Depends-on): Add openat.
8795
8796 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8797
8798         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
8799         (uintmax_t) [defined uintmax_t]: Do not declare.
8800         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
8801         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
8802         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
8803         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
8804         sake of portability to weird hosts that C allows (though we don't
8805         know of any practical examples).
8806
8807         * lib/savedir.h (fdsavedir): New decl.
8808         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
8809         contains most of the former guts of savedir.
8810         (savedir): Use savedirstream.
8811         Include "openat.h".
8812
8813 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
8814
8815         * modules/obstack (Files): Add m4/ulonglong.m4.
8816         Problem reported by Davide Angelocola.
8817
8818 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8819
8820         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
8821         coreutils no longer futzes with rounding modes.
8822
8823 2005-11-14  Jim Meyering  <jim@meyering.net>
8824
8825         * lib/mkstemp-safer.c: Include <config.h>, required for possible
8826         replacement of mkstemp.
8827
8828 2005-11-10  Simon Josefsson  <jas@extundo.com>
8829
8830         * lib/readline.c: Remove EOL.
8831
8832 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8833
8834         * modules/gethrxtime (Depends-on): Add gettime.
8835
8836 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8837
8838         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
8839         or gettimeofday; no longer needed.
8840
8841 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8842
8843         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
8844         time business.
8845         (gethrxtime) [! (HAVE_NANOUPTIME
8846         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
8847         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
8848         our own approximation.
8849
8850 2005-11-08  Eric Blake  <ebb9@byu.net>
8851
8852         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8853
8854 2005-11-08  Eric Blake  <ebb9@byu.net>
8855
8856         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8857
8858 2005-11-04  Bruno Haible  <bruno@clisp.org>
8859
8860         * gnulib-tool: Implement --update mode.
8861
8862 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8863
8864         Fix porting problem reported by Theodoros V. Kalamatianos.
8865         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
8866         Don't assume that futimes failing means we must fail.
8867
8868 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8869
8870         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
8871         variables to suggest the intended function of the PATH_MAX check.
8872
8873 2005-10-30  Kean Johnston  <jkj@sco.com>
8874
8875         Trivial changes to support SCO systems.
8876         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
8877         as PATH_MAX.
8878         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
8879         where __ptr is null when no I/O is pending.
8880
8881 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
8882
8883         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
8884         leave errno alone.  Problem reported by Dmitry V. Levin.
8885
8886 2005-10-28  Simon Josefsson  <jas@extundo.com>
8887
8888         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
8889         Test more.
8890
8891         * tests/test-gc-md2.c, tests/test-md2.c: New files.
8892
8893         * modules/md2, modules/md2-tests: New files.
8894
8895 2005-10-28  Simon Josefsson  <jas@extundo.com>
8896
8897         * m4/inet_ntop.m4: More tests.
8898
8899         * m4/gc-md2.m4, md2.m4: New file.
8900
8901 2005-10-28  Simon Josefsson  <jas@extundo.com>
8902
8903         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
8904         "restrict" keywords, as per POSIX.  Protect the function
8905         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
8906         Don't use K&R prototypes.  Check the sprintf return values.
8907         Re-define EAFNOSUPPORT if not present.  Indent.
8908
8909         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
8910         suggested by Bruno Haible <bruno@clisp.org>.
8911
8912         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
8913
8914         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
8915
8916         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
8917         libgcrypt).
8918
8919         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
8920
8921         * lib/md2.h, lib/md2.c: New files.
8922
8923 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
8924
8925         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
8926         errno alone.  Problem reported by Frederic Jolliton.
8927
8928 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8929
8930         * modules/verify (License): Change from GPL to LGPL.  This is a
8931         tiny module and there are apparently near-equivalents that are
8932         under the BSD license.
8933
8934 2005-10-24  Simon Josefsson  <jas@extundo.com>
8935
8936         * modules/sha1: Relicense to LGPL.
8937
8938 2005-10-24  Simon Josefsson  <jas@extundo.com>
8939
8940         * lib/md4.h: Shrink buffer size, now that we changed the type.
8941
8942 2005-10-23  Simon Josefsson  <jas@extundo.com>
8943
8944         * gnulib-tool (func_import): Fix --tests-base.
8945
8946 2005-10-22  Simon Josefsson  <jas@extundo.com>
8947
8948         * modules/arcfour (Depends-on): Need stdint.
8949
8950 2005-10-22  Simon Josefsson  <jas@extundo.com>
8951
8952         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
8953         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
8954
8955 2005-10-22  Simon Josefsson  <jas@extundo.com>
8956
8957         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
8958         suggested by Bruno Haible <bruno@clisp.org>.
8959
8960 2005-10-22  Simon Josefsson  <jas@extundo.com>
8961
8962         * lib/crc.h: Include stddef.h, for size_t.
8963
8964 2005-10-22  Simon Josefsson  <jas@extundo.com>
8965
8966         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
8967         arcfour_context struct (simplify test vector testing in GNU
8968         Shishi).
8969
8970 2005-10-21  Simon Josefsson  <jas@extundo.com>
8971
8972         * modules/des, modules/des-tests: New files.
8973
8974         * modules/gc-des, modules/gc-des-tests: New files.
8975
8976         * tests/test-des.c, tests/test-gc-des.c: New file.
8977
8978 2005-10-21  Simon Josefsson  <jas@extundo.com>
8979
8980         * modules/arctwo, modules/arctwo-tests: New files.
8981
8982         * tests/test-arctwo.c: New file.
8983
8984         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
8985
8986         * tests/test-gc-arctwo.c: New file.
8987
8988 2005-10-21  Simon Josefsson  <jas@extundo.com>
8989
8990         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
8991         Bruno Haible <bruno@clisp.org>.
8992
8993         * m4/gc-des.m4: New file.
8994
8995 2005-10-21  Simon Josefsson  <jas@extundo.com>
8996
8997         * m4/arctwo.m4: New file.
8998
8999         * m4/gc-arctwo.m4: New file.
9000
9001 2005-10-21  Simon Josefsson  <jas@extundo.com>
9002
9003         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
9004         block.
9005
9006 2005-10-21  Simon Josefsson  <jas@extundo.com>
9007
9008         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
9009         <bruno@clisp.org>.
9010
9011         * lib/hmac-sha1.c (hmac_sha1): Likewise.
9012
9013         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
9014         Bruno Haible <bruno@clisp.org>.
9015
9016         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
9017         <bruno@clisp.org>.
9018
9019 2005-10-21  Simon Josefsson  <jas@extundo.com>
9020
9021         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
9022
9023 2005-10-21  Simon Josefsson  <jas@extundo.com>
9024
9025         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
9026
9027 2005-10-21  Simon Josefsson  <jas@extundo.com>
9028
9029         * lib/des.h, lib/des.c: New files.
9030
9031         * lib/gc-gnulib.c: Support DES.c
9032
9033 2005-10-21  Simon Josefsson  <jas@extundo.com>
9034
9035         * lib/arctwo.h, lib/arctwo.c: New files.
9036
9037         * lib/gc-gnulib.c: Support ARCTWO.
9038
9039 2005-10-21  Simon Josefsson  <jas@extundo.com>
9040
9041         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
9042         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9043
9044 2005-10-21  Simon Josefsson  <jas@extundo.com>
9045
9046         * gnulib-tool (func_import, func_create_testdir): Define automake
9047         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
9048         Makefile.am snippet),
9049         suggested by Bruno Haible <bruno@clisp.org>.
9050
9051         * modules/gc (Makefile.am): Use it.
9052
9053 2005-10-21  Bruno Haible  <bruno@clisp.org>
9054
9055         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
9056         patch.
9057
9058 2005-10-19  Simon Josefsson  <jas@extundo.com>
9059
9060         * tests/test-gc-rijndael.c: New file.
9061
9062         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
9063
9064 2005-10-19  Simon Josefsson  <jas@extundo.com>
9065
9066         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
9067         interface too.
9068
9069 2005-10-19  Simon Josefsson  <jas@extundo.com>
9070
9071         * tests/test-gc-arcfour.c: New file.
9072
9073         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
9074
9075 2005-10-19  Simon Josefsson  <jas@extundo.com>
9076
9077         * modules/gc-md4, modules/gc-md4-tests: New file.
9078
9079         * tests/test-gc-md4.c: New file.
9080
9081 2005-10-19  Simon Josefsson  <jas@extundo.com>
9082
9083         * m4/gc-md4.m4: New file.
9084
9085 2005-10-19  Simon Josefsson  <jas@extundo.com>
9086
9087         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
9088         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
9089         <kasal@ucw.cz>.
9090
9091 2005-10-19  Simon Josefsson  <jas@extundo.com>
9092
9093         * m4/gc-arcfour.m4: New file.
9094
9095         * m4/gc-rijndael.m4: New file.
9096
9097 2005-10-19  Simon Josefsson  <jas@extundo.com>
9098
9099         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
9100
9101 2005-10-19  Simon Josefsson  <jas@extundo.com>
9102
9103         * lib/gc-gnulib.c: Support ARCFOUR.
9104
9105 2005-10-19  Simon Josefsson  <jas@extundo.com>
9106
9107         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
9108         support.
9109
9110         * lib/gc.h: Add ECB enum type.
9111
9112         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
9113
9114 2005-10-18  Simon Josefsson  <jas@extundo.com>
9115
9116         * tests/test-md5.c: New file.
9117
9118         * modules/md5-tests: New file.
9119
9120 2005-10-18  Simon Josefsson  <jas@extundo.com>
9121
9122         * tests/test-md4.c: New file.
9123
9124         * modules/md4, modules/md4-tests: New files.
9125
9126 2005-10-18  Simon Josefsson  <jas@extundo.com>
9127
9128         * m4/md4.m4: New file.
9129
9130 2005-10-18  Simon Josefsson  <jas@extundo.com>
9131
9132         * lib/md4.h, lib/md4.c: New files, based on md5.?.
9133
9134 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
9135
9136         * gnulib-tool (func_create_testdir): Omit the second check whether
9137         BUILT_SOURCES in nonempty.
9138
9139 2005-10-17  Simon Josefsson  <jas@extundo.com>
9140
9141         * tests/test-rijndael.c: New file.
9142
9143 2005-10-17  Simon Josefsson  <jas@extundo.com>
9144
9145         * modules/sha1: Depend on stdint instead of md5.
9146
9147         * modules/md5: Depend on stdint, remove uint32_t.
9148
9149 2005-10-17  Simon Josefsson  <jas@extundo.com>
9150
9151         * modules/gc-sha1-tests: New file.
9152
9153         * tests/test-gc-sha1.c: New file.
9154
9155 2005-10-17  Simon Josefsson  <jas@extundo.com>
9156
9157         * m4/md5.m4: Remove call to uint32_t.m4.
9158
9159 2005-10-17  Simon Josefsson  <jas@extundo.com>
9160
9161         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
9162
9163         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
9164         md5.h.
9165
9166         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
9167
9168         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
9169
9170 2005-10-17  Simon Josefsson  <jas@extundo.com>
9171
9172         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
9173
9174 2005-10-17  Simon Josefsson  <jas@extundo.com>
9175
9176         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
9177
9178 2005-10-17  Simon Josefsson  <jas@extundo.com>
9179
9180         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
9181
9182         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
9183
9184 2005-10-17  Bruno Haible  <bruno@clisp.org>
9185
9186         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
9187         that it can also be used in a test.
9188
9189 2005-10-16  Bruno Haible  <bruno@clisp.org>
9190
9191         * gnulib-tool (func_emit_tests_Makefile_am): Also define
9192         TESTS_ENVIRONMENT, so that individual tests can augment it.
9193
9194         * gnulib-tool (func_create_testdir): Use an intermediate target for
9195         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
9196         macros, like $(ALLOCA_H), which cannot be passed through the command
9197         line.
9198
9199 2005-10-15  Simon Josefsson  <jas@extundo.com>
9200
9201         * modules/rijndael-tests: New file.
9202
9203         * modules/rijndael: New file.
9204
9205 2005-10-15  Simon Josefsson  <jas@extundo.com>
9206
9207         * m4/rijndael.m4: New file.
9208
9209 2005-10-15  Simon Josefsson  <jas@extundo.com>
9210
9211         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
9212
9213         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
9214
9215 2005-10-14  Simon Josefsson  <jas@extundo.com>
9216
9217         * tests/test-arcfour.c: New file.
9218
9219         * modules/arcfour, modules/arcfour-tests: New files.
9220
9221 2005-10-14  Simon Josefsson  <jas@extundo.com>
9222
9223         * m4/arcfour.m4: New file.
9224
9225 2005-10-14  Simon Josefsson  <jas@extundo.com>
9226
9227         * lib/arcfour.h, lib/arcfour.c: New files.
9228
9229 2005-10-14  Roland McGrath  <roland@redhat.com>
9230
9231         Import from libc.  [BZ #1331]
9232         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
9233         macro argument.
9234         Reported by Matej Vela <vela@debian.org>.
9235
9236 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9237
9238         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
9239         include <wchar.h>; no longer needed.
9240
9241 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9242
9243         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
9244
9245 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
9246         and  Ulrich Drepper  <drepper@redhat.com>
9247
9248         Import from libc.
9249         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
9250         instead of inline stream orientation test and two separate
9251         function calls.  Pay no attention to USE_IN_LIBIO.
9252
9253 2005-10-13  Simon Josefsson  <jas@extundo.com>
9254
9255         * modules/gc-hmac-md5-tests: New file.
9256
9257         * tests/test-gc-hmac-sha1.c: New file.
9258
9259         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
9260
9261         * modules/gc-hmac-md5-tests: New file.
9262
9263         * tests/test-gc-md5.c: New file.
9264
9265         * modules/gc-md5-tests: New file.
9266
9267 2005-10-13  Simon Josefsson  <jas@extundo.com>
9268
9269         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
9270         Move memory allocation outside of loop.
9271
9272 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
9273
9274         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
9275         intermediate directory is in a read-only file system.  Problem
9276         reported by Eric Blake.
9277
9278 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
9279
9280         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
9281
9282 2005-10-12  Simon Josefsson  <jas@extundo.com>
9283
9284         * tests/test-hmac-sha1.c: New file.
9285
9286         * modules/hmac-sha1-tests: New file.
9287
9288         * modules/hmac-sha1: New file.
9289
9290 2005-10-12  Simon Josefsson  <jas@extundo.com>
9291
9292         * modules/gc-sha1: New file.
9293
9294 2005-10-12  Simon Josefsson  <jas@extundo.com>
9295
9296         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
9297
9298         * tests/test-gc-pbkdf2-sha1.c: New file.
9299
9300 2005-10-12  Simon Josefsson  <jas@extundo.com>
9301
9302         * modules/gc-md5, modules/gc-hmac-md5: New files.
9303
9304         * modules/gc (Files): Remove md5, memxor and hmac files.
9305
9306 2005-10-12  Simon Josefsson  <jas@extundo.com>
9307
9308         * m4/gc-pbkdf2-sha1.m4: New file.
9309
9310         * m4/gc-hmac-sha1.m4: New file.
9311
9312         * m4/gc-sha1: New file.
9313
9314         * m4/hmac-sha1.m4: New file.
9315
9316 2005-10-12  Simon Josefsson  <jas@extundo.com>
9317
9318         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
9319
9320         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
9321
9322 2005-10-12  Simon Josefsson  <jas@extundo.com>
9323
9324         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
9325         suggested by Bruno Haible <bruno@clisp.org>.
9326
9327 2005-10-12  Simon Josefsson  <jas@extundo.com>
9328
9329         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
9330
9331 2005-10-12  Simon Josefsson  <jas@extundo.com>
9332
9333         * lib/gc-pbkdf2-sha1.c: New file.
9334
9335         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
9336
9337 2005-10-12  Simon Josefsson  <jas@extundo.com>
9338
9339         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
9340
9341         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
9342
9343 2005-10-12  Simon Josefsson  <jas@extundo.com>
9344
9345         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
9346         GC_USE_HMAC_MD5, respectively.
9347
9348         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
9349         (gc_md5): Fix typo.
9350
9351         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
9352
9353         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
9354
9355         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
9356
9357 2005-10-12  Bruno Haible  <bruno@clisp.org>
9358
9359         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
9360         Reported by Stepan Kasal <kasal@ucw.cz>.
9361
9362 2005-10-11  Simon Josefsson  <jas@extundo.com>
9363
9364         * tests/test-crc.c: New file.
9365
9366         * modules/crc, modules/crc-tests: New files.
9367
9368 2005-10-11  Simon Josefsson  <jas@extundo.com>
9369
9370         * m4/crc.m4: New file.
9371
9372 2005-10-11  Simon Josefsson  <jas@extundo.com>
9373
9374         * lib/gc.h: Add gc_hash and gc_hash_buffer.
9375
9376         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
9377
9378         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
9379
9380 2005-10-11  Simon Josefsson  <jas@extundo.com>
9381
9382         * lib/crc.h, lib/crc.c: New files.
9383
9384         * lib/gc.h (gc_hash_buffer): Add doc.
9385
9386 2005-10-11  Bruno Haible  <bruno@clisp.org>
9387
9388         * modules/c-strcasestr: New file.
9389         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
9390
9391 2005-10-11  Bruno Haible  <bruno@clisp.org>
9392
9393         * modules/c-strcase: New file.
9394         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
9395
9396 2005-10-11  Bruno Haible  <bruno@clisp.org>
9397
9398         * lib/strcasecmp.c: Include limits.h.
9399         (strcasecmp): Avoid integer overflow on exotic platforms.
9400         * lib/strncasecmp.c: Include limits.h.
9401         (strncasecmp): Avoid integer overflow on exotic platforms.
9402         Reported by Paul Eggert.
9403
9404 2005-10-11  Bruno Haible  <bruno@clisp.org>
9405
9406         * lib/c-strcasestr.h: New file, from GNU gettext.
9407         * lib/c-strcasestr.c: New file, from GNU gettext.
9408
9409 2005-10-11  Bruno Haible  <bruno@clisp.org>
9410
9411         * lib/c-strcase.h: New file, from GNU gettext.
9412         * lib/c-strcasecmp.c: New file, from GNU gettext.
9413         * lib/c-strncasecmp.c: New file, from GNU gettext.
9414
9415 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9416
9417         * modules/mempcpy (License): GPL -> LGPL.
9418         * modules/strchrnul (License): Likewise.
9419         * modules/sysexits (License): Likewise.
9420
9421 2005-10-08  Simon Josefsson  <jas@extundo.com>
9422
9423         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
9424
9425 2005-10-07  Simon Josefsson  <jas@extundo.com>
9426
9427         * m4/memxor.m4: Remove gl_C_RESTRICT call.
9428
9429 2005-10-06  Simon Josefsson  <jas@extundo.com>
9430
9431         * tests/test-hmac-md5.c: New file.
9432
9433         * modules/hmac-md5-tests: New file.
9434
9435         * modules/hmac-md5: New file.
9436
9437 2005-10-06  Simon Josefsson  <jas@extundo.com>
9438
9439         * m4/hmac-md5.m4: New file.
9440
9441         * m4/memxor.m4: Require gl_C_RESTRICT.
9442
9443 2005-10-06  Simon Josefsson  <jas@extundo.com>
9444
9445         * lib/memxor.c (memxor): Avoid casts and warnings.
9446
9447 2005-10-06  Simon Josefsson  <jas@extundo.com>
9448
9449         * lib/hmac-md5.c: New file.
9450
9451         * lib/hmac.h: New file.
9452
9453 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9454
9455         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
9456         promotes to int, not unsigned int, to catch the AIX 5.3
9457         compiler bug.
9458
9459 2005-10-05  Simon Josefsson  <jas@extundo.com>
9460
9461         * modules/memxor: New file.
9462
9463         * modules/iconv (Files): Move config.rpath to havelib, it is used
9464         there.
9465
9466         * modules/havelib (Files): Add config.rpath.
9467
9468 2005-10-05  Simon Josefsson  <jas@extundo.com>
9469
9470         * m4/memxor.m4: New file.
9471
9472 2005-10-05  Simon Josefsson  <jas@extundo.com>
9473
9474         * lib/memxor.c (memxor): Fix compiler error.
9475
9476         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
9477         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
9478
9479         * lib/memxor.h, lib/memxor.c: New files.
9480
9481         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
9482         we assume all systems have it, suggested by Jim Meyering
9483         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
9484         any systems lack sys/socket.h; mingw32 is known to lack it, but we
9485         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
9486         same reasons.
9487
9488 2005-10-05  Simon Josefsson  <jas@extundo.com>
9489
9490         * config/srclist.txt: Add glibc bug 1423 for md5.h.
9491
9492 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9493
9494         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
9495         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
9496         needed, since the source code now assumes these .h files.
9497
9498 2005-10-05  Derek Price  <derek@ximbiot.com>
9499
9500         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
9501
9502 2005-10-05  Bruno Haible  <bruno@clisp.org>
9503
9504         * modules/stdint (License): Change to LGPL.
9505
9506 2005-10-04  Simon Josefsson  <jas@extundo.com>
9507
9508         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
9509         D. Baushke" <mdb@gnu.org>.
9510
9511 2005-10-04  Bruno Haible  <bruno@clisp.org>
9512
9513         * lib/verify.h (verify_true): Provide alternative definition for C++.
9514
9515 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
9516
9517         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
9518         (SSIZE_MAX): New macro, if not already defined.
9519         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
9520         than 2 GiB.
9521
9522 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9523
9524         Sync from coreutils.
9525         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
9526         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
9527         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
9528         ULLONG_MAX doesn't work with 2.7.2.1.
9529
9530 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9531
9532         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
9533         From Ben Pfaff.
9534
9535         * modules/exclude (Depends-on): Depend on verify.
9536         * modules/strtoimax (Depends-on): Likewise.
9537         * modules/utimecmp (Depends-on): Likewise.
9538
9539 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9540
9541         * lib/exclude.c: Include verify.h.
9542         (verify): Remove.  All callers changed to use verify.h's version.
9543         * lib/strtoimax.c: Likewise.
9544         * lib/utimecmp.c: Likewis.e
9545
9546         Sync from coreutils.
9547         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
9548         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
9549         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
9550         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
9551         bother returning ENOSYS if settimeofday or stime fails; just let
9552         them return whatever errno they want to return.
9553         * lib/utimens.c: Include unistd.h, for dup2.
9554         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
9555         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
9556
9557 2005-10-02  Jim Meyering  <jim@meyering.net>
9558
9559         Sync from coreutils.
9560         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
9561         from glibc-2.2.5 that fails for read-only files.
9562
9563 2005-10-02  Jim Meyering  <jim@meyering.net>
9564
9565         Sync from coreutils.
9566         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
9567         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
9568         `#if HAVE_CONFIG_H'.
9569         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
9570         Remove AT_FDCWD test.
9571         Do not consume the fd unless successful.
9572         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
9573         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
9574         block, so that we don't even try to compile it if settimeofday is
9575         available.  This works around a compilation failure on OSF1 V5.1,
9576         due to stime requiring a `long int*' while tv_sec is `int'.
9577
9578 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
9579
9580         Sync from coreutils.
9581         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
9582         against `yes', rather than just testing for nonempty.
9583
9584 2005-10-01  Simon Josefsson  <jas@extundo.com>
9585
9586         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
9587         and Darwin.
9588
9589         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
9590         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
9591         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
9592         freeaddrinfo and gai_strerror are declared by the POSIX headers.
9593         Check if struct addrinfo is declared.
9594
9595 2005-10-01  Simon Josefsson  <jas@extundo.com>
9596
9597         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
9598         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
9599         AI_* and EAI_* definitions.  Protect function declarations.
9600
9601 2005-10-01  Jim Meyering  <jim@meyering.net>
9602
9603         Sync from coreutils.
9604
9605         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
9606         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
9607         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
9608         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9609         in the inet and nsl libraries.  Required on Solaris 5.7.
9610
9611 2005-10-01  Jim Meyering  <jim@meyering.net>
9612
9613         Sync from coreutils.
9614         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9615         in the inet and nsl libraries.  Required on Solaris 5.7.
9616
9617 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
9618
9619         * lib/getdelim.c (getdelim): Remove unused variables.
9620
9621 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9622
9623         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
9624         so that the code works even with ancient cpp.  Portability problem
9625         with GCC 2.7.2.1 reported by Thomas M.Ott.
9626
9627 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9628
9629         * modules/regex (Depends-on): Add strcase.
9630
9631         * modules/gethostname (Licence): Change from GPL to LGPL, since
9632         gethostname.c is a trivial implementation of a standard library
9633         function.
9634         * modules/poll (License): Change from GPL to LGPL, since it's
9635         derived from LGPL code.
9636
9637 2005-09-27  Jim Meyering  <jim@meyering.net>
9638
9639         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
9640         HAVE_CONFIG_H.
9641
9642         * lib/intprops.h (signed_type_or_expr__): Define.
9643         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
9644         for unsigned types.
9645
9646 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9647
9648         * lib/verify.h (verify_expr): Remove, replacing with:
9649         (verify_true): New macro that returns true instead of void.
9650         (verify_type__): Remove.
9651         (verify): Use verify_true rather than verify_type__.
9652
9653 2005-09-26  Bruno Haible  <bruno@clisp.org>
9654
9655         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
9656         is necessary.
9657         (lib_SOURCES): Remove mbchar.c.
9658         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
9659         (Files): Add m4/mbrtowc.m4.
9660         * modules/mbiter: Likewise.
9661         * modules/mbuiter: Likewise.
9662
9663 2005-09-26  Bruno Haible  <bruno@clisp.org>
9664
9665         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
9666         compile mbchar.c if they are not both present.
9667         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
9668         * m4/mbiter.m4 (gl_MBITER): Likewise.
9669         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
9670         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
9671         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
9672
9673 2005-09-25  Jim Meyering  <jim@meyering.net>
9674
9675         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
9676         also uses socklen_t.
9677
9678 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
9679
9680         * lib/utimens.c (ENOSYS): Define if not already defined.
9681         (futimens): Support having a null PATH if the file descriptor
9682         is nonnegative.
9683
9684         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
9685         Remove.
9686         (__attribute): Define to empty unless GCC 3.1 or later.
9687         This works around a core dump on OpenBSD 3.4, which has GCC
9688         2.95.3, which dumps core when given __attribute__(()).  It also
9689         simplifies other tests, since we really don't want to bother with
9690         worrying about which ancient version of GCC supported what.
9691         Original problem reported by Yoann Vandoorselaere, with part of
9692         the fix suggested by Derek Price.
9693
9694 2005-09-24  Jim Meyering  <jim@meyering.net>
9695
9696         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
9697         so we can once again use a positive bitfield width of 1 -- now we
9698         don't have to explain why we were using a bitfield width of 2.
9699
9700 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9701
9702         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
9703         and similarly for the other external symbols.  Problem reported
9704         by James Gallager.
9705
9706         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
9707         bug reported by Jim Meyering.
9708
9709         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
9710         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
9711         not needed, since socklen is a prerequisite module.
9712
9713 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9714
9715         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
9716         Problem reported by Eric Blake.
9717         (getaddrinfo): Initialize se so that it's not garbage.
9718         Redo internal storage allocation so that it doesn't make unportable
9719         assumptions about alignment.
9720         Fix a memory leak.
9721
9722         * lib/utimens.c (futimens): Use futimesat if available.
9723         Prefer it to futimes since it doesn't have the futimes bug.
9724
9725         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
9726         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
9727         Instead, declare a function that returns a pointer to an array,
9728         and use verify_type__ to declare the size of the array.
9729         Problem and germ of a solution reported by Bruno Haible.
9730         (verify_type__): Use 2, not 1, for bitfield size, to avoid
9731         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
9732
9733 2005-09-23  Jim Meyering  <jim@meyering.net>
9734
9735         Sync from coreutils.
9736         Correct build failure (socklen_t not defined) on at least
9737         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
9738         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
9739
9740 2005-09-23  Jim Meyering  <jim@meyering.net>
9741
9742         * modules/getaddrinfo (Depends-on): Add socklen.
9743
9744 2005-09-23  Bruno Haible  <bruno@clisp.org>
9745
9746         * tests/test-verify.c: New file.
9747
9748 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9749
9750         Sync from coreutils.
9751
9752         * modules/argmatch (Depends-on): Add verify.
9753         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
9754         unistd-safer.
9755         * modules/save-cwd (Depends-on): Likewise.
9756
9757         * modules/openat (Files): Add lib/openat-die.c.
9758         (Depends-on): Remove error, exitfail.
9759         Add dirname.
9760
9761         * modules/verify: New file.
9762         * MODULES.html.sh (Diagnostics <assert.h>): New section,
9763         with "verify" module.
9764
9765 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9766
9767         Sync from coreutils.
9768
9769         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
9770         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
9771         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
9772         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
9773         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
9774         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
9775         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
9776         Don't bother checking for string.h, stdlib.h, unistd.h.
9777         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
9778         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
9779         module's job.
9780         * m4/jm-macros.m4 (gl_MACROS): Likewise.
9781         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
9782
9783         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
9784         (gl_GETDATE): Use it.
9785
9786         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
9787
9788 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9789
9790         Sync from coreutils.
9791
9792         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
9793         stat-time.h.
9794         * lib/argmatch.h: Include verify.h
9795         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
9796         (ARGMATCH_ASSERT): Remove; unused.
9797         * lib/canonicalize.c: Assume STDC_HEADERS.
9798         * lib/exclude.c: Include "strcase.h".
9799         * lib/regex_internal.h [!defined _LIBC]: Likewise.
9800         * lib/getusershell.c: Include stdio--.h rather than stdio.h
9801         and stdio-safer.h.
9802         (getusershell): Call fopen, not fopen_safer.
9803         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
9804         Do not include unistd-safer.h.
9805         (save_cwd): Don't call fd_safer; no longer needed
9806         now that we include fcntl--.h.
9807
9808         * lib/getdate.y (relative_time): New type.
9809         (RELATIVE_TIME_0): New constant.
9810         (parser_control): Use relative_time instead of doing it ourselves.
9811         (%union): Add new relative_time rel member.
9812         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
9813         Now typeless.
9814         (relunit, relunit_snumber): Now of type rel.
9815         (zone, rel, relunit, get_date): Adjust to above changes.
9816
9817         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
9818         Do not include unistd-safer.h.
9819         (getloadavg): Don't call fd_safer; no longer needed
9820         now that we include fcntl--.h.
9821
9822         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
9823         (make_dir_parents): Treat ENOSYS like EEXIST.
9824
9825         Improve quality of diagnostics on restore_cwd failure.
9826         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
9827         (make_dir_parents): Last arg is now int * (for errno), not bool *.
9828         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
9829         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
9830         each time through the loop.  Do not diagnose restore_cwd failure;
9831         that is the caller's job (and perhaps the caller does not care).
9832
9833         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
9834         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
9835         If the file already exists but is not a directory, don't bother
9836         to try to make its parents.
9837         Close potential file descriptor leak if we can't chdir("/") (!).
9838         Don't always return true if chdir($PWD) fails; return true only
9839         if the requested action was done successfully (except for the
9840         chdir($PWD)).
9841         Don't log final directory unless we actually made it.
9842         Refactor to avoid duplicate code to fix up permissions.
9843         Don't attempt to fix up parent permissions if chdir($PWD) fails.
9844
9845         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
9846         to make it a bit faster and (I hope) clearer.
9847         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
9848         Fix bug in formats like %2N.
9849
9850         * lib/verify.h: New file.
9851
9852 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9853
9854         Sync from coreutils.
9855         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
9856
9857 2005-09-22  Jim Meyering  <jim@meyering.net>
9858
9859         Sync from coreutils.
9860
9861         * m4/lstat.m4 (gl_FUNC_LSTAT):
9862         Use AC_LIBSOURCES to require lstat.c and lstat.h.
9863         Remove obsolete comment.
9864         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
9865         * m4/xstrtod.m4: Likewise.
9866
9867         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
9868
9869 2005-09-22  Jim Meyering  <jim@meyering.net>
9870
9871         Sync from coreutils.
9872
9873         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
9874
9875         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
9876         the .tm_year member, since otherwise gcc-4.0 would now warn about
9877         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
9878
9879         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
9880         order to avoid an unsuppressible warning from gcc on 64-bit systems.
9881
9882         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
9883         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
9884         when run in a time zone for which daylight savings time is in effect
9885         for the starting date.
9886
9887         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
9888         stop us from restricting permissions of just-created absolute-named
9889         directories.
9890         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
9891         to restore initial working directory.
9892         * lib/mkdir-p.c (make_dir_parents): New parameter:
9893         different_working_dir, to tell caller if/when we change the working
9894         directory and are unable to return to the initial one.
9895         * lib/mkdir-p.h (make_dir_parents): Update prototype.
9896         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
9897         `return false'.  This fixes a bug introduced on 2004-07-30.
9898
9899         * lib/openat.c (fdopendir): Be sure to close the supplied
9900         file descriptor before returning.  This makes our replacement
9901         implementation a little closer to Solaris's, where fdopendir
9902         ties the file descriptor to the returned DIR* pointer.
9903         * lib/openat.c (unlinkat): New function.
9904         * lib/openat.h (unlinkat): Add prototype.
9905         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
9906         (openat_restore_fail): Rename from openat_restore_die.
9907         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
9908
9909         Provide an alternative to exiting immediately upon save_cwd or
9910         restore_cwd failure.  Now, an application can arrange e.g.,
9911         to perform a longjump in that case.
9912         * lib/openat.c: Include dirname.h.
9913         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
9914         (rpl_openat, fdopendir, fstatat): Call openat_save_die
9915         and openat_restore_die rather than calling error directly.
9916         Don't include "error.h" or "exitfail.h"; they're no longer needed.
9917
9918         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
9919         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
9920         define.
9921
9922         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
9923         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
9924                             int utc, int nanoseconds);
9925         Background:
9926         date should not have to allocate a megabyte of virtual memory to
9927         handle a format argument like +%1048575T.  When implemented with
9928         strftime, it must allocate such a buffer, use strftime to fill it
9929         in, print it, then free it.
9930         With fprintftime, it simply prints everything and exits.
9931         With no need for memory allocation, that's one fewer way to fail.
9932         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
9933         optional field width, not before, so we accept %9:z, not %:9z.
9934         (my_strftime): Be sure to use L_('x') for literals.
9935
9936         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
9937         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
9938         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
9939         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
9940         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
9941         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
9942         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
9943         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
9944         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
9945         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
9946         * lib/xgethostname.c, lib/xreadlink.c:
9947         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
9948
9949         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
9950         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
9951         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
9952         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9953         and don't include <sys/file.h>).
9954
9955 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
9956
9957         Sync from coreutils.
9958
9959         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
9960         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
9961         [!LDAV_DONE]: Avoid unused variable warning.
9962
9963 2005-09-21  Bruno Haible  <bruno@clisp.org>
9964
9965         * lib/unicodeio.h (unicode_to_mb): New declaration.
9966
9967 2005-09-20  Derek Price  <derek@ximbiot.com>
9968
9969         * lib/getaddrinfo.c: Don't include <netdb.h> included from
9970         getaddrinfo.h.
9971
9972 2005-09-20  Bruno Haible  <bruno@clisp.org>
9973
9974         * gnulib-tool: Remove trailing slashes from the values specified for
9975         --source-base, --m4-base, --tests-base, --aux-dir.
9976         Suggested by Simon Josefsson <jas@extundo.com>.
9977
9978 2005-09-20  Bruno Haible  <bruno@clisp.org>
9979
9980         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
9981         func_modules_to_filelist, func_import, func_create_testdir): Make all
9982         sorting results locale-independent, so that gnulib-cache.m4 doesn't
9983         change when gnulib-tool is invoked in a different locale.
9984
9985 2005-09-19  Simon Josefsson  <jas@extundo.com>
9986
9987         * m4/socklen.m4: Fix typo.
9988
9989 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9990
9991         Use a consistent style for including <config.h>.
9992         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
9993         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
9994         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
9995         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
9996         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
9997         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
9998         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
9999         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
10000         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
10001         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
10002         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
10003         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
10004         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
10005         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
10006         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
10007         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
10008         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
10009         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
10010         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
10011         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
10012         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
10013         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
10014         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
10015         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
10016         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
10017         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
10018         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
10019         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
10020         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
10021         lib/xstrtoumax.c, lib/yesno.c:
10022         Standardize inclusion of config.h.
10023         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
10024         lib/inttostr.h:  Removed inclusion of config.h from header files.
10025         * lib/inttostr.c:  Adjusted in-tree users.
10026         * lib/timespec.h: Remove superfluous warning to include config.h.
10027         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
10028         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
10029         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
10030         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
10031         config.h with HAVE_CONFIG_H.
10032
10033 2005-09-19  Jim Meyering  <jim@meyering.net>
10034
10035         * modules/pathmax (License): Change to LGPL.
10036
10037 2005-09-19  Derek Price  <derek@ximbiot.com>
10038
10039         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
10040
10041 2005-09-19  Bruno Haible  <bruno@clisp.org>
10042
10043         * gnulib-tool (import): Provide default for --tests-base.
10044
10045 2005-09-19  Bruno Haible  <bruno@clisp.org>
10046
10047         * doc/quote.texi: New file, extracted from gnulib.texi.
10048         * doc/ctime.texi: New file, extracted from gnulib.texi.
10049         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
10050         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
10051         * doc/gnulib.texi: Include them.
10052
10053 2005-09-18  Bruno Haible  <bruno@clisp.org>
10054
10055         Portability fix.
10056         * gnulib-tool (func_readlink): New function.
10057         (func_ln_if_changed): Use it.
10058
10059 2005-09-18  Bruno Haible  <bruno@clisp.org>
10060
10061         * gnulib-tool: Support --with-tests also with --import.
10062         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
10063         (func_import): Use variables $testsbase and $inctests. Emit a
10064         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
10065         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
10066         SUBDIRS += $testsdir.
10067         (func_create_testdir): Update.
10068
10069 2005-09-18  Bruno Haible  <bruno@clisp.org>
10070
10071         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
10072         instead of $dry_run.
10073         (func_cp_if_changed, func_mv_if_changed): Remove functions.
10074         (func_ln_if_changed): Don't handle dry-run here.
10075         (func_import): In dry-run mode, detect more precisely which actions
10076         would be performed, and don't use "...ing" verbs.
10077
10078 2005-09-18  Bruno Haible  <bruno@clisp.org>
10079
10080         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
10081         (func_import): Use join on two temporary files instead of three nested
10082         loops, in order to determine which files are new or old.
10083
10084 2005-09-18  Bruno Haible  <bruno@clisp.org>
10085
10086         * gnulib-tool (func_import): Comment out code that spits out the
10087         new files with --dry-run.
10088
10089 2005-09-18  Bruno Haible  <bruno@clisp.org>
10090
10091         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
10092
10093 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10094
10095         * lib/stat-time.h: New file.
10096         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
10097         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
10098         in a different way.
10099         (timespec_cmp): New function.
10100         * lib/utimecmp.c: Include stat-time.h.
10101         (SYSCALL_RESOLUTION): Depend on whether various struct stat
10102         members exist, not on the obsolescent ST_MTIM_NSEC.
10103         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
10104
10105 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10106
10107         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
10108
10109 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10110
10111         * MODULES.html.sh (File system functions): Add stat-time.
10112         * modules/stat-time: New file.
10113         * modules/timespec (Files): Remove m4/st_mtim.m4; this
10114         is now done in a different way, by the stat-time module.
10115         * modules/utimecmp (Depends-on): Add stat-time.
10116
10117 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10118
10119         * m4/st_mtim.m4: Remove.  Superseded by...
10120         * m4/stat-time.m4: New file.
10121         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
10122         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
10123
10124 2005-09-15  Derek Price  <derek@ximbiot.com>
10125
10126         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
10127
10128 2005-09-15  Derek Price  <derek@ximbiot.com>
10129
10130         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
10131         * lib/regex_internal.c: Ditto, using this...
10132         (__GNUC_PREREQ): ...new macro.
10133         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
10134         using...
10135         (__GNUC_PREREQ): ...this new macro.
10136
10137         * lib/strstr.h: Include string.h. Define strstr as a macro here.
10138
10139 2005-09-15  Derek Price  <derek@ximbiot.com>
10140             Paul Eggert  <eggert@cs.ucla.edu>
10141
10142         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
10143         changes, consolidating in...
10144         * lib/regex_internal.h: ...this file.
10145
10146 2005-09-13  Jim Meyering  <jim@meyering.net>
10147
10148         * lib/canon-host.c: Filter through gnu indent and reword comments
10149         slightly.
10150         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
10151
10152 2005-09-13  Derek Price  <derek@ximbiot.com>
10153
10154         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
10155         failure.
10156         Reported by Jim Meyering  <jim@meyering.net>.
10157
10158 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10159
10160         * lib/base64.c: Typo.
10161         (base64_encode): Put b64str in initialized data section.
10162
10163 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10164
10165         Merge glibc and coreutils changes into gnulib, plus a few
10166         extra fixes.
10167         * lib/md5.c: Use #error rather than a string.
10168         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
10169         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
10170         (__attribute__): Define to empty for non recent-GCC.
10171         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
10172         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
10173         Renamed from their non-__ counterparts, with new macros replacing
10174         them if not _LIBC.  Add __THROW attribute.
10175         (rol): Remove.
10176         (struct md5_ctx): Align buffer if using GCC.
10177         * lib/sha1.h (struct sha1_ctx): Likewise.
10178         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
10179         The old name was backwards.
10180         (NOTSWAP): Remove; not used.
10181         (rol): New macro, moved here from md5.h.
10182         (sha1_process_block): Remove a FIXME that doesn't make sense.
10183
10184 2005-09-12  Derek Price  <derek@ximbiot.com>
10185
10186         Return usable errors from canon-host.
10187         * lib/canon-host.h: New file.
10188         * lib/canon-host.c (canon_host): Wrap...
10189         (canon_host_r): ...this new function, which now relies exclusively on
10190         getaddrinfo.
10191         (ch_strerror): New function.
10192         (last_cherror): New global.
10193         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
10194         interface.
10195         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
10196         void *.
10197         (freeaddrinfo): Free ai->ai_canonname when set.
10198
10199 2005-09-12  Derek Price  <derek@ximbiot.com>
10200
10201         Make canon-host require getaddrinfo.
10202         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
10203         AC_LIBSOURCE canon-host.h.  Call...
10204         (gl_PREREQ_CANON_HOST): ...this new function, which requires
10205         gl_GETADDRINFO.
10206         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
10207
10208 2005-09-12  Derek Price  <derek@ximbiot.com>
10209
10210         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
10211         LGPL.
10212         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
10213
10214 2005-09-12  Derek Price  <derek@ximbiot.com>
10215
10216         * lib/gai_strerror.c: Include config.h when available.  Include
10217         getaddrinfo.h before other headers to test interface.
10218         Reported by Larry Jones <lawrence.jones@ugs.com>.
10219
10220 2005-09-12  Derek Price  <derek@ximbiot.com>
10221             Paul Eggert  <eggert@cs.ucla.edu>
10222
10223         * modules/glob (Files): Add glob-libc.h.
10224
10225 2005-09-12  Derek Price  <derek@ximbiot.com>
10226             Paul Eggert  <eggert@cs.ucla.edu>
10227
10228         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
10229         glob_.h, glob-libc.h.
10230         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
10231
10232 2005-09-12  Derek Price  <derek@ximbiot.com>
10233             Paul Eggert  <eggert@cs.ucla.edu>
10234
10235         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
10236         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
10237         protecting things that should be done only in gnulib contexts.
10238         * lib/glob_.h: New file, containing only the glob things needed for
10239         gnulib.
10240         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
10241         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
10242         (glob, globfree, glob_pattern_p): Now defined simply in terms of
10243         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
10244         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
10245         and to respect the namespace rules better.
10246
10247 2005-09-08  Simon Josefsson  <jas@extundo.com>
10248
10249         * modules/socklen: New file.
10250
10251 2005-09-08  Simon Josefsson  <jas@extundo.com>
10252
10253         * m4/socklen.m4: New file.
10254
10255 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10256
10257         * modules/utimens (Files): Add m4/utimbuf.m4, since
10258         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
10259         Reported by Sergey Poznyakoff.
10260
10261 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10262
10263         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
10264         definitions, since that's the preferred style in glibc.
10265         Fix a minor spacing issue, and update copyright notice to match
10266         glibc's.
10267
10268 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10269
10270         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
10271
10272 2005-09-06  Simon Josefsson  <jas@extundo.com>
10273
10274         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
10275         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
10276
10277 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10278
10279         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
10280         warning.
10281
10282 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10283
10284         * config/srclist.txt: Add glibc bug 1302.
10285
10286 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
10287
10288         Change bitset word type from unsigned int to unsigned long int,
10289         as this has better performance on typical 64-bit hosts.
10290         Port bitset code to hosts with unusual word sizes.
10291         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
10292         (build_collating_symbol):
10293         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
10294         argument is a bitset.  This is merely a style issue, but it makes
10295         it clearer that an entire array is expected.
10296         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
10297         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
10298         Port to the case where bitset_word is not the same as unsigned int.
10299         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10300         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
10301         Likewise.
10302         * lib/regexec.c (check_dst_limits_calc_pos_1,
10303         check_subexp_matching_top):
10304         (build_trtable, group_nodes_into_DFAstates):
10305         Likewise.
10306         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
10307         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
10308         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
10309         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
10310         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
10311         * lib/regcomp.c (optimize_subexps, lower_subexp):
10312         Work even if bitset_word has holes in its bitwise representation.
10313         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
10314         * lib/regexec.c (check_dst_limits_calc_pos_1,
10315         check_subexp_matching_top):
10316         Likewise.
10317         * lib/regex_internal.c (re_string_reconstruct):
10318         Don't assume UCHAR_MAX == 255.
10319         * lib/regex_internal.h (bitset_set_all): Likewise.
10320         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
10321         All uses changed.
10322         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
10323         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
10324         All uses changed.
10325         (BITSET_WORD_MAX): New macro.
10326         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
10327         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
10328         (bitset_empty, bitset_copy):
10329         Prefer sizeof (bitset) to multiplying it out ourselves.
10330         (bitset_not_merge): Remove; unused.
10331         (bitset_contain): Return bool, not unsigned int with one bit on.
10332         All callers changed.
10333         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
10334         alignment than re_node_set; do this by defining a new internal
10335         type struct dests_alloc and using it to allocate memory.
10336
10337 2005-09-05  Bruno Haible  <bruno@clisp.org>
10338
10339         * gnulib-tool (func_import): Fix comparison in handling of symbolic
10340         links.
10341
10342 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
10343
10344         * modules/size_max (Makefile.am): Add size_max.h
10345
10346 2005-09-04  Derek Price  <derek@ximbiot.com>
10347
10348         * gnulib-tool (func_import): Fix reversed $symbolic logic.
10349
10350 2005-09-03  Simon Josefsson  <jas@extundo.com>
10351
10352         * gnulib-tool: Fix typo.
10353
10354 2005-09-03  Simon Josefsson  <jas@extundo.com>
10355
10356         * config/srclist.txt: Add glibc bug 1293.
10357
10358 2005-09-03  Derek Price  <derek@ximbiot.com>
10359
10360         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
10361         From Larry Jones <lawrence.jones@ugs.com>.
10362
10363 2005-09-02  Simon Josefsson  <jas@extundo.com>
10364
10365         * modules/socklen: New file.
10366
10367 2005-09-02  Simon Josefsson  <jas@extundo.com>
10368
10369         * modules/havelib: New module.
10370
10371         * modules/gettext, modules/iconv, modules/lock, modules/readline:
10372         Use havelib.
10373
10374 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10375
10376         Check for arithmetic overflow when calculating sizes, to prevent
10377         some buffer-overflow issues.  These patches are conservative, in the
10378         sense that when I couldn't determine whether an overflow was possible,
10379         I inserted a run-time check.
10380         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
10381         macros.
10382         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
10383         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
10384         (re_xnrealloc, re_x2nrealloc): New inline functions.
10385         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
10386         parse_bracket_exp):
10387         (build_equiv_class, build_charclass): Check for arithmetic overflow
10388         in size expression calculations.
10389         * lib/regex_internal.c (re_string_realloc_buffers):
10390         (build_wcs_upper_buffer, re_node_set_add_intersect):
10391         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
10392         (re_dfa_add_node, register_state): Likewise.
10393         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
10394         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
10395         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
10396         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
10397
10398 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10399
10400         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
10401         m4/ulonglong.m4.  Problem reported by Martin Lambers.
10402
10403 2005-09-02  Bruno Haible  <bruno@clisp.org>
10404
10405         Support for lib vs. lib64 distinction on biarch platforms.
10406         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
10407         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
10408         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
10409
10410 2005-09-02  Bruno Haible  <bruno@clisp.org>
10411
10412         * gnulib-tool (import): In the other first-use case, provide defaults
10413         as well.
10414
10415 2005-09-02  Bruno Haible  <bruno@clisp.org>
10416
10417         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
10418         patches not yet found in the latest gettext release.
10419
10420 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10421
10422         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
10423         to avoid a collision with bits/local_lim.h in glibc.
10424         All uses changed.  Problem reported by Dmitry V. Levin in
10425         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
10426
10427         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
10428         bugs in int versus size_t comparisons.
10429         (re_string_context_at): Fix bug where the code assumed that
10430         Idx is signed.
10431
10432         Use bool where appropriate.
10433         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
10434         All callers changed.
10435         (calc_eclosure_iter): Likewise, for ROOT arg.
10436         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
10437         (build_charclass_op): Likewise, for NON_MATCH arg.
10438         * lib/regex_internal.c (re_string_allocate, re_string_construct):
10439         (re_string_construct_common): Likewise, for ICASE arg.
10440         * lib/regexec.c (re_search_2_stub, re_search_stub):
10441         Likewise, for RET_LEN arg.
10442         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
10443         (set_regs): Likewise, for FL_BACKTRACK arg.
10444         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
10445         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
10446         (calc_eclosure_iter, parse_bracket_exp):
10447         Use bool for internal variables that are booleans.
10448         * lib/regexec.c (re_search_internal, check_matching,
10449         proceed_next_node):
10450         (set_regs, build_sifted_states, sift_states_bkref):
10451         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
10452         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10453         (find_collation_sequence_value):
10454         Likewise.
10455         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
10456         (re_node_set_compare):
10457         Return bool, not int. All callers changed.
10458         * lib/regexec.c (check_halt_node_context, check_dst_limits):
10459         (build_trtable, check_node_accept): Likewise.
10460         * lib/regex_internal.h: Include stdbool.h.
10461
10462         Fix bugs uncovered when converting to bool.
10463         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
10464         failure instead of charging ahead blindly.
10465         * lib/regex_internal.c (register_state): Likewise.
10466         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
10467         for freeing internal storage.
10468         (group_nodes_into_DFA_states): Use unsigned int, not int, for
10469         bitset pieces used as boolean, to avoid undefined behavior
10470         on hosts that do int overflow checking.
10471
10472 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10473
10474         * config/srclist.txt: Add glibc bugs 1285-1287.
10475
10476 2005-09-01  Jim Meyering  <jim@meyering.net>
10477
10478         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
10479         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
10480         Require gl_STAT_MACROS, too.
10481
10482 2005-09-01  Bruno Haible  <bruno@clisp.org>
10483
10484         * gnulib-tool (import): In the first-use case, provide defaults.
10485
10486 2005-09-01  Bruno Haible  <bruno@clisp.org>
10487
10488         * gnulib-tool (func_import): Remove the .tmp files.
10489
10490 2005-09-01  Bruno Haible  <bruno@clisp.org>
10491
10492         * gnulib-tool (func_import): Fix handling of symbolic links.
10493
10494 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10495
10496         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
10497         old glibc regex code mishandles strings longer than 2**31 bytes.
10498         This patch fixes this when the regex code is used in gnulib
10499         (i.e., outside glibc).
10500
10501         This patch should not affect the use of the regex code inside
10502         glibc.  No doubt this problem also needs to be handled for glibc
10503         as well, but the result will be an incompatible change to the
10504         glibc ABI, and the old ABI will have to be supported too.  That
10505         can be the the subject for another patch.
10506
10507         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
10508         governing whether the rest of this patch is active.  By default,
10509         the macro is disabled and the patch has no effect.
10510         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
10511         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
10512         (struct re_pattern_buffer, re_search, re_search_2, re_match):
10513         (re_match_2, re_set_registers): Use the new types.
10514         * lib/regex_internal.h (Idx, re_hashval_t): New types.
10515         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
10516         New macros.
10517         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
10518         (re_string_context_at, bin_tree_t, re_dfastate_t):
10519         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
10520         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
10521         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
10522         (re_string_char_size_at, re_string_wchar_at):
10523         (re_string_elem_size_at):
10524         Use the new types and macros to port to 64-bit hosts.
10525         Use unsigned types for internal values, so that the code
10526         mostly works even for arrays larger than SSIZE_MAX.
10527         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
10528         (search_duplicated_node, calc_eclosure_iter, fetch_number):
10529         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
10530         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
10531         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
10532         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
10533         (calc_inveclosure, parse_dup_op, build_range_exp):
10534         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
10535         (fetch_number, create_token_tree, mark_opt_subexp):
10536         Likewise.
10537         * lib/regex_internal.c (re_string_construct_common,
10538         create_ci_newstate):
10539         (create_cd_newstate, re_string_allocate, re_string_construct):
10540         (re_string_realloc_buffers, build_wcs_upper_buffer):
10541         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10542         (re_string_reconstruct, re_string_peek_byte_case):
10543         (re_string_fetch_byte_case, re_string_context_at):
10544         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10545         (re_node_set_init_copy, re_node_set_add_intersect):
10546         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10547         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10548         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10549         (re_acquire_state, re_acquire_state_context, register_state):
10550         Likewise.
10551         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
10552         search_cur_bkref_entry):
10553         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
10554         (re_search_internal, re_search_2_stub, re_search_stub)
10555         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
10556         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
10557         (update_cur_sifted_state, check_dst_limits):
10558         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10559         (check_subexp_limits, sift_states_bkref, merge_state_array):
10560         (check_subexp_matching_top, get_subexp, get_subexp_sub):
10561         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
10562         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10563         (expand_bkref_cache, check_node_accept_bytes):
10564         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
10565         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
10566         (acquire_init_state_context, check_halt_node_context):
10567         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
10568         (sift_states_backward, clean_state_log_if_needed):
10569         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
10570         (find_recover_state, transit_state_sb, transit_state_mb):
10571         (transit_state_bkref, build_trtable, match_ctx_clean):
10572         Likewise.
10573         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
10574         to work around an assumption that REG_MISSING is negative.
10575
10576         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
10577         (seek_collating_symbol_entry) [defined _LIBC]:
10578         (lookup_collation_sequence_value) [defined _LIBC]:
10579         (build_range_exp, build_collating_symbol) [defined _LIBC]:
10580         Use prototypes rather than old-style function definitions.
10581         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
10582         (transit_state_sb) [0]:
10583         (find_collation_sequence_value) [defined _LIBC]: Likewise.
10584
10585         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
10586         rm_eo.
10587
10588         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
10589         (optimize_subexps, lower_subexp):
10590         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
10591         since the signed shift might overflow.  Use 1u<<31 instead.
10592         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10593         Likewise.
10594         * lib/regexec.c (check_dst_limits_calc_pos_1,
10595         check_subexp_matching_top): Likewise.
10596
10597         * lib/regcomp.c (optimize_subexps, lower_subexp):
10598         Use CHAR_BIT rather than 8, for clarity.
10599         * lib/regexec.c (check_dst_limits_calc_pos_1):
10600         (check_subexp_matching_top): Likewise.
10601         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
10602         have to worry about portability issues when shifting it left.
10603         Remove no-longer-needed test for table_size > 0.
10604         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
10605         in a word, as the resulting behavior is undefined.
10606         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
10607         in one case, a <= should have been an <, and in another case the
10608         whole test was missing.
10609         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
10610         the standard name CHAR_BIT.
10611         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
10612         this is not true on one's complement and signed-magnitude hosts.
10613
10614         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
10615         next_last_offset.
10616         (struct re_dfa_t): Remove unused member states_alloc.
10617         * lib/regcomp.c (init_dfa): Don't initialize unused members.
10618
10619 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10620
10621         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
10622         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
10623         and large-file glibc and in 32-bit large-file Solaris.
10624
10625 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10626
10627         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
10628         lengths fit in regoff_t; this isn't true if regoff_t is the same
10629         width as size_t.
10630         * lib/regex.c (re_search_internal): 5th arg is LAST_START
10631         (= START + RANGE) instead of RANGE.  This avoids overflow
10632         problems when regoff_t is the same width as size_t.
10633         All callers changed.
10634         (re_search_2_stub): Check for overflow when adding the
10635         sizes of the two strings.
10636         (re_search_stub): Check for overflow when adding START
10637         to RANGE; if it occurs, substitute the extreme value.
10638
10639 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10640
10641         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
10642
10643 2005-08-31  Jim Meyering  <jim@meyering.net>
10644
10645         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
10646         a pointer-to-const.
10647         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
10648         (register_state): Likewise.
10649         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
10650         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10651         (group_nodes_into_DFAstates): Likewise.
10652
10653 2005-08-31  Jim Meyering  <jim@meyering.net>
10654
10655         * check-module: Add a FIXME comment.
10656
10657 2005-08-31  Eric Blake  <ebb9@byu.net>
10658
10659         * modules/unistd-safer (Files): Add unistd--.h.
10660         * modules/stdio-safer (Files): Add stdio--.h.
10661
10662 2005-08-31  Derek Price  <derek@ximbiot.com>
10663
10664         * lib/getdelim.c (getdelim): Return EOF on EOF.
10665         Reported by Larry Jones <lawrence.jones@ugs.com>.
10666
10667 2005-08-31  Bruno Haible  <bruno@clisp.org>
10668
10669         Avoid unnecessary diffs in the generated lib/Makefile.am.
10670         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
10671         the generated files.
10672         (func_import): Don't set cmd.
10673
10674 2005-08-31  Bruno Haible  <bruno@clisp.org>
10675
10676         * lib/strstr.c: Include <stddef.h>, for NULL.
10677         * lib/strcasestr.c: Likewise.
10678         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10679
10680 2005-08-31  Bruno Haible  <bruno@clisp.org>
10681
10682         * gnulib-tool: New option --macro-prefix.
10683         (func_import): Use macro_prefix.
10684         (import): Handle option --macro-prefix.
10685
10686 2005-08-31  Bruno Haible  <bruno@clisp.org>
10687
10688         * gnulib-tool (import): Rename most ac_* variables to cached_*.
10689         Also use new variables cached_lgpl, cached_libtool.
10690
10691 2005-08-31  Bruno Haible  <bruno@clisp.org>
10692
10693         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
10694         always instantiating them.
10695
10696 2005-08-31  Bruno Haible  <bruno@clisp.org>
10697
10698         * gnulib-tool (func_import): Read the previous cached settings
10699         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
10700         earlier added by gnulib but are now dropped. Warn when a gnulib file
10701         overwrites a non-gnulib file.
10702
10703 2005-08-31  Bruno Haible  <bruno@clisp.org>
10704
10705         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
10706         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
10707         projects that don't keep autogenerated files in CVS. Put into
10708         actioncmd only the specified modules, not the transitive closure.
10709
10710 2005-08-31  Bruno Haible  <bruno@clisp.org>
10711
10712         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
10713         Create directories that shall be filled.
10714         (import): Don't look for gl_* macros in configure.ac. Recurse across
10715         all directories containing a gnulib-cache.m4 files, if meaningful.
10716
10717 2005-08-31  Bruno Haible  <bruno@clisp.org>
10718
10719         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
10720         (import): Set seen_libtool when we see gl_LIBTOOL.
10721
10722 2005-08-31  Bruno Haible  <bruno@clisp.org>
10723
10724         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
10725         declaration macro definitions from generated gnulib.m4.
10726
10727 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
10728
10729         * lib/iconvme.h: Add prototype for iconv_alloc.
10730
10731 2005-08-29  Simon Josefsson  <jas@extundo.com>
10732
10733         * lib/iconvme.c: Fix errno.
10734
10735 2005-08-29  Bruno Haible  <bruno@clisp.org>
10736
10737         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
10738         that it works when the directory contains spaces.
10739
10740 2005-08-29  Bruno Haible  <bruno@clisp.org>
10741
10742         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
10743
10744 2005-08-29  Bruno Haible  <bruno@clisp.org>
10745
10746         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
10747         Emit more advice.
10748
10749 2005-08-29  Bruno Haible  <bruno@clisp.org>
10750         and Stepan Kasal  <kasal@ucw.cz>
10751
10752         * check-module: If more parameters are given, check each of them
10753         separately; add more exceptions, as noted by Jim Meyering.
10754         (check_module): New procedure.
10755         (%exempt_header): Now contains all exceptions.
10756
10757 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
10758
10759         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
10760
10761 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
10762
10763         * lib/iconvme.c: Split iconv_string into iconv_alloc.
10764
10765 2005-08-28  Bruno Haible  <bruno@clisp.org>
10766
10767         * m4/gnulib-tool.m4: New file.
10768
10769 2005-08-27  Jim Meyering  <jim@meyering.net>
10770
10771         * modules/unistd-safer (Files): Add pipe-safer.c.
10772         * modules/fcntl-safer (Files): Add creat-safer.c.
10773
10774 2005-08-27  Jim Meyering  <jim@meyering.net>
10775
10776         * m4/stdlib-safer.m4: New file.  From coreutils.
10777         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
10778         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
10779         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
10780         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
10781         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
10782
10783 2005-08-27  Jim Meyering  <jim@meyering.net>
10784
10785         * lib/fopen-safer.c: Merge minor changes from coreutils.
10786         * lib/dup-safer.c: Likewise.
10787         * lib/fd-safer.c: Likewise.
10788
10789         Merge from coreutils.
10790         * lib/stdio--.h: New file.
10791         * lib/stdlib--.h: New file.
10792         * lib/mkstemp-safer.c: New file.
10793
10794         GNU tar needs these.
10795         * lib/pipe-safer.c: New file.
10796         * lib/creat-safer.c: New file.
10797         * lib/fcntl--.h (creat): Define to creat_safer.
10798         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
10799         * lib/unistd--.h (pipe): Define to pipe_safer.
10800         * lib/unistd-safer.h: Declare pipe_safer.
10801
10802 2005-08-26  Simon Josefsson  <jas@extundo.com>
10803
10804         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
10805         Haible <bruno@clisp.org>.
10806
10807 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
10808
10809         * lib/regex_internal.h: Remove all references to
10810         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
10811         or better.
10812         (bitset_not, bitset_merge, bitset_not_merge):
10813         (bitset_mask, re_string_allocate, re_string_construct):
10814         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
10815         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
10816         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
10817         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
10818         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10819         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10820         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
10821         (re_acquire_state_context):
10822         Remove unnecessary forward decls.
10823         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
10824         Put __attribute at function definition,
10825         now that the function decl has been removed.
10826         * lib/regex_internal.c (re_string_peek_byte_case):
10827         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
10828         Likewise.
10829
10830 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
10831
10832         * m4/regex.m4: Add AC_PREREQ(2.50).
10833         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
10834
10835 2005-08-25  Simon Josefsson  <jas@extundo.com>
10836
10837         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
10838         __fsetlocking.
10839
10840 2005-08-25  Simon Josefsson  <jas@extundo.com>
10841
10842         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
10843         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
10844         GLIBC specific code.
10845
10846 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10847
10848         Make regex safe for g++.  This fixes one real bug (an "err"
10849         that should have been "*err").  g++ problem reported by
10850         Sam Steingold.
10851         * lib/regex_internal.h (re_calloc): New macro, consistent with
10852         re_malloc etc.  All callers of calloc changed to use re_calloc.
10853         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
10854         not int.  All callers changed.
10855         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
10856         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
10857         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
10858         (find_recover_state): Change "err" to "*err"; this fixes what
10859         appears to be a real bug.
10860         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
10861         versus int.
10862
10863 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10864
10865         * modules/regex (Depends-on): Add malloc, since the code
10866         assumes that !malloc(0) means failure.
10867
10868 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10869
10870         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
10871
10872         alloca modernization/simplification for regex.
10873         * lib/regex.c: Remove portability cruft for alloca.  This no longer
10874         needs to be at the start of the file, and can be moved into
10875         regex_internal.h and simplified.
10876         * lib/regex_internal.h: Include <alloca.h>.
10877         (__libc_use_alloca) [!defined _LIBC]: New macro.
10878         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
10879         now works outside glibc.
10880
10881 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10882
10883         * config/srclist.txt: Add glibc bugs 1241, 1245.
10884
10885 2005-08-25  Jim Meyering  <jim@meyering.net>
10886
10887         * lib/open-safer.c: Include <config.h>.
10888         Otherwise, we'd lose LARGEFILE support in any file using
10889         e.g. "fcntl--.h"
10890
10891 2005-08-25  Bruno Haible  <bruno@clisp.org>
10892
10893         * m4/minmax.m4: Require autoconf 2.52.
10894         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
10895         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
10896         alternatives of translit over the alphabet.
10897         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
10898
10899 2005-08-24  Simon Josefsson  <jas@extundo.com>
10900
10901         * tests/test-getpass.c: New file.
10902
10903 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10904
10905         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
10906         for GNU regex features.
10907
10908 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10909
10910         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
10911         * lib/regex.h (regerror): Likewise.
10912
10913         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
10914         requires this.  (The code never needed it.)
10915
10916         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
10917         All uses of recently-renamed identifiers changed to use the new,
10918         POSIX-compliant names.  The code will build and run just fine
10919         without these changes, but it's better to eat our own dog food
10920         and use the standard-conforming names.
10921
10922         * lib/regex.h: Fix a multitude of POSIX name space violations.
10923         These changes have an effect only for programs that define
10924         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
10925         do not change anything for programs compiled in the normal way.
10926         Also, there is no effect on the ABI.
10927
10928         (_REGEX_SOURCE): New macro.
10929         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
10930         defined and _GNU_SOURCE is not; this fixes a name space violation.
10931
10932         Rename the following macros to obey POSIX requirements.
10933         The old names are still visible as macros if _REGEX_SOURCE is defined.
10934         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
10935         RE_BACKSLASH_ESCAPE_IN_LISTS.
10936         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
10937         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
10938         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
10939         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
10940         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
10941         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
10942         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
10943         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
10944         (REG_INTERVALS): renamed from RE_INTERVALS.
10945         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
10946         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
10947         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
10948         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
10949         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
10950         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
10951         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
10952         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
10953         RE_UNMATCHED_RIGHT_PAREN_ORD.
10954         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
10955         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
10956         (REG_DEBUG): renamed from RE_DEBUG.
10957         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
10958         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
10959         unusual, since we can't clash with the POSIX REG_ICASE.
10960         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
10961         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
10962         (REG_NO_SUB): renamed from RE_NO_SUB.
10963         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
10964         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
10965         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
10966         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
10967         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
10968         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
10969         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
10970         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
10971         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
10972         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
10973         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
10974         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
10975         RE_SYNTAX_POSIX_MINIMAL_BASIC.
10976         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
10977         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
10978         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
10979         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
10980         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
10981         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
10982         (REG_FIXED): Renamed from REGS_FIXED.
10983         (REG_NREGS): Renamed from RE_NREGS.
10984
10985         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
10986         of other REG_* macros, since POSIX says the user is allowed to
10987         #undef these macros selectively.
10988
10989         (reg_errcode_t): Update comment stating what other tables need
10990         to be consistent.
10991
10992         Rename the following enum values to obey POSIX requirements.
10993         The old names are still visible as macros.
10994         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
10995         is not defined, since GNU is supposed to be a superset of POSIX as
10996         much as possible, and since we want reg_errcode_t to be a signed
10997         type for implementation consistency.
10998         (_REG_NOERROR): Renamed from REG_NOERROR.
10999         (_REG_NOMATCH): Renamed from REG_NOMATCH.
11000         (_REG_BADPAT): Renamed from REG_BADPAT.
11001         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
11002         (_REG_ECTYPE): Renamed from REG_ECTYPE.
11003         (_REG_EESCAPE): Renamed from REG_EESCAPE.
11004         (_REG_ESUBREG): Renamed from REG_ESUBREG.
11005         (_REG_EBRACK): Renamed from REG_EBRACK.
11006         (_REG_EPAREN): Renamed from REG_EPAREN.
11007         (_REG_EBRACE): Renamed from REG_EBRACE.
11008         (_REG_BADBR): Renamed from REG_BADBR.
11009         (_REG_ERANGE): Renamed from REG_ERANGE.
11010         (_REG_ESPACE): Renamed from REG_ESPACE.
11011         (_REG_BADRPT): Renamed from REG_BADRPT.
11012         (_REG_EEND): Renamed from REG_EEND.
11013         (_REG_ESIZE): Renamed from REG_ESIZE.
11014         (_REG_ERPAREN): Renamed from REG_ERPAREN.
11015         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
11016         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
11017         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
11018         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
11019
11020         (_REG_RE_NAME, _REG_RM_NAME): New macros.
11021         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
11022         changed.  But support the old name if the new one is not defined
11023         and if _REGEX_SOURCE.
11024
11025         Change the following member names in struct re_pattern_buffer.
11026         The old names are still supported if !_REGEX_SOURCE.
11027         The new names are always supported, regardless of _REGEX_SOURCE.
11028         (re_buffer): Renamed from buffer.
11029         (re_allocated): Renamed from allocated.
11030         (re_used): Renamed from used.
11031         (re_syntax): Renamed from syntax.
11032         (re_fastmap): Renamed from fastmap.
11033         (re_translate): Renamed from translate.
11034         (re_can_be_null): Renamed from can_be_null.
11035         (re_regs_allocated): Renamed from regs_allocated.
11036         (re_fastmap_accurate): Renamed from fastmap_accurate.
11037         (re_no_sub): Renamed from no_sub.
11038         (re_not_bol): Renamed from not_bol.
11039         (re_not_eol): Renamed from not_eol.
11040         (re_newline_anchor): Renamed from newline_anchor.
11041
11042         Change the following member names in struct re_registers.
11043         The old names are still supported if !_REGEX_SOURCE.
11044         The new names are always supported, regardless of _REGEX_SOURCE.
11045         (rm_num_regs): Renamed from num_regs.
11046         (rm_start): Renamed from start.
11047         (rm_end): Renamed from end.
11048
11049         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
11050         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
11051         Prepend __ to parameter names.
11052
11053         Undo yesterday's changes.
11054
11055 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11056
11057         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
11058         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
11059         lib/regex.c.
11060
11061 2005-08-24  Jim Meyering  <jim@meyering.net>
11062
11063         Sync from coreutils.
11064         * m4/fcntl-safer.m4: New file.
11065
11066         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
11067         and object files for this module.
11068
11069 2005-08-24  Jim Meyering  <jim@meyering.net>
11070
11071         Sync from coreutils.
11072         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
11073
11074 2005-08-24  Jim Meyering  <jim@meyering.net>
11075
11076         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
11077         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
11078
11079 2005-08-24  Jim Meyering  <jim@meyering.net>
11080
11081         * modules/fcntl-safer: New module.
11082         * modules/fts (Depends-on): Add fcntl-safer.
11083         * MODULES.html.sh (File descriptor based Input/Output):
11084         Add fcntl-safer.
11085
11086 2005-08-24  Bruno Haible  <bruno@clisp.org>
11087
11088         Support for unit test modules.
11089         * modules/README: Mention tests modules.
11090         * modules/TEMPLATE-TESTS: New file.
11091         * gnulib-tool: New options --extract-tests-module, --with-tests and
11092         --tests-base (unused for the moment).
11093         (testsbase, inctests): New variables.
11094         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
11095         (func_verify_module): Exclude TEMPLATE-TESTS.
11096         (func_verify_nontests_module, func_verify_tests_module): New functions.
11097         (func_get_dependencies): Add implicit dependency for tests modules.
11098         (func_get_tests_module): New function.
11099         (func_modules_transitive_closure): When --with-tests was specified,
11100         include the unit tests as well, unless explicitly avoided.
11101         (func_emit_lib_Makefile_am): Ignore the tests modules here.
11102         (func_emit_tests_Makefile_am): New function.
11103         (func_create_testdir): When --with-tests was specified, emit a
11104         tests/ directory.
11105         * MODULES.html.sh (Future developments): Update.
11106
11107 2005-08-24  Bruno Haible  <bruno@clisp.org>
11108
11109         * modules/tls-tests: New file.
11110         * tests/test-tls.c: New file, from GNU gettext.
11111
11112 2005-08-24  Bruno Haible  <bruno@clisp.org>
11113
11114         * modules/lock-tests: New file.
11115         * tests/test-lock.c: New file, from GNU gettext.
11116
11117 2005-08-24  Bruno Haible  <bruno@clisp.org>
11118
11119         * lib/lock.h: Add multiple inclusion guard.
11120         * lib/tls.h: Add multiple inclusion guard.
11121
11122 2005-08-24  Bruno Haible  <bruno@clisp.org>
11123
11124         * gnulib-tool: Add support for the --aux-dir option to
11125         --create-testdir, --create-megatestdir, --test, --megatest.
11126         (func_create_testdir, func_create_megatestdir): Optionally emit a
11127         AC_CONFIG_AUX_DIR directive.
11128         (create-testdir, create-megatestdir, test, megatest): Provide a
11129         default value for $auxdir.
11130
11131 2005-08-24  Bruno Haible  <bruno@clisp.org>
11132
11133         * gnulib-tool (import): Use compound statement instead of subshell
11134         where possible.
11135
11136 2005-08-24  Bruno Haible  <bruno@clisp.org>
11137
11138         * gnulib-tool (import): Change --aux-dir default to "build-aux".
11139
11140 2005-08-24  Bruno Haible  <bruno@clisp.org>
11141
11142         * gnulib-tool (func_version): Update.
11143
11144 2005-08-24  Bruno Haible  <bruno@clisp.org>
11145
11146         * gnulib-tool (func_import, func_create_testdir,
11147         func_create_megatestdir): Quote all autoconf macro arguments.
11148
11149 2005-08-24  Bruno Haible  <bruno@clisp.org>
11150
11151         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
11152         option --force, because --force causes the aclocal.m4 of each
11153         subdirectory to be newer than the corresponding config.h.in.
11154
11155 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11156
11157         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
11158         All contents moved to gl_REGEX.
11159         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
11160         assume that it does.
11161
11162 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11163
11164         * lib/regex.h (REG_NOSYS)
11165         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
11166         Define, since POSIX requires it as of 2001.
11167         (_REG_ENOSYS)
11168         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
11169         New private symbol, used to keep the enum signed in all cases.
11170         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
11171         Youngman in
11172         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
11173
11174         * lib/regex_internal.c (re_string_skip_chars, register_state):
11175         (calc_state_hash):
11176         Remove forward decls; no longer needed now that we use prototypes.
11177         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
11178         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
11179         (clean_state_log_if_needed): Likewise.
11180
11181 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11182
11183         * config/srclist.txt: Add glibc bugs 1231-1233.
11184
11185 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11186
11187         Fix problems reported by Sam Steingold in
11188         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
11189         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
11190         assumed that reg_errcode_t is a signed type, which is not
11191         necessarily true if _XOPEN_SOURCE is not defined.
11192         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
11193         since some compilers warn about it otherwise.
11194
11195 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11196
11197         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
11198         (init_word_char, create_initial_state, duplicate_node_closure):
11199         (fetch_token, peek_token_bracket, build_range_exp):
11200         (build_collating_symbol): Remove forward decls; no longer needed
11201         now that we use prototypes.
11202
11203         * lib/regcomp.c:
11204         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
11205         (re_compile_fastmap_iter, regcomp, regerror, regfree):
11206         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
11207         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
11208         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
11209         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
11210         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
11211         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
11212         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
11213         (build_range_exp, build_collating_symbol, parse_bracket_exp):
11214         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
11215         (build_charclass, build_charclass_op, fetch_number, create_tree):
11216         (create_token_tree, mark_opt_subexp, duplicate_tree):
11217         Use prototypes rather than old-style definitions.
11218
11219         * lib/regex_internal.c:
11220         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
11221         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
11222         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11223         (re_string_reconstruct, re_string_peek_byte_case):
11224         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
11225         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11226         (re_node_set_init_copy, re_node_set_add_intersect):
11227         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11228         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11229         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11230         (re_acquire_state, re_acquire_state_context, register_state):
11231         (create_ci_newstate, create_cd_newstate, free_state):
11232         Likewise.
11233         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
11234         re_search_2):
11235         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
11236         (re_search_internal, prune_impossible_nodes):
11237         (acquire_init_state_context, check_matching, static):
11238         (check_halt_node_context, check_halt_state_context, proceed_next_node):
11239         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
11240         (update_regs, sift_states_backward, build_sifted_states):
11241         (clean_state_log_if_needed, merge_state_array):
11242         (update_cur_sifted_state, add_epsilon_src_nodes):
11243         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
11244         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
11245         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
11246         (find_recover_state, check_subexp_matching_top, transit_state_mb):
11247         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
11248         (check_arrival, check_arrival_add_next_nodes):
11249         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11250         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11251         (check_node_accept_bytes, check_node_accept, extend_buffers):
11252         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
11253         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
11254         (sift_ctx_init):
11255         Likewise.
11256
11257         * lib/regex_internal.h:
11258         (re_string_allocate, re_string_construct, re_string_reconstruct):
11259         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
11260         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
11261         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
11262         (re_string_context_at, re_string_peek_byte_case):
11263         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
11264         is defined, since we now use prototypes always.
11265
11266         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
11267         C89 or better.  All uses removed.
11268
11269 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11270
11271         * config/srclist.txt: Add glibc bugs 1220-1227.
11272
11273 2005-08-20  Jim Meyering  <jim@meyering.net>
11274
11275         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
11276         of unused local, dfa.
11277
11278 2005-08-20  Bruno Haible  <bruno@clisp.org>
11279
11280         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
11281
11282 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11283
11284         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
11285         (re_node_set_insert_last, re_dfa_add_node):
11286         Rename local variables to avoid GCC shadowing warnings.
11287
11288 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11289
11290         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
11291         [defined lint]: Suppress bogus uninitialized-variable warnings.
11292
11293         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
11294         and let the caller return REG_ESPACE if out of space.  This
11295         removes an uninitialied-variable warning with GCC 4.0.1, and also
11296         avoids taking the address of a local variable.  All callers
11297         changed.
11298
11299 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11300
11301         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
11302         $LIBCSRC/posix/regexec.c.
11303         Add glibc bug 1217 for regcomp.c.
11304
11305 2005-08-19  Jim Meyering  <jim@meyering.net>
11306
11307         * lib/regexec.c (proceed_next_node): Redo local variables to
11308         avoid GCC shadowing warnings.
11309
11310 2005-08-18  Bruno Haible  <bruno@clisp.org>
11311
11312         * lib/strstr.c (strstr): Fix return value in multibyte case.
11313         * lib/strcasestr.c (strcasestr): Likewise.
11314
11315 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11316
11317         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
11318
11319 2005-08-17  Jim Meyering  <jim@meyering.net>
11320
11321         Make the %s format (seconds since the epoch) work for a negative
11322         number and when used with a zero-padded field width, e.g. %015s.
11323
11324         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
11325         label so that it precedes the code to set `digits'.  Otherwise,
11326         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
11327         print `00-22'.  Now, it prints `-0022', as it should.
11328
11329 2005-08-17  Bruno Haible  <bruno@clisp.org>
11330
11331         * modules/strstr (Files): Add m4/mbrtowc.m4.
11332         (Depends-on): Add mbuiter.
11333
11334 2005-08-17  Bruno Haible  <bruno@clisp.org>
11335
11336         * modules/strcasestr: New file.
11337         * MODULES.html.sh (String handling, based on ANSI C 89): Add
11338         strcasestr.
11339
11340 2005-08-17  Bruno Haible  <bruno@clisp.org>
11341
11342         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
11343
11344 2005-08-17  Bruno Haible  <bruno@clisp.org>
11345
11346         * modules/mbuiter: New file.
11347         * MODULES.html.sh (Extended multibyte and wide character utilities):
11348         Add mbuiter.
11349
11350 2005-08-17  Bruno Haible  <bruno@clisp.org>
11351
11352         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
11353         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
11354
11355 2005-08-17  Bruno Haible  <bruno@clisp.org>
11356
11357         * m4/strcasestr.m4: New file.
11358
11359 2005-08-17  Bruno Haible  <bruno@clisp.org>
11360
11361         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
11362         * lib/strstr.c: Completely rewritten, with multibyte locale support.
11363
11364 2005-08-17  Bruno Haible  <bruno@clisp.org>
11365
11366         * lib/strcasestr.h: New file.
11367         * lib/strcasestr.c: New file.
11368
11369 2005-08-17  Bruno Haible  <bruno@clisp.org>
11370
11371         * lib/strcasecmp.c: Use mbuiter.h.
11372
11373 2005-08-17  Bruno Haible  <bruno@clisp.org>
11374
11375         * lib/mbuiter.h: New file.
11376
11377 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11378
11379         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
11380         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
11381         and gl_GETOPT are both invoked via different paths (as happens
11382         with GNU tar CVS because it uses both argp and getopt), the former
11383         wins.
11384
11385 2005-08-16  Bruno Haible  <bruno@clisp.org>
11386
11387         * modules/tls: New file.
11388         * MODULES.html.sh (Multithreading): Add tls.
11389
11390 2005-08-16  Bruno Haible  <bruno@clisp.org>
11391
11392         * modules/strnlen1: New file.
11393         * MODULES.html.sh (String handling): Add strnlen1.
11394
11395 2005-08-16  Bruno Haible  <bruno@clisp.org>
11396
11397         * modules/strcase (Files): Add m4/mbrtowc.m4.
11398         (Depends-on): Add strnlen1, mbchar.
11399
11400 2005-08-16  Bruno Haible  <bruno@clisp.org>
11401
11402         * modules/mbiter: New file.
11403         * MODULES.html.sh (Extended multibyte and wide character utilities):
11404         Add mbiter.
11405
11406 2005-08-16  Bruno Haible  <bruno@clisp.org>
11407
11408         * modules/mbfile: New file.
11409         * MODULES.html.sh (Extended multibyte and wide character utilities):
11410         Add mbfile.
11411
11412 2005-08-16  Bruno Haible  <bruno@clisp.org>
11413
11414         * modules/mbchar: New file.
11415         * MODULES.html.sh (Extended multibyte and wide character utilities):
11416         New section.
11417
11418 2005-08-16  Bruno Haible  <bruno@clisp.org>
11419
11420         * m4/tls.m4: New file, from GNU gettext.
11421
11422 2005-08-16  Bruno Haible  <bruno@clisp.org>
11423
11424         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
11425         always.
11426         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
11427
11428 2005-08-16  Bruno Haible  <bruno@clisp.org>
11429
11430         * m4/mbiter.m4: New file.
11431
11432 2005-08-16  Bruno Haible  <bruno@clisp.org>
11433
11434         * m4/mbfile.m4: New file.
11435
11436 2005-08-16  Bruno Haible  <bruno@clisp.org>
11437
11438         * m4/mbchar.m4: New file.
11439
11440 2005-08-16  Bruno Haible  <bruno@clisp.org>
11441
11442         * lib/tls.h: New file, from GNU gettext.
11443         * lib/tls.c: New file, from GNU gettext.
11444
11445 2005-08-16  Bruno Haible  <bruno@clisp.org>
11446
11447         * lib/strnlen1.h: New file.
11448         * lib/strnlen1.c: New file.
11449
11450 2005-08-16  Bruno Haible  <bruno@clisp.org>
11451
11452         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
11453         (mbi_init): Update.
11454         (mbi_avail, mbi_advance): Let the iteration end before the terminating
11455         NUL byte, not after it.
11456
11457 2005-08-16  Bruno Haible  <bruno@clisp.org>
11458
11459         * lib/strcase.h (strcasecmp): Add note in comments.
11460         * lib/strncasecmp.c: Use code from strcasecmp.c.
11461         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
11462         (strcasecmp): Work correctly in multibyte locales.
11463
11464 2005-08-16  Bruno Haible  <bruno@clisp.org>
11465
11466         * lib/mbiter.h: New file.
11467
11468 2005-08-16  Bruno Haible  <bruno@clisp.org>
11469
11470         * lib/mbfile.h: New file.
11471
11472 2005-08-16  Bruno Haible  <bruno@clisp.org>
11473
11474         * lib/mbchar.h: New file.
11475         * lib/mbchar.c: New file.
11476
11477 2005-08-16  Bruno Haible  <bruno@clisp.org>
11478
11479         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
11480         the valid ones. Makes the comparison operations transitive:
11481         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
11482         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
11483
11484 2005-08-15  Simon Josefsson  <jas@extundo.com>
11485
11486         * modules/ssize_t (License): Change to 'unlimited'.
11487
11488         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
11489
11490 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11491
11492         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
11493         Add comments for each pending glibc patch.
11494
11495 2005-08-15  Bruno Haible  <bruno@clisp.org>
11496
11497         * lib/regex.h (__restrict_arr): Don't define to __restrict if
11498         __cplusplus is defined.
11499
11500 2005-08-14  Jim Meyering  <jim@meyering.net>
11501
11502         Sync from coreutils.
11503
11504         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
11505         Use the hash-table-based cycle-detection code not just when
11506         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
11507         Reported by James Youngman in
11508         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
11509         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
11510         FTS_TIGHT_CYCLE_CHECK.
11511         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
11512         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
11513         once again.
11514         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
11515         * lib/fts.c (fd_safer): Remove decl.
11516         Include fcntl--.h rather than unistd-safer.h
11517         (fts_safe_changedir): Don't call fd_safer; no longer needed
11518         now that we include fcntl--.h.
11519
11520 2005-08-12  Simon Josefsson  <jas@extundo.com>
11521
11522         * modules/getndelim2: Use ssize_t module.
11523         * modules/getnline: Likewise.
11524         * modules/safe-read: Likewise.
11525         * modules/xreadlink: Likewise.
11526
11527         * modules/ssize_t: New file.
11528
11529 2005-08-12  Simon Josefsson  <jas@extundo.com>
11530
11531         * m4/readline.m4: Look for termcap, curses or ncurses if required.
11532
11533 2005-08-12  Simon Josefsson  <jas@extundo.com>
11534
11535         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11536         ssize_t.
11537
11538 2005-08-12  Simon Josefsson  <jas@extundo.com>
11539
11540         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
11541         readline, getdelim and check_version.
11542         (Support for systems lacking ISO C 99: Sizes of integer types):
11543         Add size_max.
11544
11545 2005-08-12  Bruno Haible  <bruno@clisp.org>
11546
11547         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
11548
11549 2005-08-11  Simon Josefsson  <jas@extundo.com>
11550
11551         * modules/readline: New file.
11552
11553         * modules/strnlen (Files): Add strnlen.h.
11554
11555 2005-08-11  Simon Josefsson  <jas@extundo.com>
11556
11557         * m4/readline.m4: New file.
11558
11559 2005-08-11  Simon Josefsson  <jas@extundo.com>
11560
11561         * lib/readline.h, readline.c: New file.
11562
11563 2005-08-11  Simon Josefsson  <jas@extundo.com>
11564
11565         * doc/gnulib.texi (Initial import, Finishing touches): Mention
11566         gl_AVOID.
11567
11568 2005-08-11  Bruno Haible  <bruno@clisp.org>
11569
11570         * lib/strnlen.h (strnlen): Change parameter name to match comment.
11571
11572 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
11573
11574         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
11575
11576 2005-08-10  Simon Josefsson  <jas@extundo.com>
11577
11578         * tests/test-iconvme.c: New file.
11579
11580 2005-08-10  Simon Josefsson  <jas@extundo.com>
11581
11582         * m4/strnlen.m4: New file.
11583
11584         * m4/strndup.m4: Don't check for strnlen declaration, done in
11585         strnlen.m4.
11586
11587 2005-08-10  Simon Josefsson  <jas@extundo.com>
11588
11589         * lib/strndup.c: Use strnlen.h.
11590
11591         * lib/strnlen.h: New file.
11592
11593 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11594
11595         * README: Typos.
11596
11597 2005-08-02  Simon Josefsson  <jas@extundo.com>
11598
11599         * modules/readline: New file.
11600
11601 2005-08-02  Simon Josefsson  <jas@extundo.com>
11602
11603         * modules/getdelim: New file.
11604
11605         * modules/getline: Rewrite, don't use getndelim2.
11606
11607 2005-08-02  Simon Josefsson  <jas@extundo.com>
11608
11609         * m4/getline.m4: Separate out getdelim stuff into separate module.
11610
11611         * m4/getdelim.m4: New file.
11612
11613 2005-08-02  Simon Josefsson  <jas@extundo.com>
11614
11615         * lib/getline.h, getline.c: Rewrite.
11616
11617         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
11618
11619 2005-07-31  Bruno Haible  <bruno@clisp.org>
11620
11621         * lib/lock.h (gl_lock_initializer): New macro.
11622         (gl_lock_define_initialized): Use it.
11623         (gl_rwlock_initializer): New macro.
11624         (gl_rwlock_define_initialized): Use it.
11625         (gl_recursive_lock_initializer): New macro.
11626         (gl_recursive_lock_define_initialized): Use it.
11627
11628 2005-07-30  Karl Berry  <karl@gnu.org>
11629
11630         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
11631         Report from Ben Pfaff, regarding getopt.
11632
11633 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
11634
11635         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
11636         normal way.
11637         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
11638         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
11639         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
11640         (gl_GETOPT): Use the new macros.  Most of the implementation
11641         is moved to the new macros.  This is for programs like Emacs
11642         that don't want all the functionality of gl_GETOPT.
11643
11644 2005-07-26  Bruno Haible  <bruno@clisp.org>
11645
11646         * m4/lock.m4: Update from GNU gettext.
11647
11648 2005-07-26  Bruno Haible  <bruno@clisp.org>
11649
11650         * lib/lock.h: Update from GNU gettext.
11651         * lib/lock.c: Update from GNU gettext.
11652
11653 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11654
11655         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
11656         obsolescent AC_TRY_RUN.  Include the default includes files, for
11657         'exit'.
11658
11659 2005-07-24  Bruno Haible  <bruno@clisp.org>
11660
11661         * modules/visibility: New file.
11662         * MODULES.html.sh (Misc): Add visibility.
11663
11664 2005-07-24  Bruno Haible  <bruno@clisp.org>
11665
11666         * m4/visibility.m4: New file.
11667
11668 2005-07-24  Bruno Haible  <bruno@clisp.org>
11669
11670         * doc/visibility.texi: New file.
11671
11672 2005-07-22  Bruno Haible  <bruno@clisp.org>
11673
11674         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
11675         $(ALLOCA_H), redundant through BUILT_SOURCES.
11676         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
11677         redundant through BUILT_SOURCES.
11678         * modules/byteswap (Makefile.am): Remove explicit dependency on
11679         $(BYTESWAP_H), redundant through BUILT_SOURCES.
11680         * modules/fnmatch (Makefile.am): Remove explicit dependency on
11681         $(FNMATCH_H), redundant through BUILT_SOURCES.
11682         * modules/getopt (Makefile.am): Remove explicit dependency on
11683         $(GETOPT_H), redundant through BUILT_SOURCES.
11684         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
11685         redundant through BUILT_SOURCES.
11686         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
11687         redundant through BUILT_SOURCES.
11688         * modules/stdbool (Makefile.am): Remove explicit dependency on
11689         $(STDBOOL_H), redundant through BUILT_SOURCES.
11690         * modules/stdint (Makefile.am): Remove explicit dependency on
11691         $(STDINT_H), redundant through BUILT_SOURCES.
11692         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
11693         Remove explicit dependency on $(SYSEXITS_H).
11694         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
11695
11696 2005-07-18  Simon Josefsson  <jas@extundo.com>
11697
11698         * lib/check-version.c (check_version): Accept identical versions too.
11699
11700 2005-07-18  Bruno Haible  <bruno@clisp.org>
11701
11702         * modules/lock: New file.
11703         * MODULES.html.sh (Multithreading): New section.
11704
11705 2005-07-18  Bruno Haible  <bruno@clisp.org>
11706
11707         * m4/lock.m4: New file, from GNU gettext.
11708
11709 2005-07-18  Bruno Haible  <bruno@clisp.org>
11710
11711         * lib/lock.h: New file, from GNU gettext.
11712         * lib/lock.c: New file, from GNU gettext.
11713
11714 2005-07-18  Bruno Haible  <bruno@clisp.org>
11715
11716         * lib/lock.h (gl_once_t): New type.
11717         (gl_once_define, gl_once): New macros.
11718         * lib/lock.c (fresh_once): New variable.
11719         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
11720         functions.
11721
11722 2005-07-16  Simon Josefsson  <jas@extundo.com>
11723
11724         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
11725         workaround, suggested by Bruno.
11726
11727 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11728
11729         * modules/xalloc (Depends-on): Add xalloc-die.
11730         * modules/xvasprintf (Depends-on): Add xalloc-die.
11731
11732 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11733
11734         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
11735         with a minor change.
11736
11737 2005-07-15  Bruno Haible  <bruno@clisp.org>
11738
11739         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
11740         When using lib/poll.c, define poll as rpl_poll.
11741
11742 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
11743
11744         * modules/argp (Depends-on): Remove unlocked-io.
11745
11746 2005-07-14  Derek Price  <derek@ximbiot.com>
11747
11748         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
11749         for glob symlink bug.
11750
11751 2005-07-14  Bruno Haible  <bruno@clisp.org>
11752
11753         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
11754         Instead, test for *_unlocked function declarations directly.
11755
11756 2005-07-11  Simon Josefsson  <jas@extundo.com>
11757
11758         * modules/size_max: New file.
11759
11760         * modules/xsize: Depend on size_max module for size_max.m4.
11761
11762 2005-07-11  Simon Josefsson  <jas@extundo.com>
11763
11764         * lib/size_max.h: New file.
11765
11766 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
11767
11768         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
11769         copyright symbol and the year.
11770         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
11771         (version_etc_va): Use parameterized copyright notice.
11772         Reword to conform to the current GNU coding standards.
11773
11774 2005-07-11  Karl Berry  <karl@gnu.org>
11775
11776         * doc/gnulib.texi (Quoting): new node.
11777         (Initial import): more info, from Patrice.
11778
11779 2005-07-11  Bruno Haible  <bruno@clisp.org>
11780
11781         * gnulib-tool (func_usage): Document option --avoid.
11782         (Command line options): Handle --avoid.
11783         (func_acceptable): New function.
11784         (func_modules_transitive_closure): Use it.
11785
11786 2005-07-11  Bruno Haible  <bruno@clisp.org>
11787
11788         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
11789         Reported by Jim Meyering.
11790
11791 2005-07-10  Bruno Haible  <bruno@clisp.org>
11792
11793         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
11794         Needed when size_t is smaller than 'unsigned int'.
11795         Reported by Paul Eggert.
11796
11797 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11798
11799         * modules/argp (Depends-on): Add unlocked-io
11800
11801 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11802
11803         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
11804         block of defines.
11805
11806 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11807
11808         * config/srclist.txt: Comment out regcomp.c, since we have a porting
11809         fix now.
11810
11811 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
11812         and Paul Eggert  <eggert@cs.ucla.edu>
11813
11814         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
11815         in wint_t, not wchar_t.  Remove now-unnecessary cast.
11816
11817 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11818
11819         * modules/regex (Files): Add lib/regex_internal.c,
11820         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
11821         (Depends-on): Add extensions.
11822         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
11823
11824 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11825
11826         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
11827         pathconf.
11828         * m4/same.m4 (gl_SAME): Likewise.
11829         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
11830
11831         * m4/regex.m4: Adjust to new libc regex implementation.
11832         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
11833         all the .c and .h parts of (the new) regex.
11834         Quote the m4 stuff better.
11835         Check for RE_ICASE bug of old gnulib.
11836         Check for REG_STARTEND of recent libc.
11837         Rename local variables from jm_* to gl_*.
11838         Quote operand of "test -f".
11839         Say "recent enough" version of libc, not "version 2".
11840         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
11841         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
11842         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
11843         Remove check for btowc, isascii.
11844         Require AM_LANGINFO_CODESET.
11845
11846 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11847
11848         * lib/regex.c, regex.h: Sync from libc.
11849         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
11850         * lib/regexec.c:
11851         New files, synced from libc, except that regex_internal.h
11852         currently has a small porting fix.
11853
11854 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11855
11856         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
11857         regex_internal.c, regexec.c.
11858         Add regex_internal.h too, but as a comment, since the libc version
11859         is currently broken in gnulib mode.
11860
11861 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11862
11863         Support programs like Emacs that use gnulib but not gettext.
11864         * MODULES.html.sh (Internationalization functions): Add gettext-h.
11865         * modules/gettext-h: New file.
11866         * modules/gettext (Files): Remove lib/gettext.h.
11867         (Depends-on): Add gettext-h.
11868         (Makefile.am): Remove lib_SOURCES.
11869         * modules/argmatch, modules/c-stack, modules/closeout:
11870         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
11871         * modules/execute, modules/file-type, modules/getaddrinfo:
11872         * modules/getopt, modules/human, modules/javacomp:
11873         * modules/javaexec, modules/mkdir-p, modules/obstack:
11874         * modules/openat, modules/pagealign_alloc, modules/pipe:
11875         * modules/quotearg, modules/regex, modules/rpmatch:
11876         * modules/unicodeio, modules/userspec, modules/version-etc:
11877         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
11878         * modules/xsetenv:
11879         Depend on gettext-h, not gettext.
11880
11881 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11882
11883         * gnulib-tool (func_import): Add support for 'public domain' license.
11884         * modules/alloca, modules/atexit, modules/memmove:
11885         Now public domain, not GPL.
11886         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
11887         * modules/realloc, modules/strerror, modules/strtod:
11888         Now LGPL, not GPL.
11889
11890 2005-07-05  Bruno Haible  <bruno@clisp.org>
11891
11892         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
11893         autoconf CVS. Needed for mingw.
11894
11895 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11896
11897         Remove the dependency of the strftime module on the tzset module.
11898         * modules/strftime (Depends-on): Remove dependency on tzset.
11899
11900 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11901
11902         Remove the dependency of the strftime module on the tzset module.
11903         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
11904         gl_FUNC_TZSET_CLOBBER.
11905
11906 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11907
11908         Remove the dependency of the strftime module on the tzset module.
11909         * lib/strftime.c (my_strftime)
11910         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
11911         Copy the input structure, to work around some of the bug with
11912         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
11913         Solaris releases, you should also use the tzset module, but we won't
11914         require it as a dependency any more since we don't want LGPLed code
11915         to depend on GPLed code.
11916
11917 2005-07-02  Jim Meyering  <jim@meyering.net>
11918
11919         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
11920         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
11921         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
11922         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
11923
11924 2005-07-02  Jim Meyering  <jim@meyering.net>
11925
11926         * lib/backupfile.c (backup_args): Change a `0' to NULL.
11927
11928 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11929
11930         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
11931         declares only 'struct timespec;' (!).
11932
11933 2005-07-01  Jim Meyering  <jim@meyering.net>
11934
11935         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
11936         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
11937         * lib/save-cwd.c, tempname.c:
11938         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11939         and don't include <sys/file.h>).
11940
11941 2005-06-29  Jim Meyering  <jim@meyering.net>
11942
11943         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
11944         type name.  Use the variable name instead.
11945         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
11946         Likewise.
11947
11948 2005-06-28  Simon Josefsson  <jas@extundo.com>
11949
11950         * modules/check-version (Files): Add check-version.m4.
11951
11952 2005-06-28  Simon Josefsson  <jas@extundo.com>
11953
11954         * m4/check-version.m4: New file, suggested by Jim Meyering
11955         <jim@meyering.net>.
11956
11957 2005-06-28  Simon Josefsson  <jas@extundo.com>
11958
11959         * lib/check-version.h, lib/check-version.c: New files.
11960
11961 2005-06-28  Simon Josefsson  <jas@extundo.com>
11962
11963         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
11964         collision with global variable.  Better indentation.  Don't
11965         increment buffer pointer beyond buffer end.  Based on comments
11966         from Paul Eggert <eggert@cs.ucla.edu>.
11967
11968         * lib/base64.h: Indent.
11969
11970 2005-06-28  Simon Josefsson  <jas@extundo.com>
11971
11972         * doc/gnulib.texi (Library version handling): New section.
11973
11974 2005-06-28  Jim Meyering  <jim@meyering.net>
11975
11976         * check-module (find_included_lib_files): Hard-code another
11977         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
11978         but modules/fts-lgpl (correctly) does not list those files.
11979
11980         * modules/canonicalize (Files): Add lib/pathmax.h.
11981
11982 2005-06-25  Simon Josefsson  <jas@extundo.com>
11983
11984         * modules/check-version: New file.
11985
11986 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
11987
11988         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
11989         initializer of struct addrinfo, as an indication that we don't
11990         care how many members the structure has.
11991
11992 2005-06-24  Derek Price  <derek@ximbiot.com>
11993         and Bruno Haible  <bruno@clisp.org>
11994
11995         Remove stat module & update lstat.
11996         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
11997         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
11998         * m4/stat.m4: Remove this file.
11999
12000 2005-06-24  Derek Price  <derek@ximbiot.com>
12001         and Bruno Haible  <bruno@clisp.org>
12002
12003         Remove stat module & update lstat.
12004         * lib/stat.c: Remove this file...
12005         (slash_aware_lstat): ...moving this content and its support...
12006         * lib/lstat.c (rpl_lstat): ...into here.
12007         * lib/lstat.h: New file.
12008
12009 2005-06-24  Derek Price  <derek@ximbiot.com>
12010         and Bruno Haible  <bruno@clisp.org>
12011
12012         Remove stat module & update lstat.
12013         * config/srclist.txt (libc sources): Remove stat.
12014
12015 2005-06-24  Derek Price  <derek@ximbiot.com>
12016         and Bruno Haible  <bruno@clisp.org>
12017
12018         Remove stat module & update lstat.
12019         * MODULES.html.sh (stat): Remove.
12020         * MODULES.html: Regenerated.
12021         * modules/lstat (Description): Correct function name.
12022         (Files): Add "lstat.h".
12023         (Depends-on): Remove stat, add xalloc, stat-macros.
12024         * modules/stat: Remove this file.
12025         (Include): Add "lstat.h", remove <sys/stat.h>.
12026
12027 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12028
12029         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
12030         (ranged_convert): Don't save conversion in a temporary struct.
12031         This causes a warning with GCC 4.0.0, and anyway in the typical
12032         case it's not worth the extra 100 bytes or so of code.
12033         (ranged_convert, __mktime_internal): When calling a function via a
12034         pointer P, use P () rather than (*P) (), as we now assume C89 or
12035         better.
12036
12037 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12038
12039         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
12040         "who -r" failed to give output.  Problem reported by Tim Waugh.
12041
12042         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
12043         (xcalloc): Use it to avoid needless tests.
12044         Problem reported by Jim Meyering.
12045
12046 2005-06-20  Derek Price  <derek@ximbiot.com>
12047
12048         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
12049         unnecessary for Autoconfs > 2.59c.
12050
12051 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12052
12053         * lib/argp.h (__option_is_short): Check upper limit of
12054         __key. Isprint() requires its argument to have the value
12055         of an unsigned char or EOF.
12056
12057 2005-06-16  Jim Meyering  <jim@meyering.net>
12058
12059         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
12060         when either N or S is zero.
12061
12062 2005-06-16  Derek Price  <derek@ximbiot.com>
12063
12064         * m4/bison.m4: Declare YACC & YFLAGS precious.
12065
12066 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12067
12068         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
12069         multibyte string or pattern, fall back on unibyte matching.
12070         Problem reported by James Youngman.
12071
12072 2005-06-08  Bruno Haible  <bruno@clisp.org>
12073
12074         * modules/csharpcomp: New file.
12075         * MODULES.html.sh (C#): Add csharpcomp.
12076
12077 2005-06-08  Bruno Haible  <bruno@clisp.org>
12078
12079         * m4/csharpcomp.m4: New file, from GNU gettext.
12080
12081 2005-06-08  Bruno Haible  <bruno@clisp.org>
12082
12083         * lib/csharpcomp.h: New file, from GNU gettext.
12084         * lib/csharpcomp.c: New file, from GNU gettext.
12085         * lib/csharpcomp.sh.in: New file, from GNU gettext.
12086
12087 2005-06-08  Bruno Haible  <bruno@clisp.org>
12088
12089         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
12090         warning on mingw.
12091
12092 2005-06-07  Derek Price  <derek@ximbiot.com>
12093
12094         Sync from CVS.
12095         * lib/glob_.h: Indent nested #ifdef.
12096
12097 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12098
12099         Sync from coreutils.
12100         Use "file name" when talking about file names, instead of "filename"
12101         or "path", as per the GNU coding standards.
12102         * lib/mkdir-p.c: Renamed from makepath.c.
12103         (make_dir_parents): Renamed from make_path.  All callers changed.
12104         * lib/mkdir-p.h: Likewise.  All includers changed.
12105         * lib/filenamecat.c: Renamed from path-concat.c.
12106         (file_name_concat): Renamed from path_concat.  All callers changed.
12107         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
12108         * lib/filenamecat.h: Likewise.  All includers changed.
12109         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
12110         in comments or local variable names.
12111         * lib/basename.c: Likewise.
12112         * lib/canonicalize.c, canonicalize.h: Likewise.
12113         * lib/dirname.c, dirname.h: Likewise.
12114         * lib/euidaccess.c: Likewise.
12115         * lib/exclude.c: Likewise
12116         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
12117         * lib/fsusage.c, fsuage.h: Likewise.
12118         * lib/fts.c, fts_.h: Likewise.
12119         * lib/getcwd.c: Likewise.
12120         * lib/getloadavg.c: Likewise.
12121         * lib/mkstemp.c: Likewise.
12122         * lib/mountlist.c, mountlist.h: Likewise.
12123         * lib/openat.c, openat.h: Likewise.
12124         * lib/readlink-stub.c: Likewise.
12125         * lib/readutmp.c, readutmp.h: Likewise.
12126         * lib/rename.c: Likewise.
12127         * lib/rmdir.c: Likewise.
12128         * lib/same.c: Likewise.
12129         * lib/savedir.c: Likewise.
12130         * lib/stripslash.c: Likewise.
12131         * lib/tempname.c: Likewise.
12132         * lib/xreadlink.c: Likewise.
12133         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
12134         All uses changed.
12135         * lib/exclude.h: Likewise.
12136
12137         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
12138         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12139         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
12140         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12141         * lib/pathmax.h: Include <limits.h> unconditionally, since other
12142         files have been getting away with it for years (MORE/BSD 4.3
12143         is extinct now).
12144         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
12145         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12146
12147         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
12148         Define to 256, not 255, as per modern POSIX.
12149
12150 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12151
12152         Sync from coreutils.
12153         Use "file name" when talking about file names, instead of "filename"
12154         or "path", as per the GNU coding standards.
12155         * MODULES.html.sh: mkdir-p renamed from makepath.
12156         filenamecat renamed from path-concat.
12157         * modules/filenamecat: Renamed from modules/path-concat.
12158         (Files): filenamecat.h and filenamecat.c renamed from
12159         path-concat.h and path-concat.c.
12160         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
12161         (Include): filenamecat.h, not path-concat.h.
12162         * modules/mkdir-p: Renamed from modules/makepath.
12163         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
12164         makepath.c.
12165         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
12166         (Include): mkdir-p.h, not makepath.h.
12167
12168 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12169
12170         Sync from coreutils.
12171         * m4/mkdir-p.m4: Renamed from makepath.m4.
12172         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
12173         Rename files from makepath.c to mkdir-p.c, and from
12174         makepath.h to mkdir-p.h.
12175         * m4/filenamecat.m4: Renamed from path-concat.m4.
12176         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
12177         Rename files from path-concat.c to filenamecat.c,
12178         and from path-concat.h to filenamecat.h.
12179         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
12180         "file name" in local variables or comments.
12181         * m4/rename.m4: Likewise.
12182
12183 2005-06-01  Bruno Haible  <bruno@clisp.org>
12184
12185         * modules/csharpexec: New file.
12186         * MODULES.html.sh (C#): New section.
12187
12188 2005-06-01  Bruno Haible  <bruno@clisp.org>
12189
12190         * m4/csharp.m4: New file, from GNU gettext.
12191         * m4/csharpexec.m4: New file, from GNU gettext.
12192
12193 2005-06-01  Bruno Haible  <bruno@clisp.org>
12194
12195         * lib/csharpexec.h: New file, from GNU gettext.
12196         * lib/csharpexec.c: New file, from GNU gettext.
12197         * lib/csharpexec.sh.in: New file, from GNU gettext.
12198
12199 2005-05-31  Derek Price  <derek@ximbiot.com>
12200             Paul Eggert  <eggert@cs.ucla.edu>
12201
12202         Sync from cvs.
12203         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12204
12205 2005-05-31  Derek Price  <derek@ximbiot.com>
12206             Paul Eggert  <eggert@cs.ucla.edu>
12207
12208         Sync from cvs.
12209         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12210
12211 2005-05-29  Derek Price  <derek@ximbiot.com>
12212
12213         * config/srclist.txt (glob_.h, glob.c): Add these files.
12214
12215 2005-05-29  Derek Price  <derek@ximbiot.com>
12216
12217         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
12218         * modules/glob: New file.
12219         * modules/getlogin_r: Add link to POSIX spec in description.
12220
12221 2005-05-29  Derek Price  <derek@ximbiot.com>
12222             Paul Eggert  <eggert@cs.ucla.edu>
12223
12224         * m4/glob.m4: New file.
12225
12226 2005-05-29  Derek Price  <derek@ximbiot.com>
12227             Paul Eggert  <eggert@cs.ucla.edu>
12228
12229         * lib/glob_.h, lib/glob.c: New files.
12230
12231 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12232
12233         * modules/fts (Files): Remove m4/inttypes-pri.m4.
12234         * modules/fts-lgpl (Depends-on): Remove gettext.
12235
12236 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12237
12238         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
12239         and don't require gt_INTTYPES_PRI.
12240
12241 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12242
12243         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
12244
12245         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
12246         the configuration hassle isn't worth it.
12247         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
12248         (LONGEST_MODIFIER, PRIuMAX): Remove.
12249
12250 2005-05-27  Bruno Haible  <bruno@clisp.org>
12251
12252         * lib/getlogin_r.h: Remove second include of <stddef.h>.
12253
12254 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
12255
12256         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
12257         _POSIX_PTHREAD_SEMANTICS for Solaris.
12258
12259 2005-05-25  Derek Price  <derek@ximbiot.com>
12260
12261         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
12262
12263 2005-05-25  Derek Price  <derek@ximbiot.com>
12264             Paul Eggert  <eggert@cs.ucla.edu>
12265
12266         * modules/getlogin_r, m4/getlogin_r.m4: New files.
12267         * lib/getlogin_r.c, getlogin_r.h: New files.
12268
12269 2005-05-25  Bruno Haible  <bruno@clisp.org>
12270             Derek Price  <derek@ximbiot.com>
12271
12272         * lib/getlogin_r.h: Simplify API documentation.
12273
12274 2005-05-23  Derek Price  <derek@ximbiot.com>
12275
12276         * modules/minmax (Files): Add m4/minmax.m4.
12277         (configure.ac): Add gl_MINMAX.
12278
12279 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12280
12281         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
12282         so that unistd-safer.h (GPL'ed code) need not be included.
12283
12284 2005-05-22  Bruno Haible  <bruno@clisp.org>
12285
12286         * m4/minmax.m4: New file.
12287         Based on a patch by Derek Price <derek@ximbiot.com>.
12288
12289 2005-05-22  Bruno Haible  <bruno@clisp.org>
12290
12291         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
12292         (INT64_MIN): Fix definition.
12293         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
12294
12295         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
12296         NEED_SIGNED_INT_TYPES.
12297
12298         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
12299         HAVE_SYSTEM_INTTYPES.
12300
12301 2005-05-22  Bruno Haible  <bruno@clisp.org>
12302
12303         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
12304         Also include <sys/param.h> if it defines MIN, MAX.
12305         Based on a patch by Derek Price <derek@ximbiot.com>.
12306
12307 2005-05-21  Jim Meyering  <jim@meyering.net>
12308
12309         * modules/fts (Files): Add m4/inttypes-pri.m4.
12310         (Depends-on): Add lstat and remove gettext.  Alphabetize.
12311
12312 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12313
12314         New fts module.
12315         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
12316         (setup_dir, free_dir): New functions.
12317         (enter_dir, leave_dir): Define trivial
12318         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
12319         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
12320         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
12321         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
12322         Move to fts-cycle.c.
12323         (fts_open): Use setup_dir.
12324         (fts_close): Use free_dir.
12325         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
12326         This adds a label and some gotos, but the alternatives were messier.
12327         Check for memory allocation failure when entering a dir.
12328         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
12329         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
12330         (FTS): New member fts_cycle, that is a union that contains the
12331         old active_dir_ht and cycle_state.  All uses changed to mention
12332         fts_cycle.ht and fts_cycle.state.
12333         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
12334         fts.c, with the following changes:
12335         (setup_dir, free_dir): New functions.
12336         (enter_dir): Now returns bool.  Return true if successful, false
12337         if memory exhausted.  All callers changed.
12338         Do not bother partly cleaning up on
12339         memory allocation failure; that is free_dir's job.
12340         However, free ad if hash_insert fails, to avoid memory leak.
12341         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
12342         fts->fts_options to see which union member to use.
12343
12344 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12345
12346         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
12347         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
12348
12349 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12350
12351         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
12352
12353 2005-05-20  Jim Meyering  <jim@meyering.net>
12354
12355         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
12356         Now a macro, to pacify GCC.
12357
12358 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12359
12360         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
12361         of -1.
12362
12363 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12364
12365         * lib/chown.c (rpl_chown): Return -1 on failure.
12366
12367 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12368
12369         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
12370         Don't check for stddef.h.
12371         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
12372         don't use its results.
12373         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
12374         since we include them unconditionally.  Don't require
12375         AM_STDBOOL_H, since stdbool is a prerequisite.
12376         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
12377         since we assume C89 or better.
12378         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
12379         as we don't use their results.
12380         Don't check for fchdir, memmove, memset, strrchr, as we use
12381         them unconditionally.
12382         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
12383         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
12384
12385 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12386
12387         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
12388         Include <stddef.h> unconditionally, since we assume C89 now.
12389         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
12390         * lib/fts.c: Include fts_.h first, to check interface.
12391         Do not include intprops.h; no longer needed.
12392         Include cycle-check.h and hash.h, since fts_.h no longer does.
12393         Remove unnecessary casts of closedir to void.
12394         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
12395         decide whether to decrement nlinks.
12396         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
12397         (FTS): Use struct hash_table * instead of Hash_table, so that
12398         we no longer need to include hash.h here.
12399
12400 2005-05-18  Jim Meyering  <jim@meyering.net>
12401
12402         * modules/dirfd (License): Change to LGPL.  Most of the code
12403         is already in the public domain.
12404
12405 2005-05-18  Jim Meyering  <jim@meyering.net>
12406
12407         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
12408         Reported by Yoann Vandoorselaere.
12409
12410 2005-05-17  Jim Meyering  <jim@meyering.net>
12411
12412         * m4/fts.m4: New file, from coreutils.
12413
12414 2005-05-17  Jim Meyering  <jim@meyering.net>
12415
12416         * lib/fts.c, lib/fts_.h: New files, from coreutils.
12417
12418 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12419
12420         Sync from coreutils.
12421         * m4/unlinkdir.m4: New file.
12422
12423 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12424
12425         Sync from coreutils.
12426         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
12427         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
12428         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
12429         White space changes only.
12430         * lib/makepath.c (make_path): Port to hosts where leading "//" is
12431         special.
12432         * lib/yesno.c: Include getline.h, not ctype.h.
12433         (yesno): Don't remove leading white space; POSIX doesn't allow it.
12434         Use getline to remove arbitrary restriction on response length.
12435
12436 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12437
12438         * config/srclist-update: Spell out "Street" in FSF postal
12439         mail address; this is the style the FSF seems to prefer.
12440
12441         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
12442         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
12443         this updates FSF postal mail address.
12444
12445         Sync from coreutils.
12446         * modules/unlinkdir: New file.
12447         * modules/yesno (Depends-on): Add getline.
12448         * MODULES.html.sh (File system functions): Add unlinkdir.
12449
12450 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12451
12452         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
12453         lib/strsep.h:
12454         Change the initial comment to refer to GPL, not LGPL.
12455         gnulib-tool will change it to LGPL as needed.
12456
12457         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
12458         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
12459         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
12460         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
12461         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
12462         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
12463         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
12464         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
12465         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
12466         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
12467         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
12468         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
12469         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
12470         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
12471         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
12472         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
12473         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
12474         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
12475         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
12476         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
12477         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
12478         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
12479         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
12480         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
12481         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
12482         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
12483         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
12484         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
12485         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
12486         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
12487         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
12488         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
12489         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
12490         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
12491         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
12492         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
12493         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
12494         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
12495         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
12496         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
12497         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
12498         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
12499         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
12500         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
12501         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
12502         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
12503         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
12504         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
12505         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
12506         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
12507         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
12508         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
12509         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
12510         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
12511         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
12512         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
12513         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
12514         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
12515         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
12516         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
12517         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
12518         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
12519         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
12520         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
12521         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
12522         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
12523         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
12524         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
12525         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
12526         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
12527         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
12528         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
12529         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
12530         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
12531         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
12532         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
12533         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
12534         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
12535         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
12536         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
12537         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
12538         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
12539         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
12540         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
12541         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
12542         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
12543         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
12544         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
12545         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
12546         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
12547         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
12548         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
12549         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
12550         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
12551         lib/yesno.c, lib/yesno.h:
12552         Update FSF postal mail address.
12553
12554 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12555
12556         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
12557         tests/test-memmem.c, tests/test-stpncpy.c:
12558         Update FSF postal mail address.
12559
12560 2005-05-13  Bruno Haible  <bruno@clisp.org>
12561
12562         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
12563         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
12564         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
12565         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
12566         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
12567         Add support for 64-bit integers in the MSVC compiler.
12568
12569 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12570
12571         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
12572
12573 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
12574
12575         * gnulib-tool (func_import): Sort and uniquify recommended includes.
12576
12577 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
12578
12579         * doc/getdate.texi (General date syntax): Don't say that date
12580         date --iso-8601=ns generates acceptable dates; it doesn't yet.
12581         Problem reported by Nic Ferrier.
12582
12583 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12584
12585         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
12586         specified in ai_socktype. Fix invalid ai_protocol
12587         check. ai_protocol is usually set to 0 or depending on
12588         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
12589         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
12590         ai_socktype / ai_protocol in the returned addrinfo structure.
12591
12592 2005-05-10  Simon Josefsson  <jas@extundo.com>
12593
12594         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
12595         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12596
12597 2005-05-10  Karl Berry  <karl@gnu.org>
12598
12599         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
12600         (from http://www.gnu.org/licenses).
12601         * doc/COPYING.LIB: also rename to COPYING.LESSER.
12602         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
12603         fdl.texi suffices.
12604
12605 2005-05-10  Karl Berry  <karl@gnu.org>
12606
12607         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
12608         (COPYING.DOC): remove.
12609
12610         * config/srclist-update: new FSF address.
12611
12612 2005-05-10  Derek Price  <derek@ximbiot.com>
12613
12614         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
12615         possible.
12616
12617 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12618             Bruno Haible  <bruno@clisp.org>
12619
12620         * modules/inet_ntop: New file.
12621         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12622         inet_ntop.
12623
12624 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12625             Bruno Haible  <bruno@clisp.org>
12626
12627         * m4/inet_ntop.m4: New file.
12628
12629 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12630             Bruno Haible  <bruno@clisp.org>
12631
12632         * lib/inet_ntop.h: New file.
12633         * lib/inet_ntop.c: New file, from glibc with modifications.
12634
12635 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
12636
12637         * modules/time_r (License): Change to LGPL.
12638         * modules/extensions (License): Change to LGPL.  Actually,
12639         the license is more permissive than that, but currently gnulib-tool
12640         doesn't know how to handle more-permissive licenses.
12641
12642         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
12643         Problem reported by Dave Love.
12644
12645 2005-05-08  Jim Meyering  <jim@meyering.net>
12646
12647         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
12648         blank.
12649
12650 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
12651
12652         * modules/argmatch (Depends-on): Add stdbool.
12653         * modules/backupfile (Depends-on): Likewise.
12654         * modules/chdir-long (Depends-on): Likewise.
12655         * modules/closeout (Depends-on): Likewise.
12656         * modules/cycle-check (Depends-on): Likewise.
12657         * modules/dirname (Depends-on): Likewise.
12658         * modules/fnmatch (Depends-on): Likewise.
12659         * modules/fsusage (Depends-on): Likewise.
12660         * modules/fwriteerror (Depends-on): Likewise.
12661         * modules/getcwd (Depends-on): Likewise.
12662         * modules/getloadavg (Depends-on): Likewise.
12663         * modules/hard-locale (Depends-on): Likewise.
12664         * modules/makepath (Depends-on): Likewise.
12665         * modules/mountlist (Depends-on): Likewise.
12666         * modules/nanosleep (Depends-on): Likewise.
12667         * modules/posixtm (Depends-on): Likewise.
12668         * modules/quotearg (Depends-on): Likewise.
12669         * modules/readtokens (Depends-on): Likewise.
12670         * modules/readtokens0 (Depends-on): Likewise.
12671         * modules/readutmp (Depends-on): Likewise.
12672         * modules/save-cwd (Depends-on): Likewise.
12673         * modules/strftime (Depends-on): Likewise.
12674         * modules/userspec (Depends-on): Likewise.
12675         * modules/utimecmp (Depends-on): Likewise.
12676         * modules/xgetcwd (Depends-on): Likewise.
12677         * modules/xnanosleep (Depends-on): Likewise.
12678         * modules/xstrtod (Depends-on): Likewise.
12679         * modules/yesno (Depends-on): Likewise.
12680
12681 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12682
12683         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
12684         needless checks.
12685
12686 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12687
12688         Merge from coreutils.  Among other things,
12689         add bulletproofing for cases where stdin, stdout, or stderr are closed.
12690         * lib/fd-safer.c: New file.
12691         * lib/fcntl-safer.h, open-safer.c: Remove.
12692         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
12693         * lib/dup-safer.c: Include unistd-safer.h first.
12694         Don't include errno.h.
12695         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
12696         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
12697         * lib/file-type.c: Rely on file-type.h change.
12698         * lib/getloadavg.c: Include unistd-safer.h.
12699         (getloadavg): Use safer open.
12700         * lib/getusershell.c: Include "stdio-safer.h".
12701         (getusershell): Use safer fopen.
12702         * lib/long-options.c (long_options): Use NULL rather than 0.
12703         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
12704         'free'.
12705         * lib/modechange.c: Likewise.
12706         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
12707         (MODE_DONE): New constant.
12708         (struct mode_change): Remove 'next' member.
12709         (make_node_op_equals): New function; like the old one of the
12710         same name, except it allocates an array.
12711         (mode_compile, mode_create_from_ref): Use it.
12712         (mode_compile): Allocate result as an array, not a linked list.
12713         Parse octal string ourself, so that we catch mistakes like "+0".
12714         (mode_adjust): Arg is an array, not a linked list.
12715         * lib/modechange.c: Include stat-macros.h, xalloc.h.
12716         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
12717         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
12718         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
12719         Remove.  This is now stat-macros.h's job.
12720         (talloc): Remove.  All callers replaced by xalloc, so that
12721         our invokers don't have to worry about reporting memory failures.
12722         (make_node_op_equals): Remove.
12723         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12724         New constants.
12725         (struct mode_change): Moved here from modechange.h.
12726         (mode_append_entry): Remove.
12727         (mode_compile): Remove MASKED_OPS arg, since it encouraged
12728         apps to have incorrect behavior.  Use simpler algorithm for head
12729         and tail.  Don't futz with umask; that's now the job of mode_adjust.
12730         Detect more invalid usages rather than having somewhat-random behavior.
12731         Don't insert an "a=" action, as that leads to incorrect behavior.
12732         (mode_compile, mode_create_from_ref): Return NULL on error instead
12733         of an enum, since now there's only one way to have an error.  All
12734         callers changed.
12735         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
12736         at the correct time.  Simplify calculation of "+u" and its ilk.
12737         Don't mishandle "+X".
12738         (mode_free): Remove "register" and localize decls.
12739         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12740         (struct mode_change): Move to modechange.c; callers don't
12741         need to see this stuff.
12742         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
12743         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
12744         (mode_change, mode_adjust): Reflect the new signatures noted above.
12745         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
12746         that might redefine system include files.
12747         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
12748         (my_usleep): Use NULL rather than (void *) 0.
12749         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
12750         Use siginterrupt to specify that system calls should be interrupted.
12751         (rpl_nanosleep): Move initialization of suspended closer to call of
12752         my_usleep.
12753         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
12754         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
12755         (desirable_utmp_entry): New function.
12756         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
12757         using x2nrealloc, to simplify logic.
12758         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
12759         size calculation.  Do not assume utmp file is a regular file.
12760         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
12761         (READ_UTMP_CHECK_PIDS): New constant.
12762         * lib/save-cwd.c: Include unistd-safer.h.
12763         (save_cwd): Use fd_safer.
12764         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
12765         [!_LIBC] Include "stat-macros.h" instead.
12766         * lib/unistd-safer.h (fd_safer): New decl.
12767
12768 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12769
12770         * modules/getloadavg (Depends-on): Add unistd-safer.
12771         * modules/getusershell (Depends-on): Add stdio-safer.
12772         * modules/lstat (Depends-on): Remove xalloc.
12773         * modules/mkstemp (Depends-on): Add stat-macros.
12774         * modules/modechange (Depends-on): Remove xstrtol.
12775         Add stat-macros, xalloc.
12776         * modules/save-cwd (Depends-on): Add unistd-safer.
12777         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
12778         * modules/unistd-safer (Files): Add lib/fd-safer.c
12779         (Makefile.am): Remove lib_SOURCES.
12780
12781         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
12782         Remove fcntl-safer; unistd-safer supersedes it.
12783
12784 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12785
12786         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
12787         AC_HEADER_STAT.
12788         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
12789         (gl_PREREQ_CHOWN): Remove.
12790         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
12791         it.  Don't require AC_HEADER_STAT.
12792         (gl_PREREQ_LSTAT): Remove.
12793         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
12794         Don't require AC_HEADER_STAT.
12795         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
12796         (gl_PREREQ_RMDIR): Remove.
12797         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
12798         mention stat-macros.h or AC_HEADER_STAT, since we'll make
12799         the stat-macros module a prerequisite.
12800         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
12801         * m4/filemode.m4 (gl_FILEMODE): Likewise.
12802         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
12803         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
12804         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
12805         variable names.
12806         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
12807         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
12808         variable prefixes.
12809         * m4/fcntl-safer.m4: Remove.
12810         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
12811         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
12812         Invoke gl_PREREQ_FD_SAFER.
12813         (gl_PREREQ_FD_SAFER): New macro.
12814         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
12815         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
12816         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
12817         Remove duplicate call to AC_LIBOBJ(readutmp).
12818         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
12819
12820         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
12821         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
12822
12823 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12824
12825         * MODULES.html.sh (Misc): Add byteswap.
12826
12827 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12828
12829         * modules/getcwd (Depends-on): Add extensions.
12830         * modules/openat (Depends-on): Likewise.
12831
12832 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12833
12834         * modules/byteswap: New file.
12835
12836 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12837
12838         * m4/byteswap.m4: New file.
12839
12840 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12841
12842         * lib/byteswap_.h: New file.
12843
12844 2005-04-25  Karl Berry  <karl@gnu.org>
12845
12846         * m4/gettext.m4: Update from GNU gettext 0.14.4.
12847
12848 2005-04-25  Albert Chin  <china@thewrittenword.com>
12849
12850         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
12851         Toolkit C bug.
12852
12853 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
12854
12855         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
12856         (func_ln_if_changed) Remove forcibly for no error message
12857         in case file does not exist.
12858
12859 2005-04-19  Simon Josefsson  <jas@extundo.com>
12860
12861         * gnulib-tool (Options): Make --symlink mean --symbolic.
12862
12863 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
12864
12865         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
12866
12867 2005-04-16  Simon Josefsson  <jas@extundo.com>
12868
12869         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
12870
12871 2005-04-15  Simon Josefsson  <jas@extundo.com>
12872
12873         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
12874
12875 2005-04-15  Simon Josefsson  <jas@extundo.com>
12876
12877         * gnulib-tool: Rename --symlink to --symbolic.
12878
12879 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
12880
12881         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
12882         symbolic links to files instead of copying/moving.  Add --aux-dir,
12883         specifying directory relative --dir where auxiliary build tools
12884         are placed.
12885
12886 2005-04-14  Bruno Haible  <bruno@clisp.org>
12887
12888         * modules/allocsa (License): Change to LGPL.
12889         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12890
12891 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12892
12893         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
12894         that "UTC +1 second" continues to work.  Problem reported
12895         by Dmitry V. Levin.
12896         (relunit_snumber): New rule.
12897         (relunit): Use it.
12898
12899 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12900
12901         * lib/getdate.y (universal_time_zone_table): New constant.
12902         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
12903         universal_time_zone_table.
12904         (lookup_zone): Prefer universal_time_zone_table to
12905         local_time_zone_table, so that "GMT" time stamps are allowed in
12906         London during the summer.  Problem reported by Ian Abbott.
12907
12908 2005-04-12  Jim Meyering  <jim@meyering.net>
12909
12910         * lib/human.c (humblock): Set *options even when returning due to
12911         xstrtoumax conversion failure.  Thanks to a used-uninitialized
12912         warning from gcc-4.
12913
12914 2005-04-09  Jim Meyering  <jim@meyering.net>
12915
12916         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
12917         -Wuninitialized: initialize tm0.tm_year.
12918
12919 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12920
12921         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
12922         count, since there's no maximum.  All uses changed.
12923         Add member dsts_seen.
12924         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
12925         not being INT_MAX.
12926         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
12927         Use pc_rels_seen to decide whther a date is absolute.
12928
12929         * lib/getdate.y (number): Don't overwrite year.
12930         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
12931         check.
12932
12933 2005-04-02  Simon Josefsson  <jas@extundo.com>
12934
12935         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
12936         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
12937
12938 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
12939
12940         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
12941         where no absolute path name can be longer than PATH_MAX.
12942
12943 2005-03-27  Jim Meyering  <jim@meyering.net>
12944
12945         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
12946
12947 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
12948
12949         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
12950         "one's complement" -> "ones' complement" in comment, as per Knuth.
12951         "value of type" -> "type or expression" in comment.
12952         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
12953
12954 2005-03-26  Jim Meyering  <jim@meyering.net>
12955
12956         Comment nits.
12957         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
12958         Correct typos: s/or/of/.
12959
12960 2005-03-26  Jim Meyering  <jim@meyering.net>
12961
12962         * modules/check-include-files: Move to ../ and rename to...
12963         * check-module: ...this.
12964
12965 2005-03-25  Jim Meyering  <jim@meyering.net>
12966
12967         * modules/xvasprintf (Files): Add xalloc.h.
12968
12969 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12970
12971         * modules/gettext (Files): config/config.rpath ->
12972         build-aux/config.rpath
12973         * modules/iconv (Files): Likewise.
12974         Problem reported by Oskar Liljeblad.
12975
12976 2005-03-23  Jim Meyering  <jim@meyering.net>
12977
12978         * modules/check-include-files: New script to check for
12979         missing dependencies, multiple includes, etc.
12980
12981         * modules/c-strtold (Depends-on): Add xalloc.
12982         * modules/c-strtod (Depends-on): Add xalloc.
12983         * modules/hash (Depends-on): Add xalloc.
12984         (Files): Remove lib/xalloc.h.
12985
12986         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
12987         * modules/userspec (Files): Add lib/inttostr.h.
12988
12989 2005-03-23  Jim Meyering  <jim@meyering.net>
12990
12991         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
12992
12993 2005-03-22  Jim Meyering  <jim@meyering.net>
12994
12995         * modules/stat-macros: New module.
12996         * modules/canonicalize, modules/euidaccess, modules/file-type,
12997         * modules/filemode, modules/lchown, modules/makepath,
12998         * modules/rmdir, modules/stat: Depend on new stat-macros module
12999         rather than listing lib/stat-macros.h manually.
13000         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
13001
13002 2005-03-22  Jim Meyering  <jim@meyering.net>
13003
13004         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
13005
13006 2005-03-22  Bruno Haible  <bruno@clisp.org>
13007
13008         * config/srclist.txt: Replace target directory 'config' with
13009         'build-aux'.
13010         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
13011         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
13012         ../build-aux/.
13013
13014 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
13015
13016         * modules/chdir-long (Depends-on): Add mempcpy.
13017
13018         * modules/acl, modules/backupfile, modules/c-strtod,
13019         modules/c-strtold, modules/canon-host, modules/canonicalize,
13020         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
13021         modules/exclude, modules/exitfail, modules/file-type,
13022         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
13023         modules/getdate, modules/getline, modules/getpagesize,
13024         modules/getpass, modules/getugroups, modules/group-member,
13025         modules/hard-locale, modules/hash, modules/human, modules/idcache,
13026         modules/inttostr, modules/long-options, modules/makepath,
13027         modules/md5, modules/memcasecmp, modules/memcoll,
13028         modules/modechange, modules/mountlist, modules/path-concat,
13029         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
13030         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
13031         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
13032         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
13033         modules/strftime, modules/strndup, modules/strverscmp,
13034         modules/timespec, modules/unlocked-io, modules/userspec,
13035         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
13036         modules/yesno:
13037         Remove lib_SOURCES line from Makefile.am section, as this is now
13038         done automatically by the corresponding Autoconf macro.
13039
13040 2005-03-21  Jim Meyering  <jim@meyering.net>
13041
13042         Changes imported from coreutils.
13043
13044         * lib/cycle-check.c: Don't include xalloc.h.
13045
13046         * lib/path-concat.c: Don't include assert.h.
13047         (path_concat): Remove assertion that would have triggered
13048         for ABASE starting with more than one slash.
13049         Reported by Andreas Schwab.
13050
13051         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
13052         properly when ABASE is an absolute file name.
13053         Correct the description of this function.
13054         Include <assert.h>.
13055         Add an assertion and a test driver.
13056         This fixes a bug introduced on 2004-07-02.
13057         Andreas Schwab reported the resulting failure of cp --parents:
13058         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
13059
13060 2005-03-21  Jim Meyering  <jim@meyering.net>
13061
13062         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
13063         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
13064
13065 2005-03-21  Jim Meyering  <jim@meyering.net>
13066         and  Paul Eggert  <eggert@cs.ucla.edu>
13067
13068         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
13069         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
13070         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
13071         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
13072         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
13073         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
13074         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
13075         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
13076         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
13077         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
13078         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
13079         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
13080         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
13081         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
13082         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
13083         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
13084         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
13085         for these modules.
13086
13087 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13088
13089         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
13090         (which shouldn't happen), generate nothing instead of returning 0
13091         immediately, so that nstrftime (NULL, ...) doesn't return 0.
13092
13093 2005-03-16  Bruno Haible  <bruno@clisp.org>
13094
13095         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
13096         HAVE_LONGLONG_64BIT.
13097
13098 2005-03-16  Bruno Haible  <bruno@clisp.org>
13099
13100         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
13101         HAVE_LONGLONG_64BIT.
13102
13103 2005-03-16  Bruno Haible  <bruno@clisp.org>
13104
13105         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
13106         HAVE_LONGLONG_64BIT.
13107
13108 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13109
13110         * lib/strftime.c (my_strftime): Prepend space to format so that we can
13111         reliably distinguish strftime failure from empty output on POSIX
13112         hosts.
13113
13114 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13115
13116         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
13117         (iconv_string): Don't guess a size-zero buffer, as that might cause
13118         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
13119         result would be 'too large', where 'too large' is (heuristically)
13120         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
13121         overflow concerns.  This will prevent some unwanted malloc failures
13122         when the inputs are very large.
13123
13124 2005-03-15  Karl Berry  <karl@gnu.org>
13125
13126         * config/srclist.txt (config.rpath): from gettext.
13127         * config/config.rpath: update.
13128
13129 2005-03-15  Bruno Haible  <bruno@clisp.org>
13130
13131         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
13132         to 'negate'.
13133
13134         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
13135         variable.
13136
13137         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
13138         results.
13139
13140 2005-03-14  Simon Josefsson  <jas@extundo.com>
13141
13142         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
13143         <fx@gnu.org>.
13144
13145 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
13146
13147         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
13148         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
13149         intprops.h.
13150         * lib/strtol.c: Likewise.
13151
13152 2005-03-14  Jim Meyering  <jim@meyering.net>
13153
13154         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
13155         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
13156         to be nonzero so that we (and caller) can detect the difference
13157         between a valid zero-length expansion and an error return, even
13158         when the underlying strftime fails before writing anything into
13159         that location.
13160
13161 2005-03-14  Bruno Haible  <bruno@clisp.org>
13162
13163         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
13164         Update from GNU gettext 0.14.3.
13165
13166 2005-03-10  Jim Meyering  <jim@meyering.net>
13167
13168         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
13169
13170 2005-03-10  Jim Meyering  <jim@meyering.net>
13171
13172         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
13173         so that this module works on systems without fchdir.
13174
13175 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
13176
13177         Factor int-properties macros into a single file, except for
13178         glibc-related files.
13179         * lib/intprops.h: New file.
13180         * lib/getloadavg.c: Include it instead of limits.h.
13181         (INT_STRLEN_BOUND): Remove.
13182         * lib/human.c: Include intprops.h.
13183         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
13184         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
13185         302/1000.
13186         * lib/inttostr.h: Include intprops.h instead of limits.h.
13187         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
13188         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
13189         for consistency with intprops.h.
13190         (time_t_is_integer, twos_complement_arithmetic): Use them.
13191         * lib/sig2str.h: Include <signal.h>, intprops.h.
13192         (INT_STRLEN_BOUND): Remove.
13193         * lib/strftime.c (TYPE_SIGNED): Remove.
13194         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
13195         * lib/strtol.c: Adjust comments to match intprops.h.
13196         * lib/userspec.c: Include intprops.h.
13197         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
13198         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
13199         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
13200         instead of rolling our own expressions.
13201         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
13202
13203         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
13204         instead of int.
13205         (my_strftime): Do not mishandle years close to INT_MAX, by doing
13206         the right thing even if adding 1900 would overflow.  Similarly
13207         for tm_mon + 1 and tm_yday + 1.
13208         Make %Y always equivalent to %C%y, and similarly for %G and %g.
13209         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
13210         (DO_SIGNED_NUMBER): New macro.
13211         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
13212
13213 2005-03-07  Bruno Haible  <bruno@clisp.org>
13214
13215         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
13216
13217 2005-03-07  Bruno Haible  <bruno@clisp.org>
13218
13219         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
13220
13221 2005-03-04  Derek R. Price  <derek@ximbiot.com>
13222
13223         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
13224         (func_import): Only replace files via --import when they have actually
13225         changed.
13226
13227 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13228
13229         * m4/mmap-anon.m4: New file.
13230         * m4/pagealign_alloc.m4: New file.
13231
13232 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13233             Bruno Haible  <bruno@clisp.org>
13234
13235         * modules/pagealign_alloc: New file.
13236         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
13237
13238 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13239             Bruno Haible  <bruno@clisp.org>
13240
13241         * lib/pagealign_alloc.h: New file.
13242         * lib/pagealign_alloc.c: New file.
13243
13244 2005-03-03  Bruno Haible  <bruno@clisp.org>
13245
13246         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
13247         Use an all-permissive copyright notice, recommended by RMS.
13248
13249 2005-03-02  Bruno Haible  <bruno@clisp.org>
13250
13251         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
13252         of AIX, the replacement has to be done only after <string.h> is
13253         included, therefore not in config.h. stpncpy.h does the replacement,
13254         and stpncpy.c uses it.
13255
13256 2005-03-02  Bruno Haible  <bruno@clisp.org>
13257
13258         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
13259         stpncpy.c uses it.
13260
13261 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13262
13263         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
13264         The workaround isn't strictly needed for POSIX conformance, and
13265         it's too much of a pain to configure and maintain.  We'll ask
13266         people to fix their kernels instead.
13267         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
13268         (NANOSLEEP_BUG_WORKAROUND): Remove.
13269         (xnanosleep): Remove the workaround.
13270
13271 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13272
13273         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
13274         Reported by Derek Price.
13275         (Include): Add "timespec.h".
13276
13277         * modules/xnanosleep (Depends-on): Remove gethrxtime.
13278
13279 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13280
13281         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
13282         to detect nanosleep bug.
13283
13284 2005-03-01  Bruno Haible  <bruno@clisp.org>
13285
13286         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
13287
13288 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13289
13290         * modules/gethrxtime: New file.
13291         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
13292         (Depends-on): Add gethrxtime.
13293         (configure.ac): Add gl_XNANOSLEEP.
13294         (Makefile.am): Remove lib_SOURCES line.
13295
13296 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13297
13298         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
13299         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
13300
13301 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13302
13303         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
13304         * lib/timespec.h (gettime): Return void, since it always
13305         succeeds now.  All uses changed.
13306         * lib/gettime.c (gettime) Likewise.
13307         [HAVE_NANOTIME]: Prefer nanotime.
13308         Assume gettimeofday succeeds, as POSIX requires.
13309         Assime time () succeeds, since other code already does.
13310         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
13311         (timespec_subtract): Remove.
13312         (NANOSLEEP_BUG_WORKAROUND): New constant.
13313         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
13314         things considerably.  Use it only on GNU/Linux hosts, since the
13315         workaround shouldn't be needed elsewhere.
13316
13317 2005-02-24  Bruno Haible  <bruno@clisp.org>
13318
13319         * modules/gettext (Files): Add m4/glibc2.m4.
13320
13321 2005-02-24  Bruno Haible  <bruno@clisp.org>
13322
13323         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
13324         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
13325         * m4/progtest.m4:
13326         Update from GNU gettext 0.14.2.
13327         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
13328
13329 2005-02-24  Bruno Haible  <bruno@clisp.org>
13330
13331         * lib/localcharset.c: Update from GNU gettext 0.14.2.
13332         * lib/config.charset: Update from GNU gettext 0.14.2.
13333
13334 2005-02-24  Bruno Haible  <bruno@clisp.org>
13335
13336         * lib/gettext.h: Update from GNU gettext 0.14.2.
13337
13338 2005-02-23  Simon Josefsson  <jas@extundo.com>
13339
13340         * m4/iconvme.m4: New file.
13341
13342 2005-02-23  Jim Meyering  <jim@meyering.net>
13343
13344         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
13345         change.
13346         Thanks to Bruno Haible for catching it.
13347
13348 2005-02-22  Simon Josefsson  <jas@extundo.com>
13349
13350         * modules/iconvme: New file.
13351
13352         * MODULES.html.sh: Add iconvme.
13353
13354 2005-02-22  Simon Josefsson  <jas@extundo.com>
13355
13356         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
13357
13358 2005-02-22  Simon Josefsson  <jas@extundo.com>
13359
13360         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
13361
13362 2005-02-22  Jim Meyering  <jim@meyering.net>
13363
13364         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
13365         s/ifndef/ifdef/.
13366
13367 2005-02-20  Neil Conway  <neilc@samurai.com>
13368
13369         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
13370         returned by OSX/Darwin if the specified buffer is not large
13371         enough for the hostname.
13372
13373 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13374
13375         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
13376         pass it to _help, otherwise the latter coredumps trying to
13377         dereference state.root_argp.
13378
13379 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13380
13381         * modules/chdir-long (Depends-on): Add memrchr.
13382         * modules/memrchr (Files): Add lib/memrchr.h.
13383         (Include): "memrchr.h".
13384
13385 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13386
13387         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
13388
13389 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13390
13391         * lib/memrchr.h: New file.
13392         * lib/chdir-long.c: Include it.
13393         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
13394         Don't bother including stddef.h.
13395
13396 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13397
13398         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
13399         inclusion.
13400         Include <sys/types.h>, for dev_t.
13401         (ME_DUMMY, ME_REMOTE): Move from here....
13402         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
13403         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
13404         Dmitry V. Levin.
13405         Include mountlist.h first, to test the interface.
13406
13407 2005-01-29  Bruno Haible  <bruno@clisp.org>
13408
13409         * lib/progname.c (program_name): Initialize.
13410         Needed when linking statically on MacOS X.
13411
13412 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13413
13414         Sync from coreutils.
13415         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
13416         (Depends-on): Add c-strtod.
13417         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
13418
13419 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13420
13421         Sync from coreutils.
13422         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
13423
13424         Remove files that are specific to coreutils.
13425         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
13426
13427 2005-01-28  Bruno Haible  <bruno@clisp.org>
13428
13429         * modules/javacomp: New file.
13430         * MODULES.html.sh (Java): Add javacomp.
13431
13432 2005-01-28  Bruno Haible  <bruno@clisp.org>
13433
13434         * m4/javacomp.m4: New file, from GNU gettext.
13435
13436 2005-01-28  Bruno Haible  <bruno@clisp.org>
13437
13438         * lib/javacomp.sh.in: New file, from GNU gettext.
13439         * lib/javacomp.h: New file, from GNU gettext.
13440         * lib/javacomp.c: New file, from GNU gettext.
13441
13442 2005-01-26  Simon Josefsson  <jas@extundo.com>
13443
13444         * lib/gai_strerror.c: Use GPL in header.
13445
13446 2005-01-26  Bruno Haible  <bruno@clisp.org>
13447
13448         * modules/javaexec: New file.
13449         * MODULES.html.sh (Java): Add javaexec.
13450
13451 2005-01-26  Bruno Haible  <bruno@clisp.org>
13452
13453         * m4/javaexec.m4: New file, from GNU gettext.
13454
13455 2005-01-26  Bruno Haible  <bruno@clisp.org>
13456
13457         * lib/javaexec.sh.in: New file, from GNU gettext.
13458         * lib/javaexec.h: New file, from GNU gettext.
13459         * lib/javaexec.c: New file, from GNU gettext.
13460
13461 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13462
13463         * modules/lchown (Depends-on): Remove lchown.h
13464
13465 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13466
13467         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
13468         must be defined if the header file was not found, in order
13469         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
13470
13471 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13472
13473         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
13474         initializers for struct pentry_state.
13475         (__argp_error): Check return value of __asprintf
13476         (__argp_failure): Translate error message
13477
13478         * lib/argp-parse.c: Removed braces around the expansion of N_()
13479
13480 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13481
13482         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
13483         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
13484         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
13485         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
13486         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
13487         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
13488         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
13489         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
13490         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
13491         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
13492         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
13493         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
13494         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
13495         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
13496         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
13497         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
13498         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
13499         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
13500         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
13501         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
13502         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
13503         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
13504         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
13505         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
13506         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
13507         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
13508         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
13509         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
13510         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
13511         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
13512         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
13513         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
13514         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
13515         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
13516         xstrtol.m4, xstrtoumax.m4, yesno.m4:
13517         Use an all-permissive copyright notice, recommended by RMS.
13518
13519 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
13520
13521         * modules/chdir-long (Depends-on): Remove mempcpy.
13522
13523 2005-01-21  Jim Meyering  <jim@meyering.net>
13524
13525         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
13526         same value as for Solaris 9.
13527
13528         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
13529         component length.  This included changing the parameter to be
13530         of type `char *' rather than `char const *'.
13531         * lib/chdir-long.h (chdir_long): Update prototype.
13532
13533         * lib/openat.c (fdopendir, fstatat): New functions.
13534         * lib/openat.h: Include headers required for use of DIR and struct
13535         stat.
13536         [AT_SYMLINK_NOFOLLOW]: Define.
13537         (fdopendir, fstatat): Add prototypes.
13538
13539 2005-01-21  Bruno Haible  <bruno@clisp.org>
13540
13541         * modules/classpath: New file.
13542         * MODULES.html.sh (Java): Add classpath.
13543
13544 2005-01-21  Bruno Haible  <bruno@clisp.org>
13545
13546         * lib/classpath.h: New file, from GNU gettext.
13547         * lib/classpath.c: New file, from GNU gettext.
13548
13549 2005-01-20  Simon Josefsson  <jas@extundo.com>
13550
13551         * modules/version-etc-fsf: New file.
13552
13553 2005-01-20  Simon Josefsson  <jas@extundo.com>
13554
13555         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
13556         * lib/version-etc.c: Remove version_etc_copyright.
13557         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
13558         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
13559
13560 2005-01-20  Simon Josefsson  <jas@extundo.com>
13561
13562         * lib/base64.h (isbase64): Add.
13563
13564         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
13565         using a unsigned prototype, don't inline.
13566         (base64_decode): Use it.
13567
13568 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13569
13570         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
13571         it.
13572
13573 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13574
13575         * lib/save-cwd.c (save_cwd): Remove code to support the case
13576         where fchdir is missing or flaky.
13577
13578 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13579
13580         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
13581
13582 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13583
13584         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
13585         AC_LIBSOURCES now does this.
13586         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
13587         with new ullong_max module.
13588
13589 2005-01-19  Bruno Haible  <bruno@clisp.org>
13590
13591         * modules/sh-quote: New file.
13592         * MODULES.html.sh (Executing programs): Add sh-quote.
13593
13594 2005-01-19  Bruno Haible  <bruno@clisp.org>
13595
13596         * lib/sh-quote.h: New file, from GNU gettext.
13597         * lib/sh-quote.c: New file, from GNU gettext.
13598
13599 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13600
13601         Merge from coreutils.
13602         * m4/ullong_max.m4: New file.
13603         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
13604         (gl_MACROS): Assume localeconv exists.
13605
13606 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13607
13608         Merge changes from coreutils, as described below in several
13609         changelogs dated today.
13610
13611         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
13612         (O_DIRECTORY): Remove; not needed here, since "." must be
13613         a directory.  All uses removed.
13614         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
13615         universal on Suns, and we also need to test for IRIX.
13616         Revamp code to use 'if' rather than '#if'.
13617         Avoid unnecessary comparison of cwd->desc to 0.
13618
13619         * lib/utimens.c (futimens): Robustify the previous patch, by checking
13620         for known valid error numbers rather than observed invalid ones.
13621
13622 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13623
13624         * modules/ullong_max: New file.
13625
13626         * modules/chdir-long, modules/openat: New files.
13627         * modules/save-cwd (Depends-on): Depend on chdir-long.
13628         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
13629
13630 2005-01-18  Jim Meyering  <jim@meyering.net>
13631
13632         Merge from coreutils.
13633         * m4/chdir-long.m4, m4/openat.m4: New files.
13634         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
13635         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
13636         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
13637         is sane and DOES follow symlinks.  Besides, testing 20 different
13638         systems found no broken chown implementations.
13639         Prompted by a change in rsync's copy of this macro.
13640         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
13641
13642         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
13643
13644         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
13645         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
13646         NULL-means-set-to-current-time semantics.
13647         Remove temporary file immediately, rather than waiting
13648         for configure's at-exit trap code to do it.
13649
13650 2005-01-18  Jim Meyering  <jim@meyering.net>
13651
13652         * lib/version-etc.c (version_etc_copyright): Update copyright date.
13653
13654         * lib/utimens.c (futimens): Account for the fact that futimes
13655         can also fail with errno == ENOSYS or errno == ENOENT.
13656         Patch from Dmitry V. Levin.
13657
13658         Change the name of the robust chdir function from chdir to chdir_long.
13659         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
13660         (restore_cwd): Use chdir_long, not chdir.
13661         * lib/chdir-long.c: Renamed from chdir.c.
13662         * lib/chdir-long.h: Renamed from chdir.h.
13663         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
13664         Hurd.
13665
13666 2005-01-18  Bruno Haible  <bruno@clisp.org>
13667
13668         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
13669         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
13670         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
13671         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
13672         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
13673         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
13674         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
13675         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
13676         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
13677         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
13678         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
13679         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
13680         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
13681         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
13682         Use an all-permissive copyright notice, recommended by RMS.
13683
13684 2005-01-18  Bob Proulx  <bob@proulx.com>
13685
13686         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
13687         simplify offsetof() macro construct to avoid compile failure with
13688         native HP-UX 11.0 ANSI C compiler.
13689
13690 2005-01-17  Bruno Haible  <bruno@clisp.org>
13691
13692         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
13693         redundant because stpncpy.m4 takes care of it.
13694
13695 2005-01-17  Bruno Haible  <bruno@clisp.org>
13696
13697         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
13698
13699 2005-01-17  Bruno Haible  <bruno@clisp.org>
13700
13701         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
13702         used.
13703
13704 2005-01-17  Bruno Haible  <bruno@clisp.org>
13705
13706         * lib/fwriteerror.h (fwriteerror): Change specification to include
13707         fclose.
13708         * lib/fwriteerror.c: Include <stdbool.h>.
13709         (fwriteerror): At the end, close the file stream. Record whether
13710         stdout was already closed.
13711
13712 2005-01-17  Bruno Haible  <bruno@clisp.org>
13713
13714         * lib/execute.c (environ): Declare if needed.
13715         * lib/pipe.c (environ): Likewise.
13716         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
13717
13718 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13719
13720         * modules/argp: Depend on vsnprintf
13721
13722 2005-01-10  Jim Meyering  <jim@meyering.net>
13723
13724         * modules/closeout (Depends-on): Add atexit.
13725
13726 2005-01-06  Bruno Haible  <bruno@clisp.org>
13727
13728         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
13729
13730 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13731
13732         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
13733         definitions to be after all include files, to avoid collisions.
13734         Problem reported by Bob Proulx.
13735
13736 2005-01-04  Jim Meyering  <jim@meyering.net>
13737
13738         Changes imported from coreutils.
13739         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
13740         as the mkstemp template, use a temporary directory and an
13741         8.3-friendly template to avoid trouble on systems like DJGPP.
13742         Reported by Juan M. Guerrero via Stepan Kasal.
13743         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
13744         close. Remove the temporary directory right away, rather than waiting
13745         for configure's at-exit trap code to do it.
13746         Suggestion from Stepan Kasal.
13747
13748 2005-01-01  Simon Josefsson  <jas@extundo.com>
13749
13750         * gnulib-tool: Print #include directives when --import'ing.
13751
13752 2004-12-28  Simon Josefsson  <jas@extundo.com>
13753
13754         * tests/test-base64.c: Include required header files.  Remove
13755         unused variables.
13756
13757 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13758
13759         * modules/error (Depends-on): Remove gettext.
13760
13761 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13762
13763         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
13764         not needed.  This removes a dependency on the gettext module.
13765         [defined _LIBC]: Do not include <libintl.h>; not needed.
13766
13767 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13768
13769         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
13770         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
13771
13772 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13773
13774         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
13775         HAVE_DECL_STRTOLD.
13776
13777 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13778
13779         * modules/getdate (Depends-on): Remove alloca-opt.
13780
13781 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13782
13783         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
13784
13785 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13786
13787         * lib/argp-parse.c: Include <stddef.h>.
13788         (alignof, alignto): New macros.
13789         (parser_init): Don't assume that void * is aligned sufficiently
13790         for struct option.
13791
13792         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
13793         need to extend the stack.
13794         (YYINITDEPTH): New macro, so that the initial stack isn't overly
13795         large.
13796
13797 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13798
13799         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
13800
13801 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13802
13803         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
13804         (2004-10-24) change.  Apparently this was a false alarm.
13805
13806         * modules/getdate: Depend on alloca-opt, not alloca.
13807
13808 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13809
13810         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
13811         Remove now-obsolete comment about AIX.
13812         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
13813         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
13814         (YYMAXDEPTH): New macro.
13815
13816 2004-12-18  Simon Josefsson  <jas@extundo.com>
13817
13818         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
13819
13820 2004-12-18  Bruno Haible  <bruno@clisp.org>
13821
13822         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
13823
13824 2004-12-18  Bruno Haible  <bruno@clisp.org>
13825
13826         * lib/fatal-signal.c (fatal_signals): Make non-const.
13827         (init_fatal_signals): New function.
13828         (uninstall_handlers, install_handlers): Ignore signals that were set to
13829         SIG_IGN.
13830         (at_fatal_signal): Call init_fatal_signals.
13831         (init_fatal_signal_set): Likewise. Ignore signals that were set to
13832         SIG_IGN.
13833         Reported by Paul Eggert.
13834
13835 2004-12-18  Bruno Haible  <bruno@clisp.org>
13836
13837         * doc/alloca.texi: New file.
13838         * doc/alloca-opt.texi: New file.
13839
13840 2004-12-17  Jim Meyering  <jim@meyering.net>
13841
13842         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
13843         Otherwise, install-sh could exit with improper exit status when
13844         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
13845
13846 2004-12-16  Simon Josefsson  <jas@extundo.com>
13847
13848         * tests/test-base64.c: Add license.
13849
13850 2004-12-15  Stepan Kasal  <address@hidden>
13851
13852         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
13853
13854 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
13855
13856         * modules/getcwd (Files): Add m4/d-ino.m4.
13857         Suggested by Mark D. Baushke.
13858
13859 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13860
13861         * lib/getdate.y (textint): New member "negative".
13862         (time_zone_hhmm): New function.
13863         Expect 14 shift-reduce conflicts, not 13.
13864         (o_colon_minutes): New rule.
13865         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
13866         (yylex): Set the "negative" member of signed numbers.
13867
13868 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13869
13870         * doc/getdate.texi (Time of day items, Time zone items):
13871         Describe new formats +00:00, UTC+00:00.
13872
13873 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13874
13875         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
13876         spurious "-l"s.  Problem reported by Stepan Kasal.
13877
13878 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
13879
13880         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
13881         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
13882
13883 2004-12-04  Simon Josefsson  <jas@extundo.com>
13884
13885         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
13886         Vandoorselaere <yoann@prelude-ids.org>.
13887
13888 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13889
13890         Changes imported from coreutils.
13891         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
13892         exist.
13893         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
13894
13895 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13896
13897         Changes imported from coreutils.
13898         * lib/hard-locale.c: Assume <locale.h> exists.
13899         Include "strdup.h".
13900         (GLIBC_VERSION): New macro.
13901         (hard_locale): Assume setlocale exists.
13902         Rewrite to avoid #ifdef.
13903         Use strdup rather than malloc + strcpy.
13904         * lib/human.c: Assume <locale.h> exists.
13905         (human_readable): Assume localeconv exists.
13906
13907 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13908
13909         * modules/hard-locale (Depends-on): Add strdup.
13910
13911 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13912
13913         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
13914         convert T2, not T.  (Imported from libc.)
13915
13916 2004-11-30  Simon Josefsson  <jas@extundo.com>
13917
13918         * modules/restrict (License): Change to LGPL.
13919
13920 2004-11-30  Simon Josefsson  <jas@extundo.com>
13921
13922         * m4/restrict.m4: Add copyright and copying conditions.
13923
13924 2004-11-30  Simon Josefsson  <jas@extundo.com>
13925
13926         * m4/base64.m4: New file.
13927
13928 2004-11-30  Simon Josefsson  <jas@extundo.com>
13929
13930         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
13931         base64.
13932
13933         * tests/test-base64.c: New file.
13934
13935         * modules/base64: New file.
13936
13937 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13938
13939         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
13940         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
13941
13942         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
13943
13944 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13945
13946         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
13947         (__getcwd.c): Don't restore errno; glibc doesn't.
13948         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
13949         first, falling back to our code only if its results look suspicious.
13950         Ensure that the resulting buffer is only as large as necessary.
13951
13952         * lib/readutmp.c: Include readutmp.h first.
13953         Include <errno.h>, since readutmp.h no longer does that.
13954         * lib/readutmp.h: Don't include <errno.h>,
13955         <sys/param.h>, <time.h>; not needed to establish interface.
13956         (errno): Remove decl.
13957         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
13958         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
13959         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
13960
13961 2004-11-28  Simon Josefsson  <jas@extundo.com>
13962
13963         * lib/base64.h, base64.c: New file.
13964
13965 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
13966
13967         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
13968
13969 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13970
13971         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
13972         (Depends-on): Remove pathmax, same.  Add mempcpy.
13973         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
13974         (Makefile.am): Append getcwd.h to lib_SOURCES.
13975         (Include): Add getcwd.h.
13976         (Maintainer): Change from Jim Meyering to "all, glibc",
13977         since getdate now uses intended-for-glibc code.
13978         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
13979         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
13980
13981 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13982
13983         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
13984         HP's ANSI C compiler.
13985         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
13986         Declaring int functions causes warnings on some modern systems and
13987         shouldn't be needed to compile on ancient ones.
13988         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
13989         defined.
13990
13991         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
13992         with the following changes.
13993         (__set_errno): Parenthesize properly.
13994         Include <stdbool.h>.
13995         (MIN, MAX, MATCHING_INO): New macros.
13996         (__getcwd): Define with prototype, not K&R form.
13997         Use heuristics to allocate default buffer on stack if possible.
13998         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
13999         behavior, and to avoid the PATH_MAX limit when computing
14000         ../../../../...
14001         Use MATCHING_INO to compare inode number to file.
14002         Check for arithmetic overflow in size calculations.
14003         Fix bug in reallocation of dot array that caused getcwd to fail
14004         on directories nested deeper than 75.
14005         Be more careful about saving errno on error.
14006         Do not use realloc; use only free+malloc, as this is a bit
14007         more flexible and avoids a needless copy operation.
14008         Do not inspect st_dev and st_ino for symbolic links; POSIX
14009         doesn't specify the latter.
14010         Check for closedir errors.
14011         Avoid needless casts.
14012         Use "#ifdef weak_alias" around weak_alias, to be like other
14013         glibc code.
14014         The following changes to getcwd.c have effect only when used in
14015         gnulib; they have no effect inside glibc proper.
14016         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
14017         as alloca isn't used.
14018         (alloca, __alloca): Likewise.
14019         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
14020         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
14021         unconditionally, as gnulib assumes C89 or better.
14022         Do not include <sys/param.h>.
14023         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
14024         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
14025         better.
14026         (NULL) [!defined NULL]: Remove; we assume C89 or better.
14027         Include <dirent.h> in a way that is compatible with modern Autoconf.
14028         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
14029         New macros, if not already defined.
14030         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
14031         Use "_LIBC", not "defined _LIBC", for consistency.
14032         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
14033         a mempcpy module.
14034         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
14035         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
14036         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
14037         credit only to Jim Meyering and adjust the copyright dates.
14038         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
14039         <stdlib.h>, <unistd.h>, "pathmax.h".
14040         Instead, include "xgetcwd.h" (first) and "getcwd.h".
14041         (INITIAL_BUFFER_SIZE): Remove.
14042         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
14043
14044 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14045
14046         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
14047         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
14048         Use the _ONCE methods, for efficiency.
14049         Check for fcntl.h.  In test program, include <errno.h>
14050         and <fcntl.h> if available.  Remove old K&R cruft from
14051         test program.  Check for common errors in GNU/Linux,
14052         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
14053         don't do AC_LIBOBJ, as that's getcwd.m4's job.
14054         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
14055         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
14056         name accordingly.
14057         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
14058         accommodate new getcwd.c.
14059         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
14060         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
14061         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
14062         that's all we need now.
14063
14064 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14065
14066         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
14067         argp-parse.c depends on getopt internals, that means we should
14068         always use our getopt, to be on the safe side.
14069         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
14070         order not to spoil the result of an eventual previous invocation
14071         of gl_GETOPT_SUBSTITUTE.
14072
14073 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14074
14075         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
14076         redefinition warnings. To avoid them, include the defines
14077         in `#if !defined __need_getopt ... #endif'. The only place
14078         where __getopt_argv_const is used is in definitions
14079         of getopt_long and getopt_long_only below, which are as well
14080         protected by `#ifndef __need_getopt'.
14081         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
14082         __need_getopt after including <stdio.h> and <unistd.h> These
14083         headers might have defined it.
14084
14085 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14086
14087         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
14088
14089 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14090
14091         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
14092         (futimens): New function, which uses futimes if available.
14093         (futimens, utimens): Support timespec==NULL, with same semantics
14094         as utime and utimens.
14095         * lib/utimens.h (futimens): New decl.
14096
14097 2004-11-23  Jim Meyering  <jim@meyering.net>
14098
14099         * lib/getopt_.h: Remove trailing blanks.
14100
14101 2004-11-23  Jim Meyering  <jim@meyering.net>
14102
14103         * lib/__fpending.c: Add comment.
14104
14105 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
14106
14107         * modules/canonicalize (Depends-on): Add xreadlink.
14108         Problem reported by James Youngman.
14109
14110 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14111
14112         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
14113         New macros.
14114         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
14115         optopt): Use them instead of invoking ## directly; otherwise, the
14116         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
14117
14118 2004-11-19  Bruno Haible  <bruno@clisp.org>
14119
14120         * lib/strtok_r.c: Move comments from here...
14121         * lib/strtok_r.h: ... to here.
14122
14123 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14124
14125         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
14126         implementations that mishandle size_t overflow.
14127
14128 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14129
14130         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
14131         might fail.  Problem reported by Yoann Vandoorselaere.
14132         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
14133         implementations that mishandle size_t overflow.
14134
14135 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         * modules/canon-host (Depends-on): Add strdup.
14138
14139 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14140
14141         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
14142
14143 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14144
14145         * lib/canon-host.c: Include "strdup.h".
14146         (canon_host): Use getaddrinfo if available, so that IPv6 works.
14147         Use strdup instead of malloc/strcpy to duplicate strings.
14148
14149         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
14150         (human_space_before_unit): New constant.
14151         * lib/human.c (human_readable): Support it.
14152
14153         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
14154         (xgetcwd): Set errno correctly when failing.
14155         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
14156         the failure is actually due to a PATH_MAX problem.
14157
14158         Further getopt changes to make it more likely that glibc will
14159         buy the changes back.
14160         * lib/getopt.c (POSIXLY_CORRECT): New constant.
14161         (getopt): Use it, so to preserve glibc semantic
14162         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
14163         when compiling for libc.
14164         * lib/getopt_.h (__getopt_argv_const): Bring it back.
14165         (getopt_long, getopt_long_only): Use it.
14166
14167         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14168         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
14169         (getopt): Argv is now char * const *, as per standard.
14170         (_getopt_internal_r, _getopt_internal): Argv is now char **,
14171         not char *__getopt_argv_const *.
14172         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14173         _getopt_long_only_r): Likewise.
14174         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
14175         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14176         _getopt_long_r, _getopt_long_only_r): Likewise.
14177         * lib/getopt_.h (__getopt_argv_const): Remove.
14178         (getopt): Argv is now char * const *, as per standard.
14179
14180         * lib/getdate.y (tORDINAL): New token.
14181         (day, relunit): Allow it for relative times.
14182         (relative_time_table): Use tORDINAL for ordinals.
14183
14184 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14185
14186         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
14187         Document that "second" isn't allowed as an ordinal number.
14188
14189 2004-11-16  Jim Meyering  <jim@meyering.net>
14190
14191         * modules/closeout (Depends-on): Add fpending.
14192
14193 2004-11-15  Jim Meyering  <jim@meyering.net>
14194
14195         * lib/closeout.c: Include "__fpending.h" once again.
14196         Include <stdbool.h>.
14197         (close_stdout): Don't fail just because stdout was closed initially,
14198         since some programs don't write to stdout in the normal course of
14199         operation (other than --version and --help), and we don't want this
14200         function to make e.g. `touch file >&-' fail.
14201         But do fail if it was closed and someone has tried to write to it.
14202         E.g., `printf foo >&-' must fail.
14203
14204 2004-11-13  Jim Meyering  <jim@meyering.net>
14205
14206         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
14207
14208 2004-11-12  Simon Josefsson  <jas@extundo.com>
14209
14210         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
14211         small doc fix is still pending.
14212
14213 2004-11-11  Simon Josefsson  <jas@extundo.com>
14214
14215         * modules/strtok_r: New file.
14216
14217         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14218         strtok_r.
14219
14220 2004-11-11  Simon Josefsson  <jas@extundo.com>
14221
14222         * m4/strtok_r.m4: New file.
14223
14224         * m4/getopt.m4: Replace opterr.
14225
14226 2004-11-11  Simon Josefsson  <jas@extundo.com>
14227
14228         * lib/strtok_r.h, strtok_r.c: New file.
14229
14230 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14231
14232         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
14233         of replacing opterr, getopt, etc.  This should handle the
14234         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
14235
14236 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14237
14238         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
14239         we can stop lying to compilers about the constness of argv when we
14240         are compiled outside glibc.
14241         (getopt, getopt_long, getopt_long_only): Use it.
14242         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14243         _getopt_internal, getopt): Likewise.
14244         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14245         _getopt_long_only_r): Likewise.
14246         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14247         _getopt_long_r, _getopt_long_only_r): Likewise.
14248
14249         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
14250         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
14251         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
14252         the other external symbols.
14253         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
14254         declaration, since the above renaming now works around collisions.
14255
14256 2004-11-11  Jim Meyering  <jim@meyering.net>
14257
14258         * lib/linebreak.c: Remove trailing blanks.
14259         * lib/alloca_.h: Likewise.
14260         * lib/acosl.c: Likewise.
14261         * lib/euidaccess.c: Likewise.
14262         * lib/allocsa.h: Likewise.
14263
14264 2004-11-10  Simon Josefsson  <jas@extundo.com>
14265
14266         * m4/getaddrinfo.m4: New file.
14267
14268 2004-11-10  Simon Josefsson  <jas@extundo.com>
14269
14270         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
14271
14272 2004-11-10  Simon Josefsson  <jas@extundo.com>
14273
14274         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14275         getaddrinfo.
14276
14277         * modules/getaddrinfo: New file.
14278
14279 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14280
14281         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
14282
14283 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14284
14285         * lib/mktime.c (SHR): New macro, which is a portable
14286         substitute for >> that should work even on Crays.
14287         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
14288         Problem reported by Mark D. Baushke in
14289         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
14290         * lib/getdate.y (SHR): Likewise.
14291         (tm_diff): Use it.
14292         * lib/strftime.c (SHR): Likewise.
14293         (tm_diff): Use it.
14294         * lib/quotearg.c (struct quoting_options): Use unsigned int for
14295         quote_these_too, so that right shifts are well defined.  All uses
14296         changed.
14297
14298 2004-11-10  Jim Meyering  <jim@meyering.net>
14299
14300         Ensure that no close failure goes unreported.
14301         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
14302         return early when it seems there's nothing to flush.
14303         Don't include __fpending.h.
14304
14305 2004-11-10  Jim Meyering  <jim@meyering.net>
14306
14307         * modules/closeout (Depends-on): Remove fpending.
14308
14309 2004-11-10  Jim Meyering  <jim@meyering.net>
14310
14311         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
14312
14313 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14314
14315         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
14316         gl_FUNC_STRFTIME.
14317         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
14318         and AC_REQUIRE when possible, to avoid duplicate checks.
14319         Check for <wchar.h>.
14320
14321 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14322
14323         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
14324
14325 2004-11-09  Bruno Haible  <bruno@clisp.org>
14326
14327         * m4/sockpfaf.m4: New file.
14328
14329 2004-11-05  Bruno Haible  <bruno@clisp.org>
14330
14331         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
14332         Reported by Mark D. Baushke <mdb@cvshome.org>.
14333
14334 2004-11-04  Bruno Haible  <bruno@clisp.org>
14335
14336         2004-09-11  Bruno Haible  <bruno@clisp.org>
14337                 * allocsa.valgrind: New file.
14338         2004-02-06  Bruno Haible  <bruno@clisp.org>
14339                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
14340                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
14341                 Reported by Christopher Seip <chris.seip@hp.com>.
14342
14343 2004-11-04  Bruno Haible  <bruno@clisp.org>
14344
14345         * modules/allocsa (Files): Add lib/allocsa.valgrind.
14346         (Makefile.am): Distribute it.
14347
14348 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
14349
14350         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
14351         with errno == ERANGE if the buffer is too small.
14352         Problem reported by Mark D. Baushke.
14353
14354 2004-11-03  Albert Chin  <china@thewrittenword.com>
14355             Paul Eggert  <eggert@cs.ucla.edu>
14356
14357         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
14358         equivalent, substitute $ac_type for equivalent type rather than
14359         blindly using uint32_t *always* which won't work if uint32_t is not
14360         available.  Define _UINT32_T to work around typedef of uint32_t if
14361         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
14362         2.5.1.
14363
14364 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14365
14366         * m4/jm-macros.m4: Sync from coreutils.
14367         (gl_MACROS): Check for mbrlen, for pathchk.
14368         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
14369
14370 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14371
14372         * lib/xreadlink.c (MAXSIZE): New macro.
14373         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
14374         size does not exceed MAXSIZE.  Avoid cast.
14375         As suggested by Mark D. Baushke in
14376         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
14377         if readlink fails with buffer size just under MAXSIZE, try again
14378         with MAXSIZE.
14379
14380 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14381
14382         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
14383
14384 2004-11-02  Derek R. Price  <derek@ximbiot.com>
14385         and  Paul Eggert  <eggert@cs.ucla.edu>
14386
14387         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
14388         (get_date): Overparenthesize to avoid GCC warning.
14389
14390 2004-11-02  Bruno Haible  <bruno@clisp.org>
14391
14392         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
14393         returns void.
14394
14395 2004-11-02  Bruno Haible  <bruno@clisp.org>
14396
14397         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
14398         function returns void.
14399
14400 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14401
14402         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
14403         fflush_unlocked, flockfile, funlockfile, funlockfile,
14404         fputs_unlocked, putc_unlocked.
14405
14406 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14407
14408         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14409         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
14410         already declared.
14411
14412 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14413
14414         * modules/getdate (Files): Add doc/getdate.texi.
14415         (Depends-on): Add setenv, xalloc.
14416
14417 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14418
14419         * lib/getdate.y: Add support for TZ="foo" within a date string.
14420         Fix some bugs near time_t boundaries.  Reject dates with
14421         out-of-range components, e.g., "Sept 31".
14422         Include <stdlib.h>, "setenv.h", "xalloc.h".
14423         (ISDIGIT_LOCALE): Remove; unused.
14424         Note that the TZ and time functions used here are not reentrant.
14425         (mktime_ok, get_tz): New functions.
14426         (TZBUFSIZE): New constant.
14427         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
14428         This requires that we sometimes generate our own TZ="XXX..." setting.
14429
14430 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14431
14432         * doc/getdate.texi: New file, from coreutils with modifications for
14433         the new TZ parsing.
14434
14435 2004-10-27  Derek R. Price  <derek@ximbiot.com>
14436
14437         * lib/mktime.c (not_equal_tm): Remove redundant check.
14438
14439 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14440
14441         * modules/regex (lib_SOURCES): Add regex.c.
14442         Reported by James Youngman in
14443         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
14444
14445 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14446
14447         * lib/getdate.y: Use Bison 1.875 features, and some minor
14448         code cleanups.  This change does not affect semantics.
14449         Don't include <stdlib.h>; no longer needed.
14450         Don't include unlocked-io.h; only the "#if TEST" code uses
14451         stdio, and performance isn't crucial there.
14452         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
14453         Bison 1.875 features as described below.
14454         All uses of "PC." replaced by "pc->".
14455         (YYSTYPE): Add a forward declaration.
14456         (yylex, yyerror): Use full prototypes in forward decls.
14457         Use "%pure-parser" rather than obsolescent "%pure_parser".
14458         Use %parse-param and %lex-param instead of obsolescent
14459         YYPARSE_PARAM and YYLEX_PARAM.
14460         (meridian_table, month_and_day_table, time_units_table,
14461         relative_time_table, time_zone_table, military_table,
14462         lookup_zone, lookup_word, get_date):
14463         Use NULL instead of 0 where appropriate.
14464         (to_hour): Avoid abort (), to avoid a dependency on
14465         stdlib.h.
14466         (yyerror, yylex): Now accepts parser_control * arg.
14467         (main) [TEST]: Use '\0' rather than 0 for char.
14468
14469 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14470
14471         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
14472
14473 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14474
14475         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
14476         It's now the caller's responsibility to handle the case where
14477         !HAVE_GETPAGESIZE && !defined getpagesize.
14478
14479         * lib/mktime.c (leapyear): Arg is long int, not int.
14480
14481 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
14482
14483         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
14484
14485 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14486
14487         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
14488         missing.  Problem reported by James Youngman.
14489
14490 2004-10-16  Simon Josefsson  <jas@extundo.com>
14491
14492         * gnulib-tool: Fix comments.  Fix parse problem.
14493         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
14494
14495 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
14496
14497         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
14498         implementation of getopt_long.  Problem reported by Alexander Taler in:
14499         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
14500
14501 2004-10-15  Bruno Haible  <bruno@clisp.org>
14502
14503         * gnulib-tool: Untabify. Initialize supplied_libname.
14504         (func_usage): More homogenous output.
14505         (func_modules_transitive_closure, func_modules_to_filelist,
14506         func_emit_lib_Makefile_am): New functions.
14507         (func_import): New function, extracted from big case statement. Use
14508         func_get_license, func_modules_transitive_closure,
14509         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
14510         opt_lgpl. Don't use test -a, as it's not portable.
14511         (func_create_testdir): Use func_modules_transitive_closure,
14512         func_modules_to_filelist, func_emit_lib_Makefile_am.
14513
14514 2004-10-15  Bruno Haible  <bruno@clisp.org>
14515
14516         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
14517
14518 2004-10-15  Bruno Haible  <bruno@clisp.org>
14519
14520         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
14521         the portions belonging to each module.
14522         Suggested by Derek Robert Price <derek@ximbiot.com>.
14523
14524 2004-10-12  Simon Josefsson  <jas@extundo.com>
14525
14526         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14527         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
14528         to real functions.
14529
14530 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14531
14532         * modules/vsnprintf: New file.
14533
14534 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14535
14536         * m4/vsnprintf.m4: New file.
14537
14538 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14539
14540         * lib/vsnprintf.h: New file.
14541         * lib/vsnprintf.c: New file.
14542
14543 2004-10-11  Bruno Haible  <bruno@clisp.org>
14544
14545         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
14546         vsnprintf.
14547
14548 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14549
14550         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
14551
14552 2004-10-07  Bruno Haible  <bruno@clisp.org>
14553
14554         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
14555         fits into the provided buffer.
14556
14557 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14558
14559         * lib/diacrit.c, diacrit.h: Add GPL notice.
14560
14561         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
14562         notice.
14563         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
14564         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
14565         This avoids a potential constant-folding bug.
14566
14567 2004-10-05  Bruno Haible  <bruno@clisp.org>
14568
14569         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
14570         for the declaration of strsep.
14571
14572 2004-10-05  Bruno Haible  <bruno@clisp.org>
14573
14574         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
14575
14576 2004-10-04  Simon Josefsson  <jas@extundo.com>
14577
14578         * modules/memmem: New file.
14579         * tests/test-memmem.c: New file.
14580         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
14581
14582 2004-10-04  Simon Josefsson  <jas@extundo.com>
14583
14584         * m4/memmem.m4: New file.
14585
14586 2004-10-04  Simon Josefsson  <jas@extundo.com>
14587
14588         * lib/memmem.h: New file.
14589         * lib/memmem.c: New file, taken from glibc.
14590
14591 2004-10-04  Simon Josefsson  <jas@extundo.com>
14592
14593         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
14594         '#ifdef USE_UNLOCKED_IO'.
14595
14596 2004-10-04  Simon Josefsson  <jas@extundo.com>
14597
14598         * config/srclist.txt: Add memmem from glibc.
14599
14600 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14601
14602         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
14603
14604         * modules/argmatch, modules/argp, modules/closeout, modules/error,
14605         modules/exclude, modules/getdate, modules/getline,
14606         modules/getndelim2, modules/getpass, modules/getpass-gnu,
14607         modules/getusershell, modules/linebuffer, modules/md5,
14608         modules/mountlist, modules/posixtm, modules/readtokens,
14609         modules/readutmp, modules/regex, modules/sha1,
14610         modules/version-etc, modules/yesno:
14611         Remove dependency on unlocked-io.
14612
14613 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14614
14615         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
14616
14617         * m4/unlocked-io.m4: Add copyright notice.
14618         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
14619
14620 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14621
14622         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
14623         * lib/xmalloc.c (xmemdup): Likewise.
14624         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
14625         XFREE): Remove these long-obsolescent macros.
14626         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
14627         * lib/xstrdup.c: Remove.
14628
14629         * lib/regex.c (re_comp): Cast gettext return value to char *,
14630         Problem reported by Martin Neitzel via Mark D. Baushke.
14631
14632 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14633
14634         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
14635         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
14636         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
14637         regex.c, sha1.c, version-etc.c, yesno.c:
14638         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
14639         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
14640         the includer's responsibility.
14641
14642         Sync from coreutils.
14643
14644         * lib/modechange.c (mode_compile): Don't decrement a pointer that
14645         points to the start of a string, as the C Standard says the
14646         resulting behavior is undefined.
14647
14648         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
14649         simple -> simple_backups, numbered_existing ->
14650         numbered_existing_backups, numbered -> numbered_backups
14651         to avoid shadowing problems.  All uses changed.
14652         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
14653         * lib/backupfile.c (check_extension, numbered_backup):
14654         Rename locals to avoid shadowing 'basename'.
14655         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
14656         once.
14657
14658         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
14659         * lib/.cvsignore: Add getopt.h.
14660
14661 2004-10-04  Bruno Haible  <bruno@clisp.org>
14662
14663         * modules/README: New file.
14664         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
14665         not a module.
14666
14667 2004-10-02  Jim Meyering  <jim@meyering.net>
14668
14669         * lib/dirfd.h, getpagesize.h: Add copyright notice.
14670
14671 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14672
14673         * modules/strsep: New file.
14674
14675 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14676
14677         * m4/strsep.m4: New file.
14678
14679 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14680
14681         * lib/strsep.h: New file.
14682         * lib/strsep.c: New file.
14683
14684 2004-10-01  Simon Josefsson  <jas@extundo.com>
14685
14686         * lib/snprintf.c (snprintf): Handle size==0.
14687
14688 2004-10-01  Simon Josefsson  <jas@extundo.com>
14689             Bruno Haible  <bruno@clisp.org>
14690
14691         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
14692         (snprintf): Declare 'args'.
14693
14694 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
14695
14696         * lib/snprintf.c: Remove comments as to why each header is needed.
14697
14698 2004-10-01  Bruno Haible  <bruno@clisp.org>
14699
14700         * MODULES.html.sh: Add strsep.
14701
14702 2004-09-30  Simon Josefsson  <jas@extundo.com>
14703
14704         * modules/snprintf: New file.
14705
14706 2004-09-30  Simon Josefsson  <jas@extundo.com>
14707
14708         * m4/snprintf.m4: New file.
14709
14710 2004-09-30  Simon Josefsson  <jas@extundo.com>
14711
14712         * lib/snprintf.h, lib/snprintf.c: New files.
14713
14714 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14715
14716         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
14717         (hol_entry_help): Never translate an empty string.
14718         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
14719         * lib/argp.h (OPTION_NO_TRANS): New option.
14720
14721 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14722
14723         * modules/argp (Maintainer): Replace Simon Josefsson
14724         by Sergey Poznyakoff.
14725
14726 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14727
14728         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
14729         changes merged back into glibc.
14730
14731 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14732
14733         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
14734
14735 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14736
14737         * lib/xvasprintf.c: Include xalloc.h.
14738         (xvasprintf): Use xalloc_die, not xmalloc_die.
14739
14740 2004-09-29  Bruno Haible  <bruno@clisp.org>
14741
14742         * modules/alloca-opt: New file, derived from modules/alloca.
14743         * modules/allocsa: Depend on alloca-opt instead of alloca.
14744         * modules/setenv: Likewise.
14745         * modules/vasnprintf: Likewise.
14746         * MODULES.html.sh: Add alloca-opt.
14747
14748 2004-09-28  Simon Josefsson  <jas@extundo.com>
14749
14750         * gnulib-tool: New parameter --lgpl, to asseert that modules are
14751         LGPL, and to replace license template from GPL to LGPL.
14752
14753 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14754
14755         * modules/dummy: Change license to LGPL.
14756
14757 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14758
14759         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
14760
14761 2004-09-24  Simon Josefsson  <jas@extundo.com>
14762
14763         * modules/minmax (License): Change from GPL to LGPL.
14764
14765 2004-09-23  Simon Josefsson  <jas@extundo.com>
14766
14767         * gnulib-tool (--import): Typo.
14768
14769 2004-09-23  Simon Josefsson  <jas@extundo.com>
14770
14771         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
14772
14773 2004-09-22  Bruno Haible  <bruno@clisp.org>
14774
14775         * modules/*: Add 'License' field.
14776         * gnulib-tool: Accept --extract-license option.
14777         (func_get_license): New function.
14778
14779 2004-09-21  Bruno Haible  <bruno@clisp.org>
14780
14781         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
14782         Reported by Simon Josefsson.
14783
14784 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14785
14786         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
14787         gl_AC_TYPE_LONG_LONG.
14788
14789 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14790
14791         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
14792
14793 2004-09-18  Simon Josefsson  <jas@extundo.com>
14794         and  Paul Eggert  <eggert@cs.ucla.edu>
14795
14796         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
14797         calls with autoreconf.  Define GL_LIB.
14798
14799 2004-09-14  Karl Berry  <karl@gnu.org>
14800
14801         * config/srclist.txt: unsync setenv.c, sigh.
14802
14803 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14804
14805         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
14806         Problem reported by Bruno Haible in:
14807         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
14808
14809 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14810
14811         * config/srclist.txt: Comment out argp-pvh.c.
14812
14813 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
14814
14815         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
14816         in case some system header has #define'd it.  Problem reported by
14817         Soeren D. Schulze in
14818         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
14819
14820 2004-09-09  Karl Berry  <karl@gnu.org>
14821
14822         * regex.[ch]: delete from the root.  These were supposed to be
14823                 synced with emacs cvs, but this has not happened for about
14824                 a year, and anyway nothing else uses emacs regex.[ch].
14825                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
14826                 lib/regex[.ch] is untouched.
14827
14828 2004-09-09  Bruno Haible  <bruno@clisp.org>
14829
14830         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
14831
14832 2004-09-09  Bruno Haible  <bruno@clisp.org>
14833
14834         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
14835         modifications.
14836         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
14837
14838 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14839
14840         * modules/xvasprintf: New file.
14841         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
14842
14843 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14844
14845         * lib/xvasprintf.h: New file.
14846         * lib/xvasprintf.c: New file.
14847         * lib/xasprintf.c: New file.
14848
14849 2004-09-08  Bruno Haible  <bruno@clisp.org>
14850
14851         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
14852
14853 2004-09-08  Bruno Haible  <bruno@clisp.org>
14854
14855         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
14856         length is > INT_MAX.
14857         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
14858         more.
14859
14860 2004-09-08  Bruno Haible  <bruno@clisp.org>
14861
14862         * lib/stdint_.h: New file, taken from GNU clisp.
14863
14864 2004-09-08  Bruno Haible  <bruno@clisp.org>
14865             Oskar Liljeblad  <oskar@osk.mine.nu>
14866
14867         * modules/stdint: New file.
14868         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
14869
14870 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14871
14872         Import from coreutils.
14873         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
14874         strings on unbounded length.  alloca's performance benefits aren't
14875         that important here.
14876         (V_STRDUP): Remove.
14877         (parse_with_separator): New function, with most of the internals
14878         of the old parse_user_spec.  Allow user to omit both user and group,
14879         for compatibility with FreeBSD.
14880         Clone only the user name, not the entire spec.
14881         Do not set *uid, *gid unless entirely successful.
14882         Avoid memory leak in some failing cases.
14883         Fix regression for USER.GROUP reported by Dmitry V. Levin in
14884         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
14885         (parse_user_spec): Rewrite to use parse_with_separator.
14886
14887 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14888
14889         * modules/userspec: Don't depend on alloca.
14890
14891 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14892
14893         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
14894
14895 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14896
14897         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
14898         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
14899         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
14900
14901 2004-08-16  Simon Josefsson  <jas@extundo.com>
14902
14903         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
14904         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
14905         Add --dry-run for --import.
14906         Let user provided command line parameters override configure.ac
14907         settings.
14908
14909 2004-08-12  Simon Josefsson  <jas@extundo.com>
14910
14911         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
14912         as discussed with Paul Eggert in threads rooted at
14913         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
14914         and
14915         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
14916         Before, the test was empty, and relied on ELIDE_CODE in source
14917         code.)
14918         (gl_PREREQ_GETOPT): New macro.
14919         (gl_GETOPT): Use them.
14920
14921 2004-08-12  Simon Josefsson  <jas@extundo.com>
14922
14923         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
14924         * lib/getopt_.h: Renamed from getopt.h.
14925
14926 2004-08-12  Simon Josefsson  <jas@extundo.com>
14927
14928         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
14929         Change default library name from libfoo to libgnu.
14930         Now, if you have a configure.ac that says:
14931                 gl_SOURCE_BASE(gl)
14932                 gl_M4_BASE(gl/m4)
14933                 gl_MODULES(error getopt etcetera)
14934                 gl_INIT
14935         you can import all you need by running:
14936                 ../gnulib/gnulib-tool --import
14937
14938         * modules/getopt (Files): Rename getopt.h to getopt_.h.
14939         (Makefile.am): Rewrite, use logic from argz.
14940         (Include): Use <getopt.h> instead of "getopt.h".
14941
14942 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14943
14944         * modules/argp (Files): Add m4/unlocked-io.m4.
14945         (Depends-on): Add extensions.
14946
14947 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14948
14949         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
14950         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
14951         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
14952         Check for program_invocation_name, program_invocation_short_name,
14953         flockfile, funlockfile, features.h, _getopt_long_only_r.
14954
14955 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14956
14957         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
14958         its complicated substitute.
14959         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
14960         and program_invocation_name.
14961         (__argp_basename) [!_LIBC]: Remove; the only use was
14962         replaced by its body.
14963         (__argp_short_program_name): Change condition from
14964         !defined __argp_short_program_name to
14965         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
14966         to match argp-namefrob.h.
14967         (__argp_failure): Don't assume strerror_r returns char *.
14968         * lib/argp-parse.c (N_): Define unconditionally.
14969         (argp_default_options): Fill out initializers with 0 to avoid
14970         gcc warnings.
14971
14972 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14973
14974         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
14975         getopt1.c.
14976
14977 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14978
14979         Merge from coreutils.
14980
14981         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
14982
14983         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
14984         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
14985
14986 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14987
14988         Merge from coreutils.
14989
14990         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
14991         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
14992         for Reliant Unix 5.43.
14993
14994         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
14995         (union fooround): Use uintmax_t, not long int.
14996         The rest is a merge from libc:
14997         [defined _LIBC]: Include <shlib-compat.h>.
14998         (_obstack) [defined _LIBC]: Remove after 2.3.4.
14999
15000         * lib/settime.c (settime): Recode to avoid warning with
15001         Sun Forte C 6U2.
15002
15003         * lib/strverscmp.c: Convert to UTF-8.
15004
15005 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15006
15007         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15008         m4/uintmax_t.m4.
15009
15010 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15011
15012         * modules/xalloc-die: New file.
15013         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
15014
15015         * modules/md5 (Files): Add m4/uint32_t.m4.
15016         * modules/sha1: Renamed from modules/sha.
15017         (Files):
15018         Rename lib/sha.h to lib/sha1.h.
15019         Rename lib/sha.c to lib/sha1.c.
15020         Rename m4/sha.m4 to m4/sha1.m4.
15021         (lib_SOURCES): Likewise.
15022         (configure.ac): Rename gl_SHA to gl_SHA1.
15023         (Include): sha.h -> sha1.h.
15024
15025 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15026
15027         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
15028         * m4/sha1.m4: Renamed from sha.m4.
15029         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
15030
15031 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15032
15033         * lib/obstack.h (obstack_empty_p):
15034         Don't assume that chunk->contents is suitably aligned.
15035         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
15036         Likewise. Problem reported by Benno in
15037         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
15038
15039         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
15040         readable.  This could be improved further but it'd take some work.
15041
15042 2004-08-08  Simon Josefsson  <jas@extundo.com>
15043
15044         * modules/xgethostname (Depends-on): Remove exit and error (not
15045         used).
15046
15047         * modules/getpass-gnu: Add getpass.h.
15048         (Depends-on): Add stdbool.
15049         * modules/getpass: Add getpass.h.
15050
15051 2004-08-08  Simon Josefsson  <jas@extundo.com>
15052
15053         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
15054         Check getpass declaration.
15055
15056 2004-08-08  Simon Josefsson  <jas@extundo.com>
15057
15058         * lib/xgethostname.c: Don't include error.h (not used).
15059
15060         * lib/getpass.h: Add.
15061         * lib/getpass.c: Include getpass.h first.
15062
15063 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
15064
15065         * lib/xalloc-die.c: New file.
15066         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
15067         All uses removed.
15068         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
15069         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
15070         xalloc-die.c.
15071         (_, N_, xalloc_die): Move to xalloc-die.c.
15072         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
15073         so that we needn't mess with xalloc_msg_memory_exhausted.
15074
15075         * lib/sha1.h: Renamed from sha.h.
15076         (SHA1_H): Renamed from _SHA_H.
15077         (sha1_ctx): Renamed from sha_ctx.
15078         (sha1_init_ctx): Renamed from sha_init_ctx.
15079         (sha1_process_block): Renamed from sha_process_block.
15080         (sha1_process_bytes): Renamed from sha_process_bytes.
15081         (sha1_finish_ctx): Renamed from sha_finish_ctx.
15082         (sha1_read_ctx): Renamed from sha_read_ctx.
15083         (sha1_stream): Renamed from sha_stream.
15084         (sha1_buffer): Renamed from sha_buffer.
15085         * lib/sha1.c: Likewise; renamed from sha.c.
15086         Do not include <sys/types.h>.
15087         Include <stddef.h> rather than <stdlib.h>.
15088
15089 2004-08-08  Bruno Haible  <bruno@clisp.org>
15090
15091         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
15092         FILESYSTEM_PREFIX_LEN.
15093         * lib/progreloc.c: Likewise.
15094         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
15095
15096 2004-08-06  Simon Josefsson  <jas@extundo.com>
15097
15098         * modules/progname (Depends-on): Don't depend on stdbool.
15099
15100 2004-08-06  Simon Josefsson  <jas@extundo.com>
15101
15102         * modules/getsubopt: New file.
15103         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15104         getsubopt.
15105
15106 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15107
15108         More merge from coreutils.
15109
15110         * m4/utimens.m4, m4/utimecmp.m4: New files.
15111         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
15112         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
15113         prereq.m4, sha.m4: Import changes from coreutils.
15114
15115 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15116
15117         More merge from coreutils.
15118         * modules/raise, modules/readtokens0, modules/utimens:
15119         * modules/utimecmp, module/xnanosleep: New files.
15120         * modules/strftime: Add lib/strftime.h.
15121         Change include from <time.h> to "strftime.h".
15122         * modules/yesno: Add lib/yesno.h.
15123         * modules/backupfile: Remove lib/addext.c.
15124         * modules/euidaccess: Add stat-macros.h.
15125         * modules/canonicalize, modules/euidaccess,
15126         modules/filemode, modules/lchown, modules/makepath,
15127         modules/rmdir, modules/stat: Likewise.
15128
15129 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15130
15131         Merge from tar.
15132         * lib/argp-help.c (make_hol, hol_append): Don't assume that
15133         SIZE_MAX is a valid preprocessor constant.
15134         (__argp_basename): Change from "#ifndef _LIBC"
15135         to "#ifndef __argp_short_program_name", so that
15136         we don't compile these functions for tar.
15137
15138         More merges from coreutils.
15139         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
15140         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
15141         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
15142         * lib/addext.c: Remove; no longer needed.
15143         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
15144         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
15145         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
15146         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
15147         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
15148         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
15149         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
15150         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
15151         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
15152         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15153         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
15154         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
15155         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
15156         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
15157         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
15158         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
15159         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
15160         Import changes from coreutils.
15161
15162 2004-08-05  Simon Josefsson  <jas@extundo.com>
15163
15164         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
15165
15166 2004-08-05  Simon Josefsson  <jas@extundo.com>
15167
15168         * m4/getsubopt.m4: New file.
15169
15170 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15171
15172         Merge from coreutils.
15173
15174         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
15175         * m4/getcwd-path-max.m4: New files.
15176
15177         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
15178         FILESYSTEM_PREFIX_LEN ->
15179         FILE_SYSTEM_PREFIX_LEN.
15180         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
15181         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
15182         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
15183         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
15184
15185         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
15186         prerequisite modules now handle the DOS stuff.
15187         Don't check for unistd.h.
15188
15189 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15190
15191         Merge from coreutils.
15192
15193         * lib/.gdb-history: Remove; this doesn't belong here.
15194
15195         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
15196         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
15197         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
15198         * lib/getcwd.c: New files.
15199
15200         * lib/dirname.h: Include <stdbool.h>.
15201         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
15202         for consistency with POSIX terminology.  All uses changed.
15203         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
15204         (strip_trailing_slashes): Use bool for booleans.
15205         * lib/stripslash.c (strip_trailing_slashes): Likewise.
15206
15207         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
15208         sometimes returns a positive errno value even when it succeeds.
15209         (print_errno_message) [!LIBC]: Fall back on strerror if
15210         __strerror_r fails.
15211
15212         * lib/path-concat.c (mempcpy): Don't define if a system header defines
15213         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
15214         (longest_relative_suffix): New function.
15215         (path_concat): Use it.  Assume first argument is not NULL.
15216         Port to DOS.  Omit redundant separators.
15217         Report an error instead of returning NULL.
15218         Use mempcpy instead of memcpy.
15219         (xpath_concat): Remove: not declared or used.
15220
15221         * lib/same.h: Include <stdbool.h>
15222         (same_name): Return bool, not int.
15223         * lib/same.c (same_name): Likewise.
15224         (errno): Don't declare; we assume C89 or better now.
15225
15226         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
15227         if not already defined.
15228
15229         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
15230         * lib/dup-safer.c (errno): Likewise.
15231
15232 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15233
15234         Merge from coreutils.
15235         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
15236         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
15237         * modules/path-concat: Don't depend on strdup.
15238
15239 2004-08-03  Simon Josefsson  <jas@extundo.com>
15240
15241         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
15242         * lib/progname.h: Don't include stdbool.h.
15243
15244 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15245
15246         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
15247         * MODULES.html.sh (func_all_modules): Remove fatal.
15248
15249 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15250
15251         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
15252
15253 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15254
15255         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
15256         working.
15257
15258 2004-08-02  Simon Josefsson  <jas@extundo.com>
15259
15260         * lib/getsubopt.h: New file, with comments from Bruno Haible.
15261         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
15262         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
15263
15264 2004-08-01  Simon Josefsson  <jas@extundo.com>
15265
15266         * lib/xgetdomainname.c: Include stdlib.h, for free().
15267
15268 2004-07-19  Bruno Haible  <bruno@clisp.org>
15269
15270         * MODULES.html.sh (func_all_modules): Add dummy.
15271
15272 2004-07-16  Simon Josefsson  <jas@extundo.com>
15273
15274         * modules/dummy: New file.
15275
15276 2004-07-16  Simon Josefsson  <jas@extundo.com>
15277
15278         * lib/dummy.c: New file.
15279
15280 2004-07-16  Bruno Haible  <bruno@clisp.org>
15281
15282         * lib/backupfile.h: Add extern "C" for C++.
15283         * lib/closeout.h: Likewise.
15284         * lib/copy-file.h: Likewise.
15285         * lib/findprog.h: Likewise.
15286         * lib/full-write.h: Likewise.
15287         * lib/pathname.h: Likewise.
15288         * lib/progname.h: Likewise.
15289         * lib/stpcpy.h: Likewise.
15290         * lib/stpncpy.h: Likewise.
15291         * lib/strcase.h: Likewise.
15292         * lib/strstr.h: Likewise.
15293         * lib/xalloc.h: Likewise.
15294
15295         * lib/mbswidth.h: Add extern "C" for C++.
15296         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
15297
15298 2004-07-13  Robert Millan  <robertmh@gnu.org>
15299
15300         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
15301
15302 2004-07-09  Simon Josefsson  <jas@extundo.com>
15303
15304         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
15305         failed without this.)
15306
15307 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15308
15309         * modules/chown (Files): Add lib/fchown-stub.c, since
15310         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
15311
15312 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15313
15314         * lib/fchown-stub.c: New file.
15315
15316 2004-06-24  Jim Meyering  <jim@meyering.net>
15317
15318         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
15319
15320 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15321
15322         * modules/argz: Omit "#include".
15323
15324         * MODULES.html.sh (func_all_modules): Add calloc, to match
15325         2004-06-01 addition of calloc module.
15326
15327 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15328
15329         * m4/argz.m4: New file, which is autoupdated from libtool.
15330
15331 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15332
15333         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
15334         libtool.
15335
15336 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15337
15338         * config/srclist-update: Don't insist on "USA." before the
15339         close-comment, as libtool omits the period and puts the */ on a
15340         separate line.
15341         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
15342         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
15343
15344 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
15345
15346         * modules/argz: New file.
15347         * MODULES.html.sh (func_all_modules): Add argz.
15348
15349 2004-06-12  Jim Meyering  <jim@meyering.net>
15350         and  Paul Eggert  <eggert@cs.ucla.edu>
15351
15352         * modules/hash (Files): Add lib/xalloc.h.
15353         * modules/pipe (Depends-on): Add wait-process.
15354         * modules/stat (Depends-on): Add xalloc.
15355         * modules/userspec (Files): Add lib/userspec.h.
15356         * modules/xstrto
15357
15358         Upgrade from gettext-0.13.
15359         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
15360         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
15361         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
15362
15363 2004-06-10  Jim Meyering  <jim@meyering.net>
15364
15365         * lib/calloc.c: New file.
15366
15367 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15368
15369         * lib/getdate.y (yylex): Allow space between sign and number.
15370         Problem reported by Dan Jacobson.
15371
15372 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15373
15374         Merge from coreutils CVS.
15375
15376         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
15377         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
15378         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
15379         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
15380         xstrtol.m4: Fix copyright date and/or serial number.
15381
15382         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
15383         See if we need an fchown replacement.
15384         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
15385         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
15386         and use the replacement function if we detect either defect.
15387
15388         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
15389         gl_UTIMECMP.
15390
15391 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15392         and  Jim Meyering  <jim@meyering.net>
15393
15394         Merge from coreutils CVS.
15395
15396         * lib/stat-macros.h: New file, with contents from file-type.h
15397         and coreutils' system.h.
15398         * lib/file-type.c: Include "stat-macros.h".
15399         * lib/file-type.h (file_type): Move all macro definitions to new file,
15400         stat-macros.h.
15401
15402         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
15403         Wrap old code with this conditional.
15404         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
15405         function that does not dereference symlinks.
15406         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
15407
15408         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
15409         dependency problems.
15410         (xreadlink): Accept new arg SIZE, for efficiency.
15411         All decls and uses changed.
15412         * lib/xreadlink.h: Include <stddef.h>, for size_t.
15413
15414         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
15415         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
15416
15417         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
15418         sysexits.h.
15419
15420 2004-06-01  Jim Meyering  <jim@meyering.net>
15421
15422         * m4/calloc.m4: New file.
15423
15424 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
15425
15426         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
15427         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
15428         Also, fix a typo in a diagnostic.
15429
15430 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15431
15432         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
15433         or AC_FUNC_REALLOC.
15434
15435 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15436
15437         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
15438         macros to be defined.
15439         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
15440         the allocator returns NULL because the requested size is zero.
15441
15442 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15443
15444         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
15445         var.  Add comment explaining why libc still defines it.  This
15446         merges the following patch from glibc:
15447         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
15448
15449 2004-05-20  Andreas Schwab  <schwab@suse.de>
15450
15451         * m4/free.m4: Replace free if it not known to work, not the other
15452         way round.
15453
15454 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15455
15456         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
15457         present in glibc since revision 1.1 of this file.
15458         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
15459         obstack_alignment_mask, obstack_alloc, obstack_base,
15460         obstack_blank, obstack_blank_fast, obstack_chunk_size,
15461         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
15462         obstack_grow0, obstack_init, obstack_int_grow,
15463         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
15464         obstack_next_free, obstack_object_size, obstack_ptr_grow,
15465         obstack_ptr_grow_fast, obstack_room): Remove declarations of
15466         nonexistent functions.
15467
15468 2004-05-18  Karl Berry  <karl@gnu.org>
15469
15470         * config/srclist.txt: break link for vasnprintf.c.
15471
15472 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15473
15474         Port obstack to the AS/400, where pointers are 16 bytes wide and
15475         you cannot cast an integer to a valid pointer.  This patch is
15476         currently waiting to be integrated into glibc; see
15477         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
15478
15479         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
15480         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
15481         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
15482         (struct obstack): temp member is now a union of a pointer and
15483         an integer, instead of an integer.  All integer uses changed.
15484         This does not affect the physical layout of struct obstack,
15485         except on hosts (like the AS/400) where the size or alignment of
15486         void * is greater than that of ptrdiff_t.
15487         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
15488         __STDC__)]: Store temporary in pointer member of union, not
15489         integer member.
15490         * lib/obstack.c: Include <stddef.h>, for offsetof.
15491         (struct fooalign): Remove; it doesn't need a name.
15492         (union fooround): Change double to long double, and add void *.
15493         (DEFAULT_ALIGNMENT): Use offsetof to compute.
15494         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
15495         not a macro.  Hence the values are always int; so remove all
15496         casts-to-int in uses.
15497
15498 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15499
15500         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
15501         we can get this patch merged into glibc.
15502
15503 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15504             Paul Eggert  <eggert@cs.ucla.edu>
15505
15506         * m4/argp: Depend on alloca.
15507
15508 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15509             Paul Eggert  <eggert@cs.ucla.edu>
15510
15511         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
15512         freecoding.
15513
15514 2004-05-17  Bruno Haible  <bruno@clisp.org>
15515
15516         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
15517         precision that consists of a '.' followed by an empty digit string.
15518         Patch by Tor Lillqvist <tml@iki.fi>.
15519
15520 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15521
15522         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
15523         for backward compatibility with older code.  We need our own
15524         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
15525         it under some other name, and our alloca.h will define it.
15526
15527 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15528             Derek Price  <derek@ximbiot.com>
15529
15530         * lib/alloca.c: Include <alloca.h>, to get our interface.
15531         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
15532         include <alloca.h> first.  Use C89 prototype for alloca; this
15533         requires including <stddef.h> for size_t.  Use extern "C" if C++.
15534         Use #elif for simplicity, since we can assume C89 now.
15535         Don't try to source the system alloca.h since it will not be found
15536         and to prevent recursively including its replacement.
15537         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
15538         * lib/regex.c: Likewise.
15539
15540 2004-05-16  Derek Price  <derek@ximbiot.com>
15541             Paul Eggert  <eggert@cs.ucla.edu>
15542
15543         getline cleanup.  This changes the getndelim2 API: both order of
15544         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
15545         no delimiter).
15546
15547         * lib/getline.c: Don't include stddef.h or stdio.h, since our
15548         interface does that.
15549         (getline): Always use getdelim, so that we don't have two
15550         copies of this code.
15551         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
15552         if available.
15553         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
15554         (GETNDELIM2_MAXIMUM): New macro.
15555         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
15556         instead of the old practice of delim2==0.  All callers changed.
15557         Return -1 on overflow, instead of returning junk.
15558         Do not set *linesize unless allocation succeeds.
15559         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
15560         that we include sys/types.h.
15561         * lib/getnline.h: Likewise.
15562         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
15563         (getndelim2): Reorder arguments.
15564         * lib/getnline.c (getnline, getndelim):
15565         Don't discard the NMAX argument.
15566         (getnline): Invoke getndelim, to avoid code duplication.
15567         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
15568         of (size_t) -1 by callers of the getnline family.
15569
15570 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15571
15572         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
15573         Check for gettimeofday.
15574         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
15575         Check for settimeofday, stime.
15576
15577 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15578
15579         * lib/nanosleep.c (suspended): Change its type from int to
15580         sig_atomic_t volatile.
15581         (first_call): Make it private to rpl_nanosleep, and have it
15582         be zero initially as that's a bit faster.
15583         (my_usleep): Round up fractional times instead of truncating them,
15584         as this is the usual meaning for 'sleep'.
15585
15586         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
15587         doesn't work.
15588         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
15589         (ENOSYS): Define if not defined.
15590         (settime): Fall back on stime if it exists and settimeofday fails.
15591         But don't bother with fallbacks if a method fails with errno == EPERM.
15592
15593 2004-05-11  Jim Meyering  <jim@meyering.net>
15594
15595         Prior to this change, the save_cwd caller required read access to the
15596         current directory on most systems (ones with the fchdir function).
15597
15598         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
15599         fails, try write-only, and finally, resort to using xgetcwd.
15600
15601 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15602
15603         * lib/obstack.c, obstack.h: Import changes from libc.
15604
15605 2004-04-28  Bruno Haible  <bruno@clisp.org>
15606
15607         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
15608         also implicitly appends .exe to executables.
15609         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
15610         accepts Windows pathnames.
15611         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15612         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15613         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15614         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15615         Reported by Derek Robert Price <derek@ximbiot.com>.
15616
15617 2004-04-21  Karl Berry  <karl@gnu.org>
15618
15619         * config/srclist.txt (localcharset.c): break sync.
15620
15621 2004-04-20  Paul Eggert  <eggert@twinsun.com>
15622
15623         * m4/host-os.m4: Add a copyright notice.
15624
15625 2004-04-20  Jim Meyering  <jim@meyering.net>
15626
15627         Change UTILS_ to gl_ in AC_DEFINE'd names.
15628         Change utils_- and jm_-prefixed variables, too.
15629         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
15630         UTILS_FUNC_MKDIR_TRAILING_SLASH.
15631         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
15632
15633         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
15634         Don't emit trailing blanks.
15635         Also rename jm_-prefixed variables to have gl_ prefix.
15636
15637         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
15638         Also rename jm_-prefixed variables to have gl_ prefix.
15639
15640         * m4/jm-macros.m4: Reflect the renamings.
15641         * m4/prereq.m4: Likewise.
15642
15643 2004-04-20  Jim Meyering  <jim@meyering.net>
15644
15645         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
15646         memory.
15647
15648 2004-04-20  Jim Meyering  <jim@meyering.net>
15649             Bruno Haible  <bruno@clisp.org>
15650
15651         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
15652         memory when realloc fails.
15653
15654 2004-04-19  Jim Meyering  <jim@meyering.net>
15655
15656         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
15657         now that readutmp.c may call `free (0)'.
15658
15659 2004-04-19  Bruno Haible  <bruno@clisp.org>
15660
15661         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
15662         * m4/inttypes_h.m4: Likewise.
15663         * m4/stdint_h.m4: Likewise.
15664         * m4/intmax_t.m4: Likewise.
15665         * m4/uintmax_t.m4: Likewise.
15666
15667 2004-04-18  Jim Meyering  <jim@meyering.net>
15668
15669         * m4/prereq.m4: Don't forbid jm_ prefix.
15670
15671         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
15672         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
15673         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
15674         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
15675         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
15676         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
15677         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
15678         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
15679         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
15680         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
15681         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
15682         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
15683         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
15684         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
15685         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
15686         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
15687         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
15688         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
15689         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
15690
15691 2004-04-18  Jim Meyering  <jim@meyering.net>
15692
15693         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
15694         failure, don't leak memory and do call END_UTMP_ENT.
15695
15696 2004-04-16  Jim Meyering  <jim@meyering.net>
15697
15698         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
15699         coreutils' stat program.
15700         (gl_PREREQ): Don't require jm_PREREQ_STAT.
15701
15702 2004-04-11  Paul Eggert  <eggert@twinsun.com>
15703
15704         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
15705         C89.
15706         (CHAR_BIT): Remove, since we assume C89.
15707         Include <stdint.h> if available, as per current Autoconf CVS advice.
15708
15709 2004-03-31  Jim Meyering  <jim@meyering.net>
15710
15711         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
15712         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
15713         * m4/xalloc.m4: Likewise.
15714
15715 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15716
15717         Merge from coreutils.
15718
15719         * m4/inttostr.m4: New file.
15720         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
15721         Require AM_STDBOOL_H and gl_TIMESPEC instead.
15722         Require gl_CLOCK_TIME.
15723         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
15724
15725 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15726
15727         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
15728         not bool, to be more consistent with Unix conventions.
15729         Suggested by Bruno Haible.
15730
15731         Merge from coreutils.
15732
15733         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
15734         * lib/umaxtostr.c: New files.
15735
15736         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
15737         the usual <time.h> dance.
15738         (get_date): Change signature to support fractional time stamps.
15739         All callers changed.
15740         * lib/getdate.y: Include "getdate.h" first, as we can now
15741         assume C89 and don't need to worry about 'const'.
15742         Similarly, include "unlocked-io.h" near start, not in middle.
15743         Include <limits.h>.
15744         (textint.value): Use long int rather than int.
15745         (textint.digits): Use size_t rather than int.
15746         (BILLION, LOG10_BILLION): New constants.
15747         (parser_control): New member rel_ns.  Members day_ordinal,
15748         time_zone, month, day, hour, minutes, rel_year, rel_month,
15749         rel_day, rel_hour, rel_minutes, rel_seconds
15750         are now long int, not int.  Member seconds is now struct timespec,
15751         not int.  New member timespec_seen.  Members dates_seen, days_seen,
15752         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
15753         not int.
15754         (%union.intval): Now long int, not int.
15755         New member timespec.
15756         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
15757         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
15758         (spec): Now is a timespec or an item list.
15759         (timespec, items): New nonterminals.
15760         (time, rel, relunit, number, get_date):
15761         Add support for fractional seconds.
15762         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
15763         (gmtime, localtime, mktime): Remove decls; not needed with C89.
15764         (to_hour): First arg is now long int, not int.
15765         (to_year): Returns long int, not int.
15766         Don't treat year -70 like 70.
15767         (tm_diff): Returns long int, not int.
15768         (lookup_word): Use bool instead of int when appropriate.
15769         (yylex): Use size_t for count, not int.
15770         Detect overflow when parsing large integer constants.
15771         Add support for fractions.
15772         (get_date): Make pointers 'const' if possible.
15773         Use more-portable code to detect integer overflow.
15774         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
15775         Don't use ctime; it's not reliable if the year has >4 digits.
15776
15777         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
15778         This is for compatibility with BSD.
15779
15780         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
15781         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
15782         From coreutils' system.h.
15783
15784         * lib/userspec.c: Don't include "posixver.h".
15785         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
15786         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
15787         compatible extension.  Simplify code by removing a boolean int
15788         that was always nonzero if a string was nonnull.
15789
15790 2004-03-30  Jim Meyering  <jim@meyering.net>
15791
15792         Merge from coreutils.
15793
15794         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
15795         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
15796         on some systems one must include <grp.h> before it.
15797         Reported by Christian Krackowizer.
15798
15799 2004-03-30  Jim Meyering  <jim@meyering.net>
15800
15801         Merge from coreutils.
15802
15803         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
15804
15805         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
15806         an empty input stream.
15807
15808         * lib/readtokens.c: Include <stdbool.h>.
15809         (readtoken): Use `size_t' rather than int/long.
15810         All callers adjusted.
15811         Use `bool' rather than `int' where appropriate.
15812         Use memset rather than an explicit loop.
15813         Use x2nrealloc rather than xrealloc.
15814         Allow the use of `\0' as a delimiter.
15815         (readtokens): Likewise.
15816         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
15817
15818 2004-03-30  Jim Meyering  <jim@meyering.net>
15819
15820         * m4/realloc.m4: Remove file, since now it does no more than
15821         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
15822         the `configure.ac' section of module/realloc.
15823         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
15824
15825 2004-03-30  Bruno Haible  <bruno@clisp.org>
15826
15827         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
15828         nonnull.
15829
15830 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15831
15832         Merge changes to getloadavg.c from coreutils and Emacs.
15833
15834         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
15835         Define to an expression, not to the empty string.
15836         Include cloexec.h and xalloc.h.
15837         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
15838         Use set_cloexec_flag rather than rolling our own.
15839         * lib/cloexec.c, lib/cloexec.h: New files.
15840
15841 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15842
15843         * m4/cloexec.m4: New file.
15844
15845 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15846
15847         * lib/getopt.h: Sync with libc CVS.
15848
15849 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15850             Bruno Haible  <bruno@clisp.org>
15851
15852         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
15853         mbswidth.
15854
15855 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15856             Bruno Haible  <bruno@clisp.org>
15857
15858         * lib/mbswidth.h: Include <wchar.h> only if
15859         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
15860         <wchar.h>.
15861         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
15862
15863 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15864
15865         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
15866         Sync with libc CVS.
15867         * lib/getopt_int.h: New file, also synced from libc.
15868
15869 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15870
15871         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
15872         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
15873         Bring back getopt.c, getopt.h, getopt1.c.
15874
15875 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15876
15877         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
15878         All uses changed.  Check for sa_sigaction member; this fixes
15879         a bug first reported by Jason Andrade in
15880         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15881
15882 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15883
15884         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
15885         '#if' expressions.  Unlike the code it replaces, it does not
15886         depend on (defined _SC_PAGESIZE).  However, it does depend on
15887         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
15888         first reported by Jason Andrade in
15889         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15890
15891 2004-02-25  Simon Josefsson  <jas@extundo.com>
15892
15893         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
15894
15895 2004-02-25  Simon Josefsson  <jas@extundo.com>
15896
15897         * lib/strdup.h: New file.
15898         * lib/strdup.c: Include it.
15899         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
15900         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
15901
15902 2004-02-23  Karl Berry  <karl@gnu.org>
15903
15904         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
15905         (from fencepost.gnu.org:/gd/gnuorg).
15906
15907 2004-02-23  Karl Berry  <karl@gnu.org>
15908
15909         * config/srclistvars.sh (GNUORG) [karl]: redefine.
15910         * config/srclist.txt: add maintain/standards documents.
15911
15912 2004-02-18  Bruno Haible  <bruno@clisp.org>
15913
15914         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
15915         Reported by Derek Robert Price <derek@ximbiot.com>.
15916
15917 2004-02-16  Karl Berry  <karl@gnu.org>
15918
15919         * config/mkinstalldirs, install-sh: update from automake.
15920
15921 2004-02-06  Karl Berry  <karl@gnu.org>
15922
15923         * m4/po.m4: update from gettext 0.14.1.
15924
15925 2004-02-06  Karl Berry  <karl@gnu.org>
15926
15927         * lib/config.charset: update from gettext 0.14.1.
15928
15929 2004-02-05  Paul Eggert  <eggert@twinsun.com>
15930
15931         Add comments and code, prompted by suggestions from Bruno Haible
15932         for sh-quote.
15933         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
15934         describing the enum quoting_style values.
15935         * lib/quotearg.c (quotearg_alloc): New function.
15936         (quotearg_buffer_restyled): Treat lone { and } as special.
15937         Treat = as special.  Work around bug with older shells
15938         that "see" a '\' that is really the 2nd byte of a multibyte char.
15939         Quote empty string with shell_quoting_style.
15940
15941 2004-02-03  Bruno Haible  <bruno@clisp.org>
15942
15943         * m4/pipe.m4: New file, from GNU gettext.
15944
15945 2004-02-03  Bruno Haible  <bruno@clisp.org>
15946
15947         * lib/pipe.h: New file, from GNU gettext.
15948         * lib/pipe.c: New file, from GNU gettext.
15949
15950 2004-01-27  Bruno Haible  <bruno@clisp.org>
15951
15952         * m4/execute.m4: New file, from GNU gettext.
15953
15954 2004-01-27  Bruno Haible  <bruno@clisp.org>
15955
15956         * lib/execute.h: New file, from GNU gettext.
15957         * lib/execute.c: New file, from GNU gettext.
15958         * lib/w32spawn.h: New file, from GNU gettext.
15959
15960 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15961
15962         Merge from diffutils.
15963
15964         * lib/file-type.c (file_type): Add typed memory objects.
15965         * lib/file-type.h (S_TYPEISTMO): New macro.
15966
15967         * lib/c-stack.h (c_stack_action): Remove argv argument.
15968         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
15969         (die): Don't calculate message unless segv_action returns.
15970         (get_stack_location, min_address_from_argv, max_address_from_argv,
15971         volatile stack_base, volatile_stack_size): Remove.
15972         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
15973         that every segmentation violation is a stack overflow.  (Ouch!)
15974         See Debian bug 136249 (still outstanding) for more info about why
15975         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
15976
15977 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15978
15979         Exit-status fix from coreutils.
15980
15981         Use exit_failure consistently in place of EXIT_FAILURE,
15982         so that program exit statuses are consistent on failure.
15983
15984         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
15985         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
15986         * lib/argmatch.h: Comment fix to match the above.
15987         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
15988         Now a macro referring to exit_failure, instead of a separate
15989         variable.  Include "exitfail.h" to get it.
15990         * lib/xstrtol.h: Include "exitfail.h".
15991         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
15992
15993         * lib/long-options.c (parse_long_options): Use prototype
15994         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
15995         for clarity.
15996
15997 2004-01-21  Jim Meyering  <jim@meyering.net>
15998
15999         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
16000         so as not to conflict with a different-sized __mktime_internal
16001         function in GNU libc.
16002         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
16003         Problem building statically-linked `ls' reported by Michael Brunnbauer.
16004
16005 2004-01-20  Karl Berry  <karl@gnu.org>
16006
16007         * config/config.guess: update from config.
16008
16009         * config/srclistvars.sh: GNUWWWLICENSES for karl.
16010
16011 2004-01-20  Bruno Haible  <bruno@clisp.org>
16012
16013         Safer stack allocation.
16014         * lib/setenv.c: Include allocsa.h.
16015         (alloca): Remove fallback definition.
16016         (freea): Remove macro.
16017         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
16018         instead of freea.
16019
16020 2004-01-20  Bruno Haible  <bruno@clisp.org>
16021
16022         * m4/eealloc.m4: New file, from GNU gettext.
16023
16024 2004-01-20  Bruno Haible  <bruno@clisp.org>
16025
16026         * m4/allocsa.m4: New file, from GNU gettext.
16027
16028 2004-01-20  Bruno Haible  <bruno@clisp.org>
16029
16030         * lib/xallocsa.h: New file, from GNU gettext.
16031         * lib/xallocsa.c: New file, from GNU gettext.
16032
16033 2004-01-20  Bruno Haible  <bruno@clisp.org>
16034
16035         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
16036
16037 2004-01-20  Bruno Haible  <bruno@clisp.org>
16038
16039         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
16040         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
16041         specially.
16042
16043 2004-01-20  Bruno Haible  <bruno@clisp.org>
16044
16045         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
16046         patch.
16047
16048 2004-01-20  Bruno Haible  <bruno@clisp.org>
16049
16050         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
16051
16052 2004-01-20  Bruno Haible  <bruno@clisp.org>
16053
16054         * lib/eealloc.h: New file.
16055
16056 2004-01-20  Bruno Haible  <bruno@clisp.org>
16057
16058         * lib/binary-io.h: Avoid warnings on Cygwin.
16059
16060 2004-01-20  Bruno Haible  <bruno@clisp.org>
16061
16062         * lib/allocsa.h: New file, from GNU gettext.
16063         * lib/allocsa.c: New file, from GNU gettext.
16064
16065 2004-01-18  Karl Berry  <karl@gnu.org>
16066
16067         * doc/gpl.texi, doc/lgpl.texi: new files.
16068
16069 2004-01-18  Karl Berry  <karl@gnu.org>
16070
16071         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
16072         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
16073
16074 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16075
16076         Merge from coreutils.
16077
16078         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
16079         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
16080         (gl_DEFAULT_POSIX2_VERSION): Move
16081         the documentation from 'configure' into 'config.hin',
16082         so that 'configure --help' isn't burdened by it and
16083         we don't have to worry about its formatting there.
16084         Reword the documentation so that it's more succinct
16085         and can be run together into a single paragraph.
16086         * m4/same.m4 (gl_SAME): Check for pathconf.
16087
16088 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16089
16090         Merge from coreutils.
16091
16092         * lib/posixver.c: Include posixver.h.
16093
16094         * lib/same.c: Include <stdbool.h>, <limits.h>.
16095         (_POSIX_NAME_MAX): Define if not defined.
16096         (MIN): New macro.
16097         (same_name): If file names are silently truncated, report
16098         that the file names are the same if they are the same after
16099         the silent truncation.
16100
16101         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
16102         conversion function.
16103         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
16104         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
16105         longer needed.
16106
16107 2004-01-15  Jim Meyering  <jim@meyering.net>
16108
16109         Merge from coreutils.
16110
16111         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
16112         if no library is required.
16113         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
16114         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
16115         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
16116         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
16117         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
16118         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
16119         value, $ac_cv_search_crypt, if it's "none required".
16120         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
16121         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
16122         not gl_FUNC_GETLOADAVG.
16123         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
16124         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
16125
16126 2004-01-15  Jim Meyering  <jim@meyering.net>
16127
16128         Merge from coreutils.
16129
16130         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
16131         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
16132         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
16133
16134         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
16135         optional configure-time default.
16136
16137         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16138
16139         * lib/xreadlink.c (xreadlink): Correct outdated comment.
16140
16141 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
16142
16143         Merge from coreutils.
16144
16145         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
16146         value, $ac_cv_search_nanosleep, if it's "none required".
16147
16148 2004-01-14  Paul Eggert  <eggert@twinsun.com>
16149
16150         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
16151         with like-named macro in fnmatch.c.
16152         (EXT): Use an internal constant instead.
16153
16154         Merge fnmatch patches from glibc.
16155         * lib/fnmatch.c (mbsinit): Remove define.
16156         Add libc_hidden_ver (__fnmatch, fnmatch).
16157         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
16158         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
16159
16160 2004-01-14  Karl Berry  <karl@gnu.org>
16161
16162         * config/install-sh: update from automake.
16163
16164 2004-01-13  Karl Berry  <karl@gnu.org>
16165
16166         * config/install-sh: update from automake.
16167
16168 2004-01-09  Karl Berry  <karl@gnu.org>
16169
16170         * config/install-sh: update from automake.
16171
16172 2004-01-05  Karl Berry  <karl@gnu.org>
16173
16174         * config/config.{sub,guess}: update from config.
16175
16176 2003-12-31  Karl Berry  <karl@gnu.org>
16177
16178         * config/depcomp: update from automake.
16179
16180 2003-12-14  Karl Berry  <karl@gnu.org>
16181
16182         * lib/config.charset: update from gettext-runtime.
16183
16184 2003-12-03  Paul Eggert  <eggert@twinsun.com>
16185
16186         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
16187         Bug reported by Alfred M. Szmidt.
16188
16189 2003-12-03  Bruno Haible  <bruno@clisp.org>
16190
16191         * m4/gettext.m4: Upgrade from gettext-0.13.
16192         * m4/po.m4: Upgrade from gettext-0.13.
16193         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
16194         * m4/intmax.m4: New file, from gettext-0.13.
16195         * m4/printf-posix.m4: New file, from gettext-0.13.
16196
16197 2003-11-29  Karl Berry  <karl@gnu.org>
16198
16199         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
16200
16201 2003-11-25  Paul Eggert  <eggert@twinsun.com>
16202             Bruno Haible  <bruno@clisp.org>
16203
16204         * lib/printf-parse.h: Don't include sys/types.h.
16205         (ARG_NONE): New macro.
16206         (char_directive): Change type of *arg_index fields to size_t.
16207         * lib/printf-parse.c: Don't include sys/types.h.
16208         (SSIZE_MAX): Remove macro.
16209         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
16210         Remove unnecessary overflow check.
16211         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
16212         fields.
16213
16214 2003-11-25  Bruno Haible  <bruno@clisp.org>
16215
16216         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
16217
16218 2003-11-25  Bruno Haible  <bruno@clisp.org>
16219
16220         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
16221         gt_TYPE_SSIZE_T.
16222
16223 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16224
16225         * modules/alloca: Remove dependency on xalloc.
16226
16227 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16228
16229         * lib/alloca.c: Remove dependency on xalloc module.
16230         (xalloc_die): Remove.
16231         (memory_full) [!defined emacs]: New macro.
16232         [!defined emacs]: Don't include xalloc.h.
16233         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
16234         address arithmetic overflows.  Change datatypes a bit to avoid
16235         unnecessary casts.
16236
16237 2003-11-22  Jim Meyering  <jim@meyering.net>
16238
16239         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
16240         s/size/size_t/.
16241
16242 2003-11-21  Karl Berry  <karl@gnu.org>
16243
16244         * config/config.{sub,guess}: update from config.
16245
16246 2003-11-18  Karl Berry  <karl@gnu.org>
16247
16248         * config/config.{sub,guess}: update from config.
16249
16250         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
16251
16252 2003-11-17  Paul Eggert  <eggert@twinsun.com>
16253
16254         * README: Mention that S+T cannot overflow if S is the size of
16255         an existing object and T is sufficiently small.
16256
16257 2003-11-17  Jim Meyering  <jim@meyering.net>
16258
16259         On systems without utime and without a utimes function capable of
16260         dealing with a NULL struct utimbuf* argument, this utime replacement
16261         could -- in unusual circumstances -- leak a file descriptor.
16262         * lib/utime.c: Include <unistd.h> and <errno.h>.
16263         (utime_null): Be sure to close `fd' and to preserve errno.
16264         Reported by Geoff Collyer via Arnold Robbins.
16265
16266 2003-11-17  Bruno Haible  <bruno@clisp.org>
16267
16268         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
16269         (Depends-on): Add xsize.
16270
16271 2003-11-17  Bruno Haible  <bruno@clisp.org>
16272
16273         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
16274
16275 2003-11-17  Bruno Haible  <bruno@clisp.org>
16276
16277         * lib/vasnprintf.c (alloca): Remove fallback definition.
16278         (freea): Remove definition.
16279         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
16280         Reported by Paul Eggert.
16281
16282 2003-11-16  Paul Eggert  <eggert@twinsun.com>
16283             Bruno Haible  <bruno@clisp.org>
16284
16285         Protect against address arithmetic overflow.
16286         * lib/printf-args.h: Include stddef.h.
16287         (arguments): Change type of field 'count' to size_t.
16288         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
16289         'unsigned int' where appropriate.
16290         * lib/printf-parse.h: Include sys/types.h.
16291         (char_directive): Change type of *arg_index fields to ssize_t.
16292         (char_directives): Change type of fields 'count', max_*_length to
16293         size_t.
16294         * lib/printf-parse.c: Include sys/types.h and xsize.h.
16295         (SSIZE_MAX): Define fallback value.
16296         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
16297         instead of 'int' where appropriate. Check a_allocated, d_allocated
16298         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
16299         * lib/vasnprintf.c: Include xsize.h.
16300         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
16301         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
16302         overflow. Avoid wraparound when converting a width or precision from
16303         decimal to binary.
16304
16305 2003-11-16  Bruno Haible  <bruno@clisp.org>
16306
16307         Update from GNU gettext.
16308         * lib/printf-parse.c: Generalize to it can be compiled for wide
16309         strings.
16310         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
16311         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
16312         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
16313         SNPRINTF): New macros.
16314         Don't include <alloca.h> if the file is used inside libintl.
16315         (local_wcslen): New function, for Solaris 2.5.1.
16316         (VASNPRINTF): Use it instead of wcslen.
16317
16318 2003-11-16  Bruno Haible  <bruno@clisp.org>
16319
16320         * lib/xsize.h (xmax): New function.
16321         (xsum, xsum3, xsum4): Declare as "pure" functions.
16322
16323 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16324
16325         * modules/xalloc (Files): Undo latest change, since xalloc.h
16326         no longer needs SIZE_MAX or PTRDIFF_MAX.
16327
16328 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16329
16330         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
16331         gl_PTRDIFF_MAX.
16332
16333 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16334
16335         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
16336         "return", to pacify some unknown compiler.  Problem reported
16337         by Joerg Schilling.
16338
16339 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16340
16341         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
16342         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
16343         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
16344         heuristic is just as accurate as far as we know, and it removes a
16345         dependency on size_max.m4 and ptrdiff_max.m4.
16346
16347 2003-11-11  Bruno Haible  <bruno@clisp.org>
16348
16349         * modules/xsize (Files): Add m4/size_max.m4.
16350         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
16351
16352 2003-11-11  Bruno Haible  <bruno@clisp.org>
16353
16354         * m4/size_max.m4: New file.
16355         * m4/ptrdiff_max.m4: New file.
16356         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
16357         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
16358         (gl_XALLOC): Invoke it.
16359
16360 2003-11-11  Bruno Haible  <bruno@clisp.org>
16361
16362         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
16363         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
16364         defined.
16365
16366 2003-11-10  Paul Eggert  <eggert@twinsun.com>
16367
16368         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
16369         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
16370         rejected some allocations of exactly SIZE_MAX - 2 bytes.
16371         From Bruno Haible.
16372         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
16373         not (size_t) -1, since it's defined here.
16374
16375 2003-11-09  Karl Berry  <karl@gnu.org>
16376
16377         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
16378
16379 2003-11-06  Paul Eggert  <eggert@twinsun.com>
16380
16381         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
16382         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
16383         Reject sizes of exactly SIZE_MAX bytes.
16384         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
16385         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
16386
16387 2003-11-05  Bruno Haible  <bruno@clisp.org>
16388
16389         * lib/xsize.h: Include limits.h, to avoid a possible collision with
16390         SIZE_MAX defined in <limits.h> on Solaris.
16391
16392 2003-11-04  Jim Meyering  <jim@meyering.net>
16393
16394         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
16395         variable names, rather than @VAR@.
16396         * modules/poll: Likewise.
16397
16398 2003-11-04  Bruno Haible  <bruno@clisp.org>
16399
16400         * modules/xsize: New file.
16401         * modules/linebreak: Depend on xsize.
16402         * MODULES.html.sh (func_all_modules): Add xsize.
16403
16404 2003-11-04  Bruno Haible  <bruno@clisp.org>
16405
16406         * m4/xsize.m4: New file.
16407
16408 2003-11-04  Bruno Haible  <bruno@clisp.org>
16409
16410         * lib/xsize.h: New file.
16411         * lib/linebreak.c: Include xsize.h.
16412         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
16413         argument for overflow.
16414         Suggested by Paul Eggert.
16415
16416 2003-11-03  Karl Berry  <karl@gnu.org>
16417
16418         * config/config.{guess,sub}: update from config.
16419
16420 2003-11-03  Jim Meyering  <jim@meyering.net>
16421
16422         * modules/userspec (lib_SOURCES): Add userspec.h.
16423         (Include): Add "userspec.h".
16424         Improve description.
16425
16426 2003-11-03  Jim Meyering  <jim@meyering.net>
16427
16428         * lib/userspec.c: Include "userspec.h".
16429         * lib/userspec.h: New file.
16430
16431 2003-11-03  Bruno Haible  <bruno@clisp.org>
16432
16433         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
16434
16435 2003-11-03  Bruno Haible  <bruno@clisp.org>
16436
16437         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
16438         available, to avoid (extremely rare) race condition.
16439         Suggested by Paul Eggert.
16440
16441 2003-11-02  Karl Berry  <karl@gnu.org>
16442
16443         * config/srclist.txt (vasprintf.c): sync broken, sigh.
16444
16445 2003-10-31  Paul Eggert  <eggert@twinsun.com>
16446
16447         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
16448         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
16449         (read_filesystem_list): Set and use me_type_malloced.
16450         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
16451         whatever the type happens to be), for brevity and consistency.
16452         Check for size calculation overflow on Alphas running OSF/1.
16453
16454 2003-10-31  Jim Meyering  <jim@meyering.net>
16455
16456         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
16457
16458         * lib/linebuffer.c: Include <string.h> for declaration of memset.
16459
16460 2003-10-30  Paul Eggert  <eggert@twinsun.com>
16461             Bruno Haible  <bruno@clisp.org>
16462
16463         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
16464         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
16465
16466 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16467
16468         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
16469         netbsd*-gnu*.  Suggested by Robert Millan.
16470
16471 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16472
16473         * modules/group-member: Depend on stdbool.
16474
16475 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16476
16477         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
16478
16479 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16480
16481         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
16482         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
16483         after the 'gnu' in these cases.  This fixes some bugs in the
16484         previous change, and is based on suggestions by Robert Millan.
16485
16486 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16487
16488         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
16489         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
16490         no longer needed.
16491         * lib/quotearg.c (quotearg_n_options): Use it.
16492         * lib/group-member.c: Include <stdbool.h>.
16493         (free_group_info): Arg is now const *; don't free arg.
16494         (get_group_info): Now returns bool and accepts struct group_info *,
16495         rather than returning a malloc'ed struct group_info *.
16496         All uses changed.  Check for overflow in internal size calculation.
16497
16498         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
16499         rather than xmalloc/xrealloc.
16500         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
16501         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
16502         conformance bug: the old code used a pointer after freeing the
16503         storage that it addressed.
16504         * lib/hash.c (hash_initialize): Simplify the code by using
16505         xalloc_oversized rather than doing it by hand.
16506         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
16507         the buffer preserved.  Use free and xmalloc instead.
16508         * lib/quotearg.c (quotearg_n_options): Likewise.
16509         Use a simpler test for size overflow.  Don't use xalloc_oversized
16510         because unsigned int might be wider than size_t (!); this suggests
16511         that we should switch from unsigned int to size_t for slot numbers.
16512
16513 2003-10-28  Paul Eggert  <eggert@twinsun.com>
16514
16515         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
16516         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
16517         NetBSD kernels.  Requested by Richard Stallman.
16518
16519 2003-10-27  Paul Eggert  <eggert@twinsun.com>
16520
16521         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
16522         to allocate the returned structure.  Do not allocate a subarray,
16523         as x2nrealloc will do that.
16524         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
16525         instead of xnrealloc.
16526         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
16527
16528 2003-10-27  Bruno Haible  <bruno@clisp.org>
16529
16530         * lib/stdbool_.h: Better support for BeOS.
16531
16532 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16533
16534         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
16535         now uses inline.
16536
16537 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16538
16539         * lib/xalloc.h (xalloc_oversized): New static inline function, for
16540         callers that want to do their own size-overflow checking.  Include
16541         <stdbool.h>, since xalloc_oversized returns bool.
16542         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
16543         to use xalloc_oversized.
16544
16545         Add two functions x2realloc, x2nrealloc, for programs that grow
16546         arrays dynamically by doubling their sizes.
16547         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
16548         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
16549         New functions.
16550
16551         Port to C99 semantics for 'inline' of external functions.
16552         Bug reported by Bruno Haible.
16553         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
16554         with the old contents of xnmalloc.
16555         (xnmalloc, xmalloc): Use it.
16556         (xnrealloc_inline): New static inline function,
16557         with the old contents of xnrealloc.
16558         (xnrealloc, xrealloc): Use it.
16559
16560         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
16561         that.
16562
16563 2003-10-26  Karl Berry  <karl@gnu.org>
16564
16565         * config/srclist.txt (COPYING.DOC): no longer available from
16566         /gd/gnuorg; don't know where the ultimate source is.
16567
16568 2003-10-25  Paul Eggert  <eggert@twinsun.com>
16569
16570         Fix several address-calculation bugs in the hash modules,
16571         plus some minor code cleanup.
16572
16573         * lib/hash.h: Include <stdbool.h>, for bool.
16574         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
16575         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
16576         hash_get_n_entries, hash_get_max_bucket_length,
16577         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
16578         hash_rehash): Use size_t rather than unsigned.
16579         * lib/hash.c (struct hash_table, hash_get_n_buckets,
16580         hash_get_n_buckets_used, hash_get_n_entries,
16581         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
16582         hash_get_entries, hash_do_for_each, hash_string, is_prime,
16583         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
16584         Likewise.
16585         (SIZE_MAX): Define if not defined.
16586         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
16587         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
16588         hash_print):
16589         Use const * when possible.
16590         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
16591         (check_tuning): Fix bug: if tuning parameters were very close to
16592         0 or 1, rounding errors could have caused subscript violations.
16593         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
16594         (hash_initialize): Add 'fail:' label
16595         to free table and return NULL, and use it to simplify code.
16596         Use calloc rather than clearing the storage ourself.
16597         (hash_initialize, hash_rehash): Check for arithmetic overflow in
16598         buffer size calculations.
16599         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
16600         Include <stddef.h>, for size_t.
16601         * lib/hash-pjw.c (hash_pjw): Likewise.
16602         Switch to method described by Bruno Haible.
16603         Include <limits.h>, for CHAR_BIT.
16604         (SIZE_BITS): New macro.
16605
16606 2003-10-23  Paul Eggert  <eggert@twinsun.com>
16607
16608         * m4/getline.m4 (AM_FUNC_GETLINE):
16609         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
16610         hosts.  Problem reported by Derek Robert Price in
16611         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
16612         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
16613         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
16614
16615 2003-10-21  Paul Eggert  <eggert@twinsun.com>
16616
16617         * lib/getndelim2.c (getndelim2): When size calculation overflows,
16618         ceiling the allocation at NMAX bytes rather than silently
16619         discarding input bytes before NMAX is reached.  This makes
16620         a difference only if NMAX exceeds SIZE_MAX / 2.
16621
16622         * lib/obstack.c: Merge from glibc.
16623         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
16624         Add libc_hidden_def (_obstack_newchunk).
16625         (_obstack_free) [! defined _LIBC]: Remove.
16626         [defined _LIBC]: Make a strong alias from obstack_free, rather than
16627         a clone of the function body.
16628         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
16629         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
16630
16631         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
16632         glibc.
16633         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
16634         arg to memcpy.
16635
16636         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
16637         (obstack_ptr_grow_fast, obstack_int_grow_fast):
16638         Don't use lvalue casts, as GCC plans to remove support for them
16639         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
16640         was also present in the non-GCC version, indicating that this
16641         code had always been buggy and had never been widely used.
16642         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
16643         Use the fast variant of each macro, rather than copying the
16644         definiens of the fast variant; that way, we'll be more likely to
16645         catch future bugs in the fast variants.
16646
16647 2003-10-20  Bruno Haible  <bruno@clisp.org>
16648
16649         * modules/wait-process: New file.
16650         * MODULES.html.sh (func_all_modules): Add wait-process.
16651
16652 2003-10-20  Bruno Haible  <bruno@clisp.org>
16653
16654         * m4/wait-process.m4: New file.
16655
16656 2003-10-20  Bruno Haible  <bruno@clisp.org>
16657
16658         * lib/wait-process.h: New file, from GNU gettext.
16659         * lib/wait-process.c: New file, from GNU gettext.
16660
16661 2003-10-19  Jim Meyering  <jim@meyering.net>
16662
16663         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
16664         HPUX 10.20.
16665
16666 2003-10-18  Karl Berry  <karl@gnu.org>
16667
16668         * config/config.guess: update from config.
16669
16670 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16671
16672         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
16673         (getgroups): First arg is int, not size_t.
16674         Don't let 'free' mangle errno.
16675
16676 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16677
16678         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
16679
16680 2003-10-16  Karl Berry  <karl@gnu.org>
16681
16682         * config/config.{guess,sub}: update from config.
16683
16684 2003-10-16  Jim Meyering  <jim@meyering.net>
16685
16686         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
16687         memcpy.
16688
16689 2003-10-15  Paul Eggert  <eggert@twinsun.com>
16690
16691         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
16692         (SIZE_MAX): Remove.
16693         (new_exclude, add_exclude_file): Initial size no longer needs to
16694         be a power of 2.
16695         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
16696         our own address arithmetic overflow checking.
16697
16698         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
16699         (fnmatch): Do not alloca more than 2000 wide characters;
16700         instead, use malloc for large buffers.
16701         Check for address arithmetic overflow, and return -1
16702         with errno set to ENOMEM in that case.
16703         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
16704         (NEW_PATTERN): Do not alloca more than 8000 bytes;
16705         instead, return -1.  Check for address arithmetic overflow.
16706
16707 2003-10-14  Paul Eggert  <eggert@twinsun.com>
16708
16709         Handle invalid suffixes and overflow independently, so that
16710         callers can treat them independently as needed.  Fix some bugs in
16711         suffix handling, e.g., "100k@" was not diagnosed as an invalid
16712         suffix for a human-readable blocksize.  The major caller-visible
16713         change is the addition of a new
16714         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
16715         that both overflow and suffix chars were found.
16716
16717         * lib/human.c (humblock): Don't check separately for invalid suffix
16718         char; that is xstrtoumax's job (now that its bug is fixed).
16719         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
16720         INTMAX_MAX]: New macros.
16721         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
16722         TYPE_MAXIMUM): New macros.
16723         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
16724         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
16725         if overflow occurs, as it's what __strtol does and it's more useful
16726         in practice.
16727         (__xstrtol): If __strtol reports some error other than ERANGE,
16728         reflect it to the caller as LONGINT_INVALID.  If it reports
16729         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
16730         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
16731         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
16732         value.
16733         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
16734         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
16735         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
16736         [defined UINTMAX_MAX]: New macros.
16737
16738 2003-10-14  Bruno Haible  <bruno@clisp.org>
16739
16740         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
16741
16742 2003-10-14  Bruno Haible  <bruno@clisp.org>
16743
16744         * m4/sig_atomic_t: New file, from GNU gettext.
16745         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
16746
16747 2003-10-14  Bruno Haible  <bruno@clisp.org>
16748
16749         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
16750         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
16751         Also use volatile where needed.
16752
16753 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16754
16755         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
16756         Change maintainer from Bruno Haible to 'all'.
16757
16758 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16759
16760         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
16761
16762 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16763
16764         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
16765         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
16766         and define in terms of the other primitives.
16767         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
16768         (SIZE_MAX): Define if not already defined.
16769         (array_size_overflow): New function.
16770         (xalloc_die): Abort instead of exiting if 'error' returns.
16771         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
16772         (xmalloc, xrealloc): Use them.
16773         (xcalloc): Check for address arithmetic overflow.
16774         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
16775         a bit faster than strcpy.
16776
16777 2003-10-10  Simon Josefsson  <jas@extundo.com>
16778
16779         * modules/argp (Depends-on): Add restrict and strcase.
16780
16781 2003-10-10  Simon Josefsson  <jas@extundo.com>
16782
16783         * m4/argp.m4: Add AC_C_INLINE.
16784
16785 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16786
16787         Merge getpass from libc, plus a few fixes.
16788
16789         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
16790         Include <stdbool.h>.
16791         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
16792         __fsetlocking to empty.
16793         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
16794         do include <bits/libc-lock.h>.
16795         Do not include <fcntl.h>; not needed.
16796         [_LIBC]: Include <wchar.h>.
16797         (NOTCANCEL_MODE): New macro.
16798         (flockfile, funlockfile) [_LIBC]: New macros.
16799         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
16800         [!_LIBC]: New macros.
16801         (call_fclose): New function.
16802         (getpass): Use it.  Save tty stream separately; this simplifies the
16803         code and makes it more reliable if stdin happens to equal stdout.
16804         Invoke __fsetlocking on tty.
16805         Handle thread cancellation if needed.
16806         Namespace cleanup (use __tcgetattr, __getline).
16807         Use bool for Booleans.
16808         [USE_IN_LIBIO]: Handle wide streams.
16809         [!_LIBC]: Unconditionally do the fseek, since we don't know what
16810         stream might go where.
16811
16812         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
16813         doesn't have to include <stdio.h> before us.
16814         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
16815         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
16816         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
16817         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
16818         if not declared, so that we can use getpass.c code from libc without
16819         rewriting it.
16820         (flockfile, ftrylockfile, funlockfile): New macros.
16821
16822 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16823
16824         * modules/getpass: Depend on stdbool.
16825
16826 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16827
16828         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
16829
16830 2003-10-07  Karl Berry  <karl@gnu.org>
16831
16832         * config/config.{guess,sub}: update from config.
16833
16834 2003-10-06  Jim Meyering  <jim@meyering.net>
16835             Bruno Haible  <bruno@clisp.org>
16836
16837         This lets translators provide better translations for the
16838         "Written by ..." part of --version output.
16839         * lib/version-etc.h: Include stdarg.h.
16840         (version_etc_copyright): Declare as readonly.
16841         (version_etc): Make this function variadic with a NULL-terminated list
16842         of author name strings.
16843         (version_etc_va): New declaration.
16844         * lib/version-etc.c: Include stdarg.h, stdlib.h.
16845         (version_etc_copyright): Declare as readonly.
16846         (version_etc_va): New function. Provide a different translatable string
16847         for each possible number of authors < 10. Abbreviate when there are 10
16848         authors or more.
16849         (version_etc): Make this function variadic. Call version_etc_va.
16850         Suggestion from Gary V. Vaughan.
16851
16852         * lib/long-options.h (parse_long_options): Change prototype: the
16853         authors string is moved to the end and becomes variadic.
16854         * lib/long-options.c: Include stdarg.h.
16855         (parse_long_options): Make this function variadic, too.
16856         Call version_etc_va, not version_etc.
16857
16858 2003-10-06  Bruno Haible  <bruno@clisp.org>
16859
16860         * modules/version-etc-2: Remove file.
16861         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
16862
16863 2003-10-06  Bruno Haible  <bruno@clisp.org>
16864
16865         * modules/fatal-signal: New file.
16866         * MODULES.html.sh (func_all_modules): Add fatal-signal.
16867
16868 2003-10-06  Bruno Haible  <bruno@clisp.org>
16869
16870         * m4/fatal-signal.m4: New file.
16871         * m4/signalblocking.m4: New file, from GNU gettext.
16872
16873 2003-10-06  Bruno Haible  <bruno@clisp.org>
16874
16875         * lib/version-etc-2.h: Remove file.
16876         * lib/version-etc-2.c: Remove file.
16877
16878 2003-10-06  Bruno Haible  <bruno@clisp.org>
16879
16880         * lib/fatal-signal.h: New file, from GNU gettext.
16881         * lib/fatal-signal.c: New file, from GNU gettext.
16882
16883 2003-10-05  Paul Eggert  <eggert@twinsun.com>
16884
16885         * README: Rework advice for preventing empty .o files.
16886         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
16887         not <sys/types.h>.
16888
16889 2003-10-04  Karl Berry  <karl@gnu.org>
16890
16891         * lib/argp*: update from libc.
16892
16893 2003-10-04  Karl Berry  <karl@gnu.org>
16894
16895         * config/config.{guess,sub}: update from config.
16896
16897 2003-10-02  Bruno Haible  <bruno@clisp.org>
16898
16899         * modules/lchown (Include): Add lchown.h.
16900         * modules/time_r (Include): Use "..." syntax.
16901         * modules/xgetdomainname (Include): Add xgetdomainname.h.
16902
16903 2003-10-01  Simon Josefsson  <jas@extundo.com>
16904
16905         * MODULES.html.sh (func_all_modules): Move gethostname from section
16906         'based on' to section 'lacking' POSIX:2001.
16907
16908 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
16909
16910         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
16911         to output mode on the same stream.
16912
16913 2003-09-29  Paul Eggert  <eggert@twinsun.com>
16914
16915         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
16916         Fix arg typo in previous patch.
16917
16918 2003-09-28  Jim Meyering  <jim@meyering.net>
16919
16920         * lib/error.c: Correct cpp indentation.
16921
16922 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16923
16924         * modules/free: New file.
16925
16926 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16927
16928         * m4/free.m4: New file.
16929
16930 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16931
16932         * lib/minmax.h (MIN, MAX)
16933         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
16934         Omit the special code that used __typeof__, since we worry that
16935         it could be more trouble than it's worth.  See:
16936         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
16937         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
16938
16939         * lib/free.c: New file.
16940
16941 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
16942
16943         Trivial fixes to Makefile.am parts of module listings.
16944         * modules/strstr: Append strstr.h to lib_SOURCES.
16945         * modules/strcase: Likewise, for strcase.h.
16946
16947 2003-09-27  Karl Berry  <karl@gnu.org>
16948
16949         * config/mkinstalldirs: update from automake.
16950
16951 2003-09-26  Paul Eggert  <eggert@twinsun.com>
16952
16953         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
16954         (error_tail): Do not loop, reallocating temporary buffer, since
16955         the output cannot contain more wide characters than the input
16956         contains bytes, the size must be big enough already.  This avoids
16957         one potential size overflow calculation.  Check for size overflow
16958         when calculating temporary buffer size.  Free temporary buffer
16959         when done, if it was allocated with malloc; this plugs a memory
16960         leak.  Remove casts from void * to pointers, that are no longer
16961         needed now that we're assuming C89 or better.
16962
16963         Merge error changes from glibc.
16964
16965         * lib/error.c, error.h: Update copyright notice header to match glibc.
16966         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
16967         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
16968         Disable cancellation while printing error.
16969         * lib/error.h: Prepend __ to parameter names.
16970
16971 2003-09-26  Jim Meyering  <jim@meyering.net>
16972
16973         * lib/error.c (error_tail): Move some declarations
16974         into inner scope where the local variables are used.
16975
16976 2003-09-26  Bruno Haible  <bruno@clisp.org>
16977
16978         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
16979         stpncpy().
16980         Don't define stpncpy through config.h; it's now done through stpncpy.h.
16981
16982 2003-09-26  Bruno Haible  <bruno@clisp.org>
16983
16984         * lib/stpncpy.h (gnu_stpncpy): New declaration.
16985         (stpncpy): Define as alias for gnu_stpncpy.
16986         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
16987
16988 2003-09-25  Simon Josefsson  <jas@extundo.com>
16989
16990         * lib/xgetdomainname.h: New file.
16991         * lib/xgetdomainname.c: New file.
16992
16993 2003-09-25  Simon Josefsson  <jas@extundo.com>
16994             Bruno Haible  <bruno@clisp.org>
16995
16996         * modules/getdomainname: New file.
16997         * modules/xgetdomainname: New file.
16998         * MODULES.html.sh (func_all_modules): Add getdomainname,
16999         xgetdomainname.
17000
17001 2003-09-25  Simon Josefsson  <jas@extundo.com>
17002             Bruno Haible  <bruno@clisp.org>
17003
17004         * m4/getdomainname.m4: New file.
17005
17006 2003-09-25  Simon Josefsson  <jas@extundo.com>
17007             Bruno Haible  <bruno@clisp.org>
17008
17009         * lib/getdomainname.h: New file.
17010         * lib/getdomainname.c: New file.
17011
17012 2003-09-25  Karl Berry  <karl@gnu.org>
17013
17014         * lib/argp-fmtstream.c, argp-help.c: update from libc.
17015
17016 2003-09-25  Karl Berry  <karl@gnu.org>
17017
17018         * config/install-sh: update from automake.
17019
17020 2003-09-25  Bruno Haible  <bruno@clisp.org>
17021
17022         * modules/version-etc-2: New file, from modules/version-etc with
17023         modifications.
17024         * MODULES.html.sh (func_all_modules): Add version-etc-2.
17025
17026 2003-09-25  Bruno Haible  <bruno@clisp.org>
17027
17028         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
17029         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
17030
17031 2003-09-24  Simon Josefsson  <jas@extundo.com>
17032
17033         * modules/xgethostname: Add xgethostname.h.
17034
17035 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17036
17037         * lib/linebuffer.c (freebuffer): Don't free the argument, just
17038         the buffer associated with the argument.  Bug reported by
17039         Simon Josefsson.
17040
17041 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17042
17043         * README: Document assumptions that 'int' is at least 32 bits
17044         wide, that integer arithmetic is 2's complement without overflow,
17045         that there are no holes in integer values, that adding sizes of
17046         two nonoverlapping objects can't overflow, and that all-bits-zero
17047         yields scalar zero.  Fix spelling and capitalization typos.
17048
17049 2003-09-19  Karl Berry  <karl@gnu.org>
17050
17051         * lib/argp.h: update from libc.
17052
17053 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17054
17055         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
17056         to avoid spurious warnings like "AC_RUN_IFELSE was called before
17057         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
17058
17059 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17060
17061         * gnulib-tool: Use "test -h", not "test -L", for portability
17062         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
17063         (tags_regexp): Remove, since \| doesn't conform to POSIX.
17064         (sed_extract_prog): Issue s commands one-by-one, rather than
17065         using \| in one s command.
17066
17067 2003-09-16  Paul Eggert  <eggert@twinsun.com>
17068
17069         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
17070         input error, instead of returning NULL the next time we are called
17071         (and therefore losing track of errno).
17072
17073 2003-09-16  Bruno Haible  <bruno@clisp.org>
17074
17075         * gnulib-tool (func_create_testdir): Warn about duplicated
17076         dependencies.
17077
17078 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17079
17080         * modules/argmatch, modules/fatal, modules/obstack,
17081         modules/xalloc, modules/xgethostname: Sort dependencies by
17082         importance, not alphabetically.
17083
17084 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17085
17086         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
17087         fails, so that the caller gets the proper errno.
17088
17089         * lib/readutmp.c (read_utmp): Likewise.
17090         Check for fstat error.  Close stream and free storage
17091         when failing.
17092
17093 2003-09-14  Karl Berry  <karl@gnu.org>
17094
17095         * config/srclist.txt (strdup.c): disable for c89 changes.
17096
17097 2003-09-14  Jim Meyering  <jim@meyering.net>
17098
17099         * lib/getloadavg.c: Correct cpp indentation.
17100         * lib/strdup.c: Likewise.
17101         * lib/vasnprintf.c: Likewise.
17102
17103 2003-09-14  Bruno Haible  <bruno@clisp.org>
17104
17105         * modules/fwriteerror: New file.
17106         * MODULES.html.sh (func_all_modules): Add fwriteerror.
17107
17108 2003-09-14  Bruno Haible  <bruno@clisp.org>
17109
17110         * lib/fwriteerror.h: New file.
17111         * lib/fwriteerror.c: New file.
17112
17113 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17114
17115         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
17116         modules/xgethostname, modules/xalloc: Depend on exit.
17117
17118 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17119
17120         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
17121
17122         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
17123         and AC_MINIX, too, so that their extensions are available.
17124
17125         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
17126         This macro has been superseded by gl_BACKUPFILE.
17127
17128         More patches to assume C89 or better.
17129
17130         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
17131
17132         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
17133         unconditionally.
17134         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
17135         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
17136         Include <string.h>, <stdlib.h> unconditionally.
17137         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
17138         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
17139         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
17140         headers or for string.h.
17141         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
17142         or strtoul.
17143
17144         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
17145         headers.
17146         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
17147         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17148         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
17149         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
17150         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17151         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
17152         memcpy, memset.
17153         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
17154         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
17155         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
17156         strtol.
17157         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
17158         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
17159         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
17160         strtoul.
17161
17162 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17163
17164         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
17165         * lib/obstack.c [!defined _LIBC]: Likewise.
17166         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
17167         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
17168         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
17169
17170         More changes to assume C89 or better.
17171
17172         * lib/error.c (error_tail): Assume vprintf.
17173
17174         * lib/argmatch.c (getenv): Remove decl.
17175         * lib/progreloc.c (get_full_program_name): Define via prototype.
17176         * lib/setenv.c (clearenv): Likewise.
17177         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
17178         needed.
17179         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
17180         (malloc, memcpy): Remove decls.
17181         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
17182         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
17183         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17184         (memcpy): Remove macro.
17185         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
17186         (__P): Remove.  All uses removed.
17187         (PTR): Remove.  All uses changed to void *.
17188         (CHAR_BIT, NULL): Remove.
17189         (spaces, zeros, memset_space, memset_zero)
17190         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
17191         Remove.
17192         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
17193         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
17194         Define with prototype.
17195         Remove now-unnecessary prototype decl.
17196         (extra_args_spec): Assume ANSI C.  All uses changed.
17197         (extra_args_spec_iso): Remove.
17198         (my_strftime, emacs_strftimeu): Define via prototype.
17199         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
17200         unconditionally.
17201         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
17202         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
17203         (strtoul, strtol): Remove decls.
17204         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
17205         LONG_MAX): Remove.
17206         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17207         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
17208         (LOCALE_PARAM_PROTO): New macro.
17209         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
17210         (INTERNAL (strtol), strtol): Define with a prototype.
17211         (PARAMS): Remove.  All uses removed.
17212         * lib/tempname.c: Include <string.h> unconditionally.
17213         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
17214         * lib/xgethostname.c (main): Define with a prototype.
17215         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
17216         Include <stdlib.h> unconditionally.
17217         (calloc, malloc, realloc, free): Remove decls.
17218         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
17219         Include <stdlib.h> unconditionally.  Sort include file names.
17220         (strtod): Remove.
17221         (xstrtod): Define with a prototype.
17222         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
17223         (strtol, strtoul): Remove decls.
17224
17225 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17226
17227         More patches to assume C89 or better.
17228         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
17229         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
17230         string.h, memchr, STDC_HEADERS.
17231
17232 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17233
17234         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
17235         Include <stdlib.h>, <string.h> unconditionally.
17236         Remove now-unnecessary cast to char *.
17237         * lib/strnlen.c: Include <string.h> unconditionally.
17238         * lib/yesno.c (yesno): Define with a prototype.
17239
17240 2003-09-11  Bruno Haible  <bruno@clisp.org>
17241
17242         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
17243
17244 2003-09-10  Jim Meyering  <jim@meyering.net>
17245
17246         * lib/error.c: Correct indentation of cpp directives.
17247
17248 2003-09-10  Bruno Haible  <bruno@clisp.org>
17249
17250         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
17251         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
17252         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
17253         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
17254         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
17255         <stdlib.h> and <string.h> checks.
17256         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
17257         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
17258
17259 2003-09-10  Bruno Haible  <bruno@clisp.org>
17260
17261         * lib/strcspn.c: Include <string.h> unconditionally.
17262         * lib/strpbrk.c: Include <string.h> unconditionally.
17263         * lib/strstr.c: Include <string.h> unconditionally.
17264         * lib/unicodeio.c: Include <string.h> unconditionally.
17265         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
17266         * lib/unsetenv.c: Likewise.
17267         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
17268         * lib/yesno.c: Include <stdlib.h> unconditionally.
17269         (rpmatch): Add prototype.
17270
17271 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17272
17273         More patches to assume C89 or better.
17274         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
17275         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
17276         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
17277         or for string.h.
17278         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
17279         stdlib.h.
17280         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
17281         C headers.
17282         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
17283         string.h.
17284         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
17285         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
17286         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
17287         or for string.h.
17288         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
17289         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
17290         C headers.
17291         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
17292         memcpy.
17293         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
17294         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
17295         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
17296         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
17297         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
17298         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
17299         string.h, free.
17300         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
17301         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
17302         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
17303         C headers, or for string.h.
17304         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
17305         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
17306         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
17307         headers, memory.h, stdlib.h, string.h, strings.h.
17308         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
17309         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
17310         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
17311         strchr.
17312         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
17313         headers, memory.h, string.h.
17314         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
17315         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
17316         free.
17317         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
17318         headers.
17319         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
17320         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
17321         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
17322         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
17323         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
17324
17325 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17326
17327         More K&R removal.
17328
17329         * lib/acosl.c (main): Use a prototype.
17330         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
17331         tanl.c: Likewise.
17332
17333         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
17334
17335         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
17336         (getopt, etopt_long, getopt_long_only, _getopt_internal)
17337         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
17338         with a prototype.
17339         * lib/getopt.c (const): Remove macro.
17340         Include <string.h> unconditionally.
17341         (my_index): Remove; all uses changed to strchr.
17342         (strlen): Remove decl.
17343         (exchange): Remove forward decl; no longer needed.
17344         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
17345         Define with prototype.
17346         * lib/getopt1.c (const): Remove macro.
17347         (getopt_long, getopt_long_only, main): Define with prototype.
17348
17349         * lib/getugroups.c: Include <string.h> unconditionally.
17350
17351         * lib/getusershell.c: Include <stdlib.h> unconditionally.
17352         (getusershell, setusershell, endusershell, readname, main):
17353         Define with prototypes.
17354
17355         * lib/group-member.c: Include group-member.h first.
17356         Include <stdlib.h> unconditionally.
17357
17358         * lib/hard-locale.c: Include hard-locale.h first.
17359         Include <stdlib.h>, <string.h> unconditionally.
17360
17361         * lib/hash.c (free, malloc): Remove decls.
17362         Include <stdlib.h> unconditionally.
17363
17364         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
17365         (getenv): Do not declare.
17366
17367         * lib/idcache.c: Include <string.h> unconditionally.
17368
17369         * lib/long-options.c: Include long-options.h first, to test interface.
17370         Include <stdlib.h> unconditionally.
17371
17372         * lib/makepath.c: Include makepath.h first, to test interface.
17373         Include <stdlib.h> and <string.h> unconditionally.
17374
17375         * lib/linebuffer.c: Include <stdlib.h>.
17376         (free): Remove decl.
17377
17378         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
17379         stddef.h. rpl_malloc returns void *, not char *.
17380         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
17381         prototype.
17382
17383         * lib/md5.h: Include <limits.h> unconditionally.
17384         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
17385         (__P): Remove; all uses removed.
17386         * lib/md5.c: Include "md5.h" first.
17387         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
17388         md5_buffer, md5_process_bytes, md5_process_block):
17389         Define with prototypes.
17390         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
17391         * lib/sha.c: Include "sha.h" first.
17392         Include <stdlib.h>, <string.h> unconditionally.
17393
17394         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
17395         * lib/memcmp.c (__ptr_t): Likewise.
17396         * lib/memrchr.c (__ptr_t): Likewise.
17397         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
17398         Include <string.h> unconditionally.
17399         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
17400         * lib/memchr.c: Include <stdlib.h> unconditionally.
17401         * lib/memchr.c (LONG_MAX): Remove.
17402         * lib/memrchr.c (LONG_MAX): Likewise.
17403         * lib/memchr.c (__memchr): Define via a prototype.
17404         * lib/memrchr.c (__memrchr): Likewise.
17405         * lib/memcmp.c (__P): Remove, and remove all uses.
17406         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
17407         Remove forward decls; no longer needed.
17408         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
17409         Use types required by C89 in prototype.
17410
17411         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
17412         * lib/savedir.c: Likewise.
17413         * lib/mkdir.c (free): Remove decl.
17414         * lib/rmdir.c (rmdir): Define with a prototype.
17415         * lib/savedir.c: Include savedir.h first, to test interface.
17416
17417         * lib/mktime.c (STDC_HEADERS): Remove.
17418         Include <stdlib.h>, <string.h> unconditionally.
17419
17420         * lib/modechange.c: Include <stdlib.h> unconditionally.
17421         (malloc): Remove decl.
17422
17423         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
17424         (free): Remove decl.
17425
17426         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
17427         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
17428         (This type really should be intptr_t, but that's a C99ism.)
17429         (_obstack_memcpy): Remove: all uses changed to memcpy.
17430         Include <string.h> unconditionally.
17431         (struct obstack): Assume __STDC__ for types of members
17432         chunkfun, freefun, extra_arg.
17433         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
17434         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
17435         obstack_begin, obstack_specify_allocation,
17436         obstack_specify_allocation_with_arg, obstack_chunkfun,
17437         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
17438         Remove unprototyped decls and the macros that use them.
17439         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
17440         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
17441         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
17442         (defined __STDC__ && __STDC__)]:
17443         Remove nonprototyped code.
17444         Include <stdlib.h> unconditionally.
17445         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
17446         _obstack_allocated_p, _obstack_free, obstack_free,
17447         _obstack_memory_used, print_and_abort):
17448         Define using prototypes.
17449         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
17450         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
17451         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
17452         obstack_next_free, obstack_object_size, obstack_room) [0]:
17453         Remove unused, unprototyped code.
17454
17455         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
17456
17457         * lib/physmem.c (physmem_total, physmem_available, main): Define
17458         with prototypes.
17459
17460         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
17461         (main): Define with a prototype.
17462
17463         * lib/posixver.c (getenv): Remove decl.
17464
17465         * lib/putenv.c (malloc): Returns void *, not char *.
17466         Include <string.h> unconditionally.
17467         (strchr, memcpy, NULL): Do not define.
17468
17469         * lib/readtokens.c: Include readtokens.h first, to test interface.
17470         Include <stdlib.h>, <string.h> unconditionally.
17471         (init_tokenbuffer): Define with a prototype.
17472
17473         * lib/regex.c (PARAMS): Remove.  All uses removed.
17474         All uses of _RE_ARGS removed, too.
17475         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17476         unconditionally.
17477         (bzero): Assume memset exists.
17478         (memcmp, memcpy, NULL): Remove.
17479         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
17480         char, or assignments to local vars of type signed char.
17481         (init_syntax_once, PREFIX(extract_number_and_incr),
17482         PREFIX(print_partial_compiled_pattern),
17483         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
17484         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
17485         PREFIX(regex_grow_registers), PREFIX(regex_compile),
17486         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
17487         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
17488         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
17489         wcs_compile_range, byte_compile_range, truncate_wchar,
17490         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
17491         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
17492         count_mbs_length, wcs_re_match_2_internal,
17493         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
17494         PREFIX(alt_match_null_string_p),
17495         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
17496         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
17497         regfree, PREFIX(extract_number)): Define with prototype.  Remove
17498         now-unnecessary declaration, if any.
17499         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
17500         regcomp, regexec):
17501         Remove now-unnecessary casts among pointer types.
17502         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
17503
17504         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
17505         (free): Remove decl.
17506
17507         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
17508
17509         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
17510         (free): Remove decl.
17511
17512         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
17513         * lib/xgetcwd.c: Likewise.
17514
17515         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
17516         (free): Remove decl.
17517
17518         * lib/strchrnul.c (strchrnul): Define with a prototype.
17519         Fix bug: c_in was not converted to char before searching.
17520
17521         The following changes are not K&R related:
17522
17523         * lib/group-member.h: Include <sys/types.h>, so that this file is
17524         self-contained.
17525         * lib/makepath.h: Likewise.
17526
17527         * lib/getusershell.c (readname, default_index, line_size, readname):
17528         Use size_t, not int, for sizes.
17529         (readname): If the size overflows, report an error instead of
17530         looping forever.
17531
17532 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17533
17534         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
17535         libc.
17536
17537 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17538
17539         * README: New section: portability guidelines.
17540
17541 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17542
17543         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
17544         C89 spec.
17545
17546 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17547
17548         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
17549
17550 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17551
17552         Assume C89 or better; remove K&R cruft.
17553         A few of these changes were first proposed by Derek Robert Price
17554         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
17555
17556         * lib/addext.c: Include <string.h> unconditionally.
17557         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
17558         Don't declare getenv or malloc.
17559
17560         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
17561         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
17562         (NULL): Remove.
17563         (find_stack_direction, alloca): Use prototypes.
17564
17565         * lib/atexit.c (atexit): Define using a prototype.
17566
17567         * lib/basename.c, dirname.c, stripslash.c:
17568         Include <string.h> unconditionally.
17569
17570         * lib/bcopy.c: Include <stddef.h>.
17571         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
17572
17573         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
17574
17575         * lib/error.h (error, error_at_line, error_print_progname)
17576         [! (defined (__STDC__) && __STDC__)]: Remove decls.
17577         * lib/error.c: Include error.h first, to check interface.
17578         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17579         (VA_START): Remove; all uses changeed to va_start.
17580         (exit, strerror): Remove decls.
17581         (error_print_progname): Prototype uncondionally.
17582         Don't include <errno.h>; no longer needed.
17583         (private_strerror): Remove.
17584         (error_tail): Always define.
17585         (error, error_at_line): Assume C89 or better; always use prototypes.
17586         * lib/fatal.c: Include "fatal.h" first, to test interface.
17587         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17588         (VA_START): Remove; all uses changed to va_start.
17589         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
17590         this case.
17591         (exit): Remove decl.
17592         (fatal): Prototype unconditionally.  Assume va_start works.
17593         Abort at end, to pacify gcc.
17594
17595         * lib/euidaccess.c (main): Define with a prototype.
17596
17597         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
17598
17599         * lib/exitfail.c: Include <stdlib.h> unconditionally.
17600
17601         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
17602         prototypes.
17603         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
17604         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
17605         (getenv): Remove decl.
17606         (fnmatch): Define using a prototype.
17607         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
17608         (FCT): Define using a prototype.
17609
17610         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
17611
17612         * lib/gethostname.c: Include <stddef.h>.
17613         (gethostname): Define with prototype.  Length is size_t, not int.
17614
17615 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17616
17617         Assume C89 or better; remove K&R cruft.
17618         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
17619         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
17620         string.h, getenv, malloc.
17621         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
17622         headers.
17623         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
17624         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
17625         do not check for strerror.
17626         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
17627         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
17628         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
17629         do not check for doprnt or vprintf.
17630         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
17631         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
17632
17633 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17634
17635         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
17636         getversion.c should have been removed then, but was accidentally
17637         preserved.
17638
17639         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
17640         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
17641
17642 2003-09-08  Karl Berry  <karl@gnu.org>
17643
17644         * config/config.sub, config.guess, srclistvars.sh: update from savannah
17645                 config, forget about prep.
17646
17647         * config/depcomp, missing: update from automake.
17648
17649 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17650
17651         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
17652         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17653
17654 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17655
17656         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
17657         copy_tm_result.  Bug reported by Simon Josefsson in
17658         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17659
17660 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17661
17662         * m4/time_r.m4: New file.
17663         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
17664         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
17665         is. Check for timegm declaration.
17666         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
17667         Do not check for gmtime_r.
17668         Replace mktime if __mktime_internal does not exist and if mktime
17669         hasn't been replaced already.
17670
17671 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17672
17673         * lib/time_r.c, lib/time_r.h: New files.
17674
17675         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
17676         __localtime_r.
17677         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
17678         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
17679
17680         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
17681         __gmtime_r.
17682         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
17683         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
17684         Include <time_r.h>.
17685
17686         * lib/timegm.c: Switch to glibc implementation, with the following
17687         changes:
17688         [defined HAVE_CONFIG_H]: Include <config.h>.
17689         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
17690         (__mktime_internal) [!defined _LIBC]: New decl.
17691         (__gmtime_r) [!defined _LIBC]: New macro and function.
17692         (timegm): Use a prototype, since gnulib assumes C89.
17693         Do not bother declaring tmp to be const, as it's not really usefu.
17694         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
17695         (timegm): Declare only if HAVE_DECL_TIMEGM.
17696
17697 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17698
17699         * MODULES.html.sh (func_all_modules): Add time_r.
17700         * modules/time_r: New file.
17701         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
17702         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
17703
17704 2003-09-03  Paul Eggert  <eggert@twinsun.com>
17705
17706         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
17707         Bug reported by Lute Kamstra in
17708         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
17709
17710         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
17711         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
17712         course with correspondingly smaller numbers for tomorrow and
17713         yesterday.  From Tadayoshi Funaba.  Originally installed into
17714         sh-utils on 1999-08-07, but the patch got lost (I guess during the
17715         coreutils merge?).
17716
17717 2003-08-31  Simon Josefsson  <jas@extundo.com>
17718
17719         * modules/timegm: New file.
17720         * MODULES.html.sh (func_all_modules): Add timegm.
17721
17722 2003-08-31  Simon Josefsson  <jas@extundo.com>
17723
17724         * m4/timegm.m4: New file.
17725
17726 2003-08-31  Simon Josefsson  <jas@extundo.com>
17727
17728         * lib/timegm.h: New file.
17729         * lib/timegm.c: New file.  Based on
17730         wget-1.8.2/src/http.c:mktime_from_utc.
17731
17732 2003-08-31  Karl Berry  <karl@gnu.org>
17733
17734         * lib/argp.h: update from libc.
17735
17736 2003-08-28  Bruno Haible  <bruno@clisp.org>
17737
17738         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
17739         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
17740         followed by '#define fnmatch fnmatch_posix' gives an error.
17741
17742 2003-08-28  Bruno Haible  <bruno@clisp.org>
17743
17744         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
17745         warning on QNX, which defines O_BINARY to 000000.
17746
17747 2003-08-27  Jim Meyering  <jim@meyering.net>
17748
17749         * m4/mkstemp.m4: Require that the system mkstemp be able to create
17750         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
17751         would fail after 32.  Reported by Danny Levinson.  Details here:
17752         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
17753
17754 2003-08-24  Bruno Haible  <bruno@clisp.org>
17755
17756         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
17757         MSVC7 <stdio.h> is included later.
17758
17759 2003-08-22  Simon Josefsson  <jas@extundo.com>
17760
17761         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
17762
17763 2003-08-20  Karl Berry  <karl@gnu.org>
17764
17765         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
17766
17767 2003-08-20  Bruno Haible  <bruno@clisp.org>
17768
17769         * modules/progname: New file.
17770         * MODULES.html.sh (func_all_modules): Add progname.
17771
17772 2003-08-20  Bruno Haible  <bruno@clisp.org>
17773
17774         * lib/progname.h: New file, from GNU gettext.
17775         * lib/progname.c: New file, from GNU gettext.
17776         * lib/progreloc.c: New file, from GNU gettext.
17777
17778 2003-08-19  Jim Meyering  <jim@meyering.net>
17779
17780         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
17781         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
17782
17783 2003-08-19  Bruno Haible  <bruno@clisp.org>
17784
17785         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
17786         more.
17787
17788 2003-08-19  Bruno Haible  <bruno@clisp.org>
17789
17790         * lib/xstrdup.c: Assume <string.h> exists.
17791
17792 2003-08-18  Paul Eggert  <eggert@twinsun.com>
17793
17794         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
17795         in makefile rules.
17796
17797 2003-08-18  Jim Meyering  <jim@meyering.net>
17798
17799         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
17800         * m4/lib-ld.m4: Likewise.
17801
17802 2003-08-18  Jim Meyering  <jim@meyering.net>
17803
17804         * lib/setenv.h: Indent nested cpp directive.
17805         * lib/vasnprintf.c: Remove trailing blanks.
17806
17807 2003-08-17  Simon Josefsson  <jas@extundo.com>
17808
17809         * modules/xstrndup: New file.
17810         * MODULES.html.sh (func_all_modules): Add xstrndup.
17811
17812 2003-08-17  Simon Josefsson  <jas@extundo.com>
17813
17814         * modules/argp: Fix autoconf macro name. Add more dependencies.
17815
17816 2003-08-17  Simon Josefsson  <jas@extundo.com>
17817
17818         * m4/xstrndup.m4: New file.
17819
17820 2003-08-17  Simon Josefsson  <jas@extundo.com>
17821
17822         * m4/argp.m4: New file.
17823
17824 2003-08-17  Simon Josefsson  <jas@extundo.com>
17825             Bruno Haible  <bruno@clisp.org>
17826
17827         * lib/xstrndup.h: New file.
17828         * lib/xstrndup.c: New file.
17829
17830 2003-08-17  Bruno Haible  <bruno@clisp.org>
17831
17832         * modules/strndup (Files, Include): Add lib/strndup.h.
17833
17834 2003-08-17  Bruno Haible  <bruno@clisp.org>
17835
17836         * modules/euidaccess (Files): Add lib/euidaccess.h.
17837
17838 2003-08-17  Bruno Haible  <bruno@clisp.org>
17839
17840         * lib/strndup.h: New file.
17841
17842 2003-08-17  Bruno Haible  <bruno@clisp.org>
17843
17844         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
17845         like AC_GNU_SOURCE.
17846         * modules/extensions (configure.ac): Comment out the invocation of
17847         gl_USE_SYSTEM_EXTENSIONS.
17848
17849 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17850
17851         Merges from coreutils, etc.
17852         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
17853         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
17854         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
17855         fixing a typo.
17856         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
17857         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
17858
17859 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17860
17861         Document merge from coreutils.
17862         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
17863         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
17864         * modules/utime: Add m4/utimes-null.m4.
17865
17866 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17867
17868         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
17869         space, undoing this 2003-08-12 change:
17870         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17871
17872 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17873
17874         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
17875         strtoul.c from libc, undoing this 2003-08-12 change:
17876         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17877
17878 2003-08-16  Jim Meyering  <jim@meyering.net>
17879
17880         Merges from coreutils.
17881         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
17882         prefix.  Adjust cache variables similarly.  Create 500 rather than
17883         just 300 files, to exercise bug on Darwin6.5, too.
17884         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
17885         $missing_dir.
17886         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
17887         AM_SYS_POSIX_TERMIOS.
17888         Reported by mkc@mathdogs.com.
17889         Also change use of $am_cv_sys_posix_termios
17890         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
17891         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
17892         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
17893         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
17894         in /proc/mounts until it finds one with matching device number.  This
17895         is unnecessary when the FILE argument *is* a mount point.  No stat call
17896         is necessary in that case.  So, disable the statvfs-testing code on
17897         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
17898         as RedHat bug# 84846.
17899         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17900         to 1MB, so as not to render systems with no stack size limit (e.g.,
17901         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17902         Include <unistd.h>.  On some systems,
17903         it is required for the definition of _SC_PAGESIZE.
17904
17905 2003-08-16  Jim Meyering  <jim@meyering.net>
17906
17907         Merge from coreutils.
17908         * lib/xstrtoimax.c: #else #if -> #elif.
17909         * lib/xstrtoumax.c: Likewise.
17910
17911 2003-08-16  Jim Meyering  <jim@meyering.net>
17912
17913         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
17914         * m4/utimes.m4: Removed.
17915         * m4/utimes-null.m4: Renamed from utimes.m4.
17916
17917         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17918         to 1MB, so as not to render systems with no stack size limit (e.g.,
17919         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17920         Include <unistd.h>.  On some systems,
17921         it is required for the definition of _SC_PAGESIZE.
17922
17923 2003-08-16  Jim Meyering  <jim@meyering.net>
17924         and Paul Eggert  <eggert@cs.ucla.edu>
17925
17926         Merges from coreutils, etc.
17927
17928         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
17929         using the latest version from cvs.  This avoids problems with #line
17930         directives using a vendor (Sun) compiler.
17931         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
17932         Don't set GETGROUPS_LIB here; now it's
17933         done via getgroups.m4's wrapper function.
17934         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
17935         rather than just in sh-util/configure.in, so that the
17936         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
17937         same.
17938         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
17939         AC_FUNC_GETLOADAVG where to find getloadavg.c.
17940         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
17941         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
17942         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
17943         Remove code that is now done by the newly-required macros.
17944         Append $(EXEEXT) to DF_PROG.
17945         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
17946         Do not invoke or require the following here,
17947         since prereq.m4 or some gnulib .m4 now does this for us:
17948         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
17949         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
17950         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
17951         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
17952         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
17953         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
17954         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
17955         AC_FUNC_OBSTACK.
17956         Do not replace the following functions, as this is now the job
17957         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
17958         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
17959         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
17960         atexit getpass, strdup, getpagesize.
17961         Replace 'raise'.
17962         Do not check for the following functions, as this is now the job
17963         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
17964         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
17965         setregid.
17966         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
17967         Check for sys/sysctl.h.
17968         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
17969         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
17970         of checking for ssize_t ourselves.
17971
17972         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
17973         Require every macro that gnulib/modules/* suggests for us.
17974         (jm_PREREQ_ADDEXT): New macro.
17975         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
17976         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
17977
17978         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
17979         (gl_PHYSMEM): Use it.
17980         Also check for `table' function.
17981         Check for new headers and functions.
17982         Add check for sys/sysmp.h.
17983         With suggestions from Kaveh Ghazi.
17984         Ignore headers that are present but cannot be compiled.  This
17985         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
17986         C 5.4.
17987
17988 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17989
17990         Document merge from coreutils.
17991         * modules/userspec: Depend on posixver.
17992         * modules/strftime: Depend on tzset.
17993
17994 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17995
17996         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
17997         rather than tab, after '#' in shell-script copyright notices.
17998         Suggested by Bruno Haible.
17999
18000 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18001
18002         * config/srclist-update: Use three spaces, rather than tab, after '#'
18003         in shell-script copyright notices.  Suggested by Bruno Haible.
18004         Remove unnecessary parenthesization in regular expression.
18005
18006 2003-08-15  Jim Meyering  <jim@meyering.net>
18007
18008         Merge from coreutils.
18009         * lib/xgethostname.c: Include <stdlib.h>.
18010         (xghostname): Don't exit for anything other than memory-related
18011         failure; just return NULL.
18012         * lib/userspec.c: Include "posixver.h".
18013         (parse_user_spec): Accept `.' as a separator only
18014         in pre-POSIX-200112 mode.
18015         * lib/strtoimax.c: Use #elif rather than #else #if.
18016         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
18017         Remove function, now that we can rely on a working tzset function.
18018         [!_LIBC]: Ensure that the required autoconf test has been run.
18019         [!defined _NL_CURRENT && HAVE_STRFTIME]:
18020         Use underlying_strftime for %r.
18021         * lib/sha.c: Merge in some clean-up and optimization changes from
18022         glibc.
18023         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
18024         Ensure that it is a multiple of 64.
18025         Rearrange loop exit tests so as to avoid performing an
18026         additional fread after encountering an error or EOF.
18027         * lib/realloc.c: Update copyright date.
18028
18029 2003-08-15  Jim Meyering  <jim@meyering.net>
18030         and Paul Eggert  <eggert@twinsun.com>
18031
18032         Merge from coreutils.
18033         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
18034         member but strut utmpx does not.  Needed for AIX 4.3.3.
18035         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
18036
18037 2003-08-15  Jim Meyering  <jim@meyering.net>
18038         and Paul Eggert  <eggert@cs.ucla.edu>
18039
18040         Merges from coreutils, etc.
18041         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
18042         Require gl_FUNC_TZSET_CLOBBER.
18043         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
18044         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
18045         members.
18046
18047 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18048
18049         Help the merge from coreutils.
18050         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
18051         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
18052         * m4/tzset.m4: Use it too.
18053
18054 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18055
18056         * modules/tzset: New file.
18057
18058 2003-08-14  Jim Meyering  <jim@meyering.net>
18059
18060         Merges from coreutils.
18061         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
18062         variable names, rather than @FNMATCH_H@.
18063         * modules/alloca: Likewise for $(ALLOCA_H).
18064
18065         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
18066         the three copies of the literal target, `fnmatch.h'.
18067         * modules/alloca (alloca.h): Likewise.
18068
18069 2003-08-14  Jim Meyering  <jim@meyering.net>
18070
18071         Merge from coreutils.
18072         * m4/tzset.m4: New file.
18073         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
18074         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
18075         otherwise, AIX 5.1 systems would end up using the latter.
18076         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
18077         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
18078         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
18079         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
18080
18081 2003-08-14  Jim Meyering  <jim@meyering.net>
18082
18083         Merge from coreutils.
18084         * lib/obstack.h: Whitespace changes.
18085         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
18086         and xcalloc return values.
18087         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
18088         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
18089         hang on OSF/1 5.1 for DIR on both local and remote file systems.
18090         Reported by (and fix confirmed by) Nelson H. F. Beebe.
18091         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18092         error from mntctl.
18093         Use mntctl's return value to drive the entry-processing loop, since
18094         we can't rely on the value of the vmt_length member in the last
18095         entry.  On some systems doing so could result in exhausting
18096         virtual memory.  Based in part on a patch from Mike Jetzer.
18097
18098 2003-08-14  Jim Meyering  <jim@meyering.net>
18099         and Paul Eggert  <eggert@twinsun.com>
18100
18101         Merges from coreutils, plus other fixes.
18102         * lib/physmem.c: Merge in portability changes from gcc/libiberty
18103         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
18104         for credits and details.  Thanks to Kaveh Ghazi for helping
18105         to keep these files in sync.
18106         (ARRAY_SIZE): Define it.
18107         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
18108         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
18109         (memcasecmp): Don't assume size_t fits in unsigned int.
18110         Remove casts and duplicate code.
18111         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
18112         (memcpy): Remove definition.
18113         Merge in some clean-up and optimization changes from glibc.
18114         [BLOCKSIZE]: Move definition to top of file.
18115         Ensure that it is a multiple of 64.
18116         Rearrange loop exit tests so as to avoid performing an
18117         additional fread after encountering an error or EOF.
18118         * lib/md5.h (md5_uintptr): Define.
18119         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
18120         return to the initial working directory.  Preserve errno
18121         for caller.
18122         * lib/idcache.c: Include "xalloc.h".
18123         (xmalloc, xrealloc): Remove decls.
18124         (getuser): Remove casts no longer required in C89.
18125         * lib/human.c: Include stdio.h, for sprintf.
18126         * lib/group-member.c: Include "xalloc.h".
18127         (xmalloc, xrealloc): Remove decls.
18128         (get_group_info): Remove casts no longer required in C89.
18129         * lib/getusershell.c (readname): Remove casts no longer required in
18130         C89.
18131         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
18132         * lib/getline.c: Whitespace fix, from coreutils.
18133
18134 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18135
18136         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
18137         Check for isascii.
18138
18139         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18140         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18141         Undo previous (whitespace-only) change.
18142
18143 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18144
18145         * lib/exclude.c: Include <ctype.h>
18146         (IN_CTYPE_DOMAIN): New macro.
18147         (is_space): New fn.
18148         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
18149         and empty lines.
18150
18151         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18152         Undo previous (whitespace-only) change.
18153
18154 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18155
18156         * config/srclist-update: Change update back to the old behavior,
18157         leaving whitespace alone.  Use one 'sed' command rather than a
18158         pipeline.
18159         (fixlicense): Now a variable, not a function.
18160         (remove_trailing_blanks): Remove.
18161         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
18162         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18163         Undo previous (whitespace-only) change.
18164
18165 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18166
18167         Merge from coreutils.
18168         * modules/euidaccess: Add lib_SOURCES, include for new
18169         file euidaccess.h
18170
18171 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18172
18173         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18174         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18175         Normalize leading white space and remove trailing white space.
18176
18177         Merge from coreutils
18178         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
18179
18180         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
18181         0.12.1.  These files are now being upgraded automatically by
18182         ../config/srclist-update.
18183
18184 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18185
18186         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18187         Normalize leading white space and remove trailing white space.
18188         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
18189         notice, as per ../config/srclist-update.
18190
18191         Merge from coreutils.
18192         * lib/euidaccess.h: New file.
18193         * lib/euidaccess.c: Include it.
18194         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
18195         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
18196         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
18197
18198 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18199
18200         * config/srclist-update: Add copyright notice.
18201         (remove_id_lines, remove_trailing_blanks): New constants.
18202         (fixfile): Use them to normalize spacing a bit in copied files.
18203         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18204         Normalize leading white space and remove trailing white space.
18205
18206         * config/texinfo.tex: Sync with texinfo.
18207
18208         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
18209         strtoul.c from libc, to merge coreutils whitespace changes.
18210
18211         * config/srclist.txt: Get the following m4 files from gettext:
18212         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
18213         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
18214         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
18215         wint_t.m4.
18216
18217 2003-08-12  Karl Berry  <karl@gnu.org>
18218
18219         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
18220         been made.
18221
18222 2003-08-11  Paul Eggert  <eggert@twinsun.com>
18223
18224         * modules/gnu-source, m4/gnu-source.m4:
18225         Remove; we're assuming Autoconf 2.54 or later now.
18226         Suggested by Bruno Haible.
18227         * MODULES.html.sh (func_all_modules): Remove gnu-source.
18228
18229 2003-08-11  Bruno Haible  <bruno@clisp.org>
18230
18231         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
18232
18233 2003-08-11  Bruno Haible  <bruno@clisp.org>
18234
18235         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
18236         (vasnprintf): Use it instead of wcslen.
18237
18238 2003-08-11  Bruno Haible  <bruno@clisp.org>
18239
18240         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
18241         value to ensure that _Bool promotes to int. Use #define for _Bool when
18242         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
18243
18244 2003-08-10  Karl Berry  <karl@gnu.org>
18245
18246         * lib/regex.h: update from libc (whitespace fix).
18247
18248 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18249
18250         Merge some files from coreutils.  These changes were
18251         originally made by Jim Meyering.
18252         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
18253         many older Unixes require this.
18254         * lib/alloca.c (alloca): Remove cast to argument of free;
18255         no longer needed in C89.
18256         * lib/alloca_.h, regex.h: Fix white space to match
18257         what GNU indent does.
18258
18259 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18260
18261         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
18262         apparently Emacs's Unicode mode got confused before my 2003-08-05
18263         checkin.
18264
18265 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18266
18267         * m4/extensions.m4: New file.
18268         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
18269         Require gl_USE_SYSTEM_EXTENSIONS.
18270         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
18271         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
18272
18273 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18274
18275         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
18276         * modules/extensions, modules/gnu-source: New files.
18277         * modules/timespec, modules/unlocked-io: Depend on extensions.
18278
18279 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18280
18281         * modules/restrict: New file.
18282         * MODULES.html.sh (func_all_modules): Add restrict.
18283         * modules/regex: Depend on restrict.
18284
18285 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18286
18287         * m4/restrict.m4: New file.
18288         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
18289
18290 2003-08-07  Bruno Haible  <bruno@clisp.org>
18291
18292         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
18293         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
18294
18295 2003-08-07  Bruno Haible  <bruno@clisp.org>
18296
18297         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
18298         makes the module 'getndelim2' compatible with the module 'getline'.
18299
18300 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18301
18302         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
18303         byte with "\201" to avoid glitches when editing that source file
18304         with multi-gnome-terminal.
18305
18306 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18307
18308         * lib/bumpalloc.h: Remove.
18309
18310 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18311
18312         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
18313         * modules/bumpalloc: Remove.
18314
18315 2003-08-04  Paul Eggert  <eggert@twinsun.com>
18316
18317         * lib/getloadavg.c: Change copyright notice and spacing to conform to
18318         GNU coding style.
18319
18320         Merge from coreutils.
18321         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
18322         1. From glibc.
18323         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
18324         from Karl Berry, implemented by Jim Meyering.
18325         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
18326         from Dmitry V. Levin.
18327         Remove anachronistic cast of xrealloc.
18328         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
18329         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
18330         type. Otherwise, it wouldn't compile with at least /bin/cc on
18331         ymp-cray-unicos9.0.2.X.
18332         Combine two mostly-identical uses of alloca into one.
18333         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
18334
18335 2003-08-04  Dave Love  <d.love@dl.ac.uk>
18336
18337         [From Emacs.]
18338
18339         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
18340         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
18341         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
18342         obsolete NLIST_NAME_UNION.
18343         [__GNU__]: Undef BSD and FSCALE.
18344         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
18345
18346 2003-08-03  Paul Eggert  <eggert@twinsun.com>
18347
18348         * lib/stdbool_.h (_Bool): Make it signed char, instead of
18349         an enum type, so that it's guaranteed to promote to int.  See:
18350         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
18351
18352 2003-08-03  Karl Berry  <karl@gnu.org>
18353
18354         * config/depcomp: update from automake.
18355
18356 2003-07-31  Paul Eggert  <eggert@twinsun.com>
18357
18358         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
18359         (strerror): Don't assume that a printable int fits in 14 bytes.
18360
18361 2003-07-31  Bruno Haible  <bruno@clisp.org>
18362
18363         * modules/getpass-gnu: New file.
18364         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
18365
18366 2003-07-31  Bruno Haible  <bruno@clisp.org>
18367
18368         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
18369
18370 2003-07-24  Karl Berry  <karl@gnu.org>
18371
18372         * config/missing: update from automake.
18373
18374 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
18375             Bruno Haible  <bruno@clisp.org>
18376
18377         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
18378         * lib/getline.c (getline, getdelim): Likewise.
18379         Remove _GNU_SOURCE define; now it's defined in config.h through
18380         m4/getline.m4.
18381
18382 2003-07-23  Karl Berry  <karl@gnu.org>
18383
18384         * config/config.sub: update from prep.
18385
18386 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18387
18388         * modules/xalloc (Depends-on): Add exitfail.
18389         * modules/xmemcoll: Likewise.
18390
18391 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18392
18393         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
18394         over-parenthesization in macros.
18395
18396         Sync with coreutils.
18397
18398         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
18399         required by C99.
18400
18401         Use `exit_failure' for xalloc and xmemcoll instead of their own
18402         private exit-failure variables.
18403         * lib/xalloc.h (xalloc_exit_failure): Remove.
18404         * lib/xmalloc.c: Likewise.  Include exitfail.h.
18405         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
18406         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
18407         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
18408         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
18409
18410 2003-07-20  Jim Meyering  <jim@meyering.net>
18411
18412         * modules/closeout (Depends-on): Add exitfail.
18413         Suggestion from Bruno Haible.
18414
18415 2003-07-19  Karl Berry  <karl@gnu.org>
18416
18417         * config/config.sub: update from prep.
18418
18419 2003-07-18  Paul Eggert  <eggert@twinsun.com>
18420
18421         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
18422         Remove.
18423         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
18424         to test that it can stand by itself.  Include "exitfail.h".
18425         Clients should set exit_failure instead.
18426         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
18427
18428 2003-07-18  Bruno Haible  <bruno@clisp.org>
18429
18430         * modules/getndelim2: New file.
18431         * modules/getline: Share files with module getndelim2.
18432         * modules/getnline: Depend on getndelim2 instead of sharing files with
18433         it. Add getnline.c to lib_SOURCES.
18434         * MODULES.html.sh (func_all_modules): Add getndelim2.
18435
18436 2003-07-18  Bruno Haible  <bruno@clisp.org>
18437
18438         * m4/getndelim2.m4: New file.
18439         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
18440         invoke gl_PREREQ_GETNDELIM2.
18441         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
18442         gl_PREREQ_GETNDELIM2.
18443         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
18444         gl_GETNDELIM2.
18445
18446 2003-07-18  Bruno Haible  <bruno@clisp.org>
18447
18448         * lib/getndelim2.h: New file.
18449         * lib/getndelim2.c: Make into a module of its own. Include config.h,
18450         getndelim2.h.
18451         (getndelim2): Make non-static. Change return type to ssize_t.
18452         * lib/getline.h: Change argument names.
18453         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
18454         * lib/getnline.c: Include getndelim2.h.
18455
18456 2003-07-18  Andreas Schwab  <schwab@suse.de>
18457
18458         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
18459
18460 2003-07-17  Karl Berry  <karl@gnu.org>
18461
18462         * config/config.sub: update from prep.
18463
18464 2003-07-17  Bruno Haible  <bruno@clisp.org>
18465
18466         * modules/getnline: New file.
18467         * modules/getline: Add lib/getndelim2.c to source file list.
18468         * MODULES.html.sh (func_all_modules): Add getnline.
18469
18470 2003-07-17  Bruno Haible  <bruno@clisp.org>
18471
18472         * m4/getnline.m4: New file.
18473
18474 2003-07-17  Bruno Haible  <bruno@clisp.org>
18475
18476         * m4/Makefile.am.in: Remove file.
18477         * m4/Makefile.am: Remove file.
18478         * m4/Makefile.in: Remove file.
18479
18480 2003-07-17  Bruno Haible  <bruno@clisp.org>
18481
18482         * lib/getnline.h: New file.
18483         * lib/getnline.c: New file.
18484         * lib/getndelim2.c: New file, extracted from getline.c.
18485         (getndelim2): Renamed from getdelim2, with added nmax argument.
18486         * lib/getline.c: Include getndelim2.c.
18487         (getdelim2): Moved out to getndelim2.c.
18488         (getline, getdelim): Update.
18489
18490 2003-07-17  Bruno Haible  <bruno@clisp.org>
18491
18492         * lib/Makefile.am: Remove file.
18493         * lib/Makefile.in: Remove file.
18494
18495 2003-07-17  Bruno Haible  <bruno@clisp.org>
18496
18497         * configure.in: Remove file.
18498         * Makefile.in: Remove file.
18499
18500 2003-07-17  Bruno Haible  <bruno@clisp.org>
18501
18502         * MODULES.html.sh: Put the </BODY> right before </HTML>.
18503
18504 2003-07-16  Karl Berry  <karl@gnu.org>
18505
18506         * config/srclist-update: was running fixlicense twice, which caused
18507                 texinfo.tex to be nullified for some reason.  Simplify,
18508                 $gplsrc is no longer needed as far as I can see?
18509
18510 2003-07-16  Jim Meyering  <jim@meyering.net>
18511
18512         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
18513
18514 2003-07-15  Paul Eggert  <eggert@twinsun.com>
18515
18516         * config/srclist.txt: Get the following files from gettext-runtime/intl
18517         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
18518         ref-del.sin.  From Bruno Haible.
18519         * config/srclist-update (fixfile): Change grep pattern again, since the
18520         previous fix didn't work (there was another trailing $).  Use
18521         '[$]' to escape the $s.
18522
18523 2003-07-15  Karl Berry  <karl@gnu.org>
18524
18525         * lib/vasnprintf.c: update from gettext.
18526
18527 2003-07-15  Karl Berry  <karl@gnu.org>
18528
18529         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
18530         gets expanded when surrounded by '$'.
18531
18532 2003-07-15  Jim Meyering  <jim@meyering.net>
18533
18534         * modules/save-cwd: Don't depend on error.  From Derek Price.
18535
18536 2003-07-15  Jim Meyering  <jim@meyering.net>
18537
18538         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
18539
18540 2003-07-14  Simon Josefsson  <jas@extundo.com>
18541
18542         * modules/mempcpy: New file.
18543         * MODULES.html.sh (func_all_modules): Add mempcpy.
18544
18545 2003-07-14  Simon Josefsson  <jas@extundo.com>
18546
18547         * m4/mempcpy.m4: New file.
18548
18549 2003-07-14  Simon Josefsson  <jas@extundo.com>
18550
18551         * lib/mempcpy.h: New file.
18552         * lib/mempcpy.c: New file.
18553
18554 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18555
18556         * modules/getdate, modules/posixtm: Depend on mktime.
18557
18558 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18559
18560         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
18561         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
18562         unicodeio.c, unicodeio.h, unlocked-io.h:
18563         Switch from LGPL to GPL.
18564
18565 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18566
18567         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
18568         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
18569         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
18570         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
18571         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
18572         updated automatically by ../config/srclist-update.  This changes
18573         their license from LPGL to GPL.
18574
18575 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18576
18577         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
18578         assumed to refer to the root of the most recent stable gettext version.
18579         * config/srclistvars.sh: Add defaults for eggert.
18580         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
18581         Match "This program" as well as "The program".  This is needed
18582         for gettext.
18583
18584 2003-07-14  Jim Meyering  <jim@meyering.net>
18585
18586         Don't emit diagnostics.  Let callers do that.
18587         * lib/save-cwd.c: Don't include "error.h".
18588         (save_cwd): Don't call error.  Ensure that errno is valid
18589         when returning nonzero.
18590
18591         * lib/save-cwd.h (restore_cwd): Update prototype.
18592         * lib/save-cwd.c (restore_cwd): Remove two parameters.
18593         Simplify.  Don't call error upon failure.  Let callers do that.
18594         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
18595         when auditing is enabled.  But don't bother updating the #if.
18596
18597 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
18598
18599         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
18600         it breaks C++ compilation.
18601         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
18602
18603 2003-07-10  Simon Josefsson  <jas@extundo.com>
18604
18605         * modules/strchrnul (Makefile.am): Add strchrnul.h.
18606
18607 2003-07-10  Jim Meyering  <jim@meyering.net>
18608
18609         * m4/clock_time.m4: Remove trailing blank.
18610         * m4/intmax_t.m4: Likewise.
18611
18612 2003-07-10  Jim Meyering  <jim@meyering.net>
18613
18614         * lib/vasnprintf.c: Remove trailing blanks.
18615         Make cpp indentation consistent.
18616
18617 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18618
18619         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
18620         posixver.c, strftime.c, strnlen.c, strverscmp.c:
18621         Switch from LGPL to GPL.
18622
18623 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18624
18625         * config/srclist.txt: Sort sublists.  Add
18626         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
18627         that differ from gnulib for one reason or another; we'd like this list
18628         to be smaller but for now let's document what we have.
18629
18630 2003-07-08  Paul Eggert  <eggert@twinsun.com>
18631
18632         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
18633         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
18634         and sweeter "eval x=$x".
18635         * config/srclist.txt: Get lib/argp* from glibc.
18636
18637 2003-07-07  Paul Eggert  <eggert@twinsun.com>
18638
18639         * lib/mktime.c: Fix some boundary cases and remove need for floating
18640         point.
18641
18642         Issue a compile-time diagnostic if time_t is floating point, or if
18643         two's complement arithmetic is not in effect, or if arithmetic
18644         right shift does not propagate the sign.  These assumptions were
18645         all in the original code but they weren't checked.
18646
18647         (TIME_T_MIDPOINT, verify): New macros.
18648         (__isleap): Remove; it has integer overflow problems.
18649         (leapyear): New function, without those problems.
18650         (ydhms_tm_diff): Remove; splitting into two parts.
18651         (ydhms_diff): New function, containing the arithmetic part of
18652         the old ydhms_tm_diff function.  Issue a compile-time
18653         diagnostic if we are not using C99 integer division.
18654         Avoid casts when possible.
18655         (guess_time_tm): New function, containing the checking part of
18656         the old ydhms_tm_diff function.  Return the new value, rather than
18657         the difference between it and the old.  Accept a new argument T
18658         so that *T specifies the old value.  Check for overflow in the result.
18659
18660         (__mktime_internal): Use a time_t offset, not a long int offset.
18661         This undoes the 2003-06-04 change, which is no longer needed now
18662         that we have better overflow checking.
18663         (localtime_offset): Likewise.
18664
18665         (__mktime_internal): Avoid harmful overflow on hosts where time_t
18666         and long are 64-bit but int is only 32-bit.
18667         (ydhms_diff): Use long int to store year1 and yday1.
18668         Issue a compile-time diagnostic if long int is not wide enough.
18669
18670         (__mktime_internal): Use long int to store adjusted year and yday.
18671         Use plain C rather than preprocessor commands, if that doesn't
18672         affect efficiency.
18673         Check for overflow (and try to repair) after each probe
18674         rather than checking only at the very end.  This avoids some bugs
18675         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
18676         does not equal GMT offset at maximum time).
18677         Use integer to check for overflow rather than floating point; this
18678         is more portable to non-IEEE hosts, and is a tad faster.
18679         When we detect that we are oscillating between two values,
18680         don't check whether tm_isdst has the requested value, since
18681         we already know the answer.  When tm_isdst has the wrong value,
18682         use a different heuristic to find the right one, based on the
18683         extreme values actually observed in practice in tz2003a,
18684         rather than the (overly optimistic) "previous 3 calendar quarters".
18685
18686         (not_equal_tm, print_tm, check_result): Use "const T" rather than
18687         "T const" to accommodate glibc style.
18688         (check_result): Use less-confusing report format.  "long" -> "long int.
18689         (main): Likewise.
18690         Don't loop if the iteration overflows time_t.
18691         Allow a negative step in the iteration.
18692
18693 2003-07-06  Karl Berry  <karl@gnu.org>
18694
18695         * config/depcomp: update from automake.
18696         * config/config.sub: update from prep.
18697
18698 2003-07-03  Karl Berry  <karl@gnu.org>
18699
18700         * config/config.guess: update from prep.
18701
18702 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18703
18704         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
18705         xreadlink.c now includes it unconditionally.
18706
18707 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18708
18709         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
18710         having it depend on HAVE_SYS_TYPES_H.
18711
18712 2003-07-01  Bruno Haible  <bruno@clisp.org>
18713
18714         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
18715         <sys/types.h> should be sufficient.
18716         Reported by Paul Eggert.
18717
18718 2003-06-26  Karl Berry  <karl@gnu.org>
18719
18720         * config/depcomp: update from automake.
18721
18722 2003-06-26  Bruno Haible  <bruno@clisp.org>
18723
18724         * modules/human: Depend on module stdbool.
18725
18726 2003-06-25  Bruno Haible  <bruno@clisp.org>
18727
18728         * modules/readlink: New file.
18729         * modules/xreadlink: Depend on it.
18730         * MODULES.html.sh (func_all_modules): Add readlink.
18731
18732 2003-06-25  Bruno Haible  <bruno@clisp.org>
18733
18734         * m4/readlink.m4: New file.
18735
18736 2003-06-25  Bruno Haible  <bruno@clisp.org>
18737
18738         * lib/readlink.c: New file.
18739
18740 2003-06-22  Karl Berry  <karl@gnu.org>
18741
18742         * config/srclist.txt: update mkinstalldirs from automake.
18743         * config/mkinstalldirs: update.
18744
18745 2003-06-22  Bruno Haible  <bruno@clisp.org>
18746
18747         Portability to mingw32.
18748         * m4/ssize_t.m4: New file, from GNU gettext.
18749         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
18750         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
18751
18752 2003-06-22  Bruno Haible  <bruno@clisp.org>
18753
18754         * modules/safe-read: Add m4/ssize_t.m4.
18755         * modules/xreadlink: Add m4/ssize_t.m4.
18756
18757 2003-06-20  Bruno Haible  <bruno@clisp.org>
18758
18759         Assume C89, so PARAMS isn't needed.
18760         * lib/unicodeio.h (PARAMS): Remove.
18761         * lib/unicodeio.c: Don't use PARAMS.
18762
18763 2003-06-18  Karl Berry  <karl@gnu.org>
18764
18765         * config/config.{guess,sub}: update from prep.
18766
18767 2003-06-18  Jim Meyering  <jim@meyering.net>
18768
18769         Merge changes from coreutils.
18770         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
18771         Remove explicit declarations of xmalloc and realloc.
18772         Include xalloc.h.
18773         (read_utmp): Remove anachronistic cast of xmalloc.
18774
18775 2003-06-17  Paul Eggert  <eggert@twinsun.com>
18776
18777         Assume C89, so PARAMS isn't needed.
18778         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
18779         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
18780         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
18781         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
18782         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
18783         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
18784         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
18785         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
18786         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
18787         lib/xstrtod.h, lib/xstrtol.h: Likewise.
18788         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
18789         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
18790         no longer needed. Anyway, config.h should always be included before any
18791         other file.
18792
18793 2003-06-11  Simon Josefsson  <jas@extundo.com>
18794
18795         * modules/sysexits: New file.
18796         * MODULES.html.sh (func_all_modules): Add sysexits.
18797
18798 2003-06-11  Simon Josefsson  <jas@extundo.com>
18799
18800         * lib/sysexit_.h: New file.
18801
18802 2003-06-11  Derek Price  <derek@ximbiot.com>
18803
18804         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
18805         necessary.
18806
18807 2003-06-11  Bruno Haible  <bruno@clisp.org>
18808
18809         * m4/sysexits.m4: New file.
18810
18811 2003-06-10  Simon Josefsson  <jas@extundo.com>
18812
18813         * lib/argp.h: New file, from glibc.
18814         * lib/argp-ba.c: New file, from glibc.
18815         * lib/argp-eexst.c: New file, from glibc.
18816         * lib/argp-fmtstream.c: New file, from glibc.
18817         * lib/argp-fmtstream.h: New file, from glibc.
18818         * lib/argp-fs-xinl.c: New file, from glibc.
18819         * lib/argp-help.c: New file, from glibc.
18820         * lib/argp-namefrob.h: New file, from glibc.
18821         * lib/argp-parse.c: New file, from glibc.
18822         * lib/argp-pv.c: New file, from glibc.
18823         * lib/argp-pvh.c: New file, from glibc.
18824         * lib/argp-xinl.c: New file, from glibc.
18825
18826 2003-06-10  Simon Josefsson  <jas@extundo.com>
18827
18828         * modules/strchrnul: New file.
18829
18830 2003-06-10  Simon Josefsson  <jas@extundo.com>
18831
18832         * modules/argp: New file.
18833
18834 2003-06-10  Simon Josefsson  <jas@extundo.com>
18835
18836         * m4/strchrnul.m4: New file.
18837
18838 2003-06-10  Simon Josefsson  <jas@extundo.com>
18839
18840         * lib/strchrnul.h: New file.
18841         * lib/strchrnul.c: New file.
18842
18843 2003-06-10  Bruno Haible  <bruno@clisp.org>
18844
18845         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
18846
18847 2003-06-07  Karl Berry  <karl@gnu.org>
18848
18849         * config/config.{guess,sub}: update from prep.
18850
18851 2003-06-07  Jim Meyering  <jim@meyering.net>
18852
18853         * modules/strtod: Use $(...) notation, not @...@ for
18854         AC_REPLACE'd variables.
18855         * modules/localcharset: Likewise.
18856
18857 2003-06-07  Jim Meyering  <jim@meyering.net>
18858
18859         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
18860         in place of my name in the copyright comment.
18861         Remove definition and uses of __P.
18862
18863         From coreutils.
18864         * lib/stat.c: Don't declare xmalloc explicitly.
18865         Instead, include "xalloc.h".
18866         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
18867         xrealloc, and xcalloc return values.
18868         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
18869         Improve comment.
18870         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
18871
18872 2003-06-07  Bruno Haible  <bruno@clisp.org>
18873
18874         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
18875         avoid AC_CONFIG_LINKS.
18876         * modules/fnmatch (Makefile.am): Use explicit creation rule for
18877         fnmatch.h, to avoid AC_CONFIG_LINKS.
18878         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
18879
18880 2003-06-07  Bruno Haible  <bruno@clisp.org>
18881
18882         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
18883         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
18884         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18885         directory.
18886         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
18887         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18888         directory.
18889
18890 2003-06-06  Jim Meyering  <jim@meyering.net>
18891
18892         Merge from coreutils.
18893         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
18894         Consolidate declarations and initializations of *_base* locals.
18895
18896         Merge from coreutils.
18897         This avoids a core dump on systems without GNU putenv,
18898         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
18899         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
18900         (unsetenv): New static function, from GNU libc.
18901         (rpl_putenv): Use it.
18902
18903         * lib/modechange.c: Remove trailing blanks.
18904
18905         Merge from coreutils.
18906         * lib/fsusage.c: Remove declaration of statfs.
18907         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
18908
18909         * lib/posixtm.c: Include <stdbool.h> unconditionally.
18910
18911 2003-06-06  Jim Meyering  <jim@meyering.net>
18912
18913         * lib/stdbool_.h: Renamed from stdbool.h.in.
18914
18915 2003-06-06  Jim Meyering  <jim@meyering.net>
18916             Bruno Haible  <bruno@clisp.org>
18917
18918         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
18919         Adjust Makefile.am snippet not to redirect directly to target.
18920         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
18921
18922 2003-06-05  Paul Eggert  <eggert@twinsun.com>
18923
18924         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
18925         mismatch, look in future quarters as well as past.  This fixes a
18926         bug when processing fall-backwards gaps immediately after a long
18927         period of daylight-saving time.
18928
18929         * lib/mktime.c: Assume freestanding C89 or better.
18930         (HAVE_LIMITS_H): Remove.  Assume it's 1.
18931         (__P): Remove; not used.
18932         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
18933         (mktime, not_equal_tm, print_tm, check_result,
18934         main): Use prototypes.  Use const * where appropriate.
18935         (main): Fix typo in testing code that uncovered by above changes.
18936         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
18937
18938 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18939
18940         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
18941         locale.h, localeconv.  This merges changes from coreutils.
18942
18943         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
18944         It can be removed after the next Autoconf is released.
18945         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
18946         needed.
18947
18948 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18949
18950         * lib/mktime.c: Fix Debian bug 177940
18951         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
18952         (localtime_offset): Now long int, not time_t, because we want it
18953         to be guaranteed to be signed.  All uses changed.
18954         (__mktime_internal): If overflow would occur when adding offset,
18955         don't add it.
18956
18957         Merge 'human' changes from coreutils.  Rewrite to support
18958         locale-specific notations like thousands separators.
18959         * lib/human.c: Simplify authorship notice.
18960         Include human.h immediately after config.h.
18961         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
18962         <limits.h>: Do not include, since human.h does.
18963         (SIZE_MAX, UINTMAX_MAX): New macros.
18964         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
18965         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
18966         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
18967         (power_letter): Renamed from suffixes.
18968         (generate_suffix_backwards): Remove.
18969         (adjust_value): Now takes int style (because of human.h changes)
18970         and long double value (for greater precision on some platforms).
18971         (group_number): New function.
18972         (human_readable): Use it.  Use integer options, not enum.
18973         Put the options before the sizes in the arg list.
18974         Support all the new options.
18975         The old human_readable function has been removed;
18976         use inttostr.h instead.
18977         (human_readable, default_block_size, humblock):
18978         Use uintmax_t, not int, for block sizes.
18979         (human_readable_inexact, block_size_types): Remove.
18980         (block_size_opts): New constant.
18981         (human_options): Renamed from human_block_size, with new signature
18982         that allows block sizes up to UINTMAX_MAX.  All callers changed.
18983         * lib/human.h: Add copyright and authorship notice.
18984         Include <limits.h> and <stdbool.h> unconditionally.
18985         (PARAMS): Remove.  All uses removed.
18986         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
18987         (enum human_inexact_style): Remove tag; now a nameless enum.
18988         (human_floor, human_ceiling, human_round_to_even): Now have
18989         values 2, 0, 1 rather than -1, 1, 0.
18990         (human_group_digits, human_suppress_point_zero, human_autoscale,
18991         human_base_1024, human_SI, human_B): New constants.
18992         (human_readable_inexact, human_block_size): Remove.
18993         (human_readable): Size args are now uintmax_t, not int.
18994         (human_options): New decl.
18995
18996         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
18997         unnecessary now that we assume C89 or better.  This change
18998         imported from coreutils.
18999
19000         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19001         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
19002         in the 2003-05-30 sync from glibc.
19003
19004         .h files should stand alone, but we shouldn't include <sys/types.h>
19005         if we can get away with just <stddef.h>.
19006
19007         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
19008         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
19009         rather than <sys/types.h>, as we merely need size_t.
19010         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
19011         to get size_t.
19012         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
19013         Include <stdio.h>, to get FILE.
19014         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
19015         memcasecmp.h has included <stddef.h> and all we need is size_t.
19016         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
19017         our interface, instead of including <sys/types.h>
19018
19019 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19020
19021         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
19022         now, as glibc mktime is buggy on non-glibc systems.
19023
19024 2003-06-03  Karl Berry  <karl@gnu.org>
19025
19026         * config/config.sub: update from prep.
19027
19028 2003-06-02  Paul Eggert  <eggert@twinsun.com>
19029
19030         [from coreutils]
19031         Fix some minor time-related bugs with POSIX time arguments.
19032         Some valid time stamps were being rejected (notably -1, and
19033         time stamps before 1900 on 64-bit hosts).  And some invalid
19034         time stamps were being accepted, e.g. September 31.
19035
19036         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
19037         that we can return (time_t) -1 successfully.
19038         * lib/posixtm.c: Likewise.
19039         [HAVE_STDBOOL_H]: Include <stdbool.h>.
19040         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
19041         (t): Remove static var.
19042         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
19043         of static var.  All uses changed.
19044         (year): Do not reject years before 1900; they can occur with
19045         64-bit time_t.
19046         (posix_time_parse): Do not check for out-of-range components;
19047         that is now the caller's responsibility, since our checks were
19048         only approximations.
19049         (posixtime): Use mktime to check for out-of-range components,
19050         since it knows them exactly.
19051         If mktime returns (time_t) -1, check whether an error actually occurred
19052         by invoking localtime on -1.
19053         (main) [TEST_POSIXTIME]: Check for input data errors, and report
19054         posixtime failures better.
19055         Improve the test data (in comments only).
19056
19057 2003-06-02  Karl Berry  <karl@gnu.org>
19058
19059         * config/mkinstalldirs (version): new variable.
19060         (--version): new option.
19061         (usage): improve message.
19062
19063 2003-05-30  Karl Berry  <karl@gnu.org>
19064
19065         * lib/mktime.c: update from libc.
19066
19067 2003-05-30  Bruno Haible  <bruno@clisp.org>
19068
19069         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
19070         * config/config.rpath: Upgrade to gettext-0.12.1.
19071
19072 2003-05-30  Bruno Haible  <bruno@clisp.org>
19073
19074         * m4/gettext.m4: Upgrade to gettext-0.12.1.
19075         * m4/nls.m4: New file, from gettext-0.12.1.
19076         * m4/po.m4: New file, from gettext-0.12.1.
19077         * m4/progtest.m4: Upgrade to gettext-0.12.1.
19078
19079 2003-05-30  Bruno Haible  <bruno@clisp.org>
19080
19081         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
19082         * lib/localcharset.h: Likewise.
19083         * lib/localcharset.c: Likewise.
19084
19085 2003-05-29  Karl Berry  <karl@gnu.org>
19086
19087         * config/config.rpath: update from gettext.
19088
19089 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19090
19091         Assume the headers required for C89 freestanding compilers.
19092         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
19093         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
19094         * m4/human.m4 (gl_HUMAN): Likewise.
19095         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
19096         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
19097         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19098         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
19099         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19100         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
19101
19102 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19103
19104         Assume the headers required for C89 freestanding compilers.
19105         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
19106         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
19107         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
19108         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
19109         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
19110         define, since <limits.h> is guaranteed to do that.
19111         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
19112         * lib/exclude.c: Include <stdbool.h> unconditionally.
19113         * lib/tempname.c: Include <stddef.h> unconditionally.
19114         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
19115         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
19116         <stddef.h> does that.
19117         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
19118         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
19119         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
19120         needed.
19121         * lib/xstrtol.c: Likewise.
19122         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
19123         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
19124
19125         * lib/addext.c (addext): Use assignment rather than cast, to avoid
19126         warnings on some platforms.
19127
19128         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19129         arbitrarily.
19130
19131 2003-05-26  Jim Meyering  <jim@meyering.net>
19132
19133         Merge in a change from coreutils:
19134         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
19135         that is guaranteed to be `no'.  Use `no_such_member' to indicate
19136         that condition, rather than `-1' which is slightly misleading.
19137         Change the name of the cache variable to have the gl_ prefix.
19138         Prompted by a patch from Richard Dawe for DJGPP.
19139
19140 2003-05-24  Karl Berry  <karl@gnu.org>
19141
19142         * config/config.guess: update from prep.
19143
19144 2003-05-22  Karl Berry  <karl@gnu.org>
19145
19146         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
19147
19148 2003-05-20  Karl Berry  <karl@gnu.org>
19149
19150         * config/config.guess: update from prep.
19151
19152 2003-05-18  Karl Berry  <karl@gnu.org>
19153
19154         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
19155         might actually be set by the user.
19156
19157         * config/depcomp, install-sh, mdate-sh: update from automake.
19158
19159 2003-05-17  Bruno Haible  <bruno@clisp.org>
19160
19161         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
19162         invalid expansion for AC_EGREP_CPP.
19163         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
19164         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
19165         Suggested by Akim Demaille <akim@epita.fr> in
19166         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
19167
19168 2003-05-12  Jim Meyering  <jim@meyering.net>
19169
19170         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
19171         the space-padded-by-default conversion specifiers, %e, %k, %l.
19172
19173 2003-05-12  Bruno Haible  <bruno@clisp.org>
19174
19175         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
19176         the string is longer than 4 KB.
19177
19178 2003-05-11  Karl Berry  <karl@gnu.org>
19179
19180         * config/config.{guess,sub}: update from prep.
19181
19182 2003-05-09  Bruno Haible  <bruno@clisp.org>
19183
19184         * modules/error: Add m4/strerror_r.m4 to file list.
19185
19186 2003-05-03  Bruno Haible  <bruno@clisp.org>
19187
19188         Upgrade to Unicode-4.0.
19189         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
19190         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
19191         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
19192         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
19193         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
19194         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
19195         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
19196         Change width of U+E0100..U+E01EF from 1 to 0.
19197
19198 2003-04-25  Jim Meyering  <jim@meyering.net>
19199
19200         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
19201         of type size_t, not int.
19202
19203 2003-04-25  Bruno Haible  <bruno@clisp.org>
19204
19205         * lib/copy-file.c: Include <stddef.h>, for size_t.
19206
19207 2003-04-21  Paul Eggert  <eggert@twinsun.com>
19208
19209         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
19210         code which expansion is under static control.  Patch imported from
19211         Akim Demaille's patch to Bison; see
19212         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
19213
19214 2003-04-14  Bruno Haible  <bruno@clisp.org>
19215
19216         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
19217
19218 2003-04-11  Jim Meyering  <jim@meyering.net>
19219
19220         Merge changes from Coreutils.
19221
19222         2003-03-22  Jim Meyering  <jim@meyering.net>
19223
19224         * lib/strftime.c (widen): Cast alloca return value to proper type.
19225
19226         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
19227
19228         From GNU libc.
19229         * lib/strftime.c (my_strftime): Handle very large width
19230         specifications for numeric values correctly.  Improve checks for
19231         overflow.
19232
19233         2003-01-19  Jim Meyering  <jim@meyering.net>
19234
19235         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
19236         definitions.
19237         (nl_get_alt_digit) [! defined my_strftime]: Define.
19238         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
19239         _nl_get_alt_digit and _nl_get_walt_digit.
19240
19241         * lib/strftime.c (my_strftime): Merge in locale-related changes from
19242         libc. These changes have no effect outside of _LIBC.
19243
19244 2003-04-10  Bruno Haible  <bruno@clisp.org>
19245
19246         * modules/findprog: New file.
19247         * MODULES.html.sh (func_all_modules): Add it.
19248
19249 2003-04-10  Bruno Haible  <bruno@clisp.org>
19250
19251         * m4/findprog.m4: New file.
19252         * m4/eaccess.m4: New file.
19253
19254 2003-04-10  Bruno Haible  <bruno@clisp.org>
19255
19256         * lib/findprog.h: New file, from GNU gettext.
19257         * lib/findprog.c: New file, from GNU gettext.
19258
19259 2003-04-05  Jim Meyering  <jim@meyering.net>
19260
19261         Merge changes from Coreutils.
19262
19263         * lib/exclude.h (PARAMS): Remove definition and uses.
19264         * lib/exclude.c: Remove uses of `PARAMS'.
19265
19266         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
19267         Add test-cases for DOS filenames. Declare program_name.
19268         (main): Set up program_name.  Patch by Rich Dawe.
19269
19270         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19271         error from mntctl.
19272         Use mntctl's return value to drive the entry-processing loop, since
19273         we can't rely on the value of the vmt_length member in the last
19274         entry.  On some systems doing so could result in exhausting
19275         virtual memory.  Based in part on a patch from Mike Jetzer.
19276
19277 2003-04-04  Bruno Haible  <bruno@clisp.org>
19278
19279         * modules/linebreak: New file.
19280         * MODULES.html.sh (func_all_modules): Add it.
19281
19282 2003-04-04  Bruno Haible  <bruno@clisp.org>
19283
19284         * m4/linebreak.m4: New file.
19285
19286 2003-04-04  Bruno Haible  <bruno@clisp.org>
19287
19288         * lib/linebreak.h: New file, from GNU gettext.
19289         * lib/linebreak.c: New file, from GNU gettext with slight
19290         modifications.
19291         * lib/lbrkprop.h: New file, from GNU gettext.
19292
19293 2003-04-03  Bruno Haible  <bruno@clisp.org>
19294
19295         * modules/utf8-ucs4: New file.
19296         * modules/utf16-ucs4: New file.
19297         * modules/ucs4-utf8: New file.
19298         * modules/ucs4-utf16: New file.
19299         * MODULES.html.sh (func_all_modules): Add them.
19300
19301 2003-04-03  Bruno Haible  <bruno@clisp.org>
19302
19303         * m4/utf-ucs4.m4: New file.
19304         * m4/ucs4-utf.m4: New file.
19305
19306 2003-04-03  Bruno Haible  <bruno@clisp.org>
19307
19308         * lib/utf8-ucs4.h: New file, from GNU gettext.
19309         * lib/utf16-ucs4.h: New file, from GNU gettext.
19310         * lib/ucs4-utf8.h: New file, from GNU gettext.
19311         * lib/ucs4-utf16.h: New file, from GNU gettext.
19312
19313 2003-04-02  Bruno Haible  <bruno@clisp.org>
19314
19315         * modules/binary-io: New file.
19316         * MODULES.html.sh (func_all_modules): Add it.
19317
19318 2003-04-02  Bruno Haible  <bruno@clisp.org>
19319
19320         * lib/binary-io.h: New file, from GNU gettext.
19321
19322 2003-04-01  Bruno Haible  <bruno@clisp.org>
19323
19324         * modules/pathname: New file.
19325         * MODULES.html.sh (func_all_modules): Add it.
19326
19327 2003-04-01  Bruno Haible  <bruno@clisp.org>
19328
19329         * lib/pathname.h: New file, from GNU gettext.
19330         * lib/concatpath.c: New file, from GNU gettext.
19331
19332 2003-03-30  Bruno Haible  <bruno@clisp.org>
19333
19334         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
19335
19336 2003-03-30  Bruno Haible  <bruno@clisp.org>
19337
19338         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
19339         function chown() doesn't exist.
19340
19341 2003-03-28  Bruno Haible  <bruno@clisp.org>
19342
19343         * modules/copy-file: New file.
19344         * MODULES.html.sh (func_all_modules): Add it.
19345
19346 2003-03-28  Bruno Haible  <bruno@clisp.org>
19347
19348         * m4/copy-file.m4: New file.
19349
19350 2003-03-28  Bruno Haible  <bruno@clisp.org>
19351
19352         * lib/copy-file.h: New file, from GNU gettext.
19353         * lib/copy-file.c: New file, from GNU gettext.
19354
19355 2003-03-18  Jim Meyering  <jim@meyering.net>
19356
19357         * lib/quote.c (quote_n): Fix typo in comment.
19358
19359 2003-03-18  Bruno Haible  <bruno@clisp.org>
19360
19361         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
19362         checking.
19363         * m4/onceonly_2_57.m4: Likewise.
19364
19365 2003-03-17  Bruno Haible  <bruno@clisp.org>
19366
19367         * m4/onceonly.m4: Require autoconf 2.54 or newer.
19368         (m4_quote): Remove macro.
19369         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
19370
19371 2003-03-14  Jim Meyering  <jim@meyering.net>
19372
19373         Merge changes from Coreutils.
19374         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
19375         to be const, in order to avoid warnings.
19376         (obstack_room): Likewise.
19377         (obstack_empty_p): Likewise.
19378
19379 2003-03-14  Bruno Haible  <bruno@clisp.org>
19380
19381         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
19382         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
19383
19384 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19385
19386         Merge changes from Bison.
19387         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
19388         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
19389         when compiling Bison 1.875's `bitset bset = obstack_alloc
19390         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
19391         * lib/hash.c: Include <stdbool.h> unconditionally.
19392
19393 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19394
19395         * m4/onceonly.m4 (m4_quote): New macro.
19396         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
19397         Quote AC_FOREACH variable-expansions properly.
19398
19399 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19400
19401         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
19402
19403 2003-03-09  Paul Eggert  <eggert@twinsun.com>
19404
19405         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
19406         Reported by Bruce Becker; see:
19407         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
19408
19409 2003-03-03  Paul Eggert  <eggert@twinsun.com>
19410             Bruno Haible  <bruno@clisp.org>
19411
19412         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
19413         Reported by John Hughes, see
19414         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
19415
19416 2003-02-20  Bruno Haible  <bruno@clisp.org>
19417
19418         * MODULES.html.sh (func_all_modules): Add poll.
19419
19420 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19421
19422         * modules/poll: New file.
19423
19424 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19425
19426         * lib/poll_.h: New file.
19427         * lib/poll.c: New file.
19428
19429 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19430
19431         * m4/poll.m4: New file.
19432
19433 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19434
19435         * modules/mathl: New file.
19436
19437 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19438
19439         * lib/mathl.h: New file.
19440         * lib/acosl.c: New file.
19441         * lib/asinl.c: New file.
19442         * lib/atanl.c: New file.
19443         * lib/ceill.c: New file.
19444         * lib/cosl.c: New file.
19445         * lib/expl.c: New file.
19446         * lib/floorl.c: New file.
19447         * lib/frexpl.c: New file.
19448         * lib/ldexpl.c: New file.
19449         * lib/logl.c: New file.
19450         * lib/sincosl.c: New file.
19451         * lib/sinl.c: New file.
19452         * lib/sqrtl.c: New file.
19453         * lib/tanl.c: New file.
19454         * lib/trigl.c: New file.
19455         * lib/trigl.h: New file.
19456
19457 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19458
19459         * m4/mathl.m4: New file.
19460
19461 2003-02-18  Bruno Haible  <bruno@clisp.org>
19462
19463         * MODULES.html.sh (func_all_modules): Add mathl.
19464
19465 2003-02-17  Bruno Haible  <bruno@clisp.org>
19466
19467         * modules/mkdtemp: New module.
19468         * MODULES.html.sh (func_all_modules): Add it.
19469
19470 2003-02-17  Bruno Haible  <bruno@clisp.org>
19471
19472         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
19473
19474 2003-02-17  Bruno Haible  <bruno@clisp.org>
19475
19476         * lib/mkdtemp.h: New file, from GNU gettext.
19477         * lib/mkdtemp.c: New file, from GNU gettext.
19478
19479 2003-02-02  Jim Meyering  <jim@meyering.net>
19480
19481         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
19482         e.g. glibc-2.2.93.
19483
19484 2003-01-31  Bruno Haible  <bruno@clisp.org>
19485
19486         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
19487         'rpl_rename'.
19488         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
19489         'rpl_strnlen'.
19490         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
19491         'rpl_strtod'.
19492         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
19493         'rpl_utime'.
19494
19495 2003-01-31  Bruno Haible  <bruno@clisp.org>
19496
19497         * lib/rename.c: #undef rename before defining rpl_rename.
19498         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
19499
19500 2003-01-30  Bruno Haible  <bruno@clisp.org>
19501
19502         * modules/vasnprintf, modules/vasprintf: New modules.
19503         * MODULES.html.sh (func_all_modules): Add them.
19504
19505 2003-01-30  Bruno Haible  <bruno@clisp.org>
19506
19507         * m4/signed.m4: New file, from GNU gettext.
19508         * m4/longdouble.m4: New file, from GNU gettext.
19509         * m4/wchar_t.m4: New file, from GNU gettext.
19510         * m4/wint_t.m4: New file, from GNU gettext.
19511         * m4/vasnprintf.m4: New file.
19512         * m4/vasprintf.m4: New file.
19513
19514 2003-01-30  Bruno Haible  <bruno@clisp.org>
19515
19516         * lib/printf-args.h: New file, from GNU gettext.
19517         * lib/printf-args.c: New file, from GNU gettext.
19518         * lib/printf-parse.h: New file, from GNU gettext.
19519         * lib/printf-parse.c: New file, from GNU gettext.
19520         * lib/vasnprintf.h: New file, from GNU gettext.
19521         * lib/vasnprintf.c: New file, from GNU gettext.
19522         * lib/asnprintf.c: New file, from GNU gettext.
19523         * lib/vasprintf.h: New file, from GNU gettext with modifications.
19524         * lib/vasprintf.c: New file, from GNU gettext.
19525         * lib/asprintf.c: New file, from GNU gettext.
19526
19527 2003-01-29  Bruno Haible  <bruno@clisp.org>
19528
19529         * modules/stpncpy: New module.
19530         * MODULES.html.sh (func_all_modules): Add it.
19531
19532 2003-01-29  Bruno Haible  <bruno@clisp.org>
19533
19534         * m4/stpncpy.m4: New file.
19535
19536 2003-01-29  Bruno Haible  <bruno@clisp.org>
19537
19538         * lib/stpncpy.h: New file, from GNU gettext with modifications.
19539         * lib/stpncpy.c: New file, from GNU gettext with modifications.
19540
19541 2003-01-28  Bruno Haible  <bruno@clisp.org>
19542
19543         * modules/c-ctype: New module.
19544         * MODULES.html.sh (func_all_modules): Add it.
19545
19546 2003-01-28  Bruno Haible  <bruno@clisp.org>
19547
19548         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
19549         Paul Eggert.
19550         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
19551         Paul Eggert.
19552
19553 2003-01-27  Bruno Haible  <bruno@clisp.org>
19554
19555         * modules/xsetenv: New module.
19556         * MODULES.html.sh (func_all_modules): Add it.
19557
19558 2003-01-27  Bruno Haible  <bruno@clisp.org>
19559
19560         * lib/xsetenv.h: New file, from GNU gettext.
19561         * lib/xsetenv.c: New file, from GNU gettext.
19562
19563 2003-01-23  Jim Meyering  <jim@meyering.net>
19564
19565         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
19566         from working on systems without dirfd (at least Irix and OSF1/Tru64).
19567
19568 2003-01-23  Bruno Haible  <bruno@clisp.org>
19569
19570         * modules/minmax: New module.
19571         * MODULES.html.sh (func_all_modules): Add it.
19572
19573 2003-01-23  Bruno Haible  <bruno@clisp.org>
19574
19575         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
19576         Eggert.
19577
19578 2003-01-22  Bruno Haible  <bruno@clisp.org>
19579
19580         * modules/exit: New module.
19581         * MODULES.html.sh (func_all_modules): Add it.
19582
19583 2003-01-22  Bruno Haible  <bruno@clisp.org>
19584
19585         * lib/exit.h: New file, from GNU gettext.
19586
19587 2003-01-19  Bruno Haible  <bruno@clisp.org>
19588
19589         * gnulib-tool: Recognize option --extract-maintainer.
19590         (func_get_maintainer): New function.
19591         * modules/*: Add Maintainer entry.
19592
19593 2003-01-16  Jim Meyering  <jim@meyering.net>
19594
19595         * m4/regex.m4: The `regex' struct is both input and output.
19596         Initialize it before each use.  Patch by Tim Waugh.
19597
19598 2003-01-16  Bruno Haible  <bruno@clisp.org>
19599
19600         * MODULES.html.sh: Add a table of contents. Add the module name as
19601         leftmost column. Add hyperlinks.
19602
19603 2003-01-15  Bruno Haible  <bruno@clisp.org>
19604
19605         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
19606
19607 2003-01-15  Bruno Haible  <bruno@clisp.org>
19608
19609         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
19610         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
19611         suffix.
19612
19613 2003-01-15  Bruno Haible  <bruno@clisp.org>
19614
19615         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
19616
19617 2003-01-15  Bruno Haible  <bruno@clisp.org>
19618
19619         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
19620         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
19621
19622 2003-01-14  Jim Meyering  <jim@meyering.net>
19623
19624         * lib/same.c (same_name): Tweak a comment.
19625
19626 2003-01-14  Bruno Haible  <bruno@clisp.org>
19627
19628         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
19629         when a string comparison is sufficient.
19630
19631 2003-01-14  Bruno Haible  <bruno@clisp.org>
19632
19633         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
19634         'unsigned int'.
19635
19636 2003-01-14  Bruno Haible  <bruno@clisp.org>
19637
19638         * lib/hash-pjw.c: Add comment about low quality of this function.
19639
19640 2003-01-13  Bruno Haible  <bruno@clisp.org>
19641
19642         * modules/stpcpy: Distribute lib/stpcpy.h.
19643         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
19644
19645 2003-01-13  Bruno Haible  <bruno@clisp.org>
19646
19647         * modules/*: Add a description.
19648         * modules/strpbrk: Fix Makefile.am snippet.
19649         * modules/strtoimax: Fix dependencies.
19650         * modules/strtoumax: Likewise.
19651
19652 2003-01-13  Bruno Haible  <bruno@clisp.org>
19653
19654         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
19655         * modules/alloca (Makefile.am): All object files depend on alloca.h.
19656         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
19657
19658 2003-01-13  Bruno Haible  <bruno@clisp.org>
19659
19660         * gnulib-tool (func_create_testdir): Store config/* files in the main
19661         directory.
19662         * config.rpath: Move to ...
19663         * config/config.rpath: ... here.
19664         * modules/gettext: Contains config/config.rpath, not config.rpath.
19665         * modules/iconv: Likewise.
19666
19667 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19668
19669         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19670         to avoid collisions with libcurses and libreadline.
19671
19672         * m4/getstr.m4: Remove.
19673         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
19674
19675 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19676
19677         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19678         to avoid collisions with libcurses and libreadline.
19679
19680         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
19681         * lib/getstr.h, getstr.c: Remove.
19682         * lib/getline.c: Include "getline.h", to check interface.
19683         Move body of old getstr.c here: this defines MIN_CHUNK and
19684         declares getdelim2, which is renamed from getstr.
19685         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
19686
19687         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
19688         All uses changed.
19689         * lib/linebuffer.h: Likewise.
19690         (readline): Remove backward-compatibility macro.
19691
19692 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19693
19694         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19695         to avoid collisions with libcurses and libreadline.
19696         * getstr: Remove.
19697         * MODULES.html.sh: Remove getstr.
19698         * modules/getline: Depend on unlocked-io, not getstr.
19699
19700 2003-01-12  Jim Meyering  <jim@meyering.net>
19701
19702         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
19703
19704 2003-01-10  Bruno Haible  <bruno@clisp.org>
19705
19706         * modules/alloca: Change Makefile.am requirements. Simplify Include
19707         requirements. Add lib/alloca_.h to file list.
19708
19709 2003-01-10  Bruno Haible  <bruno@clisp.org>
19710
19711         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
19712
19713 2003-01-10  Bruno Haible  <bruno@clisp.org>
19714
19715         * lib/alloca_.h: New file.
19716         * lib/getdate.y: Unconditionally include alloca.h.
19717         * lib/makepath.c: Likewise.
19718         * lib/setenv.c: Likewise.
19719         * lib/userspec.c: Likewise.
19720
19721 2003-01-09  Karl Berry  <karl@gnu.org>
19722
19723         * MODULES.html.sh: include `dirname $0` in PATH, to find
19724         gnulib-tool.
19725
19726 2003-01-09  Bruno Haible  <bruno@clisp.org>
19727
19728         * modules/stdbool: Change configure.ac, Makefile.am requirements.
19729         Simplify Include requirements. Add lib/stdbool.h.in to file list.
19730
19731 2003-01-09  Bruno Haible  <bruno@clisp.org>
19732
19733         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
19734
19735 2003-01-09  Bruno Haible  <bruno@clisp.org>
19736
19737         * lib/stdbool.h.in: New file.
19738
19739 2003-01-09  Bruno Haible  <bruno@clisp.org>
19740
19741         * gnulib-tool (func_all_modules): Ignore files ending in ~.
19742         * MODULES.html.sh: Likewise.
19743
19744 2003-01-08  Jim Meyering  <jim@meyering.net>
19745
19746         * lib/full-write.c: Undefine and define-away `const' after inclusion
19747         of errno.h, not before.  Suggestion from Bruno Haible.
19748
19749 2003-01-08  Bruno Haible  <bruno@clisp.org>
19750
19751         * modules/full-read: Depend on full-write.
19752
19753 2003-01-08  Bruno Haible  <bruno@clisp.org>
19754
19755         * lib/safe-read.c: Include specification header first, to ensure its
19756         selfcontainedness.
19757         * lib/full-write.c: Likewise.
19758
19759 2003-01-07  Jim Meyering  <jim@meyering.net>
19760
19761         * lib/full-write.c: Rework so that it may serve to define full_read,
19762         too.
19763         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
19764
19765 2003-01-07  Bruno Haible  <bruno@clisp.org>
19766
19767         * lib/strtoimax.c: Include <stdint.h> as an alternative to
19768         <inttypes.h>.
19769         * lib/xstrtol.h: Likewise.
19770         * lib/xstrtoimax.c: Likewise.
19771         * lib/xstrtoumax.c: Likewise.
19772         * lib/human.h: Likewise.
19773
19774         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
19775         on systems that have <inttypes.h> but not <stdint.h>.
19776
19777 2003-01-07  Bruno Haible  <bruno@clisp.org>
19778
19779         * MODULES.html.sh: Add copyright notice.
19780         (missed_files): Omit CVS directory entries.
19781         (func_module): Make it work with sed-3.02.
19782         * MODULES.txt: Remove file.
19783
19784 2003-01-06  Jim Meyering  <jim@meyering.net>
19785
19786         * lib/version-etc.c: Update year in translatable copyright string.
19787
19788 2003-01-03  Karl Berry  <karl@gnu.org>
19789
19790         * config/config.{guess,sub}: update from prep.
19791
19792 2003-01-02  Karl Berry  <karl@gnu.org>
19793
19794         * doc/COPYING.DOC: belatedly updated to 1.2.
19795
19796 2003-01-01  Karl Berry  <karl@gnu.org>
19797
19798         * gnulib-tool (func_verify_module): report module name $module in
19799         error message, not $1.
19800         * gnulib-tool (create-testdir): don't complain if destdir couldn't
19801         be created, only if it doesn't exist.
19802         * gnulib-tool (last_checkin_date): don't expand the $Date here.
19803
19804 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19805
19806         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
19807
19808 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19809
19810         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
19811         memcmp if strcoll doesn't work.
19812
19813 2002-12-31  Bruno Haible  <bruno@clisp.org>
19814
19815         * lib/utime.c (utime_null): No need to call ftruncate if the file was
19816         nonempty.
19817
19818 2002-12-31  Bruno Haible  <bruno@clisp.org>
19819
19820         * lib/memcoll.c (STRCOLL): New macro.
19821         (memcoll): Use it.
19822
19823 2002-12-31  Bruno Haible  <bruno@clisp.org>
19824
19825         * lib/localcharset.h: New file.
19826         * lib/localcharset.c: Include it.
19827         * lib/unicodeio.c: Likewise.
19828
19829 2002-12-31  Bruno Haible  <bruno@clisp.org>
19830
19831         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
19832         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
19833
19834 2002-12-31  Bruno Haible  <bruno@clisp.org>
19835
19836         * lib/getline.h: Include <stddef.h>, for size_t.
19837
19838         * lib/unicodeio.h: Include <stddef.h>, for size_t.
19839         * lib/unicodeio.c: Don't include <stddef.h>.
19840
19841 2002-12-31  Bruno Haible  <bruno@clisp.org>
19842
19843         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
19844         HAVE_TM_ZONE.
19845
19846 2002-12-24  Karl Berry  <karl@gnu.org>
19847
19848         * config/config.guess: update from prep.
19849
19850 2002-12-24  Bruno Haible  <bruno@clisp.org>
19851
19852         General infrasructure.
19853         * m4/README: Rewritten.
19854         * m4/onceonly.m4: New file.
19855         * m4/onceonly_2_57.m4: New file.
19856
19857         Module atexit.
19858         * m4/atexit.m4: New file.
19859
19860         Module strtod.
19861         * m4/strtod.m4: New file.
19862
19863         Module strtol.
19864         * m4/strtol.m4: New file.
19865
19866         Module strtoul.
19867         * m4/strtoul.m4: New file.
19868
19869         Module memchr.
19870         * m4/memchr.m4: New file.
19871
19872         Module memcmp.
19873         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
19874         (jm_FUNC_MEMCMP): Invoke it.
19875
19876         Module memcpy.
19877         * m4/memcpy.m4: New file.
19878
19879         Module memmove.
19880         * m4/memmove.m4: New file.
19881
19882         Module memset.
19883         * m4/memset.m4: New file.
19884
19885         Module strcspn.
19886         * m4/strcspn.m4: New file.
19887
19888         Module strpbrk.
19889         * m4/strpbrk.m4: New file.
19890
19891         Module strstr.
19892         * m4/strstr.m4: New file.
19893
19894         Module strerror.
19895         * m4/strerror.m4: New file.
19896
19897         Module mktime.
19898         * m4/mktime.m4: Renamed from jm-mktime.m4.
19899         (gl_PREREQ_MKTIME): New macro.
19900         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
19901
19902         Module malloc.
19903         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
19904         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
19905         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
19906
19907         Module realloc.
19908         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
19909         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
19910         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
19911
19912         Module strftime.
19913         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
19914         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
19915         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
19916         gl_TM_GMTOFF.
19917         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
19918
19919         Module xalloc.
19920         * m4/xalloc.m4: New file.
19921
19922         Module alloca.
19923         * m4/alloca.m4: New file.
19924
19925         Module putenv.
19926         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
19927         (jm_FUNC_PUTENV): Invoke it.
19928
19929         Module setenv.
19930         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
19931         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
19932         when invoked twice.
19933         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
19934         gt_FUNC_SETENV.
19935
19936         Module memrchr.
19937         * m4/memrchr.m4: New file.
19938
19939         Module stpcpy.
19940         * m4/stpcpy.m4: New file.
19941
19942         Module strcase.
19943         * m4/strcase.m4: New file.
19944
19945         Module strdup.
19946         * m4/strdup.m4: New file.
19947
19948         Module strnlen.
19949         * m4/strnlen.m4: New file.
19950
19951         Module strndup.
19952         * m4/strndup.m4: New file.
19953
19954         Module xstrtod.
19955         * m4/xstrtod.m4: New file.
19956
19957         Module xstrtol.
19958         * m4/xstrtol.m4: New file.
19959
19960         Module getdate.
19961         * m4/getdate.m4: New file.
19962
19963         Module unlocked-io.
19964         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
19965         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
19966         * m4/jm-glibc-io.m4n: Remove file.
19967
19968         Module long-options.
19969         * m4/long-options.m4: New file.
19970
19971         Module md5.
19972         * m4/md5.m4: New file.
19973
19974         Module sha.
19975         * m4/sha.m4: New file.
19976
19977         Module getstr.
19978         * m4/getstr.m4: New file.
19979
19980         Module getline.
19981         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
19982         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
19983         <sys/types.h>, for size_t. Use the function name gnu_getline, not
19984         simply getline. Infoke gl_PREREQ_GETLINE.
19985
19986         Module obstack.
19987         * m4/obstack.m4: New file.
19988
19989         Module hash.
19990         * m4/hash.m4: New file.
19991
19992         Module readtokens.
19993         * m4/readtokens.m4: New file.
19994
19995         Module strverscmp.
19996         * m4/strverscmp.m4: New file.
19997
19998         Module stdbool.
19999         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
20000         OSF/1.
20001
20002         Module strtoll.
20003         * m4/strtoll.m4: New file.
20004
20005         Module strtoull.
20006         * m4/strtoull.m4: New file.
20007
20008         Module strtoimax.
20009         * m4/strtoimax.m4: New file.
20010
20011         Module strtoumax.
20012         * m4/strtoumax.m4: New file.
20013
20014         Module xstrtoimax.
20015         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
20016         jm_AC_PREREQ_XSTRTOIMAX.
20017         Moved the strtol prerequisites to strtol.m4.
20018         Moved the strtoll prerequisites to strtoll.m4.
20019         Moved the strtoimax prerequisites to strtoimax.m4.
20020
20021         Module xstrtoumax.
20022         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
20023         jm_AC_PREREQ_XSTRTOUMAX.
20024         Moved the strtoul prerequisites to strtoul.m4.
20025         Moved the strtoull prerequisites to strtoull.m4.
20026         Moved the strtoumax prerequisites to strtoumax.m4.
20027
20028         Module chown.
20029         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
20030         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
20031
20032         Module dup2.
20033         * m4/dup2.m4: New file.
20034
20035         Module ftruncate.
20036         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
20037         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
20038
20039         Module getgroups.
20040         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
20041         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
20042
20043         Module gettimeofday.
20044         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
20045         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
20046         gl_PREREQ_GETTIMEOFDAY.
20047
20048         Module mkdir.
20049         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
20050         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
20051
20052         Module mkstemp.
20053         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
20054         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
20055         jm_AC_TYPE_UINTMAX_T.
20056         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
20057
20058         Module stat.
20059         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
20060         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
20061
20062         Module lstat.
20063         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
20064         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
20065
20066         Module timespec.
20067         * m4/timespec.m4 (gl_TIMESPEC): New macro.
20068         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
20069         * m4/st_mtim.m4: Indentation.
20070
20071         Module nanosleep.
20072         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
20073         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
20074         gl_PREREQ_NANOSLEEP.
20075
20076         Module regex.
20077         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
20078         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
20079         (gl_REGEX): New macro.
20080
20081         Module rename.
20082         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
20083         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
20084
20085         Module rmdir.
20086         * m4/rmdir.m4: New file.
20087
20088         Module utime.
20089         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
20090         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
20091         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
20092
20093         Module dirname.
20094         * m4/dirname.m4: New file.
20095
20096         Module getopt.
20097         * m4/getopt.m4: New file.
20098
20099         Module unistd-safer.
20100         * m4/unistd-safer.m4: New file.
20101
20102         Module fnmatch.
20103         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
20104         declaration.
20105         (gl_PREREQ_FNMATCH_EXTRA): New macro.
20106         (gl_FUNC_FNMATCH_POSIX): New macro.
20107         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
20108         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
20109         simply fnmatch.
20110
20111         Module exclude.
20112         * m4/exclude.m4: New file.
20113
20114         Module human.
20115         * m4/human.m4: New file.
20116
20117         Module acl.
20118         * m4/acl.m4: Nop.
20119
20120         Module backupfile.
20121         * m4/backupfile.m4: New file.
20122         * m4/d-ino.m4: Indentation.
20123
20124         Module fsusage.
20125         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
20126         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
20127         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
20128
20129         Module dirfd.
20130         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
20131         requirements.
20132
20133         Module euidaccess.
20134         * m4/euidaccess.m4: New file.
20135
20136         Module file-type.
20137         * m4/file-type.m4: New file.
20138
20139         Module fileblocks.
20140         * m4/fileblocks.m4: New file.
20141
20142         Module filemode.
20143         * m4/filemode.m4: New file.
20144
20145         Module isdir.
20146         * m4/isdir.m4: New file.
20147
20148         Module lchown.
20149         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
20150         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
20151
20152         Module makepath.
20153         * m4/makepath.m4: New file.
20154
20155         Module modechange.
20156         * m4/modechange.m4: New file.
20157
20158         Module mountlist.
20159         * m4/mountlist.m4: New file.
20160         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
20161         Indentation.
20162
20163         Module path-concat.
20164         * m4/path-concat.m4: New file.
20165
20166         Module pathmax.
20167         * m4/pathmax.m4: New file.
20168
20169         Module same.
20170         * m4/same.m4: New file.
20171
20172         Module save-cwd.
20173         * m4/save-cwd.m4: New file.
20174
20175         Module savedir.
20176         * m4/savedir.m4: New file.
20177
20178         Module xgetcwd.
20179         * m4/xgetcwd.m4: New file.
20180         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
20181
20182         Module xreadlink.
20183         * m4/xreadlink.m4: New file.
20184
20185         Module safe-read.
20186         * m4/safe-read.m4: New file.
20187
20188         Module safe-write.
20189         * m4/safe-write.m4: New file.
20190
20191         Module closeout.
20192         * m4/closeout.m4: New file.
20193
20194         Module stdio-safer.
20195         * m4/stdio-safer.m4: New file.
20196
20197         Module getpass.
20198         * m4/getpass.m4: New file.
20199
20200         Module getugroups.
20201         * m4/getugroups.m4: New file.
20202
20203         Module group-member.
20204         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
20205         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
20206
20207         Module idcache.
20208         * m4/idcache.m4: New file.
20209
20210         Module userspec.
20211         * m4/userspec.m4: New file.
20212
20213         Module gettime.
20214         * m4/clock_time.m4: New file.
20215         * m4/gettime.m4: New file.
20216
20217         Module settime.
20218         * m4/settime.m4: New file.
20219
20220         Module posixtm.
20221         * m4/posixtm.m4: New file.
20222
20223         Module gethostname.
20224         * m4/gethostname.m4: New file.
20225
20226         Module canon-host.
20227         * m4/canon-host.m4: New file.
20228
20229         Module gettext.
20230         * m4/codeset.m4: New file, from gettext-0.11.5.
20231         * m4/gettext.m4: New file, from gettext-0.11.5.
20232         * m4/glibc21.m4: New file, from gettext-0.11.5.
20233         * m4/iconv.m4: New file, from gettext-0.11.5.
20234         * m4/intdiv0.m4: New file, from gettext-0.11.5.
20235         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
20236         * m4/inttypes.m4: New file, from gettext-0.11.5.
20237         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
20238         * m4/isc-posix.m4: New file, from gettext-0.11.5.
20239         * m4/lcmessage.m4: New file, from gettext-0.11.5.
20240         * m4/lib-ld.m4: New file, from gettext-0.11.5.
20241         * m4/lib-link.m4: New file, from gettext-0.11.5.
20242         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
20243         * m4/progtest.m4: New file, from gettext-0.11.5.
20244         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
20245         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
20246         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
20247
20248         Module localcharset.
20249         * m4/localcharset.m4: New file.
20250
20251         Module hard-locale.
20252         * m4/hard-locale.m4: New file.
20253
20254         Module mbswidth.
20255         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
20256         onceonly macros.
20257         * m4/mbrtowc.m4: Add comment.
20258
20259         Module memcasecmp.
20260         * m4/memcasecmp.m4: New file.
20261
20262         Module memcoll.
20263         * m4/memcoll.m4: New file.
20264
20265         Module unicodeio.
20266         * m4/unicodeio.m4: New file.
20267
20268         Module rpmatch.
20269         * m4/rpmatch.m4: New file.
20270
20271         Module yesno.
20272         * m4/yesno.m4: New file.
20273
20274         Module exitfail.
20275         * m4/exitfail.m4: New file.
20276
20277         Module c-stack.
20278         * m4/c-stack.m4 (gl_C_STACK): New macro.
20279         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
20280
20281         Module error.
20282         * m4/error.m4 (gl_ERROR): New macro.
20283         (jm_PREREQ_ERROR): Use onceonly macros.
20284
20285         Module fatal.
20286         * m4/fatal.m4: New file.
20287
20288         Module getloadavg.
20289         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
20290         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
20291
20292         Module getpagesize.
20293         * m4/getpagesize.m4: New file.
20294
20295         Module getusershell.
20296         * m4/getusershell.m4: New file.
20297
20298         Module physmem.
20299         * m4/physmem.m4: New file.
20300
20301         Module posixver.
20302         * m4/posixver.m4: New file.
20303
20304         Module quotearg.
20305         * m4/quotearg.m4: New file.
20306
20307         Module quote.
20308         * m4/quote.m4: New file.
20309
20310         Module readutmp.
20311         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
20312
20313         Module sig2str.
20314         * m4/sig2str.m4: New file.
20315
20316         Other.
20317         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
20318         ulonglong.m4.
20319         * m4/intmax_t.m4: New file.
20320         * m4/d-type.m4: Indentation.
20321         * m4/jm-macros.m4: Update.
20322         * m4/prereq.m4 (jm_PREREQ): Update.
20323         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
20324         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
20325         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
20326         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
20327         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
20328         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
20329         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
20330         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
20331         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
20332         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
20333         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
20334         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
20335         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
20336         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
20337         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
20338         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
20339         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
20340         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
20341         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
20342
20343 2002-12-24  Bruno Haible  <bruno@clisp.org>
20344
20345         * MODULES.txt: Update according to m4/ changes.
20346
20347         Module gettext.
20348         * config.rpath: New file, from gettext-0.11.5.
20349
20350         * modules/*: New module descriptions.
20351         * gnulib-tool: New file.
20352         * MODULES.html.sh: New file.
20353
20354 2002-12-21  Karl Berry  <karl@gnu.org>
20355
20356         * doc/fdl.texi: update to version 1.2.
20357
20358 2002-12-19  Karl Berry  <karl@gnu.org>
20359
20360         * config/config.guess: update from prep.
20361
20362 2002-12-18  Bruno Haible  <bruno@clisp.org>
20363
20364         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
20365         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
20366
20367 2002-12-17  Bruno Haible  <bruno@clisp.org>
20368
20369         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
20370         stdlib.h, string.h.
20371
20372 2002-12-17  Bruno Haible  <bruno@clisp.org>
20373
20374         * lib/canon-host.c (strdup): Remove unused declaration.
20375
20376         * lib/fsusage.c: Include full_read.h.
20377         (get_fs_usage): Use full_read instead of safe_read.
20378
20379         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
20380
20381 2002-12-12  Karl Berry  <karl@gnu.org>
20382
20383         * config/config.guess: update from prep.
20384
20385 2002-12-11  Bruno Haible  <bruno@clisp.org>
20386
20387         * m4/setenv.m4: New file, from gettext-0.11.5.
20388
20389 2002-12-11  Bruno Haible  <bruno@clisp.org>
20390
20391         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
20392         not unsetenv().
20393         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
20394         modifications:
20395
20396         2002-12-11  Bruno Haible  <bruno@clisp.org>
20397
20398                 * setenv.c (alloca): Fall back to malloc.
20399                 (freea): New macro.
20400                 (setenv): Use freea() to free memory allocated with alloca().
20401
20402         2002-11-13  Bruno Haible  <bruno@clisp.org>
20403
20404                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
20405                 function declarations.
20406                 * unsetenv.c (unsetenv): Likewise.
20407
20408         2002-03-04  Bruno Haible  <bruno@clisp.org>
20409
20410                 Portability to AIX 4.3.3.
20411                 * unsetenv.c: New file, extracted from setenv.c.
20412                 * setenv.c: Move the unsetenv() function to unsetenv.c.
20413
20414         2001-12-20  Bruno Haible  <bruno@clisp.org>
20415
20416                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
20417                 use malloc instead. For SunOS 4.
20418
20419         2001-12-11  Bruno Haible  <bruno@clisp.org>
20420
20421                 * setenv.c: Declare alloca.
20422                 (compar_fn_t): New typedef.
20423                 (KNOWN_VALUE, STORE_VALUE): Use it.
20424
20425         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
20426         setenv.h.
20427
20428 2002-12-10  Paul Eggert  <eggert@twinsun.com>
20429
20430         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
20431         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
20432         Choose values that are less likely to collide with system fnmatch
20433         options.
20434         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
20435         defined (e.g., a pure POSIX system).
20436         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
20437         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
20438
20439 2002-12-06  Paul Eggert  <eggert@twinsun.com>
20440
20441         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
20442         a pain in practice to deal with generated m4 files.  This change
20443         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
20444
20445         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
20446         and jm-glibc-io.m4, as they are no longer a special case.
20447         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
20448         kludge and the auto-generation stuff.  Check only whether the
20449         functions are declared, not whether they exist, since older hosts
20450         that don't declare the functions can't use the optimization anyway.
20451
20452 2002-12-06  Jim Meyering  <jim@meyering.net>
20453
20454         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
20455
20456         Merge in changes from libc's misc/error.c, in preparation
20457         for the merge of gnulib's changes back into libc.
20458
20459         * lib/error.c (_): Define only if not already defined.
20460         Move definition to follow all #include directives.
20461         Include unlocked-io.h only if !_LIBC.
20462         [_LIBC]: Include <libio/libioP.h>.
20463         [USE_IN_LIBIO]: Include <libio/iolibio.h>
20464         (fflush): Tweak definition to use INTUSE.
20465         (putc): Define.
20466
20467 2002-12-05  Paul Eggert  <eggert@twinsun.com>
20468
20469         * lib/alloca.c [defined emacs]: Include "lisp.h".
20470         (xalloc_die) [defined emacs]: New macro.
20471         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
20472         [! defined emacs]: Include <xalloc.h>.
20473         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
20474         (pointer): Typedef to POINTER_TYPE *.
20475         (malloc): Remove decl; we now always use xmalloc.
20476         (alloca): Use old-style definition, since Emacs needs this.
20477         Check for arithmetic overflow when computing combined size.
20478
20479 2002-12-04  Paul Eggert  <eggert@twinsun.com>
20480
20481         Do not generate unlocked-io.h automatically, since it's easier to
20482         maintain it by hand.
20483
20484         * lib/unlocked-io.h: New file, from GNU diffutils,
20485         but with proper copyright notice and attribution.
20486         * lib/gen-uio: Remove.
20487         * lib/Makefile.am: Add copyright notice.
20488         (libfetish_a_SOURCES): Add unlocked-io.h.
20489         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
20490         (DISTCLEANFILES, io_functions): Remove macros.
20491         (EXTRA_DIST): Remove gen_uio.
20492         (unlocked-io.h): Remove rule.
20493
20494 2002-12-04  Jim Meyering  <jim@meyering.net>
20495
20496         Reflect the fact that stat.c and lstat.c are no longer generated.
20497         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
20498         (DISTCLEANFILES): Likewise.
20499         (EXTRA_DIST): Likewise.
20500         (all_local): Don't depend on stat.c or lstat.c.
20501         (stat.c, lstat.c): Remove rules.
20502         (EXTRA_DIST): Remove xstat.in.
20503
20504         * lib/xstat.in: Remove file.  Contents moved into stat.c.
20505         * lib/stat.c: New file.  Contents mostly from xstat.in.
20506         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
20507         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
20508
20509         * lib/safe-read.c: Rework so that it may serve to define safe_write,
20510         too.
20511         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
20512
20513 2002-12-03  Jim Meyering  <jim@meyering.net>
20514
20515         * lib/safe-read.c, safe-write.c: Change variable names and comments,
20516         but not semantics, to minimize the differences between these two files.
20517         (safe_read): Change comment to mention SAFE_READ_ERROR.
20518
20519         * lib/safe-read.c (IS_EINTR): Define.
20520         (safe_read): Use IS_EINTR in place of in-function cpp directives.
20521
20522 2002-12-02  Jim Meyering  <jim@meyering.net>
20523
20524         * lib/safe-read.c (EINTR): Define.
20525         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
20526         (INT_MAX): Provide fallback.
20527         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
20528
20529         * lib/safe-read.h (SAFE_READ_ERROR): Define.
20530
20531 2002-12-02  Bruno Haible  <bruno@clisp.org>
20532
20533         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
20534         Define, taken from safe-read.c.
20535         (INT_MAX): Provide fallback.
20536         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
20537         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
20538
20539         * lib/safe-read.c (EINTR): Remove definition.
20540         (safe_read): Don't use EINTR if it is absent.
20541
20542 2002-12-01  Jim Meyering  <jim@meyering.net>
20543
20544         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
20545         zero.
20546         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
20547
20548 2002-11-27  Paul Eggert  <eggert@twinsun.com>
20549
20550         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
20551         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
20552         with `if (! (value < limit)) abort ();', for readability.
20553
20554 2002-11-26  Karl Berry  <karl@gnu.org>
20555
20556         * lib/strdup.c: copy from libc again, with jim's ok.
20557         * lib/.cppi-disable: re-add strdup.c
20558
20559 2002-11-25  Karl Berry  <karl@gnu.org>
20560
20561         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
20562         instead of "strtol.c".
20563
20564 2002-11-25  Karl Berry  <karl@gnu.org>
20565
20566         * config/install-sh: update from automake for variable quoting, $0 in
20567         error msgs, etc.
20568
20569         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
20570         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
20571         entry.
20572
20573 2002-11-25  Jim Meyering  <jim@meyering.net>
20574
20575         * lib/mktime.c: Sync from libc, now that it has the latest fix.
20576
20577 2002-11-24  Karl Berry  <karl@gnu.org>
20578
20579         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
20580         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
20581
20582 2002-11-24  Jim Meyering  <jim@meyering.net>
20583
20584         Update from coreutils:
20585
20586         * lib/mktime.c: Merge in changes from libc.
20587
20588         Avoid a link-time failure on some Linux systems.
20589         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
20590         (otherwise).
20591         (__mon_yday): Declare with the STATIC attribute.
20592         (__mktime_internal): Likewise.
20593         Based on a report from Greg Schafer.
20594
20595 2002-11-23  Jim Meyering  <jim@meyering.net>
20596
20597         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
20598         Use `unsigned', not `int', as type of index.
20599
20600         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
20601
20602         * lib/fsusage.c: Remove unneeded parentheses around operands of
20603         `defined'.
20604
20605 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20606
20607         * lib/quotearg.h: Allow multiple inclusion by surrounding with
20608         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
20609         so that we can be included first.
20610         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
20611         * lib/quotearg.c: Include quotearg.h immediately after config.h.
20612         No need to include stddef.h or sys/types.h any more.
20613         Surround local include files with "", not "<>".
20614         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
20615         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
20616         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
20617         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20618         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20619         (ISPRINT): Remove; no longer needed now that we assume C89.
20620
20621         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
20622         Preserve errno.
20623
20624         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
20625         quotearg_char): Use SIZE_MAX rather than
20626         (size_t) -1 when we are talking about "infinity".
20627
20628         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
20629
20630 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20631
20632         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
20633         hint that one should use `if (! x) abort ();' rather than `assert
20634         (x);', and anyway it's one less thing to worry about configuring.
20635         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
20636         hash_rehash, hash_insert): Use abort rather than assert.
20637
20638 2002-11-22  Bruno Haible  <bruno@clisp.org>
20639
20640         * lib/safe-read.h: Assume C89. Add comments.
20641         (safe_read): Change return type to size_t.
20642         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
20643         byte counts > SSIZE_MAX correctly.
20644         * lib/safe-write.h: New file.
20645         * lib/safe-write.c: New file.
20646         * lib/full-read.h: New file.
20647         * lib/full-read.c: New file.
20648         * lib/full-write.h: Assume C89. Add comments.
20649         * lib/full-write.c: Include safe-write.h.
20650         (full_write): Rewritten to use safe_write.
20651         Suggested by Jim Meyering and Paul Eggert.
20652
20653 2002-11-21  Jim Meyering  <jim@meyering.net>
20654
20655         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
20656
20657         Merge in changes from the coreutils.
20658
20659         2002-09-25  Paul Eggert  <eggert@twinsun.com>
20660         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
20661         <stdint.h>.
20662         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
20663         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
20664         int.  Work more efficiently if X is the same width as uintmax_t.
20665         Do not compare X to -1, to avoid bogus compiler warning.
20666         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
20667         Don't assume that f_frsize and f_bsize are the same type.
20668
20669         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
20670         warning on FreeBSD.
20671
20672         * lib/makepath.c (make_path): Restore umask *before* creating the final
20673         component.
20674         (make_path): Minor reformatting.
20675
20676         * lib/xmalloc.c: Adjust to work with new autoconf macros,
20677         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
20678         HAVE_MALLOC/HAVE_REALLOC.
20679
20680         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
20681         dummy ones.  At least on GNU/Linux systems, `auto' means something
20682         else.
20683         From Michael Stone.
20684
20685 2002-11-21  Bruno Haible  <bruno@clisp.org>
20686
20687         Remove case insensitive option matching.
20688         * lib/argmatch.h (argcasematch): Remove declaration.
20689         (ARGCASEMATCH): Remove macro.
20690         (__xargmatch_internal): Remove case_sensitive argument.
20691         (XARGMATCH): Update.
20692         (XARGCASEMATCH): Remove macro.
20693         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
20694         case_sensitive argument.
20695         (argcasematch): Remove function.
20696         (__xargmatch_internal): Remove case_sensitive argument.
20697         (main): Use XARGMATCH instead of XARGCASEMATCH.
20698
20699         * lib/xmalloc.c: Change compile-time error message. Add comment about
20700         required autoconf version.
20701
20702 2002-11-20  Paul Eggert  <eggert@twinsun.com>
20703
20704         Merge argmatch cleanups from Bison.  Assume C89.
20705
20706         * lib/argmatch.c: Include config.h here, not in argmatch.h.
20707         Include stdlib.h, for EXIT_FAILURE.
20708         Always include <string.h>, since we assume C89.
20709         (EXIT_FAILURE): Remove pre-C89 bug workaround.
20710         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
20711         Include <stddef.h> instead, since it's all we need for size_t.
20712         (PARAMS): Remove.  All uses removed.
20713         (ARRAY_CARDINALITY): Do not bother to #undef.
20714         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
20715         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20716         Remove unnecessary parentheses.
20717         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20718         Insert necessary parentheses.
20719         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
20720         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
20721
20722 2002-11-19  Bruno Haible  <bruno@clisp.org>
20723
20724         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
20725         * lib/mbswidth.h: Include <stddef.h>, for size_t.
20726
20727         * lib/mbswidth.h (PARAMS): Remove macro.
20728         (mbswidth, mbsnwidth): Use ANSI C function declarations.
20729         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
20730
20731         * lib/gcd.h (PARAMS): Remove macro.
20732         (gcd): Use ANSI C function declarations.
20733         * lib/gcd.c (gcd): Likewise.
20734
20735 2002-11-15  Bruno Haible  <bruno@clisp.org>
20736
20737         * lib/strcspn.c: Include <stddef.h>.
20738         (strcspn): Use ANSI C function declaration. Change return type to
20739         size_t. Use NULL.
20740         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
20741         (strpbrk): Use NULL.
20742         * lib/strpbrk.h (PARAMS): Remove macro.
20743         (strpbrk): Use ANSI C function declaration.
20744         * lib/strstr.c: Don't include <sys/types.h>.
20745         * lib/strstr.h (PARAMS): Remove macro.
20746         (strstr): Use ANSI C function declarations.
20747
20748 2002-11-14  Karl Berry  <karl@gnu.org>
20749
20750         * config/mkinstalldirs: `do' on separate line, instead of
20751         `for var; do'.
20752
20753 2002-11-06  Bruno Haible  <bruno@clisp.org>
20754
20755         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
20756         * lib/gcd.c (gcd): Likewise.
20757
20758 2002-11-05  Bruno Haible  <bruno@clisp.org>
20759
20760         * lib/gcd.h: New file, from gettext-0.11.5.
20761         * lib/gcd.c: New file, from gettext-0.11.5.
20762
20763 2002-11-05  Bruno Haible  <bruno@clisp.org>
20764
20765         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20766         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20767         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20768         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20769
20770         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
20771         <libintl.h>.
20772         * lib/makepath.c: Include gettext.h instead of <locale.h> and
20773         <libintl.h>.
20774
20775         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
20776         * lib/human.c: Include gettext.h instead of <libintl.h>.
20777         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
20778         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
20779         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
20780         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
20781         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
20782         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
20783         (textdomain): Remove definition.
20784         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
20785
20786         * lib/long-options.c: Remove include of <libintl.h> and definition of
20787         _.
20788         * lib/same.c: Remove include of <libintl.h> and definition of _.
20789
20790 2002-11-04  Owen Taylor  <otaylor@redhat.com>
20791
20792         * lib/config.charset: A few additions for Solaris.
20793
20794 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20795
20796         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
20797         * lib/localcharset.c (locale_charset): Declare as extern "C".
20798
20799 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20800
20801         * lib/config.charset: msdos in uk_UA uses CP1125.
20802
20803 2002-11-04  Bruno Haible  <bruno@clisp.org>
20804
20805         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
20806         * lib/strcase.h: New file, from GNU gettext-0.11.5.
20807         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
20808         * lib/strstr.h: New file, from GNU gettext-0.11.5.
20809         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
20810
20811 2002-11-04  Bruno Haible  <bruno@clisp.org>
20812
20813         * lib/localcharset.c (locale_charset): Don't return an empty string.
20814
20815 2002-11-04  Bruno Haible  <bruno@clisp.org>
20816
20817         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
20818         aliases.
20819
20820 2002-11-04  Bruno Haible  <bruno@clisp.org>
20821
20822         * lib/config.charset: Update for newest glibc. Add canonical names
20823         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
20824
20825 2002-11-04  Bruno Haible  <bruno@clisp.org>
20826
20827         * lib/config.charset: Add support for NetBSD.
20828
20829 2002-11-04  Bruno Haible  <bruno@clisp.org>
20830
20831         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
20832
20833 2002-11-01  Bruno Haible  <bruno@clisp.org>
20834
20835         * configure.in: Add AC_CONFIG_AUX_DIR call.
20836         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
20837         test/Makefile.
20838         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
20839
20840 2002-09-28  Karl Berry  <karl@gnu.org>
20841
20842         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
20843         installed automake until the next release, since changes have been
20844         made.
20845
20846 2002-09-25  Karl Berry  <karl@gnu.org>
20847
20848         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
20849         * lib/getopt*: copy from libc/posix.
20850         * lib/gettext.h: copy from gettext.
20851         * lib/.cppi-disable: add strdup.c, gettext.h.
20852
20853 2002-09-25  Karl Berry  <karl@gnu.org>
20854
20855         * config/srclist.txt: enable gettext.h check.
20856         * config/config.{guess,sub}: update from prep.
20857         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
20858                 from automake 1.6.3.
20859         See srclist*.
20860
20861 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
20862
20863         * regex.c (PATFETCH): Remove the translating fetch.
20864         (PATFETCH_RAW): Rename to PATFETCH.
20865         (set_image_of_range): New fun.
20866         (SET_RANGE_TABLE_WORK_AREA): Use it.
20867         (regex_compile): Don't translate the pattern chars so eagerly.
20868         Only do it when inserting an `exactn' bytecode or when handling
20869         a char-range.
20870         (mutually_exclusive_p): Avoid empty statement.
20871
20872 2002-07-06  Jim Meyering  <meyering@lucent.com>
20873
20874         * m4/README: Don't mention Makefile.am.in.
20875         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
20876
20877 2002-07-01  Jim Meyering  <meyering@lucent.com>
20878
20879         * lib/c-stack.c: Include sys/time.h.
20880         From Volker Borchert.
20881
20882 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20883
20884         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
20885
20886 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20887
20888         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
20889         New macro.  Use it uniformly instead of
20890         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
20891         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
20892         reported by Vin Shelton.
20893
20894 2002-06-22  Paul Eggert  <eggert@twinsun.com>
20895
20896         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
20897         Do not assume SA_SIGINFO behavior.
20898         Bug reported by Jim Meyering on NetBSD 1.5.2.
20899
20900 2002-06-22  Jim Meyering  <meyering@lucent.com>
20901
20902         * m4/c-stack.m4: New file, from diffutils-2.8.2.
20903         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
20904
20905         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
20906         now that configure.ac uses AC_GNU_SOURCE.
20907         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
20908         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
20909
20910         Update to latest tools.  Suggestions from Paul Eggert.
20911         * m4/stdbool.m4: New file, from diffutils-2.8.2.
20912         * m4/gnu-source.m4: Update from diffutils-2.8.2.
20913         * m4/fnmatch.m4: Likewise.
20914         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
20915         to AC_HEADER_STDBOOL
20916
20917 2002-06-22  Jim Meyering  <meyering@lucent.com>
20918
20919         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
20920         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
20921
20922 2002-06-22  Jim Meyering  <meyering@lucent.com>
20923
20924         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
20925
20926         * lib/exitfail.c, exitfail.h: Likewise.
20927         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
20928
20929         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
20930         of fnmatch.h.
20931         (EXTRA_DIST): Add fnmatch_loop.c.
20932         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
20933
20934         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
20935         * lib/fnmatch.c: Update from diffutils-2.8.2.
20936         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
20937         * lib/fnmatch.h: Remove file.
20938
20939 2002-06-21  Jim Meyering  <meyering@lucent.com>
20940
20941         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
20942         * m4/mbrtowc.m4: Likewise.
20943
20944         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
20945         * m4/mbswidth.m4: Reflect name change:
20946         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
20947         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20948
20949         * m4/lib-link.m4: Update from gettext-0.11.2.
20950         * m4/gettext.m4: Likewise.
20951
20952         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
20953         From Alfred M. Szmidt.
20954
20955 2002-06-18  Paul Eggert  <eggert@twinsun.com>
20956
20957         * lib/file-type.h: Report an error if neither S_ISREG nor
20958         S_IFREG is defined, instead of using a test specific to glibc
20959         2.2.  This should be safe, since POSIX requires S_ISREG and
20960         Unix Version 7 had S_IFREG.  We don't need to check for
20961         <sys/types.h> since we don't use any symbols that it defines.
20962
20963 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
20964
20965         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
20966         $@-t, so that each temporary file name is unique and valid in the first
20967         8 characters, for operation under DOS.
20968
20969 2002-06-15  Paul Eggert  <eggert@twinsun.com>
20970
20971         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
20972
20973 2002-06-15  Jim Meyering  <meyering@lucent.com>
20974
20975         Work even with DJGPP 2.03, which lacks support for symlinks.
20976         From Richard Dawe.
20977         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
20978         is defined.
20979         * lib/lchown.c (S_ISLNK): Likewise.
20980
20981 2002-06-15  Jim Meyering  <meyering@lucent.com>
20982
20983         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
20984         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
20985         have been included before this file.
20986
20987 2002-06-14  Jim Meyering  <meyering@lucent.com>
20988
20989         * lib/file-type.h: Use the version from diffutils-2.8.2.
20990         * lib/file-type.c: Likewise.
20991
20992 2002-06-07  Jim Meyering  <meyering@lucent.com>
20993
20994         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
20995         They're needed at least for NetBSD 1.5.2.
20996         ($statxfs_includes): Include those same headers.
20997         ($statxfs_includes): Include sys/vfs.h if available.
20998         ($statxfs_includes): Likewise for sys/statvfs.h.
20999         Check for the following members in both structs statfs and statvfs:
21000         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
21001
21002 2002-06-01  Jim Meyering  <meyering@lucent.com>
21003
21004         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
21005         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
21006
21007 2002-05-28  Jim Meyering  <meyering@lucent.com>
21008
21009         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
21010         Reported by Volker Borchert.
21011
21012 2002-05-27  Jim Meyering  <meyering@lucent.com>
21013
21014         Fix a problem seen only on nonconforming systems whereby ls.c's
21015         use of localtime, and then of gettimeofday would cause trouble:
21016         the localtime call used to initialize rpl_gettimeofday's save
21017         mechanism would clobber ls's current local time information so
21018         that in any long listing the first file would always be listed
21019         with date 1970-01-01.  Analysis by Volker Borchert.
21020
21021         * lib/gettimeofday.c (localtime): Undefine.
21022         (rpl_localtime): New function.
21023
21024 2002-05-27  Jim Meyering  <meyering@lucent.com>
21025
21026         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
21027         localtime.
21028
21029         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
21030         use the replacement function; it wouldn't resolve at link time.
21031         Reported by Volker Borchert.
21032
21033 2002-05-22  Jim Meyering  <meyering@lucent.com>
21034
21035         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
21036         file-type.h.
21037         * lib/file-type.h: New file.
21038         * lib/file-type.c (file_type): New file/function.  Extracted from
21039         diffutils.
21040
21041 2002-04-30  Jim Meyering  <meyering@lucent.com>
21042
21043         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
21044
21045 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21046
21047         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
21048
21049 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21050
21051         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
21052         Do not check for alloca.h (no longer used) or stdbool.h (was never
21053         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
21054
21055 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21056
21057         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
21058
21059 2002-04-29  Jim Meyering  <meyering@lucent.com>
21060
21061         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
21062         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
21063         Use AC_FUNC_STRNLEN here instead.
21064
21065         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
21066         With autoconf-2.53a, it's part of AC_PROG_CC.
21067
21068 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21069
21070         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
21071         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
21072
21073 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21074
21075         * lib/sig2str.h, lib/sig2str.c: New files.
21076         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
21077
21078 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21079
21080         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
21081         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
21082         of 127, since 64 is the largest conceivable number for ancient
21083         nonstandard hosts.
21084         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
21085
21086 2002-04-28  Jim Meyering  <meyering@lucent.com>
21087
21088         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
21089
21090 2002-04-24  Jim Meyering  <meyering@lucent.com>
21091
21092         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
21093         (jm_PREREQ): Use it.
21094
21095         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
21096         mach/mach.h fcntl.h.
21097         Check for this function: setlocale.
21098
21099 2002-04-24  Jim Meyering  <meyering@lucent.com>
21100
21101         * lib/gettext.h: New file, from Gettext.
21102         * lib/Makefile.am (INCLUDES): Remove -I../intl.
21103         (libfetish_a_SOURCES): Add gettext.h.
21104
21105 2002-04-16  Jim Meyering  <meyering@lucent.com>
21106
21107         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
21108         ut_pid, ut_id, ut_exit.
21109
21110 2002-04-16  Jim Meyering  <meyering@lucent.com>
21111
21112         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
21113         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
21114         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
21115
21116 2002-04-12  Jim Meyering  <meyering@lucent.com>
21117
21118         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
21119         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
21120         existence of the getmntinfo function.  Needed for Darwin 5.3.
21121
21122         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
21123         This is necessary at least on Darwin 5.3.
21124
21125         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
21126         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
21127         strnlen.o in the library, and that makes some versions of ranlib
21128         object.
21129
21130 2002-04-12  Jim Meyering  <meyering@lucent.com>
21131
21132         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
21133
21134 2002-04-09  Jim Meyering  <meyering@lucent.com>
21135
21136         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
21137         to be more precise.  Rather than saying we're checking whether the
21138         function `works', say what we're testing.
21139         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
21140         Reported by Bruno Haible.
21141
21142 2002-03-10  Jim Meyering  <meyering@lucent.com>
21143
21144         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
21145         Suggestion from Santiago Vila.
21146
21147 2002-03-08  Jim Meyering  <meyering@lucent.com>
21148
21149         * lib/rename.c: Mention that this wrapper is needed also on
21150         mips-dec-ultrix4.4 systems.
21151
21152 2002-03-02  Jim Meyering  <meyering@lucent.com>
21153
21154         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
21155         not HAVE_CLOCK_SETTIME.
21156
21157 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21158
21159         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
21160         Check for clock_settime.
21161
21162 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21163
21164         * lib/nanosleep.h: Rename to....
21165         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
21166
21167         * lib/gettime.c: New file.
21168         * lib/settime.c: New file.
21169         * lib/stime.c: Remove.
21170
21171         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
21172         timespec.h.  Remove nanosleep.h.
21173
21174 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21175
21176         * m4/acl.m4: New file.
21177         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
21178         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
21179
21180 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21181
21182         * lib/acl.c, lib/acl.h: New files.
21183         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
21184
21185 2002-02-24  Jim Meyering  <meyering@lucent.com>
21186
21187         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
21188         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
21189         cause trouble.  Reported by Nelson Beebe.
21190
21191 2002-02-23  Paul Eggert  <eggert@twinsun.com>
21192
21193         * lib/path-concat.c (xpath_concat): Reorder code to pacify
21194         compilers that don't know that xalloc_die never returns.
21195
21196 2002-02-20  Jim Meyering  <meyering@lucent.com>
21197
21198         * lib/getdate.c: Regenerate using bison-1.33.
21199
21200 2002-02-17  Jim Meyering  <meyering@lucent.com>
21201
21202         * config/config.guess (main): Don't use `head -1'; it's no longer
21203         portable. Use `sed 1q' instead.
21204
21205 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
21206
21207         * m4/codeset.m4: Upgrade to gettext-0.11.
21208         * m4/gettext.m4: Upgrade to gettext-0.11.
21209         * m4/glibc21.m4: Upgrade to gettext-0.11.
21210         * m4/iconv.m4: Upgrade to gettext-0.11.
21211         * m4/isc-posix.m4: Upgrade to gettext-0.11.
21212         * m4/lcmessage.m4: Upgrade to gettext-0.11.
21213         * m4/lib-ld.m4: New file, from gettext-0.11.
21214         * m4/lib-link.m4: New file, from gettext-0.11.
21215         * m4/lib-prefix.m4: New file, from gettext-0.11.
21216         * m4/progtest.m4: Upgrade to gettext-0.11.
21217
21218 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21219
21220         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
21221         (jm_PREREQ): Use it.
21222
21223 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21224
21225         * lib/posixver.c, lib/posixver.h: New files.
21226         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21227
21228 2002-02-02  Paul Eggert  <eggert@twinsun.com>
21229             Bruno Haible  <bruno@clisp.org>
21230
21231         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
21232         (fwrite_success_callback): New declaration.
21233         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
21234         print_unicode_char. Call failure callback instead of error.
21235         (fwrite_success_callback): New function.
21236         (exit_failure_callback): New function.
21237         (fallback_failure_callback): New function.
21238         (print_unicode_char): Call unicode_to_mb.
21239
21240 2002-01-26  Jim Meyering  <meyering@lucent.com>
21241
21242         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
21243         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
21244
21245 2002-01-26  Jim Meyering  <meyering@lucent.com>
21246
21247         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
21248
21249 2002-01-22  Paul Eggert  <eggert@twinsun.com>
21250
21251         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
21252
21253 2002-01-22  Jim Meyering  <meyering@lucent.com>
21254
21255         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
21256         Otherwise, some versions of automake would omit the rule that makes
21257         Makefile from Makefile.in.
21258
21259 2002-01-21  Paul Eggert  <eggert@twinsun.com>
21260
21261         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
21262         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21263         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
21264         (memcoll): Set errno to zero if there is no error.
21265
21266         * lib/quotearg.c (quotearg_buffer_restyled):
21267         Fix bug with quoting buffers containing NUL when backslashing escapes.
21268         This bug was exposed by the other changes in this patch.
21269         (quotearg_n_options): New arg ARGSIZE.
21270         All callers changed.
21271         (quoting_options_from_style): New function.
21272         (quotearg_n_style): Use it.
21273         (quotearg_n_style_mem): New function.
21274
21275         * lib/quotearg.h (quotearg_n_style_mem): New function.
21276
21277 2002-01-19  Jim Meyering  <meyering@lucent.com>
21278
21279         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
21280         Remove useless quotes: DF_PROG="df".
21281         * m4/strnlen.m4: New file.
21282
21283 2002-01-16  Paul Eggert  <eggert@twinsun.com>
21284
21285         * lib/backupfile.c (ISDIGIT): Comment fix.
21286         * lib/getdate.y (ISDIGIT): Likewise.
21287         * lib/posixtm.c (ISDIGIT, year): Likewise.
21288         * lib/strverscmp.c (ISDIGIT): Likewise.
21289         * lib/userspec.c (ISDIGIT): Likewise.
21290
21291 2002-01-16  Jim Meyering  <meyering@lucent.com>
21292
21293         * lib/getdate.y: Add three semicolons, each just before a closing
21294         brace. Bison (as of version 1.31) no longer papers over that mistake.
21295
21296 2002-01-05  Jim Meyering  <meyering@lucent.com>
21297
21298         * lib/version-etc.c (version_etc_copyright): Update copyright year.
21299
21300 2001-12-19  Paul Eggert  <eggert@twinsun.com>
21301
21302         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
21303         not silently exit merely because the output buffer happens to
21304         have nothing pending.
21305
21306 2001-12-18  Paul Eggert  <eggert@twinsun.com>
21307
21308         See the big note in ../ChangeLog.
21309         * lib/human.c (suffixes): Prefer K to k for 1024.
21310         (generate_suffix_backwards): New function.
21311         (human_readable_inexact): Use it.
21312         * lib/xstrtol.c (__xstrtol): If there is no number but there
21313         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
21314         Accept 'K' as well as 'k'.
21315
21316 2001-12-15  Jim Meyering  <meyering@lucent.com>
21317
21318         * lib/regex.h (__restrict_arr): Update from libc.
21319
21320         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
21321         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
21322         (STREQ): Define.
21323
21324 2001-12-14  Jim Meyering  <meyering@lucent.com>
21325
21326         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
21327         Suggestion from Bruno Haible.
21328
21329 2001-12-10  Jim Meyering  <meyering@lucent.com>
21330
21331         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
21332         xrealloc, Instead, include "xalloc.h".
21333         (initbuffer): Don't cast xmalloc return value to char*.
21334         (readline): Reword comment.
21335         Don't cast xrealloc return value to char*
21336         Return NULL, not 0.
21337
21338 2001-12-09  Jim Meyering  <meyering@lucent.com>
21339
21340         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
21341         about `signed and unsigned type in conditional expression'.
21342         * lib/posixtm.c (posix_time_parse): Likewise.
21343
21344         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
21345
21346         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
21347         to avoid a pedantic warning.
21348
21349         * lib/getstr.c: Don't include assert.h.
21350         (getstr): Remove warning-evoking assertions.
21351         Return -1 if offset parameter is out of bounds.
21352         Change the type of a local from int to size_t.
21353
21354         * lib/strftime.c (my_strftime_localtime_r): Include this function
21355         definition in the `#if ! HAVE_TM_GMTOFF' block.
21356
21357         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
21358         Include xalloc.h instead.
21359
21360 2001-12-02  Jim Meyering  <meyering@lucent.com>
21361
21362         * lib/tempname.c: Don't declare getenv, thus reverting the change of
21363         2001-11-18.  It's no longer necessary, now that stdlib.h is always
21364         included.
21365
21366         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
21367         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
21368
21369 2001-11-30  Akim Demaille  <akim@epita.fr>
21370
21371         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
21372         before being defined.
21373
21374 2001-11-27  Paul Eggert  <eggert@twinsun.com>
21375
21376         * lib/quotearg.h (quotearg_n, quotearg_n_style):
21377         First arg is int, not unsigned.
21378         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
21379         (SIZE_MAX, UINT_MAX): New macros.
21380         (quotearg_n_options): Abort if N is negative.
21381         Avoid overflow check on hosts where size_t is 64 bits and int
21382         is 32 bits, as overflow is impossible there.
21383         Fix off-by-one typo that caused unnecessary reallocation.
21384
21385 2001-11-27  Jim Meyering  <meyering@lucent.com>
21386
21387         * lib/tempname.c: Merge with version from libc.
21388         * lib/regex.c: Likewise.
21389
21390         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
21391         systems for which STDC_HEADERS is 0, it was not included, resulting in
21392         a warning about an integer-to-pointer conversion problem with getenv.
21393         Reported by Volker Borchert.
21394
21395 2001-11-26  Jim Meyering  <meyering@lucent.com>
21396
21397         * lib/gtod.h: Remove file.
21398         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
21399         * lib/gettimeofday.c: Don't include gtod.h.
21400         (GTOD_init): Remove function.
21401         (rpl_gettimeofday): Do its job here instead, rather than aborting.
21402         Suggestion from Volker Borchert.
21403
21404 2001-11-23  Jim Meyering  <meyering@lucent.com>
21405
21406         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
21407         it.
21408         * lib/hash.c (struct hash_table): Define it here instead.
21409
21410 2001-11-22  Jim Meyering  <meyering@lucent.com>
21411
21412         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
21413
21414 2001-11-20  Jim Meyering  <meyering@lucent.com>
21415
21416         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
21417         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
21418
21419 2001-11-19  Jim Meyering  <meyering@lucent.com>
21420
21421         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
21422         directory.  Use "conftestXXXXXX" as the template.
21423         Suggestion from Paul Eggert.
21424
21425         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
21426         immediately, so the test doesn't mistakenly hit the max-open-files
21427         limit.
21428
21429 2001-11-18  Paul Eggert  <eggert@twinsun.com>
21430
21431         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
21432         (TEMPORARIES): New macro.
21433         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
21434         removes an artificial limitation (e.g. HP-UX 10.20, where
21435         TMP_MAX is 17576).
21436
21437 2001-11-18  Jim Meyering  <meyering@lucent.com>
21438
21439         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
21440
21441 2001-11-18  Jim Meyering  <meyering@lucent.com>
21442
21443         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
21444         on SunOS 4.
21445
21446         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
21447         files will be created before anything else.
21448
21449 2001-11-17  Paul Eggert  <eggert@twinsun.com>
21450
21451         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
21452         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
21453
21454 2001-11-17  Jim Meyering  <meyering@lucent.com>
21455
21456         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
21457         Prompted by a report from Bob Proulx.
21458
21459         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
21460         Instead, require UTILS_FUNC_MKSTEMP.
21461
21462 2001-11-17  Jim Meyering  <meyering@lucent.com>
21463
21464         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
21465         Now, that's done as part of AC_FUNC_STRTOD.
21466
21467 2001-11-17  Jim Meyering  <meyering@lucent.com>
21468
21469         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
21470         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
21471         rather than group writable.  Patch by Juan F. Codagnone.
21472
21473         * lib/readtokens.c: Remove explicit declarations of xmalloc and
21474         xrealloc, Instead, include "xalloc.h".
21475
21476         * lib/mountlist.c: Include unlocked-io.h after all system headers.
21477         Remove explicit declarations of xmalloc, xrealloc,
21478         and xstrdup.  Instead, include "xalloc.h".
21479
21480         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
21481         unlocked-io.h.
21482         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
21483         Likewise.
21484         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
21485
21486         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
21487         Reported by Padraig Brady.
21488
21489         * lib/mkstemp.c: #undef mkstemp.
21490         Include config.h.
21491         (rpl_mkstemp): Rename from mkstemp.
21492         Protoize.
21493
21494 2001-11-16  Jim Meyering  <meyering@lucent.com>
21495
21496         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
21497         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
21498         determine the amount of total physical memory, use pstat_getstatic.
21499         HPUX-11 doesn't define _SC_PHYS_PAGES.
21500         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
21501         If sysconf couldn't be used to determine the amount of available
21502         physical memory, use both pstat_getstatic and pstat_getdynamic.
21503         Based on a patch from Bob Proulx.
21504
21505 2001-11-10  Jim Meyering  <meyering@lucent.com>
21506
21507         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
21508         (jm_PREREQ): Use it.
21509
21510 2001-11-09  Jim Meyering  <meyering@lucent.com>
21511
21512         * m4/jm-macros.m4: Require autoconf-2.52f.
21513         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
21514         Use these AC_-prefixed names, not the AM_-prefixed ones.
21515
21516         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
21517
21518 2001-11-05  Jim Meyering  <meyering@lucent.com>
21519
21520         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
21521
21522 2001-11-04  Jim Meyering  <meyering@lucent.com>
21523
21524         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
21525         $DEFS.
21526
21527 2001-11-03  Jim Meyering  <meyering@lucent.com>
21528
21529         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
21530         of AC_DEFUN.
21531
21532         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
21533         know the name of the variable in the macro definition.
21534
21535 2001-11-03  Jim Meyering  <meyering@lucent.com>
21536
21537         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
21538         in argmatch_to_argument call.
21539
21540         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
21541         argument.
21542
21543         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
21544         e.g., a fault due to an attempt to free a NULL pointer.
21545
21546 2001-11-01  Jim Meyering  <meyering@lucent.com>
21547
21548         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
21549         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
21550
21551 2001-11-01  Jim Meyering  <meyering@lucent.com>
21552
21553         * lib/dirfd.c, lib/dirfd.h: New files.
21554         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
21555
21556         * lib/hash.c (hash_print) [TESTING]: Clean up.
21557
21558 2001-10-22  Paul Eggert  <eggert@twinsun.com>
21559
21560         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
21561         to avoid a warning if -Wall.
21562
21563 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
21564
21565         * README: New file
21566         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
21567         (per RMS's instructions, this is now the canonical source)
21568         * lgpl/, gpl/: New directories.
21569
21570 2001-10-21  Paul Eggert  <eggert@twinsun.com>
21571
21572         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
21573
21574 2001-10-21  Jim Meyering  <meyering@lucent.com>
21575
21576         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
21577         this code would end up calling gettext even in packages built
21578         with --disable-nls.
21579         * lib/getopt.c (_): Likewise.
21580         * lib/regex.c (_): Likewise.
21581
21582 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21583
21584         * m4/error.m4 (jm_PREREQ_ERROR):
21585         Do not invoke AC_CHECK_FUNCS with strerror_r, as
21586         AC_FUNC_STRERROR_R does that.
21587         Check for strerror declaration.
21588
21589         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
21590         are supposed to have them these days.
21591         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
21592         Merge changes from latest Autoconf CVS.
21593         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
21594         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
21595         POSIX decided to standardize on the int flavor of strerror_r.
21596
21597 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21598
21599         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
21600         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
21601         Use strerror_r that is only a macro, even if it is not a function.
21602         (strerror): Check for HAVE_DECL_STRERROR before declaring.
21603         (private_strerror): Use prototypes, not old-style function definition.
21604         (print_errno_message): New function.
21605         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
21606         char*-flavored one.
21607         (error_tail, error, error_at_line): Use it.
21608
21609 2001-10-11  Jim Meyering  <meyering@lucent.com>
21610
21611         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
21612         and quote_n (1, ... to avoid clobbering a buffer.
21613
21614 2001-10-05  Jim Meyering  <meyering@lucent.com>
21615
21616         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
21617         hash-pjw.h.
21618         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
21619         * lib/hash-pjw.h: New file.
21620
21621 2001-09-30  Jim Meyering  <meyering@lucent.com>
21622
21623         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
21624         `struct fsstat' has the `f_fstypename' member.
21625         Use that to define FS_TYPE, which is now used to make
21626         the getfsstat link test tighter.
21627
21628 2001-09-30  Jim Meyering  <meyering@lucent.com>
21629
21630         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
21631         Include <sys/ucred.h>, for Apple Darwin.
21632         Include sys/mount.h and sys/fs_types.h only if available.
21633         (FS_TYPE): Define.
21634         (read_filesystem_list): Use FS_TYPE.
21635
21636 2001-09-29  Paul Eggert  <eggert@twinsun.com>
21637
21638         * lib/exclude.c (excluded_filename): 0 -> false, since it's
21639         a boolean context.
21640
21641 2001-09-29  Jim Meyering  <meyering@lucent.com>
21642
21643         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21644         [one-argument getmntent function]): Include stdio.h before mntent.h.
21645         SunOS 4.1.x needs it for the declaration of `FILE'.
21646         Patch by Volker Borchert.
21647
21648         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21649         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
21650         sys/fs_types.h, and make the link-test for getfsstat guard #include
21651         directives with appropriate #if HAVE_*_H tests so that we can
21652         detect getfsstat on Apple Darwin1.3.7 systems.
21653         Reported by Nelson Beebe.
21654         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
21655
21656 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21657
21658         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21659         #defines strtoimax.  Also treat the other strto* functions
21660         like strtoimax.
21661
21662         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21663         Check for strtoul and strtoumax,
21664         as those declarations are made even in the signed case.
21665         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
21666         Likewise, for strtol and strtoimax.
21667
21668 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21669
21670         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21671         #defines strtoimax.  Also treat the other strto* functions
21672         like strtoimax.
21673
21674         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
21675         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
21676         (strtoimax, strtoumax): Do not declare if already defined as a macro.
21677
21678 2001-09-26  Jim Meyering  <meyering@lucent.com>
21679
21680         Most macros in unlocked-io.h had the wrong number of arguments.
21681         * lib/gen-uio: New script.
21682         (USE_UNLOCKED_IO): Define to 1 if not already defined.
21683         * lib/unlocked-io.hin: Remove file.
21684         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
21685         rather than trying to embed it here.
21686         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
21687         Reported by Padraig Brady.
21688
21689 2001-09-25  Volker Borchert  <bt@teknon.de>
21690
21691         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
21692         `result'.
21693
21694 2001-09-24  Jim Meyering  <meyering@lucent.com>
21695
21696         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
21697
21698 2001-09-23  Jim Meyering  <meyering@lucent.com>
21699
21700         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
21701         instead of the mere test for existence of mntent.h.  The latter
21702         would get a false-positive on AIX 3.4 systems.
21703         In the outer getmntent if-block, don't die if neither of the getmntent
21704         tests succeeds.  Instead, just fall through and continue with the
21705         remaining tests.
21706
21707 2001-09-23  Jim Meyering  <meyering@lucent.com>
21708
21709         * lib/mountlist.c: Remove useless parentheses in #if directives.
21710         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
21711         the deprecated MOUNTED symbol is no longer defined in mntent.h.
21712
21713 2001-09-22  Jim Meyering  <meyering@lucent.com>
21714
21715         * m4/gettext.m4: New file.  From gettext.
21716         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
21717         * m4/progtest.m4: Likewise
21718         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
21719         * m4/glibc21.m4: Likewise.
21720
21721         * m4/libintl.m4: Remove.  No longer used.
21722
21723 2001-09-22  Jim Meyering  <meyering@lucent.com>
21724
21725         * lib/localcharset.c: Update from latest gettext.
21726         * lib/config.charset: Likewise.
21727
21728 2001-09-20  Jim Meyering  <meyering@lucent.com>
21729
21730         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
21731         strtoimax.
21732         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
21733         strtoumax.
21734
21735 2001-09-20  Jim Meyering  <meyering@lucent.com>
21736
21737         * lib/xstrtol.c (strtoimax): Guard declaration with
21738         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
21739         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
21740         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
21741         (strtoumax): Likewise, for completeness (it wasn't necessary).
21742
21743 2001-09-17  Paul Eggert  <eggert@twinsun.com>
21744
21745         * lib/strtoimax.c (HAVE_LONG_LONG):
21746         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
21747         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
21748         to work around bug in IBM C compiler.
21749
21750 2001-09-17  Jim Meyering  <meyering@lucent.com>
21751
21752         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
21753         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
21754         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
21755         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
21756         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
21757         whenever the right hand side need not be expanded by the shell.
21758
21759 2001-09-16  Paul Eggert  <eggert@twinsun.com>
21760
21761         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
21762         library.  It's not correct, as some older glibcs are buggy.
21763         fnmatch wasn't fixed until glibc 2.2.
21764
21765         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
21766         special shell magic here.
21767
21768 2001-09-16  Jim Meyering  <meyering@lucent.com>
21769
21770         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
21771         * m4/jm-macros.m4: Require it.
21772
21773 2001-09-16  Jim Meyering  <meyering@lucent.com>
21774
21775         * lib/mkdir.c: New file.
21776
21777 2001-09-15  Jim Meyering  <meyering@lucent.com>
21778
21779         * m4/jm-macros.m4: Check for help2man.
21780
21781 2001-09-11  Jim Meyering  <meyering@lucent.com>
21782
21783         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
21784         The body, by Paul Eggert, was moved here from configure.in.
21785         * m4/jm-macros.m4: Require UTILS_HOST_OS.
21786
21787 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21788
21789         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
21790         (jm_PREREQ): Use it.
21791
21792 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21793
21794         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
21795         Use ssize_t, not int, to store result of readlink.
21796         Check for ssize_t overflow as well as size_t overflow,
21797         as POSIX says the result of readlink is implementation-defined
21798         when ssize_t overflows.
21799         Remove unnecessary cast to char*.
21800         Use free+malloc instead of realloc, as the storage doesn't need
21801         to be preserved and it's clearer and can be more efficient that way.
21802         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
21803         * lib/xreadlink.h (xreadlink): Update prototype.
21804
21805 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21806
21807         * lib/xgetcwd.c: Revert some of the previous change; intead,
21808         fix the HAVE_GETCWD_NULL code to behave more like the
21809         !HAVE_GETCWD_NULL code used to.
21810
21811         Include "xalloc.h".
21812         (xgetcwd): Do not return NULL when memory is exhausted; instead,
21813         invoke xalloc_die.
21814
21815 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21816
21817         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
21818         sys/param.h, as pathmax.h includes them.
21819
21820 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21821
21822         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
21823         (jm_PREREQ_XGETCWD): New macro.
21824
21825         * m4/getcwd.m4: New file.
21826
21827 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21828
21829         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
21830         like the HAVE_GETCWD_NULL code.
21831         Include pathmax.h if not HAVE_GETCWD.
21832         Do not include xalloc.h.
21833         (INITIAL_BUFFER_SIZE): New symbol.
21834         Do not use xmalloc / xrealloc, since the caller is responsible for
21835         handling errors.  Preserve errno around `free' during failure.
21836         Do not overrun buffer when using getwd.
21837
21838 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21839
21840         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
21841         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
21842         getcwd (NULL, 0).
21843
21844 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21845
21846         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
21847         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
21848         spotted by Jim Meyering.
21849
21850 2001-09-03  Jim Meyering  <meyering@lucent.com>
21851
21852         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
21853         failure.
21854
21855 2001-09-02  Jim Meyering  <meyering@lucent.com>
21856
21857         * lib/error.c: Update from GNU libc.
21858
21859 2001-09-01  Jim Meyering  <meyering@lucent.com>
21860
21861         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
21862         Used by df.
21863
21864 2001-09-01  Jim Meyering  <meyering@lucent.com>
21865
21866         * lib/xreadlink.c: New file.
21867         * lib/xreadlink.h: New file.
21868         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
21869         xreadlink.h.
21870
21871         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
21872         doesn't conflict with sparc Solaris 7's definition in
21873         /usr/include/sys/int_types.h.
21874
21875         * lib/exclude.c: Use `""', not `<>' to #include non-system header
21876         files.
21877         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
21878         and strncasecmp as r-values.  Unixware didn't have declarations.
21879
21880 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21881
21882         * lib/xstrtol.h: Add copyright notice.
21883         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
21884         LONGINT_INVALID_SUFFIX_CHAR.
21885
21886 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21887
21888         * lib/xstrtol.c (strtoimax): New decl.
21889
21890 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21891
21892         * lib/xgetcwd.c: Don't include pathmax.h.
21893         Include stdlib.h and unistd.h if available.
21894         Include xalloc.h.
21895         (xmalloc, xstrdup, free): Remove decls.
21896         (xgetcwd): Don't assume sizes fit in unsigned.
21897         Check for overflow when computing sizes.
21898         Simplify reallocation code.
21899
21900 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21901
21902         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
21903         a directory's st_size can have an arbitrary value, so the old
21904         usage could waste an arbitrary amount of memory.  All uses
21905         changed.
21906         * lib/savedir.h: Update prototype.
21907
21908 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21909
21910         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
21911
21912         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
21913         old strtoimax.c.
21914
21915         Also, make the following further changes to make this file's
21916         configuration more similar to that of strtol.c:
21917         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
21918         (strtoumax, uintmax_t, strtoull, strtol): Remove.
21919         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
21920         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
21921         changed to signed values.
21922
21923         And make the following changes as well:
21924         Fix copyright notice, as 1999 was missing.
21925         (verify): New macro.
21926         (strtoimax): Check sizes at compile-time, not run-time.
21927         Prefer strtol to strtoll if both work.
21928         (main): Remove; it was not that useful and was a pain to maintain.
21929
21930         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
21931
21932 2001-08-31  Jim Meyering  <meyering@lucent.com>
21933
21934         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
21935         Use an initial, malloc'd, buffer of length 128 rather than
21936         a statically allocated one of length 1024.
21937
21938 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21939
21940         Simplify code, partly by assuming autoconf 2.52 semantics.
21941
21942         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
21943
21944         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
21945         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
21946         All uses removed.
21947         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
21948         Move AC_REQUIRE to next-to-top level, to avoid confusion.
21949         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
21950         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
21951         jm_AC_HEADER_INTTYPES_H.
21952         * m4/jm-macros.m4 (jm_MACROS): Likewise.
21953
21954         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
21955
21956         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21957         Quote first arg of AC_DEFUN.
21958         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
21959         since they are needed to parse the include file even if we need
21960         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
21961         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
21962         but with opposite signedness.
21963
21964 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21965
21966         Merge 'exclude' changes from tar 1.13.22.
21967         This fixes one or two unlikely storage allocation overflow bugs,
21968         but doesn't change user-visible behavior otherwise.
21969
21970 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21971
21972         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
21973         (jm_PREREQ_EXCLUDE): New macro.
21974
21975 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21976
21977         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
21978         tm to be declared.
21979
21980 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21981
21982         * lib/hash.c: Remove '2001' from copyright notice.
21983
21984 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21985
21986         * lib/full-write.h: New file.
21987         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
21988         * lib/full-write.c: Correct credits, as cccp.c no longer
21989         exists and anyway it was so heavily changed from the old cccp
21990         code as to be unrecognizable.  Include full-write.h.
21991         (full_write) Return size_t, with short writes meaning failure.
21992         All callers changed.  This fixes a bug with large buffers
21993         on 64-bit hosts.
21994         * lib/utime.c: Include full-write.h.
21995
21996 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21997
21998         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
21999         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
22000         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
22001         Include if available.
22002         (<xalloc.h>): Include
22003         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
22004         (verify): New macro.  Use it to verify that EXCLUDE macros do not
22005         collide with FNM macros.
22006         (struct patopts): New struct.
22007         (struct exclude): Use it, as exclude patterns now come with options.
22008         (new_exclude): Support above changes.
22009         (new_exclude, add_exclude_file):
22010         Initial size must now be a power of two to simplify overflow checking.
22011         (free_exclude, fnmatch_no_wildcards): New function.
22012         (excluded_filename): No longer requires options arg, as the options
22013         are determined by add_exclude.  Now returns bool, not int.
22014         (excluded_filename, add_exclude):
22015         Add support for the fancy new exclusion options.
22016         (add_exclude, add_exclude_file): Now takes int options arg.
22017         Check for arithmetic overflow when computing sizes.
22018         (add_exclude_file): xrealloc might modify errno, so don't
22019         realloc until after errno might be used.
22020
22021         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
22022         New macros.
22023         (free_exclude): New decl.
22024         (add_exclude, add_exclude_file): Now takes int options arg.
22025         (excluded_filename): No longer requires options arg, as the options
22026         are determined by add_exclude.  Now returns bool, not int.
22027
22028 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22029
22030         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
22031
22032 2001-08-27  Jim Meyering  <meyering@lucent.com>
22033
22034         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
22035
22036         * lib/version-etc.c (N_): Remove definition.
22037         Revert most of last change.
22038         Instead, simply don't mark the `Copyright...' string for translation.
22039         Based on advice from Paul Eggert.
22040
22041         * lib/strtoxmax.c: Tweak comment.
22042
22043 2001-08-26  Jim Meyering  <meyering@lucent.com>
22044
22045         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
22046
22047         * m4/xstrtoimax.m4: New file.
22048         * m4/xstrtoumax.m4: Add comments explaining why we
22049         AC_REPLACE_FUNCS(strtol).
22050
22051 2001-08-26  Jim Meyering  <meyering@lucent.com>
22052
22053         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
22054         of copyright with `%s' so translators don't get an untranslated
22055         message in 2002.
22056         (COPYRIGHT_YEAR): Define.
22057         (version_etc): Use fprintf rather than fputs.
22058         Suggestion from Ulrich Drepper.
22059
22060         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
22061
22062         * lib/strtoll.c: New file, from GNU libc.
22063         * lib/xstrtoimax.c: New file.
22064
22065         * lib/xstrtol.h: Add xstrtoimax.
22066         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
22067         * lib/strtoimax.c: New file.  Likewise, but first define
22068         STRTOUXMAX_SIGNED.
22069
22070         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
22071         ...
22072         * lib/strtoxmax.c: ... then renamed to this.
22073
22074 2001-08-18  Paul Eggert  <eggert@twinsun.com>
22075
22076         * m4/inttypes.m4: Add AC_PREREQ(2.13).
22077         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
22078         (jm_AC_TYPE_INTMAX_T): New macro.
22079         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
22080
22081         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
22082
22083         * m4/longlong.m4: Renamed from ulonglong.m4.
22084         * m4/inttypes.m4: Renamed from inttypes_h.m4.
22085         * m4/uintmax_t.m4: Removed.
22086
22087 2001-08-13  Paul Eggert  <eggert@twinsun.com>
22088
22089         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
22090         Port to Solaris 8, where 'sed' requires a space after the 'r'
22091         command, and where sh dislikes "$/".  Clean up the spacing a bit.
22092         Redirect output to $tmp just once.
22093
22094 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
22095
22096         * lib/addext.c (<errno.h>): Include.
22097         (errno): Declare if not defined.
22098         (addext): Work correctly when pathconf returns -1 and leaves
22099         errno alone because there is no limit.  Also, work even if
22100         pathconf returns a value greater than SIZE_MAX.
22101
22102 2001-08-12  Jim Meyering  <meyering@lucent.com>
22103
22104         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
22105         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
22106         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
22107         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
22108         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
22109         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
22110         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
22111         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
22112         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
22113         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
22114         utime.m4, utimes.m4, xstrtoumax.m4:
22115         Quote the first argument in each use of AC_DEFUN.
22116
22117 2001-08-12  Jim Meyering  <meyering@lucent.com>
22118
22119         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
22120         Simply `return getcwd (NULL, 0);'.
22121         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
22122         Use 1300 as initial value for length, not PATH_MAX.
22123
22124         * lib/pathmax.h: Clean up cpp syntax.
22125
22126 2001-08-12  Jim Meyering  <meyering@lucent.com>
22127
22128         * lib/gettimeofday.c: New file.
22129         * lib/gtod.h: New file.
22130         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
22131
22132 2001-08-05  Jim Meyering  <meyering@lucent.com>
22133
22134         * m4/jm-macros.m4: Require autoconf-2.52.
22135
22136 2001-08-04  Jim Meyering  <meyering@lucent.com>
22137
22138         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
22139         stmt, to get in sync with glibc.
22140
22141 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22142
22143         The following changes are from gettext 0.10.39 as maintained by
22144         Bruno Haible.
22145
22146         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
22147         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
22148         with inverted sense.  All uses changed.
22149
22150         * lib/mbswidth.c: Don't include <limits.h>.
22151         Include <stdlib.h> and <string.h> unconditionally.
22152         (iswcntrl, mbsinit, ISCNTRL): New macros.
22153         (mbsnwidth): Use K&R style function declarations.
22154         Don't bother checking for MB_LEN_MAX == 1, since the compiler
22155         can optimize it when MB_CUR_MAX == 1.
22156         The width of control characters is zero, not 1.
22157
22158 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22159
22160         The following changes are from gettext 0.10.39 as maintained by
22161         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
22162
22163         * m4/codeset.m4: Upgrade to serial AM1.
22164         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
22165         all uses changed.  Quote first arg of AC_DEFUN.
22166         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
22167
22168         * m4/iconv.m4: Upgrade to serial AM2.
22169         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
22170         Add --with-libconv-prefix.
22171         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
22172         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
22173         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
22174         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
22175         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
22176
22177         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
22178         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
22179         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
22180         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
22181         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
22182         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
22183         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22184         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
22185         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
22186
22187         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
22188         string.h any more.
22189
22190         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
22191         not the default value.
22192
22193         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
22194         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
22195         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
22196         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
22197         Also check for iswcntrl, used for wcwidth fallback.
22198         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
22199         to Autoconf 2.13.
22200
22201 2001-08-03  Jim Meyering  <meyering@lucent.com>
22202
22203         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
22204         as it was in the original.  Reported by Paul Eggert.
22205
22206 2001-07-16  Jim Meyering  <meyering@lucent.com>
22207
22208         * m4/gettimeofday.m4: New file.
22209         Prompted by a report from Bernhard Baehr.
22210
22211 2001-07-15  Jim Meyering  <meyering@lucent.com>
22212
22213         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
22214         stuff. Now it's in ../Makefile.cfg.
22215
22216 2001-07-15  Jim Meyering  <meyering@lucent.com>
22217
22218         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
22219         (BUILT_SOURCES): Add unlocked-io.h.
22220         (io_functions): Define.
22221         (unlocked-io.h): New rule.
22222         (DISTCLEANFILES): Add unlocked-io.h.
22223         (all-local): Depend on unlocked-io.h, to ensure it is created.
22224
22225         * lib/unlocked-io.hin: New file
22226
22227         * lib/regex.c: Update from glibc.
22228
22229 2001-07-05  Jim Meyering  <meyering@lucent.com>
22230
22231         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
22232         recommendation.
22233         (libfetish_a_SOURCES): Put all .h files here instead.
22234         Remove a thus-exposed (better checks in automake) duplicate and
22235         two unnecessary .h files.
22236
22237 2001-07-04  Jim Meyering  <meyering@lucent.com>
22238
22239         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
22240         that generates jm-glibc-io.m4 so that it doesn't trigger any make
22241         distcheck failure.
22242
22243 2001-07-02  Jim Meyering  <meyering@lucent.com>
22244
22245         The following changes were prompted by suggestions from Bruno Haible.
22246
22247         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
22248         is now generated.
22249         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
22250         definition of EXTRA_DIST.
22251         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
22252         ensure that the generated file is created/updated whenever the list
22253         of $(unlocked_functions) is changed.
22254         (jm-glibc-io.m4): New rule.
22255         (unlocked-io.h): New rule -- currently unused.
22256
22257 2001-06-24  Jim Meyering  <meyering@lucent.com>
22258
22259         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
22260         unmatched right bracket, rather than kludging it with an extra,
22261         falsely-matching quote in a comment.  Patch by Akim Demaille.
22262
22263 2001-06-11  Jim Meyering  <meyering@lucent.com>
22264
22265         * lib/regex.c: Update from GNU libc.
22266
22267 2001-05-27  Jim Meyering  <meyering@lucent.com>
22268
22269         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
22270         Check for ut_type in struct utmp.
22271
22272 2001-05-27  Jim Meyering  <meyering@lucent.com>
22273
22274         * lib/readutmp.h (UT_TYPE): Define.
22275
22276 2001-05-24  Jim Meyering  <meyering@lucent.com>
22277
22278         * lib/argmatch.c: Include "quote.h".
22279         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
22280         quote function.  Reported by Göran Uddeborg.
22281
22282 2001-05-22  Jim Meyering  <meyering@lucent.com>
22283
22284         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
22285         now that we use the package-supplied version unconditionally.
22286         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
22287
22288 2001-05-21  Jim Meyering  <meyering@lucent.com>
22289
22290         * m4/regex.m4: Change a couple backticks to single quotes to avoid
22291         shell syntax errors.
22292
22293 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22294
22295         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
22296
22297 2001-05-20  Paul Eggert  <eggert@twinsun.com>
22298
22299         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
22300         Don't bother to check library strftime, since
22301         we'll be using our own my_strftime function anyway.
22302         Define my_strftime instead of strftime.
22303
22304 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
22305
22306         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
22307         which is not yet declared.
22308
22309 2001-05-15  Jim Meyering  <meyering@lucent.com>
22310
22311         * m4/regex.m4: Use proper quoting so brackets appear in the test
22312         program.
22313         Reported by, and with help from, Bruno Haible.
22314
22315 2001-05-13  Jim Meyering  <meyering@lucent.com>
22316
22317         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
22318         undefined.
22319
22320 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22321
22322         dirname code cleanup.  base_name now behaves more compatibly
22323         with POSIX basename when given file names that have trailing
22324         slashes, and similarly for dir_name.  Add new primitives
22325         base_len and dir_len.  Put the directory-name-related decls
22326         into dirname.h.
22327
22328         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
22329         * lib/backupfile.c (base_name): Likewise.
22330         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
22331         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
22332         * lib/makepath.c (strip_trailing_slashes): Likewise.
22333         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
22334         ISSLASH): Likewise.
22335         * lib/rename.c (strip_trailing_slashes): Likewise.
22336         * lib/same.c (base_name): Likewise.
22337         * lib/stripslash.c (ISSLASH): Likewise.
22338
22339         * lib/addext.c: Include <dirname.h> after size_t is defined.
22340         * lib/backupfile.c: Likewise.
22341
22342         * lib/addext.c (addext): Use base_len to trim redundant
22343         trailing slashes instead of doing it ourselves.
22344         But do not trim the last slash if it is not redundant.
22345
22346         * lib/backupfile.c (find_backup_file_name,
22347         max_backup_version): Use base_len instead of rolling it ourselves.
22348         Handle the case of "" and (on DOS) "C:" correctly.
22349
22350         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
22351         needed. Include <string.h>, <dirname.h>.
22352         (base_name): Allow file names ending in slashes, other than names
22353         that are all slashes.  In this case, return the basename followed
22354         by the slashes.  This is more general, and can be used in places
22355         where the original base_name purposely had an assertion failure.
22356         (base_len): New function.
22357
22358         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
22359         Do not include <assert.h>; no longer needed.
22360         Include xalloc.h.
22361         (memrchr): Remove decl.
22362         (dir_name_r): Remove.
22363         (dir_len): Renamed from dirlen.  All callers changed.
22364         Rewrite in terms of base_name, for simplicity and consistency.
22365         (dir_name): Never return NULL.  All callers changed.
22366         Do not include <stdlib.h> in test program; no longer needed.
22367         return 0; is fine for test program.
22368
22369         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
22370         New macros.
22371         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
22372
22373         * lib/path-concat.c (path_concat): Use base_len to compute
22374         base length, not strlen; this means we cannot rely on memcpy
22375         to null-terminate.
22376
22377         * lib/same.c (STREQ): Remove.
22378         (same_name): Handle the case where the basename ends in trailing '/'.
22379
22380         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
22381         a slash was stripped.  Do not strip the last slash after a
22382         file system prefix.
22383
22384 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22385
22386         * lib/Makefile.am (libfetish_a_SOURCES):
22387         Add strftime.c, since we now compile it on all hosts.
22388
22389         * lib/strftime.c (my_strftime):
22390         Define to nstrftime if emacs, but only if my_strftime is not defined.
22391         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
22392         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
22393         Add one more extra argument: a nanoseconds value.
22394         All uses changed.
22395         (ns): New macro.
22396         (my_strftime function): Add %N format.
22397         (emacs_strftimeu): Renamed from emacs_strftime,
22398         with extra ut argument.
22399
22400 2001-05-09  Paul Eggert  <eggert@twinsun.com>
22401
22402         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
22403
22404 2001-04-21  Jim Meyering  <meyering@lucent.com>
22405
22406         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
22407         doesn't interfere.
22408
22409 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22410
22411         * m4/ftruncate.m4: Check for chsize.
22412         Link with ftruncate.o unconditionally if ftruncate is missing.
22413         This was required when cross-compiling to i586-mingw32msvc.
22414
22415 2001-04-08  Jim Meyering  <meyering@lucent.com>
22416
22417         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
22418         recomputed; that's necessary when the offset spans a DST transition.
22419         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
22420
22421 2001-04-02  Jim Meyering  <meyering@lucent.com>
22422
22423         * lib/regex.h, regex.c: Update from GNU libc.
22424
22425 2001-03-24  Jim Meyering  <meyering@lucent.com>
22426
22427         * m4/jm-macros.m4: Require autoconf-2.49d.
22428
22429 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
22430
22431         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
22432
22433 2001-03-19  Paul Eggert  <eggert@twinsun.com>
22434
22435         * lib/version-etc.c (version_etc_copyright): Update to 2001.
22436
22437 2001-03-17  Jim Meyering  <meyering@lucent.com>
22438
22439         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
22440         now that the version in autoconf is equivalent.
22441         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
22442
22443         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
22444         Suggestion from Akim Demaille.
22445
22446         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
22447         (jm_PREREQ_TEMPNAME): New function.
22448
22449 2001-03-16  Paul Eggert  <eggert@twinsun.com>
22450
22451         * lib/tempname.c (uint64_t): Define to uintmax_t if
22452         not defined, and if UINT64_MAX is not defined.
22453         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
22454         Reported by John David Anglin.
22455
22456 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
22457
22458         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
22459         resolve alias if codeset is empty.
22460         * lib/config.charset (BeOS): Use wildcard syntax.
22461
22462 2001-03-13  Jim Meyering  <meyering@lucent.com>
22463
22464         * lib/path-concat.c (path_concat)
22465         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
22466         concatenating e.g., `C:' and `foo'.
22467         From Bruno Haible.
22468
22469 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22470
22471         * lib/localcharset.c (locale_charset): Don't use
22472         setlocale(LC_CTYPE,NULL). Don't return NULL.
22473         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
22474
22475 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22476
22477         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
22478         support for DOS/DJGPP.
22479
22480 2001-03-01  Paul Eggert  <eggert@twinsun.com>
22481
22482         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
22483         lacks mkstemp.  Compile our own tempname.c if we compile our own
22484         mkstemp.c, as mkstemp relies on tempname.
22485
22486 2001-03-01  Jim Meyering  <meyering@lucent.com>
22487
22488         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
22489         AH_VERBATIM really does output its argument verbatim.
22490
22491 2001-02-28  Paul Eggert  <eggert@twinsun.com>
22492
22493         * lib/Makefile.am (libfetish_a_SOURCES):
22494         Add dup-safer.c, fopen-safer.c.
22495         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
22496
22497         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
22498         * lib/unistd-safer.h: New files.
22499
22500 2001-02-25  Paul Eggert  <eggert@twinsun.com>
22501
22502         The mkstemp replacement is taken from glibc 2.2.2, with some
22503         portability fixes for use outside glibc, as follows:
22504
22505         * lib/tempname.c (struct_stat64): New macro.
22506         (direxists, __gen_tempname): Use it.
22507         This avoids a portability problem with Solaris 8.
22508
22509         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
22510         (<stddef.h>, <stdint.h>, <string.h>):
22511         Include only if STDC_HEADERS || _LIBC.
22512         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
22513         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
22514         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
22515         (__set_errno): Define this macro if <errno.h> doesn't.
22516         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
22517         Define these macros if <stdio.h> doesn't.
22518         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
22519         Define these macros if <sys/stat.h>
22520         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
22521         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
22522         __xstat64): Define if not _LIBC.
22523         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
22524         (__gen_tempname): Invoke gettimeofday only if
22525         HAVE_GETTIMEOFDAY || _LIBC;
22526         otherwise, fall back on plain "time".
22527         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
22528
22529         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
22530
22531         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
22532
22533 2001-02-18  Paul Eggert  <eggert@twinsun.com>
22534
22535         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
22536
22537 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22538
22539         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
22540         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
22541         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
22542         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22543
22544 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22545
22546         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
22547         Remove workaround macros for hosts that have mbrtowc but not
22548         mbstate_t, as we now insist on proper declarations for both
22549         before using mbrtowc.
22550
22551 2001-02-17  Jim Meyering  <meyering@lucent.com>
22552
22553         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
22554         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
22555         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
22556         UnixWare 7.1.1.
22557
22558         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
22559         rather than AC_CACHE_VAL.
22560
22561 2001-02-17  Jim Meyering  <meyering@lucent.com>
22562
22563         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
22564         around included file name.
22565
22566         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
22567
22568         * lib/strftime.c: Update from GNU libc (the only changes were to
22569         comments).
22570
22571 2001-02-17  Jim Meyering  <meyering@lucent.com>
22572
22573         * lib/regex.c: Update from libc.
22574
22575 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
22576
22577         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
22578         clash.
22579
22580 2001-02-16  Paul Eggert  <eggert@twinsun.com>
22581
22582         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
22583         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
22584         Reported by Mark Hounschell via Paul Eggert.
22585
22586 2001-02-07  Jim Meyering  <meyering@lucent.com>
22587
22588         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
22589
22590 2001-02-05  Jim Meyering  <meyering@lucent.com>
22591
22592         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
22593         it includes the patch required for `large file' support with at least
22594         HP-UX's 10.20 /bin/cc.
22595
22596 2001-02-03  Jim Meyering  <meyering@lucent.com>
22597
22598         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
22599         AS_IF, now that it works once again (mysteriously).
22600         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22601
22602 2001-01-30  Jim Meyering  <meyering@lucent.com>
22603
22604         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
22605         * m4/chown.m4: Rename conftestchown to conftest.chown.
22606         * m4/rename.m4: s/conftestdir/conftest.d1/ and
22607         s/conftestdir2/conftest.d2/.
22608         * m4/utimes.m4: s/conftestdata/conftest.data/
22609         Inspired by Pavel Roskin's change in autoconf.
22610
22611 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
22612
22613         * lib/config.charset: Update for FreeBSD 4.2.
22614
22615 2001-01-27  Jim Meyering  <meyering@lucent.com>
22616
22617         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
22618         a use of AS_IF.
22619         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22620
22621 2001-01-26  Jim Meyering  <meyering@lucent.com>
22622
22623         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
22624         quotearg.c includes it.
22625
22626 2001-01-26  Jim Meyering  <meyering@lucent.com>
22627
22628         * lib/quotearg.c: Include stddef.h.
22629         * lib/quote.c: Include stddef.h.
22630         Reported by Axel Kittenberger.
22631
22632         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
22633         line in double quotes so that it evokes a better diagnostic.
22634         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
22635         Reported by Axel Kittenberger.
22636
22637 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
22638
22639         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
22640         as if it was a `charset'.
22641
22642 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22643
22644         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
22645         has const.
22646
22647 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22648
22649         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
22650         to avoid a warning.  Add back 'const' to inptr.
22651
22652 2001-01-20  Jim Meyering  <meyering@lucent.com>
22653
22654         Be sure that headers are checked before used in code compiled
22655         for the type checks.
22656         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
22657         In place of that, invoke jm_CHECK_ALL_TYPES.
22658         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
22659         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
22660         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
22661         The check for ssize_t was mistakenly run before the test for unistd.h.
22662
22663         The configure-time check for stdbool.h was missing.
22664         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
22665         (jm_PREREQ_HASH): New function.
22666
22667 2001-01-17  Jim Meyering  <meyering@lucent.com>
22668
22669         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
22670         for autoconf-2.49c.
22671         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
22672
22673 2001-01-16  Jim Meyering  <meyering@lucent.com>
22674
22675         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
22676         From Bruno Haible.
22677
22678 2001-01-14  Jim Meyering  <meyering@lucent.com>
22679
22680         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
22681         foo and bar.  Create conftestdir/ in the script, not in the C code.
22682         Remove directories in the script, not in the C code.
22683         Remove conftestdir{,2} before trying to create the directory.
22684         Make the entire configure script fail if the mkdir fails.
22685
22686 2001-01-14  Jim Meyering  <meyering@lucent.com>
22687
22688         * lib/rename.c: New file.  From Volker Borchert.
22689         Include stdlib.h, string.h or strings.h, and xalloc.h.
22690         Use strip_trailing_slashes rather than open-coding it.
22691
22692 2001-01-03  Paul Eggert  <eggert@twinsun.com>
22693
22694         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
22695
22696 2001-01-03  Jim Meyering  <meyering@lucent.com>
22697
22698         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
22699         of local `inptr' to avoid warning with some system declarations of
22700         iconv.
22701
22702 2001-01-02  Volker Borchert  <bt@teknon.de>
22703
22704         * m4/rename.m4: New file.
22705         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
22706
22707 2001-01-01  Jim Meyering  <meyering@lucent.com>
22708
22709         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
22710         even on systems with utmpx.h.  It's necessary for the declaration of
22711         utmp's ut_user member.  Reported by Andreas Jaeger.
22712
22713         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
22714         available. They are required for the declarations of getgrgid and
22715         getpwuid resp.
22716         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
22717         Reported by Andreas Jaeger.
22718
22719 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
22720
22721         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
22722         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
22723         so `make install' also works in VPATH builds.
22724
22725 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
22726
22727         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
22728         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
22729         can be used in subdirectories.
22730
22731 2000-12-29  Paul Eggert  <eggert@twinsun.com>
22732
22733         * lib/modechange.c: Do not assume that mode_t uses the
22734         traditional octal encoding.  E.g. "chmod 1 FOO" should set
22735         the other-execute bit of FOO even if S_IXOTH != 1.
22736
22737         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
22738         WOTH, XOTH, ALLM): New macros.
22739         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
22740          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
22741         Use them.
22742         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
22743         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
22744         (mode_compile):
22745         No need to use uintmax_t; unsigned long is long enough.
22746         Don't bother to get suffix since we don't use it.
22747
22748 2000-12-26  Jim Meyering  <meyering@lucent.com>
22749
22750         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
22751         better with autoheader.
22752
22753 2000-12-24  Jim Meyering  <meyering@lucent.com>
22754
22755         * lib/hash.c (is_prime): Return explicit boolean values.
22756         (hash_get_first): Return NULL to appease Irix5.6's 89.
22757         Reported by Nelson Beebe.
22758
22759 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
22760
22761         * lib/localcharset.c (locale_charset): Add support for Win32.
22762
22763 2000-12-18  Paul Eggert  <eggert@twinsun.com>
22764
22765         * lib/physmem.h, lib/physmem.c: New files.
22766
22767         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
22768         (noinst_HEADERS): Add physmem.h.
22769
22770         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
22771         't' for compatibility with Solaris 8 sort.
22772
22773 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
22774
22775         * lib/config.charset: Add support for BeOS.
22776
22777 2000-12-17  Jim Meyering  <meyering@lucent.com>
22778
22779         * m4/dos.m4 (jm_AC_DOS): New file and macro.
22780         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
22781
22782 2000-12-16  Jim Meyering  <meyering@lucent.com>
22783
22784         This bug had a serious impact on chown: `chown N:M FILE' (for integer
22785         N and M) would have treated it like `chown N:N FILE'.
22786
22787         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
22788
22789 2000-12-16  Jim Meyering  <meyering@lucent.com>
22790
22791         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
22792         SHELLS_FILE to a file name that's useful on djgpp systems.
22793         Include stdlib.h.
22794         (ADDITIONAL_DEFAULT_SHELLS): Define.
22795         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
22796         Based mostly on a patch from Prashant TR.
22797
22798 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
22799
22800         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
22801         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
22802         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
22803
22804 2000-12-08  Andreas Schwab  <schwab@suse.de>
22805
22806         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
22807         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
22808
22809 2000-12-07  Jim Meyering  <meyering@lucent.com>
22810
22811         * lib/stripslash.c (ISSLASH): Define.
22812         (strip_trailing_slashes): Use ISSLASH rather than comparing against
22813         `/'.
22814         From Prashant TR.
22815
22816         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
22817         (dir_name_r): Declare this function as static.
22818         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
22819         manifest itself on a name containing a mix of slashes and
22820         backslashes.
22821         Make this function work with names starting with a DOS-style
22822         drive letter and colon prefix.
22823         (dir_name): Append `.' if necessary.
22824         Based mostly on patches from Prashant TR and Eli Zaretskii.
22825
22826         * lib/dirname.h (dir_name_r): Remove prototype.
22827
22828 2000-12-06  Paul Eggert  <eggert@twinsun.com>
22829
22830         * m4/off_t-format.m4: Remove this file.
22831         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
22832
22833 2000-12-06  Jim Meyering  <meyering@lucent.com>
22834
22835         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
22836         replacement strtoull, we may well need the replacement strtoul, too.
22837         Check for declarations of strtoul and strtoull.
22838         Check for strtol.  Mainly as a cue to cause automake to include
22839         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
22840         Check for limits.h -- strtol.c needs it.
22841
22842 2000-12-05  Jim Meyering  <meyering@lucent.com>
22843
22844         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
22845
22846 2000-12-04  Jim Meyering  <meyering@lucent.com>
22847
22848         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
22849         Also include memory.h, stdlib.h, unistd.h if appropriate.
22850         Reported by Andreas Jaeger (conflicting declaration of malloc).
22851
22852 2000-12-02  Jim Meyering  <meyering@lucent.com>
22853
22854         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
22855         * m4/jm-macros.m4 (jm_MACROS): require it.
22856
22857 2000-12-02  Jim Meyering  <meyering@lucent.com>
22858
22859         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
22860
22861 2000-12-01  Paul Eggert  <eggert@twinsun.com>
22862
22863         * lib/memrchr.c: Include <config.h> before any system include file.
22864
22865 2000-11-30  Jim Meyering  <meyering@lucent.com>
22866
22867         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
22868
22869 2000-11-30  Jim Meyering  <meyering@lucent.com>
22870
22871         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
22872
22873 2000-11-29  Paul Eggert  <eggert@twinsun.com>
22874
22875         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
22876
22877 2000-11-26  Jim Meyering  <meyering@lucent.com>
22878
22879         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
22880
22881 2000-11-22  Paul Eggert  <eggert@twinsun.com>
22882
22883         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
22884         size of (size_t) -1; it's not portable.
22885
22886 2000-11-17  Jim Meyering  <meyering@lucent.com>
22887
22888         * lib/strstr.c: Update from GNU libc.
22889
22890 2000-11-17  Akim Demaille  <akim@epita.fr>
22891
22892         * lib/obstack.h: Formatting changes.
22893         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
22894         prevent type checking.
22895         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
22896         cast the value to (void *): assigning a `foo *' to a `void *'
22897         variable is valid.
22898         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
22899
22900 2000-11-16  Jim Meyering  <meyering@lucent.com>
22901
22902         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
22903
22904 2000-11-11  Jim Meyering  <meyering@lucent.com>
22905
22906         * lib/error.c: Add a couple #includes, merging from GNU libc version.
22907
22908 2000-11-10  Jim Meyering  <meyering@lucent.com>
22909
22910         * lib/obstack.h: Update from GNU libc.
22911         * lib/obstack.c: Likewise.
22912
22913 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
22914
22915         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
22916
22917 2000-11-06  Paul Eggert  <eggert@twinsun.com>
22918
22919         * lib/getusershell.c (setusershell): Use rewind rather than
22920         fseek/fseeko, to avoid configuration hassles with fseeko.
22921         Don't bother opening SHELLS_FILE if shellstream is NULL;
22922         it's not necessary.
22923
22924 2000-11-05  Jim Meyering  <meyering@lucent.com>
22925
22926         * lib/makepath.h (make_dir): Declare.
22927         * lib/makepath.c (make_dir): Remove `static' attribute.
22928         Tweak a comment.
22929
22930 2000-11-04  Jim Meyering  <meyering@lucent.com>
22931
22932         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
22933
22934 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
22935
22936         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
22937         last one in a bucket, advance to the next bucket.
22938
22939 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
22940
22941         * lib/fnmatch.c: Do not comment out all the code if we are using
22942         the GNU C library, because in some cases we are replacing buggy
22943         code in the GNU C library itself.
22944
22945 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
22946
22947         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
22948         (regex_compile): Catch bogus \(\1\).
22949
22950 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22951
22952         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
22953         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
22954         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
22955
22956 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22957
22958         * lib/error.h, getline.h, modechange.h:
22959         Remove "2000" from Copyright line, as the file hasn't been
22960         changed this year other than in the copyright notice.
22961
22962         * lib/xalloc.h: Add "2000" to Copyright line, as this file
22963         was changed this year.
22964
22965 2000-10-29  Jim Meyering  <meyering@lucent.com>
22966
22967         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
22968         renaming.
22969         * m4/ls-mntd-fs.m4: Likewise
22970
22971 2000-10-29  Jim Meyering  <meyering@lucent.com>
22972
22973         * lib/xstat.in: Fix grammar in comment.
22974
22975 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
22976
22977         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
22978         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
22979         doesn't define __restrict_arr.
22980
22981 2000-10-28  Jim Meyering  <meyering@lucent.com>
22982
22983         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
22984         (jm_PREREQ_MEMCHR): New function.
22985
22986 2000-10-28  Jim Meyering  <meyering@lucent.com>
22987
22988         * lib/memchr.c: Update from libc.
22989         Adjust for portability:
22990         [HAVE_STDLIB_H]: Include stdlib.h.
22991         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
22992         Undef __memchr, too.
22993         [!weak_alias]: Define __memchr to memchr.
22994
22995         * lib/regex.c: Update from libc.
22996         * lib/regex.h: Likewise.
22997         * lib/getopt1.c: Likewise.
22998         * lib/memcmp.c: Likewise.
22999
23000         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
23001         Avoid using fseek, when possible -- it's broken by design.
23002         Patch by Ulrich Drepper.
23003
23004 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
23005
23006         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
23007         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
23008         Giving in to popular pressure to shut up the compiler with casts.
23009
23010 2000-10-26  Jim Meyering  <meyering@lucent.com>
23011
23012         * lib/strftime.c: Update from libc.
23013
23014 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
23015
23016         * regex.c: More `unsigned char' -> `re_char' changes.
23017         Also change several `int' into `re_wchar_t'.
23018         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
23019         (PUSH_FAILURE_POINTER): Don't cast any more.
23020         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
23021         We want GCC to complain, since this piece of code makes
23022         re_match non-reentrant, which *should* be fixed.
23023         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
23024         (EXTEND_BUFFER): Use RETALLOC.
23025         (SET_LIST_BIT): Don't cast.
23026         (re_wchar_t): New type.
23027         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
23028         that those two functions will always properly return.
23029         (IMMEDIATE_QUIT_CHECK): Cast to void.
23030         (analyse_first): Use recursion rather than an explicit stack.
23031         (re_compile_fastmap): Can't fail anymore.
23032         (re_search_2): Don't check re_compile_fastmap for failure.
23033         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
23034         Now also sets the new value (passed in a new argument).
23035         (re_match_2_internal): Use it.
23036         Also, use a new var `reg' of type size_t when looping through regs
23037         rather than reuse the inappropriate `mcnt'.
23038
23039 2000-10-25  Jim Meyering  <meyering@lucent.com>
23040
23041         * lib/obstack.c: Update from libc.
23042
23043 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
23044
23045         * regex.c (regex_compile): Change the way of handling a range from
23046         a char less than 256 to a char not less than 256.
23047
23048 2000-10-24  Andrew Innes  <andrewi@gnu.org>
23049
23050         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
23051         NT-Emacs only.
23052         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
23053         so that re_search functions only quit when callers expect them to.
23054
23055 2000-10-23  Jim Meyering  <meyering@lucent.com>
23056
23057         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
23058         wrong.  That set_locale call must not have any side effects.
23059         From Paul Eggert.
23060
23061 2000-10-22  Jim Meyering  <meyering@lucent.com>
23062
23063         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
23064         [CYCLIC]: Remove now-unused definition.
23065
23066         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
23067         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
23068         Suggestion from Ulrich Drepper.
23069
23070 2000-10-21  Jim Meyering  <meyering@lucent.com>
23071
23072         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
23073         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
23074         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
23075
23076 2000-10-21  Jim Meyering  <meyering@lucent.com>
23077
23078         * lib/dirname.c (memrchr): Declare if necessary.
23079         (dir_name): Remove the restriction that there be no
23080         trailing slashes.  Now, this code skips past them, effectively
23081         ignoring them.
23082         [TEST_DIRNAME] (main): New unit tests.
23083
23084         * lib/memrchr.c: New file from GNU libc.
23085         Undef __memrchr, too.
23086         [!weak_alias]: Define __memrchr to memrchr.
23087         Guard weak_alias use with `#ifdef weak_alias'.
23088
23089 2000-10-21  Jim Meyering  <meyering@lucent.com>
23090
23091         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
23092         (dir_name): Use dir_name_r.
23093         * lib/dirname.h (dir_name_r): Declare it.
23094
23095 2000-10-17  Jim Meyering  <meyering@lucent.com>
23096
23097         * lib/quote.h (PARAMS): Define and use.
23098         Reported by Akim Demaille.
23099
23100         * lib/getopt.c: Update from libc.
23101
23102 2000-10-16  Jim Meyering  <meyering@lucent.com>
23103
23104         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
23105         setlocale.
23106         From Jan Fedak.
23107
23108 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
23109
23110         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
23111
23112 2000-09-25  Jim Meyering  <meyering@lucent.com>
23113
23114         * lib/md5.h (rol): Define (from GnuPG).
23115
23116         * lib/sha.c: Give credit (GnuPG) where due.
23117         (M): Use rol rather than open-coding it.
23118         Add a FIXME comment.
23119
23120 2000-09-21  Jim Meyering  <meyering@lucent.com>
23121
23122         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
23123         Reported by Michael Stone.
23124
23125 2000-09-20  Jim Meyering  <meyering@lucent.com>
23126
23127         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
23128         (noinst_HEADERS): Add sha.h.
23129         Based on code from Scott G. Miller and from GnuPG.
23130
23131 2000-09-18  Jim Meyering  <meyering@lucent.com>
23132
23133         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
23134         LIBS. Otherwise, everyone ends up linking with -lelf for some
23135         configurations.
23136         Reported by Mike Stone.
23137
23138 2000-09-15  Jim Meyering  <meyering@lucent.com>
23139
23140         * lib/regex.c: Update from libc.
23141
23142 2000-09-10  Jim Meyering  <meyering@lucent.com>
23143
23144         * lib/getopt.c (_getopt_internal): Update from glibc.
23145
23146 2000-09-09  Jim Meyering  <meyering@lucent.com>
23147
23148         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
23149         think it should be used as a general replacement for isascii.
23150         * lib/fnmatch.c: Likewise.
23151         * lib/mbswidth.c: Likewise
23152         * lib/regex.c: Likewise.
23153
23154         Don't use atoi.
23155         * lib/userspec.c: Include sys/param.h and limits.h.
23156         Include xstrtol.h.
23157         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23158         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
23159         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
23160         UID, GID.  Check range.
23161
23162 2000-09-06  Jim Meyering  <meyering@lucent.com>
23163
23164         * lib/getopt.c (_getopt_internal): Update from glibc.
23165
23166 2000-08-30  Jim Meyering  <meyering@lucent.com>
23167
23168         * lib/strftime.c: Merge in changes from GNU libc.
23169
23170 2000-08-26  Jim Meyering  <meyering@lucent.com>
23171
23172         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
23173         * m4/fpending.m4: New file.
23174
23175 2000-08-26  Jim Meyering  <meyering@lucent.com>
23176
23177         * lib/closeout.c: Include "__fpending.h".
23178         (close_stdout_status): Return right away if there's nothing to flush.
23179
23180         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
23181         * lib/__fpending.c: New file.
23182         * lib/__fpending.h: New file.
23183
23184 2000-08-20  Jim Meyering  <meyering@lucent.com>
23185
23186         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
23187         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
23188         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
23189
23190 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
23191
23192         Improve fileutils installation on systems where running
23193         programs (like install) can't be unlinked.
23194         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
23195         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
23196
23197 2000-08-07  Paul Eggert  <eggert@twinsun.com>
23198
23199         Standardize on "memory exhausted" instead of "Memory exhausted"
23200         or "virtual memory exhausted".
23201         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
23202         "virtual memory exhausted".
23203         * lib/same.c (same_name): Invoke xalloc_die instead of printing
23204         our own message.
23205         * lib/userspec.c (parse_user_spec): Likewise.
23206         * lib/bumpalloc.h: comment fix
23207         * lib/same.c, userspec.c: Include xalloc.h.
23208
23209         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
23210         not char *const and pointing to a constant array.
23211         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
23212         (xrealloc): Comment fix.
23213
23214         * lib/userspec.c (parse_user_spec):
23215         Don't translate a message until just before returning,
23216         to avoid unnecessary translation.
23217
23218 2000-08-07  Jim Meyering  <meyering@lucent.com>
23219
23220         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
23221         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
23222         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
23223         getgroups.c, gethostname.c, getopt.h, group-member.c,
23224         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
23225         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
23226         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
23227         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
23228         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
23229         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
23230         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
23231         yesno.c: Back out Copyright date changes for each file with no change
23232         this year.  This eases coordination with other programs using the same
23233         source code modules.  From Paul Eggert.
23234
23235 2000-08-06  Paul Eggert  <eggert@twinsun.com>
23236
23237         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
23238         not char, for compatibility with glibc 2.1.3 strftime.c.
23239
23240 2000-08-03  Greg McGary  <greg@mcgary.org>
23241
23242         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
23243         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
23244         (EXTEND_BUFFER): Use them.
23245
23246 2000-08-01  Jim Meyering  <meyering@lucent.com>
23247
23248         * lib/dirname.c (ISSLASH): Define.
23249         (BACKSLASH_IS_PATH_SEPARATOR): Define.
23250         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
23251         both `\' and `/' may be use as path separators.
23252         Based on a patch from Prashant TR.
23253
23254 2000-07-31  Paul Eggert  <eggert@twinsun.com>
23255
23256         * lib/quotearg.c (quotearg_n_options): Don't make the initial
23257         slot vector a constant, since it might get modified.
23258
23259 2000-07-31  Jim Meyering  <meyering@lucent.com>
23260
23261         * lib/xmalloc.c: Use `virtual memory exhausted', not
23262         `Memory exhausted'.
23263         * lib/obstack.c (print_and_abort): Likewise.
23264
23265 2000-07-30  Paul Eggert  <eggert@twinsun.com>
23266
23267         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
23268         buffer, so that the caller can always quote one small
23269         component of a "memory exhausted" message in slot 0.
23270         From a suggestion by Jim Meyering.
23271
23272 2000-07-30  Jim Meyering  <meyering@lucent.com>
23273
23274         * lib/makepath.c (make_path): Quote the other instance, too.
23275
23276         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
23277         (STATIC_BUF_SIZE): Define.
23278         (quotearg_n_options): Use only statically allocated storage when
23279         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
23280         than STATIC_BUF_SIZE.
23281
23282 2000-07-29  Jim Meyering  <meyering@lucent.com>
23283
23284         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
23285         * lib/dirname.c (dir_name): Likewise.
23286
23287         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
23288         `/'.
23289
23290         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
23291         (dir_name): Assert that there are no trailing slashes.
23292
23293 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
23294
23295         * lib/mbswidth.h (mbswidth): Add a flags argument.
23296         (mbswidth): New declaration.
23297         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
23298         * lib/mbswidth.c (mbswidth): Add a flags argument.
23299         (mbsnwidth): New function.
23300
23301 2000-07-24  Jim Meyering  <meyering@lucent.com>
23302
23303         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
23304
23305 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23306
23307         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
23308
23309 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23310
23311         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
23312         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
23313         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
23314         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
23315         invoke multibyte primitives.
23316
23317 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23318
23319         * lib/quotearg.c:
23320         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
23321         so that mbstate_t is always defined.
23322
23323         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
23324         be 1 in at least one GCC installation, and this configuration
23325         error is likely to be common.  Ignoring MB_LEN_MAX hurts
23326         performance on hosts that have mbrtowc but have only unibyte
23327         locales, but I assume these hosts are rare.
23328
23329 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23330
23331         * lib/mbswidth.c (_XOPEN_SOURCE):
23332         Don't define; this causes problems on Solaris 7.
23333         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
23334
23335 2000-07-23  Jim Meyering  <meyering@lucent.com>
23336
23337         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
23338         too: getgrgid, getpwuid, getuid.
23339
23340 2000-07-23  Jim Meyering  <meyering@lucent.com>
23341
23342         * lib/basename.c (base_name): Add an assertion.
23343
23344 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
23345
23346         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
23347         shadow its mbsinit function.
23348
23349 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23350
23351         * lib/mbswidth.h: New file.
23352         * lib/mbswidth.c: New file.
23353         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
23354         (noinst_HEADERS): Add mbswidth.h.
23355
23356 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23357
23358         * lib/config.charset: Add support for FreeBSD. Improve support for
23359         HP-UX and IRIX 6.
23360
23361 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
23362
23363         * m4/mbswidth.m4: New file.
23364         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
23365
23366 2000-07-15  Jim Meyering  <meyering@lucent.com>
23367
23368         * lib/makepath.c: Include quote.h.
23369         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
23370         corresponding argument in a `quote (...)' call.
23371         Give better diagnostics.
23372
23373         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
23374         (noinst_HEADERS): Add quote.h.
23375
23376         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
23377         from tar's src/misc.c.
23378         * lib/quote.h: New file.  Prototypes for same.
23379
23380 2000-07-14  Paul Eggert  <eggert@twinsun.com>
23381
23382         From a suggestion by Bruno Haible.
23383         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
23384         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
23385         to decide whether to define the BeOS workaround macro;
23386         this adjusts to the change to AC_MBSTATE_T.
23387
23388 2000-07-14  Jim Meyering  <meyering@lucent.com>
23389
23390         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
23391         jm_AC_TYPE_UINTMAX_T.
23392
23393 2000-07-13  Paul Eggert  <eggert@twinsun.com>
23394
23395         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
23396
23397         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
23398         quotearg_buffer_restyled): Add support for
23399         clocale_quoting_style.  Undo previous change to
23400         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
23401         and "{RIGHT QUOTATION MARK}" msgids.
23402
23403 2000-07-10  Paul Eggert  <eggert@twinsun.com>
23404
23405         From a suggestion by Bruno Haible.
23406         * m4/mbstate_t.m4 (AC_MBSTATE_T):
23407         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
23408         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
23409         and mbstate_t, to a single-part test that simply defines mbstate_t.
23410         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
23411         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
23412
23413 2000-07-10  Jim Meyering  <meyering@lucent.com>
23414
23415         * m4/strerror_r.m4: Mirror the correction made in autoconf.
23416
23417         * m4/gnu-source.m4: Output to confdefs.h directly.
23418         Suggestion from Akim Demaille.
23419
23420 2000-07-09  Paul Eggert  <eggert@twinsun.com>
23421
23422         The old behavior of quoting `like this' doesn't look good with
23423         newer, ISO-style fonts.  See:
23424         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
23425
23426         Instead, quote "like this" by default.  Let the translator
23427         tailor the locale-specific quoting behavior by providing
23428         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
23429
23430         * lib/quotearg.c (N_): New macro.
23431         (gettext_default): New function.
23432         (quotearg_buffer_restyled): Use
23433         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
23434         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
23435
23436 2000-07-09  Jim Meyering  <meyering@lucent.com>
23437
23438         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
23439         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
23440
23441         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
23442         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
23443
23444 2000-07-09  Jim Meyering  <meyering@lucent.com>
23445
23446         * lib/Most files: Update copyright dates to include 2000.
23447
23448 2000-07-08  Jim Meyering  <meyering@lucent.com>
23449
23450         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
23451         if not defined.
23452         (xgethostname): Remove now-unnecessary #ifdef.
23453         Move declaration of `err' into loop where it's used.
23454
23455 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23456         and Bruno Haible  <haible@clisp.cons.org>
23457
23458         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
23459         only if the test for an object-type mbstate_t fails.  This
23460         prevents us from mistakenly reporting that mbstate_t is a
23461         system object type after we "#define mbstate_t int" to work
23462         around its lack.
23463
23464 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23465         and Bruno Haible  <haible@clisp.cons.org>
23466
23467         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
23468
23469 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23470
23471         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
23472         to strerror_r.
23473         Include <ctype.h> for use of isalpha.
23474
23475 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23476
23477         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
23478         by allocating a larger buffer. Test the gethostname return value for
23479         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
23480         returns an error and ENAMETOOLONG isn't defined.
23481
23482 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23483
23484         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
23485         dimension.
23486
23487 2000-07-04  Jim Meyering  <meyering@lucent.com>
23488
23489         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
23490         of the deprecated AC_CHECKING.
23491
23492 2000-07-04  Jim Meyering  <meyering@lucent.com>
23493
23494         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
23495         Reported by Bruno Haible.
23496
23497 2000-07-04  Jim Meyering  <meyering@lucent.com>
23498
23499         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
23500         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
23501         lacks mbrtowc.
23502
23503 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23504
23505         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
23506         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
23507
23508 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23509         and Bruno Haible  <haible@clisp.cons.org>
23510
23511         * lib/quotearg.c (mbrtowc):
23512         Assign to *pwc, and return 1 only if result is nonzero.
23513         (iswprint): Use ISPRINT when substituting our own mbrtowc.
23514
23515 2000-07-03  Jim Meyering  <meyering@lucent.com>
23516
23517         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
23518
23519 2000-07-03  Jim Meyering  <meyering@lucent.com>
23520
23521         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
23522         This is necessary to get a definition of e.g., UTMP_FILE on
23523         HP-UX 10.20.
23524         From Bob Proulx.
23525
23526 2000-07-02  Jim Meyering  <meyering@lucent.com>
23527
23528         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
23529
23530         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
23531         AC_LIBOBJ(function_name).
23532         * m4/chown.m4: Likewise.
23533         * m4/fnmatch.m4: Likewise.
23534         * m4/ftruncate.m4: Likewise.
23535         * m4/getgroups.m4: Likewise.
23536         * m4/getline.m4: Likewise.
23537         * m4/group-member.m4: Likewise.
23538         * m4/jm-macros.m4: Likewise.
23539         * m4/lstat.m4: Likewise.
23540         * m4/malloc.m4: Likewise.
23541         * m4/memcmp.m4: Likewise.
23542         * m4/nanosleep.m4: Likewise.
23543         * m4/putenv.m4: Likewise.
23544         * m4/realloc.m4: Likewise.
23545         * m4/regex.m4: Likewise.
23546         * m4/stat.m4: Likewise.
23547         * m4/strftime.m4: Likewise.
23548
23549 2000-07-02  Jim Meyering  <meyering@lucent.com>
23550
23551         * lib/quotearg.c (mbstate_t): Don't define here.
23552
23553 2000-07-02  Jim Meyering  <meyering@lucent.com>
23554
23555         * lib/nanosleep.c (SIGCONT): Define if not already defined.
23556
23557 2000-07-01  Jim Meyering  <meyering@lucent.com>
23558
23559         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
23560
23561 2000-07-01  Jim Meyering  <meyering@lucent.com>
23562
23563         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
23564         problem.
23565
23566 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23567
23568         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
23569         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
23570
23571 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23572
23573         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
23574         per change in ../m4/ls-mntd-fs.m4.
23575         (read_filesystem_list): Ignore symbolic links.
23576
23577 2000-06-29  Jim Meyering  <meyering@lucent.com>
23578
23579         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
23580         for declaration of strcmp.
23581
23582         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
23583
23584         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
23585         Avoid warning by casting result to `char *' to remove `const'.
23586
23587 2000-06-28  Jim Meyering  <meyering@lucent.com>
23588
23589         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
23590         included by quotearg.c, for which we perform this test.  From
23591         Bruno Haible.
23592
23593 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23594
23595         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
23596         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
23597         <utmpx.h> exists, put readutmp.o into LIBOBJS.
23598
23599 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23600
23601         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
23602
23603 2000-06-26  Paul Eggert  <eggert@twinsun.com>
23604
23605         savedir now sets errno on failure and invokes xmalloc to get memory.
23606         Fix a couple of other minor bugs while we're at it.
23607
23608         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
23609         (NAMLEN): Remove macro.
23610         (malloc, realloc): Remove decls.
23611         (stpcpy): Likewise.
23612         ("xalloc.h"): Include.
23613         (NAME_SIZE_DEFAULT): New macro.
23614         (savedir): Use xmalloc / xrealloc to allocate memory.
23615         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
23616         Skip "" directory entries.
23617         Use strlen to calculate directory entry length, since the old method
23618         is rarely used these days and isn't worth supporting.
23619         Don't use a pointer after freeing it.
23620         Check for integer overflow when calculating allocation size.
23621         Use memcpy to copy entries, instead of stpcpy.
23622         Set errno properly when returning NULL.
23623         Check for readdir error.
23624
23625 2000-06-26  Jim Meyering  <meyering@lucent.com>
23626
23627         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
23628
23629 2000-06-25  Jim Meyering  <meyering@lucent.com>
23630
23631         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
23632         Linux header bug when _XOPEN_SOURCE is defined to 500.
23633
23634 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23635
23636         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
23637         deficiency.
23638
23639 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23640
23641         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
23642         Include xalloc.h.
23643         Don't include <stdlib.h>.  Don't declare malloc, realloc.
23644
23645 2000-06-24  Jim Meyering  <meyering@lucent.com>
23646
23647         * m4/strerror_r.m4: Revive this file -- to try out an experimental
23648         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
23649         for which strerror does return char*, but which lacks a conveniently
23650         accessible declaration of the function.  If the compile-test says
23651         strerror_r doesn't work, then resort to a `run'-test that works on
23652         BeOS and segfaults on DEC Unix.
23653
23654 2000-06-24  Jim Meyering  <meyering@lucent.com>
23655
23656         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
23657
23658 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23659
23660         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
23661         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
23662
23663 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23664
23665         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
23666         (mbrtowc, mbstate_t): Define substitutes if
23667         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
23668         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
23669         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
23670
23671 2000-06-23  Jim Meyering  <meyering@lucent.com>
23672
23673         * m4/afs.m4: Add missing AC_MSG_RESULT.
23674         Reported by Bruno Haible.
23675
23676         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
23677         Suggestion from Bruno Haible.
23678
23679 2000-06-23  Jim Meyering  <meyering@lucent.com>
23680
23681         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
23682
23683 2000-06-21  Jim Meyering  <meyering@lucent.com>
23684
23685         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
23686
23687 2000-06-21  Jim Meyering  <meyering@lucent.com>
23688
23689         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
23690         (noinst_HEADERS): Add getstr.h.
23691
23692         * lib/getline.c (getstr): Move into a separate file.
23693         * lib/getstr.c (getstr): New file, extracted from getline.c, with
23694         the following changes: new parameter, delim2; both delim[12]
23695         parameters have type `int', not `char'.  The latter would lose
23696         with 8-bit delimiters.
23697         * lib/getstr.h: New file.
23698
23699 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23700
23701         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
23702         than 1024, return a memory chunk of least possible size, instead
23703         of size PATH_MAX + 2. In the loop, increment the size proportionally.
23704         Use free/xmalloc instead of xrealloc to avoid copying for very long
23705         paths.
23706
23707 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23708
23709         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
23710         the empty string.
23711
23712 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23713
23714         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
23715         address, not strdup.  Include <stdlib.h> and don't declare free().
23716
23717 2000-06-19  Jim Meyering  <meyering@lucent.com>
23718
23719         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
23720
23721 2000-06-18  Jim Meyering  <meyering@lucent.com>
23722
23723         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
23724
23725         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
23726         `checking whether...' message to be consistent with that of the
23727         lstat test.
23728
23729 2000-06-18  Jim Meyering  <meyering@lucent.com>
23730
23731         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
23732         Besides, these days every porting target provides a mkdir function.
23733
23734         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
23735         needed. (this snippet comes from src/system.h).
23736
23737 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
23738
23739         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
23740
23741 2000-06-15  Paul Eggert  <eggert@twinsun.com>
23742
23743         * lib/human.c (adjust_value): New function.
23744         (human_readable_inexact): Apply rounding style even when
23745         printing approximate values.
23746
23747 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23748
23749         * lib/human.c (human_readable_inexact): Allow an input block
23750         size that is not a multiple of the output block size, and vice versa.
23751         Reported by Piergiorgio Sartor.
23752
23753 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23754
23755         * lib/getdate.y (get_date): Apply relative times after time
23756         zone indicator, not before.  Reported by Todd A. Jacobs.
23757
23758 2000-06-13  Jim Meyering  <meyering@lucent.com>
23759
23760         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
23761
23762         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
23763
23764 2000-06-12  Paul Eggert  <eggert@twinsun.com>
23765
23766         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
23767
23768 2000-06-12  Jim Meyering  <meyering@lucent.com>
23769
23770         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
23771         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
23772         optional argument.
23773         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
23774         the optional argument, `lib'.
23775
23776 2000-06-08  Jim Meyering  <meyering@lucent.com>
23777
23778         * m4/largefile.m4: Remove file (now that it's part of autoconf).
23779
23780 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23781
23782         Rewrite largefile configuration so that we don't need to run
23783         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
23784         AC_CANONICAL_HOST in configure.in -- jmm]
23785
23786         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
23787         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
23788         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
23789         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
23790         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
23791         All uses changed.
23792         Instead of inspecting the output of getconf, try to compile the
23793         test program without and with the macro definition.
23794         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
23795         for getconf.  Instead, check for the needed flags by compiling
23796         test programs.
23797
23798 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23799
23800         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
23801
23802 2000-06-04  Jim Meyering  <meyering@lucent.com>
23803
23804         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
23805         SunOS 4.1.4 for which gid_t is an unsigned type.
23806
23807 2000-06-03  Jim Meyering  <meyering@lucent.com>
23808
23809         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
23810         now that autoconf requires that.
23811
23812         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
23813         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
23814         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
23815
23816 2000-06-03  Jim Meyering  <meyering@lucent.com>
23817
23818         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
23819
23820 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23821
23822         * m4/glibc21.m4: New file.
23823         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
23824
23825 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23826
23827         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
23828         newer, don't install charset.alias.
23829         * lib/config.charset: Change the Linux/glibc rules so they become empty
23830         on glibc-2.1 or newer.
23831
23832 2000-06-02  Jim Meyering  <meyering@lucent.com>
23833
23834         * lib/mountlist.c: Back out last change.  Instead, do this...
23835         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
23836         me_dummy member using the same `ignore'-testing code.
23837         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
23838         fs_type strings.
23839         From Mark D. Roth.
23840
23841 2000-05-29  Jim Meyering  <meyering@lucent.com>
23842
23843         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
23844         mounts with the `ignore' attribute.  Based on a patch from
23845         Mark D. Roth.
23846
23847 2000-05-28  Jim Meyering  <meyering@lucent.com>
23848
23849         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
23850         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23851         * m4/stat.m4: Likewise.
23852         * m4/lstat.m4: Likewise.
23853         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
23854
23855         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
23856         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
23857
23858 2000-05-26  Jim Meyering  <meyering@lucent.com>
23859
23860         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
23861
23862 2000-05-24  Jim Meyering  <meyering@lucent.com>
23863
23864         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
23865         autoconf requires that.
23866         * m4/lib-check.m4: Likewise.
23867         * m4/jm-macros.m4: Likewise.
23868         * m4/strftime.m4: Likewise.
23869
23870         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
23871         AC_CHECK_DECLS, now that autoconf requires that.
23872
23873 2000-05-22  Jim Meyering  <meyering@lucent.com>
23874
23875         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23876         * m4/lstat.m4: Likewise.
23877
23878 2000-05-22  Jim Meyering  <meyering@lucent.com>
23879
23880         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
23881
23882 2000-05-20  Jim Meyering  <meyering@lucent.com>
23883
23884         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
23885         (jm_PREREQ): Use it.
23886
23887 2000-05-18  Jim Meyering  <meyering@lucent.com>
23888
23889         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
23890         back, too, since it may have been modified by allocate_entry.
23891         (hash_delete): Rewrite to use neither the assignment operator
23892         nor the comma operator in an if-expression.
23893
23894 2000-05-15  Paul Eggert  <eggert@twinsun.com>
23895
23896         * lib/closeout.c:
23897         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
23898         Remove; no longer needed.
23899         "quotearg.h": Add include.
23900         (file_name): Do not bother to explicitly initialize to NULL; it's less
23901         efficient on some hosts.
23902         (close_stdout_status): Remove test as to whether stdout was already
23903         closed; it breaks for the case "echo x | sort >&-".
23904         Quote file name colons.
23905         Do not assume that _("write error") lacks format strings.
23906
23907 2000-05-15  Jim Meyering  <meyering@lucent.com>
23908
23909         * lib/version-etc.c (version_etc_copyright): Update the copyright
23910         string used in all --version output.
23911
23912 2000-05-14  Jim Meyering  <meyering@lucent.com>
23913
23914         * lib/closeout.c (close_stdout_set_file_name): New function.
23915         (close_stdout_status): Use new file-scoped global.
23916         Return right away if fstat says the stdout file descriptor is invalid.
23917         * lib/closeout.h (close_stdout_set_file_name): Declare.
23918
23919 2000-05-10  Jim Meyering  <meyering@lucent.com>
23920
23921         * lib/closeout.c [default_exit_status]: New file-scoped variable.
23922         (close_stdout_set_status): New function.
23923         * lib/closeout.h (close_stdout_set_status): Declare.
23924
23925 2000-05-09  Jim Meyering  <meyering@lucent.com>
23926
23927         * m4/gettext.m4: Rename this...
23928         * m4/libintl.m4: ...to this.
23929
23930 2000-05-08  Jim Meyering  <meyering@lucent.com>
23931
23932         * lib/long-options.c: Don't include closeout.h.
23933         (parse_long_options): Don't call close_stdout for --version.
23934
23935 2000-05-06  Paul Eggert  <eggert@twinsun.com>
23936
23937         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
23938         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
23939         2.1.3 bug.  This avoids a clash when files like regex.c define
23940         _GNU_SOURCE.
23941
23942 2000-05-06  Jim Meyering  <meyering@lucent.com>
23943
23944         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
23945         (AC_REPLACE_FUNCS): Add strnlen.
23946
23947         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
23948         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
23949
23950         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
23951         AC_SEARCH_LIBS call for nanosleep.
23952         (LIB_NANOSLEEP): Set and AC_SUBST.
23953
23954 2000-05-06  Jim Meyering  <meyering@lucent.com>
23955
23956         * lib/strnlen.c: Undefine __strnlen and strnlen.
23957         [!weak_alias]: Define __strnlen to strnlen.
23958
23959         * lib/atexit.c: New file, from libiberty.
23960
23961 2000-05-06  Jim Meyering  <meyering@lucent.com>
23962
23963         * lib/closeout.c (close_stdout_status): Also check for errors on the
23964         stderr stream.
23965
23966 2000-05-05  Jim Meyering  <meyering@lucent.com>
23967
23968         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
23969         AC_SEARCH_LIBS call for clock_gettime.
23970         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
23971
23972         * m4/search-libs.m4: Update from autoconf.
23973
23974         su doesn't work on Solaris 2.6.
23975         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
23976         <shadow.h>.  Reported by Dragos Harabor.
23977
23978 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
23979
23980         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
23981         memcpy instead of xmalloc, xrealloc, path_concat.
23982         (locale_charset): Treat empty environment variables as absent.
23983         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
23984
23985 2000-05-04  Jim Meyering  <meyering@lucent.com>
23986
23987         * lib/getopt.c: Update from glibc.
23988         * lib/obstack.c: Likewise.
23989         * lib/obstack.h: Likewise.
23990         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
23991         file
23992
23993         * lib/regex.h: Likewise.
23994         * lib/strndup.c: Likewise.
23995         * lib/strnlen.c: New file, from glibc.
23996
23997 2000-05-03  Jim Meyering  <meyering@lucent.com>
23998
23999         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
24000
24001 2000-05-02  Paul Eggert  <eggert@twinsun.com>
24002
24003         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
24004         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
24005         compile-time test, rather than inspecting host and OS, to
24006         decide whether to define _LARGEFILE_SOURCE.
24007
24008 2000-05-01  Jim Meyering  <meyering@lucent.com>
24009
24010         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
24011
24012         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
24013         Based on a patch from Bruno Haible.
24014
24015 2000-05-01  Jim Meyering  <meyering@lucent.com>
24016
24017         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
24018
24019 2000-04-29  Jim Meyering  <meyering@lucent.com>
24020
24021         * lib/path-concat.c: Declare strdup only if it's not defined.
24022         * lib/canon-host.c: Likewise.
24023
24024 2000-04-28  Jim Meyering  <meyering@lucent.com>
24025
24026         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
24027         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
24028         is included first, then limits.h is included by locale.h by libintl.h.
24029         From John David Anglin.
24030
24031 2000-04-25  Jim Meyering  <meyering@lucent.com>
24032
24033         * lib/makepath.c (S_IRWXUGO): Define.
24034         (make_path): Always perform explicit chmod if MODE specifies any
24035         of the `special' permission bits.  Prompted by a bug report against
24036         install from Mate Wierdl and Joost van Baal.
24037
24038 2000-04-18  Jim Meyering  <meyering@lucent.com>
24039
24040         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
24041         (jm_PREREQ): Use it.
24042
24043 2000-04-18  Jim Meyering  <meyering@lucent.com>
24044
24045         * lib/README: New file.
24046
24047         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
24048         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
24049
24050 2000-04-17  Jim Meyering  <meyering@lucent.com>
24051
24052         Get it right :-)
24053         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
24054         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
24055         Suggestion from Akim Demaille.
24056
24057 2000-04-17  Jim Meyering  <meyering@lucent.com>
24058
24059         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
24060         the definition of it to rpl_strftime also defined-away the system's
24061         declaration.
24062
24063 2000-04-15  Jim Meyering  <meyering@lucent.com>
24064
24065         Use `C' to denote so-called `contiguous' files, the same way
24066         that tar does.
24067         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
24068         (ftypelet): Use S_ISCTG.
24069         From Michael Deutschmann.
24070
24071 2000-04-14  Jim Meyering  <meyering@lucent.com>
24072
24073         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
24074         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
24075         clobbered.
24076
24077 2000-04-14  Jim Meyering  <meyering@lucent.com>
24078
24079         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
24080
24081 2000-04-13  Jim Meyering  <meyering@lucent.com>
24082
24083         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
24084         AH_VERBATIM to insert required #ifndef into config.h.in.
24085         Suggestion from Akim Demaille.
24086
24087 2000-04-12  Jim Meyering  <meyering@lucent.com>
24088
24089         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
24090         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
24091         Christian Krackowizer.
24092
24093         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
24094         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
24095         (AC_SYS_LARGEFILE): Require.
24096         (AM_C_PROTOTYPES): Require.
24097
24098 2000-04-08  Jim Meyering  <meyering@lucent.com>
24099
24100         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
24101         names don't conflict.  Reported by Eli Zaretskii.
24102
24103 2000-04-07  Jim Meyering  <meyering@lucent.com>
24104
24105         * lib/putenv.c: Move inclusion of errno.h so it follows that of
24106         sys/types.h, to work around system header problems on AIX 3.2.5.
24107         From Bruno Haible.
24108
24109 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
24110
24111         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
24112         bug.  Deal with the different error behavior of Irix iconv.
24113
24114 2000-04-05  Paul Eggert  <eggert@twinsun.com>
24115
24116         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
24117         IRIX if the installer said otherwise.
24118
24119 2000-04-05  Jim Meyering  <meyering@lucent.com>
24120
24121         Portability tweaks required for ultrix4.3.
24122         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
24123         (jm_CHECK_DECLS): Add getutent to the list of functions.
24124         (_jm_DECL_HEADERS): Add utmpx.h.
24125         From John David Anglin.
24126
24127         * m4/strftime.m4: Back out the 2000-04-02 change.
24128         Instead of that change, simply undefine putenv in the test program.
24129
24130 2000-04-05  Jim Meyering  <meyering@lucent.com>
24131
24132         Portability tweaks required for ultrix4.3.
24133         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
24134         getutent.
24135         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
24136         * lib/canon-host.c: Declare strdup.
24137         * lib/path-concat.c: Likewise.
24138         From John David Anglin.
24139
24140 2000-04-04  Jim Meyering  <meyering@lucent.com>
24141
24142         Be more DOS 8.3-friendly.
24143         * lib/ref-add.sin: Renamed from ref-add.sed.in.
24144         * lib/ref-del.sin: Renamed from ref-del.sed.in.
24145         * lib/Makefile.am: Reflect renaming.
24146         Reported by Eli Zaretskii.
24147
24148         Use a temporary file name that won't clash with `charset.alias'
24149         in the DOS 8.3 name space.
24150         * lib/Makefile.am (charset_tmp): Define.
24151         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
24152         (uninstall-local): Likewise.
24153         Reported by Eli Zaretskii.
24154
24155 2000-04-03  Jim Meyering  <meyering@lucent.com>
24156
24157         * m4/gettext.m4: Fix typo in comment.
24158
24159         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
24160         textutils/configure.in).  Suggestion from Paul Eggert.
24161         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
24162
24163 2000-04-02  Paul Eggert  <eggert@twinsun.com>
24164
24165         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
24166         variable in the shell rather than using putenv, which isn't
24167         portable.  This avoids the configure-time inter-test dependency
24168         on the potentially-renamed putenv function.
24169
24170 2000-03-30  Paul Eggert  <eggert@twinsun.com>
24171
24172         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
24173         before checking struct stat.st_blksize, so that
24174         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
24175
24176 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24177
24178         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
24179         since strftime.c uses HAVE_STRFTIME to decide whether to use
24180         the underlying strftime.
24181
24182 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24183
24184         * lib/time/strftime.c (my_strftime): Make sure we call the system
24185         strftime, not ourselves, when invoking the underlying strftime.
24186
24187 2000-03-24  Jim Meyering  <meyering@lucent.com>
24188
24189         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
24190         (charset_alias): Define.
24191         (install-exec-local): Factor out common code.
24192         (uninstall-local): Split lines longer than 80.
24193         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
24194         (SUFFIXES): Define.
24195         (.sed.in.sed): New rule.  Don't redirect directly to $@.
24196         (CLEANFILES): Add ref-add.sed and ref-del.sed.
24197
24198 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
24199
24200         * lib/config.charset: Output a line containing "Packages using this
24201         file".
24202         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
24203         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
24204         ref-del.sed): New rules.
24205
24206 2000-03-17  Jim Meyering  <meyering@lucent.com>
24207
24208         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
24209         Otherwise, include <strings.h>
24210
24211 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
24212
24213         * lib/unicodeio.c (utf8_wctomb): New function.
24214         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
24215         format instead of in UCS-4 with platform dependent endianness.
24216
24217 2000-03-10  Jim Meyering  <meyering@lucent.com>
24218
24219         * m4/lib-check.m4: Look for getspnam in -lgen, too.
24220         From Marco Franzen.
24221
24222 2000-03-07  Paul Eggert  <eggert@twinsun.com>
24223
24224         * lib/savedir.c (savedir): Work even if directory size is
24225         negative; this can happen with some screwy NFS configurations.
24226
24227 2000-03-06  Jim Meyering  <meyering@lucent.com>
24228
24229         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
24230         if it's NULL (because we ran out of memory).  From Bruno Haible.
24231
24232 2000-03-05  Jim Meyering  <meyering@lucent.com>
24233
24234         * lib/localcharset.c ("path-concat.h"): Include.
24235         (get_charset_aliases): Use path_concat instead of ANSI string
24236         concatenation.
24237
24238         * lib/unicodeio.h (PARAMS): Define.
24239         Use it to guard prototype.
24240
24241 2000-03-04  Jim Meyering  <meyering@lucent.com>
24242
24243         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
24244         for lib/localcharset.c.
24245
24246 2000-03-04  Jim Meyering  <meyering@lucent.com>
24247
24248         * lib/Makefile.am (install-exec-local): Create $(libdir) before
24249         installing into it.
24250         (uninstall-local): Uncomment this rule so `make distcheck' works
24251         once again.
24252
24253         * lib/unicodeio.c (<errno.h>): Include it.
24254         (errno): Declare if not defined.
24255
24256         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
24257
24258         * lib/config.charset: New version, incorporating remarks from a linux
24259         i18n mailing list.  From Bruno Haible.
24260
24261 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
24262
24263         * m4/codeset.m4: New file.
24264         * m4/iconv.m4: New file.
24265         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
24266
24267 2000-03-03  Jim Meyering  <meyering@lucent.com>
24268
24269         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
24270
24271 2000-03-02  Jim Meyering  <meyering@lucent.com>
24272
24273         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
24274         the messages come out on separate lines.
24275
24276         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
24277         rather than jm_CHECK_DECLARATIONS.
24278         * m4/decl.m4: Remove now-unused file.
24279
24280         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
24281         geteuid.
24282
24283 2000-03-02  Jim Meyering  <meyering@lucent.com>
24284
24285         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
24286
24287 2000-03-01  Jim Meyering  <meyering@lucent.com>
24288
24289         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
24290         * lib/unicodeio.c: Likewise.
24291
24292 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
24293
24294         * lib/config.charset: New file.
24295         * lib/localcharset.c: New file.
24296         * lib/unicodeio.h, lib/unicodeio.c: New files.
24297         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
24298         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
24299         (noinst_HEADERS): Add unicodeio.h.
24300         (all-local, install-exec-local, charset.alias): New targets.
24301
24302 2000-02-28  Paul Eggert  <eggert@twinsun.com>
24303
24304         * lib/quotearg.c (ALERT_CHAR): New macro.
24305         (quotearg_buffer_restyled): Use it.
24306
24307 2000-02-27  Jim Meyering  <meyering@lucent.com>
24308
24309         * m4/check-decl.m4: Add getenv to the list.
24310
24311 2000-02-27  Jim Meyering  <meyering@lucent.com>
24312
24313         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
24314         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
24315
24316         * lib/backupfile.c: Guard inclusion of stdlib.h with
24317         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
24318         Declare malloc if needed.
24319
24320         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
24321         `#ifndef HAVE_DECL..'
24322         now that autoconf always defines the HAVE_DECL_ symbols.
24323         * lib/human.c: Likewise.
24324         * lib/same.c: Likewise.
24325         * lib/strtoumax.c: Likewise.
24326
24327         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
24328         declaration check was not run.
24329         * lib/hash.c: Likewise.
24330         * lib/human.c: Likewise.
24331         * lib/same.c: Likewise.
24332         * lib/strtoumax.c: Likewise.
24333
24334         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
24335         `.', then first look up the entire `.'-containing string as a login
24336         name.
24337
24338 2000-02-23  Jim Meyering  <meyering@lucent.com>
24339
24340         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
24341         in place of my hack.
24342
24343 2000-02-18  Paul Eggert  <eggert@twinsun.com>
24344
24345         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
24346         (textint): New typedef.
24347         (parser_control): Member year changed from int to textint.
24348         All uses changed.
24349         (YYSTYPE): Removed; replaced by %union with int and textint members.
24350         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
24351         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
24352         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
24353         (tSNUMBER, tUNUMBER): Now of type <textintval>.
24354         (date, number, to_year): Use width of number in digits, not its value,
24355         to determine whether it's a 2-digit year, or a 2-digit time.
24356         (yylex): Store number of digits of numeric tokens.
24357         Reported by John Kendall.
24358
24359         (parser_control): Changed from struct parser_control to typedef (for
24360         consistency).  All uses changed.
24361
24362         (tID): Removed; not used.
24363         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
24364
24365 2000-02-14  Paul Eggert  <eggert@twinsun.com>
24366
24367         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
24368         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
24369
24370 2000-02-12  Jim Meyering  <meyering@lucent.com>
24371
24372         * lib/userspec.c (ISDIGIT): Define it.
24373         (isdigit): Remove definition.
24374         (is_number): Use ISDIGIT, not isdigit.
24375         <libintl.h>: Include.
24376         (_ and N_): Define.
24377         (parse_user_spec): Mark translatable strings.
24378
24379 2000-02-10  Jim Meyering  <meyering@lucent.com>
24380
24381         With these changes, nanosleep.[ch] are finally enough like the other
24382         lib/* replacement files to compile on a few more losing systems.
24383
24384         * lib/nanosleep.h: Don't include config.h.
24385         Remove prototype from declaration of nanosleep.
24386         (PARAMS): Remove now-unneeded definition.
24387         * lib/nanosleep.c: #undef nanosleep.
24388         (rpl_nanosleep): Rename from nanosleep.
24389
24390 2000-02-10  Jim Meyering  <meyering@lucent.com>
24391
24392         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
24393         gnu_nanosleep to rpl_nanosleep.
24394
24395 2000-02-09  Jim Meyering  <meyering@lucent.com>
24396
24397         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
24398         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
24399
24400 2000-02-08  Akim Demaille  <akim@epita.fr>
24401
24402         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
24403         `[' and `]' and remove uses of `changequote'.
24404         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
24405         (AC_SYS_LARGEFILE): Likewise.
24406         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
24407         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
24408         of changequote.
24409         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
24410         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
24411         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
24412         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
24413
24414 2000-02-05  Jim Meyering  <meyering@lucent.com>
24415
24416         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
24417         Remove explicit use of AC_HEADER_TIME.  It is required by
24418         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
24419         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
24420         in autoconf whereby the expansion of the latter ended up preceding
24421         the expansion of its prerequisite, AC_HEADER_TIME.
24422         Reported by Volker Borchert.
24423
24424 2000-02-03  Jim Meyering  <meyering@lucent.com>
24425
24426         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
24427
24428 2000-02-03  Jim Meyering  <meyering@lucent.com>
24429
24430         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
24431         rather than with `#if HAVE_UTMPNAME'.
24432
24433 2000-02-02  Jim Meyering  <meyering@lucent.com>
24434
24435         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
24436         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
24437         Reported by Eli Zaretskii.
24438
24439 2000-02-01  Jim Meyering  <meyering@lucent.com>
24440
24441         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
24442
24443 2000-01-31  Jim Meyering  <meyering@lucent.com>
24444
24445         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
24446         functions.  Add the time.h and sys/time.h headers along with the
24447         AC_REQUIRE'ment of AC_HEADER_TIME.
24448
24449 2000-01-31  Jim Meyering  <meyering@lucent.com>
24450
24451         * lib/nanosleep.h (nanosleep): Guard declaration with
24452         `#if ! HAVE_DECL_NANOSLEEP'.
24453         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
24454         the declaration in that vendor's sys/timers.h.
24455         Reported by Christian Krackowizer.
24456
24457         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
24458         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
24459         (ISPRINT): Likewise.
24460         Reported by Tom Tromey.
24461
24462 2000-01-30  Jim Meyering  <meyering@lucent.com>
24463
24464         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
24465
24466         * m4/prereq.m4 (utmp_includes): Define.
24467         Check for ut_user and ut_name members in both struct utmpx
24468         and struct utmp.
24469
24470 2000-01-30  Jim Meyering  <meyering@lucent.com>
24471
24472         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
24473         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
24474         header files where only utmpx.ut_user is declared.
24475
24476         * lib/readutmp.h (UT_USER): Define.
24477
24478 2000-01-29  Jim Meyering  <meyering@lucent.com>
24479
24480         * m4/lib-check.m4: New file containing library-related checks from
24481         fileutils and sh-utils (textutils had none).
24482
24483 2000-01-28  Jim Meyering  <meyering@lucent.com>
24484
24485         * m4/perl.m4: Change format of warning message to look more like that
24486         from the missing script.  Suggestion from François Pinard.
24487
24488 2000-01-25  Jim Meyering  <meyering@lucent.com>
24489
24490         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
24491         well as time.h in the compile check.
24492         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
24493         Fix typo in cross-compiling case: s/yes/no/.
24494
24495 2000-01-23  Jim Meyering  <meyering@lucent.com>
24496
24497         * m4/jm-macros.m4: Move df-related tests here from
24498         fileutils/configure.in
24499
24500         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
24501         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
24502
24503         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
24504         s/space/ac_fsusage_space/.
24505         (jm_FILE_SYSTEM_USAGE): Take two parameters.
24506
24507         * m4/ftruncate.m4: New file (derived from part of
24508         fileutils/configure.in).
24509         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
24510         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
24511
24512         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
24513         AC_SUBST these here, rather than just in sh-util/configure.in, so
24514         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
24515         all the same.
24516         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
24517         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
24518         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
24519         (AC_SUBST(POW_LIBM)): Likewise.
24520         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
24521
24522 2000-01-23  Jim Meyering  <meyering@lucent.com>
24523
24524         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
24525         obstack.c.
24526
24527 2000-01-22  Jim Meyering  <meyering@lucent.com>
24528
24529         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
24530
24531         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
24532
24533         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
24534         configure.in
24535         (AC_CHECK_HEADERS): Likewise for sh-utils.
24536         (AC_CHECK_HEADERS): Likewise for textutils.
24537         Merge the three lists of headers.
24538
24539         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
24540         from fileutils' configure.in.
24541
24542         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
24543         code. Moved tests into their own function (_jm_DECL_HEADERS) in
24544         check-decl.m4.
24545
24546         * m4/check-decl.m4: Use #if rather than #ifdef.
24547         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
24548         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
24549         (_jm_DECL_HEADERS): Define new function.
24550         (jm_CHECK_DECLARATIONS): Require it.
24551
24552 2000-01-22  Jim Meyering  <meyering@lucent.com>
24553
24554         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
24555         [! HAVE_DECL_STRTOULL]: Declare strtoull.
24556         Required for some AIX systems.  Reported by Christian Krackowizer.
24557         [TESTING] (main): New function.
24558
24559         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
24560         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
24561         letters.
24562
24563         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
24564         iswprint.
24565
24566         * lib/strverscmp.c (ISDIGIT): Define.
24567         (strverscmp): Use ISDIGIT, not isdigit.
24568
24569 2000-01-19  Jim Meyering  <meyering@lucent.com>
24570
24571         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
24572         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
24573         defines `struct timespec' in <sys/time.h>
24574
24575         * m4/c-bs-a.m4: Remove uses of changequote altogether.
24576         Thanks to Akim for explaining.
24577
24578 2000-01-17  Paul Eggert  <eggert@twinsun.com>
24579
24580         * lib/nanosleep.c (nanosleep):
24581         Don't use SA_INTERRUPT to decide whether to call sigaction, as
24582         POSIX.1 doesn't require SA_INTERRUPT and some systems
24583         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
24584         it's been part of POSIX.1 since day 1 (in 1988).
24585
24586 2000-01-17  Jim Meyering  <meyering@lucent.com>
24587
24588         * lib/interlock: Remove unused file.  Reported by François Pinard.
24589
24590 2000-01-16  Paul Eggert  <eggert@twinsun.com>
24591
24592         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
24593         alert, backslash, formfeed, and vertical tab unnecessarily in
24594         shell quoting style.
24595
24596 2000-01-16  Jim Meyering  <meyering@lucent.com>
24597
24598         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
24599         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
24600         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
24601         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
24602
24603 2000-01-16  Jim Meyering  <meyering@lucent.com>
24604
24605         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
24606         because the latter didn't work.
24607
24608 2000-01-15  Jim Meyering  <meyering@lucent.com>
24609
24610         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
24611         (AC_REPLACE_FUNCS): Add memcpy and memset.
24612         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
24613         Add strpbrk.
24614         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
24615
24616 2000-01-12  Jim Meyering  <meyering@lucent.com>
24617
24618         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
24619         (jm_PREREQ): Use it.
24620         (jm_PREREQ_READUTMP): New macro.
24621         (jm_PREREQ): Use it.
24622
24623 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24624
24625         Quote multibyte characters correctly.
24626         * m4/c-bs-a.m4: New file.
24627         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
24628         (jm_PREREQ): Use it.
24629
24630 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24631
24632         * m4/uintmax_t.m4: Port to autoconf 2.13.
24633
24634 2000-01-08  Jim Meyering  <meyering@ascend.com>
24635
24636         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
24637         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
24638
24639 2000-01-04  Jim Meyering  <meyering@ascend.com>
24640
24641         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
24642         jm_STRUCT_DIRENT_D_TYPE.
24643         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
24644         jm_STRUCT_DIRENT_D_INO.
24645         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
24646         jm_STRUCT_UTIMBUF.
24647         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
24648         renamings.
24649         * m4/utime.m4: Likewise.
24650
24651         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
24652         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
24653
24654 2000-01-03  Paul Eggert  <eggert@twinsun.com>
24655
24656         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
24657         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
24658
24659 2000-01-02  Jim Meyering  <meyering@ascend.com>
24660
24661         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
24662         remember if this is necessary.
24663
24664 1999-12-26  Jim Meyering  <meyering@ascend.com>
24665
24666         * m4/jm-macros.m4: Use it here.
24667         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
24668
24669 1999-12-23  Jim Meyering  <meyering@ascend.com>
24670
24671         * m4/jm-macros.m4: Check for clock_gettime (moved from
24672         fileutils/configure.in)
24673         Check for gettimeofday.
24674
24675 1999-12-20  Jim Meyering  <meyering@ascend.com>
24676
24677         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
24678         autoconf-2.14a-1999-12-20.
24679
24680 1999-12-19  Jim Meyering  <meyering@ascend.com>
24681
24682         * m4/lstat-slash.m4: New file.
24683         * m4/jm-macros.m4: Use the new macro:
24684         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24685
24686 1999-12-07  Jim Meyering  <meyering@ascend.com>
24687
24688         * m4/perl.m4: Require that File::Compare be available, too.
24689         Too many systems seem to lack it.
24690
24691         * m4/strftime.m4: Add checks for most of the cpp macros tested in
24692         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
24693
24694 1999-11-18  Paul Eggert  <eggert@twinsun.com>
24695
24696         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
24697         problem with the QNX 4.25 shell, which doesn't propagate exit
24698         status of failed commands inside shell assignments.
24699
24700 1999-11-17  Jim Meyering  <meyering@ascend.com>
24701
24702         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
24703
24704 1999-11-07  Jim Meyering  <meyering@ascend.com>
24705
24706         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
24707
24708 1999-11-06  Jim Meyering  <meyering@ascend.com>
24709
24710         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
24711         * m4/jm-macros.m4 (jm_MACROS): Use it here.
24712
24713 1999-11-05  Jim Meyering  <meyering@ascend.com>
24714
24715         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
24716         configure.in of textutils, fileutils, and sh-utils into this one
24717         (shared between those packages) file.
24718         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
24719         AC_STRUCT_ST_BLKSIZE.
24720
24721 1999-11-03  Jim Meyering  <meyering@ascend.com>
24722
24723         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
24724         of AC_CHECK_TYPE checks includes unistd.h.
24725         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
24726         Suggestion from Akim Demaille.
24727
24728 1999-10-30  Jim Meyering  <meyering@ascend.com>
24729
24730         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
24731         m4-quoted string.
24732         * m4/ls-mntd-fs.m4: Likewise.
24733         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
24734         * m4/jm-winsz1.m4: Likewise.
24735
24736         * m4/const.m4: Remove file, since the fix made it into the experimental
24737         version of autoconf.
24738         * m4/mktime.m4: Likewise.
24739
24740         * m4/check-type.m4: Remove file, now that the latest version of
24741         AC_CHECK_TYPE takes a third arg to specify additional #includes.
24742
24743         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
24744         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
24745         AC_CHECK_TYPE.
24746
24747 1999-10-04  Jim Meyering  <meyering@ascend.com>
24748
24749         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
24750
24751 1999-09-22  Paul Eggert  <eggert@twinsun.com>
24752
24753         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
24754         2.95.1 bug with HP-UX 10.20.
24755
24756 1999-09-17  Jim Meyering  <meyering@ascend.com>
24757
24758         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
24759         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
24760         due to missing strdup (against sh-utils-2.0).
24761
24762 1999-08-29  Jim Meyering  <meyering@ascend.com>
24763
24764         * m4/jm-macros.m4: Require jm_BISON.
24765         * m4/bison.m4: New file.
24766
24767 1999-08-17  Paul Eggert  <eggert@twinsun.com>
24768
24769         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
24770         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
24771
24772 1999-08-05  Jim Meyering  <meyering@ascend.com>
24773
24774         * m4/getline.m4: Rename test file from conftestdata to conftest.data
24775         to avoid conflicts with `conftest' on 8+3 filesystems.
24776         Suggestion from Eli Zaretskii.
24777
24778 1999-08-04  Jim Meyering  <meyering@ascend.com>
24779
24780         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
24781         fileutils and sh-utils (textutils's getline test was inadequate).
24782         (AM_FUNC_GETLINE): Run this test.
24783         (AC_CHECK_FUNCS): Check for getdelim.
24784         Reported by Bob Proulx.
24785
24786 1999-08-02  Jim Meyering  <meyering@ascend.com>
24787
24788         * m4/jm-macros.m4: Add a comment.
24789
24790 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24791
24792         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
24793         <inttypes.h> defines strtoumax as a macro (and not as a
24794         function).
24795
24796 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24797
24798         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
24799         that we can shift, multiply and divide unsigned long long
24800         values; Ultrix cc can't do it.
24801
24802 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24803
24804         * m4/mktime.m4: New file, which is a preview of what should appear
24805         in the next public autoconf release.
24806
24807 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24808
24809         * m4/lfs.m4: Remove this file.
24810         * m4/largefile.m4: New file.  It contains the old contents of
24811         lfs.m4, except that all names with prefix AC_LFS have been
24812         changed to use the prefix AC_SYS_LARGEFILE instead, to be
24813         compatible with future autoconf versions.  Also, some minor m4
24814         quoting problems have been fixed.
24815
24816 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24817
24818         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
24819         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
24820         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
24821         and simplify the shell code.
24822
24823 1999-08-01  Jim Meyering  <meyering@ascend.com>
24824
24825         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
24826         m4.
24827
24828 1999-07-20  Jim Meyering  <meyering@ascend.com>
24829
24830         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
24831
24832 1999-07-15  Jim Meyering  <meyering@ascend.com>
24833
24834         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
24835
24836 1999-05-22  Jim Meyering  <meyering@ascend.com>
24837
24838         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
24839
24840 1999-05-20  Jim Meyering  <meyering@ascend.com>
24841
24842         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
24843         Add a colon after each `then' in case $4 is empty.
24844
24845 1999-05-16  Jim Meyering  <meyering@ascend.com>
24846
24847         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
24848
24849 1999-05-10  Jim Meyering  <meyering@ascend.com>
24850
24851         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
24852
24853         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
24854         AC_FUNC_MKTIME.
24855
24856 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24857
24858         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
24859
24860 1999-05-04  Paul Eggert  <eggert@twinsun.com>
24861
24862         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
24863         not CPPFLAGS, so that linking works correctly in IRIX.
24864
24865 1999-04-30  Paul Eggert  <eggert@twinsun.com>
24866
24867         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
24868
24869 1999-04-20  Paul Eggert  <eggert@twinsun.com>
24870
24871         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
24872         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
24873         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
24874         jm_AC_TYPE_UNSIGNED_LONG_LONG.
24875         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
24876
24877         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
24878
24879 1999-04-20  Jim Meyering  <meyering@ascend.com>
24880
24881         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
24882         AC_REPLACE xstroull if necessary.  From Paul Eggert.
24883         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
24884
24885 1999-04-18  Jim Meyering  <meyering@ascend.com>
24886
24887         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
24888         * m4/jm-macros.m4: Use it.
24889
24890 1999-04-06  Jim Meyering  <meyering@ascend.com>
24891
24892         * m4/strftime.m4: Remove test for %f.
24893
24894 1999-03-29  Jim Meyering  <meyering@ascend.com>
24895
24896         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
24897         superset of the AC_TYPE_* checks in the textutils, fileutils,
24898         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
24899         AC_TYPE_PID_T.
24900
24901 1999-03-28  Jim Meyering  <meyering@ascend.com>
24902
24903         * m4/jm-macros.m4: Define GNU_PACKAGE here.
24904         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
24905         replaced e.g., in the *.sh files of the sh-utils.
24906
24907 1999-03-20  Jim Meyering  <meyering@ascend.com>
24908
24909         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
24910         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
24911         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
24912
24913 1999-03-19  Jim Meyering  <meyering@ascend.com>
24914
24915         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
24916
24917 1999-03-12  Jim Meyering  <meyering@ascend.com>
24918
24919         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
24920
24921 1999-03-07  Jim Meyering  <meyering@ascend.com>
24922
24923         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
24924         declared.
24925
24926 1999-02-17  Jim Meyering  <meyering@ascend.com>
24927
24928         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
24929         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
24930
24931 1999-02-07  Jim Meyering  <meyering@ascend.com>
24932
24933         * m4/group-member.m4: New file -- extracted from sh-utils'
24934         configure.in.
24935
24936         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
24937         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
24938
24939 1999-02-06  Jim Meyering  <meyering@ascend.com>
24940
24941         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
24942         * m4/fnmatch.m4: Likewise.
24943         * m4/getgroups.m4: Likewise.
24944         * m4/lstat.m4: Likewise.
24945         * m4/malloc.m4: Likewise.
24946         * m4/putenv.m4: Likewise.
24947         * m4/realloc.m4: Likewise.
24948         * m4/regex.m4: Likewise.
24949         * m4/stat.m4: Likewise.
24950         * m4/strftime.m4: Likewise.
24951         Suggestion from Alain Magloire.
24952
24953         * m4/chown.m4: Use `.$ac_objext', not `.o'.
24954         * m4/fnmatch.m4: Likewise.
24955         * m4/getgroups.m4: Likewise.
24956         * m4/getline.m4: Likewise.
24957         * m4/lstat.m4: Likewise.
24958         * m4/malloc.m4: Likewise.
24959         * m4/memcmp.m4: Likewise.
24960         * m4/putenv.m4: Likewise.
24961         * m4/realloc.m4: Likewise.
24962         * m4/regex.m4: Likewise.
24963         * m4/stat.m4: Likewise.
24964         * m4/strftime.m4: Likewise.
24965         Suggestion from Alain Magloire.
24966
24967         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
24968         an argument.
24969
24970         * m4/regex.m4: Add a run-time Test for proper operation of
24971         re_compile_pattern.
24972
24973 1999-01-31  Jim Meyering  <meyering@ascend.com>
24974
24975         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
24976
24977 1999-01-30  Jim Meyering  <meyering@ascend.com>
24978
24979         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
24980
24981         * m4/jm-mktime.m4: Make this a wrapper around the official
24982         AM_FUNC_MKTIME rather than my private copy, now that the official one
24983         is up to date.
24984         * m4/mktime.m4: Remove file.
24985
24986         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
24987         * m4/uptime.m4: Likewise.
24988         * m4/uintmax_t.m4: Likewise.
24989
24990 1999-01-28  Jim Meyering  <meyering@ascend.com>
24991
24992         * m4/jm-macros.m4: Use jm_AFS.
24993         * m4/afs.m4: New file (from fileutils' configure.in).
24994
24995         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
24996         * m4/chown.m4: Likewise.
24997         * m4/d-ino.m4: Likewise.
24998         * m4/d-type.m4: Likewise.
24999         * m4/fnmatch.m4: Likewise.
25000         * m4/getgroups.m4: Likewise.
25001         * m4/gettext.m4: Likewise.
25002         * m4/jm-mktime.m4: Likewise.
25003         * m4/jm-winsz2.m4: Likewise.
25004         * m4/lcmessage.m4: Likewise.
25005         * m4/ls-mntd-fs.m4: Likewise.
25006         * m4/malloc.m4: Likewise.
25007         * m4/memcmp.m4: Likewise.
25008         * m4/putenv.m4: Likewise.
25009         * m4/realloc.m4: Likewise.
25010         * m4/st_mtim.m4: Likewise.
25011         * m4/strftime.m4: Likewise.
25012
25013 1999-01-16  Jim Meyering  <meyering@ascend.com>
25014
25015         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
25016         (ARGMATCH_DIE_DECL): Define.
25017
25018 1999-01-12  Jim Meyering  <meyering@ascend.com>
25019
25020         * m4/Makefile.am.in: Rewrite to avoid using fmt.
25021         Reported by Lars Hecking.
25022
25023 1999-01-10  Jim Meyering  <meyering@ascend.com>
25024
25025         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
25026         gross kludge.
25027         * m4/inttypes_h.m4: Likewise.
25028         * m4/lstat.m4: Likewise.
25029         * m4/malloc.m4: Likewise.
25030         * m4/readdir.m4: Likewise.
25031         * m4/realloc.m4: Likewise.
25032         * m4/st_dm_mode.m4: Likewise.
25033         * m4/stat.m4: Likewise.
25034         * m4/utimbuf.m4: Likewise.
25035         * m4/utimes.m4: Likewise.
25036
25037         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
25038         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
25039         comments in config.h.in are meaningful.
25040
25041         * m4/jm-macros.m4: Require autoconf-2.13 here.
25042
25043         * m4/regex.m4: By default, don't use the included regex.c on systems
25044         with glibc 2.  Suggestion from Uli Drepper.
25045
25046 1999-01-02  Jim Meyering  <meyering@ascend.com>
25047
25048         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
25049
25050 1998-12-18  Jim Meyering  <meyering@ascend.com>
25051
25052         * m4/Makefile.am.in (Makefile.am): Simplify rule.
25053         Based on a suggestion from Lars Hecking.
25054
25055 1998-11-16  Paul Eggert  <eggert@twinsun.com>
25056
25057         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
25058
25059 1998-11-16  Jim Meyering  <meyering@ascend.com>
25060
25061         * m4/lfs.m4: Double-quote the `uname...` expression.
25062
25063 1998-11-14  Jim Meyering  <meyering@ascend.com>
25064
25065         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
25066         * m4/stat.m4: Likewise.
25067
25068 1998-11-03  Jim Meyering  <meyering@ascend.com>
25069
25070         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
25071         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
25072
25073 1998-10-18  Jim Meyering  <meyering@ascend.com>
25074
25075         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
25076
25077 1998-10-17  Jim Meyering  <meyering@ascend.com>
25078
25079         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
25080         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
25081         calls for those previously hard-coded headers.  Instead, take a new
25082         parameter.
25083         (jm_CHECK_DECLARATIONS): Reflect interface change.
25084         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
25085         (jm_CHECK_DECL_LOCALTIME_R): New macro.
25086
25087         * m4/mktime.m4: Test for spring-forward gap before long-running test.
25088
25089 1998-10-14  Jim Meyering  <meyering@ascend.com>
25090
25091         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
25092         instead of "TZ=America/Vancouver".  From Paul Eggert.
25093
25094 1998-10-11  Jim Meyering  <meyering@ascend.com>
25095
25096         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
25097         This adds a test for a recently added compatibility fix for mktime.c.
25098         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
25099
25100 1998-09-27  Jim Meyering  <meyering@ascend.com>
25101
25102         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
25103
25104         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
25105         ../configure.in, including a change from Gordon Matzigkeit to allow
25106         cross-compiling for the Hurd.
25107
25108         * m4/glibc.m4: New file/macro to test for the GNU C Library
25109         versions 1 and 2.  From Gordon Matzigkeit.
25110         Indent.
25111
25112 1998-09-21  Jim Meyering  <meyering@ascend.com>
25113
25114         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
25115
25116 1998-08-18  Paul Eggert  <eggert@twinsun.com>
25117
25118         Port nanosecond-resolution times to UnixWare 2.1.2 and
25119         pedantic Solaris 2.6.
25120
25121         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
25122         AC_STRUCT_ST_MTIM.
25123         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
25124         Generate name of ns member, instead of just 1 or undef.
25125         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
25126
25127 1998-08-15  Jim Meyering  <meyering@ascend.com>
25128
25129         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
25130         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
25131         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
25132         instead of jm_TYPE_SSIZE_T.
25133
25134 1998-08-12  Jim Meyering  <meyering@ascend.com>
25135
25136         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
25137
25138 1998-08-02  Jim Meyering  <meyering@ascend.com>
25139
25140         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
25141         in acconfig.h manually.
25142
25143 1998-07-31  Paul Eggert  <eggert@twinsun.com>
25144
25145         * m4/st_mtim.m4: New file.
25146
25147 1998-07-28  Jim Meyering  <meyering@ascend.com>
25148
25149         * m4/utimes.m4: Undef stat.
25150
25151 1998-07-25  Jim Meyering  <meyering@ascend.com>
25152
25153         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
25154         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
25155
25156 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
25157
25158         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
25159         uid and gid actually remain unchanged.
25160
25161 1998-07-07  Jim Meyering  <meyering@ascend.com>
25162
25163         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
25164
25165 1998-07-04  Jim Meyering  <meyering@ascend.com>
25166
25167         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
25168         to prove that this macro can be used in packages without regex.c.
25169
25170 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25171
25172         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
25173         is to be used.
25174
25175 1998-07-03  Jim Meyering  <meyering@ascend.com>
25176
25177         * m4/gettext.m4: Add -lintl if it's found to be necessary.
25178
25179         * m4/gettext.m4: New file -- from gettext-0.10.35.
25180         * m4/lcmessage.m4: Likewise.
25181         * m4/progtest.m4: Likewise.
25182
25183         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
25184         * m4/jm-macros.m4: Require the new macro.
25185
25186 1998-06-29  Jim Meyering  <meyering@ascend.com>
25187
25188         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
25189         for the definition of NGROUPS (used in a system header included
25190         by sys/mount.h).
25191
25192 1998-06-28  Jim Meyering  <meyering@ascend.com>
25193
25194         * m4/ls-mntd-fs.m4: New file.
25195         * m4/fstypename.m4: New file.
25196
25197         * m4/jm-macros.m4: Require the new macro.
25198         * m4/jm-glibc-io.m4: New file.
25199
25200 1998-05-19  Jim Meyering  <meyering@ascend.com>
25201
25202         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
25203         * m4/lchown.m4: New file.
25204
25205         * m4/Makefile.am.in: New file.
25206         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
25207
25208 1998-05-14  Jim Meyering  <meyering@ascend.com>
25209
25210         * m4/Makefile.am (EXTRA_DIST): Add them.
25211         * m4/jm-macros.m4: New file.
25212         * m4/utimbuf.m4: New file.
25213
25214 1998-05-12  Jim Meyering  <meyering@ascend.com>
25215
25216         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
25217
25218 1998-05-11  Jim Meyering  <meyering@ascend.com>
25219
25220         * m4/isc-posix.m4: New file.
25221
25222 1998-05-10  Jim Meyering  <meyering@ascend.com>
25223
25224         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
25225
25226 1998-05-09  Jim Meyering  <meyering@ascend.com>
25227
25228         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
25229         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
25230         with automake.
25231
25232         * m4/ssize_t.m4: New file.
25233         * m4/mktime.m4: Remove file -- the new automake has this now.
25234
25235 1998-04-26  Jim Meyering  <meyering@ascend.com>
25236
25237         * m4/assert.m4: New file.
25238         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
25239
25240 1998-04-05  Jim Meyering  <meyering@ascend.com>
25241
25242         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
25243         (jm_PREREQ): Use it here.
25244
25245 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25246
25247         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
25248         in acconfig.h.
25249
25250 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
25251
25252         * m4/prereq.m4: New file.
25253         * m4/error.m4: New file.
25254         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
25255
25256 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
25257
25258         * m4/getline.m4: Don't set am_cv_func_working_getline before the
25259         cache-check for the same variable -- that defeated the purpose of
25260         the test; the test program was never run.  This was a problem only
25261         on systems with losing getline functions -- HP-UX 10.20 is one.
25262         Reported by Bjorn Helgaas.
25263
25264 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
25265
25266         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
25267
25268 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
25269
25270         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
25271
25272         * m4/const.m4: New file.  Use an initializer in this declaration
25273         typedef int charset[2]; const charset x;
25274         Reported by Bob Glickstein.
25275
25276 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
25277
25278         * m4/chown.m4: Fix reversed types on -1 args to chown.
25279         From Kaveh Ghazi.
25280
25281 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
25282
25283         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
25284         Add lseek and memchr.
25285
25286         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
25287         T.E.Dickey <dickey@clark.net> said that some older preprocessors
25288         have a 20-character limit on names.
25289
25290 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
25291
25292         * m4/inttypes_h.m4: New file.
25293         * m4/uintmax_t.m4: New file.
25294         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
25295
25296 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
25297   Free Software Foundation, Inc.
25298 Copying and distribution of this file, with or without modification,
25299 are permitted provided the copyright notice and this notice are preserved.